/* Basic */
@-ms-viewport {
    width: device-width;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 18px;
    font: inherit;
    vertical-align: baseline;
}
body {
    -ms-overflow-style: scrollbar;
    background-color: #fff;
    line-height: 1;
    font-weight: 300;
}
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
/* Type */
html {}
body {
    color: #000;
    /*font-family: "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Mayryo", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .8rem;
    line-height: 2;
}
*:focus {
    outline: none;
}
/* Type */
html {
    font-size: 16pt;
}
/* ==========================================================================
 * Common
 * ========================================================================== */
ol, ul {
    list-style: none;
}
strong, b {
    font-weight: 600;
}
em, i {}
p {
    text-align: justify;
    margin: 0 0 2rem 0;
	font-size: .85rem;
	line-height: 1.8;
}
@media screen and (max-width: 736px) {
	h2, h3, h4, h5 {
		/*font-family: 'Hiragino Mincho Pro',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", sans-serif !important;*/
	}
	p {
		/*font-family: "Hiragino Kaku Gothic Pro", "Mayryo", sans-serif;*/
		font-size: .85rem;
		line-height: 1.7;
	}
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
input, select, textarea {
    color: #1A284C;
}
a {
    text-decoration: none;
    color: #042376;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    opacity: .8;
}
a::after {
    color: #224299;
}
.inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 8% 0;
}
h2 {
	margin-bottom: 4%;
}
h2.title {
    font-size: 2.2rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 5%;
    letter-spacing: 2px;
    color: #000;
}
h3.title,
h3 {
	font-size: 1rem;
}
h2, h3, h4, h5,
.title,
dl dt,
.mincho {
	font-family: yu-mincho-pr6n, '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6",sans-serif;
}
.note {
	font-size: .75rem;
	color: #333;
	font-weight: inherit
}
@media screen and (max-width: 980px) {
    .inner {
        padding: 60px 10px;
    }
    h2.title {
        font-size: 2rem;
    }
}
@media screen and (min-width: 737px) {

    .sp {
        display: none !important;
    }
}
@media screen and (max-width: 736px) {
    .pc {
        display: none !important;
    }
	h2.title {
		font-size: 1.2rem;
		letter-spacing: inherit;
	}
    .inner {
        width: 100%;
        padding: 12% 3%;
    }
	.note {
	  font-size: .7rem;
	}
}

img {
    width: 100%;
}
.center {
    text-align: center;
}
span.nowrap {
    white-space: nowrap;
}
span.small {
    font-size: 80%;
}
.block {
	display: block;
}
.strong {
	font-weight: bold;
}
.red {
    color: #f24405;
}
.orange {
    color: #ffa800;
}
.light-orange {
    color: #fce596;
}
.dark_green {
	color: #023431;
}
.green {
    color: #2e6f35;
}
.light-green {
    color: #548a34;
}
.white {
	color: #FFF !important;
}
.bg-dark_gray {
	background-color: #6e6e6e;
}
.bg-gray {
	background-color: #eeeeee;
}
.bg-dark_green {
	background-color: #033735;
}
.bg-green {
	background-color: #2e6f35;
}
.bg-green2 {
	background-color: #014c37;
}
.bg-light_green {
	background-color: #72a032;
}
.mt0 {	margin-top: 0 !important;}
.mt1 {	margin-top: 1% !important;}
.mt2 {	margin-top: 2% !important;}
.mt3 {	margin-top: 3% !important;}
.mt4 {	margin-top: 4% !important;}
.mt5 {	margin-top: 5% !important;}
.mb0 {	margin-bottom: 0 !important;}
.mb1 {	margin-bottom: 1% !important;}
.mb2 {	margin-bottom: 2% !important;}
.mb3 {	margin-bottom: 3% !important;}
.mb4 {	margin-bottom: 4% !important;}
.mb5 {	margin-bottom: 5% !important;}
.mb6 {	margin-bottom: 6% !important;}
.mb7 {	margin-bottom: 7% !important;}
.mb8 {	margin-bottom: 8% !important;}
.pt0 {	padding-top: 0 !important;}
.pt1 {	padding-top: 1% !important;}
.pt2 {	padding-top: 2% !important;}
.pt3 {	padding-top: 3% !important;}
.pt4 {	padding-top: 4% !important;}
.pt5 {	padding-top: 5% !important;}
.pb0 {	padding-bottom: 0 !important;}
.pb1 {	padding-bottom: 1% !important;}
.pb2 {	padding-bottom: 2% !important;}
.pb3 {	padding-bottom: 3% !important;}
.pb4 {	padding-bottom: 4% !important;}
.pb5 {	padding-bottom: 5% !important;}
.pb6 {	padding-bottom: 6% !important;}
.pb7 {	padding-bottom: 7% !important;}
.pb8 {	padding-bottom: 8% !important;}

img.wave.bottom{
	vertical-align: bottom;
}
img.wave.top{
	vertical-align: top;
}

/* Box */
.box {
    box-sizing: border-box;
    background-color: #EEEEEE;
}
.box_inner {
	padding: 3%
}

#contents {
    position: relative;
    background-color: #fff;
}
#wrapper {
    position: relative;
}
/* ==========================================================================
 * CV ボタン
 * ========================================================================== */
