@charset "utf-8";
/* CSS Document */
/* padding */
.pt_10 {
  padding-top: 10px;
}
.pt_20 {
  padding-top: 20px;
}
.pt_30 {
  padding-top: 30px;
}
.pt_40 {
  padding-top: 40px;
}
.pt_50 {
  padding-top: 50px;
}
.pb_10 {
  padding-bottom: 10px;
}
.pb_20 {
  padding-bottom: 20px;
}
.pb_30 {
  padding-bottom: 30px;
}
.pb_40 {
  padding-bottom: 40px;
}
.pb_50 {
  padding-bottom: 50px;
}
/* margin */
.mt_10 {
  margin-top: 10px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_30 {
  margin-top: 30px;
}
.mt_40 {
  margin-top: 40px;
}
.mt_50 {
  margin-top: 50px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_50 {
  margin-bottom: 50px;
}
.mt_1em {
margin-top: 1em;
}
.mt_2em {
margin-top: 2em;
}
.mt_3em {
margin-top: 3em;
}
.mt_4em {
margin-top: 4em;
}
.mt_5em {
margin-top: 5em;
}
.mb_1em {
  margin-bottom: 1em;
}
.mb_2em {
  margin-bottom: 2em;
}
.mb_3em {
  margin-bottom: 3em;
}
.mb_4em {
  margin-bottom: 4em;
}
.mb_5em {
  margin-bottom: 5em;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.red {
  color: #e00000;
}
.blue {
  color: #459226;
}
.bold {
  font-weight: bold;
}
.br_sp {
  display: block;
}
.br_sp2, .br_sp3 {
  display: none;
}
.small {
  font-size: 1.4rem;
}
/* 注意書き */
.att, .li_att li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.li_att {
  list-style-type: none;
  font-size: 1.4rem;
}
.p_att {
  border: solid 1px #ccc;
  color: #459226;
  background-color: #fff;
  padding: 10px;
}
/* アンカーリンク先の固定ヘッダ分の調整 */
.anchor{
  padding-top: 30px;
  margin-top: -30px;
}

/* リスト */
ul.li_normal {
  list-style-position: inside;
}
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
body, #body_wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#body_wrapper {
  overflow: hidden;
  z-index: 0;
}
#second:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index: -1;
  width:100%;
  height:100vh;
	background-color:#F5F8F2;
  background-size:cover;
}

h1 {
  float: left;
}
h1 img {
	width: 45px;
  height: auto;
}
h2 {
  letter-spacing: 0.05em;
  font-size: 3.2rem;
  font-weight: 400;
  background: url("../images/h2_tit.gif") 0 50% no-repeat;
  padding-left: 1em;
  margin-bottom: 1em;
}
h2.h2_title {
	color: #8ecc66;
  text-align: center;
  font-weight: 600;
  background: none;
  padding-left: 0;
  margin-bottom: 1em;
  opacity: 0.5;
}
h3 {
  position: relative;
  border-bottom: solid 2px #ccc;
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 0.75em;
}
h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #459226;
  bottom: -2px;
  width: 20%;
}
h4 {
  color: #459226;
  font-size: 2.1rem;
  padding-bottom: 0.75em;
}
h5 {
  color: #459226;
  border-bottom: solid 1px #459226;
  font-size: 1.8rem;
  padding-bottom: 5px;
  margin-bottom: 0.5em;
}
h6 {
  margin-bottom: 0.25em;
}
.ol_no-num {
  list-style-type: none;
}
.img_flex2 {
  display: flex;
  justify-content: space-between;
}
.img_flex2 img {
  width: 49%;
  align-self: flex-start;
  height: auto;
}
.textimg_flex2 {
  display: flex;
  justify-content: space-between;
}
.textimg_flex2 p {
  margin-bottom: 10px;
}
.textimg_flex2 div {
  width: 49%;
}
.textimg_flex2 img {
  width: 100%;
}
.btn_flex2 {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.btn_flex2 a {
  min-width: 38% !important;
}

/* a要素 ---------------------------------- */
a {
	color: #459226;
  text-decoration: none;
}
a:hover {
	color: #8ecc66;
  text-decoration: underline;
}
/* 外部リンク用 */
a[target="_blank"]:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f35d';
  margin: 0 0 0 5px;
  font-weight: 600;
}
/* 外部リンク用 (PDF) */
 a.pdf[target="_blank"]:after,
