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

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: "Zen Maru Gothic", sans-serif;
}

.fontB {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.fontC {
  font-family: "Josefin Sans", sans-serif;
}

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

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

.hoverUp {
    transition: all .5s;
}

.hoverUp:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    transition: all .5s;
}


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



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

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

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

.paddingWr01 {
    padding: 0 15px;
}

.comBtn01 {
    width: 100%;
    max-width: 300px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    background: #006D48;
    border-radius: 30px;
    transition: all .5s;
    padding: 5px;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

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

.comBtn01:hover {
    color: #fff;
}

.comBtn01.backBtn:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 14px;
    left: 26px;
    background: url(/system_panel/uploads/images/com_arrow_white_back.svg)no-repeat;
    background-size: 100%;
    transition: all .5s;
}

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

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

.titEn01 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.02em;
}

.titJa01 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.subTit01 {
    font-size: 0;
}

.subTit01>p {
    font-size: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.subTitBox {
    display: inline-flex;
    align-items: center;
    background-color: #006D48;
    color: #fff;
    border-radius: 10px;
    padding: 16px 21px 14px;
    flex-wrap: wrap;
}

.subTitDeco {
    position: relative;
}

.subTitDeco:before {
    content: "";
    position: absolute;
    background: url(/system_panel/uploads/images/tit_deco01.svg)no-repeat;
    background-size: 100%;
    width: 4px;
    height: 4px;
    top: -1px;
    left: 0;
    right: 0;
    margin: auto;
}

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

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

.colorWhite {
    color: #fff;
}

.colorBlue {
    color: #458AC7;
}

.colorGreen {
    color: #006D48;
}

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

.incover {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 200px;
}

.iCovWr {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.iCovTit {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

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

.pankuzuWr {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    padding: 0 15px;
}

.pankuzuAr {
    margin: 0 auto;
    padding: 15px 0;
    max-width: 1360px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
}

.pankuzuCt {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #2C2C2C;
}

.pankuzuCt:hover {
    color: #707070;
    opacity: .7;
    color: #303030;
}

.pankuzuIcon {
    margin: 0 5px 0 0;
    font-size: 20px;
    padding: 0 0 2px;
    color: #333;
}

.pankuzuTxt {
    padding: 0 0 2px;
    font-size: 14px;
    color: #2C2C2C;
}

.pankuzuCt > p {
    padding: 0 0 3px;
    text-decoration: underline;
    color: #333;
}

.pankuzuCt:hover > p {
    text-decoration: none;
}

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



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

.header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

.headerBox01 {
    padding: 15px;
    flex-wrap: wrap;
}

.hNavBoxWr01 {
    max-width: 560px;
    width: 100%;
    order: 3;
    padding: 10px 15px;
    gap: 15px;
}

.hNavLink {
    font-size: 16px;
}

.hTownSetBox {
    max-width: 350px;
    width: 100%;
    display: flex;
    gap: 15px;
    order: 2;
    margin: 0 0 0 20px !important;
}

.hTelNumberSet {
    font-size: 32px;
}

.hTelNumberIco {
    max-width: 22.19px;
    width: 100%;
    margin: 0 11px 0 0;
}

.hTelText01 {
    font-size: 12px;
}

.hContBtn {
    max-width: 100px;
    width: 100%;
    height: 80px;
    font-size: 11px;
    gap: 2.7px;
}

.hContBtnIcon {
    max-width: 35.4px;
    width: 100%;
    margin: 8px 0 0;
}

/*--is-animation--*/

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

.header.clone {
    position: fixed;
    top: -100px;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    display: none;
}

.hLogoPc01 {
    max-width: 260px !important;
}

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

.fContItemBox {
    border-radius: 25px;
    overflow: hidden;
}

.fContItemTel .fContItemTit {
    background-color: #006D48;
    color: #fff;
    border-bottom: 2px solid #006D48;
}

.fContItemMail .fContItemTit {
    background-color: #fff;
    color: #0059A8;
    border-bottom: 2px solid #0059A8;
}

.fContItemBox:hover .fContItemMailBox {
    background-color: #458AC7;
}

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

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

.topFvDeco {
    z-index: 3;
}

.topFvMask {
    z-index: 2;
}

.topFvTitWr {
    max-width: 1171px;
    width: 94%;
    position: absolute;
    bottom: 9.6%;
    right: 0;
    z-index: 9;
}

.topFvScrollLink {
    display: none;
    max-width: 19px;
    width: 100%;
    position: absolute;
    z-index: 10;
    right: 2.14%;
    bottom: 38.5px;
}

.topFvScrollLink:hover {
    opacity: .7;
}

.topFvScrollLink {
    transition: all .5s;
}

.topServiceBg {
    z-index: -9;
    top: 21px !important;
}

.topAboutFlexBox:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    top: 53px;
    left: 0;
    right: 0;
    background-color: #F0FAC8;
    z-index: -1;
}

.topaboutDeco {
    max-width: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.serviceDeco01  {
    max-width: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.topStrengthsItemBox:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    top: 76px;
    left: 0;
    right: 0;
    background-color: #F0FAC8;
    z-index: -1;
    border-radius: 15px;
    border: 3px solid #008F57;
}

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

.topStrengthsItemTit:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 25px;
    background: url(/system_panel/uploads/images/top_strengths_deco01.svg)no-repeat;
    background-size: 100%;
    left: 0;
    top: -25px;
}

.topStrengthsItemTit:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 25px;
    background: url(/system_panel/uploads/images/top_strengths_deco02.svg)no-repeat;
    background-size: 100%;
    right: 0;
    bottom: -8px;
}

.topStrengthsItemTit {
    font-size: 25px;
}

.topServiceDeco {
    max-width: 156px;
    width: 10%;
    position: absolute;
    top: 0;
    left: 5.2%;
    z-index: 1;
}

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

.topServiceItemBox {
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
    border: 3px solid #006D48;
    position: relative;
    background: #006D48;
}

.topServiceItemTitSetBox {
    border-top: 3px solid #006D48;
    border-radius: 0 50px 0 0;
    border-right: 3px solid #006D48;
    position: absolute;
    z-index: 1;
    bottom: -3px;
    right: -3px;
    left: -1px;
    gap: 10px;
}

.topServiceItemTitSetBox:before {
    content: "";
    display: block;
    position: absolute;
    background: #008F57;
    left: 0;
    right: 0;
    z-index: 2;
    bottom: -2px;
    height: 10px;
}

.topServiceItemNumber {
    width: 50px;
    height: 50px;
    font-size: 25px;
    padding-top: 6px;
}

.topServiceItemTit {
    font-size: 18px;
}

.topMessageTextArea:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    top: 90px;
    left: 0;
    right: 0;
    background-color: #F0FAC8;
    z-index: -1;
}

