@charset "UTF-8";
/*==============================
-Import Files
===============================*/
/*==============================
-setting
===============================*/
@font-face {
  font-family: "Clother";
  src: url("../fonts/Clother-Regular.woff2") format("woff2"), url("../fonts/Clother-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "restra";
  src: url("../fonts/restra.woff2") format("woff2");
}
@font-face {
  font-family: "icon";
  src: url("../fonts/icon.woff") format("woff2");
}
body#home, input, button, textarea, select {
  font-family: "a-otf-gothic-bbb-pr6n","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* =======  container grid設定 ======= */
/* =======  ドラッグした時のカラーを指定 ======= */
::selection {
  background: #353535;
  color: #F3EEE4;
}

/* for Firefox */
::-moz-selection {
  background: #353535;
  color: #F3EEE4;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-color: #F4EFE1;
}

ol, ul, li {
  list-style: none;
}

.backend-css *  {
  all: revert;
  line-height: 2rem;
}

.backend-css p, .backend-css li {
  font-size: 1.5rem;
}

blockquote, q {
  quotes: none;
}

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

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

 button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

strong {
  font-weight: bold;
}

.display-block{
  display: block;
}
/*==============================
-Variable
===============================*/
/* ======= mixin breakpoint ======= */
/* ======= prefix ======= */
/* ======= positioncenter ======= */
/* ==============================
-Global
=============================== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  html {
    margin-top: 0 !important;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  font-feature-settings: "palt";
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a {
  display: inline-block;
  word-break: break-word;
}

a, a:hover {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#wpadminbar {
  position: fixed !important;
}
@media only screen and (max-width: 767px) {
  #wpadminbar {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container {
    padding: 0 !important;
  }
}

/* ==============================
-Grid
=============================== */
.l-con {
  margin: 0 auto;
  max-width: calc( 1300px + 40px);
  padding: 0 calc( 40px / 2);
}
@media only screen and (max-width: 767px) {
  .l-con {
    max-width: 100%;
    padding: 0 15px;
  }
}
.l-con .l-con-right {
  margin-left: calc((100vw - 1300px + 40px) / 2);
  padding: 0 calc( 40px / 2);
}
.l-con .l-con-left {
  margin-right: calc((100vw - 1300px + 40px) / 2);
  padding: 0 calc( 40px / 2);
}
@media only screen and (max-width: 1350px) {
  .l-con .l-con-right,
  .l-con .l-con-left {
    margin: 0 auto;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .l-con .l-con-right,
  .l-con .l-con-left {
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-con .l-full {
    margin-left: calc( 40px / -4);
    margin-right: calc( 40px / -4);
  }
}

.l-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.l-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .l-row {
    margin-left: calc( 40px / -4);
    margin-right: calc( 40px / -4);
  }
}

/* 新しい.l-rowコード */
.l-row-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.l-full {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

[class*="-col-"] {
  position: relative;
  font-size: 10px;
}

.l-col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 1)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 1)) - 40px);
}

.l-col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 2)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 2)) - 40px);
}

.l-col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 3)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 3)) - 40px);
}

.l-col-4 {
  width: 399px;
  margin:0 20px;
  /* flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 4)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 4)) - 40px); */
}

.l-col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 5)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 5)) - 40px);
}

.l-col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 6)) - 40px - 0.1px);
  /* margin: 0 calc( 40px / 2); */
  max-width: calc(( 100% / ( 12 / 6)) - 40px);
}

.l-col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 7)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 7)) - 40px);
}

.l-col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 8)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 8)) - 40px);
}

.l-col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 9)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 9)) - 40px);
}

.l-col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 10)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 10)) - 40px);
}

.l-col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 11)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 11)) - 40px);
}

.l-col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 12)) - 40px - 0.1px);
  margin: 0 calc( 40px / 2);
  max-width: calc(( 100% / ( 12 / 12)) - 40px);
}

.l-col-auto {
  flex: 1;
  margin: 0 calc( 40px / 2);
}

.l-col-50{
  width: 50%;
}

.l-tile-col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 1)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 1)));
}

