@charset "utf-8";

/* ========================================
    ■ 必須設定
======================================== */
/* reset
----------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

/* article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
} */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}
del { text-decoration: line-through; }
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
} */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

td {
	text-align: left;
	vertical-align: top;
}

/* hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
} */
input,
select,
textarea,
img {
	vertical-align: middle;
}

ul,
dl,
ol {
	list-style: none;
}

/* em { font-style: normal; } */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 共通設定
----------------------------- */
html {
	font-size: 16px;
}

/* sp */
@media screen and (max-width: 750px) {
	html {
		font-size: 3.3vw;
	}
}

body {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #333;
	line-height: 1.6;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt"1;
}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
}

a {
	color: #0033cc;
	text-decoration: none;
	transition: 0.2s ease;
}

a:hover {
	text-decoration: none;
	transition: 0.2s ease;
	opacity: .6;
}

a::before,
a:hover::before,
a::after,
a:hover::after {
	transition: 0.2s ease;
}

img,
video,
object {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: none;
}

/* ========================================
    ■ ページトップボタン
======================================== */
/* #page-top {
    position: fixed;
    right: 20px;
}
#page-top a {
    display: block;
    width: 44px;
    height: 44px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    background: rgba(0,0,0, 0.25);
    border-radius: 50%;
}
#page-top a:hover { background: rgba(0,0,0 ,0.5); } */

/* sp */
/* #page-top {
    position: fixed;
    right: 5vw;
}
#page-top a {
    display: block;
    width: 14vw;
    height: 14vw;
    color: #fff;
    font-size: 9vw;
    text-align: center;
    line-height: 14vw;
    background: rgba(0,0,0, 0.25);
    border-radius: 50%;
} */

/* ========================================
    ■ General
======================================== */
.wrap {
	position: relative;
	margin: 0 auto;
}

/* .clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.hover:hover {
    opacity: 0.9;
    transition: 0.2s ease;
}

.scrollbar::-webkit-scrollbar {
    background: #ccc;
    width: 10px;
}
.scrollbar::-webkit-scrollbar-thumb { background: #aaa; }

table.tbl-block,
table.tbl-block tbody,
table.tbl-block tr,
table.tbl-block th,
table.tbl-block td {
    display: block;
    text-align: left;
} */

/* 文字装飾 */
/* .font-blue { color: #199cd0; }
.marker-blue { background: linear-gradient(0deg, #bfeceb 50%, transparent 50%); } */

/* 圏点 */
/* .kenten {
    padding: 0.35em 0;
    background-repeat: repeat-x;
    background-size: 1.03em 0.5em;
    background-position: top left;
    background-image: radial-gradient(0.4rem 0.4rem at center center, #000 50%, transparent 50%);
    font-feature-settings: normal;
}
.kenten_half.black {
    padding: 0.35em 0;
    background-repeat: repeat-x;
    background-size: 0.65em 0.5em;
    background-position: top left;
    background-image: radial-gradient(0.4rem 0.4rem at center center, #000 50%, transparent 50%);
    font-feature-settings: normal;
} */


/* form reset
----------------------------- */
/* placeholder */
/* #form :placeholder-shown { color: #ccc; } */
/* #form ::-webkit-input-placeholder { color: #ccc; }Google Chrome, Safari, Opera 15+, Android, iOS */
/* #form :-moz-placeholder { color: #ccc; opacity: 1; }Firefox 18- */
/* #form ::-moz-placeholder { color: #ccc; opacity: 1; }Firefox 19+ */
/* #form :-ms-input-placeholder { color: #ccc; }IE 10+ */

/* ラジオボタン */
/* #form input[type='radio'] {
    display: none;
}
#form input[type='radio'] + label {
    display: flex;
    align-items: center;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
    position: relative;
}
#form input[type='radio'] + label::before {
    content: '';
    display: block;
    background: url(images/form_radio01.png) no-repeat center top/100% auto;
    width: 10.6vw;
    height: 10.6vw;
    margin-right: 4.6vw;
}
#form input[type='radio']:checked + label::before {
    background-position: center bottom;
} */

