@charset "UTF-8";
/*IAL*/
@import url("https://fonts.googleapis.com/css2?family=Arvo&display=swap");
/* 
font-family: 'Arvo', serif;

font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
*/
/* =======================================================================
　reset test
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 1em;
}

ol, ul {
  list-style: none;
}

b, strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
  outline: none;
  color: #3c79d5;
}

a img {
  border: none;
}

img {
  height: auto;
  max-width: 100%;
}

/* =======================================================================
　base test2
========================================================================== */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.65;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  background: url("../img/common_bg.jpg") center top no-repeat #f5f5f5;
  background-attachment: fixed;
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1920px) {
  body {
    background-size: 100% auto;
  }
}
section > *:last-child {
  margin-bottom: 0 !important;
}

/* Typography */
h1:not(#logo):not(.h_square), h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-align: center;
  margin: 0 auto 3rem;
  display: block;
  color: #C81432;
}

/* Typography */
.pages h1:not(#logo), .pages h2, .pages h3, .pages h4, .pages h5, .pages h6 {
  text-align: left;
}

/* font*/
h1:not(#logo):not(.h_square), h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

h1:not(#logo) {
  font-size: 2.3rem;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
  line-height: 1.25;
}

h2.h_lv2_2nd {
  font-size: 1.9rem;
}

h2[id^=step].h_lv2_2nd {
  line-height: 2rem;
  vertical-align: middle;
}

h2.h_lv2_2nd .h-step {
  font-size: 2rem;
  vertical-align: middle;
  font-family: "Arvo", serif;
  font-weight: normal;
  display: inline-block;
  margin-top: -3px;
  line-height: 0.8em;
}

h3 {
  font-size: 1.7rem;
  line-height: 1.3;
}

h3.title-step, .h_lv3_bg {
  font-size: 1.9rem;
}

h4, .h_lv4_fig {
  font-size: 1.7rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.7rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}

.h_lv2 {
  margin-bottom: 3.5rem;
}

.sec-step .h_lv2 {
  margin-bottom: 4.5rem;
}

.h_lv2 span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.5em;
}

.h_lv2 span:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1.3em;
  content: "";
  height: 2px;
  width: 2.6em;
  background: #D00F36;
}

.h_lv2_big, .h_lv2_big span {
  font-size: 2.2rem;
}

.h_lv2_big span {
  display: inline-block;
  padding-bottom: 0.65em;
  border-bottom: 2px solid #C81432;
}

.h_lv3_bg {
  padding: 0.75em;
  background: #e5e5e5;
}

.h_square,
.h_lv3_note {
  color: #000;
}

.pages .h_square {
  margin-top: 40px;
  margin-left: 20px;
}

.h_lv3_note {
  font-weight: normal;
  text-align: center;
}

.h_lv3_note > span {
  display: inline-block;
  font-size: 1.78rem;
  padding: 3px 0 0;
  letter-spacing: -0.05em;
}

.h_lv3_note span span {
  letter-spacing: -0.2em;
}

.h_lv3_note > span::before {
  content: "";
  display: inline-block;
  margin-right: 0.25em;
  width: 17px;
  height: 19px;
  background: url("../img/bg_line_l_s.png") center center no-repeat;
  background-size: 100% auto;
}

.h_lv3_note > span::after {
  content: "";
  display: inline-block;
  margin-left: 0.25em;
  width: 17px;
  height: 19px;
  background: url("../img/bg_line_r_s.png") center center no-repeat;
  background-size: 100% auto;
}

.h_lv2_2nd {
  text-align: left;
  padding-bottom: 0.65em;
  display: block;
  width: 100%;
  border-bottom: 2px solid #D00F36;
}

.h_square {
  text-align: left;
  display: inline-block;
  background: #FFF;
  background: #FCFCF8;
  padding: 0.5em 0.55em;
  position: relative;
  margin-top: 86px; /*30*/
  margin-bottom: 2.5rem;
}

.pages h1.h_square {
  font-size: 1.95rem !important;
}

.h_square:before {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  background: #D00F36;
  position: absolute;
  top: -26px;
  left: -19px;
  z-index: -1;
}

.h_faq b, .u-f-arvo {
  font-family: "Arvo", serif;
}