.l-tile-col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 2)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 2)));
}

.l-tile-col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 3)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 3)));
}

.l-tile-col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 4)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 4)));
}

.l-tile-col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 5)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 5)));
}

.l-tile-col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 6)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 6)));
}

.l-tile-col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 7)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 7)));
}

.l-tile-col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 8)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 8)));
}

.l-tile-col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 9)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 9)));
}

.l-tile-col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 10)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 10)));
}

.l-tile-col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 11)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 11)));
}

.l-tile-col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 12)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 12)));
}

.l-tile-col-auto {
  flex: 1;
}

.l-offset-left-1 {
  margin-left: calc(( 100% / ( 12 / 1) + calc( 40px / 2)));
}

.l-offset-left-2 {
  margin-left: calc(( 100% / ( 12 / 2) + calc( 40px / 2)));
}

.l-offset-left-3 {
  margin-left: calc(( 100% / ( 12 / 3) + calc( 40px / 2)));
}

.l-offset-left-4 {
  margin-left: calc(( 100% / ( 12 / 4) + calc( 40px / 2)));
}

.l-offset-left-5 {
  margin-left: calc(( 100% / ( 12 / 5) + calc( 40px / 2)));
}

.l-offset-left-6 {
  margin-left: calc(( 100% / ( 12 / 6) + calc( 40px / 2)));
}

.l-offset-left-7 {
  margin-left: calc(( 100% / ( 12 / 7) + calc( 40px / 2)));
}

.l-offset-left-8 {
  margin-left: calc(( 100% / ( 12 / 8) + calc( 40px / 2)));
}

.l-offset-left-9 {
  margin-left: calc(( 100% / ( 12 / 9) + calc( 40px / 2)));
}

.l-offset-left-10 {
  margin-left: calc(( 100% / ( 12 / 10) + calc( 40px / 2)));
}

.l-offset-left-11 {
  margin-left: calc(( 100% / ( 12 / 11) + calc( 40px / 2)));
}

.l-offset-left-12 {
  margin-left: calc(( 100% / ( 12 / 12) + calc( 40px / 2)));
}

.l-offset-right-1 {
  margin-right: calc(( 100% / ( 12 / 1) + calc( 40px / 2)));
}

.l-offset-right-2 {
  margin-right: calc(( 100% / ( 12 / 2) + calc( 40px / 2)));
}

.l-offset-right-3 {
  margin-right: calc(( 100% / ( 12 / 3) + calc( 40px / 2)));
}

.l-offset-right-4 {
  margin-right: calc(( 100% / ( 12 / 4) + calc( 40px / 2)));
}

.l-offset-right-5 {
  margin-right: calc(( 100% / ( 12 / 5) + calc( 40px / 2)));
}

.l-offset-right-6 {
  margin-right: calc(( 100% / ( 12 / 6) + calc( 40px / 2)));
}

.l-offset-right-7 {
  margin-right: calc(( 100% / ( 12 / 7) + calc( 40px / 2)));
}

.l-offset-right-8 {
  margin-right: calc(( 100% / ( 12 / 8) + calc( 40px / 2)));
}

.l-offset-right-9 {
  margin-right: calc(( 100% / ( 12 / 9) + calc( 40px / 2)));
}

.l-offset-right-10 {
  margin-right: calc(( 100% / ( 12 / 10) + calc( 40px / 2)));
}

.l-offset-right-11 {
  margin-right: calc(( 100% / ( 12 / 11) + calc( 40px / 2)));
}

.l-offset-right-12 {
  margin-right: calc(( 100% / ( 12 / 12) + calc( 40px / 2)));
}

@media only screen and (max-width: 767px) {
  [class*="l-offset-left-"] {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-offset-right-"] {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-col-"] {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 40px / 2 - 0.1px);
    max-width: calc(100% - 40px / 2);
    margin-left: calc( 40px / 4);
    margin-right: calc( 40px / 4);
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-tile-col-"] {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* ===== @mixin ===== */
/* ======= templete component ======= */
.c-display-pc {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .c-display-pc {
    display: none !important;
  }
}

.c-display-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .c-display-sp {
    display: block !important;
  }
}