a.btn_apply {
	display: flex;
    font-size: 1.2rem;
    font-weight: bold;
	color: #fff;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Mayryo", sans-serif;
	background-color: #f1a402;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 6px;
	position: relative;
	line-height: 2.4;
}
a.btn_apply::after {
  font-family: "Font Awesome 5 Free";
  content:'\f138';
  font-weight: 900;
	position: absolute;
	right: 20px;
	top: 16%;
	color: #fff;
	font-size: .9rem;
}
/* ==========================================================================
 * Header
 * ========================================================================== */
#header {
    height: 65px;
    position: fixed;
    width: 100%;
    z-index: 5;
}
#header .inner {
    overflow: hidden;
}
#header .inner {
    padding: 0 6%;
    width: 100%;
    max-width: inherit;
    height: 65px;
}
#header .logo_area {
    float: left;
    vertical-align: middle;
    padding-top: 12px;
}
#header .logo img.pc {
  max-height: 50px;
  width: auto;
}
#header .nav.pc {
    float: right;
    width: 62%;
}

#header .menu a {
    transition-duration: 500ms;
	font-family: vdl-v7mincho, sans-serif;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}
#header .menu .btn a {
    white-space: inherit;
}
@media screen and (min-width: 981px) {
	#header.bg-head {
		background-color: rgba(255,255,255,0.9);
	}
	#header.bg-head .logo_area {
		display: none;
	}
	#header.bg-head .pc {
		float: inherit;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#header.bg-head .pc ul.menu {
		text-align: center;
	}
	#header.bg-head .pc .menu a {
		color: #000;
	}
	#header.bg-head .pc .menu .btn.contact a {
		background-color: #eee !important;
		flex-wrap:wrap;
	}
	#header.bg-head nav ul li:nth-child(1), #header.bg-head nav ul li:nth-child(2) {
		border-right: solid 1px #333;
	}
}
#global-navi_pc {
  float: right;
}
#global-navi_pc .menu a {
	text-align: center;
	font-size: .8rem;
}
#global-navi_pc .menu .btn {
    padding: 10px 0.8%;
}
#global-navi_pc .menu .btn a {
    display: flex;
	flex-wrap: wrap;
    border-radius: 4px;
    height: 50px;
    width: 170px;
    text-align: center;
	justify-content: center;
	align-items: center;
	font-size: .9rem;
}
.menu .btn.apply a {
	background-color: #f1a402 !important;
	color: #fff !important;
	font-size: 1.2rem;
}
.menu .btn.contact a {
	background-color: #fff !important;
	color: #023431 !important;
	line-height: 1.2;
	font-size: 1.2rem;
	padding-top: 2px;
}
.menu .btn.contact a span {
	font-size: .65rem;
}
#global-navi_pc .menu .btn a:hover {
    background-color: #548a34;
	color: #fff;
}
.menu .btn img {
	vertical-align: bottom;
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
	#global-navi_pc .menu a {
		font-size: .7rem;
	}
}
@media screen and (max-width: 1126px) {
    #global-navi_pc .menu .btn a {
        width: 140px;
    }
    #header .inner {
        width: 100%;
    }
}
@media screen and (min-width: 981px) and (max-width: 1157px) {
    #wrapper nav ul li a {
        font-size: .9rem;
    }
    #global-navi_pc .menu .btn a {
        height: 38px;
        width: 125px;
		white-space:normal;
		font-size: .8rem;
    }
	#global-navi_pc .menu .btn.contact a {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 980px) {
    #header {
        position: fixed;
        z-index: 5;
        width: 100%;
    }
    #header .inner {
        width: 97%;
        padding-left: 0;
        padding-right: 0;
    }
    #header .logo_area {
        width: 45%;
		padding-top: 8px;
    }
    #header .menu a {
        border-left: solid 4px #72a032;
        padding-left: 10px;
		color: #000;
    }
    #header .tb {
        display: inherit !important;
    }
	#header.bg-head {
		background-color: rgba(3,55,53,0.9);
	}
    #global-navi .menu .btn {
        padding: 0 25px;
		margin-top: 8%;
    }
    #global-navi .menu .btn a {
        display: block;
        background-color: #fff;
        border-radius: 4px;
        width: 100%;
        text-align: center;
        color: #fff;
        padding-left: 0;
        line-height: 2.8;
		border-left: none;
    }
	#global-navi .menu .btn.contact a {
		line-height: 1.2;
		padding-top: 0;
		padding-bottom: 3%;
	}
    #global-navi .menu .btn a:hover {
        background-color: #051056;
    }
    #global-navi .menu .btn a::before {
        padding-right: 5px;
        vertical-align: middle;
    }
}
@media screen and (max-width: 736px) {
    #header {
        height: 55px;
    }
    #header .inner {
        padding: 0 3%;
        height: 55px;
        width: 100%;
		background-color: #023431;
    }
    #header .logo_area {
        width: 100%;
        min-width: 110px;
        overflow: hidden;
        padding-top: 13px;
    }
    #header .logo img {
        width: 67%;
        height: auto;
    }
    #header p.lead {
        width: 65%;
        padding-top: 0;
        margin-bottom: 0;
    }
    #header p.lead img {
        width: 100%;
    }
	#header .menu img {
		vertical-align: bottom;
	}
}
@media (min-width: 737px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
/*----------- Navi -----------*/
.open + #global-navi ul.menu {
    text-align: left;
}
@media screen and (min-width: 981px) {
	ul.menu {
		display: flex;
	}
	#wrapper nav ul li:nth-child(1),
	#wrapper nav ul li:nth-child(2){
		border-right: solid 1px #fff;
	}
	#wrapper nav ul li {
		display: flex;
		font-size: 1.1rem;
		line-height: 1.3;
		height: 50px;
		justify-content: center;
		align-items: center;
		margin-top: 10px;
		padding: 0 25px;
	}
}
@media screen and (max-width: 980px) {
    #global-navi {
        width: 55%;
    }
    #global-navi .menu {
        margin-right: 1%;
    }
}
/*スマホ画面でハンバーガーメニューの形にする*/
@media screen and (max-width: 980px) {
    #wrapper nav {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        padding-top: 50px;
        background: #eee;;
        font-size: 16px;
        box-sizing: border-box;
        z-index: 2
    }
    #wrapper nav ul li {
        display: block;
        padding: 20px 28px
    }
    #wrapper nav ul li a {
        text-decoration: none;
        color: #333
    }
    #wrapper .btn-gnavi {
        position: fixed;
        top: 22px;
        right: 20px;
        width: 30px;
        height: 24px;
        z-index: 3;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }
    #wrapper .btn-gnavi span {
        position: absolute;
        width: 30px;
        height: 2px;
        background: #fff;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }
    #wrapper .btn-gnavi span:nth-child(1) {
        top: 0
    }
    #wrapper .btn-gnavi span:nth-child(2) {
        top: 10px
    }
    #wrapper .btn-gnavi span:nth-child(3) {
        top: 20px
    }
    #wrapper .btn-gnavi.open {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    #wrapper .btn-gnavi.open span {
        background: #666
    }
    #wrapper .btn-gnavi.open span {
        width: 24px;
    }
    #wrapper .contents section p {
        position: absolute;
        top: 50%;
        width: 30%;
        line-height: 1.4;
        font-size: 20px;
        color: #fff;
        text-shadow: 0 0 6px #666
    }
    #wrapper .contents section:nth-child(odd) p {
        left: 10%
    }
    #wrapper .contents section:nth-child(even) p {
        right: 10%
    }
}
@media screen and (max-width: 736px) {
    #wrapper .btn-gnavi {
        top: 18px;
    }
}
.content {
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 100px;
}
.content p {
    margin-bottom: 40px;
}
/* ==========================================================================
 * Intro/TOP
 * ========================================================================== */
#intro {
    background: url("../../images/bg_fv.jpg") no-repeat center top / cover;
    width: 100%;
    padding-top: 65px;
    position: inherit;
    z-index: 2;
}
#intro .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	padding-bottom: 5%;
}
#intro .inner .kv_title {
    margin: 0 auto 3%;
}
#intro .inner .kv_title p {
	margin-bottom: 0;
}
#intro .kv_btn {
    text-align: center;
}
#intro .kv_btn a.btn_apply {
	width: 500px;
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 736px) {
    #intro {
        padding-top: 55px;
        background: none;
    }
    #intro .inner {
        background: url("../../images/bg_fv_sp.jpg") no-repeat center top / 100%;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 1%;
    }
    #intro .inner .kv_title {
        margin: 0 auto;
        padding: 14% 0 0;
    }
    #intro .inner .kv_title p {
        margin-bottom: 23%;
    }
    #intro .inner .kv_title h1 {
        margin-bottom: 2%;
    }
    #intro .inner p {
        font-size: 110%;
        line-height: 1.5;
    }
	#intro .kv_btn {
		padding: 0 2% 2%;
	}
	#intro .kv_btn a.btn_apply {
		width:100%;
	}
}
/* ==========================================================================
 * #difference / .sec01 / 成長する事務所との違い
 * ========================================================================== */

.sec01 h2 span {
	border-radius: 6px;
	padding: 1%;
}
.sec01 h2 span.small, .sec01 h2 span.small span {
	padding: 0;
}
.sec01 .bg_txt {
	background: url("../../images/bg_sec01_01.png") no-repeat center bottom;
	padding: 5% 2%;
}
.sec01 .bg_txt .bg_inner {
	background: url("../../images/bg_sec01_02.png") repeat left 44px;
	background-size: 850px;
	font-size: 1.2rem;
	font-weight: 700;
	padding-bottom: 2%;
}
.sec01 .bg_txt p {
	margin-bottom: 4px;
	line-height: 2.375;
	font-size: 20px;
	margin: 0;
}
.sec01 .bg_txt ul li {
	position: relative;
	padding-left: 3%;
	color: #f24405;
	line-height: 2.375;
	font-size: 20px;
}
.sec01 .bg_txt ul li::before {
	content: url(../../images/icon_check.png);
	display: inline-block;
	padding-right: 5px;
	position: absolute;
	top: 2px;;
	left: 0
}
@media screen and (max-width: 980px) {
	.sec01 h2 {
		font-size: 1.6rem;
	}
	.sec01 .bg_txt .bg_inner {
		background-position: left 40px;
		background-size: 850px;
	}
}
@media screen and (max-width: 736px) {
	.sec01 .inner {
		padding-top: 10%;
	}
	.sec01 h2 {
		font-size: 1.2rem;
	}
	.sec01 h2 span {
		padding: 2%;
	}
	.sec01 h2 span.small {
		line-height: 2;
	}
	.sec01 h2 span.bk_txt {
		display: block;
	}
	.sec01 .bg_txt .bg_inner {
		background-size: 715px;
	}
	.sec01 .bg_txt ul li {
		padding-left: 7%;
		font-size: 17px;
	}
	.sec01 .bg_txt p {
		font-size: 17px;
	}
}
/* ==========================================================================
 * #reason / .sec02 / 取り組んだ方がいい理由
 * ========================================================================== */
.sec02 .bg_ttl {
	background: url("../../images/bg_sec02_top.jpg") no-repeat center top / cover;
}
.sec02 .bg_ttl .inner {
	padding: 3% 0;
}
.sec02 h3 {
	background-color: #023431;
	border-radius: 50px;;
	color: #fff;
	font-weight: 300;
	width: 100%;
	max-width: 700px;
	margin: 0 auto 5%;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Mayryo", sans-serif;
}
.sec02 .cts {
	margin-bottom: 8%;
}
.sec02 .cts2 {
	margin-bottom: 10%;
}
.sec02 .cts3 .column {
	position: relative;
}
.sec02 .cts3 .column h2 {
	writing-mode: vertical-rl;
	position: absolute;
	top: -2%;
	right: 4%;
	font-size: 1.5rem;
	color: #fff;
	padding: 2%;
}
.sec02 .cts3 .column .txt {
	writing-mode: vertical-rl;
	position: absolute;
	top: 6%;
	right: 17%;
	height: 43%;
}
.sec02 .cts3 .column .txt p {
	font-family: yu-mincho-pr6n, '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6",sans-serif;
	font-size: .9rem;
	margin-left: 12%;
	line-height: 1.9;
}
.sec02 .cts3 .column .img04 {
	font-family: yu-mincho-pr6n, '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6",sans-serif;
	position: absolute;
	background: url("../../images/sec02_img04.png") no-repeat center center / contain;
	top: -6%;
	left: 40%;
	width: 18%;
	text-align: center;
}
.sec02 .cts3 .column .img04 span {
	display: block;
	margin: auto;
	font-size: 1.5rem;
	transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
}
@media screen and (max-width: 980px) {
	.sec02 .cts3 .column h2 {
		top: -3%;
		right: 3%;
		font-size: 1.3rem;
	}
	.sec02 .cts3 .column .img04 span {
		top: -9%;
		left: 13%;
	}
	.sec02 .cts3 .column .txt p {
		font-size: .72rem;
	}
}
@media screen and (max-width: 736px) {
	.sec02 .bg_ttl .inner {
		padding: 0;
	}
	.sec02 .bg_ttl .inner h2 {
		padding-top: 2%;
	}
	.sec02 .bg_ttl .inner h2 img {
		width: 98%;
	}
	.sec02 h3 {
		font-size: .85rem;
		line-height: 1.4;
		padding: 1%;
	}
	.sec02 .cts3 .column .img04 {
		position: absolute;
		top: -3%;
		left: 28%;
		width: 40%;
		background-size: 100%;
	}
	.sec02 .cts3 .column .img04 span {
		top: -2%;
		left: 18%;
		font-size: 1.4rem;
	}
}
/* ==========================================================================
 * #about-package / .sec03 / 実現できること
 * ========================================================================== */
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
}
.tab-label {
    color: #fff;
    background: #73a232;
    margin-right: 5%;
    padding: 2% 3%;
    order: -1;
	cursor: pointer;
	font-family: yu-mincho-pr6n, '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6",sans-serif;
	font-size: 1rem;
}
.tab-label[for="TAB-03"] {
	margin-right: 0;
}
.tab-content {
    width: 100%;
    display: none;
	background-color: #FFF;
	padding: 4%;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #fff;
	color: #023431;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

/*.tab-content*/
.tab-content p {
	margin-bottom: 0;
	padding: 0 1%;
}
.tab-content p.lead {
	background-color: #023431;
	border-radius: 50px;;
	color: #fff;
	font-weight: 300;
	font-size: 1rem;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 2%;
	text-align: center;
	font-family: yu-mincho-pr6n, '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6",sans-serif;
	line-height: 1.3;
	padding: 1%;
}
.tab-content h3 {
	text-align: center;
	border-bottom: solid 1px #000;
	margin-bottom: 3%;
	font-size: 1.4rem;
	font-weight: normal;
}
@media screen and (max-width: 980px) {
	.tab-label {
		font-size: .85rem;
		padding: 2%;
	}
	.tab-content h3 {
		font-size: 1.1rem;
	}

}
@media screen and (max-width: 736px) {
	.tab-label {
		font-size: .75rem;
		padding: 2% 0;
		margin-right: 1.5%;
		flex-grow: 1;
		text-align: center;
	}
	.tab-content p.lead {
		border-radius: 20px;
		font-size: .8rem;
	}
	.tab-content h3 {
		font-size: 1rem;
		line-height: 1.6;
	}
	.tab-content p {
		font-size: .78rem;
	}
}
@media screen and (min-width: 767px) {
	.tab-label {
		width: 30%;
		text-align: center;
	}
}

/* ==========================================================================
 * #roadmap / .sec04 / ロードマップ
 * ========================================================================== */
#roadmap {
	background: url("../../images/bg_roadmap.jpg") repeat-x center top;
}
#roadmap .inner {
	position: relative;
}
#roadmap .inner h2.pc {
	position: absolute;
	top: 16%;
	left: 0;
}
.sec04 .btn_area a.btn_apply {
	max-width: 500px;
}
@media screen and (max-width: 980px) {
	#roadmap {
		background: url("../../images/bg_roadmap_sp.jpg") repeat-x center top / contain;
	}
	#roadmap .inner h2.pc {
		top: 13%;
		left: 1.5%;
	}
}

