@charset "UTF-8";
/* reset.css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
  word-wrap: break-word;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

a {
  text-decoration: none;
}

html {
  color: #3C3C3C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: inherit;
}

body {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

a {
  -webkit-transition: 0.5s;
  outline: none;
  color: inherit;
  transition: 0.5s;
}

a:hover {
  opacity: 0.7;
}

a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:focus,
*:focus {
  outline: none;
}

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

img[src$=".svg"] {
  max-width: 100%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.cl-yellow {
  color: #ffef00 !important;
}

.cl-green {
  color: #12a70e !important;
}

.cl_blue {
  color: #1880BB !important;
}

picture {
  display: block;
}

.main {
  position: relative;
  width: 100%;
  margin-top: 8.1rem;
}
@media screen and (max-width: 767px) {
  .main {
    margin-top: 7.6rem;
  }
}

/*PC共通
-----------------------------------------------------------------------------*/
@media screen and (min-width: 1500px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  html {
    font-size: 0.66667vw;
  }
}
/*--------------------------endPC--------------------------------*/
/*SP共通
-----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  html {
    font-size: 2.66667vw;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*--------------------------endSP--------------------------------*/
.pc {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

.flex-pc {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (max-width: 767px) {
  .flex-pc {
    display: none !important;
  }
}

.flex-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .flex-sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

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

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

.inline-flex-pc {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media only screen and (max-width: 767px) {
  .inline-flex-pc {
    display: none !important;
  }
}

.inline-flex-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .inline-flex-sp {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* ==========================================
  header
========================================== */
.header {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition: -webkit-box-shadow 0.3s;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: opacity 0.5s ease;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.header.is-shadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .header.is-shadow .header_wrap {
    z-index: 101;
    position: relative;
    height: 6.4rem;
    padding: 0.8rem 1.6rem;
  }
}
.header_wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-transition: all ease 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  height: 8.1rem;
  padding: 1.6rem;
  transition: all ease 0.5s;
}
@media only screen and (max-width: 767px) {
  .header_wrap {
    z-index: 101;
    position: relative;
    height: 7.6rem;
    padding: 1.4rem 1.6rem;
  }
}
.header_logo {
  width: 160px;
  max-width: 16rem;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .header_logo {
    width: 15rem;
    max-width: 15rem;
  }
}
.header_logo a {
  display: block;
}
.header_hamburger {
  display: none;
}
.header_hamburger:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .header_hamburger {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
            flex-shrink: 0;
            align-items: center;
            justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background: #FFB700;
  }
}
.header_hamburger span {
  -webkit-transition: 0.3s ease;
  position: absolute;
  width: 1.6rem;
  height: 2px;
  background: #000;
  transition: 0.3s ease;
}
.header_hamburger span:nth-child(1) {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}
.header_hamburger span:nth-child(2) {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.header_hamburger span:nth-child(3) {
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}
.header_hamburger.is-active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header_hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header_hamburger.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header_menu {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  position: relative;
          flex-wrap: wrap;
          align-items: center;
          justify-content: flex-end;
  width: calc(100% - 160px);
  padding-left: 5rem;
}
@media only screen and (max-width: 767px) {
  .header_menu {
    display: none;
    width: 100%;
    padding-left: 0;
  }
}
.header_menu li {
  margin-left: 2.4rem;
  font-size: 1.4rem;
  font-size: clamp(10px, 1.4rem, 20px);
  font-weight: 700;
  line-height: 1;
}
.header_menu li:last-of-type {
  margin-left: 4rem;
}
.header_menu li a {
  position: relative;
  color: #3C3C3C;
}
.header_menu li a:hover {
  color: #FFB700;
  opacity: 1;
}
.header_menu li a span {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.8rem;
          align-items: center;
          justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
          transform: translate(0, -50%);
  border-radius: 2px;
  background: #fff;
}
.header_menu li a span:after {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.5s;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1rem;
          transform: translate(-50%, -50%);
  background: url(../img/cmn/ico_arrow_orange.svg) no-repeat;
  background-size: 100%;
  content: "";
  transition: all ease 0.5s;
}
.header_menu li a.header_menu_btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 20rem;
  height: 4.8rem;
  padding-right: 3.2rem;
  border-radius: 4px;
  background: #FFB700;
  color: #3C3C3C;
}
.header_menu li a.header_menu_btn:hover {
  background: #3C3C3C;
  color: #fff;
  opacity: 1;
}
.header_menu li a.header_menu_btn:hover span:after {
  background: url(../img/cmn/ico_arrow_black.svg) no-repeat;
  background-size: 100%;
}
.header_nav {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.header_nav_wrap {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  padding: 1.5rem 2rem 4rem;
  overflow-x: auto;
  background: #fff;
}
.header_nav_wrap .menu_close {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
}
.header_nav ul {
  width: 100%;
  margin: 8.4rem auto 0;
}
.header_nav ul li {
  position: relative;
  margin-top: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #92C5E2;
  color: #3C3C3C;
  font-size: 1.4rem;
  font-weight: 700;
}
.header_nav ul li:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.header_nav ul li:last-of-type:after {
  display: none;
}
.header_nav ul li:after {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.4rem;
  height: 0.7rem;
          transform: translate(0, -50%);
  background: url(../img/cmn/ico_link_black.svg) no-repeat;
  background-size: 100%;
  content: "";
}
.header_nav ul li:first-of-type {
  margin-top: 0;
}
.header_nav ul li:last-of-type {
  margin-top: 4rem;
}
.header_nav ul li a {
  position: relative;
  color: #3C3C3C;
}
.header_nav ul li a:hover {
  color: #FFB700;
  opacity: 1;
}
.header_nav ul li a span {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.8rem;
          align-items: center;
          justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
          transform: translate(0, -50%);
  border-radius: 2px;
  background: #fff;
}
.header_nav ul li a span:after {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.5s;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1rem;
          transform: translate(-50%, -50%);
  background: url(../img/cmn/ico_arrow_orange.svg) no-repeat;
  background-size: 100%;
  content: "";
  transition: all ease 0.5s;
}
.header_nav ul li a.header_menu_btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 6.4rem;
  padding-right: 4.8rem;
  border-radius: 4px;
  background: #FFB700;
  color: #3C3C3C;
}
.header_nav ul li a.header_menu_btn:hover {
  background: #3C3C3C;
  color: #fff;
  opacity: 1;
}
.header_nav ul li a.header_menu_btn:hover span:after {
  background: url(../img/cmn/ico_arrow_black.svg) no-repeat;
  background-size: 100%;
}
.header_nav ul li a.header_menu_btn:after {
  display: none !important;
}

/* ==========================================
  footer
========================================== */
.footer {
  position: relative;
  width: 100%;
  margin-top: 1.4rem;
  padding: 4rem 1.6rem 2.4rem;
  background: #1880BB;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 3rem 2rem 2rem;
  }
}
.footer_address {
  text-align: center;
}
.footer_address_tit {
  display: inline-block;
  padding: 0.4rem 2.4rem;
  border: 1px solid #fff;
  border-radius: 5em;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .footer_address_tit {
    font-size: 1.4rem;
  }
}
.footer_address p {
  margin-top: 0.8rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .footer_address p {
    font-size: 1.4rem;
  }
}
.footer_msg {
  width: 100%;
  margin-top: 4rem;
  padding: 1.3rem 2rem;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  background: #3293CB;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer_msg {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.footer_msg img {
  width: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .footer_msg img {
    margin-bottom: 0.5rem;
  }
}
.footer_msg span {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
          align-items: center;
}
.footer_copy {
  display: block;
  margin-top: 1.6rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer_copy {
    font-size: 1rem;
  }
}
.footer_contact {
  display: none;
}
@media only screen and (max-width: 767px) {
  .footer_contact {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: fixed;
    bottom: 0;
    left: 0;
            align-items: center;
            justify-content: center;
    width: 100%;
    height: 6.4rem;
    background: #FFB700;
  }
}
.footer_contact a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.footer_contact a span {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
          align-items: center;
}
.footer_contact a span:after {
  display: inline-block;
  width: 2.4rem;
  height: 1.7rem;
  margin-left: 0.8rem;
  background: url(../img/cmn/ico_mail_black.svg) no-repeat;
  background-size: 100%;
  content: "";
}

.page_logo {
  display: none;
}

/* ==========================================
  loading
========================================== */
body.is-loading {
  overflow: hidden;
}

.loading {
  inset: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999;
  position: fixed;
          align-items: center;
          justify-content: center;
  background: #fff;
}

.loading_spinner {
  -webkit-animation: spin 1s linear infinite;
  width: 40px;
  height: 40px;
  border: 3px solid #ddd;
  border-top: 3px solid #333;
  border-radius: 50%;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ==========================================
  section
========================================== */
section {
  z-index: 2;
  position: relative;
  width: 100%;
  padding: 0 5rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  section {
    padding: 0 2rem;
  }
}
section .sec_title {
  display: block;
  position: relative;
  color: #1880BB;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  section .sec_title {
    font-size: 2.4rem;
  }
}
section .sec_title:before {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
  display: inline-block;
  position: absolute;
  top: -9.5rem;
  left: 50%;
  width: 6.4rem;
  height: 7.1rem;
          transform: translate(-50%, 0);
  background: url(../img/cmn/ico_sectit_blue.svg) no-repeat;
  background-size: 100%;
  content: "";
}
@media only screen and (max-width: 767px) {
  section .sec_title:before {
    top: -5.5rem;
    width: 4rem;
    height: 4.4375rem;
  }
}
section .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 32rem;
  height: 6.4rem;
  padding-right: 3.2rem;
  border-radius: 4px;
  background: #FFB700;
  color: #3C3C3C;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  section .btn {
    width: 80%;
    height: 4.6rem;
    padding-right: 2.4rem;
    font-size: 1.4rem;
  }
}
section .btn:hover {
  background: #3C3C3C;
  color: #fff;
  opacity: 1;
}
section .btn:hover span:after {
  background: url(../img/cmn/ico_arrow_black.svg) no-repeat;
  background-size: 100%;
}
section .btn span {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.8rem;
          align-items: center;
          justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
          transform: translate(0, -50%);
  border-radius: 2px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  section .btn span {
    width: 2.4rem;
    height: 2.4rem;
  }
}
section .btn span:after {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.5s;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1rem;
          transform: translate(-50%, -50%);
  background: url(../img/cmn/ico_arrow_orange.svg) no-repeat;
  background-size: 100%;
  content: "";
  transition: all ease 0.5s;
}
section .btn.btn_orange span:after {
  width: 2rem;
  height: 1.4rem;
  background: url(../img/cmn/ico_mail_orange.svg) no-repeat;
  background-size: 100%;
}
section .btn.btn_orange:hover span:after {
  background: url(../img/cmn/ico_mail_black.svg) no-repeat;
  background-size: 100%;
}
section .btn.btn_blue {
  border: 1px solid #1880BB;
  background: #fff;
  color: #1880BB;
  line-height: 1.4;
  text-align: center;
}
section .btn.btn_blue span {
  -webkit-transition: all ease 0.5s;
  background: #1880BB;
  transition: all ease 0.5s;
}
section .btn.btn_blue span:after {
  width: 1.8rem;
  height: 2.2rem;
  background: url(../img/cmn/ico_procedure_white.svg) no-repeat;
  background-size: 100%;
}
section .btn.btn_blue:hover {
  background: #3C3C3C;
  color: #fff;
}
section .btn.btn_blue:hover span {
  background: #fff;
}
section .btn.btn_blue:hover span:after {
  background: url(../img/cmn/ico_procedure_black.svg) no-repeat;
  background-size: 100%;
}

