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

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

body {
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  color: inherit;
  text-decoration: none;
  vertical-align: bottom;
}

img {
  vertical-align: bottom;
}

/*color_設定*/
/*font設定*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

/*inner設定*/
.inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 780px) {
  .inner {
    width: auto;
    padding: 0;
  }
}

.biginner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 780px) {
  .biginner {
    max-width: auto;
    width: auto;
    padding-left: 4.26667vw;
    padding-right: 4.26667vw;
  }
}

.sp-db {
  display: none;
}

@media screen and (max-width: 780px) {
  .sp-db {
    display: block;
  }
}

@media screen and (max-width: 780px) {
  .pc-db {
    display: none;
  }
}

/*==========================
header
==========================*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8vw 5vw;
}

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

.header__subtitle {
  -ms-flex-preferred-size: 371px;
      flex-basis: 371px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.header__subtitle img {
  max-width: 100%;
}

.header__title {
  margin: 0 24px;
  -ms-flex-preferred-size: 170px;
      flex-basis: 170px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.header__title img {
  max-width: 100%;
}

.header__tel {
  padding: 0 8px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 640px;
      flex-basis: 640px;
}

.header__tel a {
  word-break: keep-all;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #FE0000;
  margin-right: 16px;
  padding-left: 50px;
  background: url(../img/header/ikon__tel.svg) left center no-repeat;
  white-space: pre;
}

.header__tel .-small {
  display: block;
  font-size: 12px;
}

.sp-header {
  padding: 12px 0;
}

.sp-header__title {
  width: 51.73333vw;
  margin: 0 auto;
}

.sp-header__title img {
  width: 100%;
}

/*=============================
footer
=============================*/
.footer {
  text-align: center;
}

.footer__logo {
  width: 180px;
  margin: 64px auto 0;
}

@media screen and (max-width: 780px) {
  .footer__logo {
    width: 167px;
    margin: 48px auto 0;
  }
}

.footer__logo img {
  width: 100%;
}

.footer__text {
  font-size: 14px;
  margin-top: 16px;
}

@media screen and (max-width: 780px) {
  .footer__text {
    font-size: 12px;
    margin-top: 12px;
  }
}

.footer__copy {
  color: #fff;
  background: #333333;
  padding: 22px 0;
  margin-top: 32px;
  font-size: 14px;
}

@media screen and (max-width: 780px) {
  .footer__copy {
    font-size: 12px;
    margin-top: 32px;
    padding: 22px 0;
  }
}

.section__title {
  font-size: 20px;
  text-align: center;
  padding: 7px 0;
}

@media screen and (max-width: 780px) {
  .section__title {
    font-size: 16px;
    max-width: 335px;
    margin: 0 auto;
    padding: 6px 0;
  }
}

.section__title.-white {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
}

.section__title.-blue {
  border-top: 2px solid #1A347E;
  border-bottom: 2px solid #1A347E;
  color: #1A347E;
}

.section__title.-mb {
  margin-bottom: 38px;
}

.section__title .-small {
  font-size: 20px;
}

@media screen and (max-width: 780px) {
  .section__title .-small {
    font-size: 16px;
  }
}

.section__title .-big {
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .section__title .-big {
    font-size: 32px;
  }
}

.section__title .-num8 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  color: #00B4CC;
}

@media screen and (max-width: 780px) {
  .section__title .-num8 {
    font-size: 40px;
  }
}

.section__title .-fz28 {
  font-size: 28px;
}

@media screen and (max-width: 780px) {
  .section__title .-fz28 {
    font-size: 24px;
  }
}

.section__title .-fwb {
  font-weight: bold;
}

.firstview {
  padding: 32px 0 24px;
  background: url(../img/firstview/bgimg.jpg) top 99px center/contain no-repeat;
  background-color: #1A347E;
}

@media screen and (max-width: 780px) {
  .firstview {
    padding: 20px 0 32px;
    background: url(../img/firstview/bgimg-sp.jpg) top 80px center/contain no-repeat;
    background-color: #1A347E;
  }
}

.firstview__keyimg {
  width: 90%;
  max-width: 720px;
  margin: 25px auto 0;
}

@media screen and (max-width: 780px) {
  .firstview__keyimg {
    width: 100%;
  }
}

.firstview__keyimg img {
  width: 100%;
}

.firstview__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  position: relative;
}

@media screen and (max-width: 780px) {
  .firstview__items {
    display: block;
    margin: 20px auto 0;
    max-width: 343px;
  }
}

.firstview__items::before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  top: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/firstview/ikon__plus.svg) center center/contain no-repeat;
}

@media screen and (max-width: 780px) {
  .firstview__items::before {
    top: 165px;
  }
}

