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

.mySwiper {
  width: 100%;
  height: auto;
  overflow-y: hidden !important;
}

.topCoverContentsWr {
    padding: 10vh 0 10vh 0 !important;
}

.topCoverContentsBox .swiper-slide {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.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: 'Lusitana', serif;
}

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

.fontC {
  font-family: 'Noto Sans JP', sans-serif;
}

.fontD {
  font-family: 'Noto Sans', sans-serif;
}

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

.paddingWr01 {
    padding: 0 15px;
    width: 100%;
}

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

p > a {
	color: inherit;
	text-decoration: underline;
}

.voiceItem:nth-of-type(n+2) {
    margin-top: 60px;
}

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

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

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

.comBtn01 {
    max-width: 360px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #062069;
    position: relative;
    border: 2px solid #062069;
    font-family: 'Lusitana', serif;
}

.comBtn01:before {
    content: "";
    position: absolute;
    background: #062069;
    width: 50px;
    height: 1px;
    right: -25px;
}

.comBtn01:hover {
    background: #FFEA57;
    color: #062069;
}

.comBtn02 {
    max-width: 360px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    border: 2px solid #fff;
    font-family: 'Lusitana', serif;
}

.comBtn02:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 50px;
    height: 1px;
    right: -25px;
}

.comBtn02:hover:before {
    background: #062069;
}

.comBtn02:hover {
    background: #FFEA57;
    color: #062069;
    border-color: #062069;
}

.titDeco01:after {
    content: "";
    width: 80px;
    height: 1px;
    display: block;
    background: #333;
    margin: 34px 0 0;
}

.titDeco02:after {
    content: "";
    width: 80px;
    height: 1px;
    display: block;
    background: #fff;
    margin: 34px 0 0;
}

.titJa01 {
    font-family: 'Noto Serif JP', serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.433em;
}

.titEn01 {
    font-family: 'Lusitana', serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.15em;
}

.titJa02 {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.433em;
}

.titEn02 {
    font-family: 'Lusitana', serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.15em;
}

.text01 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 2em;
}

.inTitJa01 {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.433em;
}

.titDeco03:after {
    content: "";
    width: 60px;
    height: 1px;
    display: block;
    background: #333;
    margin: 30px 0 0;
}

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

.colorWhite {
    color: #fff;
}

.colorBlue01 {
    color: #062069;
}

.colorBlack01 {
    color: #404040;
}

/*-- inCover -----------------------------------------------------------------*/
.iCovWr {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 290px;
    max-width: 1920px;
}

.iCovAr {
    width: 100%;
    padding: 0 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: rgb(6 32 105 / 50%);
}

.iCovTit {
    color: #fff;
    font-family: 'Lusitana', serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.15em;
    margin: 0 0 -6px 0;
}

.iCovSubTit {
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.433em;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- パンくずリスト ----------------------------------------------------------*/
.pankuzuWr {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    padding: 0 15px;
}

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

.pankuzuCt {
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #111;
}

.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: 12px;
    color: #111;
}

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

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