.pdf a[target="_blank"]:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f1c1';
  margin: 0 0 0 5px;
  font-weight: 600;
}
/* 標準ボタン */
a.btn {
  width: 300px;
  color: #fff;
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #459226;
  transition-property: color;
  transition-duration: 0.3s;
  padding: 10px 15px;
}
a.btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #8ecc66;
  opacity: .3;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
a.btn:hover, a.btn_w:hover {
  color: white;
  text-decoration: none;
}
a.btn:hover:before, a.btn_w:hover:before {
  transform: scaleX(1);
}
a.anchor {
  display: block;
  padding-top: 82px;
  margin-top: -82px;
}
a.btn_w {
  background: #fff;
	color: #459226;
}
a.btn_w:hover {
	color: #459226;
}

/* header ---------------------------------- */
#second header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px 10px;
  z-index: 9999;
  box-sizing: border-box;
}
.header {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease;
}

/* nav -----------------*/
.gnavouter {
  display: flex;
  justify-content: flex-end;
}
.navToggle {
  display: block;
  position: fixed; /* bodyに対しての絶対位置指定 */
  right: 30px;
  top: 6px;
  width: 50px;
  height: 60px;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
}
.navToggle span {
  display: block;
  position: absolute; /* .navToggleに対して */
  width: 100%;
  border-bottom: solid 3px #459226;
  transition: .35s ease-in-out;
}
.navToggle span:nth-child(1) {
  top: 8px;
}
.navToggle span:nth-child(2) {
  top: 22px;
}
.navToggle span:nth-child(3) {
  top: 36px;
}
.navToggle span:nth-child(4) {
  border: none;
	color: #459226;
  font-size: 1.6rem;
  font-weight: 800;
  top: 42px;
}
/* 最初のspanをマイナス315度に */
.navToggle.active span:nth-child(1) {
  top: 22px;
  transform: rotate(-315deg);
}
/* 2番目のspanを消す */
.navToggle.active span:nth-child(2) {
  opacity: 0;
}
/* 3番目のspanを45度に */
.navToggle.active span:nth-child(3) {
  top: 22px;
  transform: rotate(315deg);
}
nav {
  display: inline;
  justify-content: nomal;
  height: auto;
  padding-top: auto;
}
nav a {
  color: #333;
  display: block;
  width: auto;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  padding: 0 0 17px;
}
/* このクラスを、jQueryで付与・削除する */
.gnav_close{
  visibility: hidden;
}
.gnav_close.active{
  position: fixed;
  top: 78px;
  left: 0;
  width: 75%;
  height: 100vh;
  z-index: 100;
  visibility: visible;
}
nav.gnav.active {
  right: 0;
}
nav.gnav {
  position: fixed;
  top: 78px;
  right: -120%;
  color: #000;
  text-align: center;
  transition: all 0.5s;
	width: 450px;
  height: 100vh;
  z-index: 200;
  background-color: #459226;
  box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.2);
  overflow: scroll;
}
nav.gnav ul {
  display: block;
  background: #459226;
  width: 100%;
  margin: 0 auto 100px;
  padding: 0;
}
nav.gnav ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 2px solid #fff;
  text-align: left;
}
nav.gnav ul li.sp {
  display: none;
}
nav.gnav ul li a {
  display: block;
  color: #fff;
  text-align: left;
  padding: 1em 5%;
  transition: all 0.5s;
}
nav.gnav ul li a:hover{
	color: #459226;
  background-color: #fff;
}
/* common設定の外部リンクマークを消す */
nav.gnav ul li.nav-link a[target="_blank"]:after {
  content: '';
}
/* shopのみ外部リンクマークをつける */
nav.gnav ul li a span.shop:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f35d';
  margin: 0 0 0 5px;
  font-weight: 600;
}
nav.gnav ul li a span.jp {
  display: inline-block;
}
nav.gnav ul li a span.en {
  display: inline-block;
	color: #8ecc66;
  font-size: 1.2rem;
}
.movie video {
  max-width: 720px;
}

