﻿:root{--color-primary: rgb(29 38 46);--color-primary75: rgb(29 38 46 / .75);--color-primary25: rgb(29 38 46 / .25);--color-base: rgb(213 211 211);--color-white: rgb(255 255 255);--color-navy: rgb(0 52 99);--color-text: var(--color-primary);--color-white75: rgb(255 255 255 / .75);--color-white25: rgb(255 255 255 / .25);--color-white10: rgb(255 255 255 / .1);--color-transparent: rgb(0 0 0 / 0);--bg-navy__gradient: linear-gradient( to bottom right, var(--color-navy) 0%, var(--color-primary) 100% );--font-weight-extra-light: 200;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semi-bold: 600;--font-weight-bold: 700;--transition-speed: .35s;--container-width: 1080;--container-width__sp: 84.6153846%}html{background-color:var(--color-base);font-size:100%;text-rendering:optimizeLegibility;scroll-behavior:smooth;overflow-x:hidden}body{color:var(--color-text);font-family:"Noto Serif JP",serif;letter-spacing:.05em;line-height:1.75;font-feature-settings:"palt";font-weight:var(--font-weight-normal);font-optical-sizing:auto}img{height:auto;max-width:100%}a{text-decoration:none;color:var(--color-text);transition:all var(--transition-speed) ease-in-out}a:hover{opacity:.75}ul{list-style:none}.d-flex{display:flex}.d-flex-lg-row{flex-direction:row}.d-flex-lg-col{flex-direction:column}.d-flex-lg-al-center{align-items:center}.d-flex-lg-jc-center{justify-content:center}@media screen and (max-width: 991.98px){.d-flex-md-row{flex-direction:row}}@media screen and (max-width: 991.98px){.d-flex-md-col{flex-direction:column}}@media screen and (max-width: 991.98px){.d-flex-md-al-center{align-items:center}}@media screen and (max-width: 991.98px){.d-flex-md-jc-center{justify-content:center}}@media screen and (max-width: 575.98px){.d-flex-sm-row{flex-direction:row}}@media screen and (max-width: 575.98px){.d-flex-sm-col{flex-direction:column}}.d-grid{display:grid}.text--center{text-align:center}.text--light{font-weight:var(--font-weight-light)}.text--normal{font-weight:var(--font-weight-normal)}.text--medium{font-weight:var(--font-weight-medium)}.text--semi-bold{font-weight:var(--font-weight-semi-bold)}.text--bold{font-weight:var(--font-weight-bold)}.button{padding:0.94rem 0;font-size:1.13rem;line-height:1.78;font-weight:var(--font-weight-bold);text-align:center;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-primary75)}@media screen and (max-width: 991.98px){.button{font-size:0.88rem;line-height:2.29}}.button--more{width:min(100%,18.75rem);transition:all var(--transition-speed) ease-in-out}.button--more:hover,.button--more:active,.button--more:focus{border-color:var(--color-primary);background:var(--bg-navy__gradient);color:var(--color-white);opacity:1}@media screen and (max-width: 991.98px){.button--more{width:100%}}.button--contact{display:flex;text-align:center;justify-content:center;flex-direction:column;padding:0.94rem 0;width:min(100%,21.88rem);margin-inline:auto;margin-top:3.75rem;color:var(--color-white);border:1px solid var(--color-white);transition:all var(--transition-speed) ease-in-out}.button--contact:hover,.button--contact:active,.button--contact:focus{color:var(--color-primary);background:var(--color-white75);opacity:1}@media screen and (max-width: 991.98px){.button--contact{padding:0.63rem 0;margin-top:2.5rem;width:100%}}.pagination{width:100%;margin-inline:auto}@media screen and (max-width: 991.98px){.pagination{width:69.2%}}.pagination ul{display:flex;justify-content:center;align-items:center;gap:0 3.75rem}@media screen and (max-width: 991.98px){.pagination ul{gap:0 1.25rem}}.pagination li{font-size:1.13rem;line-height:1.22;display:flex;justify-content:center;align-items:center;width:3.13rem;height:3.13rem;transition:all var(--transition-speed) ease-in-out}@media screen and (max-width: 991.98px){.pagination li{width:1.88rem;height:1.88rem;font-size:0.88rem;line-height:1.21}}.pagination li:has(.current){background:var(--color-white25);border-radius:0.31rem}.pagination a{display:block;transition:all .3s ease-in-out}.d-block,.d-show{display:none}.d-block--pc,.d-show--pc{display:block}.d-block--tb,.d-show--tb{display:none}@media screen and (max-width: 991.98px){.d-block--tb,.d-show--tb{display:block}}.d-block--sp,.d-show--sp{display:none}@media screen and (max-width: 575.98px){.d-block--sp,.d-show--sp{display:block}}.d-hide--pc{display:none}@media screen and (max-width: 991.98px){.d-hide--tb{display:none}}@media screen and (max-width: 575.98px){.d-hide--sp{display:none}}.header{width:min(92.7%,79.13rem);margin-inline:auto;margin-top:3.94rem}@media screen and (max-width: 991.98px){.header{margin-top:2.5rem;width:90%}}.header__nav{display:flex;justify-content:space-between;align-items:baseline}.header__site-title{font-size:1.88rem;font-weight:var(--font-weight-semi-bold);line-height:1.47}@media screen and (max-width: 991.98px){.header__site-title{font-size:1.13rem;line-height:1.44}}@media screen and (max-width: 991.98px){.header__menu{position:fixed;height:100vh;z-index:800;pointer-events:none;top:0;right:0}.header__menu:has(:focus-within){width:100%}}@media screen and (max-width: 991.98px){.header__menu__bg{position:absolute;z-index:10;top:0;left:100vw;width:100%;height:100vh;visibility:hidden;opacity:0;transition:all var(--transition-speed) ease-in-out;will-change:opacity;background:var(--bg-navy__gradient)}}@media screen and (max-width: 991.98px){.header__menu__button{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;z-index:90;pointer-events:auto;width:1.25rem;height:1.25rem;top:2.75rem;right:1.25rem}.header__menu__button span{display:block;width:100%;height:1px;background:var(--color-primary);transition:all var(--transition-speed) ease-in-out}.header__menu__button span:first-of-type{width:50%;margin-top:0.38rem}.header__menu__button span:last-of-type{margin-top:0.31rem}}@media screen and (max-width: 991.98px){.header__menu__content{z-index:600;padding:0;width:80vw;margin:2.5rem auto 3.75rem;position:absolute;top:0;left:1.25rem;height:100vh;pointer-events:auto;will-change:opacity;contain:paint;opacity:0;transition:all var(--transition-speed) ease-in-out}}.header .nav__list{display:flex;gap:3.75rem}@media screen and (max-width: 991.98px){.header .nav__list{gap:1.25rem}}.header .nav__list__item{font-size:1rem;font-weight:var(--font-weight-medium)}@media screen and (max-width: 991.98px){.header .nav__list__item a{display:block;color:var(--color-white75)}}@media screen and (max-width: 991.98px){.header:focus-within{width:100%}}@media screen and (max-width: 991.98px){.header:focus-within .header__site-title{opacity:0}}@media screen and (max-width: 991.98px){.header:focus-within .header__menu__bg{visibility:visible;left:0;opacity:1}}@media screen and (max-width: 991.98px){.header:focus-within .header__menu__button{pointer-events:none;z-index:900;left:90vw}.header:focus-within .header__menu__button span{background:var(--color-white);margin-top:0}.header:focus-within .header__menu__button span:first-of-type{width:100%;transform:translate3d(0, 0, 0) rotate(30deg)}.header:focus-within .header__menu__button span:last-of-type{transform:translate3d(0, -1px, 0) rotate(-30deg)}}.header:focus-within .header__menu__content{opacity:1}@media screen and (max-width: 991.98px){.header:focus-within .header__menu__content .nav__list{pointer-events:auto;margin-top:3.13rem}}@media screen and (max-width: 991.98px){.header:focus-within .header__menu__content .nav__list__item{pointer-events:auto}}@media screen and (max-width: 991.98px){.header:focus-within .header__site-title--sp{color:var(--color-white75);display:inline-block;font-size:1.13rem;line-height:1.44;font-weight:var(--font-weight-semi-bold)}}.header *{visibility:visible}.container{width:100%}.container .inner{width:min(79%,67.5rem);margin-inline:auto}@media screen and (max-width: 991.98px){.container .inner{width:var(--container-width__sp)}}.home .section__title,.news .section__title{color:var(--color-white75);font-size:4.38rem;line-height:1.27;font-weight:var(--font-weight-light)}@media screen and (max-width: 991.98px){.home .section__title,.news .section__title{font-size:1.88rem;line-height:1.4}}.home .section__sub-title,.news .section__sub-title{display:block;margin-top:1.25rem;font-size:1.5rem}@media screen and (max-width: 991.98px){.home .section__sub-title,.news .section__sub-title{margin-top:0.44rem;font-size:1rem}}.home .mv{width:100%}.home .mv .inner{width:min(92.7%,79.13rem);margin-inline:auto;padding:14.25rem 0 5.06rem 3.13rem}@media screen and (max-width: 991.98px){.home .mv .inner{padding:9.38rem 0 9.38rem;width:90%}}.home .mv__copy{font-size:2.13rem;font-weight:var(--font-weight-light);letter-spacing:0.1em}@media screen and (max-width: 991.98px){.home .mv__copy{font-size:1.13rem;line-height:1.67}}.home .mv__image{display:block;width:100vw}.home .mv__image img{width:100vw;object-fit:cover}@media screen and (max-width: 991.98px){.home .mv__image img{height:20.63rem}}.home .company{position:relative}.home .company .section__title{background:var(--bg-navy__gradient);padding:17.5rem 2.5rem 16.25rem;height:100%;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width: 991.98px){.home .company .section__title{padding:1.75rem 1.25rem;height:8.13rem;width:100%}}.home .company__dl{grid-template-columns:25rem 39.38rem;grid-template-rows:repeat(2, 1fr);gap:0 3.13rem;position:relative;z-index:10;grid-template-areas:"title desc" "title info";margin:-6.25rem 0 4.38rem}@media screen and (max-width: 991.98px){.home .company__dl{margin-inline:auto;margin:-2.5rem auto 4.38rem;grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:"title" "desc" "info"}}.home .company__dl--greeting{grid-template-columns:39.38rem 25rem;gap:2.5rem 3.13rem;margin-bottom:7.5rem}@media screen and (max-width: 991.98px){.home .company__dl--greeting{grid-template-columns:1fr;gap:1.88rem;margin-bottom:5rem}}.home .company__dl--greeting__title{font-size:1.5rem;line-height:1;color:var(--color-primary75)}@media screen and (max-width: 991.98px){.home .company__dl--greeting__title{font-size:1.31rem}}.home .company__dl--greeting__image{margin-bottom:0;display:flex;flex-direction:column}.home .company__dl--greeting__image img{object-fit:cover;width:100%}.home .company__dl--greeting__image figcaption{margin-top:3.75rem;font-size:1.13rem;font-weight:var(--font-weight-bold);text-align:right}@media screen and (max-width: 991.98px){.home .company__dl--greeting__image figcaption{margin-top:1.88rem;font-size:1rem}}.home .company #company__dl__title{grid-area:title;display:flex;justify-content:center;align-items:center;height:100%}@media screen and (max-width: 991.98px){.home .company #company__dl__title{width:100%}}.home .company #company__dl__desc{padding-top:11.25rem;grid-area:desc}@media screen and (max-width: 991.98px){.home .company #company__dl__desc{padding-top:2.5rem}}.home .company #company__dl__desc p{font-size:1.13rem;line-height:3;font-weight:var(--font-weight-medium);letter-spacing:0}@media screen and (max-width: 991.98px){.home .company #company__dl__desc p{font-size:1rem;line-height:2.25}}.home .company #company__dl--greeting{grid-template-areas:"greeting_title greeting_title" "greeting_message greeting__picture"}@media screen and (max-width: 991.98px){.home .company #company__dl--greeting{grid-template-areas:"greeting_title" "greeting_message" "greeting__picture"}}.home .company #company__dl--greeting__title{grid-area:greeting_title}.home .company #company__dl--greeting__message{grid-area:greeting_message}.home .company #company__dl--greeting__message p{font-size:1.13rem;line-height:2;letter-spacing:0;font-weight:var(--font-weight-medium)}@media screen and (max-width: 991.98px){.home .company #company__dl--greeting__message p{font-size:1rem;line-height:2}}.home .company #company__dl--greeting__message p:not(:last-of-type){margin-bottom:1.31rem}@media screen and (max-width: 991.98px){.home .company #company__dl--greeting__message p:not(:last-of-type){margin-bottom:1.13rem}}.home .company #company__dl--greeting__picture{grid-area:greeting__picture}.home .company__image{object-fit:cover}.home .company__info{grid-area:info;display:flex;align-items:flex-end}@media screen and (max-width: 991.98px){.home .company__info{margin-top:2.5rem}}.home .company__info__dl{border-top:3px solid var(--color-primary);border-bottom:3px solid var(--color-primary);gap:2.06rem 2.5rem;flex-wrap:wrap;align-content:flex-start;align-items:flex-start}.home .company__info__dl::before,.home .company__info__dl::after{content:"";width:100%;border:1px solid var(--color-primary)}.home .company__info__dl::before{margin-top:2px}.home .company__info__dl::after{margin-bottom:2px}@media screen and (max-width: 991.98px){.home .company__info__dl{gap:0.31rem 0}}.home .company__info__dl dt{width:calc(30% - 1.25rem);padding-left:2.5rem}@media screen and (max-width: 991.98px){.home .company__info__dl dt{padding-left:1.25rem;padding-right:1.25rem;font-size:1rem;font-weight:var(--font-weight-medium)}.home .company__info__dl dt:first-of-type{margin-top:2.5rem}}.home .company__info__dl dd{width:calc(70% - 1.25rem)}@media screen and (max-width: 991.98px){.home .company__info__dl dd{font-size:1.13rem;font-weight:var(--font-weight-medium);line-height:1.33;padding-left:1.25rem;padding-right:1.25rem;margin-bottom:1.88rem}.home .company__info__dl dd:last-of-type{margin-bottom:2.5rem}}@media screen and (max-width: 991.98px){.home .company__info__dl dt,.home .company__info__dl dd{width:100%}}.home .service{background:var(--bg-navy__gradient)}.home .service .inner{padding:6.25rem 0}@media screen and (max-width: 991.98px){.home .service .inner{padding:3.13rem 0 6.25rem}}.home .service__inner-section{justify-content:space-between}@media screen and (max-width: 991.98px){.home .service__inner-section dt,.home .service__inner-section dd{width:100%}}.home .service__list{padding-top:4.38rem;grid-template-columns:repeat(2, 1fr);gap:3.13rem 2.5rem}@media screen and (max-width: 991.98px){.home .service__list{padding-top:2.81rem;grid-template-columns:1fr;gap:1.88rem 0}}.home .service__list__item{color:var(--color-white);gap:1.25rem}.home .service__list__item dt{display:flex;align-items:center;min-height:3.75rem}@media screen and (max-width: 991.98px){.home .service__list__item dt{min-height:auto}}.home .service__list__item p{display:flex;gap:1.25rem;align-items:center;font-size:1.13rem;line-height:1.67;font-weight:var(--font-weight-medium);letter-spacing:0em}@media screen and (max-width: 991.98px){.home .service__list__item p{font-size:0.88rem;line-height:1.43;align-items:center;gap:0.5rem}}.home .service__list__number{font-size:3.13rem;color:var(--color-white75);font-weight:var(--font-weight-medium);line-height:.82}@media screen and (max-width: 991.98px){.home .service__list__number{font-size:1.88rem;line-height:1.37}}.home .service__list__image{width:100%;object-fit:cover}.home .service__advisory-fee{margin-top:6.25rem;color:var(--color-white75)}@media screen and (max-width: 991.98px){.home .service__advisory-fee{margin-top:3.13rem}}.home .service__advisory-fee__h3{font-size:1.5rem;font-weight:var(--font-weight-light);line-height:1;margin-bottom:2.5rem}@media screen and (max-width: 991.98px){.home .service__advisory-fee__h3{font-size:1rem;margin-bottom:0.63rem}}.home .service__advisory-fee__h4{font-size:1.13rem;color:var(--color-white);font-weight:var(--font-weight-semi-bold);line-height:1;margin-bottom:1.88rem}@media screen and (max-width: 991.98px){.home .service__advisory-fee__h4{font-size:0.75rem;margin-bottom:0.63rem}}.home .service__advisory-fee__container{align-items:flex-end;gap:0.13rem}@media screen and (max-width: 991.98px){.home .service__advisory-fee__container{gap:0}}.home .service__advisory-fee__table{table-layout:fixed;width:calc(36rem);border-spacing:0 2px}@media screen and (max-width: 991.98px){.home .service__advisory-fee__table{width:100%;border-spacing:0 1px}}.home .service__advisory-fee__table tr{background:var(--color-white10);border-spacing:0 2px}@media screen and (max-width: 991.98px){.home .service__advisory-fee__table tr{border-spacing:0 1px}}.home .service__advisory-fee__table tr th,.home .service__advisory-fee__table tr td{padding:0.94rem 0.75rem 0.88rem}@media screen and (max-width: 991.98px){.home .service__advisory-fee__table tr th,.home .service__advisory-fee__table tr td{padding:0.44rem 0.31rem 0.5rem}}.home .service__advisory-fee__table tr th:first-child,.home .service__advisory-fee__table tr td:first-child{padding-left:1.88rem}@media screen and (max-width: 991.98px){.home .service__advisory-fee__table tr th:first-child,.home .service__advisory-fee__table tr td:first-child{padding-left:1.25rem}}.home .service__advisory-fee__table tr th:last-child,.home .service__advisory-fee__table tr td:last-child{padding-right:1.88rem}@media screen and (max-width: 991.98px){.home .service__advisory-fee__table tr th:last-child,.home .service__advisory-fee__table tr td:last-child{padding-right:1.25rem}}.home .service__advisory-fee__table tr.service__advisory-fee__table__header{background:var(--color-transparent);text-align:left}.home .service__advisory-fee__table tr.service__advisory-fee__table__header th{font-size:1.13rem;font-weight:var(--font-weight-semi-bold)}@media screen and (max-width: 991.98px){.home .service__advisory-fee__table tr.service__advisory-fee__table__header th{font-size:0.75rem;line-height:1.33;width:31.333%;vertical-align:bottom}}.home .service__advisory-fee__table tr.service__advisory-fee__table__header th.large{width:43%}@media screen and (max-width: 991.98px){.home .service__advisory-fee__table tr.service__advisory-fee__table__header th.large{width:32%}}.home .service__advisory-fee__table tr.service__advisory-fee__table__header th.middle{width:30%}@media screen and (max-width: 991.98px){.home .service__advisory-fee__table tr.service__advisory-fee__table__header th.middle{width:36%}}.home .service__advisory-fee__table tr.service__advisory-fee__table__content{font-weight:var(--font-weight-light)}@media screen and (max-width: 991.98px){.home .service__advisory-fee__table tr.service__advisory-fee__table__content{font-size:0.75rem}}.home .service__advisory-fee__notice{margin-top:2.75rem;list-style:"※ " outside;padding-left:1.31rem}@media screen and (max-width: 991.98px){.home .service__advisory-fee__notice{margin-top:0.63rem;padding-left:0.75rem}}.home .service__advisory-fee__notice li{color:var(--color-white);font-size:1rem;font-weight:var(--font-weight-light)}@media screen and (max-width: 991.98px){.home .service__advisory-fee__notice li{font-size:0.63rem;letter-spacing:0.01em}}.home .service .ex-include__dl{padding:1.88rem 0 2.88rem 2.5rem;width:31.38rem;background:var(--color-white10);margin-bottom:0.13rem}@media screen and (max-width: 991.98px){.home .service .ex-include__dl{width:100%;padding:1.25rem;margin-bottom:0}}.home .service .ex-include__list{list-style:disc inside}@media screen and (max-width: 991.98px){.home .service .ex-include__list{margin-bottom:0}}.home .service .ex-include__list li{line-height:1;font-weight:var(--font-weight-light)}.home .service .ex-include__list li:not(:last-child){margin-bottom:1.39rem}@media screen and (max-width: 991.98px){.home .service .ex-include__list li:not(:last-child){margin-bottom:0.88rem}}@media screen and (max-width: 991.98px){.home .service .ex-include__list li{font-size:0.75rem}}.home .service__grant-application{margin-top:4.38rem}@media screen and (max-width: 991.98px){.home .service__grant-application{margin-top:2.5rem}}.home .service__grant-application__h3{font-size:1.5rem;font-weight:var(--font-weight-light);line-height:1;color:var(--color-white75);margin-bottom:1.25rem}@media screen and (max-width: 991.98px){.home .service__grant-application__h3{font-size:1rem;margin-bottom:1rem}}.home .service__grant-application__container p{font-size:1rem;color:var(--color-white);line-height:2;letter-spacing:0em}@media screen and (max-width: 991.98px){.home .service__grant-application__container p{font-size:0.88rem;line-height:2}}.home .news .inner{padding:6.25rem 0 8.13rem;gap:0 6.25rem}@media screen and (max-width: 991.98px){.home .news .inner{padding:3.13rem 0 6.25rem;gap:0}}.home .news .section__title{color:var(--color-primary75)}.home .news .section__title__container{width:min(27.8%,18.75rem)}@media screen and (max-width: 991.98px){.home .news .section__title__container{width:var(--container-width__sp)}}.home .news .section__container{width:calc(67.5rem - 25rem);margin-top:8.75rem}@media screen and (max-width: 991.98px){.home .news .section__container{width:100%;margin-top:2.5rem}}.home .news .button--more{margin-top:3.13rem}.home .news-list{display:grid}.home .news-list__item{display:flex;align-items:center;justify-content:flex-start;border-bottom:1px solid var(--color-primary25);padding-bottom:3.13rem;font-size:1.13rem;line-height:2.28;font-weight:var(--font-weight-bold)}@media screen and (max-width: 991.98px){.home .news-list__item{font-size:0.88rem;line-height:2;padding-bottom:2.5rem}}.home .news-list__item:not(:last-child){margin-bottom:3.13rem}@media screen and (max-width: 991.98px){.home .news-list__item:not(:last-child){margin-bottom:1.88rem}}.home .news-list a{display:block}.home .news-list__date{display:block;margin-top:1.25rem;font-weight:var(--font-weight-medium)}@media screen and (max-width: 991.98px){.home .news-list__date{margin-top:0}}.home .contact{background:var(--bg-navy__gradient);color:var(--color-white75)}.home .contact .inner{padding:6.25rem 0 9.38rem;gap:0 7.5rem}@media screen and (max-width: 991.98px){.home .contact .inner{gap:0;padding:3.13rem 0 6.25rem}}.home .contact__container{gap:0 4.38rem}@media screen and (max-width: 991.98px){.home .contact__container{flex-direction:column-reverse}}.home .contact__container .wpcf7{padding-left:3.13rem}@media screen and (max-width: 991.98px){.home .contact__container .wpcf7{padding-left:0}}.home .contact .section__container{width:calc(67.5rem - 25rem);margin-top:8.75rem}.home .contact__info{color:var(--color-white);margin-top:3.13rem}@media screen and (max-width: 991.98px){.home .contact__info{margin-top:2.5rem}}.home .contact__info__title{font-size:1rem;line-height:1.75;font-weight:var(--font-weight-semi-bold)}@media screen and (max-width: 991.98px){.home .contact__info__title{font-size:0.88rem;line-height:1.79}}.home .contact__info__number{font-size:2.5rem;line-height:1.38;font-weight:var(--font-weight-extra-light)}@media screen and (max-width: 991.98px){.home .contact__info__number{font-size:1.88rem;line-height:1.83}}.home .contact__info__number a{color:var(--color-white)}.home .contact__info__notice{font-size:0.88rem;line-height:1.43;font-weight:var(--font-weight-light);margin-top:0.63rem}@media screen and (max-width: 991.98px){.home .contact__info__notice{margin-top:0;font-size:0.75rem;line-height:1.33}}.home .contact__form{margin-top:3.13rem;width:41.88rem}@media screen and (max-width: 991.98px){.home .contact__form{width:100%;margin-top:2.5rem}}.home .contact__form__item{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;gap:0 1.25rem}@media screen and (max-width: 991.98px){.home .contact__form__item{flex-direction:column;gap:0.63rem 0}}.home .contact__form__item:last-of-type{margin-bottom:2.5rem;align-items:flex-start}.home .contact__form__item:last-of-type dt{padding-top:0.81rem}.home .contact__form dt{width:30%;display:flex;justify-content:space-between;align-items:center;font-size:1rem;line-height:2;letter-spacing:0.2em;font-weight:var(--font-weight-semi-bold)}@media screen and (max-width: 991.98px){.home .contact__form dt{width:100%;font-size:0.88rem;line-height:2.29}}.home .contact__form dt.is-require::after{content:"必須";text-align:center;font-size:0.88rem;line-height:2.29;letter-spacing:0.2em;font-weight:var(--font-weight-light);width:3.13rem;background:var(--color-white10);border-radius:0.25rem}@media screen and (max-width: 991.98px){.home .contact__form dt.is-require::after{font-size:0.75rem;line-height:2.67;width:2.5rem}}.home .contact__form dd{width:calc(70% - 1.25rem)}@media screen and (max-width: 991.98px){.home .contact__form dd{width:100%}}.home .contact__form dd input,.home .contact__form dd textarea{width:100%;background:var(--color-white10);padding:0.63rem 0.75rem;font-size:1rem;line-height:1.5;letter-spacing:0.05em;color:var(--color-white)}@media screen and (max-width: 991.98px){.home .contact__form dd input,.home .contact__form dd textarea{padding:0.5rem}}.home .contact__form dd textarea{height:9.38rem}@media screen and (max-width: 991.98px){.home .contact__form dd textarea{height:6.25rem}}.home .contact__form__privacy-policy{background:var(--color-white10);text-align:justify;font-size:0.88rem;line-height:2.29;letter-spacing:0.2em;font-weight:var(--font-weight-light);height:9.38rem;padding:1.88rem 1.88rem 0.5rem;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}@media screen and (max-width: 991.98px){.home .contact__form__privacy-policy{font-size:0.63rem;line-height:2;padding:1.25rem 0.63rem}}.archive.news .container{margin-top:5.81rem;margin-bottom:6.25rem}.archive.news .section__title{color:var(--color-primary75)}.archive.news .section__title__container{width:100%}.archive.news .news__container{width:min(100%,56.25rem);margin-top:6.25rem;margin-inline:auto}@media screen and (max-width: 991.98px){.archive.news .news__container{margin-top:2.5rem}}.archive.news .news-list{width:100%;margin-inline:auto;margin-bottom:6.25rem}@media screen and (max-width: 991.98px){.archive.news .news-list{margin-bottom:3.13rem}}.archive.news .news-list__item{display:flex;align-items:center;justify-content:flex-start;border-bottom:1px solid rgba(0,0,0,.25);padding-bottom:3.13rem;font-size:1.13rem;line-height:2.28;font-weight:var(--font-weight-bold)}@media screen and (max-width: 991.98px){.archive.news .news-list__item{padding-bottom:1.88rem;font-size:0.88rem;line-height:2.93}}.archive.news .news-list__item:not(:last-child){margin-bottom:3.13rem}@media screen and (max-width: 991.98px){.archive.news .news-list__item:not(:last-child){margin-bottom:1.88rem}}.archive.news .news-list__item a{display:block}.archive.news .news-list__date{display:block;margin-top:1.25rem;font-weight:var(--font-weight-medium)}@media screen and (max-width: 991.98px){.archive.news .news-list__date{margin-top:0;line-height:1}}.single .container{margin-top:5.81rem;margin-bottom:6.25rem}.single .section__title{color:var(--color-primary75)}.single .section__title__container{width:100%}.single .news__title{text-align:center;font-size:1.5rem;line-height:1.71;font-weight:var(--font-weight-bold);padding-bottom:2.94rem;border-bottom:1px solid var(--color-primary25)}@media screen and (max-width: 991.98px){.single .news__title{font-size:0.88rem;line-height:2.93;padding-bottom:2.5rem}}.single .news__date{display:block;margin-top:0.88rem;font-size:1.25rem;line-height:.34;font-weight:var(--font-weight-medium)}@media screen and (max-width: 991.98px){.single .news__date{font-size:0.88rem;line-height:1;margin-top:0}}.single .news__container{width:min(100%,56.25rem);margin-top:6.25rem;margin-inline:auto}@media screen and (max-width: 991.98px){.single .news__container{margin-top:2.5rem}}.single .news__content{margin-top:3.13rem}@media screen and (max-width: 991.98px){.single .news__content{margin-top:2.5rem}}.single .news__content p{line-height:2.56;margin-bottom:0.5rem}@media screen and (max-width: 991.98px){.single .news__content p{font-size:0.75rem;line-height:2;margin-bottom:0.38rem}}.single .news__content__thumbnail{margin-top:3.13rem;width:min(100%,56.25rem)}.single .news__content__thumbnail img{width:min(100%,56.25rem);height:auto}.single .button__container{width:100%;display:flex;align-items:center;justify-content:center;margin-top:9.38rem}@media screen and (max-width: 991.98px){.single .button__container{margin-top:6.25rem}}.footer{padding-top:6.25rem;padding-bottom:8.38rem}@media screen and (max-width: 991.98px){.footer{padding-top:3.13rem;padding-bottom:3.75rem}}.footer .copy-right{font-size:1rem;font-weight:var(--font-weight-semi-bold)}@media screen and (max-width: 991.98px){.footer .copy-right{font-size:0.63rem}}/*# sourceMappingURL=style.css.map */
