@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/* ======================================================================
 common
====================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  width: 100%;
  color: #323232;
  font-feature-settings: "palt";
}

button, input, select, textarea {
  font-family: inherit;
}

.sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }

  .md {
    display: none !important;
  }
}
.wrap {
  overflow: hidden;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .inner {
    margin: 0 auto;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
    margin: 0 auto;
  }
}

.btn01 {
  background: #005fa4;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  width: 300px;
  /* height: 60px; */
  height: 82px;
  line-height: 82px;
  text-decoration: none;
  color: #FFF;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 30%);
}
.btn01.c01 {
    background: #005fa4;
}
.btn01.c02 {
    background: #00a576;
}
@media screen and (max-width: 1500px) {
  .btn01 {
    font-size: 1.2vw;
    width: 20vw;
    height: 4vw;
    line-height: 4vw;
    border-radius: 0.3333vw;
  }
}
@media screen and (max-width: 768px) {
  .btn01 {
    font-size: 3.2vw;
    width: 40vw;
    /* height: 10.666vw; */
    height: 40px;
    line-height: 10.666vw;
    border-radius: 0.6666vw;
  }
}
.btn01:hover {
  background: #ff695d;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .sec_ttl {
    width: 100vw;
    margin-left: -4%;
  }
}
.sec_ttl .jp {
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec_ttl .jp {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.sec_ttl .jp::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #808080;
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec_ttl .jp::before {
    top: -7px;
  }
}
.sec_ttl .en {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_ttl .en {
    font-size: 10px;
  }
}
.sec_ttl .en::before {
  content: '';
  display: inline-block;
  width: calc(50% - 60px);
  height: 1px;
  background: #808080;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec_ttl .en::before {
    /* width: calc(50% - 30px); */
    width: calc(50% - 45px);
  }
}
.sec_ttl .en::after {
  content: '';
  display: inline-block;
  width: calc(50% - 60px);
  height: 1px;
  background: #808080;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec_ttl .en::after {
    width: calc(50% - 30px);
  }
}

/* ======================================================================
 header
====================================================================== */
header {
  position: fixed;
  height: 100px;
  z-index: 10;
  background: #FFF;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header {
    height: 50px;
  }
}
header .inner {
  max-width: 1530px;
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 1080px) {
  header .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  header .inner {
    width: 96%;
    padding: 0;
  }
}

.header_logo {
  display: inline-block;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header_logo {
    margin-left: 2%;
  }
}
.header_logo .logo_img {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .header_logo .logo_img {
	  width: 40vw;
  }
}
.header_logo .logo_txt {
  font-weight: 900;
  font-size: 21px;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .header_logo .logo_txt {
    display: none;
  }
}

.menu {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.menu .menu_list {
  height: 100%;
  display: flex;
}
.menu .menu_list .menu_item {
  height: 100%;
  margin-left: 20px;
}
@media screen and (max-width: 1080px) {
  .menu .menu_list .menu_item {
    display: none;
  }
}
.menu .menu_list .menu_item .menu_link {
  /* margin-left: 28px; */
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #323232;
  text-decoration: none;
}
.menu .contact_btn {
  /* height: 100%; */
  display: flex;
  align-items: center;
  margin-left: 10px;
}
@media screen and (max-width: 1080px) {
  .menu .contact_btn {
    /* margin-right: 0; */
    /* display: inline-block; */
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    margin-left: 0;
  }
}
.menu .contact_btn .menu_link {
  /* margin-left: 40px; */
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #005fa4; */
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
  /* padding: 0 36px; */
  /* line-height: 1.5; */
  /* text-align: center; */
  border-radius: 8px;
  height: 76px;
  padding: 0 30px;
  margin-left: 10px;
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 70%);
}
.menu .contact_btn .menu_link.c01 {
    background: #005fa4;
}
.menu .contact_btn .menu_link.c02 {
    background: #00a576;
}
@media screen and (max-width: 768px) {
  .menu .contact_btn .menu_link {
    font-size: 9px;
    width: 90px;
    height: 35px;
    padding: 0;
    text-align: center;
    border-radius: 4px;
    line-height: 12px;
  }
}
.menu .contact_btn .menu_link.c01:hover,
.menu .contact_btn .menu_link.c02:hover {
  background: #ff695d;
  opacity: 1;
}

.menu_sp {
  position: fixed;
  top: 0;
  right: -100vw;
  display: flex;
  z-index: 20;
}
.menu_sp .menu_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  width: 100vw;
  /* background: #2d2d2d; */
  z-index: 10;
}
.menu_sp .menu_list .header_logo {
  flex-direction: column;
  padding: 24px 0 16px;
}
@media screen and (max-width: 768px) {
  .menu_sp .menu_list .header_logo {
    margin-left: 0;
    padding: 12px 0 8px;
  }
}
.menu_sp .menu_list .header_logo .logo_img {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .menu_sp .menu_list .header_logo .logo_img {
    width: 117px;
    margin-bottom: 4px;
  }
}
.menu_sp .menu_list .header_logo .logo_txt {
  font-weight: bold;
  font-size: 20px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .menu_sp .menu_list .header_logo .logo_txt {
    display: block;
    font-size: 12px;
  }
}
.menu_sp .menu_list .menu_item {
  height: auto;
  width: 100%;
  background: #FFF;
}
.menu_sp .menu_list .menu_item.primary_item,
.menu_sp .menu_list .menu_item.contact_btn {
  background: #2d2d2d;
}
.menu_sp .menu_list .menu_item + .menu_item {
  border-top: 1px solid #808080;
}
.menu_sp .menu_list .menu_item .menu_link {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 18px;
  color: #323232;
  text-decoration: none;
  justify-content: center;
  color: #FFF;
  padding: 36px 0;
}
@media screen and (max-width: 768px) {
  .menu_sp .menu_list .menu_item .menu_link {
    font-size: 12px;
    padding: 27.5px 0;
  }
}
.menu_sp .menu_list .menu_item.contact_btn {
  /* background: #005fa4; */
}
@media screen and (max-width: 768px) {
  .menu_sp .menu_list .menu_item.contact_btn .menu_link {
    font-size: 12px;
    height: 60px;
  }
  .menu_sp .menu_list .menu_item.contact_btn.c01 .menu_link {
    background: #005fa4;
  }
  .menu_sp .menu_list .menu_item.contact_btn.c01 {
    padding: 7% 4% 4%;
  }
  .menu_sp .menu_list .menu_item.contact_btn.c02 {
    border-top: none;
    padding: 0 4% 8%;
  }
  .menu_sp .menu_list .menu_item.contact_btn.c02 .menu_link {
    background: #00a576;
  }
}
.menu_sp #overlay {
  display: block;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  bottom: -100vh;
}

