@charset "utf-8";
.pcOnly {
    display: block !important;
}

.spOnly {
    display: none !important;
}

@media screen and (max-width: 640px) {

    .pcOnly {
        display: none !important;
    }

    .spOnly {
        display: block !important;
    }

}


/* anchor ----------------------- */
.anchor {
	margin-top: -40px!important;
	padding-top: 40px!important;
	}

/* ex_clearfix
-----------------------------------------*/ 
.ex_clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* mod_ex_wide_section
-----------------------------------------*/
.mod_ex_wide_section {
  margin: 0 auto;
  width: 100%;
  line-height: 1.6;
  font-size: 1.13em;
  font-family: "Noto Sans JP", sans-serif;
}
.mod_ex_wide_section img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .mod_ex_wide_section {
    width: 1024px;
  }
}
@media screen and (max-width: 640px) {
  .mod_ex_wide_section {
    width: auto;
  }
}

/* mod_wide_section
-----------------------------------------*/ 
.mod_wide_section{
  margin: 0 auto;
  width: 1200px;
  line-height: 1.6;
  font-size: 1.13em;
  font-family: "Noto Sans JP", sans-serif;
}

.mod_wide_section img {
	max-width: 100%;
	height: auto;
}
	
@media screen and (max-width: 1024px) { 
  .mod_wide_section{
    width:1024px;
  }
}

@media screen and (max-width: 640px) {
  .mod_wide_section{
    width:auto;
  }
}

/* mod_section
-----------------------------------------*/ 
.mod_section{
  margin: 0 auto;
  width: 967px;
  line-height: 1.6;
  font-size: 1.13em;
  font-family: "Noto Sans JP", sans-serif;
}

.mod_section img {
	max-width: 100%;
	height: auto;
	}

@media screen and (max-width: 640px) {
  .mod_section{
    width:auto;
  }
.section-inner {
	width: auto;
	margin: 0 2.60416%;
	}
}

.mod_section .font-sizeup {
	font-size: 1.14em;
	}
.mod_section .font-sizeup-l {
	font-size: 1.5em;
	}
.mod_section .font-sizedown {
	font-size: .78em;
	}
.mod_section strong {
	font-weight: bold;
	}
.mod_section .text-center {
	text-align: center;
	}
.mod_section .text-right {
	text-align: right;
	}
.mod_section .text-left {
	text-align: left;
	}
.mod_section .text-indent-1 {
	text-indent: -1em;
	padding-left: 1em;
	}
.mod_section .text-indent-2 {
	text-indent: -2em;
	padding-left: 2em;
	}
.mod_section .text-indent-2-5 {
	text-indent: -2.5em;
	padding-left: 2.5em;
	}
.mod_section .text-indent-3 {
	text-indent: -3em;
	padding-left: 3em;
	}

/* ex_clearfix
-----------------------------------------*/ 
#sections .ex_marginB0{
 margin-bottom:0px!important;
}
#sections .ex_marginBS{
 margin-bottom:10px!important;
}
#sections .ex_marginBM{
 margin-bottom:20px!important;
}
#sections .ex_marginT0{
 margin-top:0px!important;
}
#sections .ex_marginTSS{
 margin-top:5px!important;
}
#sections .ex_marginTS{
 margin-top:10px!important;
}
#sections .ex_marginTM{
 margin-top:20px!important;
}
#sections .ex_marginTL{
 margin-top:30px!important;
}
#sections .ex_marginTLL{
 margin-top:50px!important;
}

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}

.js-fadeUp {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}
.js-fadeUp.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.5s; 
}

.js-fadeUp-01 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-01.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.5s; 
}

.js-fadeUp-02 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-02.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay:1s; 
}

.js-fadeUp-03 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-03.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 1.5s; 
}

.js-fadeUp-04 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-04.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 2s; 
}
.mod_billboard img {
	max-width: 100%;
	height: auto;
	}
