@charset "utf-8";
/* CSS Document */

body {
  padding: 0;
}
#siteHeader,
.pageTitle,
#siteFooter {
max-width: 980px;
margin-left: auto;
margin-right: auto;
}

.siteContents {
max-width: 980px;
margin-left: auto;
margin-right: auto;
}

@media screen and (max-width: 568px) {
.pageTitle {
  margin: 18px 10px;
}
}

.contentsWidth .w100 {
	display:block;
	width:100%;
	height:auto;
}

.contentsWidth .w80 {
	display:block;
	width:80%;
	height:auto;
}
@media (max-width: 980px) {
.pageTitle {
  margin: 18px 20px;
}
.contentsTop  > .contentsWidth {
	padding: 0;
}
/* max-width: 980px */}


.contentsWidth .MB10 {
	margin-bottom:10px;
}
.contentsWidth .MB20 {
	margin-bottom:20px;
}
.contentsWidth .MB30 {
	margin-bottom:30px;
}
.contentsWidth .MB40 {
	margin-bottom:40px;
}
.contentsWidth .MB50 {
	margin-bottom:50px;
}
.contentsWidth .MB60 {
	margin-bottom:60px;
}
.contentsWidth .MB70 {
	margin-bottom:70px;
}
.contentsWidth .MB80 {
	margin-bottom:80px;
}
.contentsWidth .MB90 {
	margin-bottom:90px;
}
.contentsWidth .MT10 {
	margin-top:10px;
}
.contentsWidth .MT20 {
	margin-top:20px;
}
.contentsWidth .MT30 {
	margin-top:30px;
}
.contentsWidth .MT40 {
	margin-top:40px;
}
.contentsWidth .MT50 {
	margin-top:50px;
}
.pconly {
	display:block;
}
.sponly,
.sponly_480 {
	display:none;
}


