@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: 30px 25px 25px;
}
.header-face-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*　スマホ用ヘッダー　　*/
.mobile-header {
	position: relative;
}
.drawer--a-type1.drawer-open .drawer-contain {
    z-index: 9998;
}
.icon-hamburger {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: fixed;
	right: 20px;
	width: 50px;
	height: 50px;
	top: 20px;
	z-index: 9999;
	background: #fff;
	cursor: pointer;
}
.icon-hamburger span:not(:last-child) {
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #222;
	border-radius: 4px;
	transition: all 0.4s;
}
.icon-hamburger .menu {
	font-size: 1.0rem;
	position: absolute;
    top: 31px;
    left: 9px;
	opacity: 1;
}
.icon-hamburger span:nth-of-type(1) {top: 10px;left: 10px;}
.icon-hamburger span:nth-of-type(2) {top: 19px;left: 10px;}
.icon-hamburger span:nth-of-type(3) {top: 28px;left: 10px;}

.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: 20px 15px 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: 9997;
}
.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:1;
    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;
}

@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 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;
	}
}

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

ブログ　サイドバナー

---------------------------*/
.blog-side-nav .sub-menu li a {
	padding-left: 30px;
}
.blog-side-nav .sub-menu .sub-menu li a {
	padding-left: 45px;
}




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

/* フッタータップボタン（LINE） */
.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秒後に効果が開始されます--*/
}

/* フッタータップボタン（Instagram） */
.fa-inst {
    font-size: 24px;
    display: block !important;
}
.fa-inst:before {
    content: "\f16d";
    background: linear-gradient(150deg, rgb(247, 166, 12) 10%, rgb(255, 34, 87) 40%, rgb(154, 39, 238) 68%, rgb(35, 102, 247) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.inst-icon a {
    padding-top: 6px;
}

/* 送信完了ページのコンテンツ下部のマージン設定 */
#thanks {
    margin-bottom: 50px;
}


/* ---------------------------
新ヘッダー
--------------------------- */

/* 背景色ありのヘッダーデザイン */
.header_kinds1 .content-width {
    padding: 15px 25px;
    background-color: #fff;
    max-width: 100%;
    width: 100%;
    box-shadow: 0px 2px 4px #999;
}
.header_kinds1 .globalNav {
    margin-left: auto;
    margin-right: 10px;
}
@media screen and (min-width: 768px) {
    .header_kinds1 #h_hold.fixed001 .header-face {
        height: unset;
        background-color: unset;
        padding: 15px 20px;
    }
    .header_kinds1 #h_hold.fixed001 .header-face .header-face-inner {
        height: 65px;
    }
    .header_kinds1.hero-image-base #h_hold.fixed001 .main-image {
        margin-top: 0;
    }
    .header_kinds1 .logo img {
        max-height: 80px;
    }
}
.header_kinds1 .header-face {
    padding: 30px 40px;
    animation: fadeIn001 1s ease 2s 1 normal backwards;
}
@keyframes fadeIn001 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media screen and (max-width: 767px) {
    .header_kinds1 .logo img {
        max-height: 60px;
    }
    .header_kinds1 .header-face {
        padding: 20px;
    }
}

/* ハンバーガーメニューのみ */
.header_kinds2 .drawer-contain .logo img {
    max-height: 80px;
}
@media screen and (min-width: 1101px) {
    .header_kinds2 .icon-hamburger {
        display: inline-block !important;
    }
}
@media screen and (min-width: 768px) {
    .header_kinds2 #menu-global {
        max-width: 600px;
        margin: 0 auto;
    }
    .header_kinds2 .drawer-contain .logo {
        max-width: 600px;
        margin-left: auto !important;
        margin: 20px auto;
    }
    .header_kinds2 .drawer-open .drawer-contain {
        height: 100%;
    }
    .header_kinds2 .drawer-open .mobileNav li a {
        font-size: 2.0rem;
    }
    .sp-navi-position--left .header_kinds2 .header-face-inner {
        justify-content: flex-end;
    }
    .header_kinds2 .header-face-inner.content-width {
        max-width: 100%;
    }
}
.header_kinds2 .icon-hamburger {
    z-index: 9999;
}
.header_kinds2 .drawer--top .drawer-contain {
    z-index: 9998;
}
.header_kinds2 .header-snsicons,
.header_kinds2 nav.globalNav {
    display: none;
}
.header_kinds2 .main-image {
    margin-top: 0 !important;
}
.header_kinds2 .icon-hamburger {
    background: none;
}
@media screen and (max-width: 767px) {
    .header_kinds2 .drawer-contain .logo img {
        width: auto;
    }
}