/* ==========================================================================
 * #flow / .sec05 / 業務フロー
 * ========================================================================== */
.sec05 h2 {
	margin-bottom: 7%;
}
.sec05 .box {
	position: relative;
	padding-top: 4%;
}
.sec05 .box h3 {
	position: absolute;
	top: -30px;
	left: 30%;
	width: 40%;
	background: url(../../images/sec05_sttl.png) no-repeat center center / contain;
	text-align: center;
}
.sec05 h3 span {
	transform: rotate(-1.5deg);
	-moz-transform: rotate(-1.5deg);
	-webkit-transform: rotate(-1.5deg);
	display: block;
	font-size: 1.5rem;
	font-weight: normal;
	text-align: center;
}
.sec05 .box_inner {
	padding: 5%;
}
@media screen and (max-width: 736px) {
	.sec05 h2 {
		font-size: 1rem;
		margin-bottom: 12%;
	}
	.sec05 .box h3 {
		left: 11%;
		width: 76%;
	}
	.sec05 h3 span {
		font-size: 1rem;
		left: 12%;
		top: -3%;
		white-space: nowrap;
	}
}
/* ==========================================================================
 * #package-contents / .sec06 / パッケージ内容
 * ========================================================================== */
.sec06 .sttl {
	position: relative;
	margin-bottom: 3%;
}
.sec06 .sttl span.txt {
	position: absolute;
	color: #fff;
/*	top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
	    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size: 1.3rem;
	font-family: yu-mincho-pr6n, '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6",sans-serif;
	text-align: center;
	line-height: 1;
	width: 100%;
}
.sec06 .sttl span.txt3 {
	line-height: 1.2;
}
.sec06 .sttl img {
	vertical-align: bottom;
}
.sec06 .box {
	border-radius: 10px;
	border: solid 2px #023431;
	margin-bottom: 8%;
}
.sec06 .box h4.title {
	background-color: #023431;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	font-weight: normal;
	line-height: 2;
}
.sec06 .box_inner {
	background-color: #fff;
	border-radius: 10px;
	position: relative;
}
.sec06 .cts1 .box_inner {
	background: #fff url("../../images/sec06_ill01.png") no-repeat right bottom/ 26%;
}
.sec06 .cts2 .box_inner {
	background: #fff url("../../images/sec06_ill02.png") no-repeat right 30px / 30%;
}
.sec06 .cts3 .box_inner {
	background: #fff url("../../images/sec06_ill03.png") no-repeat right 30px / 30%;
}
.sec06 .box_inner p {
	background-color: #72A032;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Mayryo", sans-serif;
	border-radius: 50px;
	text-align: center;
	width: 33%;
	margin-bottom: 2%;
	font-size: .75rem;
	line-height: 1.8;
}
.sec06 .box_inner li {
	font-weight: bold;
}
.sec06 .tool .box_inner {
	background: #fff url("../../images/sec06_img04.png") no-repeat right bottom / 17%;
}
.sec06 .tool li {
	position: relative;
	padding-left: 1.7rem;
}
.sec06 .tool li::before {
	content: url(../../images/icon_check.png);
	display: inline-block;
	padding-right: 5px;
	position: absolute;
	top: 3px;
	left: 0
}
@media screen and (max-width: 980px) {
	.sec06 .tool .box_inner {
		background-size: 18.5%;
	}
	.sec06 .sttl span.txt {
		font-size: 1.1rem;
	}
	.sec06 .tool li {
		padding-left: 1.3rem;
	}
}
@media screen and (max-width: 736px) {
	.sec06 .tool .box_inner {
		background-size: 28%;
		background-position: right 0 bottom -115px;
	}
	.sec06 .cts1 .box_inner {
		background-position: right bottom;
		background-size: 20%;
	}
	.sec06 .cts2 .box_inner {
		background-position: right 15px;
		background-size: 25%;
	}
	.sec06 .cts3 .box_inner {
		background-position: right 35px;
		background-size: 23%;
	}
	.sec06 .sttl img {
		height: 66px;
	}
}
/* ==========================================================================
 * #voice / .sec07 / お客様の声
 * ========================================================================== */
#voice .arrow_box {
    position:relative;
    width:100%;
    background:#EEEEEE;
    padding:3%;
    color:#000000;
    font-size:1.2rem;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
#voice .arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(238, 238, 238, 0);
    border-top-width:8px;
    border-bottom-width:8px;
    border-left-width:18px;
    border-right-width:18px;
    margin-top: -8px;
    border-right-color:#EEEEEE;
    right:100%;
    top:27%;
}
#voice .arrow_box h3.title {
	font-size: 1rem;
	line-height: 1.5;
}
#voice .img_area {
	padding: 0 12%;
}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 736px) {
	#voice .img_area {
		padding: 0 2%;
	}
	#voice .arrow_box:after{
		top:7%;
	}
	#voice .arrow_box p {
		line-height: 1.6;
	}
}
/* ==========================================================================
 * #price / .sec08 / 価格 
 * ========================================================================== */