.firstview__item {
  width: calc(50% - 50px * 1 / 2);
  height: 189px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.firstview__item.-left {
  background: url(../img/firstview/item__bg01.png) center center/contain no-repeat;
}

.firstview__item.-right {
  background: url(../img/firstview/item__bg02.png) center center/contain no-repeat;
}

@media screen and (max-width: 780px) {
  .firstview__item.-right {
    height: 177px;
  }
}

@media screen and (max-width: 780px) {
  .firstview__item {
    max-width: 343px;
    width: 100%;
    height: 160px;
  }
  .firstview__item:nth-of-type(2) {
    margin-top: 30px;
  }
}

.firstview__lefttext {
  margin-top: 40px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .firstview__lefttext {
    margin-top: 0;
    font-size: 12px;
    padding-top: 34px;
  }
}

.firstview__leftredtext {
  font-size: 24px;
  font-weight: bold;
  color: #BF3747;
  line-height: 1.0;
  margin-top: 5px;
}

@media screen and (max-width: 780px) {
  .firstview__leftredtext {
    font-size: 20px;
    margin-top: 2px;
  }
}

.firstview__leftredtext .-big {
  font-size: 64px;
  font-family: Helvetica;
}

@media screen and (max-width: 780px) {
  .firstview__leftredtext .-big {
    font-size: 60px;
  }
}

.firstview__leftredsmalltext {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  color: #BF3747;
}

@media screen and (max-width: 780px) {
  .firstview__leftredsmalltext {
    font-size: 12px;
    margin-top: 2px;
  }
}

.firstview__rightredtext {
  font-size: 24px;
  font-weight: bold;
  color: #BF3747;
  line-height: 1.0;
  margin-top: 38px;
}

@media screen and (max-width: 780px) {
  .firstview__rightredtext {
    font-size: 20px;
    margin-top: 0;
    padding-top: 30px;
  }
}

.firstview__rightredtext .-big {
  font-size: 52px;
  font-family: Helvetica;
}

@media screen and (max-width: 780px) {
  .firstview__rightredtext .-big {
    font-size: 48px;
  }
}

.firstview__righttext {
  font-size: 22px;
  margin-top: 3px;
}

@media screen and (max-width: 780px) {
  .firstview__righttext {
    font-size: 20px;
  }
}

.firstview__rightredsmalltext {
  font-size: 36px;
  color: #BF3747;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .firstview__rightredsmalltext {
    font-size: 32px;
  }
}

.firstview__caution {
  font-size: 12px;
  margin-top: 24px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .firstview__caution {
    font-size: 10px;
    margin-top: 12px;
  }
}

.contact {
  background: #F3F6F9;
  padding-top: 48px;
}

@media screen and (max-width: 780px) {
  .contact {
    padding-top: 32px;
  }
}

.contact__title {
  font-size: 22px;
  max-width: 656px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-top: 10px;
}

@media screen and (max-width: 780px) {
  .contact__title {
    font-size: 18px;
    max-width: 324px;
  }
}

.contact__title .-big {
  font-size: 28px;
}

@media screen and (max-width: 780px) {
  .contact__title .-big {
    font-size: 24px;
  }
}

.contact__title .-bluepoint {
  position: relative;
}

.contact__title .-bluepoint::after {
  content: '・';
  position: absolute;
  top: -25px;
  left: 50%;
  color: #00B4CC;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 780px) {
  .contact__title .-bluepoint::after {
    top: -18px;
  }
}

.contact__title::before {
  content: '';
  width: 30px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/contact/headline__left.svg) center center/contain no-repeat;
}

.contact__title::after {
  content: '';
  width: 30px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/contact/headline__right.svg) center center/contain no-repeat;
}

.contact__items {
  max-width: 720px;
  width: 100%;
  margin: 33px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 780px) {
  .contact__items {
    max-width: 335px;
    margin: 20px auto 0;
    display: block;
  }
}

.contact__btn {
  text-align: center;
  max-width: 346px;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .contact__btn {
    max-width: 335px;
  }
  .contact__btn:nth-of-type(2) {
    margin-top: 12px;
  }
}

.contact__btn a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1A347E;
  font-size: 20px;
  font-weight: bold;
  padding: 17px 0 17px 44px;
  display: block;
  width: 100%;
  color: #1A347E;
  border: 2px solid #1A347E;
  border-radius: 32px;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 780px) {
  .contact__btn a {
    font-size: 16px;
    padding: 14px 60px 14px 75px;
  }
}

.contact__btn.-tel a::before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 38px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/contact/ikon__tel.svg) center center/contain no-repeat;
}

.contact__btn.-mail a::before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 38px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/contact/ikon__mail.svg) center center/contain no-repeat;
}

.contact__caution {
  font-size: 12px;
  text-align: center;
  margin: 20px 0 30px;
  color: #595959;
}

@media screen and (max-width: 780px) {
  .contact__caution {
    font-size: 10px;
    margin: 16px 0 21px;
  }
}

.contact__bluebox {
  background-color: #1A347E;
}

.contact__blueboxinner {
  position: relative;
  padding: 12px 0;
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 780px) {
  .contact__blueboxinner {
    max-width: 335px;
  }
}

.contact__onlinetext {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .contact__onlinetext {
    font-size: 20px;
  }
}

.contact__onlinesmalltext {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .contact__onlinesmalltext {
    font-size: 12px;
  }
}