/* ==========================================
  kv
========================================== */
.kv {
  position: relative;
  width: 100%;
  margin-top: 2.8rem;
  padding: 2.8rem 4rem 0;
}
@media only screen and (max-width: 767px) {
  .kv {
    margin-top: 0;
    padding: 1.4rem 2rem 0;
  }
}
.kv_inner {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .kv_inner {
    max-width: 100%;
  }
}
.kv_col {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .kv_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.kv_text {
  width: 51.94%;
}
@media only screen and (max-width: 767px) {
  .kv_text {
    width: 100%;
    margin-top: 2.4rem;
    text-align: center;
  }
}
.kv_procedure {
  width: 48.06%;
}
@media only screen and (max-width: 767px) {
  .kv_procedure {
    width: 100%;
  }
}
.kv_catch {
  color: #1880BB;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .kv_catch {
    font-size: 3.2rem;
  }
}
.kv_msg {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .kv_msg {
    margin-top: 1.2rem;
  }
}
.kv_msg span {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.4rem 0.8rem;
  background: #1880BB;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .kv_msg span {
    font-size: 1.6rem;
  }
}
.kv_lead {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .kv_lead {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}
.kv_btn {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
  width: 100%;
  max-width: 57.6rem;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .kv_btn {
    max-width: 100%;
    margin-top: 1.2rem;
  }
}
.kv_btn_title {
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: center;
}
.kv_btn_title p {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .kv_btn_title p {
    font-size: 1.6rem;
  }
}
.kv_btn_title p:before {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -4.2rem;
  width: 3.2rem;
  height: 6.8rem;
          transform: translate(0, -50%);
  background: url(../img/top/deco_left.svg) no-repeat;
  background-size: 100%;
  content: "";
}
.kv_btn_title p:after {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -4.2rem;
  width: 3.2rem;
  height: 6.8rem;
          transform: translate(0, -50%);
  background: url(../img/top/deco_right.svg) no-repeat;
  background-size: 100%;
  content: "";
}
.kv_btn_title p span {
  color: #1880BB;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .kv_btn_title p span {
    font-size: 2rem;
  }
}
.kv_btn a {
  width: calc(50% - 0.8rem);
}
@media only screen and (max-width: 767px) {
  .kv_btn a {
    width: 100%;
    height: 6rem;
    margin-top: 2rem;
  }
  .kv_btn a span {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.kv_menu {
  width: calc(100% + 8rem);
  margin-top: 6.8rem;
  margin-left: -4rem;
  padding: 2.4rem;
  border-top: 1px solid #1880BB;
  border-bottom: 1px solid #1880BB;
  background: #EEF9FF;
}
@media only screen and (max-width: 767px) {
  .kv_menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            justify-content: center;
    width: calc(100% + 4rem);
    margin-top: 3.5rem;
    margin-left: -2rem;
    padding: 1rem;
  }
}
.kv_menu_list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .kv_menu_list {
    display: inline-block;
    width: auto;
  }
}
.kv_menu_list li {
  width: 25%;
  border-right: 1px solid #1880BB;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .kv_menu_list li {
    width: 100%;
    margin-bottom: 1rem;
    border-right: 0;
    text-align: left;
  }
}
.kv_menu_list li:last-of-type {
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .kv_menu_list li:last-of-type {
    margin-bottom: 0;
  }
}
.kv_menu_list li:nth-child(1) span:before {
  background: url(../img/top/kv_menu_ico_list01.png) no-repeat;
  background-size: 100%;
}
.kv_menu_list li:nth-child(2) span:before {
  background: url(../img/top/kv_menu_ico_list02.png) no-repeat;
  background-size: 100%;
}
.kv_menu_list li:nth-child(3) span:before {
  background: url(../img/top/kv_menu_ico_list03.png) no-repeat;
  background-size: 100%;
}
.kv_menu_list li:nth-child(4) span:before {
  background: url(../img/top/kv_menu_ico_list04.png) no-repeat;
  background-size: 100%;
}
.kv_menu_list li span {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .kv_menu_list li span {
    font-size: 1.6rem;
  }
}
.kv_menu_list li span:before {
  display: inline-block;
  width: 7.2rem;
  height: 7.2rem;
  margin-right: 1rem;
  content: "";
}
@media only screen and (max-width: 767px) {
  .kv_menu_list li span:before {
    width: 5rem;
    height: 5rem;
  }
}
.kv_entxt {
  display: block;
  margin-top: 1.1rem;
  color: #EEF9FF;
  font-size: 20rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .kv_entxt {
    margin-top: 2rem;
    font-size: 9rem;
  }
}

