@charset "utf-8";

@import url("assets/css/base.css");
@import url("assets/css/page.css");
@import url("assets/css/custom_parts.css");

.reset-margin .content-repeat-box + .content-repeat-box {
	margin-left: 0 !important;
}

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

ヘッダー　-共通CSS

---------------------------*/
/*　「ヘッダータイプ　-ナビ左：縦並び　-メニュー固定」以外のロゴ、電話番号（ナビ）部分　　*/
.header-face {
	padding: 25px;
}
.header-face-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-face img {width: auto;}

/*　スマホ用ヘッダー　　*/
.mobile-header {
	position: relative;
}

.icon-hamburger {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: fixed;
	right: 20px;
	width: 60px;
	height: 60px;
	top: 20px;
    z-index: 9999;
	background: #fff;
	cursor: pointer;
}
.icon-hamburger span:not(:last-child) {
	position: absolute;
	width: 30px;
	height: 3px;
	background-color: #222;
	border-radius: 4px;
	transition: all 0.4s;
}
.icon-hamburger .menu {
	font-size: 1.0rem;
	position: absolute;
	top: 36px;
	left: 14px;
	opacity: 1;
}
.icon-hamburger span:nth-of-type(1) {top: 15px;left: 15px;}
.icon-hamburger span:nth-of-type(2) {top: 24px;left: 15px;}
.icon-hamburger span:nth-of-type(3) {top: 33px;left: 15px;}

.drawer-open .icon-hamburger span:nth-of-type(1) {
	width: 65%;
	transform: translate3d(-5px, 13px, 0) rotate(45deg);
}
.drawer-open .icon-hamburger span:nth-of-type(2) {
	transform: translate3d(13px, 0, 0) rotate(0);
	width: 0;
}
.drawer-open .icon-hamburger span:nth-of-type(3) {
	width: 65%;
	transform: translate3d(-5px, -5px, 0) rotate(-45deg);
}
.drawer-open .icon-hamburger span:last-child {opacity: 0;}

.drawer-contain .logo {margin: 20px;}
.drawer-contain .logo img {width: auto;}
.mobileNav a {
	display: block;
	padding: 15px;
	position: relative;
	transition: 0.5s;
}
.mobileNav a:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: #565656 #565656 transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -3px;
}
.mobileNav a:hover:after {
	border-color: #fff #fff transparent transparent;
}
.mobileNav li {
	border-top: 1px solid #F5F5F5;
}
.mobileNav .sub-menu a {
	padding-left: 45px;
}

@media screen and ( max-width: 767px) {

    .drawer-contain .logo img {max-width: 150px;}

	.header-face {padding: 15px;}

	.header-face-inner > * {max-width: 45%;}
	.header-face-inner .tel {display: none;}
	.header-face-inner img {width: 100%;}

}

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

メイン画像　-基本設定-

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

/*  横：コンテンツ幅（max-width：1100px）  */
.main-iamge-content-fix .main-image-inner,
.main-iamge-content-fix .main-image-text-inner {
	max-width: 1100px;
	margin: 0 auto;
}

/*  横：ウィンドウ幅（max-width：2200px）・ヒーローヘッダー（max-width：2200px）  */
.main-iamge-window-fix .main-image-inner,
.main-iamge-hero .main-image-inner ,
.main-iamge-window-fix .main-image-text-inner,
.main-iamge-hero .main-image-text-inner {
	max-width: 2200px;
	margin: 0 auto;
}

/*  ヒーローヘッダー（max-width：2200px）時の重なり調整  */
.main-iamge-hero .header-face,
.main-iamge-hero .globalNav {
	position: relative;
	z-index: 10;
}

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

メイン画像　-下層ページ-

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

.lower-main-image .main-image-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	max-height: 200px;
}
.lower-main-image .title-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255,0.7);
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
    max-width: 1000px;
    height: 130px;
    text-align: center;
    font-size: 3.0rem;
    letter-spacing: 0.08em;
    vertical-align: middle;
    line-height: 130px;
	color: #222;
}
/*  ヒーローヘッダー（max-width：2200px）  */

.hero-image-base {	
    position: relative;	
}	
.navi_position1.hero-image-base .hero-header,	
.navi_position2.hero-image-base .header-face,	
.navi_position3.hero-image-base .header-face {	
    position: absolute;	
    top: 0;	
    left: 0;	
    width: 100%;	
}