.contact__onlineimg {
  position: absolute;
  width: 123px;
  height: 95px;
  top: -14px;
  right: -10px;
}

@media screen and (max-width: 780px) {
  .contact__onlineimg {
    width: 106px;
    height: 79px;
    top: -10px;
    right: 0px;
  }
}

.contact__onlineimg img {
  width: 100%;
}

.introduction {
  padding: 47px 0 59px;
}

@media screen and (max-width: 780px) {
  .introduction {
    padding: 62px 0 24px;
  }
}

.introduction__img {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 780px) {
  .introduction__img {
    max-width: 335px;
  }
}

.introduction__img img {
  width: 100%;
}

.introduction__text {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-top: 60px;
}

@media screen and (max-width: 780px) {
  .introduction__text {
    font-size: 32px;
    margin-top: 70px;
  }
}

.introduction__smallimg {
  max-width: 720px;
  margin: 0 auto;
  background: url(../img/introduction/bgimg.jpg) center center/contain no-repeat;
}

@media screen and (max-width: 780px) {
  .introduction__smallimg {
    max-width: 335px;
  }
}

.introduction__smallimg img {
  width: 100%;
}

.introduction__smalltext {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-top: 126px;
}

@media screen and (max-width: 780px) {
  .introduction__smalltext {
    font-size: 18px;
    margin-top: 99px;
  }
}

.introduction__smalltext .-big {
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .introduction__smalltext .-big {
    font-size: 32px;
  }
}

.introduction__smalltext .-blackpoint {
  position: relative;
}

.introduction__smalltext .-blackpoint::after {
  content: '・';
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 780px) {
  .introduction__smalltext .-blackpoint::after {
    top: -20px;
  }
}

.introduction__arrowimg {
  text-align: center;
  margin-top: 32px;
}

@media screen and (max-width: 780px) {
  .introduction__arrowimg {
    max-width: 48px;
    margin: 24px auto 0;
  }
  .introduction__arrowimg img {
    width: 100%;
  }
}

.manga.-pd {
  padding: 64px 0 52px;
}

@media screen and (max-width: 780px) {
  .manga.-pd {
    padding: 48px 0;
  }
}

.mang__img {
  max-width: 440px;
  margin: 0 auto;
}

@media screen and (max-width: 780px) {
  .mang__img {
    max-width: 375px;
  }
}

.mang__img img {
  width: 100%;
}

.content {
  margin-top: 64px;
  padding: 64px 0;
  background-color: #E5EEFB;
}

@media screen and (max-width: 780px) {
  .content {
    margin-top: 50px;
    padding: 48px 0;
  }
}

.content__inner {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 780px) {
  .content__inner {
    max-width: 335px;
  }
}

.content__bigtext {
  font-size: 24px;
  font-weight: bold;
  margin-top: 32px;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .content__bigtext {
    font-size: 20px;
    margin-top: 20px;
  }
}

.content__img {
  margin-top: 32px;
  max-width: 600px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .content__img {
    margin-top: 20px;
    max-width: 335px;
  }
}

.content__img img {
  width: 100%;
}

.content__box {
  padding: 24px 0;
  background: #fff;
  margin-top: 40px;
  border-radius: 12px;
}

@media screen and (max-width: 780px) {
  .content__box {
    padding: 20px 0;
    margin-top: 24px;
  }
}

.content__box li {
  font-size: 18px;
  padding-left: 36px;
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 780px) {
  .content__box li {
    font-size: 16px;
    padding-left: 33px;
    width: 241px;
  }
}

.content__box li .-big {
  font-weight: bold;
}

.content__box li:nth-child(n+2) {
  margin-top: 16px;
}

.content__box li::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/contents/ikon__check.svg) center center/contain no-repeat;
}

@media screen and (max-width: 780px) {
  .content__box li::before {
    width: 20px;
    height: 20px;
  }
}

.content__text {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .content__text {
    margin-top: 24px;
    font-size: 16;
  }
}

.content__text .-big {
  font-weight: bold;
}

.support {
  background-color: #1A347E;
  padding: 64px 0;
}

@media screen and (max-width: 780px) {
  .support {
    padding: 48px 0;
  }
}

.support__items {
  margin-top: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 780px) {
  .support__items {
    margin-top: 40px;
  }
}

.support__item {
  width: calc(25% - 16px * 3 / 4);
  height: 100px;
  background-color: #fff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 780px) {
  .support__item {
    /*width: 160px;
    height: 80px;*/
    width: 42.66667vw;
    height: 21.33333vw;
  }
}

.support__item:nth-child(n+5) {
  margin-top: 44px;
}

@media screen and (max-width: 780px) {
  .support__item:nth-child(n+5) {
    margin-top: 0;
  }
}

@media screen and (max-width: 780px) {
  .support__item:nth-child(n+3) {
    margin-top: 32px;
  }
}

.support__img {
  max-width: 68px;
  width: 100%;
  height: 45px;
  background-color: #fff;
  border-radius: 100px 100px 0 0;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .support__img {
    width: 14.66667vw;
    height: 7.46667vw;
    top: -4vw;
  }
}

