@charset "UTF-8";
@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@300;400;500&display=swap');

html,body {
	height:100%;
}
html {
	font-size:62.5%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, figure {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1.8rem;
	line-height: 1.667;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color: #333;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd,
ol, ul, li, form, input, textarea, button,
table, tr, th, td, article, aside, footer, header,
hgroup, nav, section, a, span, img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	min-width: 1000px;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	opacity: .7;
}

a img {
	transition: opacity 0.3s ease-out;
}
a:hover img {
	opacity: 0.7;
}
figure {
	text-align: center;
	line-height: 0;
  margin: 0;
  padding: 0;
}
p {
	font-size: 1.8rem;
  line-height: 1.667;
}
p.nrw {
	letter-spacing: -.02em;
}
.sp {
	display: none;
}

.wrap {
	width: 100%;
	max-width: 746px;
	margin: auto;
}

/* ------------------------------
    text/font
------------------------------ */
.ta_c {
	text-align: center;
}
.fwb {
	font-weight: bold;
}
.color_red {
	color: #eb0000 !important;
}
.highlight {
  background: linear-gradient(transparent 60%, #ffd701 60%, #ffd701 96%, transparent 96%);
}
.highlight2 {
  background: linear-gradient(transparent 74%, #ffd701 74%, #ffd701 97%, transparent 97%);
}
.udl {
  background: linear-gradient(transparent 88%, #333 88%, #333 92%, transparent 92%);
}
.mac .udl{
  border-bottom: 1px solid #333;
  padding-bottom: .1em;
  background: none;
}
.font_gos {
  font-family: var(--main_font_gos);
}
.font_serif {
  font-family: 'Noto Serif JP', serif;
}
.font_bebas{
  font-family: 'Bebas Neue', cursive;
}
.mplus{
  font-family: 'M PLUS 1', sans-serif;
}

:root {
  --main_font_gos: "ヒラギノ角ゴ Pro W3", "Hiragino Sans", 'Noto Sans JP', "メイリオ", "Meiryo", sans-serif;
}


@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
	}
	figure {
		width: 100%;
		text-align: center;
	}
	img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}
	p {
		font-size: min(4vw,2.2rem);
	}
  .wrap{
    width: 96%;
  }
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.txt {
		font-size: 1.4rem;
	}
  .udl{
    background: linear-gradient(transparent 85%, #333 88%, transparent 95%);
    display: inline;
    padding: 0 0 0.8vw;
  }
  .udl_red{
    background: linear-gradient(transparent 88%, var(--main_color_red1) 88%, transparent 95%);
    display: inline;
    padding: 0 0 0.8vw;
  }
  .udl_white{
    background: linear-gradient(transparent 88%, #ffffff 88%, transparent 95%);
    display: inline;
    padding: 0 0 0.8vw;
  }
  .nowrap{
    white-space: normal;
  }
}


/* ------------------------------
    flex
------------------------------ */
.flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
.justifycontent_spacebetween {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.justifycontent_center {
	-webkit-justify-content: center;
	justify-content: center;
}
.alignitems_center {
	-webkit-align-items: center;
	align-items: center;
}
.order1 {
	order: 1;
}
.order2 {
	order: 2;
}

/* ------------------------------
    float
------------------------------ */
.f_left{
  float: left;
}
.f_right{
  float: right;
}


/* ------------------------------
    clearfix
------------------------------ */

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */

.clear{
  clear: both;
}


/* ------------------------------
*  form
------------------------------ */

input[type="text"],
input[type="tel"],
textarea, select,
input[type=button],
input[type=submit],
button[type=submit],
input[type=reset] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #999999;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="tel"],
textarea {
  width: 100%;
  max-width: 100%;
}

textarea {
  resize: vertical;
  overflow: auto;
}

input[type=button],
input[type=submit] {
  border-style: none;
}

select::-ms-expand {
  display: none;
}
::placeholder {
  color: #999999;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="tel"],
  textarea {
    width: 100%;
    font-size: 1.6rem !important;
  }
  ::placeholder {
    font-size: 3.6vw;
  }
}

/* ------------------------------
*  header
------------------------------ */
#mv{
  width: 100%;
  position: relative;
  overflow: hidden;
}
#mv::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 177px 880px 0 0;
  border-color: #ffd701 transparent transparent transparent;
  top: 0;
  left: 0;
  z-index: 1;
}
.mv_inner{
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .mv_inner .main-title {
    position: relative;
    max-width: 1400px;
    margin: auto;
  }
  .mv_inner .main-title img,
  .mv_inner .img_deco img {
    position: relative;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    z-index: 1;
  }
  .mv_inner .img_deco {
    position: absolute;
    width: 100%;
    max-width: 1400px;
    bottom: -56px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}
@media screen and (min-width: 1400px) {
  .mv_inner .img_deco {
    bottom: -68px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  #mv::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 121px 600px 0 0;
    border-color: #ffd701 transparent transparent transparent;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  #mv{
    height: auto;
  }
  #mv::before {
    display: none;
  }
	.mv_inner .main-title img {
		display: block;
		width: 100%;
	}
  .mv_inner .img_deco {
    display: none;
  }
}


/* ------------------------------
*  footer
------------------------------ */
#footer {
  padding-bottom: 2em;
}
.footer {
  text-align: center;
  background: #181d1d;
}
.footer * {
  line-height: 1;
  color:#ffffff;
}
.footer p.copy {
	text-align: center;
}
.footer ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer ul li {
  position: relative;
}
.footer ul li:nth-of-type(n + 2) {
  padding-left: 1em;
  margin-left: 1em;
}
.footer ul li:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  top: -.01em;
  left: 0;
}
.footer_logo  {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 38px 0 56px;
    margin-bottom: 34px;
  }
  .footer * {
    font-size: 2.4rem;
  }
  .footer ul{
    margin: 0 auto 28px;
  }
  .footer ul li:nth-of-type(n + 2)::before {
    height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 8vw 0;
    margin-bottom: 5vw;
  }
  .footer * {
    font-size: min(3.6vw,2rem);
  }
  .footer p.copy {
    line-height: 1.4;
  }
  .footer ul{
    margin: 0 auto 5vw;
  }
  .footer ul li:nth-of-type(n + 2)::before {
    height: 4vw;
    top: -.2em;
  }
}