.topCoverWr  {
    background-image: url(/system_panel/uploads/images/top_cover_bg.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.coverTit01 {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.433em;
}

.coverSubTit {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
    line-height: 1.15em;
}

.coverSubSet {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.coverSubSet:before {
    content: "";
    display: none;
    width: 15%;
    max-width: 266px;
    height: 1px;
    background: #fff;
    margin-right: 18px;
}

.coverTitSetBox {
    text-align: left;
}

/*-- テーブル ---------------------------------------------------------------*/

.baseTb {
    border: solid 1px #062069;
}

.baseTh {
    padding: 15px;
    background: #062069;
    color: #fff;
}

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

.baseTb > .row:not(:last-child) > .baseTh {
    border-bottom: solid 1px #fff;
}

.baseTb > .row:not(:last-child) > .baseTd {
    border-bottom: solid 1px;
}

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


.header.clone {
    position: fixed;
    top: -104px;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

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

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

.headerBox01 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hLogoPc {
    max-width: 160px;
    width: 100%;
    display: block;
    margin: 0;
}

.headerWr {
    padding: 15px 30px;
}

.hPcHamBox01 {
    background: #fff0 !important;
    width: 100% !important;
    max-width: 56px;
    height: 40px;
    padding: 0 !important;
}

.hPcHamBox01 .spNavBtnBar {
    max-width: 100%;
    height: 100%;
    margin-top: 0;
}

.hPcHamBox01 .spNavBtnBar .spNavBtnBarItem:nth-of-type(2) {
    top: 19px;
    width: 45px;
    right: 0;
    left: auto;
}

.hPcHamBox01 .spNavBtnBar .spNavBtnBarItem:nth-of-type(3) {
    width: 38px;
    right: 0;
    left: auto;
}

.hPcHamBox01.open .spNavBtnBarItem:nth-of-type(1) {
	transform: translateY(18px) rotate(-45deg);
}

.hPcHamBox01.open .spNavBtnBarItem:nth-of-type(3) {
	transform: translateY(-18px) rotate(45deg);
	width: 100%;
}

.hPcBtnText01 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #936895;
    margin-top: 8px;
    line-height: 1em;
}

.hTelSetBox {
    max-width: 180px;
    width: 100%;
    height: 50px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 auto;
}

.hTelSetBox>img {
    max-width: 34.49px;
    width: 100%;
    margin-right: 2px;
}

.hContBtn {
    max-width: 180px;
    width: 100%;
    height: 50px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    margin: 0 0 0 20px;
}

.hSnsLink {
    display: block;
    max-width: 40px;
    width: 100%;
}

.hSnsLinkSp {
    margin: 15px auto 0;
}

.hSnsLink:hover {
    opacity: .8;
}

.hSnsLinkPc {
    margin-left: 20px;
}

.hContBtn:hover {
    background: #FFEA57;
    color: #000;
}

.hContBtn:hover>img {
    filter: brightness(0);
}

.hContBtn>img {
    max-width: 25.49px;
    width: 100%;
    margin-right: 7px;
}

.hPcHamBox01 {
    margin: 0 0 0 20px;
}

/*--is-animation--*/

.header.is-animation {
    background: rgba(6,32,105,0.8);
}

.is-animation .headerWr {
    padding: 15px 30px;
}

.is-animation .hLogoPc {
    max-width: 160px;
}

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

.fContListItemLink:hover>img {
    filter: brightness(0) invert(1);
}

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

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

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

.scrollText01 {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5em;
    color: #fff;
    padding: 10px 0;
    display: block;
}

.gjs-dashed .topCoverContentsBox .swiper-wrapper {
    display: block;
    height: auto;
}

.topReasonGrafTit01 {
    font-size: 20px !important;
}

.topReasonGrafTit02 {
    font-size: 37px !important;
}

.topReasonItemListTit {
    font-size: 18px !important;
}

.topReasonItemBox02 {
    display: none;
}

.topReasonItemBox01 {
    width: 100% !important;
}

.mySwiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #062069 !important;
    opacity: 1 !important;
}

.mySwiper2 .swiper-pagination-bullet {
    background: #D4D4D4 !important;
    max-width: 360px;
    width: 29.03%;
    border-radius: 2.5px;
    margin: 0 !important;
    height: 5px;
    opacity: 1;
}

.mySwiper2 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical.swiper-pagination-horizontal {
    right: 0;
    top: auto;
    transform: translate3d(0px,0,0);
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topServiceItemBox:hover .topServiceItemImgBox {
    transform: scale(1.2);
    transition: all .5s;
}

.topServiceItemBox .topServiceItemImgBox {
    transition: all .5s;
}

.topServiceItemBox {
    overflow: hidden;
    border-radius: 30px;
}

.topServiceItemBox:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

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

.topServiceItemTit {
    font-size: 14px !important;
}

.topVoiceBlockItemTitBox {
    border-bottom: 2px dotted #062069;
}

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

.topAboutItemImg>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.topAboutItemImg {
    height: 100%;
}

.topAboutItemTit {
    font-size: 18px !important;
}

.topAboutItemPointBox {
    max-width: 110px !important;
}

.topColLinkBox:before {
    background-color: rgba(6,32,105,0.8);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .5s;
}

.topColLinkBox:hover:before {
    background-color: rgba(6,32,105,0.5);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .5s;
}

/*----*/



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

/*----*/

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

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

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

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

/*--service--*/

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

.serviceProduceBoxList {
    max-width: 250px;
}

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

/*---------serviceここまで------------*/

/*--------contact--------------------*/

.privacyBox {
    padding: 15px 2% 15px 2%;
    width: 100%;
    overflow-y: scroll;
    background: #EFF3F7;
    height: 400px;
    'Noto Sans JP', font-family: sans-serif;
}

.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 #062069 !important;
	border-bottom: 1px solid #062069;
	padding: 0 0 3px 10px;
	font-weight: 700;
	font-size: 16px;
	margin: 31px 0 0 0;
	letter-spacing: 0.15em;
}

.privacyDd {
	font-size: 14px;
	padding: 0 0 0 16px;
	margin: 23px 0 0 0;
	letter-spacing: 0.05em;
	line-height: 1.66em;
}

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

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

.partTimeGalleryBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.staffFrame01 {
    padding-bottom: 50px;
    border-bottom: 1px solid #062069;
}

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

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

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

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

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

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

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

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

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

  
.topServiceItemTit {
    font-size: 15px !important;
}

.coverTit01 {
    font-size: 32px;
}

.coverSubSet:before {
    display: none;
    width: 15%;
}


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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.partTimeGalleryBox {
    grid-template-columns: repeat(5, 1fr);
}
  
.staffPrivateGalleryBox {
    grid-template-columns: repeat(3, 1fr);
}
  
.topServiceBox {
    grid-template-columns: repeat(2, 1fr);
}

.coverSubTit {
    font-size: 18px;
}

.coverTit01 {
    font-size: 42px;
}

.titEn01 {
    font-size: 18px;
}

.titJa02 {
    font-size: 18px;
}

.inTitJa01 {
    font-size: 25px;
}

.titEn02 {
    font-size: 45px;
}
  
.serviceProduceBoxList {
    grid-template-columns: repeat(2, 1fr);
}

.serviceProduceBoxList {
    max-width: 400px;
}

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

.iCovTit {
    font-size: 16px;
}

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

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

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

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

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

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

.coverSubSet {
    justify-content: center;
}
.coverTitSetBox {
    text-align: center;
}
    
.mySwiper {
  height: 80vh;
}
    
.iCovWr {
    height: 320px;
}
  
.serviceProduceBoxList {
    max-width: 100%;
}
    
.titJa01 {
    font-size: 32px;
}
    
.inTitJa01 {
    font-size: 32px;
}
  
.fContListBox {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
    
.coverTit01 {
    font-size: 60px;
}
    
.topReasonItemBox01 {
    width: 48% !important;
}

.topServiceItemTit {
    font-size: 14px !important;
}

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

.coverSubSet:before {
    width: 37%;
}

.coverSubTit {
    font-size: 20px;
}

.headerBox01 {
    justify-content: space-between;
}


.comBtn02 {
    max-width: 360px;
    height: 80px;
    font-size: 20px;
}

.comBtn01 {
    max-width: 360px;
    height: 80px;
    font-size: 20px;
}

.comBtn01:before {
    width: 100px;
    right: -50px;
}
    
.comBtn02:before {
    width: 100px;
    right: -50px;
}

.text01 {
    font-size: 16px;
}
  
.serviceProduceBoxList {
    grid-template-columns: repeat(3, 1fr);
}
  
.scrollText01 {
    display: none;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.topServiceItemTit {
    font-size: 18px !important;
}

.fContListBox {
    gap: 80px;
}
  
.serviceCateWr {
    grid-template-columns: repeat(4, 1fr);
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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

.staffFrame01 {
    padding-bottom: 100px;
}
  
.iCovSubTit {
    font-size: 60px;
}
    
.serviceProduceBoxList {
    gap: 80px;
}
  
.inTitJa01 {
    font-size: 40px;
}

.titJa01 {
    font-size: 40px;
}

.titEn01 {
    font-size: 20px;
}

.titJa02 {
    font-size: 20px;
}

.titEn02 {
    font-size: 55px;
}
    
.topReasonItemBox02 {
    display: block;
}

.topReasonItemBox01 {
    width: 37.1% !important;
}
 
.topReasonGrafTit01 {
    font-size: 30px !important;
}

.topReasonGrafTit02 {
    font-size: 47px !important;
}

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

.headerWr {
    padding: 30px 60px;
}

.hLogoPc {
    margin: 0 20px 0 0;
}

.hLogoPc {
    max-width: 174px;
}

.iCovWr {
    height: 400px;
}

.hTelSetBox {
    max-width: 200px;
    height: 60px;
    font-size: 20px;
}

.hContBtn {
    max-width: 200px;
    height: 60px;
    font-size: 18px;
    margin: 0 0 0 49px;
}

.hSnsLinkPc {
    margin-left: 49px;
}

.hPcHamBox01 {
    margin: 0 0 0 60px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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

.serviceCateWr {
    gap: 40px;
}
  
.topReasonGrafTit01 {
    font-size: 40px !important;
}

.topReasonGrafTit02 {
    font-size: 67px !important;
}

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

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

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



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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
 .topServiceItemTit {
    font-size: 24px !important;
}
  
.topAboutItemTit {
    font-size: 24px !important;
}
  
.topAboutItemPointBox {
    max-width: 180px !important;
}

.titJa01 {
    font-size: 60px;
}

.topReasonItemListTit {
    font-size: 24px !important;
}

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

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

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