/* ==========================================
  worries
========================================== */
.worries {
  margin-top: 8rem;
  padding: 8rem 4rem 9rem;
  border-radius: 8rem 8rem 0 0;
  background: #EEF9FF;
}
@media only screen and (max-width: 767px) {
  .worries {
    margin-top: 4rem;
    padding: 5rem 2rem 6rem;
    border-radius: 4rem 4rem 0 0;
  }
}
.worries_inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .worries_inner {
    max-width: 100%;
  }
}
.worries_col {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          align-items: flex-end;
          justify-content: space-between;
  width: 100%;
  max-width: 824px;
  margin: 8rem auto 0;
}
@media only screen and (max-width: 767px) {
  .worries_col {
    max-width: 100%;
    margin: 4rem auto 0;
  }
}
.worries_col_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .worries_col_sp {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: space-between;
  }
  .worries_col_sp p {
    display: block;
    width: 85%;
    padding-right: 2rem;
  }
  .worries_col_sp figure {
    width: 15%;
  }
}
.worries_col_left {
  width: 83.01%;
  padding-right: 8rem;
}
@media only screen and (max-width: 767px) {
  .worries_col_left {
    width: 100%;
    padding-right: 0;
  }
}
.worries_col_lead {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .worries_col_lead {
    display: none;
    font-size: 1.4rem;
  }
}
.worries_col_lead span.txt_space {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .worries_col_lead span.txt_space {
    font-size: 1.8rem;
  }
}
.worries_col_right {
  width: 16.99%;
}
@media only screen and (max-width: 767px) {
  .worries_col_right {
    display: none;
  }
}
.worries_list {
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .worries_list {
    margin-top: 2rem;
  }
}
.worries_list li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin-top: 0.4rem;
  padding: 1.6rem;
  border: 1px solid #92C5E2;
  border-radius: 4px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .worries_list li {
    padding: 1.4rem;
  }
}
.worries_list li:first-of-type {
  margin-top: 0;
}
.worries_list_ico {
  width: 3.2rem;
  height: 2.8rem;
  margin-right: 0.8rem;
  background: url(../img/cmn/ico_check.svg) no-repeat;
  background-size: 100%;
}
.worries_list_txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .worries_list_txt {
    font-size: 1.4rem;
  }
}
.worries_arrow {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .worries_arrow {
    margin-top: 4rem;
  }
}
.worries_arrow_img {
  display: block;
  position: relative;
  width: 100%;
}
.worries_arrow_img:before {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(50% - 2.4rem);
  height: 3px;
          transform: translate(0, -50%);
  border-radius: 5em;
  background: #92C5E2;
  content: "";
}
.worries_arrow_img:after {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(50% - 2.4rem);
  height: 3px;
          transform: translate(0, -50%);
  border-radius: 5em;
  background: #92C5E2;
  content: "";
}
.worries_arrow_img img {
  display: block;
  width: 2.4rem;
  height: 1.4rem;
  margin: 0 auto;
}
.worries_catch {
  display: block;
  text-align: center;
}
.worries_catch_sub {
  display: inline-block;
  margin-top: 8rem;
  padding: 0.4rem 0 0.4rem 1.2rem;
  background: #1880BB;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .worries_catch_sub {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
}
.worries_catch_main {
  display: block;
  margin-top: 1.6rem;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .worries_catch_main {
    margin-top: 0.8rem;
    font-size: 3.2rem;
  }
}