/* container ---------------------------------- */
.container {
  max-width: 1000px;
  padding: 130px 10px 100px 10px;
  margin: auto;
}
/* ID設定(ニュースリリースのカテゴリー・カラー変更)*/
#year2019 .news_wrap .news_category .y2019,
#year2020 .news_wrap .news_category .y2020,
#year2021 .news_wrap .news_category .y2021,
#year2022 .news_wrap .news_category .y2022,
#year2023 .news_wrap .news_category .y2023,
#ir .news_wrap .news_category .cate_ir,
#media .news_wrap .news_category .cate_media,
#pr .news_wrap .news_category .cate_pr,
#shop .news_wrap .news_category .cate_shop,
#report .news_wrap .news_category .cate_report {
  background-color: rgba(142, 204, 102, 0.6);	
}

/* ニュースリリース ---------------------------------- */
.news_wrap {
  display: flex;
  justify-content: space-between;
}
.photo_2line {
  display: flex;
  width: 750px;
  align-items: flex-start;
}
.photo_2line img {
  width: 49%;
}
.photo_2line img:first-child {
  padding-right: 2%;
}
/* リスト */
.news_wrap .news_category {
  width: 20%;
}
.news_wrap .news_category .news_cate_tit {
  color: #459226;
  position: relative;
  border-bottom: solid 1px #ccc;
  font-size: 1.8rem;
  padding-bottom: 8px;
  margin-bottom: 0.75em;
}
.news_wrap .news_category .news_cate_tit::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #459226;
  bottom: -1px;
  width: 20%;
}
.news_wrap .news_category ul {
  list-style-type: none;
  margin-bottom: 10px;
}
.news_wrap .news_category ul li {
  color: #459226;
  background-color: rgba(142, 204, 102, 0.3);
  text-align: center;
  border-bottom: none;
  margin-bottom: 2px;
}
.news_wrap .news_category ul li a {
  display: block;
  padding: 8px 10px;
}
.news_wrap .news_category ul li a:hover {
  color: #fff;
  text-decoration: none;
}
/* リリース欄 */
.news_wrap .news_list {
  width: 75%;
}
.news_wrap .news_list ul {
  list-style-type: none;
}
.news_wrap dl {
  margin-bottom: 1em;
}
.news_wrap dt {
  font-weight: 600;
  padding-bottom: 0.5em;
}
.news_wrap dt span, .news_data span {
  display: inline-block;
  width: 140px;
  text-align: center;
  color: #459226;
  font-size: 1.2rem;
  background-color: #fff;
  border: 1px solid #459226;
  margin-left: 15px;
}
.news_wrap dd {
  border-bottom: 1px solid #459226;
  padding-bottom: 0.5em;
}
.news_data {
  color: #666;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
/* step */
.step {
  margin-top: -0.5em;
  margin-bottom: 3.5em;
}
.step p:before {
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  background-color: #459226;
  border-radius: 34px;
  z-index: -1;
  position: relative;
  top: 2.5em;
  margin-bottom: -0.5em;
}
.step p span {
  display: block;
  color: #fff;
  float: left;
  font-size: 1.8rem;
  padding: 0 1em 0 0.5em;
}
/* 採用情報 ---------------------------------- */
.recruit_wrap {
  width: 1000px;
  margin: auto;
}
.recruit_wrap dt {
  margin-bottom: 1.5em;
}
.recruit_wrap dt h3 {
  font-size: 2.0rem;
  padding-bottom: 6px;
}
.recruit_wrap dd {
  text-align: center;
  margin-bottom: 1.5em;
}
.recruit_wrap dd a[target="_blank"]:after {
  font-family: none;
  content: none;
}
/* 個人情報保護方針 ---------------------------------- */
ol.ol_protec {
  counter-reset: li; /* liのカウンタを0にセット */
  list-style: none;
}
ol.ol_protec li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 2em;
}
ol.ol_protec li:before {
  color: #459226;
  font-weight: bold;
  counter-increment: li; /* liの数を一つずつ増加 */
  content: counter(li) ". "; /* 数を表示 */
}
/* scroll ---------------------------------- */
.scroll {
	color: #459226;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 2.75em;
  display: block;
  margin: auto;
  transform: translate(0, -50%);
  text-decoration: none;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8));
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8));
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
  font-weight: 600;
  z-index: 9997;
}
.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: 15px;
  margin-left: -12px;
  border-left: 1px solid #459226;
  border-bottom: 1px solid #459226;	
  transform: rotate(-45deg) skew(.142rad, .142rad);
  box-sizing: border-box;
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
  font-weight: 600;
}
.scroll a:hover {
  color: #459226;
  text-decoration: none;
}