.support__img img {
  display: inline-block;
  margin-top: 10px;
}

@media screen and (max-width: 780px) {
  .support__img img {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.support__text {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .support__text {
    font-size: 4.26667vw;
  }
}

.support__text .-small {
  font-size: 14px;
}

@media screen and (max-width: 780px) {
  .support__text .-small {
    font-size: 3.2vw;
  }
}

.support__illustimg {
  max-width: 720px;
  width: 100%;
  margin: 40px auto 0;
}

@media screen and (max-width: 780px) {
  .support__illustimg {
    width: 279px;
    margin: 16px auto 0;
  }
}

.support__illustimg img {
  width: 100%;
}

.support__smalltitle {
  width: 295px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: 36px auto 0;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 780px) {
  .support__smalltitle {
    width: 254px;
    font-size: 24px;
    margin: 32px auto 0;
  }
}

.support__smalltitle::before {
  content: "";
  width: 15px;
  height: 26px;
  position: absolute;
  bottom: 5px;
  left: 0;
  background: url(../img/support/headline__left.svg) center center/contain no-repeat;
}

.support__smalltitle::after {
  content: "";
  width: 20px;
  height: 26px;
  position: absolute;
  bottom: 5px;
  right: 10px;
  background: url(../img/support/headline__right.svg) center center/contain no-repeat;
}

.support__column {
  max-width: 600px;
  width: 100%;
  margin: 12px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 780px) {
  .support__column {
    max-width: 335px;
    margin: 16px auto 0;
  }
}

.support__columnitem {
  width: 288px;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .support__columnitem {
    width: 162px;
  }
}

.support__columntext {
  color: #fff;
  font-size: 18px;
  background-color: #CDB27E;
  border-radius: 12px 12px 0 0;
  padding: 10px 0;
  position: relative;
}

@media screen and (max-width: 780px) {
  .support__columntext {
    font-size: 16px;
  }
}

.support__columntext .-big {
  font-size: 20px;
}

@media screen and (max-width: 780px) {
  .support__columntext .-big {
    font-size: 18px;
  }
}

.support__columntext::before {
  content: '';
  width: 28px;
  height: 20px;
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/support/ikon__bottom.svg) center center/contain no-repeat;
}

@media screen and (max-width: 780px) {
  .support__columntext::before {
    top: 40px;
  }
}

.support__columnredtext {
  font-size: 24px;
  color: #BF3747;
  padding: 13px 0;
  background-color: #fff;
  font-weight: bold;
  border-radius: 0 0 12px 12px;
  border: 2px solid #CDB27E;
}

@media screen and (max-width: 780px) {
  .support__columnredtext {
    font-size: 20px;
    padding: 8px 0;
  }
}

.support__columnredtext .-big {
  font-size: 52px;
  font-family: Helvetica;
}

@media screen and (max-width: 780px) {
  .support__columnredtext .-big {
    font-size: 48px;
  }
}

.support__caution {
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-top: 16px;
}

@media screen and (max-width: 780px) {
  .support__caution {
    font-size: 10px;
    margin-top: 12px;
  }
}

.benefits {
  padding: 64px 0;
  background-color: #E5EEFB;
}

@media screen and (max-width: 780px) {
  .benefits {
    padding: 48px 0;
  }
}

.benefitrs__smalltitle {
  font-size: 19px;
  color: #fff;
  background-color: #1A347E;
  width: 400px;
  margin: 32px auto 0;
  padding: 5px 71px 9px 37px;
  border-radius: 28px;
  text-align: center;
  font-weight: bold;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 780px) {
  .benefitrs__smalltitle {
    font-size: 16px;
    max-width: 335px;
    width: 100%;
    margin: 20px auto 0;
    padding: 8px 60px 8px 30px;
  }
}

.benefitrs__smalltitle .-big {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .benefitrs__smalltitle .-big {
    font-size: 24px;
  }
}

.benefitrs__smalltitle::after {
  content: '';
  width: 26px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 37px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/benefits/ikon__light.svg) center center/contain no-repeat;
}

@media screen and (max-width: 780px) {
  .benefitrs__smalltitle::after {
    width: 21px;
    height: 20px;
    right: 36px;
  }
}

.benefitrs__smalltitle::before {
  content: '';
  width: 24px;
  height: 20px;
  position: absolute;
  top: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/benefits/ikon__bottom-sp.svg) center center/contain no-repeat;
}

@media screen and (max-width: 780px) {
  .benefitrs__smalltitle::before {
    top: 43px;
  }
}

@media screen and (max-width: 350px) {
  .benefitrs__smalltitle::before {
    display: none;
  }
}

.benefitrs__treatment {
  width: 480px;
  padding: 40px 0 31px;
  margin: 60px auto 0;
  position: relative;
  background: url(../img/benefits/bggold.png) center center/contain no-repeat;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .benefitrs__treatment {
    max-width: 335px;
    width: 100%;
    padding: 26px 0;
    margin: 45px auto 0;
    background: url(../img/benefits/bggold-sp.png) center center/contain no-repeat;
  }
}