/* ロゴが中央のヘッダーデザイン */
.header_kinds3 .header-face {
    background-color: #fff;
}
@media screen and (min-width: 1101px) {
    .header_kinds3 .header-snsicons,
    .header_kinds4 .header-snsicons {
        position: absolute;
        top: 5px;
        left: 5px;
    }
}
@media screen and (max-width: 1100px) {
    .sp-navi-position--left .header_kinds3 .header-snsicons,
    .sp-navi-position--left .header_kinds4 .header-snsicons {
        position: absolute;
        top: 5px;
        right: 5px;
    }
}
@media screen and (min-width: 768px) {
    .header_kinds3 .globalNav > ul > li:nth-child(3) {
        margin-right: 120px;
    }
    .header_kinds3 .globalNav > ul > li:nth-child(4) {
        margin-left: 120px !important;
    }
    .header_kinds3 .globalNav > ul {
        margin-top: -135px;
    }
    .header_kinds3 .logo {
        width: 220px;
        margin: 0 auto;
        line-height: 220px;
        background-color: #fff;
        border-radius: 50%;
    }
    .header_kinds3 .logo img {
        vertical-align: middle;
        padding: 20px;
        width: 100%;
    }
    .header_kinds3 .header-face-inner {
        display: block;
    }
    .header_kinds3 .align-writing.globalNav .globalNav-tel {
        justify-content: center;
    }
    .header_kinds3 .header-face-inner {
        margin-bottom: -50px;
    }
    .header_kinds3 .main-image {
        z-index: -1;
    }
    .header_kinds3 .align-writing.globalNav .globalNav-tel > li > a:after {
        content: unset;
    }
    .header_kinds3 .align-writing.globalNav .globalNav-tel > li > a {
        font-size: 1.2em;
    }
    .header_kinds3 .align-writing.globalNav .globalNav-tel > li:hover > a {
        color:#da382b;
        padding-bottom: 25px;
    }
    .header_kinds3 .header-face {
        padding: 0 25px 10px;
    }
    .header_kinds3 .align-writing.globalNav a {
        padding: 15px 0;
        min-width: 150px;
    }
    .header_kinds3 .header-snsicons-list li,
    .header_kinds4 .header-snsicons-list li {
        max-width: 30px;
    }
    .header_kinds3 #h_hold.fixed001 .header-face .header-face-inner {
        height: 180px;
    }
    .header_kinds3 #h_hold.fixed001 .header-face .header-face-inner .logo {
        width: 180px;
        line-height: 180px;
    }
    .header_kinds3 #h_hold.fixed001 .header-face .header-face-inner .logo img {
        max-height: 100%;
        width: 100%;
        margin-left: 0;
    }
    .header_kinds3 #h_hold.fixed001 .header-face {
        height: unset;
        background-color: #fff;
        transition: unset;
    }
    .header_kinds3 .header-face .content-width {
        max-width: 1200px;
    }
}
.sp-navi-position--right .header_kinds3 .header-snsicons,
.sp-navi-position--right .header_kinds4 .header-snsicons {
    position: absolute;
    top: 5px;
    left: 5px;
}
@media screen and (max-width: 767px) {
    .header_kinds3 .logo {
        margin: 0 auto;
        width: 100px;
        line-height: 100px;
        background-color: #fff;
        border-radius: 50%;
    }
    .header_kinds3 .main-image {
        z-index: -1;
    }
    .header_kinds3 .header-face {
        padding: 0;
        max-height: 80px;
    }
    .header_kinds3 .logo img {
        max-width: 100px;
        width: unset;
        padding: 10px;
        vertical-align: middle;
    }
    .header_kinds3 .header-face-inner {
        width: 100%;
    }
    .sp-navi-position--left .header_kinds3 .header-face-inner {
        margin-left: 0;
    }
    .sp-navi-position--left .header_kinds3 .drawer-contain-inner .logo {
        margin-left: auto;
    }
    .lower-main-image > div > p > img {
        height: 100px;
    }
}

/* ロゴ中央のみ */
@media screen and (min-width: 1101px) {
    .header_kinds4.navi_position3 #h_hold.fixed001 .header-face {
        height: 130px;
    }
}
@media screen and (min-width: 768px) {
    .header_kinds4 .header-face-inner {
        display: block;
    }
    .header_kinds4 h1.logo {
        text-align: center;
    }
    .header_kinds4 h1.logo > a > img {
        max-width: 100%;
        width: unset;
        max-height: 150px;
    }
    .header_kinds4 .align-writing.globalNav .globalNav-tel {
        justify-content: space-around;
    }
    .header_kinds4 #h_hold.fixed001 .header-face .logo img {
        width: unset;
    }
    .header_kinds4 #h_hold .header-face, .header_kinds4 #h_hold .navWrapper {
        background-color: unset;
    }
    .header_kinds4 .header-face-inner .tel {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header_kinds4 .header-face-inner > * {
        margin: 0 auto;
    }
    .header_kinds4 .drawer-contain .logo {
        text-align: center;
    }
    .sp-navi-position--left .header_kinds4 .header-face-inner {
        margin-left: 0;
    }
    .sp-navi-position--left .header_kinds4 .drawer-contain-inner .logo {
        margin-left: 0;
    }
    .header_kinds4  .logo img,
    .header_kinds4 .drawer-contain .logo img {
        max-height: 100px;
    }
}

/* グローバルメニュー縦書きでスクロール時の調整 */
.globalNav.vertical-writing {
    margin-left: auto;
    margin-right: 10px;
    text-orientation: upright;
}
#h_hold.fixed001 .vertical-writing > ul {
    display: flex;
    justify-content: space-between;
}
#h_hold.fixed001 .vertical-writing {
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}
.globalNav.vertical-writing li li {
    background-color: rgba(255, 255, 255);
}
#h_hold .vertical-writing .globalNav-tel .sub-menu li:before {
    top: 15px;
    content: '|';
}
#h_hold.fixed001 .vertical-writing .globalNav-tel .sub-menu li:before {
    content: none;
    top: 0;
}
#h_hold.fixed001 .vertical-writing ul li ul {
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}
#h_hold.fixed001 .vertical-writing .globalNav-tel li:hover .sub-menu li {
    width: 150px;
}
#h_hold.fixed001 .vertical-writing .globalNav-tel li .sub-menu li a {
    padding: 10px 0;
    text-align: center;
    margin: 2px;
}
@media screen and (max-width: 767px) {
    #h_hold .globalNav.vertical-writing .menu-image {
        max-width: 40px;
        height: auto;
        padding-bottom: 5px;
    }
    #h_hold.fixed001 .globalNav.vertical-writing .menu-image {
        padding-right: 0;
    }
    .sp-navi-position--left .header_kinds4 .drawer-contain-inner .logo {
        margin-left: 20px;
    }
}



/* ---------------------------
多言語化プラグイン使用時のヘッダー種類ごとのデフォルト位置調整
--------------------------- */
/* 共通 */
#google_language_translator > div.goog-te-gadget > span > a > img {
    padding-right: 3px;
    max-width: 140px;
    height: auto;
    width: unset;
}
#google_language_translator > div.goog-te-gadget {
    text-shadow: 0px 0px 3px #fff;
    font-weight: bold;
    color: #222;
}
#google_language_translator > div.goog-te-gadget > span > a {
    color: #222;
}

/* ウィンド幅、通常ヒーローヘッダーのデフォルト位置調整 */
.header_type1.navi_position1 #google_language_translator,
.header_type1.navi_position2 #google_language_translator,
.header_type1.navi_position3 #google_language_translator  {
    max-width: 1100px;
    margin: 0 auto;
    text-align: right;
}
.hero-image-base.header_type1.navi_position1 #google_language_translator,
.hero-image-base.header_type1.navi_position2 #google_language_translator,
.hero-image-base.header_type1.navi_position3 #google_language_translator {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 10
}
@media screen and (min-width: 768px) {
    .header_type1.navi_position1 #h_hold.fixed001 #google_language_translator,
    .header_type1.navi_position2 #h_hold.fixed001 #google_language_translator,
    .header_type1.navi_position3 #h_hold.fixed001 #google_language_translator {
        position: fixed;
        z-index: 1001;
        top: 60px;
        right: 10px;
        transition: all 0.2s 0s ease-in-out;
    }
}
@media screen and (max-width: 767px) {
    .header_type1.navi_position1 #google_language_translator,
    .header_type1.navi_position2 #google_language_translator,
    .header_type1.navi_position3 #google_language_translator  {
        position: relative;
        top: 0px;
        text-align: left;
        margin-left: 10px;
    }
    .hero-image-base.header_type1.navi_position1 #google_language_translator,
    .hero-image-base.header_type1.navi_position2 #google_language_translator,
    .hero-image-base.header_type1.navi_position3 #google_language_translator {
        position: absolute;
        top: 180px;
        right: 10px;
        z-index: 10
    }
    .frontpage .hero-image-base.header_type1.navi_position1 #google_language_translator,
    .frontpage .hero-image-base.header_type1.navi_position2 #google_language_translator,
    .frontpage .hero-image-base.header_type1.navi_position3 #google_language_translator {
        position: absolute;
        top: 70px;
        right: 10px;
        z-index: 10;
    }

}

/* ナビ左：縦並びのデフォルト位置調整 */
@media screen and (min-width: 1101px) {
    .header_type2 #google_language_translator {
        margin-top: 15px;
        text-align: left;
    }
    .header_type2 #google_language_translator .goog-te-combo {
        display: inline-block;
        width: 100px;
    }
}
@media screen and (max-width: 1100px) {
    .header_type2 .header-wrapper {
        display: block;
    }
    .header_type2 .header-wrapper .header-fixed {
        position: unset;
        width: unset;
        height: unset;
        padding: unset;
        background: unset;
    }
    .header_type2 .header-wrapper .header-fixed-inner {
        display: none;
    }
    .header_type2 #google_language_translator {
        position: absolute;
        top: 0;
        left: 5px;
        z-index: 10;
    }
    .header_type2 .icon-hamburger {
        top: 30px;
    }
}

/* 背景色ありのヘッダーデザインのデフォルト位置調整 */
.hero-image-base.header_type1.navi_position3.header_kinds1 #google_language_translator {
    position: absolute;
    z-index: 100;
    top: 150px;
    right: 40px;
    left: unset;
}
@media screen and (min-width: 768px) {
    .header_type1.navi_position3.header_kinds1 #h_hold.fixed001 #google_language_translator {
        position: fixed;
        top: 100px;
        right: 20px;
        left: unset;
        transition: all 0.2s 0s ease-in-out;
    }
}
@media screen and (max-width: 767px) {
    .hero-image-base.header_type1.navi_position3.header_kinds1 #google_language_translator {
        top: 220px;
        right: 20px;
    }
    .frontpage .hero-image-base.header_type1.navi_position3.header_kinds1 #google_language_translator {
        top: 100px;
    }
}

/* ハンバーガーメニューのみのデフォルト位置調整 */
.hero-image-base.header_type1.navi_position3.header_kinds2 #google_language_translator {
    position: absolute;
    z-index: 100;
    top: 90px;
    right: 40px;
    left: unset;
}
@media screen and (max-width: 767px) {
    .hero-image-base.header_type1.navi_position3.header_kinds2 #google_language_translator {
        top: 180px;
        right: 20px;
        left: unset;
    }
    .frontpage .hero-image-base.header_type1.navi_position3.header_kinds2 #google_language_translator {
        top: 80px;
    }
}

/* ロゴが中央のヘッダーデザインのデフォルト位置調整 */
.header_type1.navi_position3.header_kinds3 #google_language_translator,
.header_type1.navi_position3.header_kinds4 #google_language_translator {
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 10px;
    left: unset;
}
.header_type1.navi_position3.header_kinds3 #h_hold.fixed001 #google_language_translator,
.header_type1.navi_position3.header_kinds4 #h_hold.fixed001 #google_language_translator {
    position: fixed;
    z-index: 1001;
    top: 10px;
    right: 10px;
    left: unset;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
    .header_type1.navi_position3.header_kinds3 #google_language_translator {
        position: absolute;
        top: 70px;
    }
    .frontpage .header_type1.navi_position3.header_kinds3 #google_language_translator {
        position: absolute;
        top: 210px;
    }
    .header_type1.navi_position3.header_kinds3 #h_hold.fixed001 #google_language_translator {
        position: fixed;
        z-index: 1001;
        top: 70px;
        transition: all 0.2s 0s ease-in-out;
    }
    .frontpage .header_type1.navi_position3.header_kinds3 #h_hold.fixed001 #google_language_translator {
        position: fixed;
        z-index: 1001;
        top: 150px;
        transition: all 0.2s 0s ease-in-out;
    }
}
@media screen and (max-width: 767px) {
    .header_type1.navi_position3.header_kinds3 #google_language_translator,
    .header_type1.navi_position3.header_kinds3 #h_hold.fixed001 #google_language_translator {
        position: absolute;
        top: 220px;
    }
    .frontpage .header_type1.navi_position3.header_kinds3 #google_language_translator,
    .frontpage .header_type1.navi_position3.header_kinds3 #h_hold.fixed001 #google_language_translator {
        position: absolute;
        top: 85px;
    }
    .frontpage .header_type1.navi_position3.header_kinds3 #google_language_translator .goog-te-combo {
        display: block;
    }
}

/* ロゴ中央のみのデフォルト位置調整 */
@media screen and (max-width: 1100px) and (min-width: 768px) {
    .header_type1.navi_position3.header_kinds4 #google_language_translator {
        position: absolute;
        z-index: 1001;
        top: 80px;
        right: 10px;
        transition: all 0.2s 0s ease-in-out;
    }
    .header_type1.navi_position3.header_kinds4 #h_hold.fixed001 #google_language_translator {
        position: fixed;
        z-index: 1001;
        top: 80px;
        right: 10px;
        transition: all 0.2s 0s ease-in-out;
    }
}
@media screen and (max-width: 767px) {
    .header_type1.navi_position3.header_kinds4 #google_language_translator {
        position: absolute;
        z-index: 100;
        top: 220px;
        right: 10px;
        left: unset;
    }
    .header_type1.navi_position3.header_kinds4.hero-image-base #google_language_translator,
    .header_type1.navi_position3.header_kinds4.hero-image-base #h_hold.fixed001 #google_language_translator {
        position: absolute;
        top: 180px;
    }
    .frontpage .header_type1.navi_position3.header_kinds4 #google_language_translator,
    .frontpage .header_type1.navi_position3.header_kinds4 #h_hold.fixed001 #google_language_translator {
        position: absolute;
        top: 90px;
    }
}


/* ---------------------------
メニューアイコン追加
--------------------------- */
/* アイコン追加時の調整（グローバル、ハンバーガーメニュー） */
.globalNav > ul > li > a span.menu-image-title,
.globalNav.vertical-writing > ul > li .sub-menu > li a span.menu-image-title {
    font-size: 1.6rem;
    font-weight: bold;
    vertical-align: middle;
}
#h_hold:not(.fixed001) .globalNav.vertical-writing > ul > li .sub-menu > li a {
    height: 200px;
}
#h_hold:not(.fixed001) .globalNav.vertical-writing > ul > li .sub-menu li {
    width: 55px;
}
.globalNav .menu-image-title-after .dashicons {
    font-size: 2.0rem;
    height: auto;
}
.globalNav .menu-image-title-after img.menu-image-title-after {
    width: auto;
    vertical-align: middle;
    padding: 0;
}
.drawer-contain .menu-image-title,
.menu-image-title-after.menu-image-title {
    padding-left: 5px;
}
.mobileNav > ul > li > a,
.mobileNav > ul > li .sub-menu > li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.mobileNav .menu-image-title-below.menu-image-not-hovered > img,
.mobileNav .below-menu-image-icons {
    margin: unset !important;
    padding-bottom: 0;
}
.mobileNav .menu-image-title-after.menu-image-not-hovered img {
    padding-right: 0;
}