.topMessageImgBox {
    z-index: 3;
}

.topMessageDeco {
    max-width: 258px;
    width: 30%;
    position: absolute;
    left: 7px;
    bottom: 0;
    z-index: 9;
}

/*----*/



/*----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--*/

.formBtn {
    border: none;
    cursor: pointer;
}

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

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

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

.formTb {
    border: 1px solid #ccc;
    border-bottom: none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
}

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

.privacyBox {
    border: 1px solid #ccc;
    padding: 20px 20px;
    width: 100%;
    overflow-y: scroll;
    background: #F0FAC8;
    height: 300px;
    font-size: 14px;
}

.privKakoText {
    min-width: 1rem;
}

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

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

.privacyDt {
	border-left: 5px solid #006D48 !important;
	padding: 0 0 0 10px;
	font-weight: bold;
	margin: 30px 0 0 0;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}

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

/*----*/

.tdServiceTextSet {
    gap: 5px 10px;
}

.compBaseTb {
    border: 1px solid #ccc;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
}

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

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

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

/*----*/

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

.inServiceTit01 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.serviceEnTit {
    font-family: "Josefin Sans", sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.serviceJaTit {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.inServiceFlexBox:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    top: 30px;
    left: 0;
    right: 0;
    background-color: #F0FAC8;
    z-index: -1;
}

.serviceFlowItemBox:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    top: 26px;
    left: 0;
    right: 0;
    background-color: #F0FAC8;
    z-index: 1;
    border-radius: 15px;
    border: 3px solid #008F57;
}