.benefitrs__treatmenttitle {
  width: 242px;
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 780px) {
  .benefitrs__treatmenttitle {
    max-width: 221px;
  }
}

@media screen and (max-width: 350px) {
  .benefitrs__treatmenttitle {
    top: -20px;
  }
}

.benefitrs__treatmenttitle img {
  width: 100%;
}

.benefitrs__treatmentredtext {
  font-size: 24px;
  color: #BF3747;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 780px) {
  .benefitrs__treatmentredtext {
    font-size: 20px;
  }
}

.benefitrs__treatmentredtext .-big {
  font-size: 52px;
  font-family: Helvetica;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .benefitrs__treatmentredtext .-big {
    font-size: 48px;
  }
}

.benefitrs__treatmenttext {
  font-size: 22px;
  margin-top: 3px;
}

@media screen and (max-width: 780px) {
  .benefitrs__treatmenttext {
    font-size: 20px;
  }
}

.benefitrs__treatmentredtextbig {
  font-size: 36px;
  font-weight: bold;
  color: #BF3747;
  line-height: 1;
  margin-top: 5px;
}

@media screen and (max-width: 780px) {
  .benefitrs__treatmentredtextbig {
    font-size: 32px;
  }
}

.benefitrs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 33px;
}

@media screen and (max-width: 768px) {
  .benefitrs__items {
    display: block;
    margin-top: 0;
  }
}

.benefitrs__item {
  width: calc(33% - 19px * 2 / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .benefitrs__item {
    width: 89.33333vw;
    margin-top: 5.33333vw;
    padding: 3.2vw;
  }
}

.benefitrs__itemtitle {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .benefitrs__itemtitle {
    font-size: 16px;
  }
  .benefitrs__itemtitle .benefitrs__itemsmalltext {
    color: #595959;
    font-weight: normal;
    font-size: 11px;
  }
}

.benefitrs__itemsmalltext {
  font-size: 12px;
  margin-top: 6px;
}

.benefitrs__itemredtext {
  font-size: 18px;
  font-weight: bold;
  color: #BF3747;
  padding-top: 27px;
  margin-top: 12px;
  border-top: 2px dotted #CDCDCD;
}

@media screen and (max-width: 780px) {
  .benefitrs__itemredtext {
    font-size: 14px;
    padding-top: 12px;
    margin-top: 12px;
  }
}

.benefitrs__itemredtext.-num3 {
  padding-top: 12px;
}

.benefitrs__itemtexts {
  padding: 12px;
  background-color: #F3F6F9;
  border-radius: 4px;
  margin-top: 27px;
}

@media screen and (max-width: 780px) {
  .benefitrs__itemtexts {
    padding: 10px;
    margin-top: 12px;
  }
}

.benefitrs__itemtexts.-num3 {
  margin-top: 12px;
}

.benefitrs__textstitle {
  font-size: 12px;
  color: #595959;
}

.benefitrs__textsbold {
  font-size: 14px;
  font-weight: bold;
  color: #595959;
  padding: 2px 0;
}

.benefitrs__textstext {
  font-size: 12px;
  color: #595959;
}

.benefitrs__joine {
  width: 480px;
  padding: 47px 0 35px;
  margin: 73px auto 0;
  background: url(../img/benefits/bggold02.png) center center/contain no-repeat;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .benefitrs__joine {
    max-width: 335px;
    width: 100%;
    padding: 34px 0 22px;
    margin: 65px auto 0;
    background: url(../img/benefits/bggold02-sp.png) center center/contain no-repeat;
  }
}

.benefitrs__joinetitle {
  width: 242px;
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 780px) {
  .benefitrs__joinetitle {
    max-width: 221px;
  }
}

.benefitrs__joinetitle img {
  width: 100%;
}

.benefitrs__joinetext {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .benefitrs__joinetext {
    font-size: 12px;
  }
}

.benefitrs__joineredtext {
  font-size: 24px;
  font-weight: bold;
  color: #BF3747;
  line-height: 1;
  margin-top: 4px;
}

@media screen and (max-width: 780px) {
  .benefitrs__joineredtext {
    font-size: 20px;
  }
}

.benefitrs__joineredtext .-big {
  font-size: 64px;
  font-family: Helvetica;
}

@media screen and (max-width: 780px) {
  .benefitrs__joineredtext .-big {
    font-size: 60px;
  }
}

.benefitrs__joineredtextsmall {
  font-size: 14px;
  font-weight: bold;
  color: #BF3747;
  margin-top: 4px;
}

@media screen and (max-width: 780px) {
  .benefitrs__joineredtextsmall {
    font-size: 12px;
  }
}

.benefitrs__joineitem {
  width: 480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 20px 20px;
  margin: 32px auto 0;
  background: #fff;
  border-radius: 12px;
}

@media screen and (max-width: 780px) {
  .benefitrs__joineitem {
    max-width: 335px;
    width: 100%;
    padding: 20px 20px 16px;
    margin: 20px auto 0;
  }
}

.benefitrs__joineitemtitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .benefitrs__joineitemtitle {
    font-size: 16px;
  }
}

