@charset "utf-8";
#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.fontA {
  font-family: "Noto Serif JP", serif;
}

.fontB {
  font-family: "Noto Serif", serif;
}

.inLink>a {
    text-decoration: underline;
    color: #000;
}

.inLink>a:hover {
    text-decoration: none;
    color: #000;
}

.paddingWr01 {
    padding: 0 15px;
}

.z3 {
    z-index: 3;
}

.anchorPosition {
    z-index: -1;
}

/*---------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/

/*-- 共通パーツ --------------------------------------------------------------*/

.comBtn01 {
    width: 100%;
    max-width: 296px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
    position: relative;
    background: #909540;
    transition: all .5s;
    padding: 5px 23px 5px 5px;
    font-family: "Noto Serif", serif;
}

.comBtn01:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 12px;
    right: 27px;
    background: url(/system_panel/uploads/images/com_arrow.svg)no-repeat;
    background-size: 100%;
    transition: all .5s;
}

.comBtn01:hover {
    color: #fff;
}

.comBtn01:hover:before {
    transform: translateX(8px);
    transition: all .5s;
}

.comBtn02 {
    width: 100%;
    max-width: 350px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
    position: relative;
    background: #909540;
    transition: all .5s;
    padding: 5px 43px 5px 5px;
}

.comBtn02:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 12px;
    right: 27px;
    background: url(/system_panel/uploads/images/com_arrow.svg)no-repeat;
    background-size: 100%;
    transition: all .5s;
}

.comBtn02:hover {
    color: #fff;
}

.comBtn02:hover:before {
    transform: translateX(8px);
    transition: all .5s;
}

.comBtn01.backBtn {
    padding: 5px;
}

.comBtn01.backBtn:before {
    display: none;
}

.comBtn01.backBtn:hover {
    background: #909540;
    color: #fff;
    opacity: .8;  
}

.subEn01 {
    font-family: "Noto Serif", serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4em;
}

.mainTitJa01 {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.425em;
}

.text01 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.111em;
}

.inTitDeco01 {
    border-left: 10px solid #162F5D;
    padding-left: 10px;
}

.titDeco02 {
    border: 5px solid #1F3B6F;
    background-color: #162F5D;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.inTit01 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.425em;
}

.inTit02 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.425em;
}

.brNone01>br {
    display: block;
}

/*----banner---*/