.b-marker {
    background: -webkit-linear-gradient(left, rgb(181,223,239) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(181,223,239) 50%, transparent 50%);
    background: linear-gradient(left, rgb(181,223,239) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em; 
    background-position: 100% 1em;
    transition: 1.5s;
    transition-delay: 0.5s; 
}
.b-marker.is-active{
    background-position: 0% 1em;
}
/*-------------------------
   column_block
-------------------------*/
.column_block {
	margin: 4em auto 0;
	padding: 0 0 4em;
}

.column_block ul {
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 0 6em;
	text-align: center;
}

.column_block ul li {
	color: #003373;
	font-size: 150%;
	font-weight: bold;
	padding: 0em 0;
	-webkit-transform: skewX(150deg);
	-moz-transform: skewX(150deg);
	transform: skewX(150deg);
	border-right: 2px solid #003373;
}
.column_block ul li:first-child {
	border-left: 1px solid #000;
}
.column_block ul li a {
	color: #003373;
	text-decoration: none;
	display:block;
	transform: skewX(-150deg);
	padding:0 30px;
}

.column_block ul li a span {
	display: inline-block;
	padding: 0.4em 4em;
	position: relative;
	white-space: nowrap;
}
.column_block ul li:first-child a span {
	background: #f2f5f8;
}
.column_block ul li:last-child a span {
	background: #afc5da;
}
.column_block ul li a span::after {
	display: inline-block;
	position: absolute;
	content: " \f0d7";
	font-family: FontAwesome;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	transition: all 0.4s ease;
}
.column_block ul li a span:hover::after {
	top: 60%;
}
.column_block h2 {
	position: relative;
	line-height: 1.4;
	padding: 0.5em 1em;
	display: inline-block;
	color: #003373;
	font-size: 168%;
	font-weight: bold;
	margin: -2em 0 1em;
}

.column_block h2:before, .column_block h2:after { 
  content:'';
  width: 630px;
  height: 60px;
  position: absolute;
  display: inline-block;
}

.column_block h2:before {
  border-left: solid 2px #003373;
  border-top: solid 2px #003373;
  top:0;
  left: 0;
}

.column_block h2:after {
  border-right: solid 2px #003373;
  border-bottom: solid 2px #003373;
  bottom:0;
  right: 0;
}

.column_box {
	background: #f2f5f8;
	width: 858px;
	margin: -3em auto 0;
	padding: 4em 2.2em 4em;
	box-sizing: border-box;
}

.column_box_inner_text{
	float: right;
	width: 456px;
}
.column_box_inner_text p+p{
	margin: 1em 0 0;
}
.column_box_inner_img{
	float: left;
	width: 300px;
}
.column_box_inner_img p.position{
	font-size: 100%;
	margin: 1em 0 0;
}
.column_box_inner_img p.name{
	font-size: 125%;
	margin: 0.4em 0 0;
}
.column_box_inner_img p{
	font-size: 88%;
	margin: 0.4em 0 0;
}
.column_box_inner_text h3{
	color: #003373;
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 0.4em
}
@media screen and (max-width: 640px) {
.column_block ul li {
	color: #003373;
	font-size: 4.2vw;
	font-weight: bold;
	padding: 0 4vw;
	-webkit-transform: skewX(150deg);
	-moz-transform: skewX(150deg);
	transform: skewX(150deg);
	border-right: 2px solid #003373;
}
.column_block ul li a {
	padding:0 0;
}
.column_block ul li a span {
	padding: 1vw 6vw 1vw 3vw;
}
.column_block ul li a span::after {
	right: 2vw;
}
.column_block h2{
	font-size: 5.4vw;
}
.column_block h2:before, .column_block h2:after { 
  width: 86vw;
  height: 10vw;
}
.column_box {
	width: auto;
	padding: 4em 1em 2.2em;
}

.column_box_inner_text{
	float: none;
	width: auto;
}

.column_box_inner_img{
	float: none;
	width: auto;
	margin-top: 1em;
}
.column_box_inner_text h3{
	font-size: 4.8vw;
}
}
/*-------------------------
   emergency_box
-------------------------*/
.emergency_box{
	border: 2px solid #003373;
	position: relative;
	width: 858px;
	margin: 6em auto 0;
	box-shadow: 14px 14px #ecf0f5;
}
.emergency_box h3{
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	top: -1em;
	font-size: 168%;
	font-weight: bold;
}
.emergency_box h4{
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	color: #003373;
	margin-bottom: 0.6em;
}
.emergency_box span{
	background: #003373;
	color: #fff;
	padding: 0.6em 5em;
	border-right: 20px solid #FFF;
	border-left: 20px solid #FFF;
}
.emergency_box .inner{
	padding: 4em 2em 2em;
}
@media screen and (max-width: 640px) {
.emergency_box{
	width: 90vw;
}
.emergency_box h3{
	font-size: 5vw;
}
	
.emergency_box h4{
	font-size: 4.4vw;
}
.emergency_box span{
	background: #003373;
	color: #fff;
	padding: 0.6em 1em;
	border-right: 6px solid #FFF;
	border-left: 6px solid #FFF;
}
.emergency_box .inner{
	padding: 3em 1em 2em;
}
}
/*-------------------------
   recommendation_block
-------------------------*/
.recommendation_block{
	margin: 6em auto 0;
	padding: 0 0 4em;
	background: url("../img/bg_recommendation.webp") no-repeat;
}
.recommendation_block h2{
	position: relative;
	display: inline-block;
	padding: 0 100px 0 80px;
	text-align: center;
	margin: -1em 0 1em;
	color: #003373;
	font-size: 200%;
	font-weight: bold;
}
.recommendation_block h2:before, .recommendation_block h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 110px;
	height: 2px;
	background-color: #003373;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.recommendation_block h2:before {
	left:0;
}
.recommendation_block h2:after {
	right: 0;
}
.recommendation_block h3{
	margin: 3em auto 1.4em;
	width: 728px;
	aspect-ratio: 728/95;
	background: url("../img/bg_ttl.webp") no-repeat;
	color: #003373;
	font-size: 175%;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.recommendation_block h3 .category{
	font-size: 75%;
	margin-right: 20px;
}

.recommendation_block p.recommendation_text{
	text-align: center;
	font-size: 125%;
	margin: 1.4em auto;
}

.link_award{
	text-align: center;
	font-size: 138%;
	margin: 1em auto 0;
}
.link_award a{
	color: #003373;
}

.link_award a:after {
	display: inline-block;
	content: " \f105";
	font-family: FontAwesome;
	margin-left: 10px;
	font-size: 128%;
}
@media screen and (max-width: 640px) {
.recommendation_block h2{
	font-size: 5.4vw;
	padding: 0 0vw 0 0vw;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
}
.recommendation_block h2:before, .recommendation_block h2:after {
	width: 20vw;
	-webkit-transform: rotate(-75deg);
	transform: rotate(-75deg);
}
.recommendation_block h2:before {
	left:-6vw;
}
.recommendation_block h2:after {
	right: -8vw;
}
.recommendation_block h3{
	width: auto;
	font-size: 4.4vw;
	background-size: cover;
}
.recommendation_block h3 .category{
	font-size: 3.2vw;
	margin-right: 2vw;
}
.recommendation_block p.recommendation_text{
	font-size: 4vw;
}
.link_award{
	font-size: 4.4vw;
}
}

/* ------------------------
.recommendation_link
------------------------ */
ul.recommendation_link{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
	margin-top: 2em;
}


ul.recommendation_link li{
    width: 30%;
	display: flex;
	flex-direction: column;
}
ul.recommendation_link li a{
	text-decoration: none;
	color: #003373;
}
.recommendation_link_box:hover {
  transform: translateY(10px);
}
.recommendation_link_box{
	background: #FFF;
	padding: 0.6em 1em;
	text-align: center;
	position: relative;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.recommendation_link_box:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF;
}
.recommendation_link_box p{
	margin-bottom: 0.4em;
	font-size: 108%;
	line-height: 1.4;
}
/* ------------------------
.instagram_block
------------------------ */
.instagram_block{
    display : flex;
    flex-wrap : wrap;
	align-items: flex-start;
	justify-content: center;
	width: 858px;
	margin: 0 auto;
}

.instagram_block_img{
    width: 40%;
    margin: 0;
}

.instagram_block_text{
    width: 60%;
	box-sizing: border-box;
	padding-left: 4%;
}
.instagram_block_text h4{
	font-size: 150%;
	font-weight: bold;
	margin: 1em 0;
}
.instagram_block_text p{
	font-size: 108%;
}
.instagram_block_text p+p{
	margin-top: 1em;
}
@media screen and (max-width: 640px) {
.instagram_block{
    width: 100%;
}
.instagram_block_img{
    width: 100%;
}

.instagram_block_text{
    width: 100%;
	padding-left: 0;
	margin: 1em 0 0 0;
}
.instagram_block_text p{
	font-size: 4vw;
}
}


/* ------------------------
.recommendation_img
------------------------ */
.recommendation_img{
	margin: 0 auto 1em;
	width: 858px;
	aspect-ratio: 858/464;
	position: relative;
}
.cubios_btn_01{
	position: absolute;
	top:40px;
	left:90px;
}
.cubios_btn_02{
	position: absolute;
	top:40px;
	left:640px;
}
.cubios_btn_03{
	position: absolute;
	top:300px;
	left:740px;
}
.tatamigaoka_btn_01{
	position: absolute;
	top:180px;
	left:460px;
}
.storage_btn_01{
	position: absolute;
	top:50px;
	left:540px;
}
@media screen and (max-width: 640px) {
.recommendation_img{
	width: auto;
}
.cubios_btn_01{
	position: absolute;
	top:4vw;
	left:10vw;
	width: 10vw;
}
.cubios_btn_02{
	position: absolute;
	top:4vw;
	left:70vw;
	width: 10vw;
}
.cubios_btn_03{
	position: absolute;
	top:30vw;
	left:82vw;
	width: 10vw;
}
.tatamigaoka_btn_01{
	position: absolute;
	top:16vw;
	left:48vw;
	width: 10vw;
}
.storage_btn_01{
	position: absolute;
	top:2vw;
	left:60vw;
	width: 10vw;
}
}
/*-------------------------
   other_block
-------------------------*/
.other_block{
	margin: 0 auto 0;
	padding: 6em 0 4em;
}

.other_box{
	border: 2px solid #003373;
	position: relative;
	margin-top: 1em;
	width: 858px;
	margin: 0 auto;
}

.other_box h2 {
    display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
	right: 0;
	left: 0;
	top: -1.8em;
}

.other_box h2::before,
.other_box h2::after {
    width: 3px;
    height: 40px;
    background-color: #003373;
    content: '';
}

.other_box h2::before {
    transform: rotate(-25deg);
    margin-right: -4px;
}

.other_box h2::after {
    transform: rotate(25deg);
    margin-left: -6px;
}

.other_box h2 span{
	padding: 0 1em;
	background: #FFF;
	text-align: center;
	font-size: 175%;
	font-weight: bold;
	color: #003373;
	border-right: 10px solid #FFF;
}
.other_box .inner{
	padding: 2em 2em 2em;
}
.other_box h3{
	text-align: center;
	font-size: 175%;
	color: #003373;
}
.other_box p{
	font-size: 125%;
	margin: 0.6em 0;
}
@media screen and (max-width: 640px) {
.other_box{
	width: auto;
}
.other_box h2 span{
	font-size: 5.4vw;
}
.other_box h3{
	font-size: 5.4vw;
}
}
/*-------------------------
   products_block
-------------------------*/
.products_block{
	margin: 6em auto 0;
	padding: 0 0 4em;
	background: url("../img/bg_products.webp") no-repeat;
}
.products_block h2{
	position: relative;
	display: inline-block;
	padding: 0 140px 0 120px;
	text-align: center;
	margin: -1em 0 1em;
	color: #437d97;
	font-size: 200%;
	font-weight: bold;
}
.products_block h2:before, .products_block h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 110px;
	height: 2px;
	background-color: #437d97;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.products_block h2:before {
	left:0;
}
.products_block h2:after {
	right: 0;
}
.products_block h3.products_name{
	margin: 1em auto 1.4em;
	width: 728px;
	aspect-ratio: 728/95;
	background: url("../img/bg_products_ttl.webp") no-repeat;
	color: #437d97;
	font-size: 175%;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.products_block h3.products_name .category,
.products_block h3.products_name_two .category{
	font-size: 75%;
	margin-right: 20px;
}
.products_block h3.products_name_two{
	margin: 3em auto 1.4em;
	width: 728px;
	aspect-ratio: 728/155;
	background: url("../img/bg_products_two_ttl.webp") no-repeat;
	color: #437d97;
	font-size: 175%;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
a.btn_navy+.question_box,
ul+.question_box{
	margin-top: 6em;
}
@media screen and (max-width: 640px) {
.products_block h2{
	font-size: 5.4vw;
	padding: 0 0vw 0 0vw;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
}
.products_block h2:before, .products_block h2:after {
	width: 20vw;
	-webkit-transform: rotate(-75deg);
	transform: rotate(-75deg);
}
.products_block h2:before {
	left:-6vw;
}
.products_block h2:after {
	right: -8vw;
}
.products_block h3.products_name,
.products_block h3.products_name_two{
	width: auto;
	font-size: 4.4vw;
	background-size: cover;
}
.products_block h3.products_name .category,
.products_block h3.products_name_two .category{
	font-size: 3.2vw;
	margin-right: 2vw;
}
}

/* ------------------------
.question_box
------------------------ */
.question_box{
	margin: 3em auto 1.4em;
	width: 858px;
	aspect-ratio: 858/432;
	background: url("../img/bg_question.webp") no-repeat;
	position: relative;
	padding: 1.4em 4em 2em;
	box-sizing: border-box;
}
.question_box .no{
	position: absolute;
	font-size: 325%;
	top: -36px;
	left: 30px;
	color: #437d97;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.question_box h3{
  text-align: center;
	font-size: 175%;
	color: #437d97;
	margin: 0 auto 1em;
}

.question_illust{
    display : flex;
    flex-wrap : wrap;
	align-items: center;
	justify-content: center;
}
.question_box p{
	font-size: 125%;
}
.question_illust_left{
    width: 50%;
	padding: 0 5% 0 0;
	box-sizing: border-box;
    display:flex;
	align-items: center;
	justify-content: center;
}

.question_illust_right{
    width: 50%;
    display:flex;
    flex-direction: column;
}


@media screen and (max-width: 640px) {
.question_box{
	width: auto;
	background: none;
	padding: 1em 3em 2em;
}
.bg_question_sp01{
	width: auto;
	background: url("../img/bg_question_sp01.webp") no-repeat;
	aspect-ratio: 1/1;
	background-size: contain;
}
.bg_question_sp02{
	width: auto;
	background: url("../img/bg_question_sp02.webp") no-repeat;
	aspect-ratio: 75/88;
	background-size: contain;
}
.question_box .no{
	top: -10vw;
	left: 2vw;
	font-size: 12vw;
}
.question_box h3{
	font-size: 6vw;
	margin: 0 auto 0.8em;
}

.question_illust_left{
    width: 100%;
	padding: 0;
    margin: 0 0 1em;
}

.question_illust_right{
    width: 100%;
}
}

/*-------------------------
   disaster_block
-------------------------*/
.disaster_block{
	padding: 4em 0 3em;
	background: #00003c;
	color: #FFF;
	text-align: center;
}
/* ------------------------
.btn_more
------------------------ */
.btn_more{
	display: block;
	margin: 0;
	position: relative;
	width: 162px;
	height: 40px;
	padding: 0 0 0 0;
	box-sizing: border-box;
	font-size: 108%;
	white-space: nowrap;
	text-align: center;
}

.btn_more a{
	color:#003373;
	text-decoration: none;
}
.btn_more a::after {
	content: "";
	display: inline-block;
	width: 162px;
	height: 20px;
	position: absolute;
	background-image: url("../img/bg_arrow.webp");
	background-repeat: no-repeat;
	background-position: center right;
	bottom: 0;
	right: 0;
	transition: all 0.4s ease;
}
.btn_more a:hover::after {
	right: -20px;
}
/* ------------------------
.btn_white
------------------------ */
.btn_white {
	display: block;
	text-align: center;
	position: relative;
	background-color: #fff;
	color: #003373 !important;
	border: 2px solid #003373;
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none !important;
	padding: 20px 0;
	font-weight: bold;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	white-space:nowrap;
	width: 100%;
	margin: 0 auto;
}
.btn_white::after {
	content: "";
	display: inline-block;
	width: 26px;
	height: 5px;
	position: absolute;
	background-image: url("../img/arrow_navy_right.svg");
	background-repeat: no-repeat;
	background-position: center right;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	transition: all 0.4s ease;
}
.btn_white:hover::after {
	right: -10px;
}

@media screen and (max-width: 640px) {
	.btn_navy {
	  font-size: 4.0vw;
	  padding: 3vw 4vw;
	}
	.btn_navy::after {
	  content: "";
	  display: inline-block;
	  width: 7vw;
	  height: 4vw;
	  top: 50%;
	  right: 3vw;
	  transform: translateY(-50%);
	  transition: all 0.4s ease;
	}
	.btn_navy:hover::after {
	  right: -3vw;
	}
}
/* ------------------------
.btn_navy
------------------------ */
.btn_navy {
	display: block;
	text-align: center;
	position: relative;
	background-color: #003373;
	color: #fff !important;
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none !important;
	padding: 20px 0;
	font-weight: bold;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	white-space:nowrap;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.btn_navy span {
	font-size: 14px;
}
.btn_navy::after {
	content: "";
	display: inline-block;
	width: 26px;
	height: 5px;
	position: absolute;
	background-image: url("../img/arrow_white_right.svg");
	background-repeat: no-repeat;
	background-position: center right;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	transition: all 0.4s ease;
}
.btn_navy:hover::after {
	right: -10px;
	background-image: url("../img/arrow_navy_half_right.svg");
}

@media screen and (max-width: 640px) {
	.btn_navy {
	  font-size: 4.0vw;
	  padding: 3vw 4vw;
	}
	.btn_navy::after {
	  content: "";
	  display: inline-block;
	  width: 7vw;
	  height: 4vw;
	  top: 50%;
	  right: 3vw;
	  transform: translateY(-50%);
	  transition: all 0.4s ease;
	}
	.btn_navy:hover::after {
	  right: -3vw;
	}
}

/* ------------------------
.btn_navy_big
------------------------ */
.btn_navy_big {
	display: block;
	text-align: center;
	position: relative;
	background-color: #003373;
	color: #fff !important;
	font-size: 22px;
	line-height: 1.2;
	text-decoration: none !important;
	padding: 24px 0;
	font-weight: bold;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	white-space:nowrap;
	width: 600px;
	margin: 0 auto 1em;
	border: 2px solid #FFF;
}

.btn_navy_big::after {
	content: "";
	display: inline-block;
	width: 26px;
	height: 5px;
	position: absolute;
	background-image: url("../img/arrow_white_right.svg");
	background-repeat: no-repeat;
	background-position: center right;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	transition: all 0.4s ease;
}
.btn_navy_big:hover::after {
	right: -10px;
}
@media screen and (max-width: 640px) {
	.btn_navy_big {
	  font-size: 4.0vw;
	  padding: 3vw 4vw;
	  width: auto;
	}
	.btn_navy_big::after {
	  content: "";
	  display: inline-block;
	  width: 7vw;
	  height: 4vw;
	  top: 50%;
	  right: 3vw;
	  transform: translateY(-50%);
	  transition: all 0.4s ease;
	}
	.btn_navy_big:hover::after {
	  right: -3vw;
	}
}

/* ------------------------
.width_428
------------------------ */
.width_428 {
	width: 428px;
}

@media screen and (max-width: 640px) {
.width_428 {
	width: 80vw;
}
}

/*-------------------------
   two_one_column
-------------------------*/
.two_one_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.two_one_column::after{
    content:"";
    display: block;
    width: 48%;
}

.two_one_column .column{
    width: 48%;
	display: flex;
	flex-direction: column;
}


@media screen and (max-width: 640px) {
.two_one_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 0 0 0em;
}
.two_one_column .column{
    width: 100%;
}
.two_one_column .column:first-child{
	margin: 0 0 1em;
}
}

/*-------------------------
   two_two_column
-------------------------*/
.two_two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.two_two_column::after{
    content:"";
    display: block;
    width: 48%;
}

.two_two_column .column{
    width: 48%;
	display: flex;
	flex-direction: column;
}

/*-------------------------
   .cp_box
-------------------------*/
.cp_box {
  position: relative;
}
.cp_box input {
  display: none;
}
.cp_box label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  bottom: -10px;
  width: 100%;
  height: 140px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(242,245,248, 0) 0%, rgba(242,245,248, 0.95) 90%);
}
/* 開いた時にグラデーションを消す */
.cp_box input:checked + label {
  background: inherit;
}
.cp_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合コメントアウトを外す */
}
.cp_box .cp_container {
  overflow: hidden;
  height: 500px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
/*続きをよむボタン*/
.cp_box label:after,
.cp_box label::before {
  content: '';
  position: absolute;
  line-height: 2.5rem;
}
.cp_box label:after {
  z-index: 2;
  bottom: 20px;
  width: 13em;
  content: 'もっと読む';
  color: #003373;
  background: #fff;
  border: 2px solid #003373;
}
.cp_box label::before {
  position: absolute;
  bottom: 38px;
  left: calc(50% - 3.5em);
  z-index: 3;
  width: 10px;
  height: 5px;
  background: #003373;
  clip-path: polygon(50% 100%, 0 0, 100% 0)
}
/*閉じるボタン*/
.cp_box input:checked + label:after {
  content: '閉じる';
}
.cp_box input:checked + label:before {
  left: calc(50% - 2.5em);
  transform: scale(1, -1);
}
.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}



/*-------------------------
   .remodal
-------------------------*/
.remodal-overlay {
	background: rgba(256, 256, 256, 0.95)!important;
}
.remodal {
	padding: 0!important;
	box-shadow: 0 0 20px #cccccc;
	max-width: 900px!important;
}

.btn_modal_close{
	background: none;
	border: none;
	position: absolute;
	top: -30px;
	right: -30px;
	cursor: pointer;
}

.btn_modal_close:hover img {
	transition: transform 1s;
	transform: rotate(360deg);
}
@media screen and (max-width: 640px) {
.btn_modal_close{
	top: -30px;
	right: -25px;
}
}
/*-------------------------
   .modal_box
-------------------------*/
.modal_box{
	padding: 40px;
	line-height: 1.6;
	text-align: left;
}

.modal_box img {
	max-width: 100%;
	height: auto;
}
.modal_box h4{
	font-size: 150%;
	font-weight: bold;
	color: #437d97;
	margin-bottom: 0.8em;
}
.modal_box p{
	font-size: 108%;
}
@media screen and (max-width: 640px) {
.modal_box{
	padding: 6vw;
}

.modal_box h4{
	font-size: 5vw;
}
.modal_box p{
	font-size: 4vw;
}
}