.benefitrs__joineitemredtitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #BF3747;
  line-height: 1;
  margin-top: 8px;
}

@media screen and (max-width: 780px) {
  .benefitrs__joineitemredtitle {
    font-size: 16px;
  }
}

.benefitrs__joineitemredtitle .-big {
  font-size: 44px;
  font-family: Helvetica;
}

@media screen and (max-width: 780px) {
  .benefitrs__joineitemredtitle .-big {
    font-size: 40px;
  }
}

.benefitrs__textwrap {
  margin-top: 15px;
  padding: 0 50px;
  border-top: 2px dotted #CDCDCD;
}

@media screen and (max-width: 780px) {
  .benefitrs__textwrap {
    margin-top: 10px;
    padding: 5px 0 0;
  }
}

.benefitrs__joineitemtext {
  font-size: 16px;
  margin-top: 17px;
}

@media screen and (max-width: 780px) {
  .benefitrs__joineitemtext {
    font-size: 13px;
  }
}

.benefitrs__joineitemtext .-big {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .benefitrs__joineitemtext .-big {
    font-size: 17px;
  }
}

.benefitrs__joineitemtext .-bold {
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .benefitrs__joineitemtext .-bold {
    font-size: 13px;
  }
}

.benefitrs__joineitemtexts {
  background-color: #F3F6F9;
  margin-top: 32px;
  padding: 16px 25px;
  border-radius: 4px;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .benefitrs__joineitemtexts {
    margin-top: 22px;
    padding: 12px 16px;
  }
}

.benefitrs__joineitemtextstitle {
  font-size: 12px;
  font-weight: bold;
  color: #595959;
}

@media screen and (max-width: 780px) {
  .benefitrs__joineitemtextstitle {
    font-size: 10px;
  }
}

.benefitrs__joineitemtextstext {
  font-size: 12px;
  color: #595959;
  margin-top: 4px;
}

@media screen and (max-width: 780px) {
  .benefitrs__joineitemtextstext {
    font-size: 10px;
  }
}

.benefitrs__caution {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  color: #595959;
}

@media screen and (max-width: 780px) {
  .benefitrs__caution {
    font-size: 10px;
  }
}

.benefitrs__btmimg {
  text-align: center;
  max-width: 600px;
  margin: 26px auto 0;
}

.benefitrs__btmimg img {
  width: 100%;
}

.flow {
  padding: 64px 0;
}

@media screen and (max-width: 780px) {
  .flow {
    padding: 48px 0;
  }
}

.flow__items {
  width: 336px;
  margin: 48px auto 0;
}

@media screen and (max-width: 780px) {
  .flow__items {
    width: 277px;
    margin: 24px auto 0;
  }
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow__numimg {
  width: 72px;
}

@media screen and (max-width: 780px) {
  .flow__numimg {
    width: 65px;
  }
}

.flow__numimg img {
  width: 100%;
}

.flow__texts {
  margin-left: 24px;
}

@media screen and (max-width: 780px) {
  .flow__texts {
    margin-left: 20px;
  }
}

.flow__textbold {
  font-size: 20px;
  font-weight: bold;
  color: #595959;
}

@media screen and (max-width: 780px) {
  .flow__textbold {
    font-size: 16px;
  }
}

.flow__textnomal {
  font-size: 14px;
  color: #595959;
}

@media screen and (max-width: 780px) {
  .flow__textnomal {
    font-size: 12px;
  }
}

.recruitment {
  background-color: #E5EEFB;
  padding: 64px 0;
}

@media screen and (max-width: 780px) {
  .recruitment {
    padding: 48px 0;
  }
}

.recruitment__items {
  /*width: 720px;*/
  width: 95%;
  max-width: 720px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 40px auto 0;
  padding: 12px 32px 32px;
  background: #fff;
  border-radius: 12px;
}

@media screen and (max-width: 780px) {
  .recruitment__items {
    max-width: 335px;
    margin: 24px auto 0;
    padding: 1px 16px 20px;
  }
}

.recruitment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #CDCDCD;
}

.recruitment__item:last-child {
  border-bottom: none;
}

.recruitment__text {
  font-size: 14px;
  color: #595959;
}

@media screen and (max-width: 780px) {
  .recruitment__text {
    font-size: 12px;
  }
}

.recruitment__list {
  max-width: 571px;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .recruitment__list {
    max-width: 218px;
  }
}

.recruitment__list li {
  font-size: 14px;
  font-weight: medium;
}

@media screen and (max-width: 780px) {
  .recruitment__list li {
    font-size: 12px;
  }
}

.recruitment__list li .-blue {
  color: #00B4CC;
}

.recruitment__list li:nth-child(n+2) {
  margin-top: 25px;
}

.question {
  padding: 64px 0;
  background: #1A347E;
}

@media screen and (max-width: 780px) {
  .question {
    padding: 48px 0;
  }
}

.question__items {
  max-width: 720px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 40px auto 0;
}

@media screen and (max-width: 780px) {
  .question__items {
    max-width: 335px;
    margin: 24px auto 0;
  }
}

.question__item {
  margin-bottom: 16px;
}

@media screen and (max-width: 780px) {
  .question__item {
    margin-bottom: 12px;
  }
}

.question__qtext {
  background: #F3F6F9;
  font-size: 16px;
  padding: 22px 30px 22px 76px;
  border-radius: 12px;
  position: relative;
}

@media screen and (max-width: 780px) {
  .question__qtext {
    font-size: 14px;
    padding: 22px 40px 22px 76px;
  }
}

.question__qtext::before {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/question/ikon__q.svg) center center/contain no-repeat;
}

.question__qtext.js-close::after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/question/ikon_open.svg) center center/contain no-repeat;
}

.question__qtext.js-open {
  border-radius: 12px 12px 0 0;
}

.question__qtext.js-open::after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/question/ikon_close.svg) center center/contain no-repeat;
}

.question__atext {
  background: #fff;
  font-size: 16px;
  color: #595959;
  padding: 16px 18px 25px 76px;
  border-radius: 0 0 12px 12px;
  position: relative;
  display: none;
}

@media screen and (max-width: 780px) {
  .question__atext {
    font-size: 14px;
  }
}

.question__atext::before {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  top: 16px;
  left: 24px;
  background: url(../img/question/ikon__a.svg) center center/contain no-repeat;
}

.a__open {
  display: block;
}

.location {
  padding: 64px 0;
}

@media screen and (max-width: 780px) {
  .location {
    padding: 48px 0;
  }
}

.location__smalltitle {
  font-size: 24px;
  font-weight: bold;
  width: 135px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 36px;
  margin: 40px auto 0;
  position: relative;
}

@media screen and (max-width: 780px) {
  .location__smalltitle {
    font-size: 20px;
    width: 110px;
    padding-left: 28px;
    margin: 28px 0 0;
  }
}

.location__smalltitle::before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 780px) {
  .location__smalltitle::before {
    width: 24px;
    height: 24px;
  }
}

.location__smalltitle:nth-of-type(1)::before {
  background: url(../img/location/ikon__num01.svg) center center/contain no-repeat;
}

.location__smalltitle:nth-of-type(2)::before {
  background: url(../img/location/ikon__num02.svg) center center/contain no-repeat;
}

.location__smalltitle:nth-of-type(3) {
  margin-top: 24px;
}

.location__smalltitle:nth-of-type(3)::before {
  background: url(../img/location/ikon__num03.svg) center center/contain no-repeat;
}

.location__addtext {
  font-size: 14px;
  text-align: center;
  margin-top: 4px;
  color: #595959;
}

@media screen and (max-width: 780px) {
  .location__addtext {
    font-size: 12px;
    text-align: left;
  }
}

.location__yellowwrap {
  max-width: 720px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 21px 32px 32px;
  background-color: #FFFBEB;
  border-radius: 12px;
  margin: 24px auto 0;
}

@media screen and (max-width: 780px) {
  .location__yellowwrap {
    max-width: 100%;
    padding: 24px 16px;
    margin: 16px auto 0;
  }
}

.location__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 780px) {
  .location__items {
    display: block;
  }
}