/* ==========================================
  about
========================================== */
.about {
  padding: 0;
  background: #EEF9FF;
}
.about_box {
  width: 100%;
  padding: 12rem 4rem;
  border-radius: 8rem 8rem 0 0;
  background: #1880BB;
}
@media only screen and (max-width: 767px) {
  .about_box {
    padding: 6rem 2rem;
    border-radius: 4rem 4rem 0 0;
  }
}
.about_box_inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .about_box_inner {
    max-width: 100%;
  }
}
.about_box_inner:before {
  display: inline-block;
  position: absolute;
  top: -3rem;
  right: 0;
  width: 58.3rem;
  height: 63.1rem;
  background: url(../img/top/about_bg_logo.svg) no-repeat;
  background-size: 100%;
  content: "";
}
@media only screen and (max-width: 767px) {
  .about_box_inner:before {
    width: 70%;
    height: 75.76%;
  }
}
.about_box_title {
  display: block;
  padding-top: 9.5rem;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .about_box_title {
    padding-top: 5rem;
    font-size: 2.4rem;
  }
}
.about_box_title span {
  display: inline-block;
  position: relative;
}
.about_box_title span:before {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
  display: inline-block;
  position: absolute;
  top: -9.5rem;
  left: 50%;
  width: 6.4rem;
  height: 7.1rem;
          transform: translate(-50%, 0);
  background: url(../img/cmn/ico_sectit_orange.svg) no-repeat;
  background-size: 100%;
  content: "";
}
@media only screen and (max-width: 767px) {
  .about_box_title span:before {
    top: -5rem;
    width: 4rem;
    height: 4.4375rem;
  }
}
.about_box_catch {
  margin-top: 8rem;
  color: #fff;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .about_box_catch {
    margin-top: 4rem;
    font-size: 3.2rem;
  }
}
.about_box_lead {
  margin-top: 4rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .about_box_lead {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.about_point {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .about_point {
    margin-top: 0;
  }
}
.about_point_box {
  width: calc(33.3333333333% - 1.06666rem);
  padding: 4rem 1.6rem;
  border-radius: 4px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .about_point_box {
    width: 100%;
    margin-top: 2rem;
    padding: 2rem 0.8rem;
  }
}
.about_point_num {
  display: block;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #1880BB;
  color: #1880BB;
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about_point_num {
    padding-bottom: 0.8rem;
    font-size: 4rem;
  }
}
.about_point_txt {
  display: block;
  margin-top: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about_point_txt {
    margin-top: 0.8rem;
    font-size: 1.8rem;
  }
}
.about_point figure {
  display: block;
  width: 100%;
  margin-top: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about_point figure {
    margin-top: 0.8rem;
  }
}
.about_point figure img {
  display: block;
  width: 16rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .about_point figure img {
    width: 50%;
  }
}
.about_point figure figcaption {
  display: block;
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about_point figure figcaption {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}
.about h3 {
  display: block;
  z-index: 1;
  position: relative;
  margin-top: 8rem;
  color: #fff;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .about h3 {
    margin-top: 4rem;
    font-size: 3.2rem;
  }
}
.about_col {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
          flex-wrap: wrap;
          justify-content: space-between;
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .about_col {
    margin-top: 2rem;
  }
}
.about_col_box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
          justify-content: center;
  width: calc(50% - 0.8rem);
  padding: 4rem;
  border-radius: 4px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .about_col_box {
    width: 100%;
    margin-bottom: 1.6rem;
    padding: 2.4rem;
  }
}
.about_col_box_ico {
  width: 14rem;
}
@media only screen and (max-width: 767px) {
  .about_col_box_ico {
    width: 7rem;
  }
}
.about_col_box_text {
  padding-left: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .about_col_box_text {
    padding-left: 1.2rem;
  }
}
.about_col_box_text_tit {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .about_col_box_text_tit {
    font-size: 1.8rem;
  }
}
.about_col_box_text_int {
  margin-top: 1.6rem;
  color: #1880BB;
  font-size: 8rem;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .about_col_box_text_int {
    font-size: 5rem;
  }
}
.about_col_box_text_int span {
  display: inline-block;
  position: relative;
  top: -0.8rem;
  margin-left: 0.5rem;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .about_col_box_text_int span {
    font-size: 1.8rem;
  }
}
.about_profile {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  margin-top: 1.6rem;
  padding: 4rem;
  border-radius: 4px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .about_profile {
    margin-top: 0;
    padding: 2.4rem;
  }
}
.about_profile_col {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
  width: 61.54%;
  padding-right: 4rem;
}
@media only screen and (max-width: 767px) {
  .about_profile_col {
    width: 100%;
    padding-right: 0;
  }
}
.about_profile_col_text {
  width: 100%;
  padding-left: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .about_profile_col_text {
    width: 100%;
    margin-top: 2rem;
    padding-left: 0;
  }
}
.about_profile_col_text p.name {
  display: block;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #3C3C3C;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.about_profile_col_text p.name span.katagaki {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
.about_profile_col_text p.lead {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.about_profile_col_text p.cap {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
}
.about_profile_thumb {
  width: 38.46%;
}
@media only screen and (max-width: 767px) {
  .about_profile_thumb {
    width: 100%;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .about_profile_thumb img {
    border-radius: 2rem;
  }
}

/* ==========================================
  support
========================================== */
.support {
  padding: 12rem 4rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .support {
    padding: 6rem 2rem;
  }
}
.support_inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .support_inner {
    max-width: 100%;
  }
}
.support_title.sec_title {
  padding-top: 9.5rem;
}
@media only screen and (max-width: 767px) {
  .support_title.sec_title {
    padding-top: 5.5rem;
  }
}
.support_title.sec_title:before {
  top: 0;
}
.support_catch {
  display: block;
  margin-top: 8rem;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .support_catch {
    margin-top: 4rem;
    font-size: 3rem;
  }
}
.support_col {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
  width: 100%;
  max-width: 1080px;
  margin: 8rem auto 0;
}
@media only screen and (max-width: 767px) {
  .support_col {
    max-width: 100%;
    margin: 4rem auto 0;
  }
}
.support_col_text {
  width: 58.75%;
  padding-right: 4rem;
}
@media only screen and (max-width: 767px) {
  .support_col_text {
    width: 100%;
    padding-right: 0;
  }
}
.support_col_text p {
  display: block;
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .support_col_text p {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
.support_col_text p:first-of-type {
  margin-top: 0;
}
.support_col_text p.support_col_text_msg {
  margin-top: 4rem;
  color: #1880BB;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .support_col_text p.support_col_text_msg {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
.support_col_thumb {
  width: 41.25%;
}
@media only screen and (max-width: 767px) {
  .support_col_thumb {
    width: 80%;
    margin-top: 2rem;
  }
}

/* ==========================================
  voice
========================================== */
.voice {
  padding: 12rem 4rem;
  background: #EEF9FF;
}
@media only screen and (max-width: 767px) {
  .voice {
    padding: 6rem 2rem;
  }
}
.voice_inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .voice_inner {
    max-width: 100%;
  }
}
.voice_wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
  width: 100%;
}
.voice_wrap_title {
  width: 21.96%;
}
@media only screen and (max-width: 767px) {
  .voice_wrap_title {
    width: 100%;
  }
}
.voice_wrap_title .voice_title {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .voice_wrap_title .voice_title {
    text-align: center;
  }
}
.voice_wrap_title .voice_title:before {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
  left: 0;
          transform: translate(0);
}
@media only screen and (max-width: 767px) {
  .voice_wrap_title .voice_title:before {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    left: 50%;
            transform: translate(-50%, 0);
  }
}
.voice_wrap_col {
  width: 78.04%;
}
@media only screen and (max-width: 767px) {
  .voice_wrap_col {
    width: 100%;
  }
}
.voice_wrap_col .voice_col {
  width: 100%;
  margin-top: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .voice_wrap_col .voice_col {
    margin-top: 4rem;
  }
}
.voice_wrap_col .voice_col:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .voice_wrap_col .voice_col:first-of-type {
    margin-top: 4rem;
  }
}
.voice_wrap_col .voice_col_user {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  width: 100%;
}
.voice_wrap_col .voice_col_user_thumb {
  width: 7.5rem;
}
.voice_wrap_col .voice_col_user_prof {
  width: calc(100% - 7.5rem);
  padding-left: 1.6rem;
}
.voice_wrap_col .voice_col_user_prof p.detail {
  margin-top: 0;
  padding-bottom: 0.8rem;
  border-bottom: 1px dotted #3C3C3C;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .voice_wrap_col .voice_col_user_prof p.detail {
    font-size: 1.6rem;
  }
}
.voice_wrap_col .voice_col_user_prof p.detail span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .voice_wrap_col .voice_col_user_prof p.detail span {
    display: block;
    font-size: 1.2rem;
  }
}
.voice_wrap_col .voice_col_user_prof p.comment {
  margin-top: 0.8rem;
  color: #1880BB;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .voice_wrap_col .voice_col_user_prof p.comment {
    font-size: 1.6rem;
  }
}
.voice_wrap_col .voice_col p {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .voice_wrap_col .voice_col p {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.voice_title.sec_title {
  padding-top: 9.5rem;
}
@media only screen and (max-width: 767px) {
  .voice_title.sec_title {
    padding-top: 5.5rem;
  }
}
.voice_title.sec_title:before {
  top: 0;
}

/* ==========================================
  scene
========================================== */
.scene {
  padding: 0;
  background: #fff;
}
.scene_inner {
  position: relative;
  width: 100%;
  padding: 12rem 4rem;
  border-radius: 8rem 8rem 0 0;
  background: #FFFAE5;
}
@media only screen and (max-width: 767px) {
  .scene_inner {
    padding: 6rem 2rem;
    border-radius: 4rem 4rem 0 0;
  }
}
.scene_title.sec_title {
  padding-top: 9.5rem;
  color: #3C3C3C;
}
@media only screen and (max-width: 767px) {
  .scene_title.sec_title {
    padding-top: 5.5rem;
  }
}
.scene_title.sec_title:before {
  top: 0;
  background: url(../img/cmn/ico_sectit_orange.svg) no-repeat;
  background-size: 100%;
}
.scene_col {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 8rem auto 0;
}
@media only screen and (max-width: 767px) {
  .scene_col {
    max-width: 100%;
    margin: 4rem auto 0;
  }
}
.scene_col_left {
  width: calc(50% - 4rem);
}
@media only screen and (max-width: 767px) {
  .scene_col_left {
    width: calc(50% - 2rem);
  }
}
.scene_col_left h3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 8rem;
  background: #FFB700;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .scene_col_left h3 {
    height: 6rem;
    font-size: 1.4rem;
  }
}
.scene_col_right {
  width: calc(50% - 4rem);
}
@media only screen and (max-width: 767px) {
  .scene_col_right {
    width: calc(50% - 2rem);
  }
}
.scene_col_right h3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 8rem;
  background: #FFB700;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .scene_col_right h3 {
    height: 6rem;
    font-size: 1.4rem;
  }
}
.scene_col_right ul li:after {
  display: none !important;
}
.scene_col ul li {
  position: relative;
  padding: 1.8rem 1.6rem;
  border-bottom: 1px solid #FFB700;
  background: transparent;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .scene_col ul li {
    padding: 0.8rem;
    font-size: 1.3rem;
    text-align: center;
  }
}
.scene_col ul li:nth-child(odd) {
  background: #fff;
}
.scene_col ul li:after {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -5rem;
  width: 1.2rem;
  height: 1.6rem;
          transform: translate(0, -50%);
  background: url(../img/cmn/ico_flow_black.svg) no-repeat;
  background-size: 100%;
  content: "";
}
@media only screen and (max-width: 767px) {
  .scene_col ul li:after {
    right: -2.5rem;
    width: 0.8rem;
    height: 1.0667rem;
  }
}
.scene_bottom {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  max-width: 1120px;
  margin: 8rem auto 0;
}
@media only screen and (max-width: 767px) {
  .scene_bottom {
    max-width: 100%;
    margin-top: 4rem;
  }
}
.scene_bottom_msg {
  width: 73.04%;
  padding-right: 4rem;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .scene_bottom_msg {
    width: 65%;
    padding-right: 2rem;
    font-size: 2.4rem;
  }
}
.scene_bottom figure {
  width: 26.96%;
}
@media only screen and (max-width: 767px) {
  .scene_bottom figure {
    width: 35%;
  }
}