/* Larger than phablet */
@media (min-width: 550px) {
  h1:not(#logo) {
    font-size: 3.6rem;
  }
  .pages h1.h_square {
    font-size: 2.5rem !important;
  }
  h2, h2.h_lv2_2nd {
    font-size: 2.4rem;
  }
  h2[id^=step].h_lv2_2nd {
    line-height: 2.7rem;
  }
  h2.h_lv2_2nd .h-step {
    font-size: 2.7rem;
  }
  h3 {
    font-size: 2rem;
  }
  h3.title-step {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.8rem;
  }
  h6 {
    font-size: 1.5rem;
  }
  .h_lv2_big span {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .h_square {
    margin-bottom: 4rem;
  }
  .h_square:before {
    width: 44px;
    height: 44px;
    top: -30px;
    left: -22px;
  }
  .pages h1.h_square:before {
    width: 56px;
    height: 56px;
    top: -36px;
    left: -28px;
  }
  .h_lv3_note > span {
    padding: 18px 0 0;
    margin-bottom: 0.5em;
    letter-spacing: normal;
    font-size: 2.4rem;
  }
  .h_lv3_note > span::before, .h_lv3_note > span::after {
    width: 25px;
    height: 28px;
  }
  .h_lv3_note > span::before {
    margin-right: 0.5em;
  }
  .h_lv3_note > span::after {
    margin-left: 0.5em;
  }
}
/* link */
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:not(.button):link {
  color: #000000;
  outline: none;
  text-decoration: none;
}

a:not(.button):visited {
  color: #000;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #222;
  opacity: 0.6;
  outline: none;
  text-decoration: underline;
}

a:not(.button):active {
  color: #000000;
  outline: none;
  text-decoration: underline;
}

a.link_line {
  text-decoration: underline !important;
}

.sec-step .link_line.link__red {
  display: block;
  text-align: right;
  margin-left: -5em !important;
}

a.link__red {
  color: #CB4449 !important;
}

a.link__blue {
  color: #009AE8 !important;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  padding: 0.75em 2.5em;
  color: #D00F36;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #D00F36;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  outline: 0;
  text-decoration: none;
}

.button.button-primary,
button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary {
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  background-color: #F46B5C;
  border-color: #FFF;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.16);
}

.button.button-primary:hover,
button.button-primary:hover,
input[type=submit].button-primary:hover,
input[type=reset].button-primary:hover,
input[type=button].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type=submit].button-primary:focus,
input[type=reset].button-primary:focus,
input[type=button].button-primary:focus {
  color: #FFF;
}

.button.button-primary > span {
  padding-right: 1.5em;
  display: inline-block;
  position: relative;
}

.button.button-primary span:after {
  content: "\e901";
  height: 100%;
  padding: 0 0 0 0.3em;
  vertical-align: middle;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}

.button.button-noraml {
  display: table;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

.button.button-noraml:after {
  content: "\e901";
  height: 100%;
  padding: 0 0 0 0.5em;
  vertical-align: middle;
}

.sec-whats .button.button-noraml {
  width: 90%;
  max-width: 300px;
}

@media all and (min-width: 768px) {
  .button {
    font-size: 1.75rem;
  }
  .button.button-primary {
    padding: 0.95em 2.5em;
  }
  .btn-list .button.button-primary {
    padding: 0.95em 1em;
  }
  .button-long {
    width: 80%;
    max-width: 520px;
  }
}
@media all and (min-width: 1024px) {
  .button {
    font-size: 1.9rem;
  }
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.list_normal {
  list-style: circle inside;
}

ol.list_num {
  list-style: decimal outside;
  margin-left: 1.5em;
}

ul.list_normal, ol.list_num {
  padding-left: 0;
  margin-top: 0;
}

ul.list_normal ul,
ul.list_normal ol,
ol.list_num ol,
ol.list_num ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

ul.list_normal li,
ol.list_num li {
  margin-bottom: 1rem;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
  width: 100%;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

/*th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }*/
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

/* Utilities //共通パーツ u-name
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-f-left {
  float: left;
}

.u-f-right {
  float: right;
}

.u-txt-center {
  text-align: center;
}

.u-txt-left {
  text-align: left;
}

.u-txt-right {
  text-align: right !important;
}

.u-txt-ul {
  text-decoration: underline;
}

.u-fw-normal {
  font-weight: normal;
}

.u-f-75 {
  font-size: 75%;
  font-weight: normal;
}

.u-f-85 {
  font-size: 85%;
  font-weight: normal;
}

.u-f-red {
  color: #D00F36;
}

.u-f-black {
  color: #000;
}

.u-indent-1 {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

.u-indent-2 {
  padding-left: 2em;
  text-indent: -2em;
  display: inline-block;
}

.u-indent-3 {
  padding-left: 3em;
  text-indent: -3em;
  display: inline-block;
}

.u-indent-4 {
  padding-left: 4em;
  text-indent: -4em;
  display: inline-block;
}

.u-indent-5 {
  padding-left: 5em;
  text-indent: -5em;
  display: inline-block;
}

.u-middle {
  vertical-align: middle;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-op35 {
  opacity: 0.35;
}

.u-clear {
  clear: both;
}

.f-number {
  font-weight: bold;
  color: #D00F36;
  font-size: 1.7rem;
  display: inline-block;
  margin-right: 0.25em;
}

.mgt-1 {
  display: inline-block;
  margin-top: 1em;
}

.mg-lr-auto {
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 768px) {
  .u-pc {
    display: none;
  }
  .br-pc {
    display: none;
  }
  .mg-lr-fit-sp {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (min-width: 768px) {
  .u-sp {
    display: none;
  }
  .br-sp {
    display: none;
  }
  .f-number {
    font-size: 1.8rem;
  }
  .u-txt-center_pc {
    text-align: center;
  }
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

hr.hr_dot {
  border-top: 1px dotted #E1E1E1;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.u-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* flex-box
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex-box {
  display: -webkit-flex;
  display: flex;
}

.flex-box-nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-box-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-box-row-rever {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-box-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-box-column-r {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-box-space-b {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-box-space-a {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.flex-box-space-c {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-box-space-e {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-box-item-c {
  -webkit-align-items: center;
  align-items: center;
}

.flex-box-item-e {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*fade*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*fadeIn*/
@keyframes fadeIn {
  0% {
    opacity: 0;
    padding-top: 4%;
  }
  to {
    opacity: 1;
    padding-top: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    padding-top: 4%;
  }
  to {
    opacity: 1;
    padding-top: 0;
  }
}
/*vertical*/
@keyframes vertical {
  0% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}
@keyframes fadeup_anim01 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes border_anim01 {
  0% {
    opacity: 0;
    width: 0%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes circle_anim01 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  60% {
    opacity: 1;
    border-color: #d6efe7;
  }
  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}
@keyframes circle_anim01_hover {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  60% {
    opacity: 1;
    border-color: #d6efe7;
  }
  100% {
    opacity: 1;
    transform: scale(1.4);
  }
}
@keyframes fadein_left01 {
  0% {
    opacity: 0;
    transform: translatex(-30px);
  }
  100% {
    opacity: 1;
    transform: translatex(0);
  }
}
@keyframes Button_Hover01 {
  100% {
    left: 125%;
  }
}
/* =======================================================================
　each-style
========================================================================== */
/* –––– HOME ---- */
/*ALL*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5;
  border-bottom: 1px solid #C81432;
}
header .head {
  margin-left: 20px;
}

.home header {
  background: url("../img/common_header_bg.png") center top no-repeat;
}

header.add-bg {
  background-attachment: fixed;
  background-color: rgba(245, 245, 245, 0.8);
  /* animation-name:bg-color;
  animation-duration:3s; 
  animation-fill-mode:forwards;*/
  transition: 0.7s;
}

/* @keyframes bg-color4{
	0%		{background: none;}
	100%	{background: #fff;}
}*/
#logo {
  margin: 0;
  line-height: 1;
}

/* ----------------nav----------------*/
#nav {
  height: 51px;
}

#nav nav {
  display: none;
}