.globalNav.vertical-writing > ul > li > a.menu-image-title-below {
    display: flex;
}
.globalNav.vertical-writing > ul > li > a > span.menu-image-title-below {
    margin: 0 auto;
}
#h_hold.fixed001 .globalNav.vertical-writing > ul > li > a.menu-image-title-below {
    display: block;
}
.globalNav > ul > li > a img.menu-image-title-below {
    max-width: 36px;
    height: auto;
    padding-bottom: 5px;
}
.globalNav .dashicons {
    padding-top: 2px;
    font-size: 34px;
    height: 34px;
    width: 34px;
    vertical-align: middle;
}
.globalNav .dashicons.below-menu-image-icons {
    margin: 3px 0;
}
.drawer-contain .dashicons {
    display: block;
    width: 34px;
    height: 34px;
}
.drawer-contain span.dashicons:before {
    font-size: 32px;
    padding-left: 3px;
}
.header_type2 .globalNav .dashicons.below-menu-image-icons {
    margin: 3px auto;
    display: block;
}
.globalNav.vertical-writing .menu-image-title {
    padding-left: 0;
    padding-top: 5px;
}
.globalNav.vertical-writing .dashicons {
    width: 36px;
}
header:not(.navi_position2) #h_hold.fixed001 .globalNav .dashicons {
    font-size: 24px;
    height: 24px;
    width: 24px;
}
#h_hold.fixed001 .globalNav.vertical-writing .globalNav-tel a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
header:not(.navi_position2) #h_hold.fixed001 .globalNav > ul > li > a span.menu-image-title {
    font-size: 1.2rem;
}
header:not(.navi_position2) #h_hold.fixed001 .globalNav img.menu-image {
    max-height: 28px;
    width: auto;
}
.blog-side-nav-wrapper .blog-side-nav li a span.dashicons {
    vertical-align: middle;
    font-size: 34px;
    width: 34px;
    height: 34px;
}
.blog-side-nav-wrapper .blog-side-nav li a img {
    padding-right: 0;
}

/* アイコン追加時の調整（フッターメニュー） */
.footerNav .menu-image-title-after.menu-image-not-hovered img {
    padding-right: 0;
}
.footerNav .menu-image-not-hovered img {
    padding-bottom: 0;
    margin: 0 5px 0 0 !important;
}
.footerNav-inner > li {
    text-align: center;
}
.footerNav-inner > li > a span.dashicons {
    font-size: 34px;
    height: 34px;
    width: 34px;
    margin: 0 5px 0 0;
    padding: 2px;
}
.footerNav-inner > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footerNav-inner > li > a span.menu-image-title {
    font-size: 1.6rem;
    vertical-align: middle;
}




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

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

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

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

#page-top a{
    background: #8EC298;
    color: #fff;
}

.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;
    font-weight: 700;
    color: #fff;
}
.lower-main-image .main-image-inner{
    max-height: 400px;
}

.more01{
    width: 100%;
}
.more01 a{
    font-family: "Zen Maru Gothic", serif;
    background: #8EC298 !important;
    padding: 15px 20px;
    border: 1px solid #8EC298 !important;
    font-size: 18px;
    color: #fff !important;
	font-weight: 500;
    border-radius: 45px;
}
.more01 a:hover{
    background: #fff !important;
    border: 1px solid #8EC298 !important;
    color: #8EC298 !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: 30%;
	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: #000 !important;
	font-weight: 500;
    border-radius: 45px;
}
.more02 a:hover{
    opacity: 0.8;
    border: 1px solid #000 !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: #8EC298 !important;
    color: #fff !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;
    color: #8EC298;
}
.title01 h3::first-letter{
    color: #8EC298;
}


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


.title02 h3{
	font-size: 4.0rem;
	line-height: 1.4;
}
.title02 h3 span{
    font-size: 1.8rem;
	color: #8EC298;
}

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

.title03 h3{
	font-size: 6.0rem;
}


.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: #fff5c9;
  }
  .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.7rem;
    margin-bottom: 30px;
    line-height: 1.4;
    color: #8EC298;
}
h4.title01 span {
    font-size: 1.8rem;
    color: #fff5c9;
}


h4.title02{
   line-height: 1.4;
    font-size: 2.0rem;
}

 h4.title03{
    font-size: 3.2rem;
 }
 
 h4.title04{
    line-height: 1.4;
    display: flex;
    align-items: center;
    font-size: 2.8rem;
 }
 h4.title04 span{
    padding-right: 10px;
    border-right: 2px solid #8EC298;
    margin-right: 10px;
    color: #8EC298;
 }
 @media only screen and (max-width: 767px){
    h4.title04{
        display: block;
    }
 }



 



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




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 #787878;
    padding: 15px;
    text-align: left;
    font-weight: 700;
    vertical-align: middle;
    width: 25%;
    background: #fff !important;
    color: #000 !important;
}
.table01 tr td {
    border-top: 0;
    border-left: 0;
    border-right: 0;
	border-bottom: 1px solid #787878;
	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: #8EC298;
}
/* .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;
}
.vertical p{
    margin-top: 0;
    margin-right: 20px;
}

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

/*
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);
}
.flex02 .box{
    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 #fff5c9;
	border-bottom: double 3px #fff5c9;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	line-height: 2.2;
}
.content-faq dt:before{
    background: #8EC298;
    border-radius: 5px;
}

.bg_wh{
	padding: 30px;
	background: rgba(255,255,255,0.8);
}
.bg_wh02 .content-repeat-wrapper{
	padding: 30px;
	background: #fff;
    box-shadow: 2px 2px 4px #cdcdcd;
}

.bg_bk{
	padding: 30px;
	background: #000;
}
.bg_bk02{
	padding: 60px 30px;
    color: #fff;
    text-align: center;
	background: #333333;
}
.bg_bk02 h4.title01{
    margin-bottom: 0;
}
.mb0{
    margin-bottom: 0 !important;
}
.pd30{
    padding: 30px;
}
.text-center{
    text-align: center;
}


/* header{
    margin-bottom: 0 !important;
} */