.menu_ham {
  display: none;
  position: absolute;
  width: 124px;
  height: 124px;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .menu_ham {
    display: block;
    top: 100px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .menu_ham {
    /* top: -6px; */
    top: 50px;
    width: 62px;
    height: 62px;
  }
}
.menu_ham .ham_line {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 6px;
  background-color: #ff695d;
  transition: all 0.3s;
  border-radius: 100px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .menu_ham .ham_line {
    height: 3px;
  }
}
.menu_ham .ham_line1 {
  top: 32%;
}
.menu_ham .ham_line1.active {
  transform: rotate(45deg);
  top: 50%;
}
.menu_ham .ham_line2 {
  top: 50%;
}
.menu_ham .ham_line2.active {
  width: 0;
}
.menu_ham .ham_line3 {
  top: 68%;
}
.menu_ham .ham_line3.active {
  transform: rotate(-45deg);
  top: 50%;
}

/* ======================================================================
 footer
====================================================================== */
.footer_top {
  background: #ff695d;
}
.footer_top .inner {
  padding: 15px 0 25px;
}
@media screen and (max-width: 768px) {
  .footer_top .inner {
    padding: 0 0 9px;
  }
}
.footer_top .footer_logo {
  text-align: center;
  margin-bottom: 41px;
}
@media screen and (max-width: 768px) {
  .footer_top .footer_logo {
    width: 60px;
    margin: 0 auto;
    margin-bottom: 2px;
  }
  .footer_top .footer_logo .logo_img {
    width: 60px;
  }
}
.footer_top .footer_ttl {
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_top .footer_ttl {
    margin-bottom: 11px;
  }
}
.footer_top .footer_ttl .main {
  margin-bottom: 13px;
  display: block;
  color: #FFF;
  font-size: 22px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .footer_top .footer_ttl .main {
    margin-bottom: 4px;
    font-size: 14px;
  }
}
.footer_top .footer_ttl .sub {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .footer_top .footer_ttl .sub {
    font-size: 12px;
  }
}
.footer_top .policy {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .footer_top .policy {
    font-size: 12px;
  }
}

.footer_bottom {
  height: 50px;
  background: #505050;
}
@media screen and (max-width: 768px) {
  .footer_bottom {
    height: 25px;
  }
}
.footer_bottom .inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_bottom .copy {
  font-size: 12px;
  color: #FFF;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .footer_bottom .copy {
    font-size: 10px;
  }
}
footer {
  padding-top: 160px;
}
footer > .logo {
  display: table;
  margin: 0 auto 25px;
}

@media screen and (max-width: 768px) {
  footer {
    padding-top: 10%;
  }
  footer > .logo {
    background: #ff695d;
    display: block;
    text-align: center;
    margin: 0;
    padding: 3% 0;
  }
  footer > .logo img {
    width: 125px;
  }
}

/* ======================================================================
 main
====================================================================== */
/* ----------------------------------------------------------------------
 kv
---------------------------------------------------------------------- */
#kv .inner {
  max-width: none;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #kv .inner {
    max-width: none;
    width: 100%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #kv .inner {
    width: 100%;
  }
}

.kv_main {
  width: 100%;
}
.kv_main .kv_img {
  width: 100%;
}

.kv_ttl {
  white-space: nowrap;
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .kv_ttl {
    top: 33.333vw;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
.kv_ttl .main {
  display: block;
  font-weight: 900;
  font-size: 55px;
  color: #ff695d;
  text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .kv_ttl .main {
    font-size: 3.66vw;
    margin-bottom: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .kv_ttl .main {
    font-size: 9.6vw;
    margin-bottom: 36vw;
  }
}
.kv_ttl .sub {
  display: block;
  font-weight: 500;
  font-size: 25px;
  color: #FFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
}
@media screen and (max-width: 1500px) {
  .kv_ttl .sub {
    font-size: 1.66vw;
  }
}
@media screen and (max-width: 768px) {
  .kv_ttl .sub {
    font-size: 3.2vw;
    text-align: center;
  }
}

.kv_bottom {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1500px) {
  .kv_bottom {
    bottom: 4.66vw;
  }
}
@media screen and (max-width: 768px) {
  .kv_bottom {
    width: 100%;
    text-align: center;
    bottom: 8vw;
  }
}
@media screen and (max-width: 500px) {
  .kv_bottom {
    bottom: 16vw;
  }
}
.kv_bottom .txt {
  font-weight: 500;
  font-size: 25px;
  color: #FFF;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1500px) {
  .kv_bottom .txt {
    font-size: 1.66vw;
    margin-bottom: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .kv_bottom .txt {
    font-size: 3.2vw;
    margin-bottom: 3.2vw;
  }
}
.kv_bottom .kv_btn + .kv_btn {
  margin-left: 20px;
}
@media screen and (max-width: 1500px) {
  .kv_bottom .kv_btn + .kv_btn {
    margin-left: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .kv_bottom .kv_btn + .kv_btn {
    margin-left: 2.93vw;
  }
}

/* ----------------------------------------------------------------------
 sec01
---------------------------------------------------------------------- */
#strength .inner {
  padding: 95px 0 100px;
  max-width: 777px;
}
@media screen and (max-width: 768px) {
  #strength .inner {
    padding: 22px 0 45px;
  }
}
#strength .inner .sec_ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #strength .inner .sec_ttl {
    margin-bottom: 30px;
  }
}
#strength .inner .sec_ttl .jp {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #strength .inner .sec_ttl .jp {
    margin-bottom: 3px;
  }
}
#strength .inner .sec_ttl .en {
  color: #ff695d;
}
#strength .inner .sec_ttl .en::before {
  top: auto;
  transform: none;
  bottom: 0;
}
#strength .inner .sec_ttl .en::after {
  top: auto;
  transform: none;
  bottom: 0;
}

.sec01_item_list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec01_item_list {
    flex-direction: column;
  }
}
.sec01_item_list .item {
  width: calc((99.9% / 3) - (100px / 3));
}
@media screen and (max-width: 768px) {
  .sec01_item_list .item {
    width: 100%;
  }
}
.sec01_item_list .item + .item {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .sec01_item_list .item + .item {
    margin-left: 0;
    margin-top: 70px;
    position: relative;
  }
  .sec01_item_list .item + .item::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #808080;
    position: absolute;
    top: -18px;
  }
}
.sec01_item_list .item .item_ttl {
  font-weight: bold;
  font-size: 23px;
  color: #323232;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .sec01_item_list .item .item_ttl {
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 23px;
  }
}
.sec01_item_list .item .item_img {
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .sec01_item_list .item .item_img {
    width: calc(100% - 50px);
    margin: 0 auto 12px;
  }
}
.sec01_item_list .item .item_img .img {
  width: 100%;
}
.sec01_item_list .item .item_detail {
  font-weight: normal;
  font-size: 12px;
  color: #323232;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec01_item_list .item .item_detail {
    line-height: 1.7;
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------
 sec02
---------------------------------------------------------------------- */
#works {
  background: #ff695d;
}
#works .inner {
  padding: 90px 0 75px;
  max-width: 860px;
}
@media screen and (max-width: 768px) {
  #works .inner {
    padding: 45px 0 45px;
  }
}
#works .inner .sec_ttl {
  margin: 0 auto 60px;
  width: 777px;
}
@media screen and (max-width: 768px) {
  #works .inner .sec_ttl {
    width: 100vw;
    margin-left: -4%;
    margin-bottom: 30px;
  }
}
#works .inner .sec_ttl .jp {
  color: #FFF;
}
#works .inner .sec_ttl .jp::before {
  background: #FFF;
}
#works .inner .sec_ttl .en {
  color: #FFF;
}
#works .inner .sec_ttl .en::before {
  background: #FFF;
}
#works .inner .sec_ttl .en::after {
  background: #FFF;
}

.sec02_contents_box {
  background: #FFF;
  padding: 70px 40px 30px;
}
@media screen and (max-width: 768px) {
  .sec02_contents_box {
    background: transparent;
    padding: 0;
  }
}
.sec02_contents_box .asterisk {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .sec02_contents_box .asterisk {
    color: #FFF;
  }
}

.sec02_item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec02_item_list {
    margin-bottom: 31px;
    /* justify-content: flex-start; */
  }
}
.sec02_item_list .item {
  width: calc((99.9% / 3) - (70px / 3));
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec02_item_list .item {
    width: calc((99.9% / 2) - (30px / 2));
    margin-bottom: 12px;
  }
}
.sec02_item_list .item + .item {
  /* margin-left: 35px; */
}
@media screen and (max-width: 768px) {
  .sec02_item_list .item + .item {
    /* margin-left: 0; */
  }
}
.sec02_item_list .item:nth-of-type(even) {
  /* margin-left: 30px; */
}
.sec02_item_list .item .youtube {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec02_item_list .item .youtube {
    margin-bottom: 4px;
  }
}
.sec02_item_list .item .youtube iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec02_item_list .item .youtube iframe {
    height: 190px;
  }
}
@media screen and (max-width: 500px) {
  .sec02_item_list .item .youtube iframe {
    height: 85px;
  }
}
.sec02_item_list .item .item_ttl .main {
  display: block;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .sec02_item_list .item .item_ttl .main {
    color: #FFF;
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.sec02_item_list .item .item_ttl .sub {
  display: block;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .sec02_item_list .item .item_ttl .sub {
    color: #FFF;
  }
}

/* ----------------------------------------------------------------------
 sec03
---------------------------------------------------------------------- */
#question {
  position: relative;
}
#question .inner {
  padding: 90px 0 90px;
  max-width: 777px;
}
@media screen and (max-width: 768px) {
  #question .inner {
    padding: 48px 0 0;
  }
}
#question .inner::before {
  content: '';
  display: block;
  width: 100vw;
  height: 390px;
  background: #f7f7f7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #question .inner::before {
    display: none;
  }
}
#question .inner .sec_ttl {
  margin-bottom: 60px;
}
#question .inner .sec_ttl .jp {
  color: #323232;
}
#question .inner .sec_ttl .en {
  color: #ff695d;
}