nav i {
  color: #8c8c8c;
}

#nav.open nav {
  display: block;
}

#nav figure {
  margin-bottom: 70px;
}

#nav nav ul.nav li {
  font-weight: bold;
}

#nav nav ul.nav li a span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  content: "";
  /*width:5px;*/
  width: 0;
  height: 3px;
  background: #D00F36;
}

#nav nav ul.nav li a:hover {
  opacity: 1;
  color: #D00F36;
}

#nav nav ul.nav li a:hover span:before {
  animation-name: c85kxyg4;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}

#nav nav ul.nav li a > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  /*padding:0 0.6em;*/
  padding: 0 0 0.5em;
  margin: 0 0.4em;
  cursor: pointer;
}

@keyframes c85kxyg4 { /*赤ライン*/
  0% {
    opacity: 0;
    width: 5px;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
/*current*/
body.guide #nav nav ul.nav li:nth-child(1) a span:before,
body.certification #nav nav ul.nav li:nth-child(2) a span:before {
  width: 100%;
}

/* nav-icon ハンバーガー */
.nav-icon,
.nav-icon span {
  display: block;
  -webkit-transition: 0.4s;
  transition: all 0.4s;
  z-index: 9901;
}

.nav-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.nav-icon span {
  background: #000;
  position: absolute;
  left: 13px;
  width: 22px;
  height: 2px;
  border-radius: 999px;
}

.nav-icon span:nth-of-type(1) {
  top: 16px;
}

.nav-icon span:nth-of-type(2) {
  top: 23px;
}

.nav-icon span:nth-of-type(3) {
  top: 30px;
}

.nav-icon.open span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.nav-icon.open span:nth-of-type(2) {
  display: none;
}

.nav-icon.open span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

/*local-nav*/
.local-nav {
  padding: 2em 1.5em 2em 1.7em;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #ccc;
}

.local-nav li {
  margin: 0;
  padding: 0;
  margin-bottom: 0.65em;
  font-weight: bold;
}

.local-nav li:last-child {
  margin-bottom: 0;
}

.local-nav li b {
  color: #D00F36;
  font-weight: normal;
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.58rem;
  vertical-align: middle;
}

.local-nav li::after {
  content: "";
  display: inline-block;
  width: 6.5px;
  height: 6.5px;
  margin-left: 8px;
  border-bottom: 2px solid #C81432;
  border-right: 2px solid #C81432;
  transform: rotate(45deg);
}

main {
  margin-top: 51px;
}

/*----------------------------------------------------
	common_element
----------------------------------------------------*/
#contents {
  padding: 15px;
  animation: fade 2.5s ease 0s 1 normal;
  -webkit-animation: fade 2.5s ease 0s 1 normal;
}

.c-sec-cont {
  width: 100%;
}

.c-cont-inner, .c-sec_wrapper, .c-sec_inner, .title-area {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
}