.page-home .sec001{
    background: url(https://www.todajuku.com/wp-content/uploads/2024/11/bg_index01.png) no-repeat center center / auto;
}
.page-home .sec001 .content-wrapper{
    padding: 90px 0;
}
.page-home .sec002{
    background: url(https://www.todajuku.com/wp-content/uploads/2024/11/bg_index02.png) no-repeat center center / auto;
}
.page-home .sec002 .content-wrapper{
    padding: 90px 0;
}
.page-home .sec003{
    background: url(https://www.todajuku.com/wp-content/uploads/2024/11/bg_index03.png) no-repeat center center / auto;
}
.page-home .sec003 .content-wrapper{
    padding: 90px 0;
}
.page-home .sec004 .more01{
    width: 50%;
}
.page-home .sec006{
    background: url(https://www.todajuku.com/wp-content/uploads/2024/11/bg_index06.png) no-repeat center center / auto;
}
.page-home .sec006 .content-wrapper{
    padding: 150px 0;
}
@media screen and (max-width: 768px){
    
}

.page-concept .sec001{
    background: url(https://www.todajuku.com/wp-content/uploads/2024/11/bg_concept01.png) no-repeat left bottom / auto;
}
.page-concept .sec001 .content-wrapper{
    padding: 90px 0 300px;
}
.page-concept .sec001 .content-wrapper{
    position: relative;
}
.page-concept .sec001 .content-wrapper::after{
    content: url(https://www.todajuku.com/wp-content/uploads/2024/11/concept01_02.png);
    position: absolute;
    right: 5%;
    bottom: 5%;
    animation: shake 5s infinite;
}
.page-concept .sec002{
    background: url(https://www.todajuku.com/wp-content/uploads/2024/11/bg_concept02.png) no-repeat center center / auto;
}
.page-concept .sec002 .content-wrapper{
    padding: 90px 0 90px;
}
.page-concept .sec002 .content-wrapper .section-child-num0{
    position: relative;
    padding-bottom: 200px;
}
.page-concept .sec002 .content-wrapper .section-child-num0::after{
    content: url(https://www.todajuku.com/wp-content/uploads/2024/11/concept02_02.png);
    position: absolute;
    right: 5%;
    bottom: 5%;
    animation: shake 5s infinite;
}
.page-concept .sec003{
    background: url(https://www.todajuku.com/wp-content/uploads/2024/11/bg_concept03.png) no-repeat center center / auto;
}
.page-concept .sec003 .content-wrapper{
    padding: 90px 0 90px;
}
.page-concept .sec003 .content-wrapper{
    position: relative;
}
.page-concept .sec003 .content-wrapper::after{
    content: url(https://www.todajuku.com/wp-content/uploads/2024/11/concept03_02.png);
    position: absolute;
    right: 5%;
    bottom: 5%;
    animation: shake 5s infinite;
}
.page-concept .sec004{
    background: url(https://www.todajuku.com/wp-content/uploads/2024/11/bg_concept04.png) no-repeat center center / auto;
}
.page-concept .sec004 .content-wrapper{
    padding: 90px 0 90px;
}
.page-concept .sec004 .content-wrapper .section-child-num0{
    position: relative;
    padding-bottom: 200px;
}
.page-concept .sec004 .content-wrapper .section-child-num0::after{
    content: url(https://www.todajuku.com/wp-content/uploads/2024/11/concept04_02.png);
    position: absolute;
    right: 5%;
    bottom: 5%;
    animation: shake 5s infinite;
}
.page-concept .sec005{
    background: url(https://www.todajuku.com/wp-content/uploads/2024/11/bg_index06.png) no-repeat center center / auto;
}
.page-concept .sec005 .content-wrapper{
    padding: 150px 0;
}
@keyframes shake {
    0% {
        transform: rotate(10deg);//時計回りに20度傾いた状態からスタート
    }
    50% {
        transform: rotate(-10deg);//反時計回りに20度まで回転
    }
    100% {
        transform: rotate(10deg);//時計回りに20度の位置まで回転
    }
}
@media screen and (max-width: 768px){
    .page-concept .sec001{
        background: url(https://www.todajuku.com/wp-content/uploads/2024/11/bg_concept01.png) no-repeat left bottom / contain;
    }
    .page-concept .sec002 .content-wrapper{
        padding: 20px 0 20px;
    }
    .page-concept .sec003 .content-wrapper{
        padding: 20px 0 150px;
    }
    .page-concept .sec003 .content-wrapper::after{
        right: 5%;
        bottom: 0;
    }
    .page-concept .sec004 .content-wrapper{
        padding: 20px 0 20px;
    }
    .page-concept .sec005 .content-wrapper{
        padding: 90px 0;
    }
}

.page-service-faq .sec001 .content-wrapper .section-child-num0{
    padding: 35px;
    background: #c6e0cb;
}
.page-service-faq .sec005{
    background: #dcf4e1;
}
.page-service-faq .sec005 .content-wrapper{
    padding: 90px 0;
}
.page-service-faq .sec006{
    background: url(https://www.todajuku.com/wp-content/uploads/2024/11/bg_index06.png) no-repeat center center / auto;
}
.page-service-faq .sec006 .content-wrapper{
    padding: 150px 0;
}


.page-information .sec001 .content-wrapper{
    padding: 0px 0 300px;
}
.page-information .sec001 .content-wrapper{
    position: relative;
}
.page-information .sec001 .content-wrapper::after{
    content: url(https://www.todajuku.com/wp-content/uploads/2024/11/info01_02.png);
    position: absolute;
    right: 5%;
    bottom: 5%;
    animation: shake 5s infinite;
}
.page-information .sec004{
    background: url(https://www.todajuku.com/wp-content/uploads/2024/11/bg_index06.png) no-repeat center center / auto;
}
.page-information .sec004 .content-wrapper{
    padding: 150px 0;
}

.page-contact .sec001{
    background: url(https://www.todajuku.com/wp-content/uploads/2024/11/bg_contact01.png) no-repeat center center / auto;
}
.page-contact .sec001 .content-wrapper{
    padding: 170px 0 170px;
}

@media screen and (max-width: 768px){
	.mb0{
        margin-bottom: 30px !important;
    }
    .pd30{
        padding: 0;
    }
}



/* 共通コンテンツ */
.cta-block{
    background: url(https://www.todajuku.com/wp-content/uploads/2024/11/bg_index07.png) no-repeat center center / auto;
}
.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::first-letter{
    color: #8EC298;
}
.cta-block .cta h3 span{
    font-size: 1.8rem;
    color: #8EC298;
}
.cta-block .cta h4.tit{
    font-size: 7.0rem;
    text-align: center;
    line-height: 1.2;
}
.cta-block .cta h4.tit span{
    font-size: 2.2rem;
    color: #8EC298;
}
.cta-block .cta h4{
    margin-top: 30px;
}
.cta-block .cta .flex02{
	/* margin-top: 30px;
	text-align: center; */
    align-items: center;
}
.cta-block .cta .bnr{
    margin: 30px 0;
}
.cta-block .cta .more01 .button{
    width: 60%;
    margin: 30px auto 0;
}

@media screen and (max-width: 768px){
    .cta-block .cta h4.tit{
        font-size: 6.0rem !important;
    }
    .cta-block .cta h3 span{
        font-size: 1.8rem !important;
        color: #8EC298;
    }
    .cta-block .cta .more01 .button{
		width: 100%;
	}
    .cta-block .cta h3{
        text-align: center;
    }
}


/* コンテンツ幅：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: 550px;
        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%;
        text-align: center;
    }
    .flex02 .box{
        margin: 10px 0;
        width:100%;
    }
    .flex03 li{
        width: 100%;
        margin: 10px 0;
    }
    .flex04 li{
        margin: 10px 0;
        width:100%;
    }

        
}