/* ------------------------------
*  main
------------------------------ */
main {
  overflow: hidden;
}
.contents_wrap {
  width: 100%;
  margin: auto;
	box-shadow:0 0 4px 2px rgba(153,153,153, .3);
  background-color: #fff;
}
.content_ttl{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_ttl.bg_navy{
  background: #3e526a;
}
.content_ttl .ttl{
  color: #fff;
}
._en{
  font-family: 'Bebas Neue', cursive;
  text-transform: uppercase;
}
/* 仕切り線 */
.tri_line,
.tri_line2 {
  position: absolute;
  background: url("../img/tri_line.svg") no-repeat top center /cover;
  width: 100%;
  height: 288px;
  left: 0;
  z-index: 10;
}
.sec01 .tri_line {
  bottom: -66px;
}
.sec03 .tri_line {
  bottom: -60px;
}
.tri_line2 {
  top: -10px;
  bottom:inherit;
}
@media screen and (min-width: 1440px) {
  .tri_line,
  .tri_line2 {
    background-image: url("../img/tri_line1600.svg");
  }
}

@media screen and (min-width: 768px) {
  .contents_wrap {
    max-width: 726px;
  }
}
@media screen and (max-width: 767px) {
  .contents_wrap {
  }
  .content_ttl{
    height: auto;
    padding: 5vw 0;
  }
  
  .tri_line,
  .tri_line2 {
    width: 100%;
    height: 26.667vw;
  }
  .sec01 .tri_line {
    bottom: -16vw;
  }
  .sec03 .tri_line {
    bottom: -4.8vw;
  }
  .tri_line2 {
    top: 5.333vw;
  }
}


/* ------------------------------
*  btn
------------------------------ */
.btn{
	transition: 0.5s;
}
.btn:hover{
	opacity: 0.7;
}
.btn a{
  position: relative;
	display: block;
  background: #ffd701;
  box-shadow: 0 2px 0 0 #8b7a0f;
  font-weight: 600;
  font-family: var(--main_font_gos);
  letter-spacing: .05em;
  color: #000;
  margin: auto;
  z-index: 2;
}
.btn a::before,
.btn a::after{
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .btn a{
    width: 636px;
    height: 74px;
    font-size: 2.33rem;
    line-height: 74px;
    text-align: center;
    padding-right: 22px;
    border-radius: 5px;
  }
  .btn a::before,
  .btn a::after{
    width: 8px;
    height: 8px;
    border-top: solid 2.5px #000;
    border-right: solid 2.5px #000;
  }
  .btn a::before{
    right: 36px;
  }
  .btn a::after{
    right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
  .btn a{
    width: 100%;
    height: auto;
    font-size: 3.7vw;
    line-height: 1;
    padding: 4.267vw 3.2vw;
    white-space: nowrap;
    border-radius: 0.8vw;
  }
  .btn a::before,
  .btn a::after{
    width: 1.067vw;
    height: 1.067vw;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
  }
  .btn a::before{
    right: 3.467vw;
  }
  .btn a::after{
    right: 2.667vw;
  }
  .cta_area .btn {
    width: 95%;
    margin: auto;
  }
}

/* ------------------------------
*  cta
------------------------------ */
.cta_area{
	background: url("../img/ttl_bg.png") repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cta_area{
    height: 173px;
  }
}
@media screen and (max-width: 767px) {
  .cta_area{
    padding: .5em 0;
  }
}

/* ------------------------------
*  obi
------------------------------ */
.obi{
  position: relative;
  line-height: 0;
  z-index: 11;
}
.obi{
  background: url("../img/img_obi.jpg") repeat-x center center;
  background-size: auto 100%;
  width: 100%;
}
.obi img{
  display: none;
}
@media screen and (min-width: 768px) {
  .obi{
    height: 125px;
  }
}
@media screen and (max-width: 767px) {
  .obi{
    height: 17.8vw;
    background-position: left -30vw center;
  }
}


/* ------------------------------
*  lead
------------------------------ */
.lead{
  position: relative;
  background-color: #fff;
  padding: 0 0 74px;
}
.lead::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 111px 562px;
  border-color: transparent transparent #ffd701 transparent;
  bottom: 0;
  right: 0;
}
.lead .bg_wrap {
  max-width: 1400px;
  background: url("../img/lead_bg.jpg") no-repeat right top /100%;
  margin: auto;
}
.lead .sec_contents{
  width: 100%;
  margin: auto;
}
.lead .inner_txt{
  position: relative;
  max-width: 595px;
  padding: 55px 0 0 8px;
  margin-right: auto;
}
.lead .inner > p{
  letter-spacing: -.02em;
}
.lead .ttl{
  line-height: 0;
  margin-bottom: 36px;
}
.lead .ttl img{
  max-width: 100%;
}
.lead .list li{
  position: relative;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-size: 2.4rem;
  padding-left: 4.2rem;
  color: #111;
}
.lead .list li + li{
  margin-top: 25px;
}
.lead .list li::before{
  position: absolute;
  content: "";
  background: #cd3030;
  border-radius: 9999px;
  width: 30px;
  height: 30px;
  left: 0px;
  top: 2px;
}
.lead .list li::after{
  position: absolute;
  content: "";
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  z-index: 1;
  width: 14px;
  height: 8px;
  left: 7px;
  top: 9px;
}
.lead .inner_txt + p {
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .lead .bg_wrap {
    max-width: 1200px;
  }
  .lead .inner_txt{
    max-width: 520px;
  }
  .lead .list li{
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lead{
    padding: 0 0 8vw;
  }
  .lead::before {
    border-width: 0 0 12.533vw 64vw;
  }
  .lead .bg_wrap {
    background: url("../img/lead_bg_sp.jpg") no-repeat right -90px top -28px /76%;
  }
  .lead .sec_contents{
    padding: 0 1.6vw;
  }
  .lead .inner_txt{
    padding: 20vw 0 5vw;
    margin-right: auto;
  }
  .lead .ttl{
    margin-bottom: 21.333vw;
    width: 72vw;
  }
  .lead .list li{
    font-size: 4vw;
    padding-left: 8.533vw;
  }
  .lead .list li + li{
    margin-top: 5vw;
  }
  .lead .list li::before{
    width: 6.4vw;
    height: 6.4vw;
    top: -0.8vw;
  }
  .lead .list li::after{
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 2.933vw;
    height: 1.333vw;
    left: 1.6vw;
    top: 1.067vw;
  }
  .lead .inner_txt + p {
    margin-top: 5vw;
  }
}

/* ------------------------------
*  sec01
------------------------------ */
.sec01{
  position: relative;
  background: url("../img/sec01_bg.jpg") no-repeat top center /cover;
  padding: 0 0 257px;
}
.sec01 .content_ttl {
  position: relative;
  height: 134px;
}
.sec01 .content_ttl::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 355px 0 355px;
  border-color: #3e526a transparent transparent transparent;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
}
.sec01 .content_ttl .ttl {
  position: relative;
  padding-top: 36px;
  display: block;
  line-height: 0;
  font-size: 4.8rem;
  letter-spacing: .02em;
  font-weight: 500;
}
.sec01 .content_ttl .ttl::before {
  position: absolute;
  content: "";
  background: url("../img/sec01_ttl_txt.png") no-repeat top center /cover;
  width: 305px;
  height: 36px;
  top: -30px;
  left: 105px;
}
.sec01 .content_ttl .ttl::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 95px;
  height: 1px;
  top: -13px;
  left: 0;
}

