@charset "UTF-8";
/*! Writen  by SCSS */
/*オープンテンプレ*/
.menu-item {
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px; }

.menu-item span {
  font-size: 30px; }

.crbox {
  background-color: #f2f2f2;
  border: none; }

/*オープンテンプレ*/
/*.msn-headerMenu {
	background: #000;
}

.msn-headerNav__item {
	font-family:"游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
	color: #fff;
	font-weight: 400;
}
.msn-headerNav__item {
	@media (min-width: 767px) {
		font-size: 17px;
	}
}
.msn-headerNav__item--new::before {
	font-family:"Noto Sans JP","游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN", Meiryo,sans-serif;
	font-weight: 600;
}

.msn-h2__inner {
	font-family:"游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
	font-weight: 400;
	.msn-h2__title {
		@media (min-width: 767px) {
			font-size: 2.7rem;
		}
	}
}

.msn-buttonMore {
	font-family:"游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
}
.read {
	font-weight: 400;
}

.contact {
	font-family:"游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
	.msn-lead {
	//font-family:"Noto Sans JP","游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN", Meiryo,sans-serif;
		font-family:"游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
		font-weight: 400;
	}
}

.msn-contentnav {
	font-family:"游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
	font-weight: 400;
}*/
.main {
  position: relative; }
  .main .slide_main li {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1.2s ease-in-out 0s;
    overflow: hidden; }
    .main .slide_main li:first-child {
      position: relative; }
    .main .slide_main li.active {
      opacity: 1; }
  @media screen and (max-width: 480px) {
    .main .slide_main .cap {
      font-size: 8px; } }
  .main .slide_thum {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 10px; }
    @media screen and (max-width: 480px) {
      .main .slide_thum {
        top: 10px;
        right: 10px;
        gap: 5px; } }
    .main .slide_thum li {
      cursor: pointer;
      width: 15px;
      height: 15px;
      background: #e5e9eb;
      transition: all 0.5s ease-in-out 0s; }
      @media screen and (max-width: 480px) {
        .main .slide_thum li {
          width: 10px;
          height: 10px; } }
      .main .slide_thum li.active {
        background: #bec9cd; }
  .main .cap {
    line-height: 1.2;
    font-weight: 700; }
  .main .cap01 {
    right: calc(630% / 16);
    bottom: calc(205% / 6.55); }
    @media screen and (max-width: 480px) {
      .main .cap01 {
        right: 0;
        bottom: calc(400% / 7.6);
        right: auto;
        bottom: auto;
        left: 0;
        top: 0; } }
  .main .cap02 {
    right: calc(1250% / 16);
    bottom: 0; }
    @media screen and (max-width: 480px) {
      .main .cap02 {
        right: 0;
        bottom: calc(200% / 7.6); } }
  .main .cap03 {
    right: calc(900% / 16);
    bottom: 0; }
    @media screen and (max-width: 480px) {
      .main .cap03 {
        right: 0;
        bottom: 0; } }
  .main .cap04 {
    right: calc(630% / 16);
    bottom: 0; }
    @media screen and (max-width: 480px) {
      .main .cap04 {
        display: none; } }
  .main .cap05 {
    right: calc(285% / 16);
    bottom: calc(300% / 6.55); }
    @media screen and (max-width: 480px) {
      .main .cap05 {
        right: calc(345% / 7.5);
        bottom: 0; } }
  .main .cap06 {
    right: 0;
    bottom: calc(475% / 6.55); }
    @media screen and (max-width: 480px) {
      .main .cap06 {
        display: none; } }
  .main .cap07 {
    right: 0;
    bottom: calc(300% / 6.55); }
    @media screen and (max-width: 480px) {
      .main .cap07 {
        display: none; } }
  .main .cap08 {
    right: calc(390% / 16);
    bottom: 0; }
    @media screen and (max-width: 480px) {
      .main .cap08 {
        display: none; } }
  @media screen and (max-width: 480px) {
    .main .cap09 {
      display: none; } }
  .main .cap31 {
    right: calc(140% / 16);
    right: calc(180% / 16); }
    @media screen and (max-width: 480px) {
      .main .cap31 {
        right: calc(80% / 8); } }

.msn-obi {
  background: linear-gradient(90deg, #bdc9cd, #ecf0f2, #bdc9cd);
  padding: 22px 15px; }
  @media screen and (max-width: 480px) {
    .msn-obi {
      background: none;
      padding: 0; } }
  .msn-obi .msn-obi__inner {
    max-width: none;
    text-align: center; }

.info_red {
  color: #ad181f; }

.msn-topInfo__copy {
  font-size: 38px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-weight: 400;
  font-weight: 600; }

.msn-topInfo__copy.c,
.msn-topInfo__copy .c {
  color: #907809; }

.msn-topInfo__copy .s1 {
  font-size: 90%; }

.msn-topInfo__copy .s2 {
  font-size: 80%; }

.msn-topInfo__copy .s3 {
  font-size: 70%; }

.msn-topInfo__copy .s4 {
  font-size: 60%; }

.msn-topInfo__copy .s5 {
  font-size: 50%; }

.msn-topInfo__copy .l1 {
  font-size: 110%; }

.msn-topInfo__copy .l2 {
  font-size: 120%; }

.msn-topInfo__copy .l3 {
  font-size: 130%; }

.msn-topInfo__copy .l4 {
  font-size: 140%; }

@media screen and (max-width: 1600px) {
  .msn-topInfo__copy {
    font-size: calc(38vw / 16); } }
@media screen and (max-width: 960px) {
  .msn-topInfo__copy {
    font-size: 2.8vw; } }
@media screen and (max-width: 767px) {
  .info_wrap {
    padding: 5px 20px 10px; }

  .msn-topInfo__copy {
    font-size: 5vw; } }
@media screen and (max-width: 500px) {
  .msn-topInfo__copy {
    font-size: 6.6vw;
    line-height: 1.5; } }
.read.lg {
  line-height: 1.8;
  margin-bottom: 0.8em; }
  @media screen and (max-width: 480px) {
    .read.lg {
      font-size: calc(15vw / 3.9); } }

.read {
  line-height: 1.8;
  margin-bottom: 0.8em; }
  @media screen and (max-width: 480px) {
    .read {
      font-size: calc(15vw / 3.9); } }

.msn-h2__inner .msn-h2__cap {
  margin-top: 0.3333333333vw; }

.concept {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
  z-index: 2;
  height: 140vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4), 0 0 6px rgba(0, 0, 0, 0.4), 0 0 6px rgba(0, 0, 0, 0.4), 0 0 6px rgba(0, 0, 0, 0.7), 0 0 6px rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 767px) {
    .concept {
      height: auto;
      padding: 80vw 0 40vw; } }
  .concept .cap1 {
    opacity: 0.7; }
  .concept .cbg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../img/top/c_bg.jpg") center center/cover; }
    @media screen and (max-width: 767px) {
      .concept .cbg {
        background: url("../img/top/c_bg_sp.jpg") center center/cover;
        height: calc(100vh - 54px); } }
    .concept .cbg.on {
      position: fixed; }
  .concept .t1 {
    font-size: clamp(14px, calc(26vw / 16), 26px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 1.4em;
    padding-bottom: 1.2em;
    position: relative; }
    .concept .t1::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: calc(50% - 30px);
      width: 60px;
      height: 1px;
      background: #c8bb9b; }
    @media screen and (max-width: 480px) {
      .concept .t1 {
        font-size: calc(15vw / 3.9); } }
  .concept .t2 {
    font-size: clamp(14px, calc(32vw / 16), 32px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 0.6em; }
    @media screen and (max-width: 480px) {
      .concept .t2 {
        font-size: calc(18vw / 3.9); } }
  .concept .t3 {
    font-size: clamp(14px, calc(50vw / 16), 50px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 1.2em; }
    @media screen and (max-width: 480px) {
      .concept .t3 {
        font-size: calc(30vw / 3.9);
        letter-spacing: 0.1em; } }
  .concept .t4 {
    font-size: clamp(14px, calc(24vw / 16), 24px);
    font-size: clamp(12px, calc(23vw / 16), 23px);
    font-weight: 600;
    line-height: 3.2;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 480px) {
      .concept .t4 {
        font-size: calc(15vw / 3.9);
        letter-spacing: 0.1em;
        line-height: 2.8; } }

.feature .read {
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 0.8em; }
  @media screen and (max-width: 480px) {
    .feature .read {
      text-align: left;
      font-size: calc(15vw / 3.9); } }

#sec-feature {
  /*.f_btn a::before {
  	content: "";
  	position: absolute;
  	z-index: -1;
  	top:0;
  	right: 0;
  	width: 100%;
  	height: 100%;
  	background: #a08c48;
  	opacity: 1;
  	transition: all 0.4s ease-in-out 0s;
  }
  .f_btn a:hover::before {
  	opacity: 0;
  }
  .f_btn a::after {
  	content: "";
  	position: absolute;
  	top:50%;
  	right: 0;
  	height: 1px;
  	width: 40px;
  	background: #fff;
  	transition: all 0.4s ease-in-out 0s;
  }
  .f_btn a:hover::after {
  	background: #a08c48;
  }*/ }
  #sec-feature .msn-section__container {
    max-width: 100%;
    padding: 0; }
  #sec-feature .f_btn {
    width: 100%; }
  #sec-feature .f_btn a {
    display: block;
    padding: 1.5em 2.5em 1.5em 1em;
    font-size: clamp(12px, calc(15vw / 16), 15px);
    border: solid 1px  #a08c48;
    position: relative;
    transition: all 0.4s ease-in-out 0s; }
  #sec-feature .f_btn a p {
    color: #fff;
    letter-spacing: 0.02em;
    transition: all 0.4s ease-in-out 0s; }
  #sec-feature .f_btn a:hover p {
    color: #a08c48;
    letter-spacing: 0.2em; }
  @media screen and (max-width: 767px) {
    #sec-feature {
      /*.f_btn a::after {
      	width: 30px;
      }*/ }
      #sec-feature .f_btn a {
        padding: 1.3em 2.5em 1.3em 1em; } }
  #sec-feature .features {
    position: relative; }
  #sec-feature .features {
    position: relative; }
  #sec-feature .features::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: calc(540% / 16);
    height: 100vh;
    background: url("../img/top/f_bg1.jpg") center center/cover; }
  #sec-feature .features.top::after {
    position: fixed;
    top: 0;
    left: 0; }
  #sec-feature .features.bottom::after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    pointer-events: none; }
  #sec-feature .features > ul > li {
    height: 180vh;
    pointer-events: none; }
  #sec-feature .features > ul > li .cont {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%; }
  @media screen and (max-width: 767px) {
    #sec-feature .features > ul > li .cont {
      height: calc(100vh - 54px); }
    #sec-feature .features::after {
      width: 100%; } }
  #sec-feature .features.top > ul > li .cont {
    position: fixed;
    top: 0;
    left: 0; }
  #sec-feature .features.bottom > ul > li .cont {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0; }
  #sec-feature .features.bottom > ul > li .cont > a {
    display: block;
    width: 100%;
    height: 100%; }
  #sec-feature .features > ul > li .cont .cont_wrap {
    display: flex;
    flex-direction: row-reverse;
    height: 100%; }
  #sec-feature .features > ul > li .cont {
    pointer-events: none; }
  #sec-feature .features > ul > li.p-t .cont {
    pointer-events: all; }
  #sec-feature .features > ul > li.p-b .cont {
    pointer-events: none; }
  @media screen and (max-width: 767px) {
    #sec-feature .features > ul > li .cont .cont_wrap {
      flex-direction: column; } }
  #sec-feature .features > ul > li .cont .txt {
    width: calc(540% / 16);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  @media screen and (max-width: 767px) {
    #sec-feature .features > ul > li .cont .txt {
      width: 100%;
      flex: 1; } }
  #sec-feature .features > ul > li .cont .txt::after {
    /*content: "";*/
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/top/f_bg1.jpg") center center/cover;
    opacity: 0;
    transition: all 0.8s ease-in-out 0s; }
  #sec-feature .features > ul > li .cont .txt .f01 {
    font-size: clamp(16px, calc(44vw / 16), 44px);
    font-size: clamp(16px, calc(48vw / 16), 48px);
    line-height: 1;
    letter-spacing: 0.1em;
    color: #6c8793;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1em;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.8s ease-in-out 0s; }
    @media screen and (max-height: 550px) {
      #sec-feature .features > ul > li .cont .txt .f01 {
        margin-bottom: 0.6em; } }
    @media screen and (max-height: 430px) {
      #sec-feature .features > ul > li .cont .txt .f01 {
        font-size: clamp(16px, calc(36vw / 16), 36px); } }
    @media screen and (max-width: 767px) {
      #sec-feature .features > ul > li .cont .txt .f01 {
        margin-bottom: 1em; } }
    @media screen and (max-width: 480px) {
      #sec-feature .features > ul > li .cont .txt .f01 {
        font-size: calc(22vw / 3.9);
        font-size: calc(25vw / 3.9); } }
  #sec-feature .features > ul > li .cont .txt .f02 {
    font-size: clamp(14px, calc(26vw / 16), 26px);
    line-height: 1.9;
    letter-spacing: 0.1em;
    color: #333;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.4em;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.8s ease-in-out 0.2s; }
    @media screen and (max-height: 550px) {
      #sec-feature .features > ul > li .cont .txt .f02 {
        margin-bottom: 1em; } }
    @media screen and (max-height: 430px) {
      #sec-feature .features > ul > li .cont .txt .f02 {
        font-size: clamp(14px, calc(20vw / 16), 20px); } }
    @media screen and (max-width: 767px) {
      #sec-feature .features > ul > li .cont .txt .f02 {
        margin-bottom: 1em; } }
    @media screen and (max-width: 480px) {
      #sec-feature .features > ul > li .cont .txt .f02 {
        font-size: calc(17vw / 3.9); } }
  #sec-feature .features > ul > li .cont .txt .f03 {
    font-size: clamp(11px, calc(22vw / 16), 22px);
    line-height: 2.2;
    line-height: 2.6;
    text-align: center;
    letter-spacing: 0.1em;
    color: #333;
    font-weight: 700;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.8s ease-in-out 0.4s; }
    @media screen and (max-height: 550px) {
      #sec-feature .features > ul > li .cont .txt .f03 {
        line-height: 1.8; } }
    @media screen and (max-height: 430px) {
      #sec-feature .features > ul > li .cont .txt .f03 {
        font-size: clamp(11px, calc(16vw / 16), 16px); } }
    @media screen and (max-width: 767px) {
      #sec-feature .features > ul > li .cont .txt .f03 {
        line-height: 1.8;
        line-height: 2; } }
    @media screen and (max-width: 480px) {
      #sec-feature .features > ul > li .cont .txt .f03 {
        font-size: calc(14vw / 3.9); } }
  #sec-feature .features > ul > li .cont .txt .f_btn {
    font-size: clamp(12px, calc(16vw / 16), 16px);
    margin-top: 2.8em;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.5s ease-in-out 0s,opacity 0.8s ease-in-out 0.6s,transform 0.8s ease-in-out 0.6s; }
    @media screen and (max-height: 550px) {
      #sec-feature .features > ul > li .cont .txt .f_btn {
        margin-top: 1.2em; } }
    @media screen and (max-width: 767px) {
      #sec-feature .features > ul > li .cont .txt .f_btn {
        margin-top: 1.2em; } }
    @media screen and (max-width: 480px) {
      #sec-feature .features > ul > li .cont .txt .f_btn {
        font-size: calc(12vw / 3.9); } }
    #sec-feature .features > ul > li .cont .txt .f_btn a {
      border: solid 1px #6c8793;
      background: #6c8793;
      color: #fff;
      line-height: 1;
      letter-spacing: 0.15em;
      text-align: center;
      font-weight: 700;
      padding: 15px;
      width: 100%;
      max-width: 240px;
      margin-right: auto;
      margin-left: auto;
      position: relative; }
      @media screen and (max-width: 767px) {
        #sec-feature .features > ul > li .cont .txt .f_btn a {
          max-width: 200px; } }
      @media screen and (max-width: 480px) {
        #sec-feature .features > ul > li .cont .txt .f_btn a {
          padding: 11px 15px; } }
  #sec-feature .features > ul > li .cont .txt .f_btn a::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out 0s,opacity 0.8s ease-in-out 0.6s,transform 0.8s ease-in-out 0.6s; }
  @media screen and (min-width: 768px) {
    #sec-feature .features > ul > li.p-t .cont .txt .f_btn a:hover {
      background: #fff;
      color: #6c8793; }
    #sec-feature .features > ul > li.p-t .cont .txt .f_btn a:hover::after {
      border-top: solid 1px #6c8793;
      border-right: solid 1px #6c8793; } }
  #sec-feature .features > ul > li.p-t .cont .txt::after {
    opacity: 1; }
  #sec-feature .features > ul > li.p-t .cont .txt .f01 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease-in-out 0.4s; }
  #sec-feature .features > ul > li.p-t .cont .txt .f02 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease-in-out 0.6s; }
  #sec-feature .features > ul > li.p-t .cont .txt .f03 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease-in-out 0.8s; }
  #sec-feature .features > ul > li.p-t .cont .txt .f_btn {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease-in-out 0s,opacity 0.8s ease-in-out 1s,transform 0.8s ease-in-out 1s; }
  #sec-feature .features > ul > li.p-t .cont .txt::after {
    opacity: 1; }
  #sec-feature .features > ul > li.p-b .cont .txt .f01 {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s; }
  #sec-feature .features > ul > li.p-b .cont .txt .f02 {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s; }
  #sec-feature .features > ul > li.p-b .cont .txt .f03 {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s; }
  #sec-feature .features > ul > li.p-b .cont .txt .f_btn {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.5s ease-in-out 0s,opacity 0.4s ease-in-out 0s,transform 0.4s ease-in-out 0s; }
  #sec-feature .features > ul > li .cont .img {
    width: calc(1060% / 16);
    opacity: 0;
    transition: all 0.8s ease-in-out;
    position: relative; }
  @media screen and (max-width: 767px) {
    #sec-feature .features > ul > li .cont .img {
      width: 100%;
      height: 50vh; } }
  @media screen and (max-width: 380px) {
    #sec-feature .features > ul > li .cont .img {
      width: 100%;
      height: 40vh; } }
  #sec-feature .features > ul > li.p-t .cont .img {
    opacity: 1; }
  #sec-feature .features > ul > li.p-b .cont .img {
    opacity: 0; }
  #sec-feature .features > ul > li:nth-child(1) .cont .img {
    opacity: 1; }
  #sec-feature .features > ul > li:last-child.p-b .cont .txt .f01 {
    opacity: 1;
    transform: translateY(0); }
  #sec-feature .features > ul > li:last-child.p-b .cont .txt .f02 {
    opacity: 1;
    transform: translateY(0); }
  #sec-feature .features > ul > li:last-child.p-b .cont .txt .f03 {
    opacity: 1;
    transform: translateY(0); }
  #sec-feature .features > ul > li:last-child.p-b .cont .txt .f_btn {
    opacity: 1;
    transform: translateY(0); }
  #sec-feature .features > ul > li:last-child.p-b .cont .img {
    opacity: 1; }
  #sec-feature .features > ul > li:nth-child(1) .cont {
    z-index: 11; }
  #sec-feature .features > ul > li:nth-child(2) .cont {
    z-index: 12; }
  #sec-feature .features > ul > li:nth-child(3) .cont {
    z-index: 13; }
  #sec-feature .features > ul > li.acc .cont .img {
    background: url("../img/top/f_acc_img.jpg") center center/cover; }
  #sec-feature .features > ul > li.loc .cont .img {
    background: url("../img/top/f_loc_img.jpg") center center/cover; }
  #sec-feature .features > ul > li.pla .cont .img {
    background: url("../img/top/f_pla_img.jpg") center center/cover; }
  #sec-feature .features > ul > li.lux.sp {
    display: none; }
  @media screen and (max-width: 767px) {
    #sec-feature .features > ul > li.lux .pc {
      display: none; }
    #sec-feature .features > ul > li.lux .sp {
      display: block; } }