/* チェックボックス */
/* #form input[type='checkbox'] {
    display: none;
}
#form input[type='checkbox'] + label {
    display: block;
    margin: 0;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    position: relative;
}
#form input[type='checkbox'] + label::before {
    content: '';
    display: inline-block;
    background: url(images/form_check01.png) no-repeat center top/100% auto;
    width: 4.6vw;
    height: 4.6vw;
    margin-right: 2vw;
    position: relative;
    top: 0.8vw;
}
#form input[type='checkbox']:checked + label::before {
    background-position: center bottom;
} */

/* セレクトボックス */
/* select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "YuGothic M", "メイリオ", Meiryo, sans-serif;
    font-size: 1rem;
}
select::-ms-expand {
    display: none;
}
@media all and (-ms-high-contrast:none){
    select {
        font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    }
} */

/* テキスト入力 */
/* #form input[type='text'],
#form input[type='tel'],
#form input[type='email'],
#form textarea {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 5px 10px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "YuGothic M", "メイリオ", Meiryo, sans-serif;
    font-size: 1em;
    border: solid 1px #b2b2b2;
    box-shadow: none;
}
#form textarea {
    width: 100% !important;
    max-width: none;
    min-height: 100px;
}
@media all and (-ms-high-contrast:none){
    #form input[type='text'],
    #form input[type='tel'],
    #form input[type='email'],
    #form textarea {
        font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    }
} */

/* 数字入力 */
/* input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
} */

/* mailform pro reset */
/* #form .must {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 1em;
    text-shadow: none;
    float: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
div.mfp_err {
    background: none;
    margin: 0;
    padding: 0;
}
#form *[type='submit'] {
    background: none;
    margin: 0;
    padding: 0;
    text-shadow: none;
    border: none;
    cursor: pointer;
}
#form *[type='submit']:hover {
    box-shadow: none;
} */



/* Fadein css */
.sa {
	opacity: 0;
	transition: all 1.0s ease;
}

.sa.show {
	opacity: 1;
	transform: none;
	transition: all 1.0s ease;
}

.sa--lr {
	transform: translate(-600px, 0);
	transition: all 1.0s ease;
}

.sa--rl {
	transform: translate(600px, 0);
}

.sa--up {
	transform: translate(0, 50px);
}

.sa--down {
	transform: translate(0, -100px);
}

.sa--scaleUp {
	transform: scale(.5);
	transition: all 0.75s ease;
}

.sa--scaleUp2 {
	transform: scale(.9);
	transition: all 0.75s ease;
}

.sa--scaleDown {
	transform: scale(1.5);
}

.sa--rotateL {
	transform: rotate(180deg);
}

.sa--rotateR {
	transform: rotate(-180deg);
}


body {
	min-width: 320px;
}

.wrap {
	max-width: 1100px;
}

.sp_block {
	display: none;
}

.text {
	font-size: 18px;
	letter-spacing: .35em;
}

.fw_bold {
	font-weight: bold;
}

.red {
	color: #f7353c !important;
}

.yellow {
	color: #ffd200;
}

.entry_btn a.text_btn {
	display: inline-block;
	padding: 15px 66px;
	background-color: #00b900;
	color: #fff;
	border-radius: 30px;
	font-size: 18px;
	letter-spacing: .15em;
	position: relative;
}