/* breadcrumb ---------------------------------- */
.breadcrumb {
  background-color: #fff;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.breadcrumb ul {
  list-style: none;
  max-width: 1000px;
  font-size: 1.2rem;
  margin: 12px auto;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.3em 0 0.2em;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
}

/* footer ---------------------------------- */
footer {
  background: #459226;
  color: #fff;
  padding: 48px 5%;
}
footer #f_logo {
  width: 196px;
  padding-bottom: 64px;
}
footer #f_logo img {
	height: 50px;
}
.f_container {
  width: 1000px;
  margin: 0 auto;
}
footer .left, footer .right {
  display: inline-block;
}
footer .left dl {
  padding: 0 0 24px 0;
}
footer .left dl dt, footer .left dl dd {
  display: inline;
}
footer .left dl dt {
  font-weight: 500;
  padding: 0px 10px 0px 0px;
}
footer .left dl dd {
  font-size: 1.2rem;
}
footer .left ul {
  display: inline;
}
footer .left ul li {
  display: inline;
  padding: 0px 10px;
  border-right: 1px solid #fff;
}
footer .left ul li:last-child {
  border-right: none;
}
footer .right {
  display: none;
  float: right;
}
footer a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2em;
}
footer a:hover {
	color: #8ecc66;
  text-decoration: underline;
}
.f_box_top {
  overflow: hidden;
  padding-bottom: 52px;
  border-bottom: 1px solid #fff;
}
.f_box_bottom {
  padding-top: 10px;
}
ul.footer_sns {
  list-style: none;
  display: flex;
}
ul.footer_sub_nav {
  font-size: 1.4rem;
  display: flex;
  justify-content: left;
  list-style: none;
  text-align: center;
  clear: both;
  float: left;
}
ul.footer_nav li {
  margin-bottom: 24px;
}
ul.footer_sns li {
  padding: 0px 0px 0px 30px;
}
ul.footer_sub_nav li {
  border-right: 1px solid #fff;
  padding: 2px 20px 2px 20px;
}
ul.footer_sub_nav li:first-child {
  padding-left: 0px;
}
ul.footer_nav li:last-child, ul.footer_sub_nav li:last-child {
  border-right: none;
}
#copyright {
  font-size: 1.2rem;
  float: right;
}
/* Page top ボタン ---------------------------------- */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 3%;
  bottom: 50px;
	background: #8ecc66;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 9998;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f106';
  font-size: 3.6rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  width: 36px;
  height: 36px;
  top: -18px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* 2020.04トップページ修正 注意文追加対応 ------------ */
.main_att {
  width: 70%;
  background-color: rgba(255, 255, 255, .5);
  padding: 30px;
  margin: 108px auto auto;
}
.main_att p {
  color: red;
  font-size: 2.0rem;
}
.main_att p.greeting {
  color: #000 !important;
}
.main_att dl {
  width: 35.5em;
  font-size: 1.8rem;
  margin: 0 auto 1em;
}
.main_att dl dt {
  color: #005794;
  font-weight: 600;
  background-color: #adf;
  margin-bottom: 10px;
}
.main_att dl dd {
  width: 14em;
  text-align: left;
  margin: auto;
}
.main_att dl.please dd {
  width: auto;
}
.main_att dl a {
  text-decoration: underline;
}
.main_att_accept {
  background-color: #ffb;
  border: 1px solid #f00;
  font-size: 2.0rem;
  padding: 15px 12px;
  margin-bottom: 1em;
}
.main_att_accept p {
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 5px;
}
.main_att_accept a {
  margin: 10px auto;
}

