@charset "utf-8";

:root {
    --fontA: "Noto Sans JP", serif;
    --fontB: "Poppins", serif;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe {
    width: 100% !important;
    height: 100% !important;
}

#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: var(--fontA);
}

.fontB {
  font-family: var(--fontB);
}

.inLink a {
    text-decoration: underline;
    color: #5C6D60;
}

.inLink a:hover {
    text-decoration: none;
    color: #5C6D60;
}

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

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

.innerWr01 {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

.pageSlipBox {
    position: relative;
}

.pageSlip {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: -9;
    display: block;
}

.d-about-none {
    display: none;
}

.d-top-none {
    display: none;
}

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

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

.inCovBox {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    position: relative;
    text-align: center;
    color: #fff;
}

.incover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgb(82 81 76 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.inCovTit01 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.25em;
}

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

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

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

.pankuzuLink {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #5C6D60;
}

.pankuzuLink:hover {
    color: #5C6D60;
}

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

.pankuzuLink > p {
    text-decoration: none;
}

.pankuzuLink:hover > p {
    text-decoration: underline;
}



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

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

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

.comBtn {
    max-width: 280px;
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    border-radius: 33px;
    transition: all .5s;
}

.comBtn:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 10px;
    right: 20px;
    background: url(/system_panel/uploads/images/com_btn_arrow.svg)no-repeat;
    background-size: 100%;
}

.comBtn:before {
    filter: brightness(0) invert(1);
	transition: all .5s;
}

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

.comBtn.comBtn05 {
    background: #fff;
    color: #10653B;
}

.comBtn.comBtn05:before {
    background: url(/system_panel/uploads/images/com_btn_arrow02.svg) no-repeat;
    filter: unset;
}

.comBtn.backBtn:before {
    background: url(/system_panel/uploads/images/back_arrow.svg) no-repeat;
    right: auto;
    left: 20px;
}

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

.comBtn01.comBtn {
    background: #58B56F;
    color: #fff;
}

.comBtn02.comBtn {
    background: #1D2538;
    color: #fff;
}

.comBtn03.comBtn {
    background: #10653B;
    color: #fff;
}

.comBtn04.comBtn {
    background: #fff;
    color: #58B56F;
}

.comBtn04.comBtn:before {
    filter: unset;
    transition: all .5s;
}

.bgDeco {
    position: relative;
}

.bgDeco:before {
    content: "";
    position: absolute;
    width: 97.55%;
    height: 100%;
    width: calc(100% - 15px);
    max-width: 1770px;
    top: 0;
    bottom: 0;
    right: 0;
    background: #58B56F;
    border-radius: 30px 0 0 30px;
    z-index: -9;
}

.bgDecoColor02:before {
    background-color: #E7ECEA;
}

.titlePrimary  {
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
}

.titlePrimary01 {
    font-size: 16px;
}

.titlePrimary02 {
    font-size: 20px;
}

.titleDeco {
    width: 50px;
    height: 4px;
    background-color: #58B56F;
}

.titleDecoCenter {
    margin: 9px auto 0;
}

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

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

.aboutBrNone>br {
    display: block;
}

.flexTit02 {
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 25px;
}