body {
  min-width: 1024px;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
body.active {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  input, button, textarea, select {
    font-size: 16px;
  }
}

/* ======================
フェードイン
========================= */
.a-fadein {
  -webkit-animation: a-fadein 0.8s both 0.4s ease;
  animation: a-fadein 0.8s both 0.4s ease;
  visibility: visible !important;
  backface-visibility: hidden;
  transform: perspective(0);
}

@-webkit-keyframes a-fadein {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0) perspective(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}
@keyframes a-fadein {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0) perspective(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}
.a-fade {
  -webkit-animation: a-fade 0.8s both 0.3s ease;
  animation: a-fade 0.8s both 0.3s ease;
  visibility: visible !important;
  backface-visibility: hidden;
}

@-webkit-keyframes a-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ======= site component ======= */
/*==============================
-c-header
===============================*/
.c-header::-webkit-scrollbar {
  display: none;
}

.c-header {
  position: relative;
  height: 70px;
  background-color: #F9F7F3;
  border-bottom: 2px solid #000;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  .c-header {
    height: 50px;
    border: none;
  }
}

.c-header-pc {
  width: 100%;
  height: 100%;
  padding-left:30px;
  padding-right: 24px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-header-pc {
    display: none;
  }
}

.c-header-pc-left ul {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .c-header-pc-left ul {
    width: 360px;
  }
}

.c-header-pc-left ul li{
  margin-top: 6px;
  margin-right: 34px;
}

.c-header-pc-left-anchor {
  color: #000;
  font-family: "Clother";
  font-size: 14px;
  line-height: 19.6px;
}

.c-header-pc-right {
  height: 100%;
  flex-flow: column;
  font-family: "Clother";
  display: flex;
  padding: 16px 0px 11px 0px;
}

.c-header-pc-right ul {
  display: flex;
  justify-content: space-around;
  /* width: 400px; */
}



.c-header-pc-right ul li a img{
  margin-top: 12px;
  width: 21px;
  margin-right:22px;
  color: #000;
}

.c-header-pc-right ul li:nth-child(2) a img{
  margin-top: 13px;
  width: 27px;
  margin-right:27px;
}

.c-header-pc-right ul li:nth-child(3){
  padding: 7px 27px;
  border-radius: 50px;
  border: 1px solid #000;
}

.c-header-pc-right-text-anchor {
  color: #333;
  font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  font-size: 14px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .c-header-pc-right-text {
    text-align: center;
  }
}
.c-header-pc-right-text a {
  margin-left: 5px;
}

.c-header-sp {
  display: none;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-header-sp {
    display: flex;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s cubic-bezier(0.1, 0, 0.07, 1);
    transform: translateX(-20%);
    padding: 30px 15px 120px;
  }
  .c-header-sp.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}