.entry_btn a.text_btn::before {
	position: absolute;
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(./images/btn_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	transform: translateY(-50%);
	top: 50%;
	right: 27px;
}

.entry_btn a img {
	margin: -28px 0 0;
}

.entry_btn p img {
	width: 207px;
	margin: 0 auto 10px;
}

.slick-slide img {
	margin: 0 auto;
}

.mv {
	background: url(./images/mv.png) no-repeat center center / cover;
	text-align: center;
	padding: 153px 0 80px;
}

.mv .title {
	margin-bottom: 26px;
}

.mv .checkpoint {
	margin-top: 25px;
}

.mv .entry_btn {
	margin-top: 25px;
}


.sec01 {
	text-align: center;
	background: url(./images/bg1.png) no-repeat bottom center / cover;
	padding: 43px 0 70px;
	overflow: hidden;
}

.sec01 h2 img {
	transform: translateY(50%);
}

.sec01 img.item {
	position: absolute;
	right: -13.5%;
	bottom: -13%;
}

.sec01 .text.adjust {
	margin-top: 66px;
}

.sec02 {
	padding: 46px 0 65px;
	margin: 0 auto;
	max-width: 1000px;
}

.sec02 .slick-vertical .slick-slide {
	border: none !important;
}

.sec02 .data_tb01 {
	width: 1000px;
	margin: 0 auto;
}

.sec02 .data_tb01 th {
	border: 1px solid #e5e5e5;
	vertical-align: middle;
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	text-align: center;
	padding: 15px 10px;
	font-weight: bold;
}

.sec02 .data_tb01 td {
	border: 1px solid #e5e5e5;
	vertical-align: middle;
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	padding: 5px 10px;
	height: 50px;
	vertical-align: middle;
	background: url(./images/table_bg.png) repeat top center / contain;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

.sec02 .data_tb01 .n01 {
	width: 50%;
	position: relative;
}

.sec02 .data_tb01 .n02 {
	width: 20%;
	text-align: center;
}

.sec02 .data_tb01 .n03 {
	width: 15%;
	text-align: center;
}

.sec02 .data_tb01 .n04 {
	width: 15%;
	text-align: center;
}

.sec02 .data_tb01 td.n01 {
	color: #369077
}

.pc_none {
	display: none;
}

.win,
.lose {
	font-size: 12px;
	color: #fff;
	padding: 3px 9px;
	font-weight: bold;
	border-radius: 5px;
}

.win {
	background-color: #f7353c;
}

.lose {
	background-color: #313131;
}



/*
table.sp_none{
    width: 77%;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
}
table td,
table th{
    border: 1px solid #e5e5e5;
    vertical-align: middle;
}
table.sp_none td{
    background: url(./images/table_bg.png) repeat top center / contain;
}
table td,
table th,
table .text{
    font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
table .text{
    color: #999;
}
table .text span{
    color: #369077;
}
table.sp_none .text,
table.sp_none td{
    font-size: 12px;
    letter-spacing: 0;
}
table .flex{
    color: #369077;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.win,
.lose{
    font-size: 12px;
    color: #fff;
    padding: 3px 9px;
    font-weight: bold;
    border-radius: 5px;
}
.win{
    background-color: #f7353c;
}
.lose{
    background-color: #313131;
}
table.sp_none th{
    color: #555;
    font-weight: bold;
    font-size: 14px;
    background-color: #fff;
    letter-spacing: 0;
    padding: 13px 17px 13px 20px;
}
table.sp_none td{
    color: #999;
    padding: 15px 17px 15px 20px;
    font-weight: bold;
    letter-spacing: 0;
}
table.sp_none td:nth-child(2){
    font-size: 10px;
    padding-right: 0;
    padding-left: 40px;
}
table.sp_none td:nth-child(3){
    font-size: 10px;
    padding-right: 0;
    padding-left: 56px;
}
table.sp_none td:nth-child(4){
    font-size: 10px;
    padding-right: 0;
    padding-left: 57px;
}
table.sp_none th{
    text-align: center;
}
table.sp_none th:nth-child(1){
    text-align: left;
    width: 347px;
}
table.sp_none th:nth-child(2){
    width: 202px;
}
table.sp_none th:nth-child(3),
table.sp_none th:nth-child(4){
    width: 151px;
}
*/
.sec03 {
	background: url(./images/bg2.png);
	text-align: center;
	padding: 67px 0;
}

.sec03 h2 {
	font-size: 25px;
	letter-spacing: 0.25em;
	line-height: 1.8;
	color: #fff;
}

.sec04 {
	padding: 62px 0;
}

.interview_top_text {
	text-align: center;
	margin-bottom: 60px;
}

.sec04 .interview {
	border: 1px solid #000;
	padding: 10px;
	margin: 0 auto;
	width: 78.5%;
}

.sec04 .interview .img {
	position: relative;
}

.sec04 .interview .img .name_box {
	background-color: #125e31;
	color: #fff;
	padding: 30px 30px;
	position: absolute;
	width: 345px;
	transform: translateY(-50%);
	top: 50%;
	left: -30px;
}

.sec04 .interview .img .name_box .text {
	font-size: 17px;
	line-height: 1.7;
	letter-spacing: 0.1em;
	margin-bottom: 21px;
}

.sec04 .interview .img .name_box .name {
	font-size: 37px;
	letter-spacing: .1em;
}

.sec04 .text_box {
	padding: 35px 27px 20px;
}

.sec04 .text_box .text {
	line-height: 1.8;
	font-size: 14px;
	letter-spacing: .04em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.sec04 .text_box .text + .text {
	margin-top: 15px;
}

.sec05 {
	text-align: center;
	background: url(./images/bg3.png) no-repeat center center / cover;
	padding: 58px 0 31px;
}

.sec05 .adjust img {
	margin: 47px 0 33px;
}

.sec06 {
	background: url(./images/bg4.png) no-repeat center center / cover;
	padding: 52px 0 60px;
	text-align: center;
}

.flow {
	width: 63.6%;
	margin: 0 auto;
}

.sec06 h2 {
	margin-bottom: 54px;
}

.sec06 h2 span {
	font-size: 32px;
	display: block;
}

.sec06 .box.green {
	background-color: #125e31;
}

.sec06 .box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 120px;
	position: relative;
	background-color: #fff;
	position: relative;
}

.sec06 .box:nth-child(odd).light_green {
	background-color: #00b900;
	color: #fff;
}

.sec06 .box:nth-child(odd) {
	background-color: #eee;
}

.sec06 .box:first-child,
.sec06 .box:last-child {
	height: 100px;
}

.sec06 .img img {
	transform: translate(11px, 3px);
}

.sec06 .img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec06 .img .text {
	font-size: 22px;
	letter-spacing: 0.18em;
	transform: translate(22px, 4px);
}

.sec06 .box p.free {
	letter-spacing: .06em;
	color: #fff;
	padding: 2px 32px;
	line-height: 1;
	background-color: #f7353c;
	transform: translateY(17px);
	border-radius: 4px;
}

.sec06 .box p.free span:nth-child(1) {
	font-size: 21px;
}

.sec06 .box p.free span:nth-child(2) {
	font-size: 14px;
}

.sec06 .box p.free span:nth-child(3) {
	font-size: 16px;
}

.num {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	flex-direction: column;
	transform: translateY(-50%);
	top: 50%;
	left: 30px;
	line-height: 1;
}

.num p:first-child {
	font-size: 17px;
	letter-spacing: .17em;
}

.num p:last-child {
	font-size: 46px;
	letter-spacing: .08em;
}

.sec06 .box:nth-child(3) .text {
	font-size: 24px;
	letter-spacing: .18em;
}

.sec06 .box:nth-child(4) .text {
	font-size: 22px;
	letter-spacing: .18em;
	line-height: 1.4;
}

.sec06 .box:nth-child(4) .att {
	margin-top: 5px;
}

.box .att {
	position: relative;
	color: #f86b6f;
	font-size: 14px;
	letter-spacing: .26em;
}

.box .att::before,
.box .att::after {
	position: absolute;
	background-color: #f86b6f;
	height: 70%;
	width: 1px;
	content: "";
}

.box .att::before {
	transform: translate(-50%, -50%) rotate(-45deg);
	top: 50%;
	left: -8px;
}

.box .att::after {
	transform: translate(-50%, -50%) rotate(45deg);
	top: 50%;
	right: -8px;
}

.sec06 .box:nth-child(1) .text img {
	transform: translateY(-3px);
}

.sec06 .box:nth-child(4) picture img {
	transform: translateY(4px);
}

.sec06 .box:nth-child(5) picture img {
	transform: translateY(2px);
}

.box::after {
	transform: translate(-50%, 100%);
	bottom: 0;
	left: 50%;
	position: absolute;
	content: "";
	border-top: 19px solid #fff;
	border-right: 30px solid transparent;
	border-bottom: 19px solid transparent;
	border-left: 30px solid transparent;
	z-index: 1;
}

.box:last-child::after {
	display: none;
}

.box:nth-child(odd)::after {
	border-top: 19px solid #eee;
}

.box.box.light_green::after {
	border-top: 19px solid #00b900;
}

.sec07 {
	text-align: center;
	background: url(./images/bg5.png) no-repeat center center / cover;
	padding: 58px 0 92px;
}

.sec07 h2 {
	margin-bottom: 59px;
}

.sec07 .img {
	width: 64.5%;
	background-color: #fff;
	margin: 0 auto;
	border: 1px solid #000;
	position: relative;
}

.slide_arrow {
	position: absolute;
	transform: translateY(-50%);
	top: 54%;
	cursor: pointer;
}

.prev_arrow {
	left: -60px;
}

.next_arrow {
	right: -60px;
}

.slick_counter {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -40px;
	color: #125e31;
}

.slick_counter span {
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}

.sec08 {
	background: url(./images/bg6.png) no-repeat center center / cover;
	padding: 61px 0 54px;
	position: relative;
}

.sec08 img.item {
	position: absolute;
	bottom: -13%;
	right: -11%;
}

.sec08 .text {
	margin-top: 38px;
	padding-left: 41px;
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: .09em;
	font-family: 'Noto Sans JP', sans-serif;
}

.sec08 .text span.adjust {
	margin-bottom: 20px;
	display: block;
}

.sec08 .text_box {
	width: 77%;
	margin: 0 auto;
}

.sec08 .text span.dot_text {
	font-size: 22px;
	font-weight: bold;
	position: relative;
}

.sec08 .text span.dot_text::after {
	position: absolute;
	content: "";
	background-color: #125e31;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	transform: translateX(-50%);
	left: 50%;
	top: -5px;
}

.mv.bottom {
	background: none;
	background-color: #022410;
	padding: 52px 0 31px;
}

.copyright {
	background-color: #125e31;
	padding: 15px 0;
	color: #fff;
	text-align: center;
}
.fnavi{
	margin-bottom:15px;
}
.fnavi a {
	color:#fff;
	margin:0 15px;
	border-bottom:1px solid;
}
.copyright .text {
	font-size: 12px;
	letter-spacing: .19em;
	text-align: center;
}

@media screen and (max-width:1399px) {

	.sec01 img.item,
	.sec08 img.item {
		transform: initial;
		right: 0;
	}

	.sec01 img.item {
		width: 24%;
		bottom: 0;
	}

	.sec08 img.item {
		width: 22%;
	}
}

@media screen and (max-width: 991px) {
	.text {
		font-size: 16px;
	}

	.sec02 {
		padding: 109px 15px 103px;
		width: 100%;
	}

	.sec02 .data_tb01 {
		width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 920px) and (min-width: 751px) {
	.sec01 img.item {
		width: 180px;
		bottom: 30px;
	}

	.sec08 img.item {
		width: 18%;
	}
}

@media screen and (max-width: 750px) {
	.wrap {
		max-width: 92%;
	}

	.sp_block {
		display: block;
	}

	br.sp_block {
		display: inline;
	}

	.sp_none {
		display: none;
	}

	.text {
		font-size: 18px;
	}

	.entry_btn .text {
		margin-bottom: 20px;
	}

	.pc_none {
		display: block;
	}

	/* MV */
	.mv {
		background: url(./images/sp/mv_sp.png) no-repeat center center / cover;
		padding: 80px 0 60px;
	}

	.mv p.adjust img {
		transform: translateX(30px);
	}

	.mv .title {
		margin-bottom: 55px;
	}

	.mv .title img {
		width: 75.5vw;
	}

	.mv .checkpoint {
		width: 80%;
		margin: 30px auto 0;
	}

	.mv .entry_btn {
		margin-top: 30px;
	}

	.entry_btn p img {
		transform: translateX(-13px);
		width: 54.7vw;
		margin: 0 auto 20px;
	}

	.sec01 {
		padding: 0 0 104px;
		background: url(./images/sp/bg1_sp.png) no-repeat bottom center / contain;
	}

	.sec01 .text_box {
		display: block;
		margin-top: -40px;
	}

	.sec01 h2 img {
		transform: translateY(58%);
	}

	.sec01 .text_box h2 img {
		margin: 0 auto;
		width: 66vw;
	}

	.sec01 .text_box .text {
		line-height: 2.2;
	}

	.sec01 .text_box img.item {
		display: none;
	}

	.sec01 img.item {
		position: initial;
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw);
		transform: translateY(-72px);
	}

	.sec01 .text.adjust img {
		width: 84.6vw;
	}

	.sec01 .text.adjust {
		margin-top: 0;
	}

	.sec02 {
		padding: 109px 15px 103px;
		width: 100%;
	}

	.sec02 .data_tb01 {
		width: 100%;
		margin: 0 auto;
	}

	.sec02 .data_tb01 th {
		font-size: 14px;
		padding: 10px 0;
	}

	.sec03 {
		padding: 78px 0;
	}

	.sec03 h2 {
		font-size: 23px;
		letter-spacing: .11em;
		line-height: 1.97;
	}

	.interview_top_text img {
		width: 84vw;
	}

	.interview_top_text {
		margin-bottom: 85px;
	}

	.interview_top_text span.red {
		font-size: 31px;
	}

	.sec04 .interview {
		width: 97%;
		padding: 25px 25px 13px;
	}

	.sec04 .interview .img .name_box {
		position: initial;
		transform: translateY(-31px);
		width: 94%;
		margin: 0 auto;
		padding: 25px 25px 15px;
	}

	.sec04 .interview .img .name_box .text {
		font-size: 15px;
		text-align: justify;
		line-height: 1.69;
		letter-spacing: 0.16em;
		margin-bottom: 0;
	}

	.sec04 .interview .img .name_box .name {
		font-size: 35px;
		text-align: right;
		line-height: 1.3;
	}

	.sec04 .text_box .text {
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: .06em;
	}

	.sec04 .text_box .text + .text {
		margin-top: 25px;
	}

	.sec04 .text_box {
		padding: 0px 10px 3px;
	}

	.sec04 {
		padding: 81px 0 100px;
	}

	.sec05 {
		padding: 120px 0 135px;
	}

	.sec05 p.adjust img {
		margin: 67px 0 73px;
	}

	.sec05 h2 img {
		transform: translateX(7px);
		width: 80vw;
	}

	.sec05 .entry_btn p img {
		transform: translateX(0px);
	}

	.sec06 {
		padding: 108px 0 130px;
	}

	.sec06 h2 img {
		transform: translateX(17px);
		width: 74vw;
	}

	.flow {
		width: 97%;
	}

	.sec06 .box:nth-child(odd).light_green {
		height: 300px;
	}

	.num {
		position: initial;
		transform: initial;
	}

	.num img {
		width: 100px;
	}

	.box .light_green .num p:last-child {
		letter-spacing: 0;
	}

	.box::after {
		border-top: 38px solid #fff;
		border-right: 60px solid transparent;
		border-bottom: 38px solid transparent;
		border-left: 60px solid transparent;
	}

	.box.box.light_green::after {
		border-top: 38px solid #00b900;
	}

	.box:nth-child(odd)::after {
		border-top: 38px solid #eee;
	}

	.sec06 .box.light_green .text {
		letter-spacing: 0.2em;
		margin-top: 20px;
	}

	.sec06 .box:nth-child(1) .text img {
		width: 58vw;
		transform: translateY(-7px);
	}

	.sec06 .box:nth-child(2) .num img {
		transform: translate(-10px, -1px);
	}

	.sec06 .box {
		height: 440px;
	}

	.sec06 .img {
		flex-direction: column;
		margin-top: 19px;
	}

	.sec06 .img img {
		transform: initial;
	}

	.sec06 .img .text {
		font-size: 22px;
		transform: initial;
	}

	.sec06 .box p.free span:nth-child(1) {
		font-size: 21px;
	}

	.sec06 .box p.free span:nth-child(2) {
		font-size: 14px;
	}

	.sec06 .box p.free span:nth-child(3) {
		font-size: 16px;
	}

	.sec06 .box p.free {
		padding: 3px 64px;
		transform: translateY(31px);
	}

	.sec06 .box:nth-child(3) .num {
		margin-bottom: 35px;
	}

	.sec06 .box:nth-child(3) {
		height: 320px;
	}

	.box .att {
		font-size: 14px;
	}

	.sec06 .box:nth-child(4) .text,
	.sec06 .box:nth-child(5) .text {
		font-size: 22px;
	}

	.sec06 .box:nth-child(4) .att {
		margin-top: 50px;
		margin-bottom: 10px;
	}

	.sec06 .box:nth-child(4) .num {
		transform: translateY(42px);
		margin-bottom: 72px;
	}

	.sec06 .box:nth-child(5) .num {
		margin-bottom: 30px;
	}

	.box .att::before {
		left: -15px;
	}

	.box .att::after {
		right: -20px;
	}

	.sec06 .box:nth-child(5) {
		height: 420px;
	}

	.sec06 .box:first-child,
	.sec06 .box:last-child {
		height: 280px;
	}

	.sec06 .box:last-child .text {
		font-size: 28px;
	}

	.sec07 h2 {
		margin-bottom: 56px;
	}

	.sec07 h2 img {
		transform: translateX(8px);
		width: 72.6vw;
	}

	.sec07 {
		padding: 114px 0 213px;
	}

	.sec07 .img {
		width: 97%;
	}

	.slide_arrow {
		transform: translate(0, 100%);
		bottom: 0;
		top: initial;
		height: 88px;
		width: 88px;
	}

	.next_arrow {
		right: 0;
	}

	.prev_arrow {
		left: 0;
	}

	.slick_counter {
		bottom: -65px;
	}

	.slick_counter span {
		font-size: 15px;
	}

	.sec08 {
		padding: 121px 0 85px;
	}

	.sec08 .text_box {
		width: 97%;
	}

	.sec08 .text {
		font-size: 18px;
		padding-left: 0;
		margin-top: 60px;
	}

	.sec08 .text span.adjust {
		margin-bottom: 37px;
	}

	.sec08 .text span.dot_text {
		font-size: 21px;
	}

	.sec08 img.item {
		width: 100%;
		transform: translateX(20px);
		margin-top: 30px;
		position: initial;
	}

	.mv.bottom {
		padding: 122px 0 142px;
	}

	.mv.bottom .entry_btn .text {
		margin-bottom: 0px;
	}

	.copyright .text {
		font-size: 12px;
	}

	.copyright {
		padding: 27px 0;
	}

	.sec08 .text span.dot_text::after {
		height: 11px;
		width: 11px;
		top: -15px;
	}
}

@media screen and (max-width: 749px) {

	.mv p.adjust img,
	.entry_btn p img,
	.sec06 h2 img,
	.sec07 h2 img,
	.sec08 img.item,
	.sec05 h2 img {
		transform: initial;
	}

	.sec06 .box:nth-child(2) .img img {
		width: 60vw;
	}

	.sec06 .box:nth-child(3) picture img {
		width: 67vw;
	}

	.sec06 .box:nth-child(4) picture img {
		width: 64vw;
	}

	.sec06 .box:nth-child(5) picture img {
		width: 75vw;
	}

	.sec06 .box:nth-child(6) picture img {
		width: 64vw;
	}

	.num img {
		width: 13vw;
	}
}

@media screen and (max-width: 600px) {

	.win,
	.lose {
		padding: 3px 10px;
	}

}

@media screen and (max-width: 480px) {
	.sec01 .text_box h2 img {
		width: 78%;
	}

	.interview_top_text {
		margin-bottom: 30px;
	}

	.interview_top_text span.red {
		font-size: 30px;
	}

	.sec04 .interview {
		padding: 13px 13px 7px;
	}

	.sec04 .interview .img .name_box .text {
		font-size: 15px;
	}

	.sec04 .interview .img .name_box .name {
		font-size: 35px;
	}

	.sec04 .interview .img img {
		width: 100%;
	}

	.sec04 .text_box .text {
		font-size: 14px;
	}

	.sec04 .interview .img .name_box {
		position: initial;
		transform: translateY(-15px);
		padding: 12px;
	}

	.slide_arrow {
		width: 44px;
		height: 44px;
	}

	.slick_counter span {
		font-size: 15px;
	}

	.slick_counter {
		bottom: -40px;
	}

	.sec08 .text {
		font-size: 18px;
	}

	.sec08 {
		padding: 50px 0 42px;
	}

	.sec08 .text span.dot_text {
		font-size: 22px;
		letter-spacing: 0;
	}

	.sec08 .text span.adjust {
		margin-bottom: 18px;
	}

	.copyright {
		padding: 13px 0;
	}

	.copyright .text {
		font-size: 12px;
	}

	.mv {
		padding: 55px 0 38px;
	}

	.mv .title {
		margin-bottom: 27px;
	}

	.mv .entry_btn {
		margin-top: 50px;
	}

	.sec01 img.item {
		transform: translateY(-36px);
	}

	.sec01 {
		padding: 0 0 50px;
	}

	.sec02 {
		padding: 50px 5px;
	}

	.sec02 .data_tb01 td {
		font-size: 12px;
		line-height: 1.2;
		padding: 0 3px;
		height: 80px;
		word-break: break-all;
	}

	.sec02 .slick-vertical .slick-slide {
		height: 80px !important;
		1
	}

	.sec03 {
		padding: 36px 0;
	}

	.sec04 {
		padding: 40px 0 50px;
	}

	.sec05 {
		padding: 60px 0 65px;
	}

	.sec05 p.adjust img {
		margin: 33px 0 37px;
	}

	.mv.bottom {
		padding: 60px 0 70px;
	}

	.sec06 {
		padding: 50px 0 65px;
	}

	.sec07 {
		padding: 55px 0 105px;
	}

	.sec08 .text span.dot_text::after {
		height: 5px;
		width: 5px;
		top: -5px;
	}

	.sec08 .text {
		margin-top: 30px;
	}
}

@media screen and (max-width:375px) {
	.sec02 .data_tb01 th {
		font-size: 12px;
		line-height: 1.2;
	}

	.sec02 .data_tb01 td {
		font-size: 12px;
		line-height: 1.2;
		padding: 0 3px;

	}

	.sec02 .data_tb01 td.n01 {
		padding: 10px;
	}

	.sec02 .data_tb01 .n01 {
		width: 40%;
		position: relative;
	}

	.sec02 .data_tb01 .n02 {
		width: 20%;
		text-align: center;
	}

	.sec02 .data_tb01 .n03 {
		width: 20%;
		text-align: center;
	}

	.sec02 .data_tb01 .n04 {
		width: 20%;
		text-align: center;
	}

	.sec06 .box:nth-child(odd).light_green {
		height: 150px;
	}

	.sec06 .box {
		height: 220px;
	}

	.sec06 .box:nth-child(2) .num img {
		transform: initial;
	}

	.sec06 .img {
		margin-top: 8px;
	}

	.sec06 .box p.free {
		padding: 1px 31px;
	}

	.sec06 .box p.free span:nth-child(1) {
		font-size: 21px;
	}

	.sec06 .box p.free span:nth-child(2) {
		font-size: 14px;
	}

	.sec06 .box p.free span:nth-child(3) {
		font-size: 16px;
	}

	.sec06 .box p.free {
		transform: translateY(15px);
	}

	.box::after {
		border-top: 19px solid #fff;
		border-right: 30px solid transparent;
		border-bottom: 19px solid transparent;
		border-left: 30px solid transparent;
	}

	.box.box.light_green::after {
		border-top: 19px solid #00b900;
	}

	.box:nth-child(odd)::after {
		border-top: 19px solid #eee;
	}

	.sec06 .box:nth-child(3) {
		height: 160px;
	}

	.sec06 .box:nth-child(3) .num {
		margin-bottom: 17px;
	}

	.sec06 .box:nth-child(4) .num {
		transform: translateY(0px);
		margin-bottom: 12px;
	}

	.sec06 .box:nth-child(5) {
		height: 210px;
	}

	.sec06 .box:nth-child(5) .num {
		margin-bottom: 15px;
	}

	.sec06 .box:last-child {
		height: 140px;
	}

	/*
    table tr:last-child th:nth-child(3) {
        padding-left: 16px;
        padding-right: 9px;
    }
    table td {
        padding: 9px 7px 9px 12px;
    }
  */
}

.slider p{
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "YuGothic M", "メイリオ", Meiryo, sans-serif;
  font-size:12px !important;
  line-height:1.4;
  font-weight:bold;
  padding:10px 0;
}
.slider p .c-red,
.slider p .c-blue,
.slider p .c-green,
.slider p .c-black{
  font-weight:bold;
}
.slider p .c-red{
  color:#DA2D2A;
}
.slider p .c-blue{
  color:#1770AC;
}
.slider p .c-green{
  color:#1B7F1B;
}
.slider p .c-black{
  color:#000000;
}