#sec-plan .msn-section__container {
  max-width: 1034px; }
#sec-plan .msn-c-madori__item {
  background: #f5f5f5;
  flex-basis: calc(306% / 9.6);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 767px) {
    #sec-plan .msn-c-madori__item {
      flex-basis: 100%;
      max-width: 306px;
      margin-inline: auto; } }
#sec-plan .msn-imageGrid--cols3--gap {
  width: 100%;
  max-width: 994px; }
  #sec-plan .msn-imageGrid--cols3--gap .msn-c-madori__item {
    flex-basis: calc(306% / 9.94); }
    @media screen and (max-width: 767px) {
      #sec-plan .msn-imageGrid--cols3--gap .msn-c-madori__item {
        flex-basis: 100%;
        max-width: 306px;
        margin-inline: auto; } }
#sec-plan .msn-imageGrid--cols2--gap {
  width: 100%;
  max-width: 650px; }
  #sec-plan .msn-imageGrid--cols2--gap .msn-c-madori__item {
    background: #f5f5f5;
    flex-basis: calc(306% / 6.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 767px) {
      #sec-plan .msn-imageGrid--cols2--gap .msn-c-madori__item {
        flex-basis: 100%;
        max-width: 306px;
        margin-inline: auto; } }
#sec-plan .menu-item {
  background: none;
  height: auto;
  display: block;
  text-align: center; }
  @media screen and (max-width: 480px) {
    #sec-plan .menu-item img {
      width: 100%; } }