.c-header-sp-logo-box {
  max-width: 250px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .c-header-sp-logo-box {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-header-sp-logo-box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header-sp-logo-box {
    max-width: 140px;
    margin: 0 auto;
  }
}

.c-header-sp-anchor-area {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-header-sp-anchor-area {
    margin: 0 auto;
  }
}

.c-header-sp-anchor-box {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .c-header-sp-anchor-box + .c-header-sp-anchor-box .c-header-sp-anchor {
    margin-top: 3vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-header-sp-anchor-box {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header-sp-anchor-box {
    margin: 50px auto;
  }
}

.c-header-sp-anchor {
  display: inline-block;
  color: #000;
  font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  font-size: 18px;
  text-shadow: 0 0 0 #000;
}
.c-header-sp-anchor:hover {
  text-decoration: underline;
}

.c-header-language-wrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-header-language-wrap {
    border-bottom: none;
  }
}

.c-header-language-btn {
  display: block;
  position: relative;
  z-index: 9999;
  text-align: right;
  padding: 0 15px 15px;
  width: 200px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .c-header-language-btn {
    padding: 0 15px;
  }
}

.c-header-language-btn-text {
  position: relative;
  font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  font-size: 14px;
  padding-right: 5px;
  cursor: pointer;
  background-color: #fff;
}
.c-header-language-btn-text::after {
  content: '\025bc';
  position: absolute;
  right: -15px;
  background-color: #fff;
}
.c-header-language-btn-text.active::after {
  content: '\025b2';
  position: absolute;
  right: -15px;
}
@media only screen and (max-width: 767px) {
  .c-header-language-btn-text::after {
    content: '\025b2';
    right: -15px;
  }
  .c-header-language-btn-text.active::after {
    content: '\025bc';
    right: -15px;
  }
}

.c-header-language-box {
  display: none;
  position: absolute;
  right: 0;
  z-index: 9;
  width: 40%;
  margin-top: 175px;
  padding: 15px 10px 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-header-language-box {
    width: 100%;
    padding: 15px 0 0;
    margin-top: -175px;
  }
}

.c-header-language-li {
  text-align: right;
  margin-bottom: 10px;
}

.c-header-language-anchor {
  color: #000;
  font-size: 16px;
}

.c-header-sp-about-wrap {
  width: 220px;
  margin: 20px auto;
}

.c-header-sp-sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
}

.c-header-sp-sns li {
  margin: 0 9px;
}

.c-header-sp-sns li a {
  display: block;
  color: #000;
}

.c-header-sp-sns:not(.share) li a:after {
  font-family: icon;
  font-size: 35px;
}

.c-header-sp-sns:not(.share) li.c-header-sp-sns-instagram a:after {
  content: "i";
}

.c-header-sp-sns:not(.share) li.c-header-sp-sns-twitter a:after {
  content: "t";
}

.c-header-sp-sns:not(.share) li.c-header-sp-sns-facebook a:after {
  content: "f";
}

/*==============================
_c-header-triger
===============================*/
.c-header-triger {
  display: none;
  position: fixed;
  top: 2px;
  left: 10px;
  width: 45px;
  height: 45px;
  z-index: 9999999;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .c-header-triger {
    display: block;
  }
}

.c-header-triger-bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 28px;
  height: 3px;
  background: #000;
  display: block;
  z-index: 9999999;
  transition: all .4s;
}

.c-header-triger-bar:nth-of-type(1) {
  top: 11px;
}

.c-header-triger-bar:nth-of-type(2) {
  top: 21px;
  transition: all .4s ease;
}

.c-header-triger-bar:nth-of-type(3) {
  top: 31px;
}

.c-header-triger-bar.active:nth-of-type(1) {
  background: #000;
  transform: rotate(135deg);
  top: 22px;
}

.c-header-triger-bar.active:nth-of-type(2) {
  background: #000;
  transition: all .4s ease;
  opacity: 0;
  right: 40px;
  display: none;
}

.c-header-triger-bar.active:nth-of-type(3) {
  background: #000;
  transform: rotate(-135deg);
  top: 22px;
}

/*==============================
-c-footer
===============================*/
.c-footer {
  width: 100%;
  background-color: #2B3441;
}
@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 30px 18px;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer-logo-box {
    order: 2;
    text-align: center;
  }
}

.c-footer-logo {
  width: 189px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .c-footer-logo {
    margin: 0 auto 30px;
  }
}

.c-footer-copyright {
  font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  color: #fff;
  font-size: 12px;
  margin-top: 111px;
}

@media only screen and (max-width: 767px) {
  .c-footer-anchor-box {
    order: 1;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-anchor-box .l-col-6 {
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 6)) - 40px - 0.1px);
    margin: 0 calc( 40px / 2);
    max-width: calc(( 100% / ( 12 / 6)) - 40px);
  }
}

.c-footer-anchor {
  display: inline-block;
  color: #fff;
  font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  font-size: 14px;

}
.c-footer-anchor:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .c-footer-anchor {
    margin-bottom: 25px;
  }
}
.c-footer-anchor span {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .c-footer-anchor span {
    display: none;
  }
}

/*==============================
-P-404
===============================*/
.p-404-wrapper {
  display: block;
  position: relative;
  padding: 120px 0;
  text-align: center;
  margin: 0 auto;
  color: #444;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-404-wrapper {
    padding: 60px 0;
  }
}