.main-iamge-hero .main-image-inner {
	max-height: none;
}
.main-iamge-hero .main-image-inner img {
	object-fit: cover;
}
.main-iamge-hero .lower-main-image .title-wrapper {
	top: auto;
	bottom: 20px;
	transform: translateY(0) translateX(-50%);
}

@media screen and ( max-width: 767px) {
	.header-wrapper:not(.main-iamge-hero) .lower-main-image .main-image-inner  {
		max-height: 100px;
	}
	.lower-main-image .title-wrapper {
		font-size: 2.0rem;
		line-height: 60px;
		height: 60px;
	}
}

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

グローバルナビ　-共通CSS

---------------------------*/
.globalNav {
	position: relative;
	z-index: 999;
}
.globalNav li a {
	display: block;
	height: 100%;
	transition: 0.5s;
}

.globalNav .sub-menu li {
	transition: 1s;
	overflow: hidden;
}

.globalNav-wrapper > li > a,
.globalNav-fixed > li > a,
.globalNav-tel > li > a {
    line-height: 1;
    font-size: 1.6rem;
    font-weight: bold;
	padding: 20px;
}

.globalNav-wrapper > li > a span,
.globalNav-fixed > li > a span,
.globalNav-tel > li > a span {
    font-size: 1.2rem;
    font-weight: normal;
}

@media screen and ( max-width: 767px) {
	.globalNav {
		display: none;
	}
}

.globalNav li li {
	background-color: rgba(255,255,255,0.8);
}


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

パンくずリスト

---------------------------*/
.header_type1.navi_position2 .main-iamge-hero .breadcrumb,
.header_type1.navi_position3 .main-iamge-hero .breadcrumb,
.header_type2.navi_position3 .main-iamge-hero .breadcrumb {background: none!important;}

.breadcrumb a {
	color: #222;
	text-decoration: underline;
}
.breadcrumb a:hover {
	text-decoration: none;
}
.breadcrumb ul {
	max-width: 1100px;
	margin: 0 auto;
	padding: 10px 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li:first-child {
	font-weight: bold;
}
.breadcrumb li:first-child:before {
	font-family: "Font Awesome 5 Free";
	content: "\f015";
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: 10px;
}
.breadcrumb li:not(:first-child):before {
	content: '>';
	margin: 0 10px;
}

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

フッター

---------------------------*/
footer {
	text-align: center;
	padding: 50px 12.5px 10px;
	margin-top: 50px;
}
.footer-wrapper {margin-bottom: 30px;}
.footerNav {margin-bottom: 40px;}
.footerNav-inner {
	display: flex;
	justify-content: space-between;
	text-align: left;
	width: 70%;
	max-width: 1100px;
	margin: 0 auto;
	line-height: 1;
}
.footerNav-inner a {
	transition: 0.5s;
	opacity: 1;
}
.footerNav-inner a:hover {
	opacity: 0.7;
}
.footerNav-inner > li > a {
    line-height: 1;
    font-size: 1.6rem;
}
.footerNav-inner > li > a span {
    font-size: 1.2rem;
    font-weight: normal;
}
.footerNav-inner .sub-menu {
    line-height: 2.3;
    margin-top: 20px;
}

.footer-logo {font-size: 1.6rem;}
.footer-logo img {width: auto;}
.footer_info {
    font-size: 1.2rem;
    opacity: 0.8;
}
.footer_copy {
    text-align: center;
    opacity: 0.5;
}

.mobile-footer-menu {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,0.7);
    z-index: 5000;
}

.mobile-footer-menu li {
    height: 50px;
    flex:auto;
    text-align: center;
    align-self: center;
    font-size: 1.1rem;
}
.mobile-footer-menu li + li {
    border-left: 1px solid #d8d8d8;
}

.mobile-footer-menu a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 9px;
}
.mobile-footer-menu li.share-icon a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1e0";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 2.0rem;
}
.mobile-footer-menu li.tel-icon a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 2.0rem;
}
.mobile-footer-menu li.mail-icon a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 2.0rem;
}

.modalwin {
	position: fixed;
	width: 90%;
    z-index: 9997;
}
.modalwin.show {display: block;}
.modalwin.hide {display: none;}

.modalwin ul {
    display: flex;
    justify-content: center;
}

.modalwin ul li + li {margin-left: 5px;}

.modalwin button {
    font-size: 3.0rem;
    display: inline-block;
    color: #fff;
}