.sec03_item_list {
  width: 620px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec03_item_list {
    flex-direction: column;
    width: 100vw;
    margin-left: -4%;
  }
}
.sec03_item_list .item {
  width: calc((99.9% / 3) - (20px / 3));
}
@media screen and (max-width: 768px) {
  .sec03_item_list .item {
    width: 100%;
  }
}
.sec03_item_list .item:first-of-type .top_box .question {
  padding: 22px 4px;
}
@media screen and (max-width: 768px) {
  .sec03_item_list .item:first-of-type .top_box .question {
    padding: 15px 0px;
  }
}
.sec03_item_list .item + .item {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .sec03_item_list .item + .item {
    margin-left: 0;
    padding-top: 25px;
    border-top: 1px solid #808080;
  }
}
.sec03_item_list .item .top_box {
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec03_item_list .item .top_box {
    width: 80%;
    margin: 0 auto 25px;
  }
}
.sec03_item_list .item .top_box::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  background: #f7f7f7;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 35px solid #FFF;
  position: absolute;
  bottom: -105px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec03_item_list .item .top_box::before {
    display: none;
  }
}
.sec03_item_list .item .top_box .question {
  width: 100%;
  border: 8px solid #808080;
  padding: 22px 8px;
  font-feature-settings: "palt";
  font-weight: bold;
  font-size: 18px;
  color: #323232;
  line-height: 1.3;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .sec03_item_list .item .top_box .question {
    font-weight: normal;
    font-size: 12px;
    border: 4px solid #808080;
    padding: 15px 0;
    border-radius: 2.5px;
  }
}
@media screen and (max-width: 768px) {
  .sec03_item_list .item .bottom_box {
    padding: 35px 0 35px;
    background: #f7f7f7;
    position: relative;
  }
}
.sec03_item_list .item .bottom_box::after {
  content: '';
  display: none;
  width: 0;
  height: 0;
  background: #f7f7f7;
  border-left: 110px solid transparent;
  border-right: 110px solid transparent;
  border-top: 15px solid #FFF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec03_item_list .item .bottom_box::after {
    display: inline-block;
  }
}
.sec03_item_list .item .bottom_box .answer {
  border-radius: 5px;
  border: 8px solid #ff695d;
  padding: 22px 10px;
  font-weight: bold;
  font-size: 18px;
  color: #323232;
  line-height: 1.3;
  text-align: center;
  font-feature-settings: "palt";
  margin-bottom: 13px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .sec03_item_list .item .bottom_box .answer {
    font-size: 12px;
    color: #ff695d;
    border-radius: 2.5px;
    padding: 15px 0;
    border: 4px solid #ff695d;
    width: 80%;
    margin: 0 auto 13px;
  }
}
.sec03_item_list .item .bottom_box .item_detail {
  font-weight: normal;
  font-size: 12px;
  color: #323232;
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .sec03_item_list .item .bottom_box .item_detail {
    width: 80%;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------
 sec04
---------------------------------------------------------------------- */
#ourstrength .inner {
  padding: 90px 0 90px;
  max-width: 777px;
}
@media screen and (max-width: 768px) {
  #ourstrength .inner {
    padding: 50px 0 0;
  }
}
#ourstrength .inner .sec_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #ourstrength .inner .sec_ttl {
    margin-bottom: 30px;
  }
}
#ourstrength .inner .sec_ttl .jp {
  color: #323232;
}
#ourstrength .inner .sec_ttl .en {
  color: #ff695d;
}

.sec04_detail {
  font-weight: normal;
  font-size: 12px;
  color: #323232;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec04_detail {
    margin-bottom: 33px;
    line-height: 1.7;
  }
}

.sec04_item_list {
  width: 600px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec04_item_list {
    flex-direction: column;
    width: 100vw;
    margin-left: -4%;
  }
}
.sec04_item_list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((99.9% / 3) - (40px / 3));
}
@media screen and (max-width: 768px) {
  .sec04_item_list .item {
    width: 100%;
    margin-bottom: 35px;
  }
}
.sec04_item_list .item + .item {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .sec04_item_list .item + .item {
    margin-left: 0;
    padding-top: 24px;
    border-top: 1px solid #808080;
  }
}
.sec04_item_list .item .item_img {
  width: 54px;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .sec04_item_list .item .item_img {
    margin-bottom: 6px;
    width: 40px;
  }
}
.sec04_item_list .item .item_img .img {
  width: 100%;
}
.sec04_item_list .item .item_ttl {
  text-align: center;
  margin-bottom: 20px;
}
.sec04_item_list .item .item_ttl .jp {
  margin-bottom: 8px;
  display: block;
  font-weight: normal;
  font-size: 18px;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .sec04_item_list .item .item_ttl .jp {
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.sec04_item_list .item .item_ttl .en {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #ff695d;
}
@media screen and (max-width: 768px) {
  .sec04_item_list .item .item_ttl .en {
    font-size: 10px;
  }
}
.sec04_item_list .item .item_detail {
  font-weight: normal;
  font-size: 12px;
  color: #323232;
  line-height: 1.8;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec04_item_list .item .item_detail {
    width: 68%;
    line-height: 1.7;
  }
}

/* ----------------------------------------------------------------------
 sec05
---------------------------------------------------------------------- */
#plan {
  background: #f7f7f7;
}
#plan .inner {
  padding: 90px 0 85px;
  max-width: 777px;
}
@media screen and (max-width: 768px) {
  #plan .inner {
    padding: 45px 0 45px;
  }
}
#plan .inner .sec_ttl {
  margin-bottom: 60px;
}
#plan .inner .sec_ttl .jp {
  color: #323232;
}
#plan .inner .sec_ttl .en {
  color: #ff695d;
}