.p-404-title {
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: 10px;
  text-indent: 10px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.p-404-text {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-indent: 3px;
  line-height: 1.4;
  margin-bottom: 80px;
}

.p-404-lead {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.p-404-leadlink {
  display: inline;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #f00;
  transition: .3s;
}
.p-404-leadlink:hover {
  text-decoration: underline;
  transition: .2s;
}

/*==============================
-Page
===============================*/




.login-page-box-container{
    padding: 61px 12% 30px;
}

.login-page-box{
    display: flex;
    height: auto !important;
    align-items: flex-start !important;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 6px;
}

.login-page-box .login-page-input-box{
  width: 80% !important;
  text-align: center;
}

.login-page-box .login-page-button{
  width: 124px;
  padding: 8px 0;
  margin-top: 25px !important;
}

.login-page-button:hover{
    color: #0056b3 !important;
}

.login-page-button-new-register{
    color: #000;
    text-decoration: underline;
    margin-bottom: 34px;
}


.login-page-box-info{
  width: 28% !important;
  text-align: right !important;
}



input[type=radio]{
    appearance: auto;
    border:2px solid #000;
    color: #000;
    background: #000;
  }

.login-page-input-box{

}

.login-page-input-box input{
}

.login-page-input-box #contact-form-input{
  width: 100%;
  max-width: 414px;
  height: 44px;
  border: 1px solid #000000;
  padding: 5px 5px;
}

.login-page-input-box #contact-form{
  width: 100%;
  max-width: 414px;
  height: 406px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.3px;
  padding: 5px;
  border: 1px solid #000;
}

#contact-form::placeholder{
  padding: 5px;

}


.login-page-full-name-input-box #full-name-box{
  width: 100%;
  max-width: 412px;
  height: 44px;
  padding: 7px 5px;
}





.p-plan-contents-deadline-box {
  text-align: center;
  width: 997px;
  padding: 51px 12% 46px;
  margin: 0 auto 70px;
  background-color: #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .p-plan-contents-deadline-box {
    width: 100%;
    padding: 40px 25px;
    margin: 30px auto 20px;
  }
}

.p-plan-contents-deadline-head {
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 46px;
  text-align: center;
  color: #000000;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-plan-contents-deadline-head {
    font-size: 16px;
  }
}

.p-plan-contents-deadline-lead {
  font-size: 13px;
  letter-spacing: 1.5px;
  line-height: 26px;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .p-plan-contents-deadline-lead {
    text-align: left;
  }
  .p-plan-contents-deadline-lead br {
    display: none;
  }
}


.p-plan-contents-deadline-box .p-blue-button{
  margin-top: 16px;
}

.p-plan-contents-deadline-box .p-blue-line-button{
  margin-top: 22px;
  margin-bottom: 9px;
}

@media only screen and (max-width: 767px) {
  main{
    padding-bottom:100px !important ;
  }

  .login-page-input-box{
    width: 100% !important;
    padding-left: 0% !important;
  }

  .login-page-input-box #full-name{
    max-width: 100%;
  }

  .login-page-input-box #contact-form{
    max-width: 100%;
  }

  .contact-form-button-box{
    max-width: 100%;
  }

  .login-page-input-box .login-page-button{
    margin: 30px auto 15px;
  }
}

/*===============================
 login-page-box-title-container
 ================================*/

 @media only screen and (max-width: 767px) {

.col-md-8{
  padding-right: 0px;
  padding-left: 0px;
}

.login-page-box{
  margin-bottom: 12px !important;
}

.login-page-box-info{
  text-align: left !important;
}

.login-page-box .login-page-input-box{
  width: 100% !important;
}

.login-page-input-box #contact-form-input{
  max-width: 100%;
}


.login-page-box-long-title{
  font-size: 29px !important;
  line-height: 31px;
  margin-bottom: 8px !important;
  letter-spacing: 0px;
}

.login-page-box-long-subtitle {
  margin-top: 0px !important;
  margin-bottom: 16px !important;
}

.login-page-box-title{
  margin-bottom: 0px !important;
}

}