@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local('NotoSansJP-Regular.otf'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('/path-to-font/Helvetica.woff2') format('woff2'),
       url('/path-to-font/Helvetica.woff') format('woff'),
       url('/path-to-font/Helvetica.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.contentsWidth {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  overflow: hidden;
}

/* navここから */
.nav_box{
  border-top: 2px solid #010101;
  border-bottom: 2px solid #010101;
  margin: 40px 0 0 0;
  padding: 40px;
}

.nav_title{
  font-size: 41px;
  font-weight: bold;
  text-align: center;
}
.nav_title_small{
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.nav_title_small span{
  display: inline-block;
}

.nav_list_box{
  display: flex;
  justify-content: center;
}
.nav_list{
  list-style: none;
}
.nav_items{
  text-decoration: none;
  font-size: 23px;
  font-weight: bold;
}
.nav_items .mission{
  font-family: 'Helvetica', sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.nav_items .number{
  font-family: 'Helvetica', sans-serif;
  font-size: 28px;
  font-weight: bold;
}
.nav_item1{
  color: #FD7410;
}
.nav_item2{
  color: #2B90C6;
}
.nav_item3{
  color: #4BB125;
}
.nav_list a:hover{
  opacity: 0.7;
}
/* ------------------------------- */

/* meshJacketここから */
.meshJacket .text_box{
  max-width: 320px;
  background: rgba(0, 180, 166, 0.9);
  padding: 20px;
  margin: -20% 0 0 5%;
  position: relative;
  z-index: 2;
}
.meshJacket p{
  margin: 0;
}
.meshJacket .mesh_text01{
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
.meshJacket .mesh_text02{
  font-size: 33px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
.meshJacket .mesh_text03{
  font-size: 20px;
  color: #FFFFFF;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
.meshJacket a{
  text-decoration: none;
}
.meshJacket a:hover{
  opacity: 0.7;
}
.meshJacket a .more_btn{
  font-family: 'Helvetica', sans-serif;
  max-width: 233px;
  margin: 15px auto 0;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #00B4A6;
  padding: 10px 15px;
}
/* ------------------------------- */
/* twowayJacketここから */
.twowayJacket .text_box{
  max-width: 320px;
  background: rgba(0, 62, 145, 0.9);
  padding: 20px;
  margin: -20.3% 0 0 54%;
  position: relative;
  z-index: 2;
}
.twowayJacket p{
  margin: 0;
}
.twowayJacket .mesh_text01{
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
.twowayJacket .mesh_text02{
  font-size: 33px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
.twowayJacket .mesh_text03{
  font-size: 20px;
  color: #FFFFFF;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
.twowayJacket a{
  text-decoration: none;
}
.twowayJacket a:hover{
  opacity: 0.7;
}
.twowayJacket a .more_btn{
  font-family: 'Helvetica', sans-serif;
  max-width: 233px;
  margin: 15px auto 0;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #003E91;
  padding: 10px 15px;
}
/* ------------------------------- */

/* area_1ここから */
.area_1 .title_box p{
  margin: 0;
  font-size: 23px;
  text-align: center;
  color: #FD7410;
  font-weight: bold;
  line-height: 1;
}
.area_1 .title_box p .mission{
  font-size: 20px;
}
.area_1 .title_box p .number{
  letter-spacing: -0.1rem;
  font-size: 32px;
  line-height: 1;
}

.area_1 .title_box .title {
  font-family: 'Helvetica', sans-serif;
  font-size: 52px;
  font-weight: 900;
  color: #FD7410;
  text-align: center;
  position: relative;
  margin: 0 0 30px 0;
}

.area_1 .title_box .title::before,
.area_1 .title_box .title::after {
  content: ""; 
  position: absolute;
  top: 50%;
  width: 100%; 
  height: 4px; 
  background-color: #FD7410; 
  opacity: 0.3;
}

.area_1 .title_box .title::before {
  left: -65%; 
}

.area_1 .title_box .title::after {
  right: -65%; 
}

.area_1_contents{
  padding: 0 30px;
  overflow-x: hidden;
}
.area_1 .area_1_contents .new_pick{
  background: #DE1917;
  color: #fff;
  font-size: 15px;
  max-width: 75px;
  clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
  text-align: center;
  padding-right: 5px;
}
.area_1 .area_1_contents h3{
  display: inline-block;
  font-size: 29px;
  background: #163181;
  color: #fff;
  font-weight: 900;
  padding: 5px 40px 5px 30px;
}
@media (max-width: 949px) {
  .area_1 .area_1_contents h3{
    font-size: 24px;
  }
}
.area_1_contents .h3_small{
  font-size: 16px;
  font-weight: 900;
  color: #163181;
  margin: 15px 0;
}
.area_1_contents .h3_middle{
  font-size: 23px;
  font-weight: 900;
  color: #0089AA;
}
.area1_img03 {
  margin-top: -6%;
}
.area1_img03_sp{
  display: none;
}

.area1_img04_box{
  background: #F7F7F7;
  padding: 20px 10px;
  border-radius: 30px;
}
.area1_img04_box .title{
  font-size: 28px;
  font-weight: 900;
  color: #FD7410;
  margin-left: 26px;
}
.area1_img04_box .title_text{
  font-size: 16px;
  margin: 0 26px;
}
.area1_img04_flex{
  display: flex;
  align-items: center;
}
.area1_img04_left{
  width: 150%;
}
.area1_img4_bottom_text{
  font-size: 15px;
  font-weight: 900;
  color: #FD7410;
  text-align: center;
}

.area1_img04_right p{
  font-size: 16px;
  font-weight: 700;
  margin-right: 23px;
}
.area1_img04_right .information{
  font-size: 15px;
  font-weight: normal;
  margin-right: 23px;
  margin-top: 15px;
  margin-left: 1rem;
  text-indent: -1rem;
}

.area1_img04_right .information::before {
  display: inline;
  content: "※";
}

.area_img_flex{
  display: flex;
  gap: 3%;
}
.area_img_flex2{
  display: flex;
  gap: 3%;
}
.area_img_flex .h3_middle{
  margin: 15px 0;
}
.area1_icon01{
  width: 10%;
}
.area1_img05 {
  margin-right: 20px;
}
.area_img_flex .text{
  font-size: 17px;
  margin-right: 5%;
}

.area_img_flex .area1_img06{
  width: 170%;
}

.area1_img06_sp{
  display: none;
}

.area1_icon02{
  margin-right: 30px;
  width: 70%;
}

.modal {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  z-index: 1; /* 背景より前に表示 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* 半透明の背景 */
}

/* モーダルコンテンツ */
.modal-content {
  position: absolute; /* 位置を絶対指定 */
  top: 50%; /* 垂直方向中央 */
  left: 50%; /* 水平方向中央 */
  transform: translate(-50%, -50%); /* 中央に正確に配置するために調整 */
  background-color: #fff;
  padding: 20px;
  border: 1px solid #888;
  max-width: 760px;
  width: 80%; /* 幅を設定 */
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

.modal-close:hover,
.modal-close:focus {
  color: black;
  text-decoration: none;
}

.modal_img{
  margin: 0 auto;
  width: 95%;
}


.protector_list{
  background: #F7F7F7;
  margin-top: 30px;
  border-radius: 20px;
  padding: 20px;
}
.protector_list a{
  color: #000;
  font-size: 13px;
  text-decoration: underline;
}
.protector_list a:hover{
  opacity: 0.7;
}
.protector_list .name{
  font-size: 14px;
  font-weight: bold;
}
.protector_title{
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}
.area1_img07,.area1_img08,.area1_img09,.area1_img10{
  margin-right: 10px;
  margin-bottom: 10px;
}
/* ------------------------------- */

/* area_2ここから */
.area_2 .title_box p{
  margin: 0;
  font-size: 23px;
  text-align: center;
  color: #2B90C6;
  font-weight: bold;
  line-height: 1;
}
.area_2 .title_box p .mission{
  font-size: 20px;
}
.area_2 .title_box p .number{
  letter-spacing: -0.1rem;
  font-size: 32px;
  line-height: 1;
}

.area_2 .title_box .title {
  font-family: 'Helvetica', sans-serif;
  font-size: 52px;
  font-weight: 900;
  color: #2B90C6;
  text-align: center;
  position: relative;
  margin: 0 0 30px 0;
}

.area_2 .title_box .title::before,
.area_2 .title_box .title::after {
  content: ""; 
  position: absolute;
  top: 50%;
  width: 100%; 
  height: 4px; 
  background-color: #2B90C6; 
  opacity: 0.3;
}

.area_2 .title_box .title::before {
  left: -65%; 
}

.area_2 .title_box .title::after {
  right: -65%; 
}

.area_2_contents{
  padding: 0 30px;
  overflow-x: hidden;
}
.area_2 .area_2_contents .new_pick{
  background: #DE1917;
  color: #fff;
  font-size: 15px;
  max-width: 75px;
  clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
  text-align: center;
  padding-right: 5px;
}
.area_2 .area_2_contents h3{
  display: inline-block;
  font-size: 29px;
  background: #163181;
  color: #fff;
  font-weight: 900;
  padding: 5px 40px 5px 30px;
}
@media (max-width: 949px) {
  .area_2 .area_2_contents h3{
    font-size: 24px;
  }
}
.area_2_contents .h3_small{
  font-size: 16px;
  font-weight: 900;
  color: #163181;
}
.area_2_contents .h3_middle{
  font-size: 23px;
  font-weight: 900;
  color: #0089AA;
}
.area2_left{
  width: 150%;
}
.area2_icon01{
  width: 10%;
}
.area2_img01_sp{
  display: none;
}
.area2_img02{
  width: 95%;
  margin: 0 auto;
}
.area2_img02_sp{
  display: none;
}
/* ------------------------------- */

/* area_3ここから */
.area_3 .title_box p{
  margin: 0;
  font-size: 23px;
  text-align: center;
  color: #4BB125;
  font-weight: bold;
  line-height: 1;
}
.area_3 .title_box p .mission{
  font-size: 20px;
}
.area_3 .title_box p .number{
  letter-spacing: -0.1rem;
  font-size: 32px;
  line-height: 1;
}

.area_3 .title_box .title {
  font-family: 'Helvetica', sans-serif;
  font-size: 52px;
  font-weight: 900;
  color: #4BB125;
  text-align: center;
  position: relative;
  margin: 0 0 30px 0;
}

.area_3 .title_box .title::before,
.area_3 .title_box .title::after {
  content: ""; 
  position: absolute;
  top: 50%;
  width: 100%; 
  height: 4px; 
  background-color: #4BB125; 
  opacity: 0.3;
}

.area_3 .title_box .title::before {
  left: -75%; 
}

.area_3 .title_box .title::after {
  right: -75%; 
}

.area_3_contents{
  padding: 0 30px;
  overflow-x: hidden;
}
.area_3 .area_3_contents .new_pick{
  background: #DE1917;
  color: #fff;
  font-size: 15px;
  max-width: 75px;
  clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
  text-align: center;
  padding-right: 5px;
}
.area_3 .area_3_contents h3{
  display: inline-block;
  font-size: 29px;
  background: #163181;
  color: #fff;
  font-weight: 900;
  padding: 5px 40px 5px 30px;
}
@media (max-width: 949px) {
  .area_3 .area_3_contents h3{
    font-size: 24px;
  }
}
.area_3_contents .h3_small{
  font-size: 16px;
  font-weight: 900;
  color: #163181;
  margin: 15px 0;
}
.area_3_contents .h3_middle{
  font-size: 23px;
  font-weight: 900;
  color: #0089AA;
}
.area3_img02{
  width: 50%;
  text-align: right;
}
.area3_icon01{
  width: 29%;
}
.area3_right{
  width: 170%;
  display: flex;
  align-items: center;
}
.area3_content2_left{
  width: 180%;
}

.area3_img_icon_flex{
  display: flex;
}

.area3_img_icon_flex_sp{
  display: none;
}

.area3_img03{
  margin-right: 10px;
  margin-bottom: 10px;
}

.area3_img05{
  margin: 0 auto;
  width: 50%;
}
.area3_icon02{
  width: 12.5%;
}
.area3_video_text{
  width: 75%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
}
.area3_video {
  width: 75%;
  margin: 0 auto;
}
/* ------------------------------- */

/* area4ここから */
.area4_title {
  width: 50%;
  margin: 0 0 0 auto;
}
.area4_title_sp {
  display: none;
}
.area4_title_small {
  width: 50%;
  font-weight: bold;
  margin: 10px 0 15px auto;
  padding-left: 51%;
  font-size: 18px;
}
.mesh_flex{
  display: flex;
}
.mesh_flex2{
  display: flex;
}
.mesh_item{
  margin: 15px 15px 0 0;
  opacity: 0.5;
  text-decoration: none;
}
.mesh_item .text{
  display: flex;
  justify-content: center;
  margin-left: -20%;
  margin-top: 10px;
}
.mesh_list {
  width: 93%;
}
.mesh_list a{
  text-decoration: none;
  color: #000;
}
.area4_mesh_imgs {
  margin-right: 30px;
  margin-top: -8%;
}
.mesh_list a.active .mesh_item {
  opacity: 1;
  text-decoration: underline;
  font-weight: bold;
}

.twoway_flex{
  display: flex;
}
.twoway_flex2{
  display: flex;
}
.twoway_item{
  text-align: center;
  margin: 15px 15px 0 0;
  opacity: 0.5;
  text-decoration: none;
}
.twoway_item .text{
  display: flex;
  justify-content: center;
  margin-left: -20%;
  margin-top: 10px;
}
.twoway_list {
  width: 93%;
}
.twoway_list a{
  text-decoration: none;
  color: #000;
}
.area4_twoway_imgs {
  margin-right: 30px;
  margin-top: -8%;
}
.twoway_list a.active .twoway_item {
  opacity: 1;
  text-decoration: underline;
  font-weight: bold;
}
/* ------------------------------- */

/* area_5ここから */
.area5_title_sp{
  display: none;
}
.area5_item_list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4列 */
  gap: 5%; /* 要素間の間隔 */
  padding: 16px 16px 30px 16px;
}

.area5_item_list2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4列 */
  gap: 5%; /* 要素間の間隔 */
  padding: 16px 16px 30px 16px;
}
.area5_item_list3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4列 */
  gap: 5%; /* 要素間の間隔 */
  padding: 16px;
  margin: 0 12%;
}

.area5_item {
  box-sizing: border-box;
  text-align: center;
}

.item_img img {
  width: 100%;
  height: auto;
}

.item_btn {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 16px;
  background-color: #01867C;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.item_btn:hover {
  opacity: 0.7;
}

.item_text{
  font-weight: bold;
}
.item_btn2 {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 16px;
  background-color: #0D3E70;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.item_color01{
  width: 70%;
  margin: 0 auto;
}
.item_color02{
  width: 30%;
  margin: 0 auto;
}
.item_color03{
  width: 15%;
  margin: 0 auto;
}
.item_btn3 {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 16px;
  background-color: #2F3C86;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.area5_slider {
  width: 100%;
}

.area5_thumbnails_1, .area5_thumbnails_2 {
  display: flex;
  justify-content: center;
  margin: 10px 0 30px 0;
  width: 100%;
  gap: 10px; /* サムネイル間に10pxのスペースを追加 */
}

.thumb_img {
  cursor: pointer;
}

.thumbnail.active .thumb_img {
  border-color: #FD7410;
}
/* ------------------------------- */
a:hover{
  opacity: 0.7;
}
.mesh_item a:hover{
  opacity: 1;
}
.M_0{
  margin: 0;
}
.MT_30{
  margin-top: 30px;
}
.MT_35_sp{
  margin-top: 35px;
}

.MB_10{
  margin-bottom: 10px;
}
.MB_15{
  margin-bottom: 15px;
}
.MB_15_sp{
  margin-bottom: 15px;
}
.MB_30{
  margin-bottom: 30px;
}
.MB_45{
  margin-bottom: 45px;
}
.MB_50_sp{
  margin-bottom: 50px;
}
.MB_90{
  margin-bottom: 90px;
}
.MB_90_sp{
  margin-bottom: 90px;
}
.MB_120{
  margin-bottom: 120px;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .area5_item_list1,.area5_item_list2, .area5_item_list3 {
    grid-template-columns: repeat(4, 1fr); /* 3列 */
    margin: 0;
  }
  .area5_item_list1{
    padding: 16px 16px 118px 16px;
  }
}

@media (max-width: 768px) {
  .area5_item_list1,.area5_item_list2, .area5_item_list3 {
    grid-template-columns: repeat(3, 1fr); /* 2列 */
  }
  .area5_item_list1 {
    padding: 16px 16px 95px 16px;
}
.MB_45{
  margin: 0;
}
}

@media (max-width: 480px) {
  .area5_item_list1,.area5_item_list2 {
    grid-template-columns: repeat(2, 1fr); /* 2列 */
  }
  .area5_item_list3 {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 70px;
}
}

.imgs_modal_list_sp{
  display: none;
}