@charset "UTF-8";

/* 
Theme Name: raiup-1
Author: nakashimaizumi
Theme URI: https://wordpress.org/themes/twentysixteen/
Author URI:
Description: Twenty Sixteenの子テーマ
Template:  twentysixteen
Version: 1.0
License: GNU General Public License v2 or later
*/

/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");

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,
i,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption,
button,
input,
textarea,
select,
i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #333333;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Noto Sans JP', sans-serif;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, transform, box-shadow;
  transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
  opacity: 1;
  line-height: inherit;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}

p * {
  line-height: inherit;
}

.m_ft {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@font-face {
  font-family: 'urwdincondw05-demiregular';
  src: url("urwdincondw05.woff2") format("woff2"), url("urwdincondw05.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.ft_e {
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -9rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -5.3rem;
  }
}

.c_ttl {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .c_ttl {
    text-align: center;
    margin-bottom: 2.2rem;
  }
}

.c_ttl i {
  letter-spacing: .05em;
  position: relative;
  font-size: 9rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c_ttl i {
    font-size: 4.4rem;
  }
}

.c_ttl i:before {
  content: '';
  position: absolute;
  height: 1.5em;
  border-left: solid 2px #FFD215;
  transform: rotate(45deg);
  left: 0;
  top: -.2em;
}

.c_ttl small {
  display: block;
  color: #FFD215;
  letter-spacing: .1em;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: .8em;
}

@media screen and (max-width: 767px) {
  .c_ttl small {
    font-size: 1.4rem;
    margin-top: .2em;
  }
}

.c_online {
  position: relative;
  color: #fff;
  font-weight: bold;
  margin-bottom: 4rem;
}

.c_online_text {
  background-position: center;
  background-size: cover;
  text-align: center;
  margin: auto;
  padding: 60px 0;
  width: 80%;
  max-width: 700px;
}

.c_online_text h3 {
  font-size: 4rem;
  line-height: 4.2rem;
  letter-spacing: 0.4rem;
}

.c_online_text p {
  font-weight: 100;
  letter-spacing: 0.1rem;
}

.c_online a {
  display: block;
}

.c_online img {
  display: block;
}

.c_online .img {
  position: absolute;
  top: 2.6rem;
  right: 9rem;
  width: 34.3rem;
}

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

  .c_online_text {
    padding: 40px 0;
  }

  .c_online_text h3 {
    line-height: 2.2rem;
  }

  .c_online .img {
    width: 17rem;
    right: .5rem;
  }

  .c_online_text h3 {
    font-size: 2rem;
  }

  .c_online_text p {
font-size: 16px;
  }
}

.c_online dl {
  position: absolute;
  padding: 5rem 12.5rem;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .c_online dl {
    padding: 2rem 2.2rem;
  }
}

.c_online dt {
  font-size: 2.9rem;
  letter-spacing: .1em;
  background: url(../img/bnr_online_txt_bg.png) no-repeat 50%/100% 100%;
  text-align: center;
  position: relative;
  margin-right: -1em;
  margin-left: -.4em;
  margin-bottom: .4em;
  padding-bottom: .2em;
}

@media screen and (max-width: 767px) {
  .c_online dt {
    font-size: 1.7rem;
  }
}

.c_online dd {
  font-size: 4.7rem;
  letter-spacing: .1em;
  line-height: 1.14;
}

@media screen and (max-width: 767px) {
  .c_online dd {
    font-size: 2.7rem;
  }
}

.c_btn a,
.c_btn span {
  display: inline-block;
  background-image: -moz-linear-gradient(0deg, #3A59DB 0%, #3A59DB 100%);
  background-image: -webkit-linear-gradient(0deg, #3A59DB 0%, #3A59DB 100%);
  background-image: -ms-linear-gradient(0deg, #3A59DB 0%, #3A59DB 100%);
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  position: relative;
  color: #fff;
  width: 19.5em;
  letter-spacing: .1em;
}

.c_btn a:before,
.c_btn span:before {
  content: '';
  position: absolute;
  background: url("../img/ico_arrow01.svg") no-repeat center center;
  background-size: contain;
  top: 0;
  height: 100%;
  width: 0.4375em;
  right: 1.8em;
}

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

  .c_btn a,
  .c_btn span {
    font-size: 1.2rem;
    width: 26rem;
    max-width: 100%;
  }
}

.c_btn a.dl,
.c_btn span.dl {
  background: url(../img/ico_doc01.svg) no-repeat 1em center/2.125em;
  color: #FFD215;
  border: solid 2px #FFD215;
  width: 19.5em;
  padding-left: .8em;
}

.c_btn a.dl:before,
.c_btn span.dl:before {
  background-image: url(../img/ico_arrow03.svg);
  right: 1em;
}

.c_btn a.b,
.c_btn span.b {
  background: #fff;
  color: #3A59DB;
  border: solid 1px #3A59DB;
}

.c_btn a.b:before,
.c_btn span.b:before {
  background-image: url(../img/ico_arrow03_b.svg);
  left: 1.8em;
  right: auto;
}

.c_btn a.c,
.c_btn span.c {
  background: #FFD215;
  line-height: 1.25;
  width: 20em;
  padding: 1.6em 0;
}

.c_btn span {
  padding: 0;
  background: #FFD215;
}

.c_btn input {
  padding: 1.8em 0;
  width: 100%;
}

.c_youtube {
  text-align: center;
  background: no-repeat 50% / cover;
  position: relative;

}

.c_youtube {
  display: flex;
  justify-content: center; /* 水平方向に中央揃え */
  align-items: center; /* 垂直方向に中央揃え */
  text-align: center;
  background: no-repeat 50% / cover;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c_youtube {
    height: 42rem;
  }

  .c_youtube .bg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c_youtube .bg {
    display: none;
    width: 100%;
  }
}

.c_youtube dl {
  display: flex;
  flex-direction: column; /* 子要素を縦方向に配置 */
  justify-content: center; /* 子要素を垂直方向に中央揃え */
  width: 49rem;
  padding: 20px 20px;
  background: #fff;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .c_youtube dl {
    padding: 2rem 1.6rem;
  }
}

.c_youtube dt {
  font-size: 1.8rem;
  letter-spacing: .1em;
  font-weight: bold;
}

.c_youtube dt img {
  width: 14.5em;
  display: block;
  margin: .7em auto .7em;
}

@media screen and (max-width: 767px) {
  .c_youtube dt {
    font-size: 1.35rem;
    text-align: center;
    margin-bottom: 2.4rem;
  }

}

.c_youtube dd {
  letter-spacing: .1em;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c_youtube dd p {
    text-align: left;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.84;
    white-space: nowrap;
  }
}

.c_youtube .c_btn {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .c_youtube .c_btn {
    margin-top: .5rem;
  }
}

.c_youtube .c_btn a {
  background: #333;
  width: 21.25em;
}

@media screen and (max-width: 767px) {
  .c_youtube .c_btn a {
    font-size: 1.4rem;
    width: 100%;
  }
}

.c_switch .box {
  display: none;
}

.c_switch .box.active {
  display: block;
}

.c_message {
  position: relative;
  text-align: center;
  padding: 7rem 0 6rem;
  background: #E8F9FD;
  z-index: 1;
}

.c_message:before {
  content: '';
  position: absolute;
  background: url(./img/pa_back.png) no-repeat 50%/cover;
  width: 100%;
  height: 80rem;
  left: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c_message:before {
    height: 70rem;
  }
}

.c_message .ttl {
  margin-bottom: 2rem;
}

.c_message .ttl i {
  display: block;
  color:  #71c3ff;
  font-size: 4rem;
  letter-spacing: .05em;
  margin-bottom: .4em;
}

.c_message .ttl img {
  width: 56.4rem;
  max-width: 90%;
}

.c_message .txt1 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .c_message .txt1 {
    font-size: 1.6rem;
    text-align: left;
  }
}

.c_message ul {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5rem 0 5.5rem;
}

.c_message ul>* {
  width: 33.333%;
}

.c_message ul img {
  display: block;
  width: 100%;
}

.c_message .txt2 {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.66;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .c_message .txt2 {
    font-size: 1.6rem;
    padding: 0 1em;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 100rem;
  margin: 0 auto;
  max-width: 100%;
}

#max {
  width: 120rem;
}

#maxsp {
  width: 1200px;
}

html.fit {
  font-size: calc(100vw * 10 / 1200);
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 437);
  }
}

.u_clearfix:after,
.u_clearfix>li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix>li {
  zoom: 1;
}

*+html .u_clearfix,
*+html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}



@media screen and (min-width: 768px) {

  .u_visible_sp {
    display: none;
  }

  .u_tel {
    pointer-events: none;
    cursor: default;
  }

  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }

  .u_inner {
    width: auto;
    margin: 0 1.8rem;
  }

  .u_inner.b {
    margin: 0;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 9rem;
}

#header a {
  display: block;
}

#header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #header.home {
    color: #fff;
  }
}

#header.home:before {
  transform: translateY(-100%);
  transition: transform .2s ease-in;
}

body.fixed #header.home {
  color: #333;
}

body.fixed #header.home:before {
  transform: translateY(0);
}

body.fixed #header.home .h_logo a {
  background-image: url(../img/h_logo.png);
}

#header.home .h_logo a {
  background: url(../img/h_logo_w.png) no-repeat left top/contain;
  transition: background .2s ease-in;
}



@media screen and (max-width: 767px) {
  #header {
    height: 5.3rem;
  }
}

.h_logo {
  position: absolute;
  top: 1.2rem;
  left: 4rem;
}

.h_logo img {
  width: 29.4rem;
}

@media screen and (max-width: 767px) {
  .h_logo {
    left: 1.8rem;
    top: 1.3rem;
  }

  .h_logo img {
    width: 17.1rem;
  }
}

@media screen and (max-width: 767px) {
  .h_nav {
    padding: 5.5rem 0 1rem;
    text-align: center;
  }

  .h_nav li {
    font-size: 2.1rem;
    font-weight: bold;
    list-style-type: .05em;
    margin-bottom: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  .h_nav {
    margin-right: 29rem;
    text-align: right;
    padding-top: 2.5rem;
  }

  .h_nav li {
    display: inline-block;
    font-size: 1.4rem;
    margin-left: 2em;
  }
}

.h_mail {
  position: absolute;
  right: 4rem;
  top: 2rem;
}

.h_mail a {
  background: #FFD215 url(img/mail_icon.png) no-repeat 2em center/1.8em;
  color: #fff;
  font-size: 1.4rem;
  width: 18rem;
  padding: 1em 0;
  padding-left: 2.2em;
  text-align: center;
}

.fixed_bnr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  z-index: 67;
  left: 0;
  width: 17.6rem;
}

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

.fixed_bnr a {
  display: block;
}