#price {
	background-color: #033735;
}
#price .inner {
	max-width: 720px;
	margin: 0 auto;
}
#price ul {
	display: flex;
	justify-content: space-evenly;
}
#price .list {
	background-color: #fff;
	padding: 3% 5%;
	margin-bottom: 3%;
	font-weight: 500;
	font-size: 1rem;
	border-radius: 10px;
}
#price .list dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#price .list dt {
	font-size: .9rem;
	font-weight: 700;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Mayryo", sans-serif;
}
#price .list dd {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.2;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "Mayryo", sans-serif;
}
#price .list dd.price span.large {
	font-size: 1.6rem;
}
#price .list .package {
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.1;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "Mayryo", sans-serif;
}
#price .list .package span.large {
	font-size: 2.4rem;
}
@media screen and (max-width: 736px) {
	#price ul li {
		padding: 2%;
	}
	#price .list {
		padding: 3%;
	}
	#price .list dd.price span.large {
		font-size: 1.4rem;
	}
	#price .list .package {
		font-size: 1.2rem;
	}
	#price .list .package span.large {
		font-size: 1.6rem;
	}
	#price .list .package dd {
		font-size: 1.4rem;
	}
	#price .list .package dd.price span.large {
		font-size: 1.8rem;
	}
}
/* ==========================================================================
 * #apply / .sec09 / お問い合わせフォーム
 * ========================================================================== */
#apply .iform iframe {
	height: 720px;
}

#apply{
	text-align: center;
}

@media screen and (max-width: 736px) {
	#apply .iform iframe {
	  height: 1020px;
	}
}