.sec01 .sec_contents {
  padding: 86px 5px 82px;
  margin: auto;
}
.sec01 .sec_contents > p:not(.mds) {
  letter-spacing: -.03em;
}
.sec01 .sec_contents > p + p {
  margin-top: 30px;
}
.sec01 .sec_contents .mds {
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.25;
  margin:  68px auto 80px;
}
.sec01 .tbl + .mds {
  margin-bottom: 60px;
}

.sec01 .img_wrap {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec01 .img_wrap figure:nth-of-type(2) {
  margin-left: 32px;
}
.sec01 .img_wrap.img01 {
  margin: 42px auto 52px;
}
.sec01 .img_wrap.img02 {
  margin: -5px auto 48px;
}
.sec01 .tbl {
  width: 100%;
  margin: 60px auto 126px;
}
.sec01 .tbl table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
}
.sec01 .tbl table tbody th,
.sec01 .tbl table tbody td {
  border-collapse: collapse;
  border: 1px solid #000;color: #000;
}
.sec01 .tbl table thead th {
  background: #3e526a;
  color: #fff;
  font-family: var(--main_font_gos);
  text-align: center;
  font-size: 2rem;
  padding: .2em .2em .2em .5em;
}
.sec01 .tbl table th,
.sec01 .tbl table td {
  vertical-align: middle;
}
.sec01 .tbl table tbody th {
  width: 34%;
  background: #d8e0e6;
  font-family: var(--main_font_gos);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  padding: .5em 0;
  line-height: 1.25;
}
.sec01 .tbl table tbody tr:nth-of-type(5) th {
  font-size: 2.2rem;
}
.sec01 .tbl table tbody tr:nth-of-type(5) td {
  font-size: 1.8rem;
}
.sec01 .tbl table tbody tr:nth-of-type(odd) td {
  background: #ffffff;
}
.sec01 .tbl table tbody tr:nth-of-type(even) td {
  background: #f2f2f2;
}

.sec01 .tbl table tbody td {
  width: 66%;
  font-size: 2rem;
  padding: .25em 0 0 .5em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .sec01{
    padding: 0 0 10vw;
  }
  .sec01 .content_ttl {
    height: auto;
    padding: 8.6vw 0 8vw;
  }
  .sec01 .content_ttl::before {
    border-width: 3.2vw 32vw 0 32vw;
    bottom: -3.1vw;
  }
  .sec01 .content_ttl .ttl {
    padding-top: 4vw;
    font-size: 6.8vw;
  }
  .sec01 .content_ttl .ttl::before {
    width: 42.667vw;
    height: 5.067vw;
    top: -5.333vw;
    left: 18.133vw;
  }
  .sec01 .content_ttl .ttl::after {
    width: 16vw;
    top: -3.733vw;
  }

  .sec01 .sec_contents {
    padding: 8vw 1.6vw 6vw;
  }
  .sec01 .sec_contents > p + p {
    margin-top: 5vw;
  }
  .sec01 .sec_contents .mds {
    font-size: 6.8vw;
    margin:  36px auto 36px;
  }
  .sec01 .img_wrap figure:nth-of-type(2) {
    margin-left: 2.667vw;
  }
  .sec01 .img_wrap.img01 {
    margin: 5vw auto;
  }
  .sec01 .img_wrap.img02 {
    margin: -5vw auto 5vw;
  }
  .sec01 .tbl {
    margin: 5vw auto 8vw;
  }
  .sec01 .tbl table thead th {
    font-size: min(3.8vw,2rem);
  }
  .sec01 .tbl table tbody th {
    width: 34%;
    font-size: min(4vw,2.2rem);
    padding: 0.5em;
  }
  .sec01 .tbl table tbody tr:nth-of-type(5) th {
    font-size: min(3.9vw,2.1rem);
  }
  .sec01 .tbl table tbody tr:nth-of-type(5) td {
    font-size: min(3.6vw,1.8rem);
  }
  .sec01 .tbl table tbody td {
    width: 66%;
    font-size: min(3.8vw,2rem);
    padding: 0.5em;
  }
}

/* ------------------------------
*  sec02
------------------------------ */
.sec02{
  background: url("../img/bg_check.png") repeat;
  padding: 87px 0 120px;
}
.sec02 .lecture_ttl {
  max-width: 620px;
  border-top: 1px solid #242424;
  border-bottom: 1px solid #242424;
  padding: 5px 0;
  margin: 0 auto 18px;
}
.sec02 .lecture_ttl p:nth-of-type(1) {
  font-size: 3.774rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}
.sec02 .lecture_ttl p:nth-of-type(2) {
  line-height: 0;
}
.sec02 .ttl{
  position: relative;
  font-size: 6.929rem;
  font-weight: 600;
  margin-bottom: 28px;
  color: #242424;
}
.sec02 .ttl::before {
  position: absolute;
  content: "";
  background: url("../img/img_slash.png") no-repeat top center /cover;
  width: 180px;
  height: 16px;
  right: 40px;
  bottom: -4px;
}
.sec02 .sec_contents.reason02 {
  margin-top: 104px;
}
.sec02 .sec_contents.reason03 {
  margin-top: 86px;
}
.sec02 .sub_ttl_wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 26px;
  margin-bottom: 18px;
}
  .sec02 .sec_contents.reason02 .sub_ttl_wrap {
    margin-bottom: 48px;
  }
  .sec02 .sec_contents.reason03 .sub_ttl_wrap {
    margin-bottom: 60px;
  }
