@charset "UTF-8";
/* Sass Document */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  overflow: hidden;
  /* add:20210905 */
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 959px), print {
  p {
    font-size: 15px; /* 0215 */
  }
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul li {
  list-style: none;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*************
 デフォルト色ベース
************/
.bg-white {
  background-color: #fff;
}

.bg-offwhite {
  background-color: #fffcf1;
}

.color-dusk {
  color: #415f77;
}

.color-golden {
  color: #f1c300;
}

.color-peachypink {
  color: #fd8282;
}

.color-grey {
  color: #777;
}

/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 1.2s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* ========
# font
========== */
/***********
ブレイクポイント
**********/
/* =====
# content width
====== */
.outline {
  width: 760px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 959px), print {
  .outline {
    width: 90%;
  }
}

.wrapper {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 959px), print {
  .wrapper {
    width: 100%;
  }
}

.container {
  width: 680px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 959px), print {
  .container {
    width: 88%;
  }
}

.inner {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 959px), print {
  .inner {
    width: 90%;
  }
}

/*****************************************************************************
各種パーツ
 *****************************************************************************/
.parallax {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/999_parallax.png);
}

.contact_title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  /*IE9以前に対応する*/
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #f78d18;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 419px), print {
  .contact_title {
    font-size: 6vw;
  }
}

.contact_title span {
  border-bottom: solid 1px #f78d18;
}

.contact_img {
  width: 88%;
  margin: 20px auto 38px;
}

.contact_btn-intro {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  color:#415f77;
}

@media only screen and (max-width: 419px), print {
  .contact_btn-intro {
    font-size: 6vw;
  }
}