@media screen and (max-width: 480px) {
  #sec-plan #top_plan .msn-c-madori__item:not(:last-child) {
    margin-bottom: 2.5rem; } }
@media screen and (max-width: 480px) {
  #sec-plan #top_plan .msn-c-madori__item {
    max-width: 75%;
    margin-inline: auto; } }

.yokoku {
  max-width: 68px; }

@media screen and (max-width: 480px) {
  #sec-info .msn-newsTopicsBlock {
    gap: 14px; } }
@media screen and (max-width: 480px) {
  #sec-info .msn-newsTopicsBlock__title {
    font-size: 14px; } }
@media screen and (max-width: 480px) {
  #sec-info .msn-newsTopicsBlock__date {
    width: 105px; } }
@media screen and (max-width: 480px) {
  #sec-info .msn-newsTopicsBlock__content {
    width: calc(100% - 130px); } }
@media screen and (max-width: 480px) {
  #sec-info .msn-newsTopicsBlock__topicLabel {
    font-size: 9px;
    line-height: 10px;
    padding: 2px 3px; } }

sup {
  font-size: 50%;
  top: -1em; }

.info_bnr .cap {
  font-size: 10px;
  padding: 1px 3px; }
  @media screen and (max-width: 480px) {
    .info_bnr .cap {
      font-size: 9px; } }