.sec05_contents_box {
  background: #FFF;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
  padding: 50px 30px 20px 190px;
  position: relative;
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec05_contents_box {
    box-shadow: 3.5px 3.5px 5px rgba(0, 0, 0, 0.2);
    width: 86.4%;
    padding: 50px 25px 22.5px;
  }
}
.sec05_contents_box + .sec05_contents_box {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .sec05_contents_box + .sec05_contents_box {
    margin-top: 50px;
  }
}
.sec05_contents_box .plan_num {
  position: absolute;
  top: 20px;
  left: 22px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sec05_contents_box .plan_num {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec05_contents_box .plan_num .txt {
  font-weight: 500;
  font-size: 25px;
  color: #323232;
  position: absolute;
  top: 10px;
  left: -8px;
}
@media screen and (max-width: 768px) {
  .sec05_contents_box .plan_num .txt {
    font-size: 12.5px;
    top: 5px;
    left: -4px;
  }
}
.sec05_contents_box .plan_num .plan_img {
  width: 96px;
}
@media screen and (max-width: 768px) {
  .sec05_contents_box .plan_num .plan_img {
    width: 48px;
  }
}
.sec05_contents_box .plan_num .plan_img .img {
  width: 96px;
}
@media screen and (max-width: 768px) {
  .sec05_contents_box .plan_num .plan_img .img {
    width: 48px;
  }
}
.sec05_contents_box .plan_num .num {
  font-weight: 500;
  font-size: 65px;
  color: #323232;
  letter-spacing: -0.06em;
  position: absolute;
  right: -15px;
  bottom: -15px;
}
@media screen and (max-width: 768px) {
  .sec05_contents_box .plan_num .num {
    font-size: 32px;
    right: -7px;
    bottom: -7px;
  }
}
.sec05_contents_box .contents_ttl {
  font-weight: 500;
  font-size: 24px;
  color: #323232;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sec05_contents_box .contents_ttl {
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.sec05_contents_box .contents_detail {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec05_contents_box .contents_detail {
    line-height: 1.7;
    margin-bottom: 5px;
  }
}
.sec05_contents_box .contents_item_list {
  display: flex;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .sec05_contents_box .contents_item_list {
    margin-bottom: 10px;
  }
}
.sec05_contents_box .contents_item_list .item {
  background: #005fa4;
  width: calc((99.9% / 3) - (20px / 3));
  padding: 18px 0 23px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .sec05_contents_box .contents_item_list .item {
    width: calc((99.9% / 3) - (10px / 3));
    padding: 15px 0 17px;
    border-radius: 1.5px;
  }
}
.sec05_contents_box .contents_item_list .item + .item {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .sec05_contents_box .contents_item_list .item + .item {
    margin-left: 5px;
  }
}
.sec05_contents_box .contents_item_list .item .item_ttl {
  text-decoration: underline;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec05_contents_box .contents_item_list .item .item_ttl {
    margin-bottom: 7.5px;
  }
}
.sec05_contents_box .contents_item_list .item .item_detail {
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec05_contents_box .contents_item_list .item .item_detail {
    font-size: 12px;
  }
}
.sec05_contents_box .cm_box {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #ff695d;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sec05_contents_box .cm_box {
    border-radius: 1.5px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    height: 32.5px;
    line-height: 32.5px;
  }
}
.sec05_contents_box .budget {
  text-align: right;
  font-weight: 500;
  font-size: 18px;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .sec05_contents_box .budget {
    font-size: 12px;
  }
}
.sec05_contents_box .budget .big {
  font-size: 65px;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 768px) {
  .sec05_contents_box .budget .big {
    font-size: 42px;
  }
}

/* ----------------------------------------------------------------------
 sec06
---------------------------------------------------------------------- */
#flow .inner {
  padding: 90px 0 75px;
  max-width: 777px;
}
@media screen and (max-width: 768px) {
  #flow .inner {
    padding: 40px 0 35px;
    width: 100%;
  }
}
#flow .inner .sec_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #flow .inner .sec_ttl {
    margin-bottom: 40px;
    margin-left: 0;
  }
}
#flow .inner .sec_ttl .jp {
  color: #323232;
}
#flow .inner .sec_ttl .en {
  color: #ff695d;
}

.sec06_contents_box {
  border: 1px solid #8c8c8c;
  width: 530px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec06_contents_box {
    width: 70%;
  }
}
.sec06_contents_box + .sec06_contents_box {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec06_contents_box + .sec06_contents_box {
    margin-top: 50px;
  }
}
.sec06_contents_box + .sec06_contents_box::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 20px solid #e6e6e6;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec06_contents_box + .sec06_contents_box::before {
    border-top: 10px solid #808080;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    top: -28px;
  }
}
.sec06_contents_box .top_goroup {
  border-bottom: 1px solid #8c8c8c;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px 0 12px;
}
@media screen and (max-width: 768px) {
  .sec06_contents_box .top_goroup {
    height: 20px;
  }
}
.sec06_contents_box .top_goroup .contents_ttl {
  font-weight: normal;
  font-size: 18px;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .sec06_contents_box .top_goroup .contents_ttl {
    font-size: 10px;
  }
}
.sec06_contents_box .top_goroup .period {
  font-weight: normal;
  font-size: 18px;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .sec06_contents_box .top_goroup .period {
    font-size: 10px;
  }
}
.sec06_contents_box .bottom_goroup {
  padding: 25px 0 15px;
}
@media screen and (max-width: 768px) {
  .sec06_contents_box .bottom_goroup {
    padding: 10px 10px;
  }
}
.sec06_contents_box .bottom_goroup .item_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec06_contents_box .bottom_goroup .item_list .item {
  background: #ff695d;
  width: 125px;
  height: 50px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec06_contents_box .bottom_goroup .item_list .item {
    width: 62.5px;
    height: 25px;
  }
}
.sec06_contents_box .bottom_goroup .item_list .item:first-of-type::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 50px;
  border-radius: 25px 0 0 25px;
  background: #ff695d;
  position: absolute;
  left: -20px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec06_contents_box .bottom_goroup .item_list .item:first-of-type::before {
    width: 12.5px;
    height: 25px;
    left: -10px;
  }
}
.sec06_contents_box .bottom_goroup .item_list .item:first-of-type::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 50px solid #ff695d;
  position: absolute;
  right: -20px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec06_contents_box .bottom_goroup .item_list .item:first-of-type::after {
    border-right: 10px solid transparent;
    border-bottom: 25px solid #ff695d;
    right: -10px;
  }
}
.sec06_contents_box .bottom_goroup .item_list .item:nth-of-type(2)::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 50px solid #ff695d;
  border-left: 20px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  left: -20px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec06_contents_box .bottom_goroup .item_list .item:nth-of-type(2)::before {
    border-top: 25px solid #ff695d;
    border-left: 10px solid transparent;
    left: -10px;
  }
}
.sec06_contents_box .bottom_goroup .item_list .item:nth-of-type(2)::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 50px solid #ff695d;
  position: absolute;
  right: -20px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec06_contents_box .bottom_goroup .item_list .item:nth-of-type(2)::after {
    border-right: 10px solid transparent;
    border-bottom: 25px solid #ff695d;
    right: -10px;
  }
}
.sec06_contents_box .bottom_goroup .item_list .item:last-of-type::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 50px solid #ff695d;
  border-left: 20px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  left: -20px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec06_contents_box .bottom_goroup .item_list .item:last-of-type::before {
    border-top: 25px solid #ff695d;
    border-left: 10px solid transparent;
    left: -10px;
  }
}
.sec06_contents_box .bottom_goroup .item_list .item:last-of-type::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 50px;
  border-radius: 0 25px 25px 0;
  background: #ff695d;
  position: absolute;
  right: -20px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec06_contents_box .bottom_goroup .item_list .item:last-of-type::after {
    width: 12.5px;
    height: 25px;
    right: -10px;
  }
}
.sec06_contents_box .bottom_goroup .item_list .item + .item {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .sec06_contents_box .bottom_goroup .item_list .item + .item {
    margin-left: 15px;
  }
}
.sec06_contents_box .bottom_goroup .item_list .item .item_txt {
  font-weight: normal;
  font-size: 13px;
  color: #FFF;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .sec06_contents_box .bottom_goroup .item_list .item .item_txt {
    font-size: 10px;
    line-height: 25px;
  }
}
.sec06_contents_box .bottom_goroup .asterisk {
  margin-top: 10px;
  margin-right: 30px;
  text-align: right;
  font-weight: normal;
  font-size: 12px;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .sec06_contents_box .bottom_goroup .asterisk {
    font-size: 10px;
    margin-top: 5px;
    margin-right: 0;
    text-align: left;
    line-height: 1.3;
  }
}

/* ----------------------------------------------------------------------
 sec07
---------------------------------------------------------------------- */
#message {
  background: #ff695d;
}
#message .inner {
  padding: 90px 0 75px;
  max-width: 777px;
}
@media screen and (max-width: 768px) {
  #message .inner {
    padding: 40px 0 30px;
  }
}
#message .inner .sec_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #message .inner .sec_ttl {
    margin-bottom: 25px;
  }
}
#message .inner .sec_ttl .jp {
  color: #FFF;
}
#message .inner .sec_ttl .jp::before {
  background: #FFF;
}
#message .inner .sec_ttl .en {
  color: #FFF;
}
#message .inner .sec_ttl .en::before {
  background: #FFF;
}
@media screen and (max-width: 768px) {
  #message .inner .sec_ttl .en::before {
    width: calc(50% - 35px);
  }
}
#message .inner .sec_ttl .en::after {
  background: #FFF;
}
@media screen and (max-width: 768px) {
  #message .inner .sec_ttl .en::after {
    width: calc(50% - 35px);
  }
}

.sec07_flex_box {
  display: flex;
  width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec07_flex_box {
    flex-direction: column;
    align-items: center;
    width: 100vw;
    margin-left: -4%;
  }
}

.sec07_img_box {
  margin-right: 22px;
}
@media screen and (max-width: 768px) {
  .sec07_img_box {
    margin-right: 0;
    margin-bottom: 11px;
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .sec07_img_box .sec07_img {
    width: 100%;
  }
}

.sec07_txt_box .heading {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .sec07_txt_box .heading {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.sec07_txt_box .detail {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.8;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .sec07_txt_box .detail {
    font-size: 10px;
    width: 70%;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------
 sec08
---------------------------------------------------------------------- */
#faq .inner {
  padding: 90px 0 10px;
}
@media screen and (max-width: 768px) {
  #faq .inner {
    padding: 37.5px 0 37.5px;
    width: 100%;
  }
}
#faq .inner .sec_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #faq .inner .sec_ttl {
    margin-bottom: 20px;
  }
}
#faq .inner .sec_ttl .jp {
  color: #323232;
}
#faq .inner .sec_ttl .en {
  color: #ff695d;
}

.sec08_item_list {
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec08_item_list {
    width: 85.3%;
  }
}
.sec08_item_list .item {
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .sec08_item_list .item {
    box-shadow: 3.5px 3.5px 5px rgba(0, 0, 0, 0.2);
  }
}
.sec08_item_list .item + .item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec08_item_list .item + .item {
    margin-top: 34px;
  }
}
.sec08_item_list .item .top_box {
  background: #e6e6e6;
  position: relative;
  cursor: pointer;
}
.sec08_item_list .item .top_box::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 3px;
  background: #ff695d;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: rotate(45deg) translateY(-50%);
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .sec08_item_list .item .top_box::before {
    width: 5.65px;
    height: 1.5px;
    border-radius: 1px;
    right: 14px;
  }
}
.sec08_item_list .item .top_box::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 3px;
  background: #ff695d;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(-45deg) translateY(-50%);
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .sec08_item_list .item .top_box::after {
    width: 5.65px;
    height: 1.5px;
    border-radius: 1px;
    right: 10px;
  }
}
.sec08_item_list .item .top_box .question {
  display: flex;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .sec08_item_list .item .top_box .question {
    padding: 10px;
  }
}
.sec08_item_list .item .top_box .question .big {
  font-weight: 500;
  font-size: 20px;
  color: #FFF;
  background: #ff695d;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 22px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .sec08_item_list .item .top_box .question .big {
    font-size: 10px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    margin-right: 5px;
  }
}
.sec08_item_list .item .top_box .question .detail {
  font-weight: normal;
  font-size: 16px;
  color: #323232;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .sec08_item_list .item .top_box .question .detail {
    font-size: 12px;
    line-height: 13px;
  }
}
.sec08_item_list .item .bottom_box {
  background: #FFF;
  /* display: none; */
}
.sec08_item_list .item .bottom_box .answer {
  display: flex;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .sec08_item_list .item .bottom_box .answer {
    padding: 10px 10px 6px;
  }
}
.sec08_item_list .item .bottom_box .answer .big {
  font-weight: 500;
  font-size: 20px;
  color: #FFF;
  background: #005fa4;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  margin-right: 10px;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .sec08_item_list .item .bottom_box .answer .big {
    font-size: 10px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    margin-right: 5px;
  }
}
.sec08_item_list .item .bottom_box .answer .detail {
  font-weight: normal;
  font-size: 16px;
  color: #323232;
  line-height: 26px;
  width: calc(100% - 66px);
}
@media screen and (max-width: 768px) {
  .sec08_item_list .item .bottom_box .answer .detail {
    font-size: 10px;
    line-height: 13px;
    width: calc(100% - 33px);
  }
}
.sec08_item_list .item.active .top_box::before {
  right: 27px;
  transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec08_item_list .item.active .top_box::before {
    right: 12.5px;
  }
}
.sec08_item_list .item.active .top_box::after {
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec08_item_list .item.active .top_box::after {
    right: 10px;
  }
}