.comBannerLink {
    width: 100%;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.comBannerImgBox {
    width: 100%;
    padding-top: 250px;
    position: relative;
    overflow: hidden;
}

.comBannerImgBox>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.comBannerTitSetBox {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background: rgb(239 219 155 / 70%);
    padding: 38px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.comBannerTitSet {
    text-align: center;
    color: #fff;
}

.comBannerTitEn {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.38em;
    font-family: "Noto Serif", serif;
}

.comBannerTitJa {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.425em;
}

.comBannerLink:hover .comBannerImgBox img {
    transform: scale(1.1);
    transition: all .5s;
}

.comBannerLink .comBannerImgBox img {
    transition: all .5s;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- 共通カラー --------------------------------------------------------------*/

.colorWhite {
    color: #fff;
}

.colorBlue {
    color: #162F5D;
}


/*---カレンダー---*/

.comCalendarRow {
    grid-template-columns: repeat(7, 1fr);
    display: grid;
    gap: 1px;
}

.comCalendarTable {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 1px;
    background-color: #AEB9CC;
    padding: 1px;
}

.comCalendarCol {
    background-color: #fff;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.comCalendarColDay {
    color: #C70916;
}

.comCalendarColClosed {
    background-color: #909540;
    color: #fff;
}

.comCalendarColSta {
    color: #1152AA;
}

.comCalendarItemTit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 19px;
}

.comCalendarClosedColor {
    width: 20px;
    height: 20px;
    background: #909540;
}

.comCalendarClosedTextBox {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: bold;
}

.comCalendarClosedText {
    flex: 1;
}

.comCalendarItemBox {
    max-width: 545px;
    width: 100%;
    margin: 0 auto;
}


/*-- inCover -----------------------------------------------------------------*/

.incover {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 1920px;
    width: 100%;
    height: 250px;
    margin: auto;
    padding-top: 120px;
}

.incoverBox {
    width: 100%;
    padding: 15px 15px;
    text-align: center;
    color: #162F5D;
    z-index: 9;
}

.incover::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: rgb(255 255 255 / 63%);
}

.incoverTit {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.11em;
}

.incoverTitEn {
    margin-top: 8px;
    font-size: 16px;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- パンくずリスト ----------------------------------------------------------*/

.breadWrap {
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    background: #162F5D;
}

.breadBox {
    max-width: 1220px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
}

.breadLink {
    display: block;
    color: #fff;
    transition: all .5s;
    text-decoration: underline;
}

.breadLink:hover {
    color: #fff;
    transition: all .2s;
    text-decoration: none;
}


/*-- ****** -----------------------------------------------------------------*/
/*-- coverTxt ---------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/
/*-- header -----------------------------------------------------------------*/

.headerBox01 {background: #010C21;background: linear-gradient(180deg, rgba(1, 12, 33, 0.31) 0%, rgba(255, 255, 255, 0) 100%);padding-left: 1.82%;display: flex;align-items: center;justify-content: space-between;}

.header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.hLogoBox {
    max-width: 65px;
    width: 100%;
    margin-right: 15px;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hLogoPc01 {
    display: block;
}

.hNavBoxWr01 {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    gap: 3px 13px;
    margin: 0 0 0 auto;
    flex-wrap: wrap;
}

.hNavLink {
    font-size: 13px;
}

.hBtnWr {
    max-width: 100px;
    width: 100%;
    margin-left: 20px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 8px;
}

.hContBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    max-width: 161px;
    width: 100%;
    height: 90px;
    gap: 11px;
    background: #909540;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.dropMenuBtn:hover {
    background-color: #9da15d;
}

.hContBtn:hover {
    background-color: #9da15d;
}

.hPcContIcon {
    max-width: 42.61px;
    width: 29.47%;
}

.hLogoPc01>img {
    filter: drop-shadow(0 3px 6px rgb(0 0 0 / 44%));
}

/*--is-animation--*/

.header.clone.is-animation .hNavLink {
    color: #fff;
}

.header.clone.is-animation .hNavLink:hover {
    color: #FFF1B7;
}

.header.clone.is-animation {
    top: 0;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

.header.clone {
    position: fixed;
    top: -140px;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    background-color: #162F5D;
}

.header.clone .hLogoBox {
    height: auto;
}

.hTelBannerBox {
    position: fixed;
    bottom: 16px;
    right: 20px;
    z-index: 98;
}

.hTelBannerBox.is-hidden {
    visibility: hidden;
    transition: all .5s;
    opacity: 0;
}

.hTelBannerBox {
    transition: all .5s;
    opacity: 1;
}

/*---------------------------------------------------------------------------*/
/*-- footer -----------------------------------------------------------------*/

.fNavLinkBox {
    position: relative;
    display: inline-flex;
    gap: 15.5px;
    align-items: center;
}

.fNavListWr {
    gap: 15.5px;
}

.fNavLinkBox:after {
    content: "";
    position: relative;
    width: 1.5px;
    height: 20px;
    background: #fff;
    display: block;
}

.fNavLink {
    display: block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
    transition: all .5s;
}

.fNavLink:hover {
    color: #fff;
    opacity: .8;
}

.fNavListWr .fNavLinkBox:last-child:after {
    display: none;
}

.fLeftBox {
    max-width: 390px !important;
}

.fBtn {
    max-width: 320px;
    width: 100%;
    height: 74px;
    padding: 5px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fContGridWr {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
}

.fTelBtn {
    border: 1px solid #162F5D;
    color: #162F5D;
    font-size: 25px;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1.3436em;
    gap: 12.8px;
}

.fBtnLink {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: all .5s;
}

.fFaqBtn {
    background: #162F5D;
    color: #fff;
}

.fFaqBtn:hover {
    background: #162F5D;
    color: #fff;
    opacity: .8;
}

.fContBtn {
    background: #909540;
    color: #fff;
}

.fContBtn:hover {
    background: #909540;
    color: #fff;
    opacity: .8;
}

/*---------------------------------------------------------------------------*/

/*---topMain----------------------------------------------*/

.topFvTitWr {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 30px;
    padding: 34px 15px;
    background: rgb(255 255 255 / 63%);
    color: #162F5D;
    text-align: center;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.topFvTit01 {
    line-height: 1.8em;
    font-size: 20px;
}

.topFvTit01>br {
    display: block;
}

.topFvTit01>strong {
    font-weight: 900;
    font-size: 25px;
}

.topFvSubTit01 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.425em;
}

.topFvSubTit01>br {
    display: block;
}

.topSceneItemWr {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 28px;
}

.topSceneItemTit>strong {
    font-size: 22px;
    font-weight: 900;
}

.topAboutTextBox01>p>span {
    font-size: 16px;
    font-weight: 900;
}

.topWr03BoxWr02 {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
}

.topCalendarWr {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 30px;
}

.topCommitmentDeco01 {
    max-width: 387px;
    width: 60.56%;
    position: absolute;
    left: 80%;
}

.topCommitmentItemImgBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topCommitmentItemEn {
    font-size: 70px;
    line-height: 1.3581em;
    z-index: 1;
}

.topCommitmentItemEnPosition01 {
    position: absolute;
    top: 60px;
    right: 0;
}

.topCommitmentItemEnPosition02 {
    position: absolute;
    left: 0;
    bottom: 200px;
}

/*----*/



/*----kasou------------------------------------------------*/

.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: .5s;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*---form--*/

.formTh {
    padding: 15px 15px 15px 15px;
    background-color: #909540;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.formTd {
    padding: 15px 15px 15px 15px;
    background: #fff;
    color: #000;
}

.formRow {
    border: 1px solid #ccc;
}

.contTable {
    border: 1px solid #ccc;
}

.formBtn {
    border: none;
    cursor: pointer;
    font-family: "Noto Serif JP", serif;
}

.requiredText {
    padding: 1px 4px 1px 4px;
    color: #fff;
    font-size: 14px;
    background-color: #ff1f1f;
}

.privacyBox {
    border: 1px solid #ccc;
    padding: 20px;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    height: 250px;
}

.privacyDt {
	border-left: 5px solid #909540 !important;
	padding: 3px 0 3px 10px;
	font-weight: 500;
	font-size: 16px;
	margin: 20px 0 0 0;
}

.privacyDd {
	padding: 0 0 0 16px;
	margin: 15px 0 0 0;
	line-height: 1.8em;
	font-weight: 400;
	font-size: 14px;
}

.privacyBox::-webkit-scrollbar {
    width: 5px;
}

.privacyBox::-webkit-scrollbar-track {
    background-color: #ccc;
}

.privacyBox::-webkit-scrollbar-thumb {
    background-color: #909540;
}

.privKakoText {
    min-width: 1rem;
}

.privKakoText {
    margin: 0 10px 0 0;
}

.privacyDdKako01 {
    display: flex;
    align-items: baseline;
    margin-top: 8px !important;
}

/*----*/

.compBaseTb {
    border: 1px solid #ccc;
}

.compBaseTr {
    border: 1px solid #ccc;
}

.compBaseTh {
    padding: 15px;
    background-color: #555;
    color: #fff;
}

.compBaseTd {
    padding: 15px;
    background: #fff;
}

/*----*/

.menuBannerBtnWr {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
}

.comFlexWr {
    margin-top: 90px;
}

.comFlexBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    padding: 0 15px;
}

.comFlexImgBox {
    max-width: 960px;
    width: 100%;
}

.comFlexTextBox {
    max-width: 960px;
    width: 100%;
    padding: 0;
    margin-top: 30px;
}

.comFlexTextListWr {
    max-width: 100%;
    width: 100%;
}

.comFlexWr .comFlexBox:first-child {
    margin-top: 0;
}

.comFlexWr .comFlexBox {
    margin-top: 80px;
}

.comFlexWr .comFlexBox:nth-child(even) {
    flex-direction: column;
    align-items: center;
}

.comFlexWr .comFlexBox:nth-child(even) .comFlexTextBox {
    padding: 0 0 0 0;
}

.comFlexWr .comFlexBox:nth-child(even) .comFlexTextListWr {
    margin: 0 0 0 auto;
}

.gap40 {
    gap: 20px 40px;
}

.commitName01 {
    font-size: 25px !important;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  
.mainTitJa01 {
    font-size: 20px;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.topSceneItemWr {
    grid-template-columns: repeat(2, 1fr);
}
  
.menuBannerBtnWr {
    grid-template-columns: repeat(2, 1fr);
}

.inTit01 {
    font-size: 24px;
}

.mainTitJa01 {
    font-size: 22px;
}

.incoverTit {
    font-size: 24px;
}

.topFvTit01>br {
    display: none;
}

.topFvSubTit01>br {
    display: none;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.fContGridWr {
    grid-template-columns: repeat(3, 1fr);
}

.fBtnLink {
    font-size: 14px;
}

.fTelBtn {
    font-size: 23px;
}

.topCalendarWr {
    grid-template-columns: repeat(2, 1fr);
}

.hBtnWr {
    max-width: 220px;
    gap: 13px;
}

.hContBtn {
    font-size: 14px;
    height: 100px;
}

.hLogoBox {
    height: 100px;
}

.topCommitmentItemEnPosition02 {
    bottom: 32%;
}

.topWr03BoxWr02 {
    grid-template-columns: repeat(3, 1fr);
}

.topSceneItemWr {
    grid-template-columns: repeat(3, 1fr);
}

.incoverTit {
    font-size: 30px;
}

.incoverTitEn {
    font-size: 20px;
}

.incover {
    height: 300px;
    padding-top: 140px;
}


.inTit02 {
    font-size: 20px;
}
    
.brNone01>br {
    display: none;
}

.privacyDt {
	font-size: 18px;
}

.privacyDd {
	font-size: 15px;
}

.comBtn01 {
    height: 70px;
    font-size: 24px;
}

.comBtn02 {
    height: 70px;
    font-size: 24px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.fNavLinkBox {
    gap: 21.5px;
}

.fNavListWr {
    gap: 21.5px;
}

.fBtnLink {
    font-size: 20px;
}

.fTelBtn {
    font-size: 32px;
}

.text01 {
    font-size: 16px;
}

.topAboutTextBox01>p>span {
    font-size: 18px;
}

.comCalendarItemTit {
    font-size: 25px;
}

.mainTitJa01 {
    font-size: 30px;
}

.comFlexWr .comFlexBox:nth-child(even) {
    flex-direction: row-reverse;
    align-items: flex-start;
}

.comFlexBox {
    align-items: flex-start;
    flex-direction: row;
    padding: 0;
}

.comFlexImgBox {
    width: 48%;
}

.comFlexTextBox {
    width: 48%;
    padding: 0 15px 0 0;
    margin-top: 0;
}

.comFlexTextListWr {
    max-width: 670px;
}

.comFlexWr .comFlexBox:nth-child(even) .comFlexTextBox {
    padding: 0 0 0 15px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topCalendarWr {
    gap: 60px;
}

.comCalendarCol {
    font-size: 16px;
}

.comCalendarClosedTextBox {
    font-size: 16px;
}

.topFvTitWr {
    padding: 44px 15px;
}

.topFvTit01 {
    font-size: 28px;
    line-height: 1.75em;
}

.topFvTit01>strong {
    font-size: 44px;
}

.topFvSubTit01 {
    margin-top: 27px;
    font-size: 22px;
}

.topCommitmentItemEn {
    font-size: 120px;
}

.incoverTit {
    font-size: 40px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.fNavLink {
    font-size: 18px;
}
  
.fLeftBox {
    max-width: 412px !important;
}

.fContGridWr {
    gap: 50px;
}

.text01 {
    font-size: 18px;
}

.topAboutTextBox01>p>span {
    font-size: 20px;
}

.comCalendarItemTit {
    font-size: 30px;
}

.comCalendarCol {
    font-size: 18px;
}

.comCalendarClosedTextBox {
    font-size: 18px;
}

.topCalendarWr {
    gap: 60px 128px;
}

.hBtnWr {
    max-width: 303px;
}

.hContBtn {
    height: 140px;
    font-size: 18px;
}

.hLogoBox {
    max-width: 98px;
    margin-right: 30px;
    height: 140px;
}

.comBannerTitJa {
    font-size: 40px;
}

.incoverTit {
    font-size: 48px;
}

.incoverTitEn {
    font-size: 26px;
}

.incover {
    height: 400px;
    padding-top: 190px;
}

.incoverBox {
    padding: 30px 15px;
}

.comBannerImgBox {
    padding-top: 339px;
}

.inTit01 {
    font-size: 28px;
}

.commitName01 {
    font-size: 32px !important;
}

.comFlexWr .comFlexBox {
    margin-top: 105px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hNavBoxWr01 {
    gap: 10px 22px;
}

.hNavLink {
    font-size: 16px;
}

.hBtnWr {
    margin-left: 4.24%;
}

.topFvTitWr {
    padding: 64px 15px;
}

.topFvTit01 {
    font-size: 48px;
    line-height: 1.75em;
}

.topFvTit01>strong {
    font-size: 64px;
}

.topFvSubTit01 {
    margin-top: 37px;
    font-size: 26px;
}

.mainTitJa01 {
    font-size: 40px;
}

.inTit01 {
    font-size: 35px;
}

.inTit02 {
    font-size: 22px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1700px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hNavBoxWr01 {
    gap: 10px 4%;
}

.hNavLink {
    font-size: 18px;
}

.hBtnWr {
    margin-left: 4.24%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1700px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */