smart@charset "utf-8";

/*     defolt_css     */
body {
  font-family: ryo-gothic-plusn, 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  padding: 0;
  color: #535353;
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

@font-face {
  font-family: 'Avenir';
  src: url('../font/Avenir.woff') format('woff'),
       url('../font/Avenir.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir-heavy';
  src: url('../font/Avenir-heavy.woff') format('woff');
}

.avenir-h {
  font-family: 'Avenir-heavy', sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
}

.avenir {
  font-family: 'Avenir', sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a.gnav:hover {
    opacity: 1;
}

.sp_nav {
    display: none;
}

.pc_nav li a:hover > .gf {
    color: #3aabd6;
    opacity: 1;
}

.pc_nav li a .gf:hover {
    color: #3aabd6;
    opacity: 1;
}

.pc_nav li.current-menu-ancestor > a .gf,
.pc_nav li.current-menu-item > a .gf,
.pc_nav li.current-menu-parent > a .gf,
.pc_nav li.current-post-ancestor > a .gf,
.pc_nav li.current_page_ancestor > a .gf,
.pc_nav li.current_page_parent > a .gf,
.pc_nav li > a:hover:after {
color: #3AABD6;
}

a:hover {
    opacity: .7;
}

a.bor:hover {
    text-decoration: underline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*  reset css   */
body {
  margin: 0 !important;
}

body {
    font-family: vdl-v7mincho, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    line-height: 1.7;
    padding: 0;
    color: #2E2E2E;
    word-break: break-word;
}
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all .3s;
  display: block;
  color: #000;
}

p, li {
    line-height: 1.7;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: vdl-v7mincho, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
}

/*画像の最大幅を画面のサイズの最大幅に設定*/
img {
  width: 100%;
  height: auto;
}

header {
  width: 100%;
}

footer {
  position: relative;
}

ul {
  list-style: none;
  padding: 0;
  padding-inline-start: 0px;
  width: 100%;
  display: inline-block;
}

article {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  z-index: 2;
}

article.max_w {
    max-width: unset;
    width: 100%;
}

.pc_nav {
    margin-left: 20px;
}

p.copyright {
    text-align: center;
    color: #071664;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 15px 0;
    font-family: 'Avenir';
}

.logo.footer_logo {
    background: none;
}

.footer_flex {
    display: flex;
    justify-content: space-between;
}

ul#menu-main-menu-2 {
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
}

ul#menu-main-menu-2 li {
    width: 21%;
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}

ul#menu-main-menu-2 li:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(../img/triangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.f-center_logo {
    display: flex;
    justify-content: flex-end;
    margin-right: 100px;
}

.l-1 {
    height: 50px;
    width: 50px;
}

.l-2 {
    margin: 0 10px;
}

.sp {
    display: none !important;
}

.logo a,
.logo.footer_logo a {
width: 100%;
height: 100%;
}

.vdl.b,
h1 {
font-family: vdl-v7mincho, sans-serif;
font-weight: 500;
font-style: normal;
}

.header_wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    margin: 0;
    z-index: 99;
    border-bottom: solid 3px #071664;
}

.header-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    z-index: 99;
    margin: auto;
    position: relative;
}

.header__flex_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

a.btn_mail.header_btn span.icon {
    width: 15px;
}

a.btn_mail.header_btn span.arrow {
    width: 8px;
    height: 16px;
}

.btn_mail.header_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    width: 210px;
    font-size: 16px;
    padding: 15px 15px;
    margin: auto 20px auto auto;
    color: #fff;
    background: #cd1019;
    border-radius: 35px;
}

.logo {
    max-width: 200px;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.mv_wrap {
    position: relative;
    height: 100vh;
    background: url(../img/mv.jpg);
    background-position: center;
    background-size: cover;
}

.mv__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1200px;
    height: 100%;
    margin: auto;
}

h1.mvh1 {
    color: #f4f4f4;
    font-size: 35px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

p.mv_p {
    font-size: 20px;
    letter-spacing: 1px;
    font-family: vdl-v7mincho, sans-serif;
    color: #f4f4f4;
}

.mv_btn_wrap {
    margin: 20px 0;
}

.btn {
    display: inline-block;
}

a.btn_a {
    padding: 15px 40px;
    color: #f4f4f4;
    background: #FF7F27;
    font-family: vdl-v7mincho, sans-serif;
}

a.btn_a.en {
    padding: 15px 40px;
    color: #f4f4f4;
    background: #FF7F27;
    font-family: 'Avenir', sans-serif;
    letter-spacing: 2px;
    -webkit-box-shadow: 7px 7px 0 #3f51b5;
    box-shadow: 7px 7px 0 rgb(8 13 42);
}

a.btn_a.en:hover {
  -webkit-box-shadow: -7px -7px 0 #000;
  box-shadow: -7px -7px 0 #000;
}

span.arrow {
    display: inline-block;
    margin-left: 20px;
}

li.page__nation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5%;
    width: 100%;
}

li.page__nation a {
    padding: 0 10px;
}

li.page__nation span {
    padding: 0 10px;
    color: #2482b4;
}

a.post__link:hover {
  opacity: .5;
}

.swiper-container.slider {
    overflow: hidden;
}

.swiper-container.slider-thumbnail {
    overflow: hidden;
    position: relative;
}

h4.big {
    font-size: 22px;
    margin-bottom: 10px;
}

h5.f7_h5 {
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0;
}

.flex_in_08 img {
    margin-top: 20px;
}

.flex_in_08 ul {
    list-style: disc;
    padding-left: 16px;
}

.flex_in_08 li {
    margin-bottom: 5px;
}

div#breadcrumb {
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

#breadcrumb li {
    position: relative;
    float: left;
    padding: 8px;
    margin-top: 7px;
    line-height: 1;
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
}

#breadcrumb li:not(:first-child):before {
    content: "/";
    position: absolute;
    left: -2.5px;
    font-size: 15px;
    top: 7px;
}

#breadcrumb li:last-child {
    text-decoration: none;
}

.sp-buttons {
  position: absolute !important;
  bottom: 0;
}

.sp-button {
  border: 1px solid #fff !important;
}

.sp-selected-button {
  background-color: #fff !important;
}

.pc_nav li {
    position: relative;
    margin: 0 20px 10px 0;
    float: left;
    text-align: center;
    position: relative;
    font-family: vdl-v7mincho, sans-serif;
}

.pc_nav li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #221815;
    right: -9.5px;
    bottom: 0;
}

.pc_nav li:last-child:before {
    content: "";
    position: absolute;
    background: none;
    right: -9.5px;
    bottom: 0;
}

.gf {
    color: #C9C9C9;
    font-family: 'Lato';
    font-size: 13px;
}

.pc_nav li a {
    padding: 0 5px;
    margin: 0;
    color: #221815;
    line-height: 1;
}

.pc_nav li:hover + .gf {
    color: #3aabd6;
}

.mdd_inner {
    width: 300px;
    background: #000;
    opacity: .7;
    display: none;
}

ul.sub-menu li {
    width: 100%;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 0 0 0 30px;
    margin: 0;
    color: #fff;
    vertical-align: middle;
}

.sub-menu li:before {
    content: url(../img/btn_arrow.svg);
    position: absolute;
    left: 15px;
    font-size: 10px;
    top: 30%;
}

.pc_nav ul.sub-menu li a {
    color: #fff;
    padding: 12px;
}

.pc_nav ul.sub-menu li a.gnav:hover {
    color: #3aabd6;
}

a.scroll {
    display: flex;
    align-items: center;
    position: absolute;
    right: 50%;
    bottom: -20px;
    z-index: 2;
    padding: 10px 10px 20px;
    overflow: hidden;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    transform: translate(5px, 0px);
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
}

a.scroll::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 40px;
    background: #000;
}

a.scroll::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    opacity: 1;
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  30.1%, 70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

#front_04,
#front_05,
#front_06,
#front_07,
#front_08,
#front_09,
#front_10,
#front_11,
#front_12,
#front_13,
#front_14 {
    padding: 100px 0;
}

#front_05,
#front_07,
#front_09,
#front_11,
#front_13,
footer {
    background: #EAF6FF;
}

/* FAQ */

.faq_wrap {
    max-width: 1080px;
    margin: auto;
}

.cp_qa .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 30px 0;
    color: #000;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 29px;
}
.cp_qa .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 40px 0;
    border-radius: 50px;
    color: #000;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 3em 1em 4.7em;
    cursor: pointer;
    text-indent: 0em;
    background: #fcfcfc;
}
.cp_qa .cp_actab label::before {
    width: 43px;
    height: 43px;
    content: '';
    background: url(../img/qa3.svg);
    background-size: 100%;
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0,-50%);
}
.cp_qa .cp_actab label:hover {
    transition: all 0.3s;
    color: #021664;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
    font-size: 1.7em;
    font-weight: bold;
    line-height: 2em;
    position: absolute;
    top: 50%;
    right: 20px;
    content: '';
    background: url(../img/qa1.svg);
    background-size: contain;
    display: inline-block;
    width: 25px;
    height: 25px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
}
.cp_qa .cp_actab .cp_actab-content::before {
    position: absolute;
    margin: 0.8em 0 0 -8px;
    color: #343434;
    padding: 0;
    content: '';
    width: 43px;
    height: 43px;
    background: url(../img/qa4.svg);
    background-size: 100%;
}
.cp_qa .cp_actab .cp_actab-content p {
    margin: 1em 1em 1em 2.9em;
    font-size: 18px;
}

p.qa_anc {
    color: #343434;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
    max-height: 40em;
    background: #f7f7f7;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #021664;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  background: url(../img/qa2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 56%;
  height: 10px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

a.link_blue {
    color: #00A7FF;
}

/* FAQ */

.link_flex__wrap {
    display: flex;
    align-items: center;
}

.reason {
    margin: 20px;
}

h2.reson_h2 {
    font-size: 25px;
    padding-top: 100px;
    margin-bottom: 20px;
    border-bottom: solid 1px #DADBDB;
    color: #021664;
}

.reson_box {
    position: relative;
    padding: 30px;
    border: solid 1px #231815;
    margin: 20px 0;
}

.reson_box.sec1:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 250px;
    height: 90px;
    right: 15px;
    background: url(../img/r1.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.reson_box.sec2:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 250px;
    height: 90px;
    right: 15px;
    background: url(../img/r2.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.reson_box.sec3:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 250px;
    height: 90px;
    right: 15px;
    background: url(../img/r3.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.flex_re_inner {
    display: flex;
    flex-wrap: wrap;
}

.re_txt {
    width: 65%;
}

.re_img {
    width: 35%;
    display: flex;
}

ul.triangle {
    list-style: none;
}


.triangle li {
    padding-left: 1.2em;
    background-image: url(../img/triangle.svg);
    background-repeat: no-repeat;
    background-size: 0.6em;
    background-position: left 0.4em;
}

span.red {
    color: #CD001A;
    font-weight: 600;
}

.top_sec__inner {
    margin: 8% 0 20%;
}

.mobile {
  display: none;
}

#wrapper {
  overflow: hidden;
}

.flex_max_w {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flex_in {
    width: 50%;
}

.flex_txt_in {
    margin: auto;
    padding: 0 50px;
    max-width: 500px;
}

h2.sec1_h2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: vdl-v7mincho, sans-serif;
    font-size: 30px;
}

h2.sec1_h2 .span1:first-letter {
    font-size: 40px;
    color: #FF7F27;
}

.line {
    position: relative;
    width: 30%;
    top: 3px;
}

h2.sec1_h2 .line:after {
    background: #707070;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
}

h2.sec1_h2 .span2 {
    font-size: 16px;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: 500;
    margin-top: 5px;
}

h3.sec1_h3 {
    font-size: 30px;
    margin: 10px 0 25px;
    font-weight: 500;
}

.center_wp {
    text-align: center;
    margin: 20px 0 0;
}

h2.sec2_h2 {
    font-size: 30px;
    text-align: center;
    padding: 40px 0 20px;
}

span.org {
    color: #f97e28;
}

span.big {
    font-size: 38px;
}

.pr_flex {
    display: flex;
    flex-wrap: wrap;
}

.pr_flex_in {
    width: 28%;
    padding: 2%;
    margin: 0 auto 20px;
    background: #f2f2f2;
    box-shadow: 2px 6px 4px 0px #d9d9d9;
}

.pr_flex_in img {
    width: 80%;
    margin: 0 10% 0;
}

p.pr_p {
    border-top: dotted 1px;
    margin: 10px 5% 0;
    padding: 10px 0 0;
    text-align: center;
}

.pr_flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: auto;
}

p.pr_p.c1 {
    padding: 37px 0 37px;
}

p.pr_p.c2 {
    padding: 23px 0 23px;
}

.bold {
    font-weight: 600;
}

.pr_txt_wp {
    text-align: center;
    margin: 20px 0 50px;
}

p.pr_txt {
    font-size: 20px;
}

.bottom_arrow {
    width: 6%;
    min-width: 80px;
    max-width: 100px;
    margin: auto;
}

h2.sec3_h2 {
    font-size: 32px;
    text-align: center;
    padding: 60px 0 40px;
}

.sec3_flex {
    display: flex;
    flex-wrap: wrap;
}

.sec3_flex_wrap {
    max-width: 900px;
    margin: auto;
}

.flex_3_in img {
    width: 60%;
    margin: 0 20%;
}

.flex_3_in {
    width: 23%;
    margin: auto;
    background: #fff;
}

p.pr_p.c1.bold {
    font-size: 18px;
}

.ttl_wrap {
    text-align: center;
    margin-bottom: 25px;
}

h2.minc {
    font-size: 30px;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #021664;
}

.minc span {
    font-size: 20px;
    display: block;
    line-height: 1;
}

.link_img_wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex_link {
    position: relative;
    width: 50%;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.flex_link .hover-img {
    margin: 0;
    padding: 0;
}

.hover-img img {
    width: 100%;
    height: 100%;
}

a.op1:hover {
    opacity: 1;
}

.flex_link .flex_link_in {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

h3.service_h3 {
    font-size: 25px;
    line-height: 1.5;
    color: #071664;
    text-align: center;
    margin-bottom: 50px;
}

.flex_link:hover .flex_link_in {
  /*topを0にして上からスライド*/
  top: 0;
}

p.link_box_txt {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 5%;
}

li.h3_li {
    font-size: 20px;
}

.center {
    text-align: center;
}
/* アニメーション */

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.fadeUpTrigger {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform,animation,position;
}

/*==================================================
ふわっ
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time02{
animation-delay: 0.2s;
}

.delay-time03{
animation-delay: 0.3s;
}

.delay-time04{
animation-delay: 0.4s;
}

.delay-time05{
animation-delay: 0.5s;
}

/* スクロールアニメーション */

/*　ヘッダーアニメーション　*/
/*　上に上がる動き　*/

.header_wrap.UpMove{
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

.header_wrap.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/*　ヘッダーアニメーション　*/

.news_flex_wrap {
    display: flex;
    flex-wrap: wrap;
}

.news_flex_left {
    position: relative;
    width: 45%;
    line-height: 0;
}

.news_flex_right {
    position: relative;
    width: 55%;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    background: #f2f2f2;
}

.news_flex_left img {
    min-height: 400px;
    object-fit: cover;
}

.op_box {
    position: absolute;
    top: 35%;
    left: 70%;
    transform: translate(-50%, -50%);
    line-height: 1.5;
}

.wht {
    color: #fff;
}

.news_i_wrap {
    padding-left: 100px;
    width: 100%;
}

.postlist__inner {
    display: flex;
}

span.post__time {
    margin-right: 20px;
    letter-spacing: 1px;
}

.news_item {
    font-family: vdl-v7mincho, sans-serif;
}

span.info {
    padding: 2.5px 5px;
    background: #009688;
    color: #fff;
}

.absolute_wp {
    position: absolute;
    bottom: 50px;
    left: 100px;
}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
    width: calc(100vw / 1);
    line-height: 0;
}
.d-demo__item > img{
   width: 100%;
}

.flex_50 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cta_inner {
    width: 50%;
}

.left_icon {
    display: inline-block;
}

h2.cta_inc {
    font-size: 30px;
    line-height: 1;
}

p.cta_p {
    margin-top: 15px;
}

.cta_btn {
    margin-top: 15px;
}

a.cta {
    max-width: 300px;
    padding: 10px 0;
    text-align: center;
    background: #f97e28;
}

.left_icon {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
    vertical-align: middle;
    height: 30px;
}

a.cta_b {
    max-width: 300px;
    padding: 15px 0 0;
    text-align: center;
    background: #FFF;
    color: #f97e28;
    font-size: 25px;
    font-family: 'Avenir-heavy';
    font-weight: 900;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
}

a.cta_b .left_icon {
    margin-top: -5px;
}

footer {
    position: relative;
    padding: 100px 0 0;
}

.footer__top_link {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.w900 {
    max-width: 900px;
    margin: auto;
}

.m50 {
    margin: 50px auto;
}

.bl_flex {
    display: flex;
    flex-direction: column;
}

.dl_inner {
    display: flex;
    width: 97%;
    flex-wrap: wrap;
    align-items: center;
    border: solid 1px #071664;
    margin: 0 auto 15px;
    padding: 1%;
    min-height: 125px;
}

.number {
    width: 10%;
    margin-left: 1.25%;
}

.bl_txt__box {
    width: 85%;
    margin-left: 2.5%;
}

.bl_box_wrap {
    max-width: 1080px;
    margin: auto;
}

.comparison {
    margin-top: 40px;
}

.comparison h3.service_h3 {
    margin-bottom: 0;
}

h3.service_h3.red {
    margin-top: 50px;
    color: #cd1019;
}

h3.big_h3 {
    text-align: center;
    font-size: 28px;
}

.flex_cp__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}

.flex_cp {
    width: 30%;
    max-width: 250px;
    padding: 10px;
    margin: 10px;
    border: solid 1px #021664;
}

.flex_cp.red_bd {
    border: solid 1px #cd0f19;
}

h3.service_h3.left {
    margin-bottom: 0;
    text-align: left;
}

.margin_btm {
    margin-bottom: 50px;
}

.margin_top {
    margin-top: 100px;
}

.flex_in_07 {
    width: 45%;
    margin: auto;
}

.flex_in_08 {
    width: 45%;
    margin: 0 auto;
}

.flex_50.top {
    align-items: flex-start;
}

.blue {
    color: #071664;
}

.price_wrap,
.qa_wrap,
.step_wrap {
    margin-top: 50px;
}

.flex_price_wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex_price {
    width: 45%;
    margin: 0 auto;
}

h3.price_ttl {
    position: relative;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    margin-bottom: 20px;
    background: #cd1019;
}

h3.price_ttl:after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 50px;
    width: 20px;
    height: 17px;
    background-image: url(../img/bottom.svg);
    background-size: contain;
}

.price_inner {
    margin-left: 45px;
    margin-bottom: 50px;
}

.price_inner p {
    font-size: 18px;
}

.rinen_wrap {
    margin-top: 50px;
}

h3.rinen_h3 {
    text-align: center;
    font-size: 28px;
    color: #071664;
}

p.big__p.center {
    font-size: 25px;
    line-height: 2;
    margin-top: 50px;
    letter-spacing: 2px;
}

h3.rinen_h3 {
    text-align: center;
    font-size: 28px;
    color: #071664;
    letter-spacing: 2px;
}

.menber_flex_wrap {
    display: flex;
    flex-wrap: wrap;
}

.menber_flex {
    width: 31%;
    margin: 1%;
}

h3.name_h3 {
    text-align: center;
    font-size: 20px;
}

h3.name_h3 span {
    display: block;
    font-size: 16px;
}

.name_wrap {
    margin: 10px auto 25px;
}

.men_txt {
    margin-bottom: 25px;
    min-height: 320px;/*1045pxまで*/
}

.wraper {
    position: relative;
    padding-bottom: 25px;
}

.wraper:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    left: 50%;
    bottom: 0;
    background: #DADBDB;
    transform: translate(-50%, 0);
}

ul.dotted_ul {
    list-style: disc;
    padding-left: 1.5em;
}

.cta_flex_wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: auto;
}

.cta_flex {
    width: 45%;
    margin: 50px auto 0;
    background: #fff;
}

.red {
    color: #cd1019;
}

.cta_flex p {
    text-align: center;
    margin: 30px 0 20px;
    font-size: 18px;
}

.cta_flex p.big__p.center {
    text-align: center;
    margin: 30px 0 0;
}

.btn_mail {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    width: 250px;
    font-size: 18px;
    padding: 20px 25px;
    margin: auto;
    color: #fff;
    background: #cd1019;
    border-radius: 35px;
}

.cta_flex a {
    display: inline-block;
    width: 100%;
    padding: 0 0 30px;
}

span.icon {
    position: absolute;
    display: inline-block;
    line-height: 1.2;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

span.arrow {
    position: absolute;
    display: inline-block;
    line-height: 1.2;
    width: 10px;
    height: 20px;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.com_tbl_wrap {
    margin: 50px auto 0;
    max-width: 700px;
}

.com_tbl_wrap table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.com_tbl_wrap th {
    width: 30%;
}

.com_tbl_wrap th, .com_tbl_wrap td {
    padding: 20px 0;
    vertical-align: top;
    text-align: left;
    position: relative;
    font-size: 18px;
}

th:after, td:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: url(../img/dotted_2.svg);
    background-size: cover;
}

.page__header_wrap {
    padding-top: 200px;
}

h1.page_ttl__cap {
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
}

table.form_tbl.rec th:after,
table.form_tbl.rec td:after {
    background: none;
}

.contact__sec {
    background: #eaf6ff;
    padding-bottom: 50px;
}

.contact__sec_02 {
    padding: 50px 0 100px;
}

.cot_in_ttl__wrap {
    margin-bottom: 50px;
}

table.form_tbl.rec {
    width: 95%;
    max-width: 700px;
    margin: auto;
}

.tel__wrap {
    max-width: 400px;
    display: flex;
    width: 90%;
    flex-direction: column;
    margin: auto;
    background: #fff;
}

.tel__wrap p {
    color: #cd0f19;
    margin-top: 15px;
}

.tel__wrap a {
    width: 80%;
    margin: 20px auto;
    padding: 5px 0;
}

.rec th {
    width: 30%;
    padding: 5px 0 30px;
    vertical-align: top;
    text-align: left;
    letter-spacing: 1px;
}

.rec td {
    width: 70%;
}

input {
    width: 97%;
    font-size: 16px;
    padding: 5px;
}

span.haveto {
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    padding: 3px 8px;
    margin-left: 10px;
    background: #cd0f19;
    border-radius: 10px;
    vertical-align: initial;
}

.wpcf7-list-item {
    display: flex;
    margin: 0 0 0 0;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

.link_btn.btn_08 {
    width: 80%;
    max-width: 350px;
    margin: 50px auto 0;
    text-align: center;
}

.wpcf7-submit {
    background: #071664;
    padding: 15px;
    color: #fff;
    border-radius: 35px;
}

textarea {
    width: 99%;
}

.link_btn.btn_02.y_margin a {
    max-width: 300px;
    padding: 15px;
    background: #071664;
    color: #fff;
    letter-spacing: 2px;
    width: 80%;
    margin: 50px auto 0;
    text-align: center;
}

/* GUIDELINE */

article.w800 {
  max-width: 800px;
}

h1.page_ttl__cap.under.left {
  border-bottom: solid 3px #091664;
  text-align: left;
  color: #0e1664;
  margin-bottom: 30px;
}

h2.page_guide {
  color: #f4f4f4;
  padding: 5px 10px;
  margin-bottom: 15px;
  background: #0c1664;
}

.contents_block_s h3 {
  color: #0e1664;
  margin-bottom: 5px;
}

.contents_block {
  margin-bottom: 30px;
}

.contents_block_s {
  margin-bottom: 15px;
}

.contents_block h3 {
  margin-bottom: 10px;
}

/* GUIDELINE */

@media (min-width: 1625px) {
}

@media (min-width: 900px) {
}

@media (min-width: 769px) {
}

@media (max-width: 1320px) {
.men_txt {
    min-height: 350px;
}
}

@media (max-width: 1200px) {
.men_txt {
    min-height: 375px;
}
}

@media (max-width: 1045px) {
.men_txt {
    min-height: 410px;
}
}

@media (max-width: 900px) {
}

@media (max-width: 768px) {

  /*     defolt_css     */

  .pc {
    display: none !important;
  }

  .sp,
  .sp_nav {
    display: block !important;
  }

  .menu_bars {
    width: 25px;
    height: 31px;
    padding: 0 2px;
    content: url(../img/menu_i.svg);
  }

  .menu_bars.menu_times {
      width: 25px;
      height: 31px;
      padding: 0 2px;
      content: url(../img/menu_x.svg);
  }

  .logo {
      background: none;
      padding: 20px 20px 0;
  }

  h1.mvh1 {
    font-size: 6vw;
  }

  #breadcrumb li {
    padding: 5px;
    margin-top: 5px;
    font-size: 12px;
  }

  div#breadcrumb {
    width: 98%;
  }

  .mv__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 550px;
  }

  #breadcrumb li:not(:first-child):before {
    content: "/";
    position: absolute;
    left: -2.5px;
    font-size: 12px;
    top: 5px;
  }

  #front_04, #front_05, #front_06, #front_07, #front_08, #front_09, #front_11, #front_12, #front_13, #front_14 {
    padding: 50px 0;
  }

  #front_10 {
    padding: 50px 0 0;
  }

  /*スマホ用のメニューボタン*/
  .smart-inner {
    position: relative;
  }

  .vh100_wrap p.blk {
    line-height: 1.8;
  }

  #navbutton {
    position: absolute;
    top: -1%;
    right: 0px;
    background: none;
    border: none;
  }

  #navbutton:focus {
    outline: none;
  }

  #navbutton i {
    font-size: 2.2em;
    color: #333;
    margin: 20px;
  }

  .smart-nav {
    padding: 0 0 0;
    display: none;
    background: #eaf6ff;
  }

  .reason {
    margin: 0;
  }

  .flex_re_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .re_txt {
    width: 100%;
  }

  .re_img {
    width: 50%;
    margin: auto;
    display: flex;
  }

  .link_flex__wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .link_img_wrap {
    flex-direction: column;
  }

  .flex_link {
    position: relative;
    width: 100%;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .flex_link .flex_link_in {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 10px;
  }

  h3.service_h3 {
    font-size: 5.5vw;
    margin: 10px 0 10px;
  }

  p.link_box_txt {
    font-size: 4.2vw;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 5%;
    padding: 0 0 15px;
  }

  h2.minc {
    font-size: 6.5vw;
  }

  h2.reson_h2 {
    font-size: 5.5vw;
  }

  li.h3_li {
    font-size: 4.5vw;
  }

  .dl_inner {
    display: flex;
    width: 97%;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    border: solid 1px #071664;
    margin: 0 auto 15px;
    padding: 1%;
    min-height: 125px;
  }

  .number {
    width: 30%;
    margin-left: 5%;
    margin-top: 5%;
  }

  .bl_txt__box {
    width: 92%;
    margin-left: 5%;
  }

  h3.service_h3.left {
    margin-bottom: 10px;
    text-align: left;
    font-size: 5.3vw;
  }

  .bl_txt__box {
    width: 92%;
    margin-left: 5%;
    padding-bottom: 5%;
  }

  .flex_cp__wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: auto;
    justify-content: center;
  }

  .flex_cp {
    width: 93%;
    margin: 10px auto;
    max-width: none;
 }

  h3.big_h3 {
   font-size: 5.5vw;
  }

  .flex_50 {
    flex-direction: column;
  }

  .flex_in_07 {
    width: 100%;
  }

  .margin_top {
    margin-top: 25px;
  }

  .margin_btm {
    margin-bottom: 25px;
  }

  .flex_in_08 {
    width: 100%;
    margin-bottom: 15px;
  }

  .cp_qa .cp_actab label {
    font-size: 15px;
    text-indent: 0;
    padding: 10px 35px 10px 55px;
  }

  .cp_qa .cp_actab label::before {
    width: 25px;
    height: 25px;
    content: '';
    background: url(../img/qa3.svg);
    background-size: 100%;
    position: absolute;
    left: 24px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0,-50%);
  }

  .cp_qa .cp_actab .cp_actab-content p {
    margin: 1em 1em 1em 1.5em;
    font-size: 15px;
  }

  .cp_qa .cp_actab label::after {
    font-size: 1.7em;
    font-weight: bold;
    line-height: 2em;
    position: absolute;
    top: 50%;
    right: 20px;
    content: '';
    background: url(../img/qa1.svg);
    background-size: contain;
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .cp_qa .cp_actab .cp_actab-content::before {
    position: absolute;
    margin: 1em 0 0 -8px;
    color: #343434;
    padding: 0;
    content: '';
    width: 25px;
    height: 25px;
    background: url(../img/qa4.svg);
    background-size: 100%;
  }

  article.max_width {
    width: 98%;
  }

  .smart-nav .menu-item {
    width: 80%;
    margin: 0 0 0 10%;
    position: relative;
    border-bottom: solid 1px #ddd;
  }

  .smart-nav .menu-item:last-child {
    border-bottom: none;
  }

  .smart-nav li a:hover {
    opacity: 0.8;
  }

  nav.g_nav {
    display: none;
  }

  nav#header-nav {
    display: none;
  }

  article {
    width: 90%;
  }

  /*     defolt_css     */
  div#page_404 {
    min-height: 50vh;
    width: 80%;
    margin: 50px auto 0;
  }

  .flex_price_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .flex_price {
    width: 100%;
  }

  .price_inner {
    margin-left: 10px;
    margin-bottom: 50px;
  }

  h3.rinen_h3 {
    font-size: 6vw;
  }

  p.big__p.center {
    font-size: 6vw;
  }

  .menber_flex {
    width: 100%;
  }

  .men_txt {
    min-height: unset;
  }

  .cta_flex_wrap {
    flex-direction: column;
  }

  .cta_flex {
    width: 100%;
    margin: 25px auto 0;
  }

  footer {
    padding: 10px 0 0;
  }

  .footer_flex {
    flex-direction: column;
  }

  ul#menu-main-menu-2 {
    width: 100%;
    max-width: 700px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
  }

  ul#menu-main-menu-2 li {
    width: 30%;
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
  }

}