.fixed_bnr .yt img {
  display: block;
  width: 18.2rem;
  max-width: 18.2rem;
}

.fixed_bnr .sns {
  background: #333333;
  display: -webkit-box;
  display: flex;
  text-align: center;
  border-radius: 0 .5rem .5rem 0;
  margin-top: 0.5rem;
}

.fixed_bnr .sns a {
  width: 50%;
  font-size: 1.7rem;
  color: #fff;
  padding: .7em 0 .4em;
  box-shadow: -2.828px 2.828px 6px 0px rgba(0, 0, 0, 0.13);
}

.fixed_bnr .sns img {
  display: block;
  margin: 0 auto;
  width: 2em;
}

.fixed_tel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  z-index: 67;
  right: 0;
  white-space: nowrap;
}

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

.fixed_tel a {
  box-shadow: 2.828px 2.828px 6px 0px rgba(0, 0, 0, 0.13);
  background: #FFD215;
  width: 25.8rem;
  color: #fff;
  display: block;
  padding: 1em 2rem;
  border-radius: .5rem 0 0 .5rem;
}

.fixed_tel i {
  font-size: 2.5rem;
  display: block;
  background: url(./img/tel_icon2.png) no-repeat left 0.01em/1em;
  padding-left: 1.2em;
  line-height: 1;
  letter-spacing: .05em;
}

.fixed_tel small {
  display: block;
  font-size: 1.4rem;
  margin-top: .2em;
  letter-spacing: .04em;
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 5.3rem;
    cursor: pointer;
  }

  #toggle_menu {
    display: none;
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    background: #E8F9FD;
    padding-bottom: 3rem;
  }

  body.open {
    overflow-y: hidden;
  }

  .h_contact {
    padding: 0 4.5rem;
    text-align: center;
  }

  .h_contact li {
    margin-top: 2rem;
  }

  .h_contact a {
    display: block;
    position: relative;
    border: solid 1px #FFD215;
    color: #fff;
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 1.75rem;
    padding: 1.2em 0;
    padding-left: 5rem;
  }

  .h_contact a:before {
    content: '';
    position: absolute;
    background: url("../img/ico_arrow01.svg") no-repeat center center;
    background-size: contain;
    top: 0;
    height: 100%;
    width: 0.7rem;
    right: 2.3rem;
  }

  .h_contact .tel {
    position: relative;
    background: #FFD215 url(../img/ico_tel02_sp.svg) no-repeat 2rem center/1.7em;
    padding: .6em 0 .8em;
    padding-left: 1.7rem;
  }

  .h_contact .tel i {
    font-size: 2.5rem;
    display: inline-block;
    line-height: 1;
    letter-spacing: .05em;
  }

  .h_contact .tel small {
    display: block;
    font-size: 1.28rem;
    line-height: 1;
    letter-spacing: .05em;
  }

  .h_contact .mail {
    background: #FFD215;
    border-color: #FFD215;
  }

  .h_contact .line {
    background: #05af04;
    border-color: #05af04;
  }

  .h_contact img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6rem;
    width: 3.3rem;
  }

  .fixed_footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
  }

  .fixed_footer img {
    display: inline-block;
    margin-right: .4em;
    vertical-align: -.8em;
    width: 2.5em;
  }

  .fixed_footer li {
    width: 50%;
  }

  .fixed_footer a {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    height: 7rem;
    padding-top: 1.2em;
    letter-spacing: .1em;
  }

  .fixed_footer .tel {
    background: #FFD215;
  }

  .fixed_footer .mail {
    background: #FFD215;
  }

  .fixed_footer .line {
    background: #05af04;
  }
}

.f_visit {
  position: relative;
  margin: 12rem 0 7.5rem;
}

@media screen and (min-width: 768px) {
  .f_visit {
    background: no-repeat 50% / cover;
    height: 55rem;
  }

  .f_visit .bg {
    display: none;
  }

  .f_visit .box {
    position: absolute;
    left: calc(50% - 50rem);
    top: 6rem;
  }

  .f_visit .c_btn {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .f_visit {
    background: none !important;
  }

  .f_visit .bg {
    display: block;
    width: 100%;
  }

  .f_visit dl {
    position: absolute;
    left: 4rem;
    top: 2.5rem;
  }
}

.f_visit dt {
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 767px) {
  .f_visit dt {
    margin-bottom: .7rem;
  }
}

.f_visit dt img {
  width: 40.8rem;
}

@media screen and (max-width: 767px) {
  .f_visit dt img {
    width: 34rem;
  }
}

.f_visit p {
  font-size: 1.4rem;
  line-height: 2.14;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .f_visit p {
    font-size: 1.27rem;
    line-height: 2;
  }
}

.f_visit .c_btn a {
  width: 50rem;
}

@media screen and (max-width: 767px) {
  .f_visit .c_btn a {
    width: 100%;
    padding: .8em 0 .9em;
  }

  .f_visit .c_btn a:before {
    content: none;
  }
}

.f_visit .c_btn em {
  font-size: 2rem;
}

.f_visit .c_btn small {
  font-size: 1.4rem;
}

.f_visit .c_btn small.b {
  display: block;
  font-weight: normal;
}

.f_link img {
  display: block;
  width: 100%;
}

.f_link a {
  text-align: center;
  display: block;
  position: relative;
}

.f_link a:before {
  content: '';
  position: absolute;
  background: url("../img/ico_arrow01.svg") no-repeat center center;
  background-size: contain;
  top: 0;
  height: 100%;
  width: 0.85em;
  right: 2.4em;
}

@media screen and (min-width: 768px) {
  .f_link a {
    background: no-repeat 50% / cover;
    height: 24rem;
  }

  .f_link a img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .f_link a img {
    display: block;
    width: 100%;
  }

  .f_link a:before {
    width: .9rem;
    right: 3rem;
  }
}

.f_link p {
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  letter-spacing: .1em;
}

.f_link p i {
  font-size: 7rem;
  letter-spacing: .05em;
  display: block;
  line-height: 1;
  margin-bottom: .1em;
}

@media screen and (max-width: 767px) {
  .f_link p {
    font-size: 1.4rem;
  }

  .f_link p i {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .f_link {
    margin: 5rem 1.8rem 0;
  }

  .f_link li {
    margin-bottom: .6rem;
  }
}

@media screen and (min-width: 768px) {
  .f_link {
    display: -webkit-box;
    display: flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .f_link li {
    width: calc(50% - 1px);
  }
}

#gototop {
  position: fixed;
  right: 2rem;
  bottom: 0;
  z-index: 66;
}

@media screen and (max-width: 767px) {
  #gototop {
    right: .5rem;
    bottom: 9rem;
  }
}

#gototop a {
  display: block;
  background: #FFD215;
  width: 5rem;
  height: 5rem;
  position: relative;
}

#gototop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.3rem;
}

@media screen and (max-width: 767px) {
  #gototop a {
    border-radius: 50%;
  }
}

.f_contact {
  margin-top: 16.5rem;
  padding-bottom: 9rem;
  background: #E8F9FD;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .f_contact {
    margin-top: 8rem;
    padding-bottom: 2.5rem;
  }
}

.f_contact .u_inner {
  position: relative;
  top: -6rem;
}

@media screen and (max-width: 767px) {
  .f_contact .u_inner {
    top: -3rem;
  }
}

.f_contact p {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .f_contact .c_ttl i {
    font-size: 5.3rem;
  }

  .f_contact .tel,
  .f_contact ul {
    padding: 0 2.7rem;
  }

  .f_contact .tel {
    margin-top: 2.5rem;
  }
}

.f_contact .tel a {
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .f_contact .tel a {
    background: #FFD215 url(../img/ico_tel02_sp.svg) no-repeat 2rem center/1.7em;
    color: #fff;
    padding: .6em 0 .8em;
    padding-left: 1.7rem;
  }

  .f_contact .tel a:before {
    content: '';
    position: absolute;
    background: url("../img/ico_arrow01.svg") no-repeat center center;
    background-size: contain;
    top: 0;
    height: 100%;
    width: 0.7rem;
    right: 2.3rem;
  }
}

.f_contact .tel i {
  display: inline-block;
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .f_contact .tel i {
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .f_contact .tel {
    margin: 4rem 0 4rem;
  }

  .f_contact .tel i {
    background: url(./img/tel_icon.png) no-repeat left center/1.2em;
    font-size: 6rem;
    padding-left: 1.6em;
    color: #FFD215;
    display: inline-block;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: bold;
  }
}

.f_contact .tel small {
  display: block;
  font-size: 1.6rem;
  margin-top: .4em;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .f_contact .tel small {
    font-size: 1.28rem;
    margin-top: 0;
    line-height: 1;
  }
}

.f_contact li a {
  display: block;
  font-size: 2.5rem;
  position: relative;
  border: solid 1px #FFD215;
  color: #fff;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 1.5em 0;
  margin: auto;
}

.f_contact li a:before {
  content: '';
  position: absolute;
  background: url("../img/ico_arrow01.svg") no-repeat center center;
  background-size: contain;
  top: 0;
  height: 100%;
  width: 0.4375em;
  right: 1.8em;
}

@media screen and (min-width: 767px) {
.f_contact li a {
  max-width: 500px;
}
}

@media screen and (max-width: 767px) {
  .f_contact li a {
    font-size: 1.75rem;
    padding: 1.2em 0;
    padding-left: 4.7rem;
  }

  .f_contact li a:before {
    right: 2.3rem;
    background-size: .7rem;
  }
}

.f_contact li img {
  display: inline-block;
  vertical-align: -.8em;
  margin-right: 1em;
  width: 2.428em;
}

@media screen and (max-width: 767px) {
  .f_contact li img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6.2rem;
    width: 2.8rem;
  }
}

.f_contact li .mail {
  background: #FFD215;
  border-color: #FFD215;
}

.f_contact li .line {
  background: #05af04;
  border-color: #05af04;
}

.f_contact li .dl {
  color: #FFD215;
  background: #fff;
  border-color: #FFD215;
}

.f_contact li .dl:before {
  background-image: url(../img/ico_arrow03.svg);
}

@media screen and (max-width: 767px) {
  .f_contact li .dl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .f_contact li {
    margin-top: 2rem;
    padding: 0 2.7rem;
  }
}

@media screen and (max-width: 630px) {
  .f_contact li {
    padding: 0 2.7rem;
  }
}


#footer {
  margin: 10rem 0 3rem;
}

@media screen and (max-width: 767px) {
  #footer {
    text-align: center;
    margin: 8rem 0 10rem;
  }
}

.f_logo {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .f_logo {
    margin-bottom: 1.5rem;
  }
}

.f_logo a {
  display: inline-block;
}

.f_logo img {
  width: 35.1rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 27rem;
  }
}

@media screen and (min-width: 768px) {
  div.f_nav {
    margin-top: 50px;
    position: absolute;
    top: 0;
    left: 52rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  div.f_nav>* {
    width: 16rem;
  }

  .f_sns {
    position: absolute;
    left: 80rem;
    top: 25rem;
  }
}

.f_sns img {
  width: 3rem;
}

@media screen and (max-width: 767px) {
  .f_sns img {
    width: 3.8rem;
  }
}

.f_sns li {
  display: inline-block;
  vertical-align: top;
}

.f_sns li+li {
  margin-left: 4rem;
}

.f_nav li {
  font-size: 1.4rem;
  letter-spacing: .1em;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .f_nav {
    text-align: left;
  }

  .f_nav li {
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 768px) {
  .f_nav.b li {
    display: inline-block;
    font-size: 1.2rem;
    color: #666666;
    margin-bottom: 0;
    margin-right: 2em;
  }
}

@media screen and (max-width: 767px) {
  .f_box {
    position: relative;
    margin-left: 5rem;
    margin-bottom: 4rem;
  }

  .f_box div.f_nav ul:nth-child(3) {
    position: absolute;
    top: 0;
    left: 15rem;
  }

  .f_box ul.f_nav {
    position: absolute;
    left: 15rem;
    top: 10.5rem;
  }
}

.f_info {
  font-size: 1.4rem;
  line-height: 2.142;
  letter-spacing: .1em;
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .f_info {
    margin-bottom: 5rem;
  }
}

.f_copy {
  color: #666666;
  font-size: 1rem;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .f_copy {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .f_copy {
    font-size: .9rem;
    margin-top: 4rem;
  }
}



@media screen and (max-width: 767px) {
  .top_main {
    padding-top: calc(100vh - 4rem);
    background: url(./img/t_main.jpg) no-repeat 50%/cover;
  }

  .top_main video {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .top_main {
    background: url(./img/t_about.png) no-repeat 50%/cover;
    position: relative;
  }

  .top_main img {
    display: none;
  }

  .top_main video {
    width: 100% !important;
    height: 100% !important;
  }
}

.top_main:before {
  content: '';
  background: url(../img/mv_line.png) no-repeat 50%/contain;
  height: 100%;
  width: 39.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  top: 0;
}

@media screen and (max-width: 767px) {
  .top_main:before {
    background-image: url(../img/mv_line_sp.png);
    width: 80%;
  }
}

.top_main p {
  line-height: 1.4;
  color: #fff;
  margin-top: -21rem;
  white-space: nowrap;
  text-align: center;
}

.top_main p em {
  text-shadow: 2px 2px 4px #565656;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1.4;
  font-family: "Hina Mincho", serif;
}

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

  .top_main p {
    line-height: 1;
    margin-top: -10rem;
  }
  .top_main p em {
    font-size: 1.6rem;
  }
}

.top_main p i {
  display: inline-block;
  margin-left: .25em;
}

@media screen and (min-width: 768px) {
  .top_main p i.a {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_main p i.b {
    margin-left: 0;
  }
}

.top_main p small {
  display: block;
  font-size: 3rem;
  letter-spacing: .37em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top_main p small {
    font-size: 2.4rem;
  }
}

.top_main i {
  overflow: hidden;
}

.top_main i span {
  display: inline-block;
  transition: transform .5s ease;
}

.top_main i span:nth-child(1) {
  transform: translateY(5rem);
  transition-delay: 0.05s;
}

.top_main i span:nth-child(2) {
  transform: translateY(5rem);
  transition-delay: 0.1s;
}

.top_main i span:nth-child(3) {
  transform: translateY(5rem);
  transition-delay: 0.15s;
}

.top_main i span:nth-child(4) {
  transform: translateY(5rem);
  transition-delay: 0.2s;
}

.top_main i span:nth-child(5) {
  transform: translateY(5rem);
  transition-delay: 0.25s;
}

.top_main i span:nth-child(6) {
  transform: translateY(5rem);
  transition-delay: 0.3s;
}

.top_main i span:nth-child(7) {
  transform: translateY(5rem);
  transition-delay: 0.35s;
}

.top_main i span:nth-child(8) {
  transform: translateY(5rem);
  transition-delay: 0.4s;
}

.top_main i span:nth-child(9) {
  transform: translateY(5rem);
  transition-delay: 0.45s;
}

.top_main i span:nth-child(10) {
  transform: translateY(5rem);
  transition-delay: 0.5s;
}

.top_main i span:nth-child(11) {
  transform: translateY(5rem);
  transition-delay: 0.55s;
}

.top_main i span:nth-child(12) {
  transform: translateY(5rem);
  transition-delay: 0.6s;
}

.top_main i span:nth-child(13) {
  transform: translateY(5rem);
  transition-delay: 0.65s;
}

.top_main i span:nth-child(14) {
  transform: translateY(5rem);
  transition-delay: 0.7s;
}

.top_main i span:nth-child(15) {
  transform: translateY(5rem);
  transition-delay: 0.75s;
}

.top_main i span:nth-child(16) {
  transform: translateY(5rem);
  transition-delay: 0.8s;
}

.top_main i span:nth-child(17) {
  transform: translateY(5rem);
  transition-delay: 0.85s;
}

.top_main i span:nth-child(18) {
  transform: translateY(5rem);
  transition-delay: 0.9s;
}

.top_main i span:nth-child(19) {
  transform: translateY(5rem);
  transition-delay: 0.95s;
}

.top_main i span:nth-child(20) {
  transform: translateY(5rem);
  transition-delay: 1s;
}

.top_main i span:nth-child(21) {
  transform: translateY(5rem);
  transition-delay: 1.05s;
}

.top_main i span:nth-child(22) {
  transform: translateY(5rem);
  transition-delay: 1.1s;
}

.top_main i span:nth-child(23) {
  transform: translateY(5rem);
  transition-delay: 1.15s;
}

.top_main i span:nth-child(24) {
  transform: translateY(5rem);
  transition-delay: 1.2s;
}

.top_main i span:nth-child(25) {
  transform: translateY(5rem);
  transition-delay: 1.25s;
}

.top_main i.show span {
  transform: translateY(0);
}

.top_topics {
  display: -webkit-box;
  display: flex;
  margin-bottom: 6.5rem;
  height: auto;
  overflow: hidden;
}

.top_topics dt {
  background: #FFD215;
  font-size: 1.8rem;
  letter-spacing: .05em;
  text-align: center;
  color: #fff;
  width: 7.22em;
  padding-top: .7em;
}

.top_topics span,
.top_topics i {
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .top_topics dt {
    font-size: 1.4rem;
    width: 7.5rem;
  }
}

.top_topics dd {
  width: calc(100% - 7.22em);
  background: #eeeeee;
  font-size: 1.4rem;
  padding: 1em 2.5rem;
}

@media screen and (max-width: 767px) {
  .top_topics dd {
    width: calc(100% - 7.5rem);
    padding: .7em 1.5rem;
  }
}

.top_topics dd a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_topics dd small {
  margin-right: 1.5em;
}

@media screen and (min-width: 768px) {
  .top_topics {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .top_topics {
    margin-bottom: 3rem;
    height: auto;
  }
}

.top_about {
  margin-bottom: 20rem;
}

@media screen and (max-width: 767px) {
  .top_about {
    margin: -1rem 1.8rem 11rem;
  }
}

.top_about p {
  font-size: 1.4rem;
  line-height: 2.57;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .top_about p {
    line-height: 1.9;
  }
}

.top_about .c_btn {
  margin-top: 4.5rem;
}

@media screen and (max-width: 767px) {
  .top_about .c_btn {
    text-align: center;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .top_about .img {
    margin-right: -1.8rem;
    margin-left: 9rem;
    margin-top: 3rem;
  }

  .top_about .img img {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .top_about .img {
    background: no-repeat 50% / cover;
    width: calc(50% - 4rem);
    height: 77rem;
  }

  .top_about .row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }

  .top_about .desc {
    width: 50%;
    padding-left: calc(50% - 50rem);
  }
}

.top_service {
  background: url(./img/t_service_back.png) no-repeat 50%/cover;
  padding-bottom: 3.5rem;
  text-align: center;
}

.top_service p {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 2.14;
}

@media screen and (max-width: 767px) {
  .top_service p {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .top_service {
    background-image: url(./img/t_service_back.png);
    padding-bottom: 0;
  }
}

.top_service .u_inner {
  position: relative;
  top: -6.5rem;
}

@media screen and (max-width: 767px) {
  .top_service .u_inner {
    top: -4.8rem;
  }
}

.top_service .c_ttl small {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top_service .c_ttl {
    margin-bottom: 3.5rem;
  }
}

.top_service .c_btn a {
  background: #fff;
  color: #333;
}

.top_service .c_btn a:before {
  background-image: url(../img/ico_arrow02.svg);
}

@media screen and (max-width: 767px) {
  .top_service .c_btn {
    margin: 0 3rem;
  }
}

.top_service ul {
  margin: 5rem 0 8rem;
}

@media screen and (max-width: 767px) {
  .top_service ul {
    margin: 3rem 3rem 2.5rem;
  }
}

.top_service li {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_service li {
    margin-bottom: 2.5rem;
  }
}

.top_service li p {
  position: absolute;
  width: 100%;
  background: rgba(2, 17, 0, 0.7);
  font-size: 2.4rem;
  padding: .3em 0;
  bottom: 0;
  left: 0;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .top_service li p {
    font-size: 2.3rem;
    padding: .2em 0;
    text-align: center;
  }
}

.top_service li img {
  display: block;
  margin: auto;
}

.top_service li a {
  display: block;
}

@media screen and (min-width: 768px) {
  .top_service ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: center;
    gap: 20px;
  }

  .top_service ul>* {
    width: 40rem;
  }
}

.top_msasures {
  padding: 14.5rem 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_msasures .c_ttl {
    text-align: left;
  }

  .top_msasures .c_ttl i {
    font-size: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .top_msasures.a .c_ttl {
    margin-left: 28.5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_msasures.a {
    padding: 24.3rem 0 0;
  }

  .top_msasures.a .img {
    top: -3rem;
  }

  .top_msasures.a .bg:before {
    right: 0;
  }

  .top_msasures.a .c_ttl {
    margin-left: 7.3rem;
  }
}

@media screen and (min-width: 768px) {
  .top_msasures.a p {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .top_msasures.b {
    padding: 6rem 0;
  }

  .top_msasures.b .head {
    text-align: right;
  }

  .top_msasures.b .c_ttl {
    display: inline-block;
  }

  .top_msasures.b .img {
    display: none;
  }
}

.top_msasures.b .bg:before {
  right: auto;
  left: 0;
}

.top_msasures.b .img {
  left: auto;
  right: 0;
  top: 18.5rem;
  width: 44.1rem;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .top_msasures.b .img {
    right: calc(50% - 70rem);
  }
}

.top_msasures .img {
  position: absolute;
  top: -13rem;
  width: 43.8rem;
  left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .top_msasures .img {
    left: calc(50% - 70rem);
  }
}

.top_msasures p {
  font-size: 1.4rem;
  line-height: 2.57;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .top_msasures p {
    line-height: 1.92;
  }
}

.top_msasures li img {
  width: 100%;
  display: block;
}

.top_msasures .bg {
  position: relative;
}

.top_msasures .bg:before {
  content: '';
  position: absolute;
  width: calc(50% + 24rem);
  height: calc(100% - 16rem);
  background: #E8F9FD;
  z-index: -1;
  right: 0;
  top: 5.5rem;
}

@media screen and (max-width: 767px) {
  .top_msasures .bg:before {
    top: 2.5rem;
    width: calc(100% - 8rem);
    height: calc(100% + 1rem);
  }
}

.top_msasures .list {
  margin: 4rem 0 10rem;
}

@media screen and (max-width: 767px) {
  .top_msasures .list {
    margin: 2rem -1.8rem 3rem;
  }
}

.top_msasures .list p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  margin-top: .7em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .top_msasures .list p {
    font-size: 1.2rem;
  }
}

.top_msasures .list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.top_msasures .list>* {
  width: 33%;
}

.top_msasures .img2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.top_msasures .img2 li {
  width: 33%;
}

@media screen and (min-width: 768px) {
  .top_msasures .img2 li:nth-child(2) {
    width: 33.4%;
  }
}

@media screen and (max-width: 767px) {
  .top_msasures .img2 {
    width: 50%;
  }

  .top_msasures .img2:nth-child(3) {
    display: none;
  }
}

.works_custom{
  margin-bottom: 30px;
}

.works_midasi{
  display: flex;
  justify-content: center;
}

.works_midasi p{
  border: 0.6px solid #898989 ;
  padding: 20px;
}

.works_midasi_title{
background-color: #d7e9f4;
 }

 .works_midasi_1{
width: 65rem;
 }

 .works_midasi_2{
  width: 28.4rem;
 }

.works_slide li {
  text-align: left;
  width: 37rem;
  margin: 0 .5rem;
}

@media screen and (max-width: 767px) {
  .works_slide li {
    width: 22rem;
    margin: 0 .3rem;
  }
}

.works_slide li p {
  font-size: 1.4rem;
  letter-spacing: .05em;
  margin-top: .8em;
}

.top_works {
  margin: 12rem 0;
  text-align: center;
}

.top_sns {
  margin-top: 12rem;
  text-align: center;
}


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

  .top_works,
  .top_sns {
    margin: 9rem 0 7rem;
  }

  .top_sns ul {
    margin-top: 3rem;
  }

  .top_works{
    margin-top: 0rem;
  }
}

.c_btn {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .top_col {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .top_col>* {
    width: 47rem;
  }

  .top_col section {
    position: relative;
    padding-bottom: 10rem;
  }

  .top_col .c_btn {
    position: absolute;
    width: 100%;
    bottom: 0;
  }

  .top_col section {
    margin: 12rem 0 5rem;
  }
}

.top_col .c_ttl {
  text-align: center;
}

.top_col .c_btn {
  text-align: center;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .top_col {
    margin: 5.5rem 0 6rem;
  }

  .top_col section+section {
    margin-top: 7rem;
  }

  .top_col .c_btn {
    margin-top: 3.5rem;
  }
}

.top_blog .blog_list li {
  margin-bottom: 3rem;
}

.top_blog .blog_list p {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .top_blog .blog_list .img {
    width: 15.8rem;
  }

  .top_blog .blog_list .desc {
    width: calc(100% - 18.8rem);
  }
}

.top_news li {
  margin-bottom: 2rem;
}

.top_news li p {
  font-size: 1.4rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.low_header {
  margin-top: 68px;
  background: url(./img/midasi_back.png) no-repeat 50%/cover;
  height: 34rem;
}

@media screen and (max-width: 767px) {
  .low_header {
    margin-top: 80px;
    height: 22rem;
  }
}

@media screen and (max-width: 767px){
.low_header {
    margin-top: 48px
}
}



.low_header .ttl {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-size: 2rem;
  letter-spacing: .3em;
}

.low_header .ttl i {
  display: block;
  font-size: 3em;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: .15em;
}

@media screen and (max-width: 767px) {
  .low_header .ttl {
    font-size: 1.6rem;
  }
}

.low_path {
  background: #fff;
  margin: 2rem 0 5rem;
}

.low_path li {
  display: inline-block;
  font-size: 1.2rem;
  position: relative;
  letter-spacing: .05em;
}

.low_path li+li:before {
  content: '/';
  color: #aaaaaa;
  margin: 0 .5em 0 .25em;
}

.low_ttl {
  position: relative;
  font-size: 3.6rem;
  padding-left: 2.2em;
  margin-bottom: 3rem;
  font-weight: bold;
  letter-spacing: .05em;
}

.low_ttl:before {
  content: '';
  position: absolute;
  height: 2.2em;
  border-left: solid 0.1em #FFD215;
  transform: rotate(45deg);
  left: .9em;
  top: -.35em;
}

@media screen and (max-width: 767px) {
  .low_ttl {
    font-size: 3rem;
    margin-bottom: 3.5rem;
  }
}

.service_row .low_ttl {
  font-size: 3rem;
}

.service_row:nth-child(1) {
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .service_row .low_ttl {
    font-size: 2.5rem;
  }
}


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

.works_list li {
  margin-bottom: 3.5rem;
}

.works_list img {
  width: 100%;
}

.works_list p {
  font-size: 1.4rem;
  letter-spacing: .05em;
  margin-top: .2em;
}

.works_list>* {
  margin-left: 1.2%;
  width: 32.53333%;
}

@media screen and (min-width: 768px) {
  .works_list>*:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .works_list>* {
    margin-left: 3%;
    width: 48.5%;
  }

  .works_list>*:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.pp_body p,
.pp_body dd,
.pp_body li {
  font-size: 1.4rem;
  line-height: 2.57;
  letter-spacing: .01em;
}

.pp_body dt {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.57;
  letter-spacing: .01em;
  margin-top: 3em;
}

.pp_body li li {
  margin-left: 2em;
}

.sitemap_body li {
  font-size: 1.4rem;
  margin-bottom: 1.8em;
}

.sitemap_body a {
  position: relative;
  padding-left: 1.2em;
}

.sitemap_body a:before {
  content: '';
  position: absolute;
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background: #36a725;
  top: .4em;
  left: 0;
}

.c_bg {
  background: #E8F9FD;
}

.c_sec {
  padding: 10rem 0;
}

@media screen and (max-width: 767px) {
  .c_sec {
    padding-top: 5rem 0;
    padding-bottom: 15rem;
  }

}

.c_last {
  margin-bottom: -12rem;
}

.c_tbl {
  border-bottom: solid 1px #333333;
}

.c_tbl tr>* {
  border-top: solid 1px #333333;
  font-size: 1.4rem;
  vertical-align: top;
  padding: 1.5em 0;
  line-height: 2.14;
}

@media screen and (max-width: 767px) {
  .c_tbl tr>* {
    float: left;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c_tbl td {
    padding: 0 0 .8em;
    border-top: none;
  }
}

.c_tbl th {
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c_tbl th {
    padding: .8em 0 .2em;
  }
}

@media screen and (min-width: 768px) {
  .c_tbl th {
    padding: 1.5em 5em;
    width: 27.5%;
  }
}

.low_nav {
  display: -webkit-box;
  display: flex;
  text-align: center;
  margin: 0 -1rem 6rem;
}

@media screen and (max-width: 767px) {
  .low_nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem 4rem;
  }

  .low_nav li {
    width: 50%;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .low_nav {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .low_nav li {
    width: 25%;
  }
}

.low_nav a {
  display: block;
  border: solid 1px #FFD215;
  font-size: 1.6rem;
  font-weight: bold;
  padding: .8em 0;
  padding-right: 1em;
  letter-spacing: .05em;
  background: url(../img/ico_arrow04.png) no-repeat 92% center/0.75em;
}

.low_nav li {
  padding: 0 1rem;
}

.com_msg {
  padding: 12rem 0 10rem;
}

@media screen and (max-width: 767px) {
  .com_msg {
    padding: 6rem 0;
  }
}

.com_msg .box {
  background: #fff;
  padding: 8rem 6rem 5.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .com_msg .box {
    padding: 4rem 1.5rem 4rem;
  }
}

.com_msg p {
  font-size: 1.4rem;
  line-height: 2.57;
}

.com_msg .sign {
  text-align: right;
  margin-top: 2em;
}

.com_msg .sign em {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: .4em;
}

.com_msg .catch {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .com_msg .catch {
    margin-bottom: 3rem;
  }
}

.com_msg .catch img {
  width: 47rem;
}

@media screen and (min-width: 768px) {
  .com_msg .catch img {
    position: absolute;
    top: 8rem;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .com_msg .catch img {
    padding-left: 3rem;
  }
}

.com_msg .catch p {
  position: relative;
  line-height: 1.5;
  margin-top: -4rem;
  margin-left: -1rem;
  letter-spacing: 8px;
}

.com_msg .catch em {
  background: #FFD215;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  display: inline-block;
  margin-top: .2em;
  padding: 0 .25em;
}

@media screen and (max-width: 767px) {
  .com_msg .catch em {
    font-size: 2rem;
  }
}

.com_info {
  padding-bottom: 0;
}

.com_info .c_btn {
  text-align: center;
  margin-top: 4rem;
}

.com_area {
  background: url(../img/company_bg_area.jpg) no-repeat 50%/cover;
  position: relative;
}

.com_area .low_ttl {
  position: absolute;
  top: 10rem;
}

@media screen and (max-width: 767px) {
  .com_area .low_ttl {
    top: 6rem;
  }
}

.com_area .img {
  width: 94rem;
  display: block;
  margin: 0 auto;
}

.com_area .img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .com_area .img {
    margin: 0 -1.8rem;
    width: auto;
    padding-top: 6rem;
  }
}

.com_staff ul {
  margin-top: 100px;
}

.com_staff li {
  background: #f2f3f5;
  padding-bottom: 5rem;
}

.com_staff li+li {
  margin-top: 8rem;
}

.com_staff li p {
  font-size: 1.4rem;
  line-height: 2.14;
}

.com_staff .img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .com_staff .img {
    width: 70%;
    margin: 0 auto 2rem;
  }
}

.com_staff .name {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .com_staff .name {
    position: relative;
    top: -.8em;
  }
}

.com_staff .name small {
  font-size: 1.4rem;
  margin-left: 1.5em;
  font-weight: 500;
  letter-spacing: .05em;
}

.com_staff th {
  color: #1f6bb7;
  width: 5em;
}

.com_staff tr>* {
  font-size: 1.4rem;
  padding: .7em 0;
  border-bottom: dashed 1px #FFD215;
}

@media screen and (max-width: 767px) {
  .com_staff li {
    padding: 2rem 2rem 3rem;
  }

  .com_staff li+li {
    margin-top: 3rem;
  }

  .com_staff .desc {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .com_staff li {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-evenly;
  }

  .com_staff .img {
    width: 30rem;
    position: relative;
    top: -4rem;
  }

  .com_staff .desc {
    width: 60rem;
  }

  .com_staff p {
    width: 42rem;
    padding-top: 4.5rem;
    padding-right: 4.5rem;
    padding-left: 1rem;
  }
}

.com_result .list {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.com_result .list>* {
  margin-left: 2%;
  width: 23.5%;
}

@media screen and (min-width: 768px) {
  .com_result .list>*:nth-child(4n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .com_result .list>* {
    margin-left: 2%;
    width: 32%;
  }

  .com_result .list>*:nth-child(3n + 1) {
    margin-left: 0;
  }
}

.com_result .list li {
  margin-bottom: 2%;
}

.com_result .list li img {
  display: block;
  width: 100%;
}

.com_result ::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

.com_result ::-webkit-scrollbar-track {
  background: #fff;
}

.com_result ::-webkit-scrollbar-thumb {
  background: #50b13e;
}

.com_result .result {
  max-height: 34rem;
  overflow-y: auto;
}

.com_result .result li {
  font-size: 1.4rem;
}

.com_result .result li+li {
  margin-top: 1em;
}

.com_result .result small {
  margin-right: 1.5em;
}

.com_result .result i {
  margin-right: 1em;
}

.partner_info {
  padding-top: 5rem;
}

.partner_info ul {
  background: #E8F9FD;
  padding: 3rem 3rem 3rem 4rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .partner_info ul {
    padding: 3rem 2rem;
    margin-bottom: 6rem;
  }
}

.partner_info li {
  font-weight: bold;
  color: #3A59DB;
  position: relative;
  padding-left: 1.3em;
  font-style: italic;
}

.partner_info li+li {
  margin-top: .4em;
}

.partner_info li:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 50%;
  position: absolute;
  background: #3A59DB;
  top: .5em;
  left: 0;
}

.partner_info .c_btn {
  text-align: center;
  margin-top: 5rem;
}

.recruit_body {
  padding-top: 9rem;
}

.recruit_body .tab {
  text-align: center;
  margin: 0 -1rem 4rem;
}

@media screen and (min-width: 768px) {
  .recruit_body .tab {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .recruit_body .tab>* {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .recruit_body .tab {
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }

  .recruit_body .tab>* {
    width: 50%;
  }

  .recruit_body .tab li {
    margin-bottom: 2rem;
  }
}

.recruit_body .tab li {
  padding: 0 1rem;
}

.recruit_body .tab a {
  display: block;
  letter-spacing: .05em;
  font-weight: bold;
  padding: 1.2em 0;
  border: solid 1px #FFD215;
  line-height: 1.2;
  font-size: 1.6rem;
}

.recruit_body .tab a.active {
  color: #fff;
  background: #FFD215;
}

.recruit_body .c_btn {
  text-align: center;
  margin-top: 5rem;
}

.online_lead {
  text-align: center;
  margin-bottom: 9rem;
}

.online_lead .box {
  position: relative;
  margin-bottom: 2.5rem;
}

.online_lead .bg img {
  display: block;
  width: 100%;
}

.online_lead p {
  font-size: 1.6rem;
  line-height: 1.625;
}

.online_lead .desc {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.online_lead .desc p {
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .online_lead .desc p {
    font-size: 1.6rem;
  }
}

.online_lead dt {
  font-size: 2.9rem;
  letter-spacing: .1em;
  background: url(../img/bnr_online_txt_bg.png) no-repeat 50%/100% 100%;
  text-align: center;
  position: relative;
  margin: .4em 0.3em;
  display: inline-block;
  padding: 0 2em .1em;
}

@media screen and (max-width: 767px) {
  .online_lead dt {
    font-size: 1.7rem;
  }
}

.online_lead dd {
  font-size: 4.7rem;
  letter-spacing: .1em;
  line-height: 1.14;
}

@media screen and (max-width: 767px) {
  .online_lead dd {
    font-size: 2.4rem;
  }
}

.online_lead .img {
  margin-top: 4.5rem;
}

.online_lead .img img {
  width: 60.2rem;
}

.online_sol li p {
  text-align: center;
  font-weight: bold;
  margin-top: .5em;
}

.online_sol li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .online_sol li {
    padding: 0 3rem;
  }

  .online_sol li+li {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .online_sol ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .online_sol ul>* {
    width: 30.5rem;
  }
}

.online_flow ul {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16rem;
}

.online_flow ul>* {
  margin-left: 2%;
  width: 23.5%;
}

@media screen and (min-width: 768px) {
  .online_flow ul>*:nth-child(4n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .online_flow ul>* {
    margin-left: 3%;
    width: 48.5%;
  }

  .online_flow ul>*:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .online_flow ul {
    margin-bottom: 10rem;
  }
}

.online_flow .btn {
  margin-top: 2.5rem;
}

.online_flow .btn a {
  display: block;
  background: #FFD215;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  padding: .8em 0;
}

.online_flow li:nth-child(4) i {
  width: auto;
  padding-left: 0;
}

.online_flow li:nth-child(4) i:before {
  content: none;
}

.online_flow li i {
  display: block;
  width: calc(100% - 2rem);
  font-size: 1.8rem;
  color: #fff;
  background: #36a725;
  text-align: center;
  line-height: 1.88;
  height: 1.88em;
  position: relative;
  padding-left: 2rem;
}

.online_flow li i:before {
  content: '';
  top: 0;
  right: -.94em;
  position: absolute;
  border-style: solid;
  border-width: .94em 0 .94em .94em;
  border-color: transparent transparent transparent #36a725;
}

.online_flow li dt {
  text-align: center;
  font-weight: bold;
  margin: .8em 0 .5em;
  font-size: 2.2rem;
  letter-spacing: .05em;
}

.online_flow li img {
  display: block;
  margin: 0 auto 2rem;
  width: 16.2rem;
}

.online_flow li dd {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .online_flow li {
    margin-bottom: 3rem;
  }
}

.online_flow .box {
  width: 92.4rem;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 1rem;
  border: solid 2px #309d21;
  padding: 8.5rem 2rem 4.5rem;
  text-align: center;
  position: relative;
}

.online_flow .ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #309d21;
  color: #fff;
  border-radius: .3em;
  font-size: 2.4rem;
  font-weight: bold;
  padding: .7em 1.5em;
  white-space: nowrap;
  top: -1.2em;
}

@media screen and (max-width: 767px) {
  .online_flow .ttl {
    font-size: 1.7rem;
    padding: .7em 1em;
  }
}

.online_flow .ttl:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 1em 1em 0 0;
  border-color: #309d21 transparent transparent transparent;
  right: 6em;
  bottom: -.6em;
}

.online_flow .row {
  position: relative;
  margin-bottom: 2.5rem;
}

.online_flow .row img {
  width: 21rem;
  margin-bottom: 1rem;
}

.online_flow .row p {
  font-size: 1.8rem;
  font-weight: bold;
}

.online_flow .row .or {
  color: #309d21;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .online_flow .row .or {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .online_flow .row>* {
    display: inline-block;
    vertical-align: top;
    width: 32rem;
  }

  .online_flow .row .pc {
    padding-right: 5rem;
  }
}

.online_flow .note {
  font-weight: normal;
  font-size: 1.4rem;
}

.online_flow .zoom {
  margin-top: 1.5rem;
}

.online_flow .zoom a {
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2em;
  border: solid 2px #2781ff;
  color: #2781ff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1em 1em;
  width: 57rem;
  display: inline-block;
  max-width: 100%;
}

.online_flow .zoom img {
  vertical-align: middle;
  margin-right: 1em;
  width: 1.5em;
}

.online_voice li {
  text-align: center;
}

.online_voice li img {
  width: 17.2rem;
}

.online_voice dt {
  font-weight: bold;
  margin: .5em 0 .4em;
}

.online_voice dd {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .online_voice ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .online_voice ul>* {
    width: 30rem;
  }
}

@media screen and (min-width: 768px) {
  .online_form {
    margin-bottom: 16rem;
  }
}

.thum img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .blog_main {
    float: left;
    width: 74rem;
  }

  .blog_side {
    float: right;
    width: 21rem;
  }
}

@media screen and (max-width: 767px) {
  .blog_main {
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .blog_side {
    margin-bottom: 6rem;
  }
}

.blog_side dt {
  font-weight: bold;
  padding: .8em 0;
  margin-bottom: 3rem;
  text-align: center;
  border-bottom: solid 1px #FFD215;
}

.blog_side dd {
  margin-bottom: 5rem;
}

.blog_side select {
  display: block;
  width: 100%;
  border-radius: .2em;
  font-size: 1.4rem;
  border: solid 1px #c2c2c2;
  padding: .6em 1em;
}

.blog_side ul {
  margin-left: 1rem;
}

.blog_side li {
  margin-bottom: 1.5rem;
}

.blog_side li a {
  font-size: 1.4rem;
  display: block;
  padding-left: 1em;
  position: relative;
}

.blog_side li a:before {
  content: '';
  position: absolute;
  width: .3em;
  height: .3em;
  border-radius: 50%;
  background: #333;
  left: 0;
  top: .6em;
}

.works_cate {
  margin-bottom: 4rem;
}

.works_cate select {
  border-radius: .2em;
  font-size: 1.4rem;
  border: solid 1px #c2c2c2;
  padding: .6em 1em;
}

.blog_sub {
  font-size: 1.8rem;
  margin-bottom: 1.2em;
  letter-spacing: .05em;
}

.blog_sub i {
  color: #36a725;
  font-size: 1.6rem;
  margin-left: 1em;
  letter-spacing: .05em;
}

.blog_ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .blog_ttl {
    font-size: 2.1rem;
    padding-bottom: .6em;
    margin-bottom: 1em;
  }
}

.blog_img {
  margin-bottom: 4.5rem;
}

.blog_body {
  margin-bottom: 9rem;
}

.blog_body h2 {
  font-size: 2.8rem;
  font-weight: bold;
  padding-left: 1em;
  border-left: solid .3em #039a3d;
  letter-spacing: .05em;
  margin: 2.2em 0 1em;
}

.blog_body h3 {
  font-size: 2.4rem;
  margin: 4em 0 1em;
  font-weight: bold;
  letter-spacing: .05em;
  position: relative;
  padding-left: 1.7em;
}

.blog_body h3:before {
  content: '';
  position: absolute;
  width: .7em;
  border-bottom: solid .25em #039a3d;
  left: 0;
  top: .6em;
}

.blog_body h4 {
  font-size: 2rem;
  font-weight: bold;
  margin: 4.5em 0 1em;
  letter-spacing: .05em;
  position: relative;
  padding-left: 1.3em;
}

.blog_body h4:before {
  content: '';
  position: absolute;
  width: .4em;
  border-bottom: solid .4em #039a3d;
  left: 0;
  top: .55em;
}

.blog_body p {
  font-size: 1.5rem;
  line-height: 2.66;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .blog_body p {
    line-height: 2;
  }
}

.blog_body p em {
  background: linear-gradient(transparent 60%, #ffff3b 60%);
}

.blog_body p img.aligncenter {
  display: block;
  margin: 0 auto;
}

.blog_body p+p {
  margin-top: 1.5em;
}

.blog_body .buble {
  margin: 6rem 0 3rem;
}

.blog_body .question,
.blog_body .answer {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.blog_body .question+.question,
.blog_body .answer+.question {
  margin-top: 4rem;
}

.blog_body .question+.answer,
.blog_body .answer+.answer {
  margin-top: 4rem;
}

.blog_body .question b,
.blog_body .answer b {
  border: solid 2px #039a3d;
  color: #039a3d;
  padding: 1.7rem 3.5rem;
  display: block;
  font-size: 1.6rem;
  letter-spacing: .05em;
  position: relative;
  border-radius: 1rem;
  line-height: 1.875;
  font-weight: normal;
}

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

  .blog_body .question b,
  .blog_body .answer b {
    padding: 1rem 2rem;
  }
}

.blog_body .question {
  background: url(../img/ico_person01.png) no-repeat left top/12rem;
  padding-left: 16rem;
}

@media screen and (max-width: 767px) {
  .blog_body .question {
    background-size: 8rem;
    padding-left: 10rem;
  }
}

.blog_body .question b {
  background: #039a3d;
  color: #fff;
}

.blog_body .question b:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 17px 15px 0;
  border-color: transparent #039a3d transparent transparent;
  left: -17px;
  top: 43px;
}

.blog_body .answer {
  background: url(../img/ico_person02.png) no-repeat right top/12rem;
  padding-right: 16rem;
}

@media screen and (max-width: 767px) {
  .blog_body .answer {
    background-size: 8rem;
    padding-right: 10rem;
  }
}

.blog_body .answer b:before,
.blog_body .answer b:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 17px 0 0;
  border-color: #039a3d transparent transparent transparent;
  right: -17px;
  top: 43px;
}

.blog_body .answer b:after {
  border-color: #fff transparent transparent transparent;
  right: -12px;
  top: 45px;
}

.blog_body table {
  border-top: solid 1px #dcdcdc;
  border-left: solid 1px #dcdcdc;
  margin: 7rem 0;
  border-radius: 1rem;
}

.blog_body tr>* {
  font-size: 1.6rem;
  padding: 1.2em 1em;
  border-bottom: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;
  vertical-align: middle;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .blog_body tr>* {
    padding: .6em;
  }
}

.blog_body tr>*+* {
  border-left: solid 1px #dcdcdc;
}

.blog_body thead th {
  background: #039a3d;
  color: #fff;
}

.blog_body th {
  width: 25%;
  background: #E8F9FD;
}

.works_body .flow {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.works_body .flow>* {
  width: 32.5%;
}

.works_body .flow img {
  width: 100%;
  display: block;
}

.works_body .flow p {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 2.77em;
  color: #fff;
  letter-spacing: .05em;
  background: #70c80c;
  margin-right: 1.11em;
  margin-bottom: 1.11em;
  position: relative;
}

.works_body .flow p:before {
  content: '';
  position: absolute;
  border: 1.388em solid transparent;
  border-left: 1.11em solid #70c80c;
  right: -2.498em;
}

@media screen and (max-width: 767px) {
  .works_body .flow p {
    font-size: 1.4rem;
  }
}

.works_body .flow li:nth-child(2) p {
  background: #36a625;
}

.works_body .flow li:nth-child(2) p:before {
  border-left-color: #36a625;
}

.works_body .flow li:nth-child(3) p {
  background: #0a7d2f;
}

.works_body .flow li:nth-child(3) p:before {
  border-left-color: #0a7d2f;
}

.works_body .tbl {
  border-top: solid 1px #dcdcdc;
  border-left: solid 1px #dcdcdc;
  margin: 4rem 0 6rem;
  border-radius: 1rem;
}

.works_body .tbl tr>* {
  font-size: 1.6rem;
  padding: 1.2em 1.5em;
  border-bottom: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;
  vertical-align: middle;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .works_body .tbl tr>* {
    padding: .6em;
  }
}

.works_body .tbl tr>*+* {
  border-left: solid 1px #dcdcdc;
}

.works_body .tbl th {
  background: #E8F9FD;
}

.works_body .c_btn {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .works_body .blog_body .question {
    padding-right: 26rem;
  }

  .works_body .blog_body .answer {
    padding-left: 26rem;
  }

  .works_body th {
    width: 20%;
  }

  .works_body th+th {
    width: 26.66%;
  }
}

.blog_main .c_btn {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .blog_main .c_youtube {
    margin: 0 -1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .blog_main .c_youtube {
    height: 30rem;
  }

  .blog_main .c_youtube .img {
    width: 65.3rem;
    left: 5.3rem;
  }

  .blog_main .c_youtube dl {
    width: 40rem;
    left: 22%;
    top: 8%;
  }

  .blog_main .c_youtube dt {
    font-size: 1.5rem;
  }

  .blog_main .c_youtube dt img {
    width: 20.6rem;
  }

  .blog_main .c_youtube dd {
    font-size: 1.3rem;
  }

  .blog_main .c_youtube .c_btn {
    margin-top: 2rem;
  }

  .blog_main .c_youtube .c_btn a {
    font-size: 1.4rem;
    width: 30rem;
  }
}

.blog_sns {
  margin: 7rem 0 7.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog_sns>* {
  margin-left: 2.5%;
  width: 31.66667%;
}

.blog_sns>*:nth-child(3n + 1) {
  margin-left: 0;
}

.blog_sns li {
  text-align: center;
}

.blog_sns a {
  display: block;
  padding: 1rem 0;
  height: 6rem;
  position: relative;
}

.blog_sns a.fb {
  background: #156df0;
}

.blog_sns a.tw {
  background: #1da1f2;
}

.blog_sns a.line {
  background: #00b300;
}

.blog_sns img {
  width: 3.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog_list a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.blog_list li {
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .blog_list li {
    margin-bottom: 3rem;
  }
}

.blog_list .img {
  width: 24rem;
}

.blog_list .img img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .blog_list .img {
    width: 15rem;
  }
}

.blog_list .desc {
  width: calc(100% - 27rem);
}

.blog_list .img{
width: 22rem;
}

@media screen and (max-width: 767px) {
  .blog_list .desc {
    padding-left: 10px;
    width: calc(100% - 16.5rem);
  }
}

.blog_list p {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .blog_list p {
    line-height: 1.875;
  }
}

.blog_list p i {
  color: #36a725;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .blog_list p {
    font-size: 1.4rem;
  }
}

.wp-pagenavi {
  margin-top: 5rem;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 .5em;
  width: 3em;
  height: 3em;
  line-height: 3;
  font-size: 1.6rem;
  background: #ededed;
}

.wp-pagenavi .current {
  background: #36a725;
  color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: transparent;
  position: relative;
}

.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: .25em solid transparent;
}

.wp-pagenavi .previouspostslink:before {
  border-right: .45em solid #333;
  margin-left: -.2em;
}

.wp-pagenavi .nextpostslink:before {
  border-left: .45em solid #333;
  margin-left: .2em;
}

.serv_lead {
  background: url(../img/service_img01.jpg) no-repeat 50%/cover;
  text-align: center;
  padding: 7rem 0 7.5rem;
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .serv_lead {
    padding: 5rem 0 6rem;
  }
}

.serv_lead dt {
  margin-bottom: 3rem;
}

.serv_lead dt img {
  width: 82.8rem;
}

.serv_lead dd {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .serv_lead dd {
    font-size: 1.6rem;
  }
}

.serv_list p {
  font-size: 1.4rem;
  line-height: 2;
}

.serv_list .c_btn {
  margin-top: 2rem;
  text-align: center;
}

.serv_list .c_btn.blank a {
  width: 23.125em;
  margin-bottom: 1rem;
}

.serv_list .c_btn.blank a:before {
  background-image: url(../img/ico_open.svg);
  width: .75em;
}

.serv_list section {
  margin-bottom: 9rem;
}

@media screen and (max-width: 767px) {
  .serv_list .img {
    margin-top: 3rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .serv_list .row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .serv_list .row>* {
    width: 31rem;
  }

  .serv_list .row.b {
    flex-flow: row-reverse;
  }
}

.c_lead {
  font-size: 1.6rem;
  line-height: 2.25;
}

.serv_about dt {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  margin: .2em 0 .6em;
}

.serv_about dd {
  font-size: 1.4rem;
  line-height: 1.85;
}

.serv_about ul {
  margin-top: 4rem;
}

.serv_about li img {
  width: 100%;
}

.serv_about dl {
  padding: 0 2rem;
}

@media screen and (max-width: 767px) {
  .serv_about li+li {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .serv_about ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .serv_about ul>* {
    width: 33.2%;
  }
}

.serv_reason dt {
  font-size: 3rem;
  color: #3A59DB;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: .8em;
}

.serv_reason dd {
  font-size: 1.4rem;
  line-height: 2;
}

.serv_reason .row {
  margin: 5.5rem 0 8rem;
}

.serv_reason .img img {
  display: block;
  width: 100%;
}

.serv_reason .c_btn {
  text-align: center;
  margin-top: 4rem;
}

.serv_reason .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.66;
  margin-bottom: 1.3em;
}

@media screen and (max-width: 767px) {
  .serv_reason .ttl {
    font-size: 2.6rem;
  }
}

.serv_reason .result {
  text-align: center;
  margin-bottom: 11rem;
}

.serv_reason .result li {
  width: 10em;
  height: 10em;
  font-size: 3rem;
  line-height: 4;
  border-radius: 50%;
  color: #fff;
  letter-spacing: .05em;
  font-weight: bold;
  background: #fff3ce;
  position: relative;
  z-index: 1;
  padding-top: 2.8em;
}

.serv_reason .result li:before {
  content: '';
  width: calc(100% - 1.66em);
  height: calc(100% - 1.66em);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: -moz-linear-gradient(0deg, #FFD215 0%, #ffe02e 100%);
  background-image: -webkit-linear-gradient(0deg, #FFD215 0%, #ffe02e 100%);
  background-image: -ms-linear-gradient(0deg, #FFD215 0%, #ffe02e 100%);
  opacity: .2em;
  z-index: -1;
}

.serv_reason .result li i {
  font-size: 2.66em;
  letter-spacing: 0;
  line-height: inherit;
}

@media screen and (max-width: 767px) {
  .serv_reason .result li {
    margin: 0 auto 2rem;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .serv_reason .img {
    margin-top: 3rem;
  }

  .serv_reason .row {
    margin: 3.5rem 0 6rem;
  }
}

@media screen and (min-width: 768px) {
  .serv_reason .result {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .serv_reason .result>* {
    width: 30%;
  }

  .serv_reason .row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .serv_reason .row>* {
    width: 47rem;
  }

  .serv_reason .row.b {
    flex-flow: row-reverse;
  }

  .serv_reason dl {
    margin-top: -1rem;
  }
}

.rest_reason {
  padding-bottom: 0;
}

.rest_reason .ttl2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.42;
  background: #50b03e;
  position: relative;
  font-size: 2.8rem;
  padding: 1.2em .5em;
  margin: 10rem 0 6rem;
}

@media screen and (max-width: 767px) {
  .rest_reason .ttl2 {
    font-size: 2.4rem;
    margin: 6rem 0 4rem;
  }
}

.rest_reason .ttl2 em {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  top: -1.2em;
  padding: .1em 2em .2em;
  background: #ff9600;
}

.rest_reason .ttl2:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 1em 1em 0 0;
  border-color: #50b03e transparent transparent transparent;
  bottom: -.8em;
}

.rest_reason .list1 {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rest_reason .list1>* {
  margin-left: 2%;
  width: 23.5%;
}

@media screen and (min-width: 768px) {
  .rest_reason .list1>*:nth-child(4n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .rest_reason .list1>* {
    margin-left: 6%;
    width: 47%;
  }

  .rest_reason .list1>*:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.rest_reason .list1 img {
  display: block;
  width: 100%;
}

.rest_reason .list1 p {
  font-size: 1.4rem;
  margin-top: 1em;
}

.rest_reason .list1 p b {
  display: block;
}

.rest_reason .list1 p em {
  font-size: 2.6rem;
  color: #50b03e;
  font-weight: bold;
  margin-left: .1em;
}

.rest_reason .list1 p small {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .rest_reason .list1 li {
    margin-bottom: 2rem;
  }
}

.rest_reason .txt1 {
  text-align: center;
  font-size: 2.6rem;
  margin-top: 4rem;
}

.rest_reason .txt1 b {
  border-bottom: solid 3px #ff9600;
}

.rest_reason .nav i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -.5em;
}

.rest_reason .nav img {
  width: 100%;
}

.rest_reason .nav p {
  font-weight: bold;
  margin-top: .3em;
}

.rest_reason .nav li {
  position: relative;
  text-align: center;
}

.rest_reason .nav a {
  display: block;
}

@media screen and (min-width: 768px) {
  .rest_reason .nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .rest_reason .nav>* {
    width: 30.5rem;
  }
}

@media screen and (max-width: 767px) {
  .rest_reason .nav li {
    margin: 0 5rem 4rem;
  }
}

.rest_reason .nav i,
.rest_reason .ttl3 i {
  font-size: 3rem;
  background: #50b03e;
  width: 1.66em;
  height: 1.66em;
  line-height: 1.66;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

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

  .rest_reason .nav i,
  .rest_reason .ttl3 i {
    font-size: 2.6rem;
  }
}

.rest_reason .ttl3 {
  margin-top: 8.5rem;
  font-size: 3rem;
  font-weight: bold;
  color: #50b03e;
  position: relative;
  padding-left: 2.4em;
  letter-spacing: .05em;
}

.rest_reason .ttl3 i {
  position: absolute;
  left: 0;
  top: -.1em;
}

@media screen and (max-width: 767px) {
  .rest_reason .ttl3 {
    font-size: 2.6rem;
  }
}

.rest_reason .desc {
  font-weight: bold;
}

.rest_reason .desc em {
  background: #ff9600;
  color: #fff;
  font-size: 5rem;
  display: inline-block;
  line-height: 1;
  padding: 0 .2em .1em;
  margin: .3em 0;
}

@media screen and (max-width: 767px) {
  .rest_reason .desc em {
    font-size: 4rem;
  }
}

.rest_reason .desc p+p {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .rest_reason .desc {
    margin-top: -1rem;
  }
}

.serv_voice dt {
  font-size: 2.2rem;
  font-weight: bold;
  color: #3A59DB;
  margin-bottom: .9em;
  letter-spacing: .05em;
}

.serv_voice dd {
  font-size: 1.4rem;
  line-height: 2;
}

.serv_voice li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.serv_voice li+li {
  margin-top: 4rem;
}

.serv_voice .img {
  width: 19rem;
}

@media screen and (max-width: 767px) {
  .serv_voice .img {
    width: 10rem;
  }
}

.serv_voice .img img {
  width: 100%;
  display: block;
}

.serv_voice dl {
  width: calc(100% - 22rem);
}

@media screen and (max-width: 767px) {
  .serv_voice dl {
    width: calc(100% - 12rem);
  }
}

.rest_voice dt {
  font-size: 1.8rem;
  color: #333;
}

.rest_voice li+li {
  margin-top: 10rem;
}

.serv_flow ul {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -2rem;
}

.serv_flow ul>* {
  margin-left: 1.5%;
  width: 15.41667%;
}

@media screen and (min-width: 768px) {
  .serv_flow ul>*:nth-child(6n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .serv_flow ul>* {
    margin-left: 3%;
    width: 48.5%;
  }

  .serv_flow ul>*:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.serv_flow li {
  margin-bottom: 2rem;
}

.serv_flow li img {
  display: block;
  width: 100%;
}

.serv_flow li:nth-child(12) p:before {
  content: none;
}

@media screen and (min-width: 768px) {
  .serv_flow li:nth-child(6) p:before {
    content: none;
  }
}

.serv_flow p {
  background: #FFD215;
  text-align: center;
  color: #fff;
  padding: .6em 0;
  position: relative;
}

.serv_flow p:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -.8rem;
  border-style: solid;
  border-width: 1rem 0 1rem 1rem;
  border-color: transparent transparent transparent #FFD215;
}

.serv_flow p span {
  display: block;
  height: 3.5em;
  font-size: 1.6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 1.4;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .serv_flow p span {
    font-size: 1.4rem;
  }
}

.serv_flow p i {
  display: block;
  letter-spacing: .05em;
}

.serv_flow p i em {
  font-size: 1.15em;
}

.serv_faq dt,
.serv_faq dd {
  position: relative;
}

.serv_faq dt:before,
.serv_faq dd:before {
  content: 'Q';
  font-size: 2.4rem;
  width: 1.66em;
  text-align: center;
  height: 1.66em;
  line-height: 1.66;
  position: absolute;
  background: #3A59DB;
  color: #fff;
  left: 0;
  top: 1.2em;
  font-family: 'urwdincondw05-demiregular', sans-serif;
}

.serv_faq dt {
  padding: 2em 0 4% 6rem;
  font-weight: bold;
  font-size: 1.8rem;
}

.serv_faq dd {
  font-size: 1.4rem;
  line-height: 1.85;
  padding: .5em 0 2em 6rem;
}

.serv_faq dd:before {
  content: 'A';
  background: #fff;
  color: #3A59DB;
  top: 0;
}

.rest_faq dd:before {
  background: #E8F9FD;
}

.rest_case li {
  margin-bottom: 4rem;
}

.rest_case li p {
  font-size: 1.6rem;
  font-weight: bold;
  margin: .4em 0 .8em;
}

.rest_case li dt,
.rest_case li dd {
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: .05em;
}

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

  .rest_case li dt,
  .rest_case li dd {
    font-size: 1.3rem;
  }
}

.rest_case li dt {
  position: absolute;
}

.rest_case li dd {
  margin-left: 7rem;
}

@media screen and (max-width: 767px) {
  .rest_case li dd {
    margin-left: 5rem;
  }
}

.rest_case li img {
  width: 100%;
}

.rest_case li dt.price {
  margin-top: .8em;
}

.rest_case li dd.price {
  color: #50b03e;
  font-weight: bold;
  font-size: 1.8rem;
}

.rest_case li dd.price em {
  font-size: 2.6rem;
}

.rest_case ul {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rest_case ul>* {
  margin-left: 5%;
  width: 30%;
}

@media screen and (min-width: 768px) {
  .rest_case ul>*:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .rest_case ul>* {
    margin-left: 3%;
    width: 48.5%;
  }

  .rest_case ul>*:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.rest_flow .img img {
  width: 100%;
  display: block;
}

.rest_flow dt {
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFD215;
  letter-spacing: .05em;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .rest_flow dt {
    font-size: 2.2rem;
    white-space: nowrap;
  }
}

.rest_flow dt em {
  background: #FFD215;
  display: inline-block;
  letter-spacing: .05em;
  font-size: .83em;
  color: #fff;
  margin-right: 1em;
  width: 8em;
  padding: .2em 0 .3em;
  text-align: center;
  letter-spacing: .05em;
}

.rest_flow dt em i {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .rest_flow dt em {
    width: 5em;
  }
}

.rest_flow dd {
  font-size: 1.4rem;
  line-height: 1.85;
}

.rest_flow dd em {
  color: #ff4800;
}

.rest_flow li+li {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .rest_flow li {
    margin: 0 3rem;
  }

  .rest_flow .img {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .rest_flow li {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .rest_flow li>* {
    width: 30%;
  }

  .rest_flow .img {
    width: 21.8rem;
  }

  .rest_flow dl {
    width: calc(100% - 24.8rem);
  }
}

.contact_body {
  padding: 6rem 0 10rem;
}

.contact_body .contact {
  background: #fff;
  text-align: center;
  padding: 4rem 0;
  margin-bottom: 30px;
}

.contact_body .tel small {
  display: block;
  font-size: 1.6rem;
  margin-top: .4em;
}

@media screen and (max-width: 767px) {
  .contact_body .tel small {
    font-size: 1.4rem;
  }
}

.contact_body .tel a {
  color: #FFD215;
  font-size: 6rem;
  background: url(./img/tel_icon.png) no-repeat left center/0.9428em;
  padding-left: 1.2em;
  line-height: 1;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .contact_body .tel a {
    font-size: 3.5rem;
  }
}

.contact_body .line {
  background: #05af04;
  width: 31rem;
  padding: 1.2em 0;
  padding-left: 1em;
}

.contact_body .line img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2em;
}

.contact_body .check {
  background: #336d95;
  padding: 4rem 10rem 2rem;
  margin: 4rem 0 6rem;
}

.contact_body .check li {
  background: url(../img/ico_check01.png) no-repeat left 0/1.33em;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #fff;
  padding-left: 1.5em;
  position: relative;
}

.contact_body .check small {
  display: block;
  font-size: .888em;
  font-weight: normal;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .contact_body .check {
    padding: 4rem 2.5rem 2rem;
  }
}

@media screen and (min-width: 768px) {
  .contact_body .check {
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact_body .check>* {
    width: 50%;
  }

  .contact_body .check small {
    position: absolute;
    left: calc(100% + 1.8em);
    white-space: nowrap;
    margin-top: -1.8em;
  }
}

.contact_body .tab {
  position: relative;
}

@media screen and (min-width: 768px) {
  .contact_body .tab li {
    display: inline-block;
    vertical-align: top;
    margin-right: 3rem;
    width: 31rem;
  }
}

@media screen and (max-width: 767px) {
  .contact_body .tab {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .contact_body .tab>* {
    width: 48%;
  }
}

.contact_body .tab a {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  padding: 1.5em 0;
  display: block;
  background: #fff;
}

.contact_body .tab a:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .contact_body .tab a {
    padding: 1em 0;
  }
}

.contact_body .tab a.visit:before {
  border-color: #3A59DB;
}

.contact_body .tab a.visit.active {
  background: #3A59DB;
}

.contact_body .tab a.active {
  color: #fff;
  background: #3A59DB;
}

.contact_body .tab a.active:before {
  content: '';
}

.contact_body .tab a:before {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: solid .3rem #3A59DB;
  z-index: 5;
}

.contact_body .map {
  position: relative;
  height: 0;
  padding-top: 30rem;
  overflow: hidden;
}

.contact_body .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .contact_body .map {
    padding-top: 30rem;
  }
}

.contact_body .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: .1em;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .contact_body .ttl {
    font-size: 2.6rem;
  }
}

.contact_body .ttl2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: .1em;
  margin-bottom: 1.1em;
}

@media screen and (max-width: 767px) {
  .contact_body .ttl2 {
    font-size: 2.2rem;
  }
}

.contact_body .shop {
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .contact_body .shop li {
    margin-bottom: 3rem;
  }
}

.contact_body .shop dt {
  font-weight: bold;
  font-size: 1.8rem;
  margin: .6em 0 .4em;
}

.contact_body .shop dd {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .contact_body .shop {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .contact_body .shop>* {
    width: 50rem;
  }
}

.contact_body #mail .c_btn span {
  background: #FFD215;
}

.form {
  background: #fff;
  padding: 6rem;
}

.form div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  background-color: transparent;
}

.form div.wpcf7 .ajax-loader:before {
  content: none;
}

.form span.wpcf7-list-item {
  margin: 0;
  display: inline;
}

.form .wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.form input[readonly],
.form textarea[readonly],
.form select[readonly] {
  border: none !important;
  background: #fff;
}

.form .wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 767px) {
  .form {
    padding: 5rem 2.5rem;
  }
}

.form tr>* {
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .form tr>* {
    float: left;
    width: 100%;
  }
}

.form th {
  padding-top: .5em;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .form th {
    padding: 0 0 .7em;
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .form th {
    width: 26rem;
  }
}

.form th em {
  font-size: 1.2rem;
  position: absolute;
  background: #ef5959;
  color: #fff;
  font-weight: normal;
  padding: .2em .6em .2em;
  right: 3rem;
}

.form th a {
  border-bottom: solid 1px #afafaf;
}

.form td {
  padding-bottom: 4rem;
}

.form td input[type="text"],
.form td input[type="email"],
.form td input[type="tel"],
.form td textarea,
.form td select {
  border-radius: .3em;
  border: solid 1px #c2c2c2;
  width: 100%;
  padding: .8em 1.2em;
}

.form td select {
  width: auto;
}

.form td textarea {
  width: 100%;
  height: 12em;
  display: block;
}

.form td label {
  display: block;
  margin-top: 1em;
  display: flex;
}

.form td label input {
  margin-right: .7em;
}

.form td.date {
  padding-top: 1.5em;
  padding-bottom: 2.5em;
}

.form td.date input {
  padding: .8em 1.2em;
  border-radius: .3em;
  background: #fff;
  width: 100%;
  display: inline-block;
  border: solid 1px #c2c2c2 !important;
}

.form td.date dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .form td.date dl+dl {
    margin-top: .5rem;
  }
}

.form td.date dd {
  width: calc(100% - 5em);
}

.form td.date dt {
  margin-right: .8em;
  white-space: nowrap;
  width: 5em;
}

@media screen and (min-width: 768px) {
  .form td.date dt {
    width: 4em;
  }

  .form td.date dt+dd {
    width: calc(100% - 4em);
  }

  .form td.date dt.time {
    width: 5em;
  }

  .form td.date dt.time+dd {
    width: calc(100% - 5em);
  }
}

@media screen and (min-width: 768px) {
  .form td.date .row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-right: 3rem;
  }

  .form td.date .row>* {
    width: 47%;
  }
}

.form td.date .row+.row {
  margin-top: 1rem;
}

.form td.date .row select {
  width: 100%;
}

.form td .wpcf7-list-item {
  display: block;
}

.form .doui2 {
  text-align: center;
  background: #f3f3f3;
  margin: 2rem 0 6rem;
  padding: 2em 0 5rem;
  font-size: 1.4rem;
}

.form .doui2 .wpcf7-list-item {
  display: block;
  margin-bottom: .5rem;
}

.form .doui2 .wpcf7-list-item-label {
  display: none;
}

.form .doui2 input {
  margin-right: 1em;
}

.form .c_btn {
  text-align: center;
}

.form .c_btn+p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 3rem;
}

.form .msg {
  display: none;
  background: #fff;
}

.form .msg p {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 3em;
}

/*# sourceMappingURL=style.css.map */

/*--------------------------------------------------------------
Project（自作追加）
--------------------------------------------------------------*/

/*--------------------------------------------------------------
top
--------------------------------------------------------------*/
.top_sns_name,
.top_sns_name_pt {
  display: flex;
  padding-left: 20px;
  padding-bottom: 20px;
  max-width: 1400px;
  margin: auto;
}

.top_sns_name_pt {
  padding-top: 100px;
}



.top_sns_name p,
.top_sns_name_pt p {
  padding-left: 10px;
  padding-top: 15px;
  font-size: 2.5rem;
  font-weight: bold;
}

.top_sns_name img,
.top_sns_name_pt img {
  object-fit: cover;
  width: 60px;
}

.css-ekq38o {
  width: 100% !important;
}

.top_sns .c_btn {
  padding-bottom: 50px;
}


.top_main {
  position: relative;
  height: 0;
  padding-top: 46.4285%;
  margin-top: 45px;
  overflow: hidden;
  position: relative;
}

.top_main video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

  .top_sns_name_pt {
    padding-top: 50px;
  }

}


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

  .top_sns_name p,
  .top_sns_name_pt p {
    padding-left: 10px;
    padding-top: 15px;
    font-size: 1.8rem;
  }
}

.u_switch_img_pc {
  display: block;
}



/*--------------------------------------------------------------
 service 
--------------------------------------------------------------*/

.service_title {
  margin: 15rem auto;
  width: 80%;
}

.service_title h2 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 20px;
}

.service_title p {
  text-align: center;
}

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

  .service_title h2 {
    font-size: 2.8rem;
  }

  .service_row .desc {
    margin-bottom: 5rem;
  }

  .service_row:nth-child(1) {
    margin-bottom: 0;
  }

  .service_title {
    margin: 5rem auto;
    width: 90%;
  }

  .service_title p {
    font-size: 18px;
    text-align: left;
  }

}



/*--------------------------------------------------------------
 scaffold 
--------------------------------------------------------------*/

.serv_faq input,
.links01 {
  display: none;
}

/*バー部分*/
.serv_faq label {
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  position: relative;
}

.serv_faq .under {
  border-bottom: solid 2px #333;
}

/*開いたときに表示される部分*/
.serv_faq ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;

}

.links01 dd {
  display: flex;
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}

#menu_bar01:checked~.links01 dd,
#menu_bar02:checked~.links01 dd,
#menu_bar03:checked~.links01 dd,
#menu_bar04:checked~.links01 dd,
#menu_bar05:checked~.links01 dd,
#menu_bar06:checked~.links01 dd,
#menu_bar07:checked~.links01 dd,
#menu_bar08:checked~.links01 dd,
#menu_bar09:checked~.links01 dd,
#menu_bar10:checked~.links01 dd {
  height: auto;
  /*開いたときに表示されるliの高さ*/
  opacity: 1;
}

#menu_bar01:checked~.links01,
#menu_bar02:checked~.links01,
#menu_bar03:checked~.links01,
#menu_bar04:checked~.links01,
#menu_bar05:checked~.links01,
#menu_bar06:checked~.links01,
#menu_bar07:checked~.links01,
#menu_bar08:checked~.links01,
#menu_bar09:checked~.links01,
#menu_bar10:checked~.links01,
#menu_bar01:checked~.faq_close,
.faq_open {
  display: block;
}

#menu_bar01:checked~.faq_open {
  display: none;
}


/*閉じた状態の矢印描画*/
.faq_open:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #717171 2px solid;
  border-right: #717171 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: auto;
  position: absolute;
  top: 2px;
  right: 2rem;
}

.faq_open.clicked:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #717171 2px solid;
  border-right: #717171 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: auto;
  position: absolute;
  top: 2px;
  right: 2rem;
}






/*--------------------------------------------------------------
 campany
--------------------------------------------------------------*/

@media screen and (max-width: 767px) {
  .com_msg .catch p {
    letter-spacing: 4px;
  }

  .com_msg p {
    line-height: 1.8;
  }

  .com_staff ul {
    margin-top: 0;
  }

  .com_staff {
    padding: 0;
  }

}


/*--------------------------------------------------------------
 partner 
--------------------------------------------------------------*/

.partner_message_text {
  font-size: 3rem;
  color: #fff;
}

.partner_message_text2 {
  font-size: 5rem;
  color:  #71c3ff;
  font-weight: bold;
}

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

  .partner_message_text {
    font-size: 2.3rem;
  }

  .partner_message_text2 {
    font-size: 3.5rem;
  }
}


/*--------------------------------------------------------------
 ページネーション
--------------------------------------------------------------*/

.wp-pagenavi .current
{
    background: #3a59db;
}



/*--------------------------------------------------------------
 ページネーション
--------------------------------------------------------------*/


.privacy span{
  font-size: 2.2rem;
  font-weight: 500;
}

/*--------------------------------------------------------------
--------------------------------------------------------------
 アニメーション
--------------------------------------------------------------
--------------------------------------------------------------*/


    /* CSS for fade-in animation */
    .fade-in {
        opacity: 0;
        animation: fadeInAnimation 1s ease-in forwards;
    }

    @keyframes fadeInAnimation {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