#shade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	opacity: 0.7;
    z-index: 9996;
}
@media screen and (min-width: 768px) and ( max-width: 1100px) {
	.footerNav-inner {
		width: 100%;
	}
}
@media screen and ( max-width: 767px) {
	.mobile-footer-menu {
    display: flex;
	}
	footer {
		padding: 0 0 10px;
		margin-bottom: 50px;
	}
	.footerNav {margin-bottom: 20px;}
	.footerNav-inner {
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		text-align: center;
	}
	.footerNav-inner li:nth-child(2n) {border-left: 1px solid #d1d1d1;}
	.footerNav-inner .sub-menu {display: none;}

	.footerNav a {
		display: block;
		/* width: 50%; */
		padding: 15px;
	}
	.footerNav li {
		width: 50%;
		border-bottom: 1px solid #d1d1d1;
	}
}







/* ---------------------------
SNSバナー
--------------------------- */
.bnr-area {
	border-top: 1px solid #bfbfbf;
	background-color: #ddd;
	padding: 30px;
/*	margin-top: 50px;*/
	}

.blog-wrapper {
	margin-bottom: 50px!important;
}

.bnr-area_inner {
	max-width: 1100px;
	margin: 0 auto;
	}

.bnr-area ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

footer {
	margin-top: 0;
}


@media screen and (max-width: 767px) {

	.bnr-area ul {
		display: block;
	}

	.bnr-area ul li {
		margin-bottom: 20px;
	}

	.bnr-area ul li:last-child {
		margin-bottom: 0px;
	}
}

.bnr-area ul li:first-child:nth-last-child(4),
.bnr-area ul li:first-child:nth-last-child(4) ~ li {
    width: 24%;
}

@media screen and (max-width: 767px) {
    .bnr-area ul li:first-child:nth-last-child(4),
    .bnr-area ul li:first-child:nth-last-child(4) ~ li {
        width: 100%;
    }
}





/* ---------------------------
インスタバナー
--------------------------- */

.insta .insta_sp {
	display: none;
	}

.drawer-contain .insta img {
	width: auto;
	}

.drawer-contain .insta .insta_pc {
	padding: 10px;
	}


@media screen and (max-width: 767px) {
	.insta .insta_sp {
		display: block;
		}

	.insta .insta_sp img {
		width: 100%;
		}

	.insta .insta_pc {
		display: none;
		}

	.drawer-contain .insta.insta_sp {
		text-align: center;
		padding-bottom: 2%;
		width: auto;
		}

	.drawer-contain .insta.insta_sp img {
		width: auto;
		}
	}



/* ---------------------------
PCとSPで画像を切り分け
--------------------------- */
.sp_disp {
	display:none;
}

@media only screen and (max-width: 767px){
	.pc_disp {
		display:none;
	}

	.sp_disp {
		display:block;
	}
}



/* ---------------------------
スマホのグローバルメニューがスクロールできるように
--------------------------- */
@media only screen and (max-width: 767px){
	.mobile-header .drawer-contain {
		touch-action: auto !important;
		overflow-y: scroll !important;
	}
}

/* ---------------------------
プライバシーポリシー
--------------------------- */
.inline_box {
    width: 100%;
    height: 200px;
    overflow: auto;
    background: #ffffff;
    border: 1px solid #cccccc;
    padding: 15px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.inline_box .privacy_001_txt {
    margin-top: 25px;
}
.inline_box .privacy_001_txt span {
    font-weight: bold;
}
.inline_box ul {
    margin-top: 15px;
    margin-bottom: 15px;
}
.inline_box ul li {
    text-indent: -20px;
    padding-left: 25px;
}

/* ---------------------------
reCAPTCHAのロゴ表示位置調整
--------------------------- */
@media only screen and (max-width: 767px) {
    .grecaptcha-badge {
        bottom: 140px !important;
    }
}

/* ---------------------------
スマホ横ゆれ防止
--------------------------- */
@media only screen and (max-width: 767px) {
html {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
}

/* ---------------------------
固定バナー位置調整
--------------------------- */
.fixed-menu {
    bottom: 260px;
    top: unset;
}
.fixed-menu a {	
    color: inherit;	
}
@media only screen and (min-width: 768px){
    #page-top {
        bottom: 100px !important;
    }
    .bottom_nav img {	
        z-index: 9995 !important;	
    }
}
.footer-snsicons-list {
    justify-content: center !important;
}
#page-top {
    right: 0;
}
.fa-line {
    font-size: 20px;
    display: block !important;
    color: #06c755 !important;
}

/* ---------------------------
スマートフォンのハンバーガーメニューの短冊型のアニメーションのスクロール時の背景色修正
--------------------------- */
.drawer-open .drawer-contain {
    background-color: #fff !important;
    transition-property: background-color,color !important;
    transition-delay: 1s !important; /*--1秒後に効果が開始されます--*/
}
.drawer--top .drawer-contain {	
    z-index: 9998;	
}


.page-thanks .single-main {
    margin-bottom:50px;
}

@media screen and (min-width: 768px) {
    .hero-image-base #h_hold.fixed001 .main-image {
        margin-top: 0;
    }
}