/* ==========================================
  price
========================================== */
.price {
  padding: 12rem 4rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .price {
    padding: 6rem 2rem;
  }
}
.price_inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .price_inner {
    max-width: 100%;
  }
}
.price_title.sec_title {
  padding-top: 9.5rem;
}
@media only screen and (max-width: 767px) {
  .price_title.sec_title {
    padding-top: 5.5rem;
  }
}
.price_title.sec_title:before {
  top: 0;
}
.price h3 {
  display: block;
  margin-top: 8rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .price h3 {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
}
.price_table {
  width: 100%;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .price_table {
    margin-top: 1rem;
  }
}
.price_table.table_blue table thead th:nth-child(1) {
  width: 26.79%;
}
.price_table.table_blue table thead th:nth-child(2) {
  width: 36.96%;
}
.price_table.table_blue table thead th:nth-child(3) {
  width: 17.86%;
}
.price_table.table_blue table thead th:nth-child(4) {
  width: 17.86%;
}
.price_table.table_green table thead th {
  background: #46B242;
}
.price_table.table_green table tbody th {
  background: #E8FFE7;
}
.price_table.table_brown table thead th {
  background: #CA9D55;
}
.price_table.table_brown table tbody th {
  background: #FFF6E9;
}
.price_table.table_purple table thead th {
  background: #CF7CB6;
}
.price_table.table_purple table tbody th {
  background: #FFF0FB;
}
.price_table.table_orange table thead th {
  background: #D16959;
}
.price_table.table_orange table tbody th {
  background: #FFECEA;
}
.price_table table {
  width: 100%;
  min-width: 1120px;
}
@media only screen and (max-width: 767px) {
  .price_table table {
    min-width: 767px;
  }
}
.price_table table thead th {
  width: 33.33333%;
  padding: 1.8rem;
  border-right: 2px solid #fff;
  background: #1880BB;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .price_table table thead th {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
.price_table table thead th:last-of-type {
  border-right: 0;
}
.price_table table tbody th {
  padding: 1.8rem;
  border-bottom: 2px dotted #3C3C3C;
  background: #EEF9FF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.price_table table tbody th span {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
}
.price_table table tbody th img {
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  margin-left: 0.8rem;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .price_table table tbody th {
    padding: 1rem;
    border-bottom: 1px dotted #3C3C3C;
    font-size: 1.4rem;
  }
}
.price_table table tbody td {
  padding: 1.8rem;
  border-bottom: 2px dotted #3C3C3C;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .price_table table tbody td {
    padding: 1rem;
    border-bottom: 1px dotted #3C3C3C;
    font-size: 1.4rem;
  }
}
.price_table table tbody td span {
  display: block;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .price_table table tbody td span {
    font-size: 1.8rem;
  }
}
.price_table table tbody td span.txt_center {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .price_table table tbody td span.txt_center {
    font-size: 1.4rem;
  }
}
.price_table table tbody td span span {
  display: inline-block;
}
.price_table table tbody td span span.unit {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .price_table table tbody td span span.unit {
    font-size: 1rem;
  }
}
.price_table table tbody td span span.init {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .price_table table tbody td span span.init {
    font-size: 1.8rem;
  }
}
.price_discount {
  width: 100%;
  margin-top: 0.8rem;
  border: 2.4rem solid #1880BB;
  border-radius: 4px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .price_discount {
    border: 1.2rem solid #1880BB;
  }
}
.price_discount_wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
  padding: 3rem;
}
@media only screen and (max-width: 767px) {
  .price_discount_wrap {
    padding: 2rem;
  }
}
.price_discount_title p {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .price_discount_title p {
    font-size: 2rem;
  }
}
.price_discount_title p span.tit {
  width: 100%;
  border: 0;
}
.price_discount_title p span.sub {
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
  padding: 0.5rem;
  border: 1px solid #3C3C3C;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .price_discount_title p span.sub {
    font-size: 1.4rem;
  }
}
.price_discount_off:before {
  display: inline-block;
  margin: 0 2.5rem;
  font-size: 1.6rem;
  content: "・・・";
}
@media only screen and (max-width: 767px) {
  .price_discount_off:before {
    display: none;
  }
}
.price_discount_off p {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  color: #1880BB;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .price_discount_off p {
    margin-top: 1rem;
    font-size: 2.4rem;
  }
}
.price_discount_off p span.int {
  display: inline-block;
  margin: 0 0.8rem;
  font-size: 8rem;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .price_discount_off p span.int {
    font-size: 5rem;
  }
}
.price_pattern {
  width: 100%;
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .price_pattern {
    margin-top: 4rem;
  }
}
.price_pattern h3 {
  display: block;
  position: relative;
  padding: 1.6rem;
  border-radius: 4px;
  background: #ECD6F0;
  color: #AE4EB5;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .price_pattern h3 {
    font-size: 2rem;
  }
}
.price_pattern h3:after {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
  display: inline-block;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  width: 3.2rem;
  height: 2rem;
          transform: translate(-50%, 0);
  background: url(../img/top/ico_angle.svg) no-repeat;
  background-size: 100%;
  content: "";
}
@media only screen and (max-width: 767px) {
  .price_pattern h3:after {
    bottom: -1.2rem;
    width: 2rem;
    height: 1.2rem;
  }
}
.price_pattern_wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
  width: 100%;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .price_pattern_wrap {
    margin-top: 2.2rem;
  }
}
.price_pattern_list {
  width: calc(33.3333333333% - 0.866666rem);
  margin-right: 1.3rem;
  border: 1px solid #AE4EB5;
  border-radius: 4px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .price_pattern_list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .price_pattern_list:last-of-type {
    margin-bottom: 0;
  }
}
.price_pattern_list:nth-child(3n) {
  margin-right: 0;
}
.price_pattern_list_head {
  padding: 1.6rem;
  background: #AE4EB5;
}
@media only screen and (max-width: 767px) {
  .price_pattern_list_head {
    padding: 1.2rem 1.6rem;
  }
}
.price_pattern_list_head span {
  display: inline-block;
  padding: 0.4rem 1.6rem;
  border-radius: 5em;
  background: #fff;
  color: #AE4EB5;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .price_pattern_list_head span {
    font-size: 1.4rem;
  }
}
.price_pattern_list_head h4 {
  margin-top: 0.8rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .price_pattern_list_head h4 {
    margin-top: 0.4rem;
  }
}
.price_pattern_list_body {
  width: 100%;
  padding: 1.6rem;
}
.price_pattern_list_body ul li {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}
.price_pattern_list_body ul li.pc {
  min-height: 3.84rem;
}
.price_pattern_list_body ul li span.txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .price_pattern_list_body ul li span.txt {
    font-size: 1.4rem;
  }
}
.price_pattern_list_body ul li span.int {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .price_pattern_list_body ul li span.int {
    font-size: 1.8rem;
  }
}
.price_pattern_list_body ul li span.int span.unit {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .price_pattern_list_body ul li span.int span.unit {
    font-size: 1.4rem;
  }
}
.price_pattern_list_body p.total {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid #3C3C3C;
}
@media only screen and (max-width: 767px) {
  .price_pattern_list_body p.total {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
.price_pattern_list_body p.total span.total_txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .price_pattern_list_body p.total span.total_txt {
    font-size: 1.8rem;
  }
}
.price_pattern_list_body p.total span.total_yen {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .price_pattern_list_body p.total span.total_yen {
    font-size: 1.8rem;
  }
}
.price_pattern_list_body p.total span.total_yen span.unit {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .price_pattern_list_body p.total span.total_yen span.unit {
    font-size: 1.4rem;
  }
}
.price_attention {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  margin-top: 8rem;
  padding: 2.4rem 4rem;
  background: #F0F1F2;
}
@media only screen and (max-width: 767px) {
  .price_attention {
    margin-top: 4rem;
    padding: 1.2rem 2rem;
  }
}
.price_attention_tit {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 86px;
  height: 50px;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .price_attention_tit {
    width: 100%;
    height: 40px;
    font-size: 1.4rem;
  }
}
.price_attention ul {
  width: calc(100% - 86px);
  padding-left: 4rem;
}
@media only screen and (max-width: 767px) {
  .price_attention ul {
    width: 100%;
    margin-top: 2rem;
    padding-left: 0;
  }
}
.price_attention ul li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .price_attention ul li {
    padding-left: 1.3em;
    font-size: 1.2rem;
    text-indent: -1.3em;
  }
}

/* ==========================================
  flow
========================================== */
.flow {
  padding: 0;
  background: #fff;
}
.flow_inner {
  position: relative;
  width: 100%;
  padding: 12rem 4rem;
  border-radius: 8rem 8rem 0 0;
  background: #FFFAE5;
}
@media only screen and (max-width: 767px) {
  .flow_inner {
    padding: 6rem 2rem;
    border-radius: 4rem 4rem 0 0;
  }
}
.flow_title.sec_title {
  padding-top: 9.5rem;
  color: #3C3C3C;
}
@media only screen and (max-width: 767px) {
  .flow_title.sec_title {
    padding-top: 5.5rem;
  }
}
.flow_title.sec_title:before {
  top: 0;
  background: url(../img/cmn/ico_sectit_orange.svg) no-repeat;
  background-size: 100%;
}
.flow_col {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  max-width: 965px;
  margin: 8rem auto 0;
}
@media only screen and (max-width: 767px) {
  .flow_col {
    max-width: 100%;
    margin: 4rem auto 0;
  }
}
.flow_col_left {
  width: 44.56%;
}
@media only screen and (max-width: 767px) {
  .flow_col_left {
    width: 100%;
  }
}
.flow_col_right {
  width: 55.44%;
  padding-left: 8rem;
}
@media only screen and (max-width: 767px) {
  .flow_col_right {
    width: 100%;
    margin-top: 4rem;
    padding-left: 0;
  }
}
.flow_point {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .flow_point {
    margin-top: 2rem;
  }
}
.flow_point:first-of-type {
  margin-top: 0;
}
.flow_point_num {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 4px;
  background: #FFB700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .flow_point_num {
    width: 5rem;
    height: 5rem;
    font-size: 2.4rem;
  }
}
.flow_point_text {
  width: calc(100% - 6.4rem);
  padding-left: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .flow_point_text {
    width: calc(100% - 5rem);
    padding-left: 1.2rem;
  }
}
.flow_point_text h3 {
  padding: 0.8rem 0;
  border-bottom: 1px dashed #3C3C3C;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .flow_point_text h3 {
    padding: 0.5rem 0;
    font-size: 1.8rem;
  }
}
.flow_point_text p {
  display: block;
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .flow_point_text p {
    margin-top: 1.4rem;
    font-size: 1.4rem;
  }
}

/* ==========================================
  faq
========================================== */
.faq {
  padding: 0;
  background: #FFFAE5;
}
.faq_inner {
  position: relative;
  width: 100%;
  padding: 12rem 4rem;
  border-radius: 8rem 8rem 0 0;
  background: #1880BB;
}
@media only screen and (max-width: 767px) {
  .faq_inner {
    padding: 6rem 2rem;
    border-radius: 4rem 4rem 0 0;
  }
}
.faq_title.sec_title {
  padding-top: 9.5rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .faq_title.sec_title {
    padding-top: 5.5rem;
  }
}
.faq_title.sec_title:before {
  top: 0;
  background: url(../img/cmn/ico_sectit_orange.svg) no-repeat;
  background-size: 100%;
}
.faq_box {
  width: 100%;
  max-width: 1120px;
  margin: 8rem auto 0;
}
@media only screen and (max-width: 767px) {
  .faq_box {
    max-width: 100%;
    margin: 4rem auto 0;
  }
}
.faq_box dl {
  width: 100%;
  margin-top: 1.6rem;
  padding: 4rem;
  border-radius: 4px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .faq_box dl {
    margin-top: 0.8rem;
    padding: 2rem;
  }
}
.faq_box dl:first-of-type {
  margin-top: 0;
}
.faq_box dl dt {
  position: relative;
  cursor: pointer;
}
.faq_box dl dt.is-active div span.txt_tit:after {
  -webkit-transform: translate(0, -50%) rotate(0);
      -ms-transform: translate(0, -50%) rotate(0);
          transform: translate(0, -50%) rotate(0);
}
.faq_box dl dt div {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
.faq_box dl dt div span.txt_q {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 4px;
  background: #1880BB;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .faq_box dl dt div span.txt_q {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
}
.faq_box dl dt div span.txt_tit {
  position: relative;
  width: calc(100% - 6.4rem);
  padding-right: 4rem;
  padding-left: 2.4rem;
  color: #1880BB;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .faq_box dl dt div span.txt_tit {
    width: calc(100% - 4rem);
    padding-right: 3rem;
    padding-left: 1.2rem;
    font-size: 1.8rem;
  }
}
.faq_box dl dt div span.txt_tit:after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
  -webkit-transition: all ease 0.5s;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.6rem;
  min-width: 16px;
  height: 0.9rem;
  min-height: 9px;
          transform: translate(0, -50%) rotate(180deg);
  background: url(../img/cmn/ico_accordion.svg) no-repeat;
  background-size: 100%;
  content: "";
  transition: all ease 0.5s;
}
@media only screen and (max-width: 767px) {
  .faq_box dl dt div span.txt_tit:after {
    width: 1.4rem;
    min-width: 14px;
    height: 0.7875rem;
    min-height: 7.875px;
  }
}
.faq_box dl dd {
  display: none;
  position: relative;
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid #92C5E2;
}
@media only screen and (max-width: 767px) {
  .faq_box dl dd {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
  }
}
.faq_box dl dd div {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .faq_box dl dd div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.faq_box dl dd div span.txt_a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 4px;
  background: #3C3C3C;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .faq_box dl dd div span.txt_a {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
}
.faq_box dl dd div p {
  width: calc(100% - 6.4rem);
  padding-right: 4rem;
  padding-left: 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .faq_box dl dd div p {
    width: calc(100% - 4rem);
    padding-right: 3rem;
    padding-left: 1.2rem;
    font-size: 1.4rem;
  }
}