.sec02 .sub_ttl {
  color: #242424;
}
.sec02 .ic_reason {
  display: flex;
  align-items: center;
}
.sec02 .ic_reason .txt {
  font-size: 3rem;
  color: #242424;
  font-weight: 600;
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
}
.sec02 .ic_reason .num {
  font-size: 8rem;
  color: #ffd701;
}
.sec02 .sub_ttl_wrap .sub_ttl {
  margin-left: 30px;
  color: #242424;
  font-size: 3.6rem;
  line-height: 1.333;
  letter-spacing: .03em;
  font-family: var(--main_font_gos);
  padding-bottom: .5em;
}
.sec02 .column p,
.sec02 .inner_txt p {
  letter-spacing: -.01em;
}
.sec02 .column p + p,
.sec02 .inner_txt p + p {
  margin-top: 30px;
}
.sec02 .inner_txt {
  margin-top: 14px;
  padding: 0 12px;
}
.sec02 .column {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: auto;
}
.sec02 .sec_contents.reason02 .column {
  margin-bottom: 96px;
}
.sec02 .column.reverse {
  flex-direction: row-reverse;
}
.column_outside_left,
.column_outside_right {
  flex: 1;
  width: 100%;
  max-width: 572px;
}
.column_outside_left {
  margin-left: calc(50% - 50vw);
  margin-right: 25px;
}
.column_outside_right {
  margin-right: calc(50% - 50vw);
  margin-left: 25px;
}
.column_outside_left img,
.column_outside_right img {
  max-width: 100%;
}
.column_txt {
  width: 480px;
}
.column_outside_left + .column_txt {
  padding-right: 12px;
}
.column_outside_right + .column_txt {
  padding-left: 12px;
}
/* プロフィール */
.sec02 .profile_wrap {
  margin: 60px auto 0;
}
.sec02 .prof_ttl,
.sec02 .curriculum_ttl {
  background: #3e526a;
  font-size: 3.6rem;
  font-weight: 500;
  color: #fff !important;
  letter-spacing: .05em;
  padding: .4em 0 .5em;
  line-height: 1;
  margin-bottom: 9px;
}
.sec02 .curriculum_ttl {
  padding: .05em 0 .5em;
}
.sec02 .curriculum_ttl .sm {
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: .09em;
  margin-bottom: 5px;
}