body{
    font-size: 1.6rem;
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */
    font-family: "Zen Maru Gothic", serif;
}

@media only screen and (max-width: 767px){
    .box01{
        order: 1;
        margin-bottom: 25px;
    }
    .box02{
        order: 2;
    }
}

.globalNav{
/*    background: rgba(0,0,0,0.3) !important;*/
}

.align-writing.globalNav a{
    min-width: auto !important;
}

#page-top a{
    background: #FFC1CC;
    color: #000;
}

.navi_children_drilldown .globalNav>ul>li ul li{
	font-size: 1.4rem;
}

.lower-main-image .title-wrapper{
    font-family: "Zen Maru Gothic", serif;
    background: 0;
	color: #000;
    font-weight: 700;
}
.lower-main-image .main-image-inner{
    max-height: 400px;
}

.more01{
    width: 100%;
}
.more01 a{
    font-family: "Zen Maru Gothic", serif;
    background: #FFC1CC !important;
    padding: 15px 20px;
    border: 1px solid #FFC1CC !important;
    font-size: 18px;
    color: #000 !important;
	font-weight: 500;
	border-radius: 35px;
}
.more01 a:hover{
    background: #fff !important;
    border: 1px solid #FFC1CC !important;
    color: #FFC1CC !important;
}
.more01 .button{
    position: relative;
    max-width: 100%;
    text-decoration: none;
    display: block;
}
.more01 .button::after{
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	position: absolute;
	top: 25%;
	right: 3%;
}
.more01 span{
    font-size: 1.3rem;
    display: block;
}

.more02 a{
    font-family: "Zen Maru Gothic", serif;
    background: #fff !important;
    padding: 15px 20px;
    border: 1px solid #f0f0f0 !important;
    font-size: 18px;
    color: #FFC1CC !important;
	font-weight: 500;
	border-radius: 35px;
}
.more02 a:hover{
    opacity: 0.8;
    border: 1px solid #FFC1CC !important;
}
.more02 .button{
    position: relative;
}
.more02 .button::after{
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	position: absolute;
	top: 25%;
	right: 3%;
}
.more02 span{
    font-size: 1.3rem;
    display: block;
}

.design_button_type1 .button:hover,
.design_button_type3 .button:hover {
	color: #222;
	background: #fff;
	border: 2px solid #222;
}