/* ==========================================
  contact
========================================== */
.contact {
  padding: 12rem 4rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .contact {
    padding: 6rem 2rem;
  }
}
.contact_inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .contact_inner {
    max-width: 100%;
  }
}
.contact_title.sec_title {
  padding-top: 9.5rem;
}
@media only screen and (max-width: 767px) {
  .contact_title.sec_title {
    padding-top: 5.5rem;
  }
}
.contact_title.sec_title:before {
  top: 0;
}
.contact_anchor {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
  width: 100%;
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .contact_anchor {
    margin-top: 4rem;
  }
}
.contact_anchor_list {
  width: calc(50% - 2rem);
  overflow: hidden;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .contact_anchor_list {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .contact_anchor_list.list2 {
    margin-top: 1rem;
  }
}
.contact_anchor_list.list2 a {
  background: #FFB700;
  color: #3C3C3C;
}
.contact_anchor_list.list2 a span:after {
  background: url(../img/cmn/ico_anchor_orange.svg) no-repeat;
  background-size: 100%;
}
.contact_anchor_list p {
  display: block;
  padding: 1rem;
  background: #F0F1F2;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact_anchor_list p {
    padding: 0.5rem;
    font-size: 1.2rem;
  }
}
.contact_anchor_list a {
  display: block;
  padding: 1.6rem;
  background: #1880BB;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact_anchor_list a {
    padding: 0.8rem;
    font-size: 1.4rem;
  }
}
.contact_anchor_list a span {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
          align-items: center;
}
.contact_anchor_list a span:after {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1rem;
  background: url(../img/cmn/ico_anchor_blue.svg) no-repeat;
  background-size: 100%;
  content: "";
}
@media only screen and (max-width: 767px) {
  .contact_anchor_list a span:after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.contact_msg {
  display: block;
  margin-top: 6.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact_msg {
    margin-top: 4rem;
    font-size: 1.4rem;
  }
}
.contact_formWrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-wrap: wrap;
          align-items: flex-start;
          justify-content: space-between;
  width: 100%;
  margin-top: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .contact_formWrap {
    margin-top: 4rem;
  }
}
.contact_form {
  width: calc(50% - 2rem);
  overflow: hidden;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .contact_form {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .contact_form.consultation {
    margin-top: 4rem;
  }
}
.contact_form.consultation h3 {
  background: #FFB700;
  color: #3C3C3C;
}
.contact_form h3 {
  padding: 1.6rem;
  background: #1880BB;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact_form h3 {
    padding: 1rem;
    font-size: 1.8rem;
  }
}
.contact_form form {
  padding: 4rem;
  background: #F0F1F2;
}
@media only screen and (max-width: 767px) {
  .contact_form form {
    padding: 2rem;
  }
}
.contact_form_wrap {
  width: 100%;
}
.contact_form_feild {
  width: 100%;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .contact_form_feild {
    margin-top: 1.2rem;
  }
}
.contact_form_feild_tit {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}
.contact_form_feild_tit p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .contact_form_feild_tit p {
    font-size: 1.4rem;
  }
}
.contact_form_feild_tit p span {
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 0;
  background: none;
  color: #A3A6AB;
}
.contact_form_feild_tit span {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
          justify-content: center;
  width: 4rem;
  height: 2rem;
  margin-left: 1.2rem;
  border-radius: 4px;
  background: #FF2626;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
.contact_form_feild_tit span.req {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
          justify-content: center;
  width: 4rem;
  height: 2rem;
  margin-left: 1.2rem;
  border-radius: 4px;
  background: #FF2626;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
.contact_form_feild_tit span.any {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
          justify-content: center;
  width: 4rem;
  height: 2rem;
  margin-left: 1.2rem;
  border-radius: 4px;
  background: #9297A4;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .contact_form_feild_tit span {
    width: 3rem;
    height: 1.6rem;
    margin-left: 1rem;
    font-size: 1rem;
  }
}
.contact_form_feild_input, .contact_form_feild_textarea {
  width: 100%;
  margin-top: 0.4rem;
}
.contact_form_feild_input input, .contact_form_feild_input textarea, .contact_form_feild_textarea input, .contact_form_feild_textarea textarea {
  width: 100%;
  padding: 0.8rem 1.6rem;
  border: 1px solid #CFD4D7;
  border-radius: 4px;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .contact_form_feild_input input, .contact_form_feild_input textarea, .contact_form_feild_textarea input, .contact_form_feild_textarea textarea {
    padding: 0.5rem 0.8rem;
    font-size: 1.4rem;
  }
}
.contact_form_feild_input input::-webkit-input-placeholder, .contact_form_feild_input textarea::-webkit-input-placeholder, .contact_form_feild_textarea input::-webkit-input-placeholder, .contact_form_feild_textarea textarea::-webkit-input-placeholder {
  color: #CFD4D7;
}
.contact_form_feild_input input::-moz-placeholder, .contact_form_feild_input textarea::-moz-placeholder, .contact_form_feild_textarea input::-moz-placeholder, .contact_form_feild_textarea textarea::-moz-placeholder {
  color: #CFD4D7;
}
.contact_form_feild_input input:-ms-input-placeholder, .contact_form_feild_input textarea:-ms-input-placeholder, .contact_form_feild_textarea input:-ms-input-placeholder, .contact_form_feild_textarea textarea:-ms-input-placeholder {
  color: #CFD4D7;
}
.contact_form_feild_input input::-ms-input-placeholder, .contact_form_feild_input textarea::-ms-input-placeholder, .contact_form_feild_textarea input::-ms-input-placeholder, .contact_form_feild_textarea textarea::-ms-input-placeholder {
  color: #CFD4D7;
}
.contact_form_feild_input input::placeholder, .contact_form_feild_input textarea::placeholder, .contact_form_feild_textarea input::placeholder, .contact_form_feild_textarea textarea::placeholder {
  color: #CFD4D7;
}
.contact_form_feild_input textarea, .contact_form_feild_textarea textarea {
  min-height: 16rem;
  resize: none;
}
.contact_form_feild_radio {
  width: 100%;
  margin-top: 0.4rem;
}
.contact_form_feild_radio .radio-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  margin-right: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.contact_form_feild_checkbox {
  width: 100%;
  margin-top: 0.4rem;
}
.contact_form_feild_checkbox .checkbox-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  margin-right: 2rem;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.contact_form_feild_select {
  width: 100%;
  margin-top: 0.4rem;
}
.contact_form_feild_select .select-field {
  position: relative;
  width: 100%;
  max-width: 42.02%;
}
@media only screen and (max-width: 767px) {
  .contact_form_feild_select .select-field {
    max-width: 100%;
  }
}
.contact_form_feild_select .select-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 0.8rem 1.6rem;
  border: 1px solid #CFD4D7;
  border-radius: 4px;
  background: none;
  background: #E1E1E1;
  color: #A7A7A7;
  font-size: 1.6rem;
}
.contact_form_feild .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.5rem;
  color: #dc3232;
  font-size: 1.4rem;
  font-weight: 500;
}
.contact_form_feild .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-date {
  padding: 0.8rem 1.6rem;
  border: 1px solid #CFD4D7;
  border-radius: 4px;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.contact_form_feild .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}