.contact_btn-intro::before, .contact_btn-intro::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 61px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact_btn-intro::before {
  left: -2em;
  background-image: url(../images/00_slash-left.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact_btn-intro::after {
  right: -2em;
  background-image: url(../images/00_slash-right.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact_btn-intro .fzS {
  font-size: 22px;
  /*IE9以前に対応する*/
  font-size: 1.375rem;
}

@media only screen and (max-width: 767px), print {
  .contact_btn-intro .fzS {
    font-size: 0.9em;
  }
}

.dots {
  display: inline-block;
  position: relative;
}

.dots::before {
  position: absolute;
  top: -0.85em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #f78d18;
  font-size: 1.5em;
  content: "・";
}

.btn_wrapper {
  text-align: center;
  margin-top: 10px;
}

.btn {
  position: relative;
  display: block;
  padding: 1em 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 10px;
  color: #fff;
  background-color: #fc5050;
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.75;
  margin: 0 auto 0.5em;
  width: 65%;
}

.btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 5%;
  margin: auto;
  width: .5em;
  height: .5em;
  border-top: .05em solid #fff;
  border-right: .05em solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 767px), print {
  .btn::after {
    right: 3%;
  }
}

@media only screen and (max-width: 767px), print {
  .btn {
    width: 90%;
    font-size: 3.73333vw;
  }
}

.mincho {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  /*IE9以前に対応する*/
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

@media only screen and (max-width: 419px), print {
  .mincho {
    font-size: 6.5vw;
  }
}

/*****************************************************************************
 初期設定
 *****************************************************************************/
* {
  margin: 0;
  padding: 0;
}

body {
  /* @include YuGothic; */
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #555;
  font-weight: normal;
  /* font-feature-settings: "palt"on; */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  scroll-behavior: smooth;
  left: 0;
  zoom: 1;
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0em;
}

a {
  /* text-decoration: underline; */
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
  /* transform: scale(1.05, 1.05); */
}

a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  /* transform: scale(1.05, 1.05); */
}

img {
  width: 100%;
  height: auto;
}

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

.text-right {
  text-align: right;
}

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

.is-pc {
  display: block;
}

@media only screen and (max-width: 959px), print {
  .is-pc {
    display: none;
  }
}

.is-tab {
  display: none;
}

@media only screen and (max-width: 959px), print {
  .is-tab {
    display: block;
  }
}

.is-sp {
  display: none;
}

@media only screen and (max-width: 767px), print {
  .is-sp {
    display: block;
  }
}

/* ================================================
 * flex
/* ================================================*/
.flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.flex_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.flex_around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex_all_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  margin: 0 auto;
}

/*****************************************************************************
 ヘッダー
 *****************************************************************************/
.header {
  padding-bottom: 60px;
}

.header .container {
  margin-top: -2.5em;
}

.header .bg-white {
  padding-bottom: 2em;
  -webkit-box-shadow: 0px 1px 9.7px 0.3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 9.7px 0.3px rgba(0, 0, 0, 0.1);
}

.header .arrow_down {
  background-image: url(../images/00_arrow_down.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 1;
  padding-top: 3em;
  padding-bottom: 3em;
  margin-bottom: 2em;
}

.header .title {
  color: #415f77;
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  /*IE9以前に対応する*/
  font-size: 2rem;
  line-height: 1;
  text-shadow: 0px 1px 9.7px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.75em;
}

@media only screen and (max-width: 419px), print {
  .header .title {
    font-size: 6.4vw;
    line-height: 1.5;
  }
}

/*****************************************************************************
 フッター
 *****************************************************************************/
.footer {
  padding: 2.5em 0 0.5em;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  /*IE9以前に対応する*/
  font-size: 0.875rem;
  line-height: 1;
}

.footer .footer_links {
  margin-bottom: 1em;
}

.footer a {
  text-decoration: underline;
}

.footer a:hover {
  text-decoration: none;
}

.footer p {
  margin: 0 1em;
}

.footer p.footer_copyright {
  font-size: 12px;
  /*IE9以前に対応する*/
  font-size: 0.75rem;
  line-height: 4;
}

/********
共通
*********/
/***********
トップページ
************/
/*----------------------------
* ２お悩み
*----------------------------*/
.nayami {
  padding-top: 20px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 959px), print {
  .nayami {
    padding: 15% 0;
  }
  .nayami .wrapper {
    width: 95%;
  }
}

.nayami_box {
  background-color: #fff;
  border: solid 3px #d1e9ea;
  padding-top: 50px;
  padding-bottom: 68px;
}

@media only screen and (max-width: 959px), print {
  .nayami_box {
    padding-top: 15%;
    padding-bottom: 7%;
  }
}

.nayami .title_wrapper {
  background-image: url(../images/01_nayami-en.png);
  background-repeat: no-repeat;
  background-size: 98%;
  background-position: top center;
  padding-top: 1em;
  margin-bottom: 3.2em;
  text-align: center;
}

.nayami .title {
  display: inline-block;
  border-bottom: solid 3px #d1e9ea;
  padding-bottom: 0.35em;
}

.nayami_list li {
  position: relative;
  color: #434343;
  list-style: none;
  background: url(../images/01_list_mark.png) left 0 top 0.15em no-repeat;
  background-size: 26px auto;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 0.5em;
  padding-left: 2.5em;
  margin-bottom: 0.4em;
}

@media only screen and (max-width: 767px), print {
  .nayami_list li {
    background-size: 1.2em auto;
    background-position: left 0 top 0.5em;
    padding-left: 2em;
  }
}

.nayami_list li strong {
  color: #274c77;
}

/*----------------------------
* ３お客様の声
*----------------------------*/
.voice .bg-white {
  padding-top: 4.5em;
  padding-bottom: 5em;
}

@media only screen and (max-width: 959px), print {
  .voice .wrapper {
    width: 95%;
  }
}

.voice .title_en {
  margin: 0 auto 1.5em;
  width: 16%;
}

@media only screen and (max-width: 419px), print {
  .voice .title_en {
    width: 40%;
  }
}

.voice .section_title {
  margin-bottom: 3em;
}

.voice .card {
  -webkit-box-shadow: 0px 1px 29.1px 0.9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 29.1px 0.9px rgba(0, 0, 0, 0.1);
  padding-bottom: 2em;
  margin-bottom: 5em;
}

.voice .card:last-of-type {
  margin-bottom: 0;
}

.voice .card figure {
  text-align: center;
  position: relative;
  top: -2.5em;
}

.voice .card figure img {
  width: 22%;
}

@media only screen and (max-width: 419px), print {
  .voice .card figure img {
    width: 45%;
  }
}

.voice .card figure figcaption {
  color: #777;
  font-size: 14px;
  /*IE9以前に対応する*/
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 0.8em;
}

.voice .card figure figcaption span {
  font-size: 12px;
  /*IE9以前に対応する*/
  font-size: 0.75rem;
  line-height: 2.33333;
}

.voice .card p {
  margin-bottom: 2em;
  text-align: justify;
}

.voice .card p:last-of-type {
  margin-bottom: 0;
}

.voice .card p strong {
  font-weight: bold;
  color: #274c77;
}

.voice .card p span {
  font-weight: bold;
  background-color: #fcbcb8;
  padding: 0 0.2em;
}

/*----------------------------
* 申し込みボタン
*----------------------------*/
.contact .contact_box {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 9.7px 0.3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 9.7px 0.3px rgba(0, 0, 0, 0.1);
  border-top: solid 10px #fd8282;
  /* background-image: linear-gradient(90deg, #fd8282 0 25%, #d1e9ea 25% 50%, #ffd00c 50% 75%, #f78d18 75%);
    background-repeat: no-repeat;
    background-size: 100% 10px;
    background-position: top center; */
  padding-top: 2.5em;
  padding-bottom: 2em;
}

.contact .bg-offwhite {
  padding-top: 80px;
  padding-bottom: 80px;
}

/*----------------------------
* ４５６７メッセージ
*----------------------------*/
.message .title_box {
  background-color: #d1e9ea;
  position: relative;
  padding: 1.5em 0 2em;
}

.message .title_box::after {
  position: absolute;
  content: "";
  border-bottom: solid 1px #ffd00c;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 10px;
}

.message .title {
  color: #415f77;
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 419px), print {
  .message .title {
    font-size: 5.5vw;
  }
}

.message .title.mincho {
  text-align: left;
}

.message .title span {
  padding: 0 0.2em;
  background-color: #fff;
}

.message .bg-white {
  padding-top: 3em;
  padding-bottom: 2.5em;
}

.message p {
  margin-bottom: 2em;
  text-align: justify;
}

.message p strong {
  font-weight: bold;
  color: #274c77;
}

.message p .mincho {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.77778;
  background-color: #ffe472;
  padding: 0 0.2em;
}

.message .message_img {
  margin: 0 auto 2.8em;
  width: 86%;
}

/*----------------------------
* ８潜在域英語コーチングとは
*----------------------------*/
.about .bg-white {
  padding-top: 80px;
  padding-bottom: 70px;
}

.about .about_box {
  border: solid 40px #d1e9ea;
}

@media only screen and (max-width: 419px), print {
  .about .about_box {
    border: solid 1em #d1e9ea;
  }
  .message .message_img {
    width: 95%;
  }
}

.about .about_intro {
  margin-bottom: 1em;
}

.about .about_intro.mincho {
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0;
}

@media only screen and (max-width: 419px), print {
  .about .about_intro.mincho {
    font-size: 4vw;
  }
}

.about .about_intro span {
  border-bottom: solid 1px #ffd00c;
}

.about .title {
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(10%, #ffd00c), color-stop(90%, #ffd00c), to(white));
  background: linear-gradient(90deg, white 0%, #ffd00c 10%, #ffd00c 90%, white 100%);
  text-align: center;
  margin-bottom: 40px;
  width: 500px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.about .title.mincho {
  letter-spacing: 0;
}

.about .mb2em {
  margin-bottom: 2em;
}

.about .about_voice li {
  width: 88%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 959px), print {
  .about .about_voice li {
    width: 100%;
  }
}

.about .about_voice li.flex_between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about .about_voice li .about_voice-img {
  width: 20%;
}

@media only screen and (max-width: 959px), print {
  .about .about_voice li .about_voice-img {
    width: 20%;
  }
}

.about .about_voice li .balloon {
  width: 80%;
  position: relative;
  display: inline-block;
  padding: 0.7em 1em 0.7em;
  background: #FFF;
  border: solid 3px #ffd00c;
  border-radius: 10px;
}

@media only screen and (max-width: 959px), print {
  .about .about_voice li .balloon {
    width: 70%;
  }
}

.about .about_voice li .balloon::before, .about .about_voice li .balloon::after {
  content: "";
  position: absolute;
  top: 50%;
}

.about .about_voice li .balloon::before {
  left: -32px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 24px solid #FFF;
  z-index: 2;
}

.about .about_voice li .balloon::after {
  left: -40px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 26px solid #ffd00c;
  z-index: 1;
}

.about .about_voice li:nth-of-type(2n) {
  margin-left: 0;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about .about_voice li:nth-of-type(2n) .balloon::before {
  left: unset;
  right: -20px;
  border-right: none;
  border-left: 22px solid #FFF;
}

.about .about_voice li:nth-of-type(2n) .balloon::after {
  left: unset;
  right: -24px;
  border-right: none;
  border-left: 22px solid #ffd00c;
}

.about .about_voice li:last-of-type {
  width: 91%;
}

@media only screen and (max-width: 959px), print {
  .about .about_voice li:last-of-type {
    width: 100%;
  }
}

.about .about_voice li:last-of-type .about_voice-img {
  width: 16%;
}

@media only screen and (max-width: 959px), print {
  .about .about_voice li:last-of-type .about_voice-img {
    width: 20%;
  }
}

.about .about_voice li:last-of-type .balloon {
  width: 77%;
}

@media only screen and (max-width: 959px), print {
  .about .about_voice li:last-of-type .balloon {
    width: 70%;
  }
}

.about .about_text {
  margin-bottom: 9em;
}

.about .about_text p {
  margin-bottom: 2em;
}

.about .title2_wrapper {
  background-image: url(../images/09_features-en.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: top center;
  padding-top: 1em;
  margin-bottom: 3em;
}

.about .features_list {
  margin-bottom: 8.5em;
}

.about .features_list li {
  margin-bottom: 3em;
}

@media only screen and (max-width: 767px), print {
  .about .features_list li.flex_between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .about_text {
    margin-bottom: 6em;
  }
  .about .features_list {
    margin-bottom: 6em;
  }
}

.about .features_list li:last-of-type {
  margin-bottom: 0;
}

.about .features_list .title_box {
  width: 100%;
  margin-bottom: 1em;
}

.about .features_list .title_box.flex_start {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about .features_list .title_box .num {
  width: 40px;
  margin-right: 8px;
}

@media only screen and (max-width: 767px), print {
  .about .features_list .title_box .num {
    width: 2em;
  }
}

.about .features_list .title_box .list_title {
  font-weight: bold;
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.25rem;
  line-height: 1.33333;
}

@media only screen and (max-width: 419px), print {
  .about .features_list .title_box .list_title {
    font-size: 4.5vw;
    width: 84%;
  }
}

.about .features_list .list_img {
  width: 25%;
}

@media only screen and (max-width: 767px), print {
  .about .features_list .list_img {
    width: 100%;
    margin-bottom: 1em;
  }
}

.about .features_list .list_text {
  width: 72%;
}

@media only screen and (max-width: 767px), print {
  .about .features_list .list_text {
    width: 100%;
  }
}

.about .under_line-blue {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #d1e8ea));
  background: linear-gradient(transparent 60%, #d1e8ea 40%);
  padding: 0 0.2em;
  margin-bottom: 2em;
}

.about .title3_wrapper {
  background-image: url(../images/10_curriculum-en.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 80%;
  padding-top: 10px;
  margin-bottom: 60px;
}

.about .title3_wrapper .title3 span {
  display: inline-block;
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  letter-spacing: 0;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 419px), print {
  .about .title3_wrapper .title3 span {
    font-size: 6vw;
  }
  .about .under_line-blue:first-child{
    margin-bottom: 0;
  }
  
}

.about .curriculum_list {
  margin-bottom: 11.5em;
}

.about .curriculum_list > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 46px;
}

@media only screen and (max-width: 767px), print {
  .about .curriculum_list > li.flex_between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .curriculum_list {
    margin-bottom: 6em;
  }
}

.about .curriculum_list > li:nth-of-type(1) .list_title {
  background-color: #fffae6;
}

.about .curriculum_list > li:nth-of-type(2) .list_title {
  background-color: #fff3c2;
}

.about .curriculum_list > li:nth-of-type(3) .list_title {
  background-color: #ffec9e;
}

.about .curriculum_list > li:nth-of-type(4) .list_title {
  background-color: #ffe57a;
}

.about .curriculum_list > li:nth-of-type(5) .list_title {
  background-color: #ffde54;
}

.about .curriculum_list > li:nth-of-type(6) .list_title {
  background-color: #ffd00c;
}

.about .curriculum_list .num {
  width: 15%;
  padding: 0 1em;
}

@media only screen and (max-width: 767px), print {
  .about .curriculum_list .num {
    width: 25%;
    padding: 0;
    margin-bottom: 1em;
  }
}

.about .curriculum_list .text_box {
  width: 84%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: solid 2px #ccc;
  padding-left: 4%;
}

@media only screen and (max-width: 767px), print {
  .about .curriculum_list .text_box {
    border-left: none;
    border-top: solid 2px #ccc;
    width: 100%;
    padding-left: 0;
    padding-top: 1em;
  }
}

.about .curriculum_list .text_box .list_title {
  font-size: 20px;
  /*IE9以前に対応する*/
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  padding: 0.5em 0;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px), print {
  .about .curriculum_list .text_box .list_title {
    font-size: 4.5vw;
  }
}

.about .curriculum_list .text_box .curriculum_sublist {
  margin-left: 2.5em;
}

@media only screen and (max-width: 767px), print {
  .about .curriculum_list .text_box .curriculum_sublist {
    margin: 0 auto;
  }
}

.about .curriculum_list .text_box .curriculum_sublist li {
  position: relative;
  padding-left: 1em;
}

.about .curriculum_list .text_box .curriculum_sublist li::before {
  position: absolute;
  content: "・";
  left: 0;
}

.about .title4_wrapper {
  background-image: url(../images/11_result-en.png);
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: top center;
  padding-top: 1em;
  margin-bottom: 3em;
}

.about .title4_wrapper .title4 {
  letter-spacing: 0.04em;
}

.about .result_list {
  margin-bottom: 2em;
}

.about .result_list li {
  position: relative;
  list-style: none;
  background: url(../images/11_result-list.png) left 0 top 0.15em no-repeat;
  background-size: 30px auto;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 0.5em;
  padding-left: 2.5em;
  margin-bottom: 0.4em;
}

@media only screen and (max-width: 767px), print {
  .about .result_list li {
    background-size: 1.2em auto;
    background-position: left 0 top 0.5em;
    padding-left: 2em;
  }
}

/*----------------------------
* 12説明会
*----------------------------*/
.info .bg-white {
  padding-top: 116px;
  padding-bottom: 80px;
}

.info .info_box {
  border: solid 1px #f78d18;
  background-color: #fffcf1;
  text-align: center;
  padding-top: 7em;
  padding-bottom: 3em;
  position: relative;
}

.info .info_box .logo {
  position: absolute;
  left: 50%;
  top: -75px;
  width: 150px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.info .info_box .info_text {
  margin-bottom: 1.5em;
}

.info .info_box .info_text p {
  margin-bottom: 1em;
}

.info .info_box .info_text p strong {
  font-weight: bold;
  color: #f78d18;
  font-size: 20px;
  /*IE9以前に対応する*/
  font-size: 1.25rem;
  line-height: 1.6;
}

.info .info_box .info_text p:last-of-type {
  margin-bottom: 0;
}

.info .info_box .info_text p.fzS {
  font-size: 14px;
  /*IE9以前に対応する*/
  font-size: 0.875rem;
  line-height: 2;
  white-space: nowrap;
}

@media only screen and (max-width: 767px), print {
  .info .info_box .info_text p.fzS {
    white-space: normal;
    text-align: left;
  }
}

.info .title {
  color: #f78d18;
  margin-bottom: 0.5em;
}

.info .info_img {
  margin: 0 auto 1.5em;
  width: 83%;
}

.info .flow {
  color: #415f77;
  font-size: 20px;
  /*IE9以前に対応する*/
  font-size: 1.25rem;
  line-height: 1.6;
  border-radius: 10px;
  background-color: #fff;
  padding: 0.5em 0;
  margin: 2.5em auto 2em;
}

.info .flow_list {
  margin: 0 auto;
  width: 85%;
}

.info .flow_list li {
  border: solid 1px #f78d18;
  line-height: 1;
  padding: 0.7em 2em;
  margin-bottom: 1em;
  text-align: left;
}

.info .flow_list li span {
  color: #f78d18;
}

/*----------------------------
* 13おすすめ
*----------------------------*/
.recommend .title {
  font-size: 32px;
  /*IE9以前に対応する*/
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1.25em;
  color: #415f77;
}

@media only screen and (max-width: 767px), print {
  .recommend .title {
    font-size: 6vw;
  }
  .info .flow_list {
    margin: 0 auto;
    width: 100%;
  }
  .info .title {
    margin-bottom: 1em;
  }
}

.recommend .recommend_box {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(97%, rgba(0, 0, 0, 0)), color-stop(97%, #e4edf4), to(#e4edf4));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #e4edf4 97%, #e4edf4 100%);
  background-size: 100% 1.4em;
  padding-top: 4.5em;
  padding-bottom: 3em;
}

.recommend .recommend_en {
  width: 35%;
  margin: 0 auto 2em;
}

@media only screen and (max-width: 767px), print {
  .recommend .recommend_en {
    width: 70%;
  }
}

.recommend .recommend_list-box {
  width: 80%;
  margin: 0 auto;
}

.recommend .recommend_list {
  margin-bottom: 2em;
}

.recommend .recommend_list li {
  position: relative;
  list-style: none;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
}

.recommend .recommend_list li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  color: #ffd00c;
}

@media only screen and (max-width: 767px), print {
  .recommend .recommend_list li {
    background-size: 1.2em auto;
    background-position: left 0 top 1em;
    padding-left: 2em;
  }
}

/*----------------------------
* 14よくあるご質問
*----------------------------*/
.faq .bg-white {
  padding-top: 70px;
  padding-bottom: 80px;
}

.faq .faq_en {
  width: 18%;
  margin: 0 auto 2em;
}

@media only screen and (max-width: 767px), print {
  .faq .faq_en {
    width: 35%;
  }
}

.faq .title {
  margin-bottom: 1.5em;
  color: #415f77;
}

.faq .faq_box {
  background-color: #fffcf1;
  padding: 1.5em;
  margin-bottom: 30px;
}

.faq .faq_box:last-of-type {
  margin-bottom: 0;
}

.faq_list {
  position: relative;
  padding: 0 0 0 2.5em;
  text-align: justify;
}

.faq_list:nth-of-type(1) {
  margin-bottom: 0.5em;
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.77778;
}

.faq_list_mark {
  font-family: 'Hind', sans-serif;
  display: inline-block;
  position: absolute;
  top: 0.25em;
  left: 0.5em;
  padding: 0;
  text-align: center;
  font-weight: bold;
}

/*----------------------------
* 15対象
*----------------------------*/
.subject {
  text-align: center;
}

.subject .bg-white {
  padding-top: 80px;
  padding-bottom: 80px;
}

.subject .subject_box {
  -webkit-box-shadow: 0px 1px 9.7px 0.3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 9.7px 0.3px rgba(0, 0, 0, 0.1);
  border: solid 20px #ffd00c;
  padding: 2em 0 0;
}

.subject .title {
  font-size: 28px;
  /*IE9以前に対応する*/
  font-size: 1.75rem;
  line-height: 1.71429;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 767px), print {
  .subject .title {
    font-size: 5vw;
  }
  .faq_list:nth-of-type(1) {
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
  }
  .faq_list{
    font-size: 15px;
  }
}

.subject .title span {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #fcbcb8));
  background: linear-gradient(transparent 60%, #fcbcb8 40%);
  padding: 0 0.2em;
}

.subject p {
  margin-bottom: 2em;
}

/*----------------------------
* 16追伸
*----------------------------*/
.postscript {
  text-align: center;
  color: #415f77;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}

.postscript .bg-white {
  padding-bottom: 80px;
}

.postscript .postscript_img {
  margin-bottom: 65px;
}

.postscript .postscript_text p {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 2.5;
  margin-bottom: 2.5em;
}

.thankyou{
  background-color:#aed8da ;
  color: #fff;
  text-align: center;
  padding: 2em 0;
  position: relative;
  opacity: 0.9;
}
.thankyou-p1{
  font-size: 1.25rem;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  color: #415f77;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100vh;
  display: inline-block;
  padding: 0.5em 1.25em ;
  margin-top: 0.5em;
  line-height: 1.5;
}
.thankyou-p1 span{
  font-size: 2rem;
}
.thankyou-p2{
  font-size: 1.25rem;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}
.thankyou-p3{
  font-size: 1rem;
  letter-spacing: 0.2em;
}
.thankyou:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  bottom: -30px;
  border-right: 30px solid #aed8da;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  transform: rotate( 
-90deg );
}

@media only screen and (max-width: 767px), print {
  .thankyou{
    padding: 2em 0;
  }
  .thankyou-p1{
    font-size: 1.25rem;
    margin-bottom: 1em;
    padding: 0.5em 2em ;
    letter-spacing: 0.1em;
  }
  .thankyou-p1 span{
    font-size: 1.75rem;
  }
  .thankyou-p2{
    font-size: 1rem;
    margin-bottom: 0;
    letter-spacing: 0.1em;
  }
  .thankyou-p3{
    font-size: 0.75rem;
  }
  .thankyou:after {

    bottom: -20px;
  }
}