/* ----------------------------------------------------------------------
 sec09
---------------------------------------------------------------------- */
#contactform {
  background: #f7f7f7;
  /* margin-top: 100px; */
}
@media screen and (max-width: 768px) {
  #contactform {
    margin-top: 50px;
  }
}
#contactform .inner {
  padding: 90px 0;
  max-width: 777px;
}
@media screen and (max-width: 768px) {
  #contactform .inner {
    padding: 45px 0 55px;
    width: 80%;
  }
}
#contactform .inner .sec_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #contactform .inner .sec_ttl {
    margin-bottom: 25px;
    width: 100vw;
    margin-left: -12%;
  }
}
#contactform .inner .sec_ttl .jp {
  color: #323232;
}
#contactform .inner .sec_ttl .en {
  color: #ff695d;
}
@media screen and (max-width: 768px) {
  #contactform .inner .sec_ttl .en::before {
    width: calc(50% - 44px);
  }
}
@media screen and (max-width: 768px) {
  #contactform .inner .sec_ttl .en::after {
    width: calc(50% - 44px);
  }
}
#contactform .kv_bottom {position: static;transform: inherit;display: flex;justify-content: center;}

input[type="text"], input[type="email"], input[type="tel"] {
  height: 50px;
  width: 443px;
  border: 1px solid #7c7c7c;
  border-radius: 5px;
  padding: 20px 15px;
  color: #323232;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  input[type="text"], input[type="email"], input[type="tel"] {
    height: 25px;
    width: 100%;
    font-size: 10px;
    padding: 8px;
    border-radius: 2.5px;
  }
}
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder {
  color: #e6e6e6;
}

textarea {
  height: 152px;
  width: 100%;
  border: 1px solid #7c7c7c;
  border-radius: 5px;
  padding: 20px 15px;
  color: #323232;
  resize: none;
}
@media screen and (max-width: 768px) {
  textarea {
    border-radius: 2.5px;
    font-size: 10px;
    padding: 6px;
  }
}

.form_table {
  margin: 0 auto 40px;
  width: 620px;
}
@media screen and (max-width: 768px) {
  .form_table {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .form_table tr + tr th {
    padding-top: 23px;
  }
}
.form_table tr + tr td {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .form_table tr + tr td {
    padding-top: 3px;
  }
}
.form_table tr th {
  font-weight: normal;
  font-size: 12px;
  color: #323232;
  text-align: left;
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  .form_table tr th {
    display: block;
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .form_table tr td {
    display: block;
    padding-top: 3px;
  }
}

.required {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  color: #FFF;
  background: #ff695d;
  padding: 1px 4px 4px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .required {
    font-size: 10px;
    padding: 1px 2px 2px;
    margin-left: 2px;
  }
}

.form_desire {
  margin: 0 auto 55px;
  width: 620px;
}
@media screen and (max-width: 768px) {
  .form_desire {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.form_desire .txt {
  font-weight: normal;
  font-size: 12px;
  color: #323232;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .form_desire .txt {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .form_desire .txt .required {
    margin-left: 10px;
  }
}
.form_desire .item_list {
  display: flex;
  margin-bottom: 7px;
}
.form_desire .item_list .item + .item {
  margin-left: 10px;
}
.form_desire .item_list .item .label {
  font-weight: normal;
  font-size: 12px;
  color: #323232;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form_desire .item_list .item .label {
    font-size: 10px;
  }
}
.form_desire .item_list .item .checkbox {
  border-radius: 0;
}
.form_desire .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form_desire .flex_box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.form_desire .flex_box .heading {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .form_desire .flex_box .heading {
    display: block;
    font-size: 10px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .form_desire .flex_box .input {
    width: 100%;
  }
}
.form_desire .flex_box input[type="text"] {
  width: 555px;
}
@media screen and (max-width: 768px) {
  .form_desire .flex_box input[type="text"] {
    width: 100%;
  }
}

.form_other {
  margin: 0 auto 65px;
  width: 620px;
}
@media screen and (max-width: 768px) {
  .form_other {
    width: 100%;
    margin: 0 auto 28px;
  }
}
.form_other .txt {
  font-weight: normal;
  font-size: 12px;
  color: #323232;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .form_other .txt {
    font-size: 10px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .form_other textarea {
    height: 76px;
  }
}

.form_personal_information {
  margin: 0 auto 65px;
  width: 620px;
}
@media screen and (max-width: 768px) {
  .form_personal_information {
    width: 100%;
    margin: 0 auto 24px;
  }
}
.form_personal_information .txt {
  font-weight: normal;
  font-size: 12px;
  color: #323232;
  line-height: 1.8;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .form_personal_information .txt {
    margin-bottom: 25px;
    font-size: 10px;
  }
}
.form_personal_information textarea {
  font-weight: normal;
  font-size: 12px;
  color: #323232;
  padding: 10px 14px;
  margin-bottom: 50px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .form_personal_information textarea {
    height: 104.5px;
    font-size: 10px;
    padding: 6px;
    margin-bottom: 28px;
  }
}
.form_personal_information .consent_group {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .form_personal_information .consent_group {
    margin-bottom: 17px;
  }
}
.form_personal_information .consent_group .checkbox {
  border-radius: 0;
}
.form_personal_information .consent_group .label {
  font-weight: normal;
  font-size: 12px;
  color: #323232;
  margin-left: 4px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form_personal_information .consent_group .label {
    font-size: 10px;
    margin-left: 2px;
  }
}

.submit_btn {
  text-align: center;
}
.submit_btn input[type="submit"] {
  width: 300px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  background: #005fa4;
  border-radius: 5px;
  text-align: center;
  border: none;
  transition: all .3s;
  cursor: pointer;
}
.submit_btn input.back[type="submit"] {
  background: #cecece;
}
@media screen and (max-width: 768px) {
  .submit_btn input[type="submit"] {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    border-radius: 2.5px;
  }
}
.submit_btn input[type="submit"]:hover {
  background: #ff695d;
}
.mw_wp_form_confirm .form_personal_information{
  display: none;
}

@media screen and (max-width: 768px) {
  #contactform .inner {
    padding: 0 0 15%;
  }
  #contactform .kv_bottom {
    display: block;
  }
  #contactform .kv_bottom .btn01 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
  }
  #contactform .kv_bottom .kv_btn + .kv_btn {
    margin: 9% 0 0;
  }
}