.contact_form_feild .wpcf7-form-control-wrap .wpcf7-list-item.first {
  margin-left: 0;
}
.contact_form_feild .wpcf7-form-control-wrap .wpcf7-list-item label {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  margin-right: 2rem;
  margin-bottom: 0.8rem;
}
.contact_form_feild .wpcf7-form-control-wrap .wpcf7-list-item label input, .contact_form_feild .wpcf7-form-control-wrap .wpcf7-list-item label span {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}
.contact_form_feild .wpcf7-form-control-wrap .wpcf7-list-item label span {
  margin: 0 0 0 0.6rem;
}
.contact_form_feild:first-of-type {
  margin-top: 0;
}
.contact_form_agree {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .contact_form_agree {
    margin-top: 2rem;
  }
}
.contact_form_agree span, .contact_form_agree label {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.contact_form_agree span.req, .contact_form_agree label.req {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
          justify-content: center;
  width: 4rem;
  height: 2rem;
  margin-left: 1.2rem;
  border-radius: 4px;
  background: #FF2626;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
.contact_form_agree span.req.any, .contact_form_agree label.req.any {
  background: #9297A4;
}
@media only screen and (max-width: 767px) {
  .contact_form_agree span.req, .contact_form_agree label.req {
    width: 3rem;
    height: 1.6rem;
    margin-left: 1rem;
    font-size: 1rem;
  }
}
.contact_form_btn {
  width: 100%;
  margin-top: 4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact_form_btn {
    margin-top: 2rem;
  }
}
.contact_form_btn .btn_submit {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 100%;
  max-width: 32rem;
  margin: 0 auto;
  border: 0;
  border-radius: 4px;
  outline: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .contact_form_btn .btn_submit {
    width: 100%;
    height: 4.6rem;
    min-height: 4.6rem;
    padding-right: 2.4rem;
    font-size: 1.4rem;
  }
}
.contact_form_btn .btn_submit input, .contact_form_btn .btn_submit p {
  width: 100%;
}
.contact_form_btn .btn_submit br {
  display: none;
}
.contact_form_btn .btn_submit .wpcf7-spinner {
  display: none;
}
.contact_form_btn .btn_submit span.arrow {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.8rem;
          align-items: center;
          justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
          transform: translate(0, -50%);
  border-radius: 2px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .contact_form_btn .btn_submit span.arrow {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.contact_form_btn .btn_submit span.arrow:after {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.5s;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1rem;
          transform: translate(-50%, -50%);
  background: url(../img/cmn/ico_arrow_blue.svg) no-repeat;
  background-size: 100%;
  content: "";
  transition: all ease 0.5s;
}
.contact_form_btn .btn_submit.submit_orange span.arrow:after {
  background: url(../img/cmn/ico_arrow_orange.svg) no-repeat;
  background-size: 100%;
}
.contact_form_btn .btn_submit:hover {
  background: #3C3C3C;
  color: #fff;
  cursor: pointer;
  opacity: 1;
}
.contact_form_btn .btn_submit:hover span:after {
  background: url(../img/cmn/ico_arrow_black.svg) no-repeat !important;
  background-size: 100% !important;
}
.contact_form_btn button, .contact_form_btn input {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 100%;
  max-width: 32rem;
  min-height: 6.4rem;
  margin: 0 auto;
  border: 0;
  border-radius: 4px;
  outline: 0;
  background: #1880BB;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .contact_form_btn button, .contact_form_btn input {
    width: 100%;
    height: 4.6rem;
    min-height: 4.6rem;
    padding-right: 2.4rem;
    font-size: 1.4rem;
  }
}
.contact_form_btn button.btn_orange, .contact_form_btn input.btn_orange {
  background: #FFB700;
}
.contact_form_btn button.btn_orange span:after, .contact_form_btn input.btn_orange span:after {
  background: url(../img/cmn/ico_arrow_orange.svg) no-repeat;
  background-size: 100%;
}
.contact_form_btn button:hover, .contact_form_btn input:hover {
  background: #3C3C3C;
  color: #fff;
  cursor: pointer;
  opacity: 1;
}
.contact_form_btn button:hover span:after, .contact_form_btn input:hover span:after {
  background: url(../img/cmn/ico_arrow_black.svg) no-repeat;
  background-size: 100%;
}
.contact_form_btn button span, .contact_form_btn input span {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.8rem;
          align-items: center;
          justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
          transform: translate(0, -50%);
  border-radius: 2px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .contact_form_btn button span, .contact_form_btn input span {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.contact_form_btn button span:after, .contact_form_btn input span:after {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.5s;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1rem;
          transform: translate(-50%, -50%);
  background: url(../img/cmn/ico_arrow_blue.svg) no-repeat;
  background-size: 100%;
  content: "";
  transition: all ease 0.5s;
}

/* ==========================================
  company
========================================== */
.company {
  padding: 12rem 4rem;
  background: #EEF9FF;
}
@media only screen and (max-width: 767px) {
  .company {
    padding: 6rem 2rem;
  }
}
.company_inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .company_inner {
    max-width: 100%;
  }
}
.company_title.sec_title {
  padding-top: 9.5rem;
}
@media only screen and (max-width: 767px) {
  .company_title.sec_title {
    padding-top: 5.5rem;
  }
}
.company_title.sec_title:before {
  top: 0;
}
.company_table {
  width: 100%;
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .company_table {
    margin-top: 4rem;
  }
}
.company_table table {
  width: 100%;
}
.company_table table tbody th {
  width: 22%;
  padding: 2.4rem 0;
  border-top: 3px solid #1880BB;
  border-bottom: 3px solid #1880BB;
  color: #1880BB;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .company_table table tbody th {
    width: 30%;
    padding: 1.8rem 0;
    font-size: 1.8rem;
  }
}
.company_table table tbody td {
  padding: 2.4rem 2rem;
  border-top: 3px solid #9cc4df;
  border-bottom: 3px solid #9cc4df;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  vertical-align: middle;
}
.company_table table tbody td a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .company_table table tbody td {
    padding: 1.8rem 1.5rem;
    font-size: 1.4rem;
  }
}