@media (max-width: 650px) {

  h1.page_ttl__cap.under.left {
    font-size: 1.35rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 500px) {

  .page__header_wrap {
    padding-top: 100px;
  }

  .mobile {
    display: block;
  }

  #front_01 {
      margin-top: 0;
  }

  div#breadcrumb {
    width: 100%;
    overflow: auto;
    display: inline;
}

  div#breadcrumb ul {
    width: auto;
    display: flex;
    overflow: auto;
    flex-direction: row;
    flex-wrap: nowrap;
}
#breadcrumb li {
    padding: 5px;
    margin-top: 5px;
    font-size: 10px;
    word-break: keep-all;
    display: inline;
}

  input,
  button,
  textarea,
  select {
    /* デフォルトスタイルをリセット */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* font-familyを継承しないので、継承させる */
    font-family: inherit;
    /* iOSの角丸をリセット */
    border-radius: 0;
    /* box-size */
    box-sizing: border-box;
    /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
    font-size: 16px;
    /* 文字色を親から継承 */
    color: inherit;
  }

  label {
    /* iOSでのlabelとinput,select,textareaの関連付け */
    cursor: pointer;
  }

  /* スピンボタン非表示 chrome,safari */
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button,
  input[type="month"]::-webkit-outer-spin-button,
  input[type="month"]::-webkit-inner-spin-button,
  input[type="datetime-local"]::-webkit-outer-spin-button,
  input[type="datetime-local"]::-webkit-inner-spin-button,
  input[type="week"]::-webkit-outer-spin-button,
  input[type="week"]::-webkit-inner-spin-button,
  input[type="time"]::-webkit-outer-spin-button,
  input[type="time"]::-webkit-inner-spin-button,
  input[type="date"]::-webkit-outer-spin-button,
  input[type="date"]::-webkit-inner-spin-button {
    /*-webkit-appearance: none;
  margin: 0;*/
    display: none;
  }

  table.form_tbl.rec td input[type="text"],
  table.form_tbl.rec td input[type="tel"],
  table.form_tbl.rec td input[type="email"] {
    width: 100%;
    border: solid 1px;
}

  /* スピンボタン非表示(firefox) */
  input[type="number"],
  input[type="month"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="time"],
  input[type="date"] {
    -moz-appearance: textfield;
  }

  /* クリアボタン非表示 */
  input[type="date"]::-webkit-clear-button,
  input[type="month"]::-webkit-clear-button,
  input[type="datetime-local"]::-webkit-clear-button,
  input[type="time"]::-webkit-clear-button,
  input[type="week"]::-webkit-clear-button {
    -webkit-appearance: none;
  }

  input[type="radio"] {
    -moz-appearance: inherit;
    appearance: auto;
    border-radius: 50%;
    border: solid 1px #35caa8;
    width: 15px;
    height: 15px;
  }

  input[type="radio"]:checked {
    border: solid 7.5px #35caa8;
    background: #35caa8;
    border-radius: 50%;
  }

  input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: inherit;
    appearance: auto;
  }

  span.concept_low:before {
    width: 95%;
    left: 2%;
  }

  span.space_span:last-child {
    position: absolute;
    left: 92%;
    top: 1px;
  }

  img.concept_01 {
    width: 30%;
  }

  #slider-left {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 65vh;
  }

  #slider-right {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35vh;
    margin-top: -7px;
  }

  ul.modal_shop.eq_page li {
    width: 44.8%;
    margin: 2.2%;
    text-align: left;
  }

  ul.modal_shop li {
    position: relative;
    width: 46.3%;
    text-align: left;
    border: solid 1px;
    float: left;
    margin: 1% 2.3% 1% 0;
    padding: 8px 0;
  }

  ul.modal_shop li a {
    padding-left: 5px;
    font-size: 12px;
  }

  h4.eq__tag {
    margin: 2% 0 0 6%;
  }

  h4.eq__tag:before {
    left: -6%;
  }

  table.rec_tbl th {
    width: 100%;
    display: block;
  }

  table.rec_tbl td {
    padding-left: 3%;
    vertical-align: top;
    width: 97%;
    display: block;
  }

  .swiper-container.top1 {
    width: 100%;
    height: 65vh;
    margin: 0;
    top: 0;
    left: 0;
    display: flex;
    position: absolute;
  }

  #slider-top {
    position: absolute;
    display: flex;
    width: 50%;
    height: 35vh;
    left: 0;
  }

  #slider-bottom {
    position: absolute;
    display: flex;
    width: 50%;
    height: 35vh;
    right: 0;
  }

  .swiper-container.top2 {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    display: flex;
    position: absolute;
  }

  .swiper-container.top3 {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    right: 0;
    bottom: unset;
    display: flex;
    position: absolute;
  }

  h1.const {
    font-size: 20px;
  }

  article.post {
    margin-top: 30px;
  }

  .post_container {
    margin-top: -6px;
  }

  .header-inner {
    height: 63px;
  }

  .mv_wrap {
    margin-top: 63px;
    top: 0;
    background: url(../img/mv_sp.jpg);
    background-size: cover;
    background-position: right;
  }

  h2.sec_ttl {
    font-size: 65px;
  }

  h3.sec_ttl {
    font-size: 65px;
  }

  .section__mask {
    margin-right: auto;
  }

  h3.mv__one:before {
    top: 1%
  }

  h3.post-title.back1:after, h3.post-title.back2:after, h3.post-title.back3:after, h3.post-title.back4:after, h3.post-title.back5:after {
    font-size: 65px;
  }

  .post-title {
    font-size: 18px;
  }

  p.sf_p {
    margin: 3% 0 0 0;
  }

  td.s__vo_box {
    margin: 0 auto 50px;
    width: 80%;
    padding-left: 0;
  }

  td.sf__td {
    margin-bottom: 10%;
  }

  th.sf__th {
    padding-bottom: 5px;
  }

  p.position {
    margin-bottom: -5px;
  }

  .link_btn {
    z-index: 3;
    position: relative;
  }

  h3.ttl_inner {
    padding-left: 5%;
  }

  .sec__label {
    display: none;
  }

  .box01 {
    margin-left: auto;
    position: relative;
  }

  ul.swiper-wrapper {
    margin-left: 0;
  }

  ul.swiper-wrapper.sp02 {
    margin-left: 0;
    width: 85%;
  }

  ul.swiper-wrapper.sp04 {
    margin-left: 0;
  }

  .smart-nav li a {
    font-size: .8em;
    padding: 10px 5px 10px 15px;
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 25px;
    position: relative;
  }
  .smart-nav li a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 1px;
    left: 15px;
    background: #fff;
  }
  ul.sub-menu {
    margin: 0;
  }
  ul.sub-menu li {
    width: 100%;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 0 0 0;
    margin: 0 0 0 auto;
    color: #fff;
    vertical-align: middle;
}
  li#menu-item-117 a {
    border-bottom: none;
  }
  ul.sub-menu li a {
    border-bottom: none;
    padding-left: 45px;
  }
  ul.sub-menu li a:before {
    left: 35px;
}
ul.sub-menu li:before {
    content: "";
    position: absolute;
    display: flex;
    width: 1px;
    height: 100%;
    top: 10%;
    left: 30px;
    background: #fff;
}
  .menu-item:before {
    top: 27%;
  }

  .entry_btn_sp.sp a {
    padding: 20px;
  }

  .menu_bars {
    width: 25px;
    height: 31px;
    padding: 0 2px;
  }

  #navbutton {
    position: absolute;
    top: 0;
    width: unset;
    margin: 0 0 0 0;
    padding: 13.5px 14.8px;
    right: 0;
    background: unset;
    border: none;
  }

  ul#menu-smart-menu {
    margin: 10% 5%;
  }

  p.p_view:before {
    width: 65%;
  }

  .link_btn.btn_03 {
    margin-top: 40%;
    width: 60%;
    margin: 0 20% 0;
  }

  .f5_h3__wrap {
    position: inherit;
    padding: 5% 0 20%;
  }

  .f5_h3__mask {
    width: 94%;
    position: absolute;
    left: 0;
    background: #000;
    padding: 1% 0;
  }

  ul.f5_inner li {
    display: inline-block;
  }

  .f5_li__txtbox {
    position: relative;
    margin: 0 0 3% 3%;
    width: 97%;
    float: left;
  }

  .f5_li__imgbox {
    width: 100%;
    margin: 3% 0 3% 0;
    float: left;
  }

  .f5_li__txtbox:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 58%;
    top: 104px;
    left: -3%;
    background: #D5D5D5;
  }

  p.copyright {
    font-size: 10px;
  }

  h4.sf_name.gray {
    margin-left: 2%;
    padding-left: 6%;
    position: relative;
  }

  th.ac_th {
    min-width: 85px;
    text-align: left;
  }

  th.ac_th, td.ac_td {
    width: 100%;
    min-width: 100%;
    display: block;
    margin: auto;
  }

  td.ac_td {
    margin-bottom: 15px;
  }

  .post__sec5_back {
    position: absolute;
    width: 15%;
    margin-top: 15%;
    max-width: 100px;
    z-index: -1;
  }

  h3.post-title.back1, h3.post-title.back2, h3.post-title.back3, h3.post-title.back4, h3.post-title.back5 {
    margin: 80px 0 35px;
    font-size: 18px;
  }

  td.ac_td img {
    width: 75%;
  }

  h4.shop__mn {
    font-size: 20px;
  }

  span.sub.noto {
    font-size: 13px;
  }

  h3.beginner {
    padding: 1% 6%;
    width: 88%;
    font-size: 15px;
  }

  h3.ctr__ttl {
    font-size: 13px;
  }

  table.form_tbl {
    width: 100%;
    margin: auto;
    max-width: 600px;
  }

  table.form_tbl th, table.form_tbl td {
    text-align: left;
    display: block;
    padding-left: 0;
  }

  table.form_tbl.rec th {
    width: 95%;
  }

  table.form_tbl th {
    width: 95%;
    margin: auto;
    padding-bottom: 0;
  }

  table.form_tbl td {
    width: 95%;
    margin: auto;
    padding-top: 0;
}

  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 2px 0;
    width: 100%;
    border: solid 1px;
  }

  .hidden_box {
    height: 150px;
    border: solid 1px;
    width: 97%;
    font-size: 12px;
    max-width: 600px;
    margin: auto;
    padding: 1%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .hidden_box::-webkit-scrollbar {
    width: 1%;
  }

  .w100_form textarea {
    padding: 1%;
    width: 100%;
    height: 150px;
    margin: 2px auto;
  }

  .shop__ac {
    position: relative;
    display: block;
  }

  table.sho_ac {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: auto;
    table-layout: fixed;
  }

  .google__map_wrap {
    width: 100%;
    display: block;
  }

  span.haveto {
    font-size: 12px;
    position: relative;
    margin-left: 5px;
    padding: 4px 8px 4px;
    top: -1px;
  }

  span.ab_span {
    position: relative;
  }

  article.pv_page {
    margin-top: 15%;
  }

  .cp_p__box {
    width: 90%;
    padding: 2%;
    position: absolute;
    bottom: -70px;
    right: 0;
  }

  .cp_back_wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  h3.ttl_inner {
    padding-left: 5%;
    font-size: 25px;
  }

  article.post, article.pages {
    margin-top: 50px;
  }

  ul.column_3 li {
    width: 96.7%;
    float: left;
    margin: 1.65%;
  }

  .service__03section ul.column_3 li {
    width: 96.7%;
    float: left;
    margin: 1.65%;
  }

  .page_container {
    margin-top: 40px;
  }

  ul.btn_fif li a {
    padding: 5% 0;
    color: #fff;
    background: #000;
  }

  ul.btn_fif li {
    width: 44.5%;
  }

  .eq__list_item {
    width: 100%;
    display: block;
    max-width: 1200px;
  }

  .s__ttl_wrap.margin_4 {
    margin-bottom: 80px;
    padding-top: 50px;
  }

  .eq__list_img {
    width: 100%;
    float: left;
  }

  p.machine_no {
    font-size: 50px;
    line-height: 1.2;
  }

  .eq__list_txt {
    width: 95%;
    margin-left: 5%;
  }

  h4.eq__ttl.eq__page_ttl {
    width: 98%;
    margin: 2% 0 2% 2%;
    min-height: 60px;
  }

  h4.eq__tag.eq_page {
    margin-left: 5%;
    margin-top: 5%;
    margin-bottom: 2%;
  }

  h4.eq__tag.eq_page:before {
    left: -4%;
  }

  .features__01, .features__02, .features__03 {
    display: block;
    width: 100%;
    margin-bottom: 5%;
  }

  .fif.left_li {
    margin-right: 0;
    width: 100%;
  }

  .fif.right_li {
    margin-left: 0;
    width: 100%;
  }

  .fif.right_li.txt {
    width: 100%;
    margin-left: 0;
  }

  .link_btn {
    z-index: 3;
    position: relative;
    margin-top: 20px;
  }

  .btn_wrap {
    margin-bottom: 10%;
  }

  .step_no {
    font-size: 60px;
  }

  .step__list_item {
    display: block;
    width: 100%;
    margin-bottom: 15%;
  }

  .step__list_txt {
    width: 100%;
  }

  .step__list_img {
    width: 100%;
    margin-left: 0;
  }

  .step__list_item:before {
    left: 46%;
  }

  .post__wrap.pages {
    display: flex;
    width: 100%;
    padding: 8% 0;
    border-bottom: solid 1px #B5B5B5;
  }

  .news_cat__li {
    width: 46%;
    float: left;
    margin: 2% 2% 2% 2%;
  }

  .postlist__inner.pages {
    width: 100%;
    margin-left: 0;
  }

  ul.btn_fif li.btn_pages {
    width: 46.5%;
  }

  .reserved {
    height: 185px;
    max-width: 210px;
    margin: 0 auto 10px;
    padding-bottom: 10px;
  }

  .days {
    width: 210px;
    margin: 5% auto 0;
    position: relative;
    float: left;
    text-align: left;
  }

  .hour {
    width: 210px;
    margin: 5% auto 10%;
    text-align: left;
    float: left;
  }

  .footer__logo {
    width: 25%;
    padding: 0;
    position: relative;
    display: flex;
    margin: 0 auto 10%;
}

  ul.modal_shop {
    margin-left: 0;
    width: 100%;
  }
  ul#menu-footer_menu {
      display: flex;
      flex-wrap: wrap;
  }

  .fotter_nav ul li a {
    padding: 0 0;
    margin: 5px 0;
    font-size: 12px;
}

.header_wrap.UpMove {
    animation: none;
}

.header_wrap.DownMove {
    animation: none;
}

.header__flex_wrap a.btn_mail.header_btn {
    display: none;
}
}

@media (max-width: 374px) {
  .news_top.right {
    height: 600px;
}
}

@media (max-width: 321px) {
  ul.modal_shop li a {
    padding-left: 5px;
    font-size: 10px;
  }

  ul.modal_shop li:before {
    position: absolute;
    content: url(../img/btn_arrow.svg);;
    font-size: 12px;
    top: 20%;
    right: 5%;
    color: #D9D9D9;
  }
}
