@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;
}

body {
  background-attachment: scroll;
}

.pages .c-sec_inner p, .pages .c-sec_inner ul:not(.note_list), .pages .c-sec_inner figure, .pages .c-sec_inner dl {
  margin-bottom: 3rem;
}

.pages .c-sec_inner figure {
  text-align: center;
}

.pages .c-sec_inner, .title-area, .list-credit {
  max-width: 1050px;
}

.h_lv2_2nd {
  margin-top: 3.5em;
}

.h_lv3_bg {
  margin-top: 4.5rem;
}

.h_lv2_2nd + .h_lv3_bg {
  margin-top: 2.5rem;
}

.h_lv4_note {
  font-size: 1.5rem;
}

.h_lv4_black {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 0.8em;
}

.h_lv4_black .u-small {
  font-size: 70%;
}

.c-sec_inner .h_lv2_2nd:first-child {
  margin-top: 0;
}

.cont-box figcaption.h_lv4_fig {
  font-size: 1.7rem;
  text-align: left;
  margin-bottom: 0.35em;
}

.cont-pick {
  background: rgba(255, 255, 255, 0.65);
  padding: 15px;
  margin-bottom: 4rem;
}

.cont-pick .txt > *:last-child {
  margin-bottom: 0 !important;
}

.cont-pick h5 {
  display: inline-block;
  padding: 0.2em 1.5em;
  background-color: #FFE3E0;
  font-size: 1.5rem;
  margin-bottom: 1em;
}

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

.list-indent li {
  padding-left: 1.25em;
  text-indent: -1.25em;
  display: block;
}

.list-indent li span {
  display: inline;
}

.box-list_dot {
  border: 2px dotted #d3a09f;
  padding: 1.75em;
  padding-right: 1em;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.35);
}

.txt-point strong {
  color: #D00F36;
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

.txt-point strong a:after {
  display: inline;
}

.cont-02-pic {
  margin: 4rem 0;
}

.c-sec_inner > .cont-box:last-child .txt p:last-of-type {
  margin-bottom: 0 !important;
}

/*SP-tab*/
/*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;
  }
  body {
    background-attachment: scroll;
    background-size: auto 500px;
  }
  .h_lv3_bg {
    font-size: 1.7rem;
  }
}
/*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;
  }
}
@media all and (min-width: 769px) {
  .pages .c-sec_inner figure {
    text-align: left;
  }
  .pages .c-sec_inner {
    padding-bottom: 0;
  }
  .pages .cont-box figure img,
  .pages picture img {
    width: 100%;
    height: auto;
  }
  .cont-box {
    display: flex;
    justify-content: space-between;
  }
  .c-sec_inner > .cont-box:last-child figure:last-of-type {
    margin-bottom: 0 !important;
  }
  .cont-box-w-figcap .txt {
    margin-top: 4rem;
  }
  .cont-box figure {
    width: 44%;
    margin-right: 6%;
  }
  .cont-box-lw42 figure {
    width: 42%;
  }
  .cont-box-lw43 figure {
    width: 43.5%;
  }
  .cont-box .txt {
    width: 50%;
  }
  .cont-box-lw42 .txt {
    width: 52%;
  }
  .cont-box-lw43 .txt {
    width: 50.5%;
  }
  .note-box {
    margin-bottom: 6.5rem;
  }
  .h_lv3_bg {
    margin-top: 4.5rem;
    margin-bottom: 3rem;
  }
  .h_lv2_2nd + .h_lv3_bg {
    margin-top: 2.5rem;
  }
  .certification .h_lv2_2nd {
    margin-bottom: 4rem !important;
  }
  .cont-pick {
    overflow: hidden;
    padding: 2em;
    display: flex;
  }
  .cont-pick .txt {
    padding-left: 6%;
  }
  .cont-pick .txt > *:last-child,
  .cont-pick figure {
    margin-bottom: 0 !important;
  }
  .u-txt-right.u-txt-center-tab {
    text-align: right !important;
  }
  .c-note {
    display: block;
  }
  .box-list_dot {
    padding: 1.75em 3em;
    display: inline-block;
    margin-bottom: 4rem;
  }
  .cont-02-pic {
    margin: 7rem 0 6rem;
  }
}
/*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;
  }
  #contents p {
    margin-bottom: 4rem;
  }
  #contents figure {
    margin-bottom: 5rem;
  }
  .h_lv2_2nd {
    margin-bottom: 4.5rem !important;
  }
  .pages h1.h_square {
    margin-top: 98px;
    margin-bottom: 60px;
  }
  .h_lv2_2nd {
    margin-top: 5.5em;
  }
  .h_lv4_note {
    font-size: 1.6rem;
  }
  .h_lv4_black {
    font-size: 1.7rem;
  }
  .cont-box figcaption.h_lv4_fig {
    font-size: 1.8rem;
  }
  .note-box {
    margin-bottom: 8.5rem;
  }
  .h_lv3_bg {
    margin-top: 8.5rem;
    margin-bottom: 6rem;
  }
  .h_lv2_2nd + .h_lv3_bg {
    margin-top: 4.5rem;
  }
  .cont-pick {
    padding: 3em;
  }
}
/*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;
  }
}
/*PC（more than 1024px）*//*# sourceMappingURL=style_other.css.map */