.info_wa {
  max-width: 960px;
  margin: 0 auto;
  font-size: 15px;
  border: #d9d9d9 1px solid;
  padding: 10px 0;
  font-size: 14px; }

.info_wa p {
  line-height: 1.5; }
  .info_wa p.owabi_ttl.pl_ex {
    font-weight: 700;
    font-size: 15px; }
    @media screen and (max-width: 480px) {
      .info_wa p.owabi_ttl.pl_ex {
        font-size: 12.5px; } }

.owabi_box dt,
.owabi_ttl {
  text-indent: -0.5em !important; }
  .owabi_box dt .txt_in,
  .owabi_ttl .txt_in {
    display: block; }

@media screen and (max-width: 767px) {
  .info_wa {
    width: calc(100% - 30px);
    padding: 10px 10px 10px 5px;
    text-align: left;
    font-size: 10px;
    font-size: 12.5px;
    font-size: 11.5px;
    padding: 10px 5px;
    letter-spacing: 0.02em;
    width: 100%; }

  .owabi_ttl.idt {
    padding-left: 0;
    text-indent: 0 !important;
    text-align: center;
    letter-spacing: -0.04em; }

  .pl_ex {
    text-align: center; }

  /*.txt_in {
      display: block;
      text-align: left;
      width: fit-content;
      margin: 0 auto;
  }*/ }
@media (min-width: 768px) {
  .msn-section__container--narrow {
    max-width: 960px; } }

/*# sourceMappingURL=top.css.map */