.c-sec_inner {
  padding: 60px 0.8em 58px;
  margin: 0 auto;
}

.title-area {
  padding: 0 0.8em 0;
}

.c-sec_inner > *:last-child {
  margin-bottom: 0;
}

.c-sec-nopd {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.c-sec-pdt0 {
  padding-top: 0 !important;
}

.c-sec-pd1st {
  padding-top: 20px !important;
}

.sec_bg__white {
  background: #fff;
}

.sec_bg__w-alpha {
  background: rgba(255, 255, 255, 0.55);
}

.sec-link {
  border-bottom: 1px solid #D00F36;
}

/*title*/
.c-note {
  font-size: 1.3rem;
}

/*step*/
.title-step {
  text-align: left;
}

.title-step span {
  text-align: center;
  display: block;
  font-family: "Arvo", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  line-height: 1.1;
  padding: 0.65em;
  width: 82px;
  height: 73px;
  border: 13px solid #fff;
  background: #f5f5f5;
}

.title-step span b {
  display: block;
  font-weight: normal;
  font-size: 2.6rem;
}

/*list-credit*/
.list-credit {
  max-width: 1160px;
  margin-top: 4rem;
  font-size: 1.1rem;
}

.list-credit li:not(:last-child) {
  margin-bottom: 0.75em;
}

/*note-box*/
.note-box {
  border: 1px solid #D00F36;
  padding: 1em;
  font-size: 1.3rem;
  color: #D00F36;
  margin-bottom: 2rem;
}

.note_list li {
  padding-left: 1em;
  text-indent: -1em;
}

.note_list li.no-indent {
  padding-left: 0;
  text-indent: 0;
}

.note-box > *:last-child {
  margin-bottom: 0;
}

.h_lv4_note {
  margin-bottom: 0.5em;
  text-decoration: underline;
}

/*movie 共通*/
.movie {
  width: 100%;
  padding: 20px 16px;
  background: #fff;
  background: rgba(255, 255, 255, 0.55);
  text-align: center;
  margin: 3em auto;
  max-width: 798px;
}

.movie.mg-pages {
  margin: 2rem auto;
}

/*.feature-box*/
.feature-box {
  padding: 0.5em 0 0.75em;
  border-top: 1px dotted #707070;
  border-bottom: 1px dotted #707070;
}

.feature-box dt {
  display: block;
  font-weight: bold;
  padding: 0.75em;
  background-color: #f4e4e0;
  margin-bottom: 0.75em;
}

.feature-box dd {
  padding-left: 1em;
  text-indent: -1em;
}

.u-list-sns {
  column-gap: 15px;
}

.u-list-sns li img {
  border-radius: 50%;
  line-height: 1;
}

p[class^=u-bnr] {
  margin: 2em 0;
}

p.bnr_booth {
  margin: 2em 0 0;
}

/* –––– page-top ---- */
#page-top a img {
  max-width: 100%;
  height: auto;
}

#page-top {
  position: fixed;
  bottom: 12px;
  right: 20px;
  font-size: 77%;
  display: none;
  margin: 0 !important;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 60px;
  display: block;
  font-size: 37px;
  font-weight: bold;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#footer {
  border-top: 1px solid #C81432;
  padding: 1.8em 1em 2.2em;
}

.copyright {
  margin: 0;
  text-align: center;
  font-family: "Arvo", serif;
}

.copyright small {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.075em;
  color: #353535;
}

.footer-lead {
  margin-top: 1.5em;
  font-size: 1.2rem;
}