.tit01 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.comBannerLink {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.comBannerLinkSet {
    border: 10px solid #10653B;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  	border-radius: 15px;
  	overflow: hidden;
}

.comLinkImg01 {
    width: 100%;
    display: block;
    padding-top: 61.28%;
    position: relative;
    overflow: hidden;
}

.comLinkTitSet {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 8px;
    text-align: center;
    z-index: 2;
}

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

.comLinkImg01:before {
    content: "";
    background: rgb(253, 248, 249);
    background: linear-gradient(180deg, rgba(253, 248, 249, 0) 0%, rgba(43, 59, 47, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 1;
    transition: all .3s;
}

.comBannerLink:hover .comLinkImg01:before {
    height: 0;
    transition: all .3s;
}

.comBnrTit {
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.comBnrTit span {
    font-size: 14px;
}

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

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

.comBannerWr02 .comBannerLink {
    max-width: 480px;
}

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

.colorWhite {
    color: #fff;
}

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



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


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



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



/*--is-animation--*/



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

.fNavSet {
    gap: 20px;
}

.fNavLink {
    font-size: 10px !important;
}

.fContMailIcon02 {
    display: none;
    transition: all 0.5s ease;
}

.fContMailIcon01 {
    display: block;
    transition: all 0.5s ease;
}

.fContBtn:hover .fContMailIcon02 {
    display: block;
    transition: all 0.5s ease;
}

.fContBtn:hover .fContMailIcon01 {
    display: none;
    transition: all 0.5s ease;
}

.fContBtn img {
    transition: all 0.5s ease;
}

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

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

.topCoverWr {
    padding: 0 0 40px;
}

.topCoverTitBox {
    position: absolute;
    z-index: 2;
    bottom: 58px;
    left: 5.85%;
    width: 94.15%;
    padding: 0 15px 0 0;
}

.topCoverTit {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.48em;
}

.coverSliderWr .carousel-inner {
    border-radius: 0 0 0 50px;
}

.coverSliderWr .carousel-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(253,248,249);
    background: linear-gradient(180deg, rgba(253,248,249,0) 0%, rgba(43,59,47,1) 100%);
}

.topSnsBlock.topInstagramItem {
    overflow-y: scroll;
}

.topCompanyBtnSet {
    gap: 10px 20px;
}

.topSwiperArrowSet {
    max-width: 100px;
    width: 100%;
    border-radius: 33px;
    background: #fff;
    position: absolute;
    left: 20px;
    bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    height: 40px;
    z-index: 2;
}

.topSwiperArrowSet .swiper-button-prev:hover {
    background: #E7ECEA;
}

.topSwiperArrowSet .swiper-button-next:hover {
    background: #E7ECEA;
}

.swiper-button-prev:after {
    content: "" !important;
    background: url(/system_panel/uploads/images/swiper_arrow01.svg)no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
}

.swiper-button-next:after {
    content: "" !important;
    background: url(/system_panel/uploads/images/swiper_arrow02.svg)no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
}

.swiper-button-next {
    top: 0 !important;
    right: 0 !important;
    width: 50% !important;
    height: auto !important;
    margin: 0 !important;
    bottom: 0 !important;
}

.swiper-button-prev {
    top: 0 !important;
    left: 0 !important;
    width: 50% !important;
    height: auto !important;
    bottom: 0 !important;
    margin: 0 !important;
}

.topSwiperArrowSet:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #5C6D60;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

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

.topSupportItemTit>span {
    font-size: 24px;
}

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

/*----*/



/*----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;
    z-index: 1;
}

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: #58B56F;
    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;
}

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

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

.privacyBox {
    padding: 30px 2%;
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
    overflow-y: scroll;
    scrollbar-color: #5C6D60 #E7ECEA;
}

.privKakoText {
    min-width: 1rem;
}

.kakoSet01 {
    margin-top: 15px;
}

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

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

.privacyDt {
	border-left: 5px solid #58B56F!important;
	padding: 0 0 3px 10px;
	font-weight: 700;
	font-size: 18px;
	margin: 31px 0 0 0;
	letter-spacing: 0.15em;
}

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

.formRadio {
  appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #58b56f;
  border-radius: 9999px;
}

.formRadio:checked {
  border: none;
  background-color: #58b56f;
}

.formRadio:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 9999px;
  background-color: #ffffff;
}

input[type='file'] {
  color: #5C6D60;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
  padding-right: 0.5rem;
  width: 100%;
  margin-top: 5px;
}

::file-selector-button,
::-webkit-file-upload-button {
  background-color: #58B56F;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 0.25rem 1rem;
  margin-right: 1rem;
}

/*----*/

.compBaseTb {
    border: 1px solid #ccc !important;
    font-size: 16px;
    letter-spacing: 0.03em;
    font-weight: 500;
    line-height: 1.5em;
}

.compBaseTb .compBaseTr:last-child {
    border-bottom: 0 solid #ccc !important;
}

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

.compBaseTh {
    padding: 15px;
    background-color: #58B56F;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compBaseTd {
    padding: 15px;
}

/*----*/

.aboutCompanyWr .aboutCompanyListNameBox:last-child {
    border: none;
}

.comContentsArrow {
    clip-path: polygon(100% 0, 50% 100%, 0 0);
    background: rgb(253, 248, 249);
    background: linear-gradient(180deg, rgba(253, 248, 249, 0) 0%, rgba(43, 59, 47, 1) 100%);
}

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

.supportHorseLink:hover .supportHorseLinkImg img {
    transform: scale(1.1);
    transition: all .3s;
}

.supportHorseLink .supportHorseLinkImg img {
    transition: all .3s;
}

.supportBtn {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-radius: 33px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25em;
    text-align: center;
    transition: all 0.5s ease;
    color: #10653B;
    border: 1px solid #10653B;
    padding: 5px 15px;
}

.supportBtn:hover {
    background-color: #10653B;
    color: #fff;
}

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

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

.companyBtn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 33px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25em;
    text-align: center;
    transition: all 0.5s ease;
    color: #10653B;
    border: 1px solid #10653B;
    padding: 5px 15px;
}

.companyBtn:hover {
    background-color: #10653B;
    color: #fff;
}

.titFaqSetBox:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 1px;
    display: block;
    margin: auto;
    background: #ccc;
}

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

.support3columnWr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin: 40px auto 0;
    max-width: 820px;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

  
.comBnrTit {
    font-size: 20px;
}

.comBnrTit span {
    font-size: 14px;
}


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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.topCoverTit {
    font-size: 30px;
}

.titlePrimary01 {
    font-size: 25px;
}

.titlePrimary02 {
    font-size: 30px;
}

.titlePrimary02 {
    font-size: 25px;
}

.inCovTit01 {
    font-size: 30px;
}

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

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

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

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

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

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

.text01 {
    font-size: 16px;
}

.bgDeco:before {
    border-radius: 50px 0 0 50px;
}

.topCoverTit {
    font-size: 35px;
}

.tit01 {
    font-size: 25px;
}

.incover {
	height: 300px;
}

.inCovTit01 {
    font-size: 35px;
}
  
.comBannerWr01 {
    grid-template-columns: repeat(2, 1fr);
}

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

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

.privacyDd {
	font-size: 15px;
}

.benefitsGalleryWr {
    grid-template-columns: repeat(4, 1fr);
}
  
.support3columnWr {
    grid-template-columns: repeat(2, 1fr);
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.flexTit01 {
    font-size: 25px;
}

.flexTit02 {
    font-size: 30px;
}

.comBtn {
    height: 65px;
    font-size: 16px;
}
  
.fNavLink {
    font-size: 14px !important;
}

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

.topCoverTit {
    font-size: 40px;
}

.fNavLink {
    font-size: 12px !important;
}

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

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

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

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


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

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

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


.text01 {
    font-size: 18px;
}

.topSwiperArrowSet {
    max-width: 130px;
    height: 50px;
}

.topCoverTit {
    font-size: 45px;
}

.titlePrimary01 {
    font-size: 30px;
}

.titlePrimary02 {
    font-size: 40px;
}

.tit01 {
    font-size: 30px;
}

.inWr01 {
    padding: 80px 0;
}

.inCovTit01 {
    font-size: 40px;
}
  
.comBannerWr01 {
    gap: 40px;
}

.comBnrTit {
    font-size: 22px;
}

.comBnrTit span {
    font-size: 14px;
}

.companyBtn {
    height: 60px;
    font-size: 18px;
}

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

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

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

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

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

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

.tit01 {
    font-size: 35px;
}
    
.flexTit02 {
    font-size: 40px;
}

.flexTit01 {
    font-size: 30px;
}

.topSupportItemTit {
    font-size: 24px;
}

.topSupportItemTit>span {
    font-size: 30px;
}

.topCoverTit {
    font-size: 50px;
}

.supportBtn {
    font-size: 15px;
}

.fNavLink {
    font-size: 16px !important;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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

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

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

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

.comBtn_new{
	max-width: 320px;
}