.credit-button{
	background-color: #76A43A;
	display: inline-block;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    margin-inline: auto;
	margin-bottom:1rem;
}
/* ==========================================================================
 * #document / .sec10 / お役立ち資料
 * ========================================================================== */
.sec10 .inner {
	padding-top: 0;
}
.sec10 h2 {
	text-align: left;
	margin-bottom: 0;
	height: 370px;
	background: url("../../images/bg_sec10.png") no-repeat right top;
	display: flex;
	align-items: center;
}
.sec10 .box {
	background-color: #FFF;
	padding: 3%;
	border-radius: 12px;
}
.sec10 .box h3.title {
	line-height: 1.5;
}
.sec10 a.btn {
	display: flex;
	border-radius: 10px;
	width: 200px;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: .8rem;
	font-family: yu-mincho-pr6n, '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6",sans-serif;
	background-color: #014c37;
	color: #fff;
}
@media screen and (max-width: 980px) {
	.sec10 h2 {
		height: 300px;
		background-size: 70%;
		background-position: 274px -50px;
		padding-left: 3%;
	}
}
@media screen and (max-width: 736px) {
	.sec10 h2 {
		height: 220px;
		background-size: 116%;
		background-position-x: 20px;
	}
	.sec10 .box h3.title {
		font-size: 1rem;
	}
	.sec10 a.btn {
		width: 100%;
		font-size: 1rem;;
	}
}
main{
	position: relative;
}
.document-btn1{
	cursor: pointer;
}
#doc-form1{
	display: none;
	position: fixed;
	z-index: 99;
	width: 70%;
	margin-inline: auto;
	background-color: white;
	padding:20px;
	inset: 0;
	margin: auto;
	height:70%;
}
#doc-form1.active{
	display: block;
}
#doc-form1 iframe{
	height:100%;
	padding-top: 10px;
}
#doc-form1>img{
	position: absolute;
	width: 30px;
    top: 5px;
    right: 5px;
	cursor: pointer;
}
.modal_trigger{
	position: absolute;
	width:100%;
	height:100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.7);
	top:0;
	left:0;
	display: none;
}
.modal_trigger.active{
	display: block;
}

/* ==========================================================================
 * #footer / 
 * ========================================================================== */
#footer {
    padding-bottom: 2%;
}
#footer .inner {
    padding: 5% 0 3%;
}
#footer .logo img {
    vertical-align: bottom;
}
#footer .link {
    text-align: right;
}
#footer .link li {
    text-align: right;
    display: inline-block;
    padding: 0 2%;
    border-right: solid 1px #fff;
    line-height: 1;
    font-size: 0.7rem;
    font-weight: normal;
	font-family: yu-mincho-pr6n, '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',"ヒラギノ明朝 ProN W6", "HiraMinProN-W6",sans-serif;
}
#footer .link li:last-child {
    border: none;
    padding-right: 0;
}
#footer .link a {
    color: #fff;
}
#footer .link a:hover {
    color: #042376;
}
#footer .copyright {
    text-align: right;
    font-size: 0.7rem;
    font-weight: normal;
    color: #fff;
    padding: 5px;
    ;
}
.totop {
	position: fixed;
	right: 0;
	bottom: 10%;
	width: 78px;
	z-index: 1000;
}
@media screen and (max-width: 980px) {
    #footer .inner {
        padding: 3%;
    }
}
@media screen and (max-width: 736px) {
	#footer {
		padding-bottom: 10%;
	}
    #footer .inner {
        padding-top: 5%;
    }
    #footer .logo {
        text-align: center;
    }
    #footer .logo img {
        width: 200px;
        text-align: center;
        margin-bottom: 4%;
    }
    #footer .txt {}
    #footer .link {
        text-align: center;
        margin-bottom: 4%;
    }
    #footer .link li {
        text-align: center;
        display: block;
        padding: 0;
        border-right: none;
        line-height: 1.8;
    }
    #footer .copyright {
        text-align: center;
        padding: 0;
    }
	.totop {
		bottom: 5%;
	}
}