/* voice */
#voice {
  background: #ffdedb;
}
#voice .inner {
  padding: 90px 0 75px;
  max-width: 860px;
}
#voice .sec_ttl {
  margin: 0 auto 35px;
  width: 777px;
}
#voice .sec_ttl .en {
  color: #ff695d;
}
#voice .bg {
  background: #FFF;
  padding: 45px 0;
}
#voice .bg .box {
  display: flex;
  justify-content: center;
}
#voice .bg .box .img {
  width: 235px;
}
#voice .bg .box .img img {
  width: 100%;
}
#voice .bg .box .img .txt {
  line-height: 1.3;
  margin-top: 10px;
}
#voice .bg .box .desc {
  width: 400px;
  margin-left: 20px;
}
#voice .bg .box .desc .ttl {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
}
#voice .bg .box .txt {
  font-size: 12px;
  line-height: 2;
}
#voice .bg .link {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  width: 680px;
  margin: 20px auto 0;
  background: #ff695d;
  border-radius: 8px;
  border: 5px solid #ff695d;
  font-size: 12px;
  line-height: 1.3;
}
#voice .bg .link .ttl {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 120px;
}
#voice .bg .link .txt {
  width: 560px;
  background: #FFF;
  box-sizing: border-box;
  padding: 15px;
  color: #000;
  border-radius: 0 3px 3px 0;
}
@media screen and (max-width: 768px) {
  #voice .inner {
    padding: 14% 0;
  }
  #voice .inner .sec_ttl {
    width: 100vw;
    margin-left: -4%;
    margin-bottom: 30px;
  }
  #voice .bg {
    background: none;
    padding: 0;
  }
  #voice .bg > .ttl {
    font-size: 12px;
    line-height: 15px;
    width: 86%;
    margin: 0 auto 4%;
  }
  #voice .bg .box {
    display: block;
    width: 86%;
    margin: 0 auto;
  }
  #voice .bg .box .img {
    width: 100%;
  }
  #voice .bg .box .desc {
    width: 100%;
    margin: 5% 0 0;
  }
  #voice .bg .box .img .txt {
    font-size: 10px;
    line-height: 18px;
  }
  #voice .bg .box .txt {
    line-height: 21px;
  }
  #voice .bg .link {
    width: 100%;
    border-width: 3px;
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 20%);
  }
  #voice .bg .link .ttl {
    width: 20%;
  }
  #voice .bg .link .txt {
    width: 80%;
    padding: 2%;
    line-height: 18px;
  }
}

/* cv */
.cv {
  background: #dbdbdb;
  padding: 60px 0
}
.cv .inner {
  display: flex;
  justify-content: center;
}
.cv .btn {
display: inline-block;
text-align: center;
font-weight: bold;
font-size: 21px;
width: 300px;
height: 82px;
line-height: 82px;
text-decoration: none;
color: #FFF;
border-radius: 5px;
box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 30%);
margin: 0 10px
}
.cv .btn.c01 {
  background: #005fa4;
}
.cv .btn.c02 {
  background: #00a576;
}
.cv .btn:hover {
background: #ff695d;
opacity: 1;
}
@media screen and (max-width: 768px) {
  .cv {
    padding: 12% 0;
  }
  .cv .inner {
    display: block;
  }
  .cv .btn {
    margin: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
  }
  .cv .btn.c02 {
    margin-top: 10%;
  }
}

/* tel */
#tel {
  width: 640px;
  margin: 0 auto;
  text-align: center;
}
#tel .ttl {
  font-weight: normal;
}
#tel a {
  background: #ff695d;
  color: #FFF;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  justify-content: center;
  margin-top: 15px;
  height: 165px;
  font-size: 18px
}
#tel a .num {
  font-weight: bold;
  font-size: 50px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  #tel {
    width: auto;
  }
  #tel .inner {
    width: 80%;
  }
  #tel .ttl {
    font-size: 10px;
  }
  #tel a {
    margin-top: 10px;
    height: 82px;
    font-size: 9px;
  }
  #tel a .num {
    font-size: 25px;
    margin: 5px 0;
  }
}

/* fixed */
#fixed {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #fixed {
    display: none;
  }
}
#fixed a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  color: #FFF;
  background: #00a576;
  text-decoration: none;
  border: 6px solid;
  width: 210px;
  height: 112px;
  padding: 0 15px;
}
#fixed .close {
  width: 28px;
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 1;
  cursor: pointer;
}
#fixed a .num {
  font-size: 23px;
  font-weight: bold;
  margin: 3px 0;
  letter-spacing: .07rem;
}
#fixed a .ttl {letter-spacing: .19rem;}
#fixed a .txt {
  font-size: 12px;
  line-height: 18px;
}