@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
Montserrat フォント設定
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
@mixin f_roboto($weight:400) {
	font-family: 'Roboto',"游ゴシック","游ゴシック体","Yu Gothic",YuGothic, sans-serif;
	font-weight:$weight;
}
Robotoフォント設定
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
@media screen and (max-width: 640px) {
  .content_wrap {
    margin-top: 0;
  }
}

/*====================
header
====================*/
.mod_header .row01 .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mod_header .row01 .logo.column {
  background-size: 1.78rem auto;
  background-position: 0.11rem center;
  width: 3.34rem;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .mod_header .row01 .logo.column {
    background-position: left center;
    background-size: 1.04rem auto;
    width: 1.82rem;
    height: 0.13rem;
    padding: 0;
  }
}
.mod_header .row01 .logo.column::after {
  content: "";
  width: 3.44rem;
  height: 0.23rem;
  display: inline-block;
  background-image: url(/img/column/tit_column.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 0.01rem;
}
@media screen and (max-width: 640px) {
  .mod_header .row01 .logo.column::after {
    width: 1.82rem;
    height: 0.13rem;
  }
}
.mod_header .row01 .regular_site_btn {
  width: 2.38rem;
  height: 0.36rem;
  position: absolute;
  right: 0.34rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .mod_header .row01 .regular_site_btn {
    width: 1.41rem;
    height: 0.56rem;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mod_header .row01 .regular_site_btn .link {
  display: block;
  background-color: #50B9C3;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  text-align: center;
  padding: 0.06rem 0.1rem 0.06rem 0;
  border-radius: 0.04rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .mod_header .row01 .regular_site_btn .link {
    font-size: 0.14rem;
    line-height: 1.5;
    border-radius: 0;
    text-align: left;
    padding: 0.07rem 0.12rem;
  }
}
.mod_header .row01 .regular_site_btn .link::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.06rem solid transparent;
  border-bottom: 0.06rem solid transparent;
  border-left: 0.1rem solid #fff;
  border-right: 0;
  position: absolute;
  right: 0.11rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mod_header .row01 .regular_site_btn .link:hover {
  background-color: rgba(80, 185, 195, 0.5);
}

/*====================
cont_header
====================*/
.cont_header {
  padding-top: 1.2rem;
}
@media screen and (max-width: 640px) {
  .cont_header {
    padding: 0.4rem 0.24rem 0;
  }
}
.cont_header .sec_tit_wrap .sec_tit {
  font-size: 0.38rem;
}
@media screen and (max-width: 640px) {
  .cont_header .sec_tit_wrap .sec_tit {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 640px) {
  .cont_header .sec_tit_wrap .lead {
    line-height: 2;
  }
}

/*====================
パンくず
====================*/
.pankuzu_wrap {
  position: relative;
  top: 1rem;
  background-color: rgba(80, 185, 195, 0.8);
}
@media screen and (max-width: 640px) {
  .pankuzu_wrap {
    top: 0;
    margin-top: 0.56rem;
  }
}
@media screen and (max-width: 640px) {
  .pankuzu_wrap .pankuzu {
    padding: 0.04rem 0;
  }
}
.pankuzu_wrap .pankuzu .link a {
  color: #fff;
}
.pankuzu_wrap .pankuzu .link:last-child a {
  color: #fff;
}

/*====================
mv
====================*/
.mv_area {
  width: 100%;
  min-height: 5.3rem;
  max-height: 6.3rem;
  height: 33.12vw;
  position: relative;
  background-image: url(/img/column/mv_pc.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 640px) {
  .mv_area {
    height: auto;
    min-height: auto;
    max-height: auto;
    padding-top: 100vw;
    background-image: url(/img/column/mv_sp.jpg);
    background-position: center top;
    background-size: 100% auto;
  }
}
.mv_area::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(40%, rgb(255, 255, 255)), color-stop(70%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 640px) {
  .mv_area::after {
    height: 100vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(44%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgb(255, 255, 255) 100%);
    top: 0.1rem;
  }
}
.mv_area .in {
  max-width: 12rem;
  height: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.mv_area .in .txt_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .mv_area .in .txt_wrap {
    position: relative;
    width: 2.72rem;
    margin: auto;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mv_area .in .txt_wrap .logo {
  width: 4.2rem;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 640px) {
  .mv_area .in .txt_wrap .logo {
    width: 2.72rem;
    padding-bottom: 0.15rem;
  }
}
.mv_area .in .txt_wrap .logo img {
  width: 100%;
  display: block;
}
.mv_area .in .txt_wrap .sub_logo {
  width: 2.96rem;
  padding-bottom: 0.45rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .mv_area .in .txt_wrap .sub_logo {
    width: 1.94rem;
    padding-bottom: 0.2rem;
  }
}
.mv_area .in .txt_wrap .sub_logo img {
  width: 100%;
  display: block;
}
.mv_area .in .txt_wrap .sub_logo::after {
  content: "";
  width: 0.61rem;
  height: 0.67rem;
  position: absolute;
  right: -0.82rem;
  top: -0.15rem;
  background-image: url(/img/column/mv_illust.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .mv_area .in .txt_wrap .sub_logo::after {
    width: 0.41rem;
    height: 0.45rem;
    right: -0.52rem;
    top: -0.08rem;
  }
}
.mv_area .in .txt_wrap .catch {
  font-size: 0.16rem;
  letter-spacing: 0.12em;
  color: #5C5C5C;
}
@media screen and (max-width: 640px) {
  .mv_area .in .txt_wrap .catch {
    line-height: 1.875;
    letter-spacing: 0.14em;
  }
}

/*====================
content_wrap
====================*/