.marker{
background:linear-gradient(transparent 60%, #ffcc33 60%);
    font-weight: 700;
}

.list01 li::before{
    font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
    margin-right: 10px;
    color: #000;
}
.list01 li{
    margin-bottom: 10px;
}

.fixed-menu{
    background: #FFC1CC !important;
    color: #000 !important;
}


h3{
    line-height: 1.5;
    margin-bottom: 50px;
	font-weight: 700;
}
.title01 h3{
    line-height: 1.3;
    font-size: 4.0rem;
}
.title01 h3 span{
	font-size: 2.0rem;
}


.title01 h3 img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.title01 h3 span{
	font-size: 1.8rem;
}


.title02 h3{
	font-size: 4.0rem;
	line-height: 1.4;
}
.title02 h3 span{
    font-size: 6.0rem;
	color: #FFC1CC;
}

@media only screen and (max-width: 767px){
    .title02 h3 span{
        font-size: 4.3rem;
    }
}

.title03 h3{
	font-size: 4.0rem;
}
.title03 h3::before{
    content: url(https://www.marukou-miurabankin.com/wp-content/uploads/2024/07/index02_01.png);
	display: block;
}
.title03 h3 span{
	font-size: 1.8rem;
}

.title04 h3{
    text-align: center;
 }
 .title04 h3 span{
    font-size: 4.0rem;
    position: relative;
    display: inline-block;
    padding: 0 75px;
    text-align: center;
 }
 .title04 h3 span::before,  .title04 h3 span::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 65px;
    height: 1px;
    background-color: #FFC1CC;
  }
  .title04 h3 span::before {
    left:0;
  }
  .title04 h3 span::after {
    right: 0;
  }



.round img{
    border-radius: 10px;
}



h4{
	font-weight: 700;
}
h4.title01 {
    font-size: 2.6rem;
    margin-bottom: 30px;
    line-height: 1.4;
}
h4.title01 span {
    font-size: 1.8rem;
    color: #FFC1CC;
}


h4.title02{
   line-height: 1.4;
    font-size: 2.3rem;
}
h4.title02 span{
	color: #000;
 }

 h4.title03{
    font-size: 4.0rem;
 }
 h4.title03 span{
    font-size: 2.6rem;
    position: relative;
    display: inline-block;
    padding: 0 75px;
    text-align: center;
 }
 h4.title03 span::before,  h4.title03 span::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 65px;
    height: 1px;
    background-color: #FFC1CC;
  }
  h4.title03 span::before {
    left:0;
  }
  h4.title03 span::after {
    right: 0;
  }



 h4.title04{
    line-height: 1.2;
 }
h4.title04 .big {
    font-size: 2.9rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}
h4.title04 .small{
	color: #000;
    font-size: 1.8rem;
    display: block;
 }
 h4.title04 .big::after{
    content: "";
    border-top: 1px solid;
    flex-grow: 1;
    margin-left: 2rem 
}



h4.title05{
   line-height: 1.4;
    font-size: 2.6rem;
    margin-bottom: 50px;
}
h4.title05 span{
    color: #000;
    display: block;
    font-size: 5.0rem;
}


h4.title06 {
    padding-left: 20px;
    border-left: 3px solid #000;
    line-height: 1.2;
    font-size: 3.2rem;
}