/*intro*/
.sec-intro {
  padding: 7px 15px 15px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.main_renew {
  max-width: 1220px;
  margin: 0 auto;
}

.sec-intro h1 {
  font-size: 2.2rem !important;
}

.sec-intro h1 span {
  font-size: 1.7rem;
  display: inline-block;
}

.sec-intro h1 sub {
  font-size: 68%;
  display: inline-block;
  vertical-align: top;
}

.main-link-pannel {
  column-gap: 3%;
  margin-bottom: 1.5em;
}

.link-cont {
  text-align: center;
  width: 48.5%;
  border: 2px solid #AF0000;
  border-radius: 6px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.link-cont:hover {
  background-color: rgba(255, 255, 255, 0.85);
}

.link-cont a {
  text-decoration: none !important;
  display: block;
  width: 100%;
  height: 100%;
}

.link-cont h2 {
  font-size: 1.8rem;
  margin: 0 !important;
  padding: 0.9em 0.5em;
  background-color: #AF0000;
  color: #fff;
}

.link-cont p {
  font-size: 1.25rem;
  display: block;
  padding: 1.5em 1.5em 1.2em;
  margin: 0;
  text-align: left;
  line-height: 1.3em;
}

.link-cont figure {
  margin: 0;
  margin-top: 2.25em;
  line-height: 1;
  position: relative;
}

.link-cont figure img {
  margin: 0;
  line-height: 1;
  vertical-align: top;
}

.link-cont figure .sub {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  width: 70px;
}

.button-list {
  position: relative;
  z-index: 1;
}

.button-list:before {
  content: "";
  display: block;
  padding-top: 12.5vw;
  background: url("../img/icon_beginner.png") center top no-repeat;
  background-size: auto 100%;
  height: 0;
  margin-bottom: 7px;
}

.button-list p {
  margin-bottom: 0 !important;
}

.button-list .button-beginer {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
}

.intro-copy, .intro-copy-renew {
  padding: 3.5rem 6.5%;
  border: 13px solid #fff;
}

.intro-copy {
  margin-top: 55px;
}

.intro-copy-renew {
  position: relative;
  padding-bottom: calc(6.5% + 8vw);
  margin-bottom: calc(58px + 13vw);
}

.intro-img {
  display: block;
  padding: 0;
  margin-bottom: 0;
}

.intro-img:nth-of-type(1) {
  width: 46.4%;
  position: absolute;
  left: 50%;
  top: 6.25%;
}

.intro-img:nth-of-type(2) {
  width: 40.8%;
  position: absolute;
  right: 54%;
  top: 18%;
  z-index: -1;
}

.intro-img img {
  width: 100%;
  vertical-align: middle;
  display: block;
  width: 98.2%;
  height: auto;
  padding: 2.8%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
}

.intro-img:nth-of-type(1)::before,
.intro-img:nth-of-type(1)::after,
.intro-img:nth-of-type(2)::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -2;
}

.intro-img:nth-of-type(1)::before {
  top: -11.47%;
  left: -10.34%;
  width: 19.54%;
  padding-top: 164.7%;
  background: url("../img/intro_parts_02.png") center top no-repeat;
  background-size: 100% auto;
}

.intro-img:nth-of-type(1)::after {
  bottom: -11.06%;
  left: 84.48%;
  width: 38.5%;
  padding-top: 120.89%;
  background: url("../img/intro_parts_03.png") center bottom no-repeat;
  background-size: 100% auto;
}

.intro-img:nth-of-type(2)::after {
  top: -27.05%;
  left: -30.62%;
  width: 48.94%;
  padding-top: 72.52%;
  background: url("../img/intro_parts_01.png") center top no-repeat;
  background-size: 100% auto;
}

.main_cont figure.ac-target, h1.ac-target {
  opacity: 0;
  display: block;
}

.main_cont .ac-target, h1.ac-target {
  animation-name: fadeup_anim01;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.main_cont .intro-copy {
  opacity: 0;
  animation-name: fadein_left01;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.main_cont .intro-copy {
  animation-delay: 0.5s;
}

.main_cont .ac-target {
  animation-delay: 1.9s;
}

.main_cont figure.ac-target:nth-child(1) {
  animation-delay: 0s;
}

.main_cont figure.ac-target:nth-child(2) {
  animation-delay: 0.2s;
}

.intro-copy h1 {
  letter-spacing: -0.02em;
}

.intro-copy p:last-child,
.intro-copy-renew p, .intro-copy-renew figure:last-child {
  margin-bottom: 0;
}

.intro-copy-renew figure {
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
  left: 0;
  bottom: -13vw;
}

.intro-copy-renew figure img {
  max-width: 708px;
  width: 92%;
  display: inline-block;
  margin: 0 auto;
  vertical-align: top;
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1258px 0;
  }
}
.loop {
  background-size: auto 100%;
  width: 100%;
  padding-top: 28%;
  overflow: hidden;
  -moz-animation: loop 110s linear infinite, fade 4.5s ease 0s 1 normal;
  animation: loop 110s linear infinite, fade 4.5s ease 0s 1 normal;
  animation-delay: 2.2s, 0.6;
  z-index: -1;
}

.loop {
  background: url("../img/intro_loop_bg.jpg") repeat-x 0 0;
  background-size: auto 100%;
}

.lead_big {
  text-align: center;
  font-size: 1.8rem;
}

.sec-event p.pdb-6em {
  margin-bottom: 4em !important;
}

/*画像&ライセンス*/
.cont-figure-list > div,
.cont-col-list > div {
  width: 100%;
  text-align: center;
  margin-bottom: 2.5rem;
}

.cont-col-list > div {
  border-bottom: 1px solid #D00F36;
  margin-bottom: 50px;
}

.cont-col-list > div:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.cont-figure-list > div .c-note {
  text-align: left;
  width: 100%;
  max-width: 249px;
  margin-left: auto;
  margin-right: auto;
}

.cont-col-list > div p {
  display: inline-block;
  text-align: left;
  margin: 0 auto 4.5rem;
}

.step_list {
  width: calc(100% - 15px);
  margin-left: 15px;
  border-left: 1px solid #D00F36;
  position: relative;
}

.step_list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 42px;
  border-right: 1px solid #D00F36;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.step_cont {
  text-align: left;
  padding-left: 90px;
  position: relative;
  margin-bottom: 3.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #D00F36;
}

.step_cont:last-child {
  border-bottom: none;
}

/*.title-stepTOP用　共通スタイルあり*/
.title-step {
  margin-top: 1em;
  margin-bottom: 1em;
}

.title-step span {
  position: absolute;
  left: -15px;
  top: -1em;
}

/*list_art*/
.bnr_list {
  column-gap: 2%;
  margin-bottom: 3em;
}

.bnr_list li {
  width: 32%;
  line-height: 1;
}

.sec-partner .bnr_list {
  max-width: 754px;
  margin-left: auto;
  margin-right: auto;
}

/*list_art*/
.list_art {
  justify-content: space-between;
  border: 10px solid #fff;
  padding: 20px 10px;
}

.list_art li {
  flex-basis: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
}

.list_art li:last-child {
  display: none;
}

.list_art li img {
  vertical-align: top;
}

.list_art .c-note {
  display: block;
  margin-top: 0.75em;
}

/*faq-list*/
.faq-list {
  max-width: 948px;
}

.faq-list dt, .faq-list dd {
  padding-left: 36px;
  display: block;
  position: relative;
  overflow: visible;
}

.faq-list dt {
  font-weight: bold;
  margin-bottom: 0.75em;
  font-size: 1.7rem;
  color: #D00F36;
}

.faq-list dd {
  padding-bottom: 3.5rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #D00F36;
}

.faq-list dt::before, .faq-list dd::before {
  font-family: "Arvo", serif;
  font-size: 2.25rem;
  position: absolute;
  left: 2px;
  top: -0.23em;
}

.faq-list dt::before {
  content: "Q";
}

.faq-list dd::before {
  font-family: "Arvo", serif;
  content: "A";
}

.sec-faq .u-txt-right {
  display: block;
}

/*sec-info*/
.sec-info .c-sec_inner {
  padding-left: 20px;
  padding-right: 20px;
}

.sec-info p {
  font-size: 1.7rem;
}

@media all and (min-width: 480px) {
  .link-cont figure img {
    width: 63.1%;
  }
  .link-cont figure .sub {
    margin-top: -10.4166666667vw;
    width: 32.15%;
  }
  .link-cont p {
    font-size: 1.4rem;
  }
}
/*SP-tab*/
@media all and (max-width: 1023px) {
  .h_square {
    margin-left: 20px;
  }
  .list_art .c-note {
    font-size: 1.1rem;
    line-height: 1.35;
  }
}
/*SP*/
@media all and (max-width: 767px) {
  /* ----------------nav----------------*/
  #nav nav {
    text-align: center;
  }
  #nav.open nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    padding: 100px 0 35px;
    z-index: 9900;
    -webkit-transition: 0.2s;
    transition: all 0.2s;
    background: #fff;
  }
  #nav nav ul.nav {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #nav nav ul.nav li {
    margin-bottom: 35px;
  }
  #nav nav ul.nav li a {
    display: block;
    padding: 0.4em 0;
  }
  #nav nav ul.nav li a {
    position: relative;
    vertical-align: middle;
  }
  #nav nav ul.nav li a:hover {
    opacity: 1;
  }
  .local-nav {
    padding: 2em 1.2em 2em 1.7em;
  }
  .local-nav li:last-child a {
    letter-spacing: -0.02em;
  }
  .c-sec_inner {
    padding: 60px 0 58px;
    margin: 0 auto;
  }
  body, .home header {
    background-size: 300% auto;
  }
  .feature-box dt {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
  }
  .feature-box dd {
    font-size: 1.3rem;
  }
  .u-list-sns li img {
    width: 60px;
    height: 60px;
  }
  /* –––– page-top ---- */
  #page-top a {
    width: 50px;
    height: 50px;
  }
  /*intro*/
  .loop {
    margin-top: -40px;
    margin-left: -15px;
    padding-top: 28%;
    width: calc(100% + 30px);
  }
  .sec-event .bnr_list {
    column-gap: 0;
    margin-bottom: 3em;
  }
  .sec-event .bnr_list li {
    width: 100%;
    line-height: 1;
    text-align: center;
    margin-bottom: 2rem;
  }
  .sec-event .bnr_list li img {
    max-width: 264px;
    height: auto;
  }
  .cont-figure-list > div figure,
  .cont-cont-list > div figure {
    margin-bottom: 1.5rem;
  }
  .pd-lr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*PC（more than tablet）*/