/* レスポンシブ ---------------------------------- */
@media (max-width: 1366px) {
  #copyright {
    font-size: 1.2rem;
    clear: both;
    float: left;
    padding: 20px 0 0 0;
  }
}
@media (max-width: 1194px) {
	nav li a span.jp{
		font-size: 1.4rem;
	}
}
@media (max-width: 1024px) {
  /* nav -----------------*/
  .sgnav{
    display: none;
  }
  .navToggle {
    right: 15px;
    width: 30px;
    height: 51px;
  }
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2) {
    top: 18px;
  }
  .navToggle span:nth-child(3) {
    top: 27px;
  }
  .navToggle span:nth-child(4) {
    font-size: 1.0rem;
    top: 34px;
  }
  .navToggle.active span:nth-child(1) {
    top: 18px;
  }
  .navToggle.active span:nth-child(3) {
    top: 18px;
  }  
  /* このクラスを、jQueryで付与・削除する */
  nav.gnav.active {
    transform: translateY(0%);
    margin-top: 65px;
  }
  nav.gnav {
    top: 0;
    left: 0;
    z-index: 100;
    color: #000;
    transform: translateY(-100%);
    width: 100%;
    box-shadow: none;
    transition: all 0.3s;
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
  }
  nav.gnav ul li {
    width: 90%;
    margin: 0 auto;
  }
  nav.gnav ul li.sp {
    display: block;
  }
  nav.gnav ul li a {
    padding: 1em 0;
    transition: all 0.3s;
  }  
  nav.gnav ul li a:hover{
    color: #fff;
    background-color: #459226;
  }
  h1 img {
		width: 35px;
  }
  .f_container {
    width: auto;
  }
  footer #f_logo {
    padding-bottom: 30px;
  }
  f_box_top {
    padding-bottom: 30px;
  }
  footer .left, footer .right {
    display: block;
  }
  footer .right {
    display: none;
    float: none;
  }
  ul.footer_sub_nav li {
    padding: 2px 10px 2px 10px;
  }
  .br_pc {
    display: none;
  }
  /* 2020.04トップページ修正 注意文追加対応 ------------ */
  .main_att {
    margin-top: 7em;
  }
}
@media (max-width: 960px) {
  nav ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 896px) {
  nav ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
  nav li a span.jp {
    font-size: 90%;
  }
}
@media (max-width: 896px) {
  footer .right {
    display: none;
  }
  ul.footer_sub_nav {
    display: inline;
    text-align: left;
    padding: 0;
  }
  ul.footer_sub_nav li {
    border-right: none;
    padding: 10px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  .btn_flex2 a.btn {
    width: auto;
  }
  .br_sp {
    display: none;
  }
  .br_sp768 {
    display: block;
  }
  body {
    font-size: 1.6rem;
  }
  .container {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5em;
  }
  h2 {
    font-size: 2.4rem;
    margin-bottom: 0.5em;
  }
  h3 {
    font-size: 3.125vw;
  }
  img {
    width: 100%;
  }
  .movie video {
    width: 100%;
  }
  .photo_2line {
    display: inline;
    width: auto;
  }
  .photo_2line img {
    width: 100%;
  }
  .photo_2line img:first-child {
    padding-right: 0;
    padding-bottom: 1em;
  }
  .recruit_wrap {
    width: 100%;
  }
  footer #f_logo img, ul.footer_sns li img {
    width: auto;
  }
  footer .left, footer .right {
    display: block;
  }
  footer .left dl dt, footer .left dl dd {
    display: block;
  }
  footer .left dl {
    padding: 0px 0px 24px 0px;
  }
  footer .left dl dt {
    padding: 0px 10px 10px 0px;
    font-weight: 700;
  }
  footer .left ul li:first-child {
    padding-left: 0px;
  }
  footer .right {
    display: none;
  }
  ul.footer_sns li {
    padding: 0px 20px 0px 0px;
  }
  #copyright {
    clear: both;
    font-size: 1rem;
    text-align: center;
  }
  /* 2020.04トップページ修正 注意文追加対応 ------------ */
  .main_att {
    margin-top: 4em;
  }
  .main_att dl {
    width: auto;
  }
  .main_att_accept a.btn {
    display: block;
    width: 90%;
  }
  /* Footer */
  .breadcrumb ul {
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 3.75vw;
  }
  .container {
    padding-top: 110px;
  }
  .br_sp2 {
    display: block;
  }
  .br_sp768 {
    display: none;
  }
  .img_flex2 {
    display: block;
  }
  .img_flex2 img {
    width: 100%;
  }
  .textimg_flex2 {
    display: block;
  }
  .textimg_flex2 div {
    width: 100%;
		margin-bottom: 20px;
  }
  a.btn {
    width: auto;
    min-width: 240px;
  }
  .btn_flex2 {
    display: block;
  }
  .btn_flex2 a {
    min-width: 85% !important;
    margin-bottom: 1em;
  }
  .btn_flex2 a:last-child {
    margin-bottom: 0;
  }
  h2 {
    font-size: 7.11vw;
    margin-bottom: 1em !important;
  }
  h3 {
    font-size: 5vw;
  }
  h4 {
    font-size: 4.58vw;
  }
  h5 {
    font-size: 4.16vw;
  }
  /*ニュースリリース*/
  .news_wrap {
    display: inline;
  }
  .news_wrap .news_category {
    width: auto;
    margin-bottom: 1.5em;
  }
  .news_wrap .news_category ul li a {
    flex-basis: auto;
  }
  .news_wrap .news_category .news_cate_tit {
    font-size: 1.6rem;
    font-weight: 600;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .news_wrap .news_category .news_cate_tit::after {
    border-bottom: none;
  }
  .news_wrap .news_category .news_cate_year {
    display: flex;
    justify-content: flex-start;
  }
  .news_wrap .news_category .news_cate_type {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3em;
  }
  .news_wrap .news_category .news_cate_year li {
    margin-top: 5px;
    margin-right: 1.25%;
    width: 24%;
  }
  .news_wrap .news_category .news_cate_type li {
    margin-top: 5px;
    width: 24%;
  }
  .news_wrap .news_list {
    width: 100%;
  }
  .breadcrumb ul {
    max-width: auto;
    margin: 8px 5%;
  }
  .footer_wrap {
    display: flex;
    justify-content: space-between;
    margin: 10px 3%;
  }
  footer .right {
    display: none;
  }
  ul.footer_sub_nav {
    display: inline;
    text-align: left;
    padding: 0;
  }
  ul.footer_sub_nav li {
    border-right: none;
    padding: 0px;
  }
  .footer_nav a, .footer_sub_nav a {
    display: block;
    font-size: 1.2rem;
    padding: 7px;
  }
  .copy {
    border-top: 1px solid #6190ba;
    padding-top: 1em;
    margin-top: 0;
  }
  /* step*/
  .step {
    margin-top: -2em;
  }
  .step p:before {
    top: 3em;
  }
  .step p:nth-child(2) {
    margin-bottom: -1.5em;
  }
  /* 2020.04トップページ修正 注意文追加対応 ------------ */
  .main_att {
    width: 90%;
    background: none;
    padding: 0;
    margin: 2em auto auto;
  }
  .main_att p {
    font-size: 1.6rem;
    text-align: left;
  }
  .main_att p a {
    display: block;
    width: 8em;
    margin: 10px auto auto;
  }
  .main_att dl {
    font-size: 1.6rem;
  }
  .main_att_accept p {
    font-size: 1.8rem;
  }
	
	.scroll{
		display: none;
	}
}
@media (max-width: 375px) {
  footer .left ul li {
    padding: 0px 6px;
  }
}
@media (max-width: 320px) {
  .br_sp3 {
    display: block;
  }
  .btn_flex2 a.btn {
    width: 90% !important;
  }
  .news_wrap .news_category ul li a {
    font-size: 1.4rem;
    padding: 4px 0;
  }
}