h4.line01 .num {
    line-height: 1.4;
    font-size: 3.6rem;
}
h4.line01 .line{
    font-size: 2.4rem;
    background:linear-gradient(transparent 60%, #000 60%);
}
h4.line02 {
    line-height: 1.4;
    font-size: 2.6rem;
}
h4.line02 span{
    background:linear-gradient(transparent 60%, #ffcc33 60%);
}
h4.line03 {
    line-height: 1.4;
    font-size: 2.6rem;
}
h4.line03 .small{
    font-size: 1.8rem;
}


h5.title01 {
    line-height: 1.4;
    font-size: 1.8rem;
	margin-bottom: 40px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}
h5.title01 span{
    background:linear-gradient(transparent 60%, #ffcc33 60%);
	font-size: 2.2rem;
}



.table01 tr th {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #d6ffea;
    padding: 15px;
    text-align: left;
    font-weight: 700;
    vertical-align: middle;
    width: 25%;
    background: #fff !important;
}
.table01 tr td {
    border-top: 0;
    border-left: 0;
    border-right: 0;
	border-bottom: 1px solid #d6ffea;
	background: #fff !important;
    padding: 15px;
    text-align: left;
    vertical-align: middle;
}

.table02 tr th {
    border: 1px solid #cad9c8;
    color: #000;
    padding: 15px;
    text-align: left;
    font-weight: 700;
    vertical-align: middle;
    /* width: 35%; */
    text-align: center;
    background: #d6ffea !important;
}
.table02 tr td {
	border: 1px solid #cad9c8;
	background: #000 !important;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    background: #fff !important;
}

.qa dt{
    background: #252525;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 1.9rem;
    font-weight: 700;
    font-family: "Zen Maru Gothic", serif;

    color: #fff;
}
.qa dd{
    margin-bottom: 40px;
}

.align-writing.globalNav .sub-menu a{
    color: #000;
}
.contact span.wpcf7-list-item{
    color: #000;
}
.blog-wrapper .text-deco{
    color: #000 !important;
}
.top-blog-wrapper a, a:hover{
    color: #000 !important;
}
.top-blog-wrapper span{
    border-color: #000 !important;
}

@media only screen and (max-width: 767px){
    .content-repeat-wrapper .box03{
        order: 3;
        margin-top: 30px;
    }
    .content-repeat-wrapper .box02{
        order: 2;
        margin-top: 30px;
    }
    .content-repeat-wrapper .box01{
        order: 1;
    }
    .more01{
        width: 100% !important;
    }
	.more02{
        width: 100% !important;
    }
	.more02 a{
		font-size: 14px;
	}
    h3{
        font-size: 2.7rem !important;
    }
    h4{
        font-size: 2.1rem !important;
    }
}

@media screen and (min-width: 768px){
    .w100{
        padding: 0 20px 0 0 !important;
    }
    .w100 .content-wrapper {
        margin-left: 0 !important;
    }
}

.base_center .content-repeat-wrapper{
    align-items: center;
}
.base_bottom .content-repeat-wrapper{
    align-items:flex-end;
}
.list-icon.check_mark li{
    font-weight: 700;
    font-size: 1.8rem;
}
.list-icon.check_mark li:before{
    color: #FFC1CC;
}
/* .list-icon.check_mark li:before{
    color: #000;
}
.content-list.list-icon li:before{
    color: #000;
} */
/*
.list-icon.check_mark{
    padding: 30px;
    background: #fff;
}
*/

.vertical{
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
line-height: 2.5;
justify-content: center;
letter-spacing: 0.1em;
}

@media screen and (max-width: 768px){
    .vertical {
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        line-height: 1.8;
        width: 100%;
    }
}

/*
div.contents-slider-wrap{
    position: inherit !important;
}
*/

.flex{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}
.flex li{
    margin: 0 10px;
}
.flex li img{
    width: auto;   
}

.flex02{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    align-items: center;
}
.flex02 li{
    width:calc(50% - 20px);
}
.flex03{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}
.flex03 li{
    width:calc(33.3333333% - 20px);
    margin: 20px 10px;
}
.flex04{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    margin: 0;
}
.flex04 li{
    margin: 0 10px;
}

.round img{
    border-radius: 15px;
}

.double_solid{
	padding: 40px 0;
	border-top: double 3px #FFC1CC;
	border-bottom: double 3px #FFC1CC;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	line-height: 2.2;
}

.bg_wh{
	padding: 30px;
	background: rgba(255,255,255,0.8);
}
.bg_wh02 .content-repeat-wrapper{
	padding: 30px;
	background: #fff;
    border-radius: 15px;
}

.page-home .sec002{
    background-image: url(https://www.first-tosou.com/wp-content/uploads/2024/08/bg_index02_01.png),url(https://www.first-tosou.com/wp-content/uploads/2024/08/bg_index02_02.png);
    background-repeat: no-repeat;
    background-position: 10% bottom,90% center;
}
.page-home .sec002 .content-wrapper{
    padding: 120px 0;
}
.page-home .sec005{
    background-image: url(https://www.first-tosou.com/wp-content/uploads/2024/08/bg_index05.jpg),url(https://www.first-tosou.com/wp-content/uploads/2024/08/bg_index06.jpg);
    background-repeat: no-repeat;
    background-position: center top,center bottom;
    background-size: 100%;
}
.page-home .sec005 .contents-num1{
    align-items: center;
}
.page-home .sec005 .flex03 li{
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 0 8px #d0d0d0;
}
.page-home .sec005 .flex03 li .round{
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .page-home .sec005 .contents-num1 .content-repeat-wrapper .section-child-num0 {
        flex: 55;
    }
    .page-home .sec005 .contents-num1 .content-repeat-wrapper .section-child-num1 {
        flex: 45;
        margin-left: 30px;
    }
}
.page-home .sec006 h3{
    text-align: center;
}

.page-features .feature_list{
    padding-bottom: 60px;
    background: url(https://www.first-tosou.com/wp-content/uploads/2024/08/bg_feature02.png) no-repeat center bottom / auto;
}
.page-features .feature_list .visual-text{
    padding: 30px 30px 30px;
    border-radius: 15px;
    background: rgba(237, 250, 243,0.9);
    margin: -100px 30px 0;
}
.page-features .feature_list .visual-text h4{
    display: flex;
    align-items: center;
}
.page-features #no02 .visual-text h4::before{
    content: url(https://www.first-tosou.com/wp-content/uploads/2024/08/feature02_02.png);
    margin-right: 10px;
}
.page-features #no03 .visual-text h4::before{
    content: url(https://www.first-tosou.com/wp-content/uploads/2024/08/feature03_02.png);
    margin-right: 10px;
}
.page-features #no04 .visual-text h4::before{
    content: url(https://www.first-tosou.com/wp-content/uploads/2024/08/feature04_02.png);
    margin-right: 10px;
}
.page-features #no04{
    background: 0 !important;
}

.page-service .contents-num1{
    padding: 30px;
    background: #d6ffea;
    text-align: center;
    border-radius: 15px;
}

.page-contact .sec001 .content-repeat-box{
    padding: 30px;
    background: #fff;
    text-align: center;
    border-radius: 15px;
}

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

@media screen and (max-width: 1250px){
   
}


@media screen and (max-width: 768px){
	.page-home .sec002 .content-wrapper{
        padding: 50px 0 200px;
    }
    .page-home .sec002{
        background-image: url(https://www.first-tosou.com/wp-content/uploads/2024/08/bg_index02_01.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .page-features .sec001{
        background: url(/wp-content/uploads/2024/08/bg_feature01.png) no-repeat center top / 250% !important;
    }

    .page-features .feature_list .visual-text{
        padding:0;
        border-radius: 0;
        background:0;
        margin: 0;
    }

    .page-service .sec002{
        background: url(/wp-content/uploads/2024/08/bg_service02.png) no-repeat center top / 300% !important;
    }
    .page-service .sec002 .content-wrapper{
        padding-top: 170px !important;
        padding-bottom: 0 !important;
    }
    .page-service .sec006{
        background: url(/wp-content/uploads/2024/08/bg_service02.png) no-repeat center top / 300% !important;
    }
    .page-service .sec006 .content-wrapper{
        padding-top: 170px !important;
        padding-bottom: 0 !important;
    }
    .page-service .sec010{
        background: url(/wp-content/uploads/2024/08/bg_service02.png) no-repeat center top / 300% !important;
    }
    .page-service .sec010 .content-wrapper{
        padding-top: 170px !important;
        padding-bottom: 0 !important;
    }
}


.btn_cont01 .content-wrapper{
    padding: 140px 30px 30px;
    border-radius: 15px;
    background: #f3fef8;
    position: relative;
}
.btn_cont01 .content-wrapper::after{
    content: url(https://www.first-tosou.com/wp-content/uploads/2024/08/bg_index08_01.png);
    position: absolute;
    right: 5%;
    top: 0;
}

/* 共通コンテンツ */
.cta-block{
	background: url(https://www.first-tosou.com/wp-content/uploads/2024/08/bg_index09.jpg) no-repeat top center/ cover;
}
.cta-block .content-wrapper{
	padding: 90px 0 90px;
}
.cta-block .cta{
	text-align: center;
}
.cta-block .cta h3{
	font-size: 4.0rem;
	margin-bottom: 60px;
	line-height: 1.4;
    text-align: center;
}
.cta-block .cta h3 span{
    font-size: 1.8rem;
}
.cta-block .cta .flex02{
	margin-top: 30px;
	text-align: center;
}
.cta-block .cta .more01 .button{
	width: 50%;
	margin: 0 auto;
}

@media screen and (max-width: 768px){
    .cta-block .cta .more01 .button{
		width: 100%;
	}
}


/* コンテンツ幅：width100%*/
@media only screen and (min-width: 1100px) {
    main.single-main .contents-width100 div.content-repeat-wrapper{
        justify-content: flex-start;
        align-items: center;
    }
    main.single-main .contents-width100 div.content-wrapper{
        max-width: 100%;
    }
    /* 左右の余白削除 */
    main.single-main .section-wrapper.contents-width100{
        padding-left:0;
        padding-right:0;
    }
    /* テキスト部分のみwidthサイズ指定 */
    main.single-main .contents-width100 div.allocation-two-blocks div.content-repeat-box.text-width{
        max-width: 650px;
        margin-inline:auto;
    }
}




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


    .table01 tr th {
        width: 100%;
        display: block;
        border-bottom: 0;
    }
    .table01 tr td {
        display: block;
    }

	.scroll {
		overflow: auto;
	}
	.scroll table{
		table-layout: auto;
        white-space: nowrap;
        font-size: 1.2rem !important;
	}
    .scroll table td:last-child{
        font-size: 0.8rem !important;
    }

    .flex li{
        margin: 10px 0;
    }
    .flex02 li{
        margin: 10px 0;
        width:100%;
    }
    .flex03 li{
        width: 100%;
        margin: 10px 0;
    }
    .flex04 .cont{
        margin: 10px 0;
        width:100%;
    }

        
}