@media all and (min-width: 768px) {
  .c-sec_inner, .title-area {
    width: 97%;
  }
  p[class^=u-bnr] {
    margin: 5em 0;
  }
  p.bnr_booth {
    margin: 5em 0 2em;
  }
  .title-step span {
    font-size: 1.6rem;
    width: 142px;
    height: 97px;
  }
  .title-step span b {
    font-size: 3.9rem;
  }
  /*list-credit*/
  .list-credit {
    padding: 0 20px;
  }
  /*movie*/
  .movie {
    padding: 45px;
  }
  .btn-list {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-list > p {
    display: inline;
  }
  .btn-list > p .button.button-primary {
    width: 100%;
    white-space: normal;
  }
  .btn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .btn-list > p {
    display: flex;
    align-items: center;
  }
  .btn-list__col-w2 > p {
    flex-basis: 49%;
    min-width: 49%;
    margin-right: 1%;
  }
  .btn-list__col-w3 > p {
    flex-basis: 32.6666666667%;
    min-width: 32.6666666667%;
    margin-right: 1%;
  }
  .btn-list > p:last-child {
    margin-right: 0;
  }
  /* ----------------nav----------------*/
  nav figure {
    display: none;
  }
  #nav div.nav-icon {
    display: none;
  }
  #nav nav {
    display: block;
  }
  #nav nav ul.nav {
    width: 100%;
  }
  #nav nav ul.nav li {
    display: inline-block;
    text-align: right;
    line-height: 55px;
  }
  #nav nav ul.nav li a > span {
    padding: 0;
    margin: 0;
  }
  .footer-lead {
    font-size: 1.5rem;
  }
  .sec-intro h1 {
    margin-top: 1em !important;
    margin-bottom: 3.5rem !important;
    font-size: 3.4rem !important;
  }
  .sec-intro h1 span {
    font-size: 2.8rem;
  }
  .main_renew {
    padding: 0 15px;
  }
  .main-link-pannel {
    column-gap: 30px;
    margin-bottom: 4.5rem;
  }
  .link-cont {
    width: calc(50% - 15px);
    border-radius: 13px;
  }
  .link-cont h2 {
    font-size: 2.9rem;
  }
  .link-cont p {
    text-align: center;
    font-size: 1.9rem;
  }
  .link-cont figure img {
    width: 255px;
  }
  .link-cont figure .sub {
    width: 95px;
    margin-top: -75px;
    margin-left: 19px;
  }
  .button-list {
    overflow: hidden;
  }
  .button-list:before {
    padding-top: 65px;
  }
  .button-list p {
    display: block;
    width: calc(50% - 10px);
    float: left;
  }
  .button-list p:first-child {
    margin-right: 20px;
  }
  .lead_big {
    font-size: 2.2rem;
    text-align: center;
  }
  .loop {
    margin-top: -40px;
    padding-top: 20%;
  }
  .sec-partner .bnr_list {
    column-gap: 2.75%;
    padding-top: 1em;
  }
  .sec-partner .bnr_list li {
    width: 31.5%;
  }
  .cont-col-list > div {
    width: 33.33%;
  }
  .cont-col-list > div > h4 {
    min-height: 2.7em;
  }
  .cont-figure-list {
    justify-content: space-between;
  }
  .cont-figure-list > div {
    flex-basis: 29.33%;
  }
  .cont-figure-list > div img,
  .cont-figure-list > div .c-note {
    max-width: 100%;
    width: 100%;
  }
  .cont-figure-list > div .c-note {
    padding-right: 9%;
  }
  .cont-col-list > div {
    border-bottom: 0;
    padding-top: 4em;
    border-right: 1px solid #D00F36;
  }
  .cont-col-list > div:last-child {
    border-right: none;
  }
  .step_list_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .step_list {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
  .step_cont {
    padding-left: 146px;
  }
  /*.title-stepTOP用　共通スタイルあり*/
  .title-step span {
    left: -30px;
  }
  /*list_art*/
  .list_art {
    border: 13px solid #fff;
    padding: 27px;
  }
  .list_art li {
    flex-basis: calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
  }
  .list_art li:last-child {
    display: block;
  }
  .sec-info p {
    text-align: center;
    font-size: 2rem;
  }
  /*sec-info*/
  .sec-info .c-sec_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*PC（more than 1024px）*/
@media all and (min-width: 1024px) {
  .head {
    margin-left: 35px;
  }
  #logo img {
    width: 265px;
  }
  /* ----------------nav----------------*/
  #nav {
    height: 71px;
  }
  #nav nav ul.nav li {
    line-height: 71px;
    margin: 0 40px 0 0;
  }
  .local-nav {
    margin-bottom: 60px;
  }
  .local-nav li b {
    font-size: 1.8rem;
  }
  .h_lv2_big,
  .h_lv2 {
    margin-bottom: 5rem;
  }
  .sec-step .h_lv2 {
    margin-bottom: 9.5rem;
  }
  #contents {
    margin-top: 71px;
    padding-left: 0;
    padding-right: 0;
  }
  .c-sec_inner {
    width: 92%;
    padding: 70px 0.8em 85px;
  }
  .sec-whats .c-sec_inner {
    overflow: visible;
  }
  .sec-whats .c-sec_inner,
  .sec-faq .c-sec_inner {
    padding-top: 110px;
    padding-bottom: 130px;
  }
  .sec-partner .c-sec_inner {
    padding-top: 120px;
  }
  .title-area {
    width: 92%;
  }
  /*note-box*/
  .note-box {
    font-size: 1.4rem;
  }
  /*list-credit*/
  .list-credit {
    width: 92%;
    padding: 0 10px;
    margin: 6rem auto 4rem;
  }
  /*intro*/
  .sec-intro {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }
  .button-list {
    margin-bottom: 10px;
  }
  .button-list:before {
    display: none;
  }
  .button-list p {
    position: relative;
    padding-top: 35px;
  }
  .button-list a:before {
    content: "";
    display: block;
    padding-top: 65px;
    width: 100%;
    background: url("../img/icon_beginner.png") left top no-repeat;
    background-size: auto 100%;
    height: 0;
    margin-bottom: 7px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .intro-figure {
    position: absolute;
    width: 50%;
    right: 50%;
    top: 9.5%;
    padding-top: 40%;
  }
  .intro-img:nth-of-type(1) {
    width: 39.38%;
    left: auto;
    right: 50.25%;
    top: auto;
    bottom: 0;
  }
  .intro-img:nth-of-type(2) {
    width: 42.8%;
    position: absolute;
    right: 2em;
    top: 0;
  }
  .intro-img:nth-of-type(1)::after {
    left: 74.92%;
    bottom: -9.56%;
  }
  .intro-copy {
    text-align: center;
    position: absolute;
    bottom: 4em;
    left: 50%;
    margin-top: 0;
    margin-left: -8px;
    width: 45.68%;
    padding: 4.25em 0;
    border: 20px solid rgba(255, 255, 255, 0.4);
  }
  .intro-copy-renew {
    padding: 4.25em;
    padding-bottom: 7em;
    border: 20px solid rgb(255, 255, 255);
    margin-bottom: calc(9em + 6rem);
  }
  .intro-copy h1 {
    font-size: 2.235431918vw !important;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
  .intro-copy h1 br {
    display: none;
    letter-spacing: 0.5em;
  }
  .intro-copy-renew h2 {
    font-size: 3.3rem;
    margin-bottom: 3.5rem;
  }
  .intro-copy p {
    font-size: 16px;
    font-size: 1.172vw;
    display: inline-block;
    text-align: left;
    width: 29em;
  }
  .intro-copy-renew p {
    font-size: 20px;
    font-size: vw;
  }
  .intro-copy-renew figure {
    bottom: -7.5em;
    text-align: right;
    padding-right: 3em;
  }
  .loop {
    padding-top: 15.25%;
    width: 68.5%;
    margin-left: 31.5%;
    margin-top: -6.75em;
    overflow: visible;
    position: relative;
  }
  .loop::after {
    display: block;
    content: "";
    width: 46%;
    border-bottom: 1px solid #D00F36;
    position: absolute;
    left: -46%;
    bottom: 50%;
    z-index: 0;
  }
  .step_list_wrapper {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 31.698%;
    padding-right: 6.2254%;
    background: url("../img/step_bg_img.jpg") left 71px no-repeat;
    background-size: 24% auto;
  }
  .sec-whats p.pd-lr20,
  .cont-figure-list,
  .cont-col-list {
    margin-bottom: 6rem;
  }
  .cont-figure-list,
  .cont-col-list {
    margin-bottom: 6rem;
  }
  .cont-figure-list > div img {
    max-width: 350px;
  }
  .step_cont {
    margin-bottom: 6rem;
    padding-bottom: 5.3rem;
  }
  /*.title-stepTOP用　共通スタイルあり*/
  .title-step span {
    top: -30px;
  }
  /*list_art*/
  .list_art {
    border: 20px solid #fff;
  }
  .list_art {
    padding: 37px 60px;
  }
  .list_art li {
    flex-basis: calc((100% - 100px) / 3);
    max-width: calc((100% - 100px) / 3);
  }
  .list_art .c-note {
    line-height: 1.6;
    margin-top: 1.2em;
  }
}
/*PC（more than 768px to 1100px）*/
@media screen and (min-width: 768px) and (max-width: 1100px) {
  /* ----------------nav----------------*/
  #nav nav ul.nav li {
    font-size: 1.5vw;
    margin: 0 20px 0 0;
  }
  .sec-intro h1 {
    font-size: 3.0909090909vw !important;
  }
  .sec-intro h1 span {
    font-size: 2.5454545455vw;
  }
  .link-cont h2 {
    font-size: 2.6363636364vw;
  }
  .link-cont figure img {
    width: 22.1818181818vw;
  }
  .link-cont figure .sub {
    width: 8.54545vw;
    margin-top: -6.818181vw;
    margin-left: 1.7272727vw;
  }
  .link-cont p {
    font-size: 1.7272727273vw;
  }
  .cont-figure-list > div {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .cont-col-list > div {
    padding: 1em;
  }
  .cont-col-list > div br {
    display: none;
  }
  .cont-col-list > div img {
    width: 65%;
  }
}
/*PC（more than 1024px）*/
@media all and (min-width: 1680px) {
  .intro-copy h1 {
    font-size: 37px !important;
  }
  .intro-copy p {
    font-size: 19px;
  }
  .loop {
    padding-top: 256px;
  }
  .step_list_wrapper {
    padding-left: 532.5264px;
  }
  .faq-list dd {
    padding-bottom: 5.5rem;
    margin-bottom: 5.75rem;
  }
  .sec-faq .h_lv2 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1920px) {
  .home header {
    background-size: 100% auto;
  }
}/*# sourceMappingURL=style.css.map */