.serviceFlowItemTit {
    background-color: #458AC7;
    color: #fff;
    border-radius: 10px;
    padding: 15px 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: relative;
    z-index: 2;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.serviceFlowItemTextBox {
    position: relative;
    z-index: 2;
}

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

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

.comLinkItem {
    overflow: hidden;
    max-width: 800px;
    width: 100%;
    margin: 75px auto 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.comLinkItem:hover .iBanaLk {
    transform: scale(1.1);
    transition: .5s;
}

.comLinkItem .iBanaLk {
    transition: .5s;
    padding-top: 250px;
    position: relative;
    width: 100%;
}

.comLinkItem .iBanaLk>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iBanaLk:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(37,43,49,0.4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.inLinkColTit {
    color: #fff;
    font-size: 40px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1em;
}

.inLinkColSubTit {
    letter-spacing: 0.05em;
    line-height: 1.5em;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.inLinkColTitSet {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 15px 0 15px;
}

.inContItemTel .inContItemTit {
    background-color: #006D48;
    color: #fff;
    border-bottom: 2px solid #006D48;
}

.inContItemMail .inContItemTit {
    background-color: #fff;
    color: #0059A8;
    border-bottom: 2px solid #0059A8;
}

.inContItemBox:hover .inContItemMailBox {
    background-color: #458AC7;
}

.serviceJaTit>br {
    display: none;
}

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

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

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

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

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

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

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

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

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

  



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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.subTit01>p {
    font-size: 25px;
}

.subTitDeco:before {
    width: 6px;
    height: 6px;
    top: -3px;
}

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

.topStrengthsItemTit {
    font-size: 18px;
}

.topServiceItemWr {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.topServiceItemTit {
    font-size: 14px;
}

.topServiceItemNumber {
    width: 40px;
    height: 40px;
    font-size: 19px;
}

.iCovTit {
    font-size: 30px;
}

.incover {
    height: 250px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

.topFvTitWr {
    width: 75%;
    bottom: 9.6%;
    right: 2.24%;
}

.topFvScrollLink {
    display: block;
    max-width: 12px;
    width: 100%;
    position: absolute;
    z-index: 10;
    right: 2.14%;
    bottom: 10.5px;
}

.titEn01 {
    font-size: 65px;
}

.titJa01 {
    font-size: 32px;
}

.subTit01>p {
    font-size: 28px;
}

.text01 {
    font-size: 16px;
}

.topaboutDeco {
    max-width: 263px;
    width: 15.38%;
    right: -39px;
}

.serviceDeco01  {
    max-width: 198px;
    width: 15.38%;
    right: -30px;
}

.topStrengthsItemTit {
    font-size: 25px;
}
  
.topServiceDeco {
    max-width: 156px;
    width: 10%;
    top: 51px;
    left: 5.2%;
}

.topServiceBg {
    top: 32px !important;
}

.topServiceItemTit {
    font-size: 16px;
}

.headerBox01 {
    padding: 0 0 0 2.34%;
}

.header.clone {
    display: block;
}

.formTb {
    font-size: 16px;
}

.compBaseTb {
    font-size: 16px;
}

.privacyBox {
    font-size: 16px;
}
  
.serviceLinkWr {
    grid-template-columns: repeat(3, 1fr);
}

.inServiceTit01 {
    font-size: 32px;
}

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

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

.inLinkColTit {
    font-size: 50px;
}

.inLinkColSubTit {
    font-size: 18px;
}

.iCovTit {
    font-size: 40px;
}

.incover {
    height: 300px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.topFvTitWr {
    width: 60.99%;
    bottom: 8.6%;
    right: 2.24%;
}

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

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

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

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

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

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


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

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

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

.titEn01 {
    font-size: 90px;
}

.subTit01>p {
    font-size: 37px;
}

.topAboutFlexBox:before {
    top: 68px;
}

.topServiceBg {
    top: 42px !important;
}

.topServiceItemTit {
    font-size: 18px;
}

.topMessageTextArea:before {
    top: 143px;
}

.hNavBoxWr01 {
    order: 2;
    padding: 0;
    max-width: 440px;
}

.hTownSetBox {
    order: 3;
}

.headerBox01 {
    flex-wrap: nowrap;
}

.hNavLink {
    font-size: 14px;
}

.inServiceTit01 {
    font-size: 42px;
}

.serviceEnTit {
    font-size: 35px;
}

.inServiceFlexBox:before {
    top: 35px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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


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

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

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

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

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

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

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

.topFvScrollLink {
    max-width: 19px;
    right: 2.14%;
    bottom: 38.5px;
}

.titEn01 {
    font-size: 120px;
}

.subTit01>p {
    font-size: 42px;
}

.text01 {
    font-size: 18px;
}

.topAboutFlexBox:before {
    top: 89px;
}

.topStrengthsBox {
    gap: 63px 131px;
}

.topStrengthsItemTit {
    font-size: 31px;
}

.titJa01 {
    font-size: 42px;
}

.topServiceBg {
    top: 51px !important;
}

.topServiceItemWr {
    gap: 100px 76px;
}

.topServiceItemNumber {
    width: 67px;
    height: 67px;
    font-size: 35px;
}

.topServiceItemTit {
    font-size: 22px;
}

.topServiceItemTitSetBox {
    gap: 20px;
}

.topMessageTextArea:before {
    top: 160px;
}

.hLogoPc01 {
    max-width: 330px !important;
}

.hNavLink {
    font-size: 20px;
}

.hTelNumberSet {
    font-size: 43px;
}

.hTelNumberIco {
    max-width: 29.19px;
}

.hTelText01 {
    font-size: 16px;
}

.hTownSetBox {
    max-width: 492px;
    margin: 0 0 0 3.65% !important;
}

.hNavBoxWr01 {
    max-width: 554px;
}

.hContBtn {
    max-width: 150px;
    height: 100px;
    font-size: 16px;
}

.hContBtnIcon {
    max-width: 50.4px;
}

.formTb {
    font-size: 18px;
}

.compBaseTb {
    font-size: 18px;
}

.serviceEnTit {
    font-size: 50px;
}

.inServiceFlexBox:before {
    top: 50px;
}

.serviceJaTit {
    font-size: 30px;
}
  
.serviceJaTit>br {
    display: block;
}

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

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

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