.location__item {
  text-align: center;
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .location__item {
    max-width: 335px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.location__item.-center {
  margin: 0 28px;
}

@media screen and (max-width: 780px) {
  .location__item.-center {
    margin: 0 auto;
  }
}

.location__item.-left {
  margin: 32px 14px 0 0;
}

@media screen and (max-width: 780px) {
  .location__item.-left {
    margin: 0 auto;
  }
}

.location__item.-right {
  margin: 32px 0 0 14px;
}

@media screen and (max-width: 780px) {
  .location__item.-right {
    margin: 0 auto;
  }
}

@media screen and (max-width: 780px) {
  .location__item:nth-child(n+2) {
    margin-top: 16px;
  }
}

@media screen and (max-width: 780px) {
  .location__spbox {
    max-width: 143px;
    width: 100%;
  }
}

.location__img {
  width: 200px;
}

@media screen and (max-width: 780px) {
  .location__img {
    max-width: 160px;
  }
}

.location__img img {
  width: 100%;
}

.location__itemtext {
  font-size: 12px;
  color: #595959;
}

@media screen and (max-width: 780px) {
  .location__itemtext {
    font-size: 10px;
  }
}

.location__itemtext.-mt {
  margin-top: 23px;
}

@media screen and (max-width: 780px) {
  .location__itemtext.-mt {
    margin: 0;
  }
}

.location__itemtext.-mt12 {
  margin-top: 12px;
}

@media screen and (max-width: 780px) {
  .location__itemtext.-mt12 {
    margin: 0;
  }
}

.location__itemtitle {
  font-size: 20px;
  font-weight: bold;
  color: #A98642;
}

@media screen and (max-width: 780px) {
  .location__itemtitle {
    font-size: 16px;
  }
}

.location__itemtitle .-small {
  font-size: 12px;
  color: #595959;
  font-weight: normal;
}

.location__itemtitle.-smt {
  margin-top: 3px;
}

@media screen and (max-width: 780px) {
  .location__itemtitle.-smt {
    margin: 0;
  }
}

.location__itemtitle.-mt12 {
  margin-top: 12px;
}

@media screen and (max-width: 780px) {
  .location__itemtitle.-mt12 {
    margin: 0;
  }
}

.location__smalltext {
  font-size: 16px;
  text-align: center;
  margin-top: 32px;
}

@media screen and (max-width: 780px) {
  .location__smalltext {
    font-size: 14px;
    margin-top: 20px;
  }
}

.location__smalltext .-big {
  font-weight: bold;
}

.location__point {
  max-width: 650px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 32px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 2px dotted #CDCDCD;
}

@media screen and (max-width: 780px) {
  .location__point {
    max-width: 303px;
    margin: 0 auto;
    padding-bottom: 32px;
    display: block;
  }
}

.location__pointleft {
  max-width: 340px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .location__pointleft {
    max-width: 303px;
    margin-top: 24px;
  }
}

.location__pointgoldtext {
  font-size: 16px;
  font-weight: bold;
  font-family: Helvetica;
  color: #CDB27E;
}

@media screen and (max-width: 780px) {
  .location__pointgoldtext {
    font-size: 12px;
  }
}

.location__pointtitle {
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
}

@media screen and (max-width: 780px) {
  .location__pointtitle {
    font-size: 14px;
  }
}

.location__pointtext {
  font-size: 12px;
  margin-top: 12px;
  color: #595959;
}

@media screen and (max-width: 780px) {
  .location__pointtext {
    margin-top: 8px;
  }
}

.location__pointright {
  width: 270px;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .location__pointright {
    max-width: 303px;
    margin-top: 24px;
  }
}

.interview {
  padding: 64px 0;
  background-color: #E5EEFB;
}

@media screen and (max-width: 780px) {
  .interview {
    padding: 48px 0;
  }
}

.interview__items {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 960px;
  width: 100%;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .interview__items {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 780px) {
  .interview__items {
    max-width: 335px;
    margin: 0 auto;
    display: block;
  }
}

.interview__item {
  width: 32%;
  width: calc(33% - 19px * 2 / 3);
  background-color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
  .interview__item {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 780px) {
  .interview__item {
    width: 100%;
    padding: 16px;
    margin-top: 20px;
  }
}

.interview__itemtitle {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .interview__itemtitle {
    font-size: 16px;
  }
}

.interview__itemtext {
  font-size: 14px;
  margin-top: 4px;
}

@media screen and (max-width: 780px) {
  .interview__itemtext {
    font-size: 12px;
  }
}

.intereview__map {
  text-align: center;
  margin-top: 16px;
}

.intereview__map iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .intereview__map iframe {
    height: 53.33333vw;
  }
}

@media screen and (max-width: 780px) {
  .intereview__map iframe {
    max-width: 303px;
  }
}

.interview__itembtn {
  text-align: center;
  margin-top: 16px;
}

.interview__itembtn a {
  font-size: 16px;
  border: 1px solid #CDCDCD;
  padding: 12px 65px;
  border-radius: 24px;
  display: inline-block;
}

@media screen and (max-width: 780px) {
  .interview__itembtn a {
    font-size: 14px;
    padding: 12px 80px;
  }
}

.cta {
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.6vw 2.66667vw 2.93333vw;
  position: fixed;
  bottom: 0;
}

.cta__title {
  font-size: 3.2vw;
  font-weight: bold;
  text-align: center;
}

.cta__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.13333vw;
}

.cta__btn {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

.cta__btn a {
  font-size: 3.46667vw;
  background-color: #1A347E;
  color: #fff;
  display: block;
  border-radius: 1.6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 13.86667vw;
}

.cta__btn.-tel a {
  padding: 2.66667vw 0 1.86667vw;
  line-height: 1.4;
}

.cta__btn.-tel a .-small {
  font-size: 2.13333vw;
  letter-spacing: 0;
  font-weight: 300;
  display: block;
  text-align: center;
}

.cta__btn.-tel a .-top {
  padding-left: 13.33333vw;
  position: relative;
}

.cta__btn.-tel a .-top::before {
  content: '';
  width: 5.33333vw;
  height: 5.33333vw;
  position: absolute;
  top: 50%;
  left: 6.93333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/cta/icon__tel.svg) center center/contain no-repeat;
}

.cta__btn.-mail a {
  text-align: center;
  padding: 4.26667vw 0 4.26667vw 5.33333vw;
  position: relative;
}

.cta__btn.-mail a::before {
  content: '';
  width: 5.33333vw;
  height: 5.33333vw;
  position: absolute;
  top: 50%;
  left: 4.53333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/cta/icon__mail.svg) center center/contain no-repeat;
}