.sec02 .profile_wrap .prof_inner {
  background: #d8e0e6;
  border: 1px solid #000000;
  margin: auto;
  padding: 38px 30px 55px;
}
.sec02 .profile_wrap .prof_item {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #242424;
  padding-bottom: 36px;
  margin-bottom: 26px;
}
.sec02 .profile_wrap .prof_txt {
  width: 100%;
  max-width: 412px;
}
.sec02 .profile_wrap .prof_txt dt * {
  color: #242424;
}
.sec02 .profile_wrap .prof_txt dt {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 28px;
}
.sec02 .profile_wrap .prof_txt dd > p {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: -.03em;
}
.sec02 .profile_wrap .prof_txt dd > p + p {
  margin-top: 30px;
}
.sec02 .profile_wrap .prof_txt dt::before {
  position: absolute;
  content: "";
  background: #242424;
  width: 410px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec02 .profile_wrap .prof_txt .jp {
  font-size: 6.147rem;
  font-weight: 500;
  letter-spacing: .07em;
  line-height: 0.8;
  margin-bottom: 20px;
}
.sec02 .profile_wrap .prof_txt .pos {
  font-size: 1.84rem;
  letter-spacing: .1em;
}
.sec02 .profile_wrap .prof_img.pc {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -12px;
}
.sec02 .profile_wrap .prof_img.sp {
  display: none;
}
.sec02 .profile_wrap .prof_img figure:nth-of-type(1) {
  margin-bottom: 20px;
}
.sec02 .profile_wrap .magazine_item > p {
  font-size: 2.4rem;
  letter-spacing: .03em;
  margin-bottom: 28px;
  color: #111;
}

/* カリキュラム */
.sec02 .curriculum_tbl {
  margin: 0 auto;
}
.sec02 .curriculum_tbl table {
  width: 100%;
  border: 1px solid #000000;
  border-collapse: collapse;
  margin: auto;
}
.sec02 .curriculum_tbl thead th {
  background: #000;
  color: #fff;
  font-family: 'Bebas Neue', cursive;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  padding: .45em 0 .3em;
}
.sec02 .curriculum_tbl tbody th,
.sec02 .curriculum_tbl tbody td {
  border: 1px solid #000000;
  color: #000;
}
.sec02 .curriculum_tbl tbody th {
  width: 23%;
  background: #d8e0e6;
  font-family: var(--main_font_gos);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.25;
}
.sec02 .curriculum_tbl tbody td:nth-of-type(1) {
  width: 10%;
  font-family: 'Bebas Neue', cursive;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.25;
  padding: .5em 0;
}
.sec02 .curriculum_tbl tbody td:nth-of-type(2) {
  width: 67%;
  font-size: 2rem;
  line-height: 1.5;
  padding: .5em 0 .5em .5em;
  letter-spacing: -.01em;
}
.sec02 .curriculum_tbl tbody tr:nth-of-type(odd) td {
  background: #ffffff;
}
.sec02 .curriculum_tbl tbody tr:nth-of-type(even) td {
  background: #f2f2f2;
}

/* ステップ*/
.sec02 .step_list {
  max-width: 710px;
  margin: 53px auto 68px;
}
.sec02 .step_list li {
  position: relative;
  height: 52px;
  display: flex;
  align-items: center;
  border: 1px solid #181d1d;
  background: #181d1d;
}
.sec02 .step_list li::before {
  position: absolute;
  content: "";
  background: #f2f2f2;
  width: 580px;
  height: 100%;
  right: 0;
  top: 0;
}
.sec02 .step_list .step_num {
  flex-basis: 130px;
  background: url("../img/sec02_step_tag.png") no-repeat center center /auto;
  font-family: 'Bebas Neue', cursive;
  text-align: center;
  font-size: 2.4rem;
  padding: 7px 0 3px;
}
.sec02 .step_list .step_txt {
  flex-grow: 1;
  font-family: var(--main_font_gos);
  font-weight: 600;
  font-size: 2.4rem;
  text-align: left;
  letter-spacing: -.01em;
  padding: 5px 0 5px .6em;
  z-index: 1;
}
.sec02 .step_list li + li {
  margin-top: 14px;
}
.sec02 .btn {
  margin-top: 80px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec02 .column {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .sec02{
    padding: 18vw 0 6vw;
  }
  .sec02 .lecture_ttl {
    margin: 0 auto;
  }
  .sec02 .lecture_ttl p:nth-of-type(1) {
    font-size: 5.6vw;
  }
  .sec02 .lecture_ttl p:nth-of-type(2) {
    width: 60vw;
    margin: 1.6vw auto 0;
  }
  .sec02 .ttl{
    font-size: 9.6vw;
    margin-bottom: 7.2vw;
  }
  .sec02 .ttl::before {
    width: 24vw;
    height: 2.133vw;
    right: 2.667vw;
    bottom: -0.8vw;
  }
  .sec02 .sec_contents {
    padding: 0 1.6vw;
  }
  .sec02 .sec_contents.reason02,
  .sec02 .sec_contents.reason03 {
    margin-top: 12vw;
  }
  .sec02 .sub_ttl_wrap {
    margin-left: 0;
    margin-bottom: 0 !important;
  }
  .sec02 .ic_reason .txt {
    font-size: 4vw;
    margin-top: -1.867vw;
  }
  .sec02 .ic_reason .num {
    font-size: 12vw;
  }
  .sec02 .sub_ttl_wrap .sub_ttl {
    margin-left: .5em;
    font-size: 5.4vw;
    padding-bottom: .2em;
  }
  .sec02 .column p + p,
  .sec02 .inner_txt p + p {
    margin-top: 5vw;
  }
  .sec02 .inner_txt {
    margin-top: 5vw;
    padding: 0;
  }
  .sec02 .column {
    display: block;
  }
  .sec02 .sec_contents.reason02 .column {
    margin-bottom: 8vw;
  }
  .column_outside_left {
    max-width: inherit;
    margin-right: auto;
    width: 80vw;
  }
  .column_outside_right {
    max-width: inherit;
    margin-left: auto;
    width: 80vw;
  }
  .column_outside_left figure,
  .column_outside_right figure {
    margin-bottom: 5vw;
  }
  .column_txt {
    width: 100%;
  }
  .column_outside_left + .column_txt {
    padding-right: 0;
  }
  .column_outside_right + .column_txt {
    padding-left: 0;
  }
  /* プロフィール */
  .sec02 .profile_wrap {
    margin: 8vw auto 0;
  }
  .sec02 .prof_ttl,
  .sec02 .curriculum_ttl {
    font-size: 5.4vw;
    margin-bottom: 2vw;
    padding: 0.4em 0 0.5em;
  }
  .sec02 .curriculum_ttl .sm {
    font-size: 3.8vw;
    margin-bottom: 1.6vw;
  }

  .sec02 .profile_wrap .prof_inner {
    padding: 5vw 3vw 6vw;
  }
  .sec02 .profile_wrap .prof_item {
    display: block;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
  .sec02 .profile_wrap .prof_txt {
    max-width: inherit;
  }
  .sec02 .profile_wrap .prof_txt dt {
    padding-bottom: 2.667vw;
    margin-bottom: 5vw;
  }
  .sec02 .profile_wrap .prof_txt dt > p:nth-of-type(1) {
    width: 36vw;
    margin: 0 auto 1.6vw;
  }
  .sec02 .profile_wrap .prof_txt dd > p {
    font-size: min(4vw,2.2rem);
  }
  .sec02 .profile_wrap .prof_txt dd > p + p {
    margin-top: 5vw;
  }
  .sec02 .profile_wrap .prof_txt dt::before {
    width: 96%;
  }
  .sec02 .profile_wrap .prof_txt .jp {
    font-size: 9.2vw;
    margin-bottom: 3vw;
  }
  .sec02 .profile_wrap .prof_txt .pos {
    font-size: 4vw;
    line-height: 1.4;
  }
  .sec02 .profile_wrap .prof_img.sp {
    padding-top: 0;
    display: block;
    margin: 0 auto 5vw;
  }
  .sec02 .profile_wrap .prof_img.pc {
    display: none;
  }
  .sec02 .profile_wrap figure {
    width: 72vw;
    margin: 0 auto;
  }
  .sec02 .profile_wrap .magazine_item > p {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }

  /* カリキュラム */
  .sec02 .curriculum_tbl thead th {
    font-size: min(4.4vw,2.3rem);
  }
  .sec02 .curriculum_tbl tbody th {
    width: 30%;
    font-size: min(3.8vw,2rem);
    padding: .5em;
  }
  .sec02 .curriculum_tbl tbody td:nth-of-type(1) {
    width: 8%;
    font-size: min(4vw,2.2rem);
  }
  .sec02 .curriculum_tbl tbody td:nth-of-type(2) {
    width: 62%;
    font-size: min(3.8vw,2rem);
    padding: .5em;
  }

  /* ステップ*/
  .sec02 .step_list {
    width: 100%;
    margin: 5vw auto;
  }
  .sec02 .step_list li {
    height: 100%;
    max-height: 15vw;
    min-height: 15vw;
  }
  .sec02 .step_list li::before {
    width: 69.333vw;
  }
  .sec02 .step_list .step_num {
    flex-basis: 25%;
    background-size: 86%;
    font-size: 4.4vw;
    padding: .5em .5em .3em;
  }
  .sec02 .step_list .step_txt {
    flex-basis: 75%;
    font-size: 3.8vw;
    line-height: 1.4;
    padding: .3em .5em .3em .7em;
    z-index: 1;
  }
  .sec02 .step_list li + li {
    margin-top: 3vw;
  }
  .sec02 .btn {
    margin-top: 6vw;
  }
}


/* ------------------------------
*  sec03
------------------------------ */
.sec03{
  position: relative;
  background: url("../img/sec01_bg.jpg") no-repeat top center /cover;
}
.sec03 .contents_wrap{
  position: relative;
  margin-top: 50px;
  z-index: 11;
  padding: 35px 10px 88px;
}
.sec03 .ttl_wrap > p {
  line-height: 0;
}
.sec03 .ttl_wrap .ttl {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.26;
  margin-bottom: 56px;
  margin-top: 10px;
  letter-spacing: .05em;
  color: #242424;
}
.sec03 .ttl_wrap .ttl .sm {
  font-size: 3.6rem;
  display: block;
}
.sec03 .ttl_wrap .ttl .deco {
  position: relative;
  display: block;
}
.sec03 .ttl_wrap .ttl .deco::before {
  position: absolute;
  content: "";
  background: url("../img/img_slash.png") no-repeat top center /cover;
  width: 180px;
  height: 16px;
  bottom: -22px;
  left: 48%;
  transform: translateX(-48%);
}
.sec03 .sub_ttl_wrap {
  display: flex;
  align-items: center;
  margin-left: 12px;
  margin-bottom: 40px;
}
.sec03 .num_txt {
  position: relative;
  background: #ffd701;
  width: 48px;
  height: 48px;
  font-family: 'Bebas Neue', cursive;
  color: #242424;
  text-align: center;
  font-size: 2.4rem;
  line-height: 50px;
  border-radius: 50px;
}
.sec03 .num_txt::before {
  position: absolute;
  content: "merit";
  font-family: 'Bebas Neue', cursive;
  color: #242424;
  font-size: 1.85rem;
  letter-spacing: .05em;
  text-align: center;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
}
.sec03 .sub_ttl {
  color: #242424;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: .07em;
  padding-left: .8em;
}
.sec03 .merit05 .sub_ttl {
  font-weight: 600;
  letter-spacing: .02em;
}
.sec03 .merit_wrap {
  border-bottom: 1px solid #242424;
  padding-bottom: 26px;
}
.sec03 .merit_wrap:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.sec03 .merit_wrap:nth-of-type(n + 3) {
  border-top: 1px solid #242424;
  padding-top: 45px;
  margin-top: 5px;
}
.sec03 .merit_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.sec03 .merit03 .merit_inner,
.sec03 .merit04 .merit_inner {
  align-items: center;
}
.sec03 .merit_inner.reverse {
  flex-direction: row-reverse;
}
.sec03 .merit_inner > .inner_txt {
  margin-left: 15px;
  margin-right: 0;
}
.sec03 .merit_inner.reverse > .inner_txt {
  margin-right: 12px;
  margin-left: 0;
}
.sec03 .inner_txt > p {
  font-size: 1.7rem;
  line-height: 1.765;
  letter-spacing: -.01em;
}
.sec03 .inner_txt > p + p,
.sec03 .merit_inner + .inner_txt {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 16vw;
  }
  .sec03 .contents_wrap{
    margin-top: 6.933vw;
    padding: 5vw 3vw 6vw;
  }
  .sec03 .ttl_wrap .ttl {
    font-size: 9.2vw;
    margin-bottom: 10vw;
    margin-top: .6vw;
  }
  .sec03 .ttl_wrap .ttl .sm {
    font-size: 5.4vw;
  }
  .sec03 .ttl_wrap .ttl .deco::before {
    width: 26.667vw;
    height: 2.4vw;
    bottom: -2.133vw;
  }
  .sec03 .ttl_wrap > p {
    width: 64vw;
    margin: auto;
  }
  .sec03 .sub_ttl_wrap {
    margin-left: 0;
    margin-bottom: 5vw;
  }
  .sec03 .num_txt {
    flex-basis: 9.6vw;
    width: 9.6vw;
    height: 9.6vw;
    font-size: 5.4vw;
    line-height: 10.2vw;
  }
  .sec03 .num_txt::before {
    font-size: 3.6vw;
    top: -7.2vw;
  }
  .sec03 .sub_ttl {
    flex: 1;
    font-size: 5.2vw;
    padding-left: .5em;
    line-height: 1.26;
  }
  .sec03 .merit_wrap {
    padding-bottom: 8vw;
  }
  .sec03 .merit_wrap:nth-of-type(n + 3) {
    padding-top: 10vw;
    margin-top: 0.8vw;
  }
  .sec03 .merit_inner {
    display: block;
  }
  .sec03 .merit_inner figure {
    margin-bottom: 5vw;
  }
  .sec03 .merit_inner > .inner_txt,
  .sec03 .merit_inner.reverse > .inner_txt{
    margin: 0 auto;
  }
  .sec03 .inner_txt > p {
    font-size: min(4vw,2.2rem);
  }
  .sec03 .inner_txt > p + p,
  .sec03 .merit_inner + .inner_txt {
    margin-top: 5vw;
  }
}

/* ------------------------------
*  sec04
------------------------------ */
.sec04 .main_ttl {
  line-height: 0;
}
.sec04 .main_ttl img {
  width: 1400px;
  max-width: 100%;
}

.sec04 .bg_wrap{
  background: url("../img/ttl_bg.png") repeat;
  padding: 25px 0 67px;
}
.sec04 .contents_wrap{
  padding: 42px 20px 88px;
}
.sec04 .semiar_ttl_wrap {
  width: 100%;
  max-width: 688px;
  margin: 0 auto 28px;
  border: 4px solid #000;
}
.sec04 .semiar_ttl_wrap dt {
  background: #000;
  padding: 10px 0 0;
}
.sec04 .semiar_ttl_wrap dt > p {
  color: #fff;
  font-size: 3.768rem;
  line-height: 1.1;
  font-family: var(--main_font_gos);
  font-weight: 300;
}
.sec04 .semiar_ttl_wrap dd {
  background: #fff;
  padding: 15px 0;
}
.sec04 .semiar_ttl_wrap dd > p {
  line-height: 0;
}
.sec04 .inner_txt.cont02 {
  margin-top: 60px;
}
.sec04 .inner_txt.cont03 {
  margin-top: 119px;
}
.sec04 .inner_txt.cont04 {
  margin-top: 80px;
}
.sec04 .inner_txt > p {
  letter-spacing: -.03em;
}
.sec04 .inner_txt > p + p {
  margin-top: 28px;
}
.sec04 .inner_txt .sub_ttl {
  width: 100%;
  margin: 0 auto 46px;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: .03em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 18px 0 22px;
  line-height: 1;
}
.sec04 .inner_txt.cont02 .sub_ttl + figure {
  margin-bottom: 40px;
}
.sec04 .inner_txt.cont03 .sub_ttl + figure {
  margin-bottom: 21px;
}
.sec04 .results_wrap {
  width: 100%;
  max-width: 688px;
  margin: 58px auto 0; 
  border: 4px solid #000;
}
.sec04 .results_wrap dt {
  background: #000;
  padding: 9px 0;
}
.sec04 .results_wrap dt > p {
  font-weight: 600;
  line-height: 1.5;
}
.sec04 .results_wrap .results_ttl1 {
  color: #fff;
  font-size: 2.396rem;
}
.sec04 .results_wrap .results_ttl2 {
  color: #f6eb62;
  font-size: 4.143rem;
}
.sec04 .results_wrap dd {
  background: url("../img/bg_check_sm.png") repeat;
  padding: 34px 0 46px 15px;
}
.sec04 .results_wrap dd > ul li {
  display: flex;
  align-items: flex-start;
}
.sec04 .results_wrap dd > ul li + li {
  margin-top: 28px;
}
.sec04 .results_wrap dd > ul li .num_txt {
  position: relative;
  flex-basis: 55px;
  font-family: 'Bebas Neue', cursive;
  font-size: 4.8rem;
  color: #242424;
  line-height: 1.2;
}
.sec04 .results_wrap dd > ul li .num_txt::before {
  position: absolute;
  content: "";
  background: #181d1d;
  width: 1px;
  height: 40px;
  top: .15em;
  left: 55px;
}
.sec04 .results_wrap dd > ul li .results_txt {
  flex-grow: 1;
  font-size: 3rem;
  color: #242424;
  font-family: var(--main_font_gos);
  font-weight: 500;
  line-height: 1.6;
  margin-left: .8em;
  letter-spacing: -.01em;
}
.sec04 .results_wrap dd > ul li:last-of-type .results_txt {
  text-indent: -1em;
  padding-left: .5em;
}
@media screen and (max-width: 767px) {
  .sec04 .bg_wrap{
    padding: 5vw 0;
  }
  .sec04 .contents_wrap{
    padding: 5vw 3vw 6vw;
  }
  .sec04 .semiar_ttl_wrap {
    margin: 0 auto 5vw;
    border: 2px solid #000;
  }
  .sec04 .semiar_ttl_wrap dt {
    padding: 1.6vw 0;
  }
  .sec04 .semiar_ttl_wrap dt > p {
    font-size: 5.6vw;
  }
  .sec04 .semiar_ttl_wrap dt > p:nth-of-type(2) {
    width: 53.333vw;
    margin: 1.6vw auto 0;
  }
  .sec04 .semiar_ttl_wrap dd {
    padding: 2.667vw 0;
  }
  .sec04 .semiar_ttl_wrap dd > p {
    width: 80vw;
    margin: auto;
  }
  .sec04 .inner_txt.cont02 {
    margin-top: 12vw;
  }
  .sec04 .inner_txt.cont03 {
    margin-top: 12vw;
  }
  .sec04 .inner_txt.cont04 {
    margin-top: 12vw;
  }
  .sec04 .inner_txt > p + p {
    margin-top: 5vw;
  }
  .sec04 .inner_txt .sub_ttl {
    margin: 0 auto 5vw;
    font-size: 6.2vw;
    line-height: 1.26;
    padding: 3vw 0;
  }
  .sec04 .inner_txt.cont02 .sub_ttl + figure {
    width: 72vw;
    margin: 0 auto 5vw;
  }
  .sec04 .inner_txt.cont03 .sub_ttl + figure {
    width: 72vw;
    margin: 0 auto;
  }
  .sec04 .results_wrap {
    margin: 5vw auto 0; 
    border: 2px solid #000;
  }
  .sec04 .results_wrap dt {
    padding: 1.6vw 0;
  }
  .sec04 .results_wrap .results_ttl1 {
    font-size: 5.4vw;
  }
  .sec04 .results_wrap .results_ttl2 {
    font-size: 6.4vw;
  }
  .sec04 .results_wrap dd {
    padding: 5vw 3vw;
  }
  .sec04 .results_wrap dd > ul li + li {
    margin-top: 3vw;
  }
  .sec04 .results_wrap dd > ul li .num_txt {
    flex-basis: 12vw;
    font-size: 9.6vw;
  }
  .sec04 .results_wrap dd > ul li .num_txt::before {
    height: 8vw;
    left: 9.6vw;
  }
  .sec04 .results_wrap dd > ul li .results_txt {
    flex-basis: calc(100% - 12vw);
    font-size: 4.8vw;
    line-height: 1.4;
    padding-top: 0.4em;
    margin-left: .04em;
  }
}

/* ------------------------------
*  online
------------------------------ */
.online_box table{
  width: 100%;
  pading: 0;
  border: 1px solid #a5a5a5;
  border-collapse: collapse;
}
.online_box table th,
.online_box table td{
  border-bottom: 1px solid #a5a5a5;
  line-height: 1.26;
}
.online_box table th{
  background-color: #181d1d;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  letter-spacing: .01em;
  font-family: var(--main_font_gos);
}
.online_box table td{
  margin:0 auto;
}
@media screen and (min-width: 768px) {
  .online_box{
    margin: 48px auto 44px;
  }
  .online_box table{
    max-width: 698px;
    margin: 0 auto 52px;
  }
  .online_box table th,
  .online_box table td{
    font-size: 2.4rem;
  }
  .online_box table th:nth-child(1){
    width: 63%;
  }
  .online_box table th:nth-child(2){
    width: 37%;
  }
  .online_box table th{
    padding: 8px 0 8px 14px;
  }
  .online_box table td{
    padding: 10px 0 7px 14px;
  }
}
@media screen and (max-width: 767px) {
  .online_box{
    margin: 5vw auto;
  }
  .online_box table{
    width: 100%;
    margin:0 auto 5vw;
  }
  .online_box table th:nth-child(1){
    width: 55%;
  }
  .online_box table th:nth-child(2){
    width: 45%;
  }
  .online_box table th,
  .online_box table td{
    padding: 3vw 2vw;
    font-size: min(4vw,2.2rem)
  }
  .online_box table tr td:nth-of-type(2){
    text-align: center;
  }
}

/* ------------------------------
*  contact_form
------------------------------ */
.contact_form .form_wrap table{
  width: 100%;
}
.contact_form .form_wrap th,
.contact_form .form_wrap td{
  position: relative;
  display: block;
  line-height: 1;
  vertical-align: middle;
  color: #111;
}
.contact_form .form_wrap tr:last-of-type td{
  margin-bottom: 0;
}
.contact_form .form_wrap input[type="text"],
.contact_form .form_wrap select,
.contact_form .form_wrap textarea{
  border: 1px solid #cccccc;
  background: #f6f6f6;
  width: 100% !important;
}
.contact_form .form_wrap input[type="text"]{
  padding: .5em .8em;
}
.contact_form .form_wrap select{
  padding: .6em 1.2em .5em;
}
.contact_form .form_wrap .select_element{
  position: relative;
}
.contact_form .form_wrap .select_element::before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #111111 transparent transparent transparent;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.contact_form .form_wrap th .required{
  display: inline-block;
  background: #222222;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  position: relative;
}
.contact_form .form_wrap textarea{
  padding: .5em .8em;
}
.contact_form .form_wrap ::placeholder{
  padding: .5em .5em;
}

.contact_form .submit_btn .btn{
  position: relative;
	display: block;
  background: #ffd701;
  box-shadow: 0 2px 0 0 #8b7a0f;
  border-radius: 5px;
  font-weight: 600;
  font-family: var(--main_font_gos);
  letter-spacing: .05em;
  color: #000;
  margin: auto;
  z-index: 2;
  cursor: pointer;
}
.contact_form .submit_btn .btn::before,
.contact_form .submit_btn .btn::after{
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .contact_form .inner_txt > p{
   letter-spacing: -.01em;
  }
  .contact_form .form_wrap{
    margin-top: 42px;
  }
  .contact_form .form_wrap th{
    margin-bottom: 11px;
    font-size: 2.5rem;
  }
  .contact_form .form_wrap td{
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
  
  .contact_form .form_wrap input[type="text"],
  .contact_form .form_wrap select,
  .contact_form .form_wrap textarea{
    height: 77px;
    font-size: 2.4rem;
  }
  .contact_form .form_wrap .select_element::before{
    border-width: 10px 6px 0 6px;
    right: 18px;
  }
  .contact_form .form_wrap th .required{
    font-size: 1.2rem;
    padding: 4px 12px;
    top: -3px;
    left: 10px;
    margin-right: 20px;
  }
  .contact_form .form_wrap th .sm{
    font-size: 1.6rem;
  }
  .contact_form .form_wrap textarea{
    height: 160px;
  }
  .contact_form .form_wrap input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .contact_form .submit_btn .btn{
    width: 636px;
    height: 74px;
    font-size: 2.33rem;
    line-height: 74px;
    text-align: center;
    padding-right: 22px;
  }
  .contact_form .submit_btn .btn::before,
  .contact_form .submit_btn .btn::after{
    width: 8px;
    height: 8px;
    border-top: solid 2.5px #000;
    border-right: solid 2.5px #000;
  }
  .contact_form .submit_btn .btn::before{
    right: 36px;
  }
  .contact_form .submit_btn .btn::after{
    right: 28px;
  }
}

@media screen and (max-width: 767px) {
  .contact_form .form_wrap{
    margin-top: 8vw;
  }
  .contact_form .form_wrap th{
    margin-bottom: 1.333vw;
    font-size: min(4vw,2.2rem)
  }
  .contact_form .form_wrap td{
    margin-bottom: 5.333vw;
    font-size: min(4vw,2.2rem)
  }
  .contact_form .form_wrap input[type="text"],
  .contact_form .form_wrap select,
  .contact_form .form_wrap textarea{
    height: 10.667vw;
    font-size: min(3.6vw,1.6rem);
  }
  .contact_form .form_wrap .select_element::before{
    border-width: 1.867vw 1.067vw 0 1.067vw;
    right: 2.667vw;
  }
  .contact_form .form_wrap th .required{
    font-size: min(3vw,1.2rem);
    padding: 0.8vw 2.133vw;
    top: -0.533vw;
    left: 1.333vw;
    margin-right: 2.667vw;
  }
  .contact_form .form_wrap th .sm{
    font-size: min(3.2vw,1.4rem);
  }
  .contact_form .form_wrap textarea{
    height: 26.667vw;
  }
  .contact_form .form_wrap input[type="checkbox"]{
    width: 4.267vw;
    height: 4.267vw;
    margin-right: 2.133vw;
  }
  
  .contact_form .submit_btn .btn{
    width: 100%;
    height: auto;
    font-size: 3.7vw;
    letter-spacing: -.02em;
    line-height: 1;
    padding: 4.267vw 2.667vw 4.267vw 0;
    white-space: nowrap;
    border-radius: 0.8vw;
  }
  .contact_form .submit_btn .btn::before,
  .contact_form .submit_btn .btn::after{
    width: 1.067vw;
    height: 1.067vw;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
  }
  .contact_form .submit_btn .btn::before{
    right: 3.467vw;
  }
  .contact_form .submit_btn .btn::after{
    right: 2.667vw;
  }
}


/* ------------------------------
*  privacy
------------------------------ */
.privacy {
	max-width: 688px;
	width: 100%;
	height: 268px;
	padding: 1em;
	margin: 35px auto 40px;
	overflow: hidden;
	overflow-y: scroll;
	background: #fff;
	border: 1px solid #ccc;
}
.privacy p,
.privacy a,
.privacy dt,
.privacy dd,
.privacy li{
	font-size: 1.6rem !important;
	line-height: 1.4;
}
.privacy > p:first-child{
  font-weight: 600;
}
.privacy dl{
  margin-top: 25px;
}
.privacy dt{
  font-weight: bold;
  margin-bottom: 5px;
}
.privacy p + p,
.privacy li + li,
.privacy p + ol,
.privacy ol > li > ol,
.privacy ol > li > ul,
.privacy ol > li > ul ol{
  margin-top: 10px;
}
.privacy ol > li,
.privacy ol > li ol > li{
  list-style-type: decimal;
  margin-left: 1.5em;
}
.privacy ul li{
  list-style-type: disc;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .privacy {
    width: 100%;
    height: 28vw;
    margin-bottom: 8vw;
  }
  .privacy p,
  .privacy a,
  .privacy dt,
  .privacy dd,
  .privacy li {
    font-size: 3.2vw !important;
  }
}


	/* ------------------------------
	*  thanks
	------------------------------ */
.thanks{
  background: #fff;
}
.thanksWrap .contents_box01{
	padding: 50px 0;
}
.thanksWrap .contents_box01 .contents_wrap{
	padding: 3em 0;
  width: 950px;
  margin: 0 auto 2em;
}
.thanksWrap .contents_title{
  background: url("../img/ttl_bg.png") repeat;
	font-size: 5rem;
  color: #fff;
  font-weight: 600;
  padding: 1.2% 0;
}
.thanksWrap .ttl{
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
}
.thanksWrap .txt{
	padding: 0 40px;
	margin: 40px 0;
  text-align: center;
}
.thanksWrap .btn{
	width: 300px;
	text-align: center;
	margin: 0 auto;
}
.thanksWrap .btn a{ 
  width: inherit;
  height: inherit;
	display: block;
	background: #FFD701;
  font-family: var(--main_font_gos);
  font-weight: 600;
	line-height: 1.0;
	font-size: 2rem;
	border-radius: .3em;
	padding: 1em 0;
	transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .thanksWrap .contents_box01 .contents_wrap{
    width:90% !important;
  }
  .thanksWrap .contents_title{
    font-size: 9.2vw;
  }
  .thanksWrap .ttl{
    font-size: 5.2vw;
  }
  .thanksWrap .txt{
    padding: 0 5.333vw;
    margin: 5.333vw 0;
    font-size: 3.8vw;
  }
	.thanksWrap .btn a{
		font-size: 4.6vw;
	}
}



/* ------------------------------
*  fixbtn
------------------------------ */
.fixbtn{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    max-width: 100%;
    z-index: 100;
}
.fixbtn img{
    max-width:100%;
    margin: 0 auto;
}

@media screen and (max-width : 767px){
  .fixbtn{
    padding: 3% 0;
  }
  .fixbtn .btn a{
    max-width: 96%;
  }
}


/*--エラー用--*/
p.error{
	font-weight: 600;
	color: #ed1c24;
	font-size: 1.4rem !important;
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	/*--エラー用--*/
	p.error{
		font-size: 3vw !important;
		margin-top: 1vw;
	}
}