@charset "UTF-8";
@import "header.css";
@import "footer.css";
:root {
    --font-main: '游ゴシック体", "Yu Gothic", YuGothic, sans-serif';
    /* FONT SITE */
    --txt: #000;
    /* COLOR TEXT */
    --mcolor: #003b7d;
    /* MAIN COLOR  */
    --scolor: #999999;
    /* SUB COLOR */

    /* CUSTOM COLOR */
    --blue: blue;
    --gray: #e9e9e9;
    --red: red;
    --f-nts: 'Noto Sans JP', sans-serif;
    --f-nsr: 'Noto Serif JP', serif;
    --f-yumin: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    --f-yugo: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
@keyframes animation-link {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}
@keyframes animation-link-out {
    0% {
        width: 100%
    }
    to {
        width: 0
    }
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, l, label, legend, mark, menu, nav, object, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, var, video {
    margin: 0;
    padding: 0
}
button, h1, h2, h3, h4, h5, h6, input, option, select, table, textarea {
    font-size: 100%
}
blockquote, q {
    quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
    content: none
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}
main {
    overflow-x: hidden;
    position: relative
}
input, li, ol, textarea, ul {
    margin: 0;
    padding: 0
}
li, ol, ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption, th {
    text-align: left
}
:focus:not(:focus-visible) {
    outline: 0
}
a img, img {
    border: 0
}
br {
    display: block;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #000
}
input:not([type=checkbox]) {
    -webkit-appearance: none;
    appearance: none
}
html {
    line-height: 1.6
}
.l-cta, body {
    position: relative
}
body {
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	color: #000;
	letter-spacing: .025em;
	font-family: "Yu Gothic Medium","游ゴシック","Yu Gothic","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo";
	overflow-x: hidden;
}
.cl-red {
    color: #de1c24;
}
.ct {
    text-align: center;
    margin: 0 auto;
}
.font120{
	font-size: 120%
}

@media print, screen and (min-width: 48.0625em) {
    body {
        line-height: 1.85
    }
}
@media only screen and (max-width: 48em) {
    body {
        line-height: 1.85
    }
}
img {
    display: block;
    max-width: 100%
}
button {
    font-family: "Yu Gothic Medium","游ゴシック","Yu Gothic","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo";
}
*, ::after, ::before {
    box-sizing: border-box;
}
.center {
    text-align: center;
}
.m0a {
    margin: 0 auto;
}

/* MAIN */
.box_sp {
	display: none;
}
.inner {
    max-width: 930px;
    margin: auto;
    width: 100%;
}
.top-banner {
	padding: 0 0 45px;
}
.top-banner .bg_mv {
    position: relative;
    height: 100%;
}
.top-banner .bg_mv:before{
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/bg_men_mv.png) no-repeat center top;
    content: "";
    width: 100%;
    height: 100%;
    max-height: 776px;
    display: block;
    z-index: 1;
}
.top-banner .bg_mv h1 {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.top-banner .btn-item a:hover {
	opacity: .8;
}

.brand-wrapper ul {
	display: grid;
	grid-template-columns: repeat(6, 6fr);
	grid-column-gap: 18px;
	grid-row-gap: 22px;
}
.brand-wrapper ul li a:hover {
	opacity: .8;
}
.brand-wrapper ul.logo-list {
	display: flex;
	justify-content: center;
	margin-top: 22px;
	flex-wrap: wrap;
}
/*-- SECTION 1 start */
.sec01 {
    padding: 80px 0 110px;
    background: #eeeeee;
}
.sec01 .head-title {
    margin: 0 0 56px;
}
.desc-pd {
    padding: 0 0 45px;
}
.desc {
    font-size: 18px;
    font-weight: 500;
    color: #0e1921;
    letter-spacing: 0;
    line-height: 1.6em;
}
.sec01 .desc {
    letter-spacing: -0.09rem;
}
.sec01_content {
    margin-top: -8px;
}
.sec01_content .desc.top {
    padding-bottom: 31px;
}
.sec01_img {
    padding-bottom: 32px;
}
/*-- SECTION 2 start */
.sec02 {
    padding: 91px 0 97px;
}
.sec02 .head-title {
    margin: 0 0 60px;
}
.sec02 p.img {
    padding: 53px 0 60px;
}
.sec02 .txt-color {
	color: #340fff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 24px;
	padding: 26px 0 0;
	letter-spacing: -0.15rem;
	line-height: 1.54em;
}
/*-- SECTION 3 start */
.sec03 {
    background: #eeeeee;
    padding: 99px 0 77px;
}
.sec03-list {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.sec03-item {
    max-width: 458px;
}
.sec03-item .title-inner {
    font-weight: bold;
    color: #181267;
    font-size: 18px;
    letter-spacing: 0;
}
.caption.top {
    margin-bottom: 30px;
}
.sec03-item .desc span {
    color: #340fff;
    position: relative;
    font-weight: bold;
}
.highlight {
    background: -webkit-linear-gradient(transparent 50%, #fdfb00 50%, #fdfb00 90%, transparent 90%);
    background: -o-linear-gradient(transparent 50%, #fdfb00 50%, #fdfb00 90%, transparent 90%);
    background: linear-gradient(transparent 50%, #fdfb00 50%, #fdfb00 90%, transparent 90%);
}
/*-- SECTION 4 start */
.sec04 {
	background: url("../images/bg_04.png") no-repeat center top;
    min-height: 1807px;
    padding: 109px 0 0;
}
.sec04-bg-top {
	background: url("../images/bg_04_02.png") no-repeat center top;
	position: relative;
	z-index: 1;
}
.sec04-bg-bot {
	background: url(../images/bg_04_01.png) no-repeat center top;
    height: 880px;
    position: relative;
    z-index: 2;
/*    margin-top: -10.5334vw;*/
	margin-top: -203px;
}
.sec04 .head-title {
	padding-bottom: 61px;
}
.sec04-list {
	position: relative;
	background: #fff;
}
.sec04-list.top {
	padding: 41px 65px 160px 166px;
}
.sec04-list.top .title-zone {
	padding-bottom: 35px;
}
.sec04 .img.people01 {
	position: absolute;
	top: -121px;
	left: -46%;
}
.sec04 .img.people02 {
	position: absolute;
    right: -28%;
    top: -359px;
}
.sec04-list.top .sec04-content {
    padding: 25px 0 0;
    max-width: 408px;
    margin-left: auto;	
}
.sec04-content .desc:last-child {
	padding-bottom: 0;
}
.sec04 .desc {
	letter-spacing: -.11rem;
}
.sec04 .desc.desc-top {
	padding-left: 100px;
}
.sec04-list.bot {
	padding: 64px 65px 23px;
}
.sec04-bg-bot .sec04-wrapper {
	padding-top: 221px;
}
.sec04-bg-bot .sec04-wrapper .title-zone {
	padding-bottom: 59px;
}
.sec04-bg-bot .sec04-content {
	background: #fff;
	max-width: 540px;
}
.sec04-bg-bot .sec04-content .desc {
	padding-bottom: 34px;
}
.sec04-bg-bot .sec04-content .desc:last-child {
	padding-bottom: 34px;
}
/*-- SECTION 5 start */
.sec05 {
    padding: 109px 0 99px;
}
.sec05-wrapper {
    padding: 56px 0 0;
}
.sec05-list {
    background: #eeeeee;
    padding: 46px 65px 35px;
}

.sec05-list li {
    position: relative;
    color: #181267;
    font-weight: bold;
    font-size: 24px;
    padding-left: 24px;
    padding-bottom: 4px;
    letter-spacing: -.15rem;
}
.sec05-list li:before {
    position: absolute;
    background: #4860f7;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50px;
    top: 10px;
    left: 2px;
}
.sec05-list.top {
    margin-bottom: 57px;;
}
.sec05-list.bot {
	padding: 46px 65px;
}
/*-- SECTION 6 start */
.sec06 {
    background: #eeeeee;
    padding: 108px 0 94px;
}
.sec06 p.img {
    padding: 64px 0 0;
}
.table-list {
    border: 1px solid #707070;
    max-width: 930px;
    width: 100%;
    margin: 78px 0 0;
}
.table-list tbody tr {
    border-bottom: 1px solid #707070;
}
.table-list tbody tr:last-child {
    border-bottom: 0;
}
.table-list tbody tr th {
    background: #181267;
    color: #fff;
    font-weight: bold;
    width: 200px;
    text-align: center;
    height: 60px;
    font-size: 18px;
}
.table-list tbody tr td {
    background: #ffffff;
    color: #000000;
    padding-left: 20px;
    font-weight: 500;
    height: 60px;
    font-size: 18px;
}
.table-list tbody tr th.th-custom {
    height: auto;
    padding: 32px;
}
.table-list tbody tr td.td-custom {
    height: auto;
    padding: 15px;
}
/*-- SECTION 7 start */
.sec07 {
    background: #1a1369;
    padding: 87px 0 108px;
}
.sec07-list {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 44px 30px 41px;
    margin: 73px 0 0;
}
.sec07-item {
    max-width: 428px;
}
.sec07-item .desc {
    padding-bottom: 34px;
    font-weight: 500;
}
.sec07-item .desc:nth-child(2) {
    padding-bottom: 36px;
}
.sec07-item .desc:last-child {
    padding-bottom: 0;
}
.sec07-item .desc span {
    color: #411fff;
    font-weight: bold;
}
/*-- SECTION 8 start */
.sec08 {
    padding: 102px 0 72px;
    background: url("../images/bg_08.png") no-repeat center top;
}
.sec08 .title-zone {
    padding-top: 81px;
}
.sec08-caption {
    padding: 27px 0 22px;
	font-size: 18px;
}
.sec08 .sub-title {
    padding: 39px 0 47px;
}
/*-- SECTION 9 start */
.sec09 {
    padding: 75px 0 118px;
    background: url("../images/bg_09.png") no-repeat center top;
	background-position: bottom;
}
.sec09-caption {
    padding: 26px 0;
    font-weight: 400;
    font-size: 18px;
}
.sec09 .sub-title {
    padding: 39px 0 47px;
}
/*-- SECTION 10 start */
.sec10 {
    padding: 122px 0 104px;
}
.sec10 .desc span {
    color: #3b18ff;
    font-weight: bold;
    font-size: 24px;
	line-height: 1.5em;
}
.sec10-content {
    margin: 70px 0 0;
}
.sec10-content .desc {
    padding-bottom: 37px;
}
.sec10-content .desc:last-child {
    padding-bottom: 0;
}
/*-- SECTION 11 start */
.sec11 {
    padding: 106px 0 82px;
    border-top: 2px solid #000000;
}
.sec11 .table-list {
    margin: 83px 0 0;
}
/*-- SECTION 12 start */
.sec12 {
	padding-bottom: 100px;
}

/*-- fixed_bottom start */
.fixed_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 8;
    width: 100%;
    text-align: center;
}

.fixed_bottom .pc_bnr_float_bottom {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    opacity: 0;
}

.fixed_bottom .pc_bnr_float_bottom.hide {
    opacity: 0;
}

.fixed_bottom .pc_bnr_float_bottom.show {
    opacity: 1;
    animation: scrolltop 0.8s;
    animation-iteration-count: 1;
}

.fixed_bottom .pc_bnr_float_bottom a {
    width: 100%;
    display: contents;
}

.fixed_bottom .pc_bnr_float_bottom a:hover img {
    opacity: .85;
}


/*-- SECTION thanks start */
.sec-thanks.section .inner span {
    background:linear-gradient(transparent 60%, #ff6 60%);
}

.sec-thanks.section .inner .title-zone {
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    line-height: 110%;
    margin-top: 100px;
    margin-bottom: 50px;
}
.sec-thanks-content .box  {
	color: #fff;
	background-image: linear-gradient(150deg, rgba(76, 96, 253, 1), rgba(195, 101, 164, 1) 69%, rgba(244, 76, 114, 1));
}

.sec-thanks-content .box p   {
	text-align: center;
    font-size: 270%;
    font-weight: bold;
    margin-bottom: 30px;
}

.sec-thanks-content p {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    margin-bottom: 30px;
}

.sec-thanks.section .inner p span {
    background-color: #ff9;
}
.sec-thanks-content ul {
    text-align: center;
    font-size: 150%;
    margin-bottom: 30px;
}

.sec-thanks-content .btn,
.sec-thanks-content a.btn,
.sec-thanks-content button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.sec-thanks-content a.btn--yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}

.sec-thanks-content a.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}


@keyframes scrolltop {
    0% {
        transform: translateY(-80px);
        transform-origin: center;
        opacity: 0;
        transition: ease-in-out;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }

}



/*-- SECTION_thanks start */




/*hide*/

/*
aside.l-cta.l-cta-footer {
	display: none;
}
*/
