@charset "UTF-8";
/* variables
-----------------------------*/
/* functions
-----------------------------*/
/* mixins
-----------------------------*/
/* pages
-----------------------------*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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;
}

/* 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 {
  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;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.ja-r {
  font-family: "FOT-筑紫A丸ゴシック Std R";
}

.newsevent-card .detail-area h3, .ja {
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

.newsevent-card .detail-area .readmore, .newsevent-card .detail-area .date, .newsevent-card .thumb .category, .more-btn, .en {
  font-family: "Quicksand", sans-serif;
}

body .page .pageheader-section .inner-block h1, .heading {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.12em;
}
body .page .pageheader-section .inner-block h1 span, .heading span {
  display: block;
  color: #EB613B;
  font-size: 14px;
  margin-top: 10px;
}
body .page .pageheader-section .inner-block h1 span.brand, .heading span.brand {
  color: #756449;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  body .page .pageheader-section .inner-block h1, .heading {
    font-size: 20px;
  }
  body .page .pageheader-section .inner-block h1 span, .heading span {
    font-size: 13px;
  }
}

body main article .catch, .heading-2 {
  font-size: 26px;
  letter-spacing: 0.28em;
}
body main article .catch span, .heading-2 span {
  display: block;
}
body main article .catch span.brand, .heading-2 span.brand {
  color: #756449;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  body main article .catch, .heading-2 {
    font-size: 20px;
  }
}

.newsevent-card .detail-area h3, .heading-3 {
  font-size: 18px;
  letter-spacing: 0.22em;
}

.newsevent-card .detail-area p, .newsevent-card .detail-area .date, body main article p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 576px) {
  .newsevent-card .detail-area p, .newsevent-card .detail-area .date, body main article p {
    font-size: 13px;
  }
}

body .page .pagecontent-section .inner-block, body .page .pageheader-section .inner-block, body #home .plan-section .inner-footer, body #home .plan-section .inner-block, body #home .voice-section .inner-block h2, body #home .chat-section .inner-footer > div, body #home .chat-section .inner-block h2, body #home .service-section .inner-block, body #home .specialist-section .inner-footer > div, body #home .specialist-section .inner-block .keyword-area, body #home .specialist-section .inner-header .slide, body #home .hero-section .inner-block, footer .inner-block, .body-wrapper header .inner-block, .inner-banner, .section-news .inner-header, .section-cardlist .inner-footer, .section-cardlist .inner-content .card-list, .section-cardlist .inner-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
}
@media screen and (max-width: 1160px) {
  body .page .pagecontent-section .inner-block, body .page .pageheader-section .inner-block, body #home .plan-section .inner-footer, body #home .plan-section .inner-block, body #home .voice-section .inner-block h2, body #home .chat-section .inner-footer > div, body #home .chat-section .inner-block h2, body #home .service-section .inner-block, body #home .specialist-section .inner-footer > div, body #home .specialist-section .inner-block .keyword-area, body #home .specialist-section .inner-header .slide, body #home .hero-section .inner-block, footer .inner-block, .body-wrapper header .inner-block, .inner-banner, .section-news .inner-header, .section-cardlist .inner-footer, .section-cardlist .inner-content .card-list, .section-cardlist .inner-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 576px) {
  body .page .pagecontent-section .inner-block, body .page .pageheader-section .inner-block, body #home .plan-section .inner-footer, body #home .plan-section .inner-block, body #home .voice-section .inner-block h2, body #home .chat-section .inner-footer > div, body #home .chat-section .inner-block h2, body #home .service-section .inner-block, body #home .specialist-section .inner-footer > div, body #home .specialist-section .inner-block .keyword-area, body #home .specialist-section .inner-header .slide, body #home .hero-section .inner-block, footer .inner-block, .body-wrapper header .inner-block, .inner-banner, .section-news .inner-header, .section-cardlist .inner-footer, .section-cardlist .inner-content .card-list, .section-cardlist .inner-header {
    padding-left: 25px;
    padding-right: 25px;
  }
}

body #home .videochat-section .inner-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
}
@media screen and (max-width: 1160px) {
  body #home .videochat-section .inner-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 576px) {
  body #home .videochat-section .inner-block {
    padding-left: 25px;
    padding-right: 25px;
  }
}

body #home .chat-section .inner-header > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
}
@media screen and (max-width: 1160px) {
  body #home .chat-section .inner-header > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 576px) {
  body #home .chat-section .inner-header > div {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.section-news .inner-content .news-feed, .pagination-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}
@media screen and (max-width: 1160px) {
  .section-news .inner-content .news-feed, .pagination-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 576px) {
  .section-news .inner-content .news-feed, .pagination-block {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

#fontplus-trial-banner {
  display: none !important;
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #423C3C;
  font-weight: 500;
}
body #wrap {
  position: relative;
  background-color: #fff;
}
body #wrap > .sns-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 30vh;
}
body #wrap > .sns-area a {
  display: block;
  width: 30px;
}
body #wrap > .sns-area a + a {
  margin-top: 10px;
}
body #wrap > .sns-area a img {
  width: 100%;
}
body * {
  backface-visibility: hidden;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  letter-spacing: 0.15em;
}
body p {
  word-break: break-all;
}
body main {
  position: relative;
  z-index: 0;
  background-color: #fff;
  margin-top: 65px;
}
body main article .catch {
  margin-bottom: 25px;
}
body main article .single-header {
  padding-bottom: 70px;
}
body main article .single-header .section-title {
  text-align: center;
}
body main article .single-header .section-title span {
  display: block;
  position: relative;
}
body main article .single-header .section-title span.en {
  font-size: 15px;
  letter-spacing: 0.31em;
  padding-bottom: 90px;
  font-weight: bold;
  color: #756449;
}
body main article .single-header .section-title span.en:after {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #756449;
}
body main article .single-header .section-title span.ja {
  font-size: 26px;
  padding-top: 40px;
  letter-spacing: 0.28em;
}
@media screen and (max-width: 576px) {
  body main {
    overflow: hidden;
  }
}

.visible-sm {
  display: none;
}
@media screen and (max-width: 576px) {
  .visible-sm {
    display: inline;
  }
}

.hidden-sm {
  display: inline;
}
@media screen and (max-width: 576px) {
  .hidden-sm {
    display: none;
  }
}

.visible-md {
  display: none;
}
@media screen and (max-width: 850px) {
  .visible-md {
    display: inline;
  }
}

.hidden-md {
  display: inline;
}
@media screen and (max-width: 850px) {
  .hidden-md {
    display: none;
  }
}

.body-wrapper header nav.menu--desktop {
  display: flex;
}
@media screen and (max-width: 850px) {
  .body-wrapper header nav.menu--desktop {
    display: none;
  }
}
.body-wrapper header nav.menu--mobile {
  display: none;
}
@media screen and (max-width: 850px) {
  .body-wrapper header nav.menu--mobile {
    display: flex;
  }
}

dl.list {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
dl.list.last {
  border-bottom: 0 none;
}
dl.list > * {
  padding-top: 15px;
  padding-bottom: 15px;
}
dl.list > dt {
  width: 250px;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
}
dl.list > dd {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
}
.rotate-90 {
  transform: rotate(90deg);
}

.btn, body .page .pagecontent-section .inner-block .hs-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 232px;
  width: 100%;
  height: 45px;
  background: #EB613B;
  border-radius: 40px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  position: relative;
}
.btn.btn-fukidashi svg, body .page .pagecontent-section .inner-block .btn-fukidashi.hs-button svg {
  width: 31px;
  height: 21px;
  margin-left: 6px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .btn, body .page .pagecontent-section .inner-block .hs-button {
    height: 40px;
    font-size: 14px;
  }
}

.text-link {
  padding-bottom: 8px;
  border-bottom: 1px solid #423C3C;
  display: inline-block;
  font-weight: bold;
}
.text-link:hover {
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 576px) {
  .text-link {
    font-size: 13px;
  }
}

.more-btn {
  width: 200px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border: 1px solid #756449;
  color: #756449;
  position: relative;
  border-radius: 20px;
  letter-spacing: 0.25em;
  font-weight: bold;
  transition: all 0.3s;
}
.more-btn:hover {
  background-color: rgba(159, 147, 128, 0.3);
}
.more-btn span {
  transition: all 1s;
}
.more-btn:before {
  display: block;
  content: "";
  width: 184px;
  height: 1px;
  background-color: #756449;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -134px;
  margin: auto;
  transition: all 1s;
}
@media screen and (max-width: 990px) {
  .more-btn {
    overflow: hidden;
  }
}
@media screen and (max-width: 850px) {
  .more-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.more-btn.is-active:before {
  width: 224px;
}
.more-btn.is-active span {
  text-indent: 100px;
}

.small-btn {
  max-width: 220px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #fff;
  border: 1px solid #756449;
  color: #756449;
  position: relative;
  border-radius: 20px;
  letter-spacing: 0.21em;
  font-weight: bold;
  font-size: 13px;
  transition: all 0.3s;
}
.small-btn:hover {
  background-color: rgba(159, 147, 128, 0.3);
}

.newsevent-card {
  display: block;
}
.newsevent-card .thumb {
  height: 200px;
  position: relative;
  background-color: #756449;
  border-radius: 10px;
  margin-bottom: 25px;
}
.newsevent-card .thumb .category {
  width: 98px;
  height: 32px;
  text-align: center;
  position: absolute;
  font-size: 14px;
  letter-spacing: 0.25em;
  color: #756449;
  font-weight: 500;
  line-height: 32px;
  background-image: url(../img/home/label-category-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 25px;
  left: -10px;
}
.newsevent-card .detail-area .date {
  color: #9f9380;
  margin-bottom: 15px;
  font-weight: 500;
}
.newsevent-card .detail-area h3 {
  margin-bottom: 15px;
  color: #756449;
}
.newsevent-card .detail-area p {
  text-align: justify;
  margin-bottom: 20px;
}
.newsevent-card .detail-area .readmore {
  text-align: right;
  color: #9f9380;
  font-size: 14px;
  letter-spacing: 0.22em;
  position: relative;
}
.newsevent-card .detail-area .readmore:after {
  display: block;
  content: "";
  height: 1px;
  background-color: #9f9380;
  width: calc(100% - 120px);
  max-width: 145px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

#contact-sec {
  background-color: #ddd8d2;
  padding: 100px 0 120px;
}
#contact-sec .inner {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1315px) {
  #contact-sec .inner {
    padding-left: 180px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 850px) {
  #contact-sec .inner {
    max-width: 100%;
    padding-left: 30px;
  }
}
#contact-sec .inner h3.sec-ttl {
  width: 116px;
  text-align: center;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
}
#contact-sec .inner h3.sec-ttl img {
  width: 100%;
}
#contact-sec .inner .txt {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: center;
  color: #2f271b;
}
#contact-sec .inner .btn {
  background-color: #2f271b;
  border-color: #2f271b;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
#contact-sec .inner .btn:hover {
  background-color: #756449;
  border-color: #756449;
}
@media screen and (max-width: 576px) {
  #contact-sec {
    padding: 55px 0 65px;
  }
  #contact-sec .inner h3.sec-ttl {
    width: 108px;
    margin-bottom: 32px;
  }
  #contact-sec .inner .btn {
    margin-top: 38px;
  }
}

.pagination-block {
  padding-top: 55px;
}
.pagination-block ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
.pagination-block ul.page-numbers li .page-numbers {
  border-radius: 50px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border: 1px solid #fff;
  position: relative;
  color: #005B34;
  margin-left: 10px;
  margin-right: 10px;
}
.pagination-block ul.page-numbers li .page-numbers.current {
  border-color: #005B34;
}
.pagination-block ul.page-numbers li .page-numbers.prev {
  padding-right: 50px;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-right: 0;
  border: 0 none;
}
.pagination-block ul.page-numbers li .page-numbers.prev:after {
  width: 18px;
  height: 1px;
  background-color: #005B34;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.pagination-block ul.page-numbers li .page-numbers.next {
  padding-left: 50px;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 0;
  margin-right: 0;
  border: 0 none;
}
.pagination-block ul.page-numbers li .page-numbers.next:before {
  width: 18px;
  height: 1px;
  background-color: #005B34;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.progress {
  background-color: #fff;
  color: rgb(255, 255, 255);
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.progress img {
  width: 340px;
  animation: Nowloading 3s infinite;
}

@keyframes Nowloading {
  0% {
    filter: blur(50px);
    opacity: 0.2;
  }
  50% {
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    filter: blur(50px);
    opacity: 0.2;
  }
}
.progress_bar {
  border-top: 1px solid #005B34;
  position: absolute;
  top: 50%;
  width: 0%;
}

.progress_text {
  font-size: 13px;
  margin-top: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 1;
  color: #005B34;
}

.progress_complete .progress_bar {
  border-top-color: rgb(255, 255, 255);
}

.section-cardlist {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-cardlist .inner-header {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
.section-cardlist .inner-header h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.section-cardlist .inner-header h2:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #eee;
}
.section-cardlist .inner-header .more {
  font-weight: bold;
}
.section-cardlist .inner-content .card-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.section-cardlist .inner-content .card-list .card-item {
  width: calc(25% - 30px);
  background-color: #fff;
}
.section-cardlist .inner-content .card-list .card-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-cardlist .inner-content .card-list .card-item .detail {
  padding: 20px;
}
.section-cardlist .inner-content .card-list .card-item.spacer {
  background-color: transparent;
}
.section-cardlist .inner-footer {
  padding-top: 50px;
}
@media screen and (max-width: 1160px) {
  .section-cardlist .inner-footer .banner-kit {
    flex-wrap: wrap;
  }
  .section-cardlist .inner-footer .banner-kit .bnr {
    width: 100%;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .section-cardlist .inner-footer .banner-kit .bnr img {
    width: 100%;
  }
  .section-cardlist .inner-footer .banner-kit .station {
    width: 100%;
    display: block;
  }
  .section-cardlist .inner-footer .banner-kit .station h3 {
    display: inline-block;
  }
  .section-cardlist .inner-footer .banner-kit .station h3 br {
    display: none;
  }
  .section-cardlist .inner-footer .banner-kit .station a {
    display: inline-block;
  }
}
@media screen and (max-width: 850px) {
  .section-cardlist .inner-content .card-list .card-item {
    width: calc(25% - 22.5px);
  }
  .section-cardlist .inner-footer .banner-kit .station h3 {
    display: block;
  }
  .section-cardlist .inner-footer .banner-kit .station a {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .section-cardlist {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-cardlist .inner-header {
    margin-bottom: 40px;
  }
  .section-cardlist .inner-header h2 {
    font-size: 18px;
  }
  .section-cardlist .inner-content .card-list {
    flex-wrap: wrap;
  }
  .section-cardlist .inner-content .card-list .card-item {
    width: calc(50% - 15px);
    margin-top: 30px;
  }
  .section-cardlist .inner-content .card-list .card-item:first-child {
    margin-top: 0;
  }
  .section-cardlist .inner-content .card-list .card-item:first-child + .card-item {
    margin-top: 0;
  }
  .section-cardlist .inner-content .card-list .card-item .detail {
    padding: 15px;
  }
  .section-cardlist .inner-content .card-list .card-item .detail p {
    font-size: 11px;
  }
  .section-cardlist .inner-footer {
    padding-top: 25px;
  }
  .section-cardlist .inner-footer .banner-kit .station h3 {
    font-size: 14px;
  }
  .section-cardlist .inner-footer .banner-kit .station h3 br {
    display: inline;
  }
}

.section-news {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-news .inner-header {
  margin-bottom: 50px;
  text-align: center;
}
.section-news .inner-header h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
}
.section-news .inner-content .news-feed .news-item {
  height: 75px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.section-news .inner-content .news-feed .news-item:nth-child(even) {
  background-color: #FAFAFA;
}
.section-news .inner-content .news-feed .news-item time {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 700;
  white-space: nowrap;
}
.section-news .inner-content .news-feed .news-item .category {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 130px;
  height: 30px;
  font-size: 12px;
  letter-spacing: 0.1em;
  border: 1px solid;
  margin-left: 35px;
  margin-right: 35px;
  line-height: 0;
}
.section-news .inner-content .news-feed .news-item .category.latest {
  color: #33A642;
}
.section-news .inner-content .news-feed .news-item .category.campaign {
  color: #B4921B;
}
.section-news .inner-content .news-feed .news-item .category.shopnews {
  color: #F29229;
}
.section-news .inner-content .news-feed .news-item .category.important {
  color: #F80016;
}
.section-news .inner-content .news-feed .news-item a {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-decoration: underline;
  line-height: 1.6;
}
.section-news .inner-content .news-feed .news-item a img {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.section-news .inner-content .news-feed + .news-feed {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ccc;
}
.section-news .inner-footer .btn-area {
  text-align: center;
  padding-top: 50px;
}
.section-news .inner-footer .btn-area .btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .section-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-news .inner-header {
    margin-bottom: 40px;
    text-align: left;
  }
  .section-news .inner-header h2 {
    font-size: 18px;
  }
  .section-news .inner-content .news-feed .news-item {
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
  }
  .section-news .inner-content .news-feed .news-item time {
    font-size: 14px;
  }
  .section-news .inner-content .news-feed .news-item .category {
    width: auto;
    height: 25px;
    padding: 3px 25px 0;
    margin: 0;
  }
  .section-news .inner-content .news-feed .news-item a {
    font-size: 14px;
    width: 100%;
    display: block;
    padding-top: 15px;
  }
  .section-news .inner-content .news-feed .news-item + .news-item {
    border-top: 1px solid #ccc;
    padding-top: 25px;
    margin-top: 25px;
  }
  .section-news .inner-footer .btn-area {
    text-align: center;
    padding-top: 50px;
  }
  .section-news .inner-footer .btn-area .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

#page-content .post-block .inner-content .post-content h2.title {
  display: block;
  color: #3E3A39;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 15px;
}
#page-content .post-block .inner-content .post-content p {
  margin-bottom: 15px;
}
#page-content .post-block .inner-content .post-content .btn {
  margin-bottom: 25px;
}
#page-content .post-block .inner-content .post-content table {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#page-content .post-block .inner-content .post-content table tr > * {
  padding: 15px;
}
#page-content .post-block .inner-content .post-content table tr:nth-child(odd) {
  background-color: #efefef;
}

.size-modal .remodal-close {
  left: unset;
  right: 0;
  background: #efefef;
}
.size-modal img {
  max-width: 200px;
  margin-bottom: 25px;
}
.size-modal table {
  width: 100%;
}
.size-modal table tr > * {
  border: #ccc;
  padding: 10px;
}
.size-modal table tr th {
  background-color: #efefef;
}
.inner-banner .banner-kit {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 25px;
  background-color: #eee;
}
.inner-banner .banner-kit .bnr {
  width: 100%;
  max-width: 728px;
  background-color: #fff;
}
.inner-banner .banner-kit .station {
  width: calc(100% - 728px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.inner-banner .banner-kit .station h3 {
  font-size: 16px;
  font-weight: bold;
}
.inner-banner .banner-kit .station a {
  color: #005B34;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1160px) {
  .inner-banner .banner-kit {
    flex-wrap: wrap;
  }
  .inner-banner .banner-kit .bnr {
    width: 100%;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .inner-banner .banner-kit .bnr img {
    width: 100%;
  }
  .inner-banner .banner-kit .station {
    width: 100%;
    display: block;
  }
  .inner-banner .banner-kit .station h3 {
    display: inline-block;
  }
  .inner-banner .banner-kit .station h3 br {
    display: none;
  }
  .inner-banner .banner-kit .station a {
    display: inline-block;
  }
}
@media screen and (max-width: 850px) {
  .inner-banner .banner-kit .station h3 {
    display: block;
  }
  .inner-banner .banner-kit .station a {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .inner-banner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .inner-banner .banner-kit .station h3 {
    font-size: 14px;
  }
  .inner-banner .banner-kit .station h3 br {
    display: inline;
  }
}

.wp-block-table table tr:nth-child(odd) {
  font-weight: bold;
}
.wp-block-table table tr td {
  border: 1px solid #ccc;
}
.wp-block-table figcaption {
  font-size: 12px;
  padding-top: 10px;
}

#dialog {
  position: fixed;
  max-width: 500px;
  min-height: 340px;
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 6px 6px 14px 2px #ccc;
  z-index: 1;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
  animation: modal-open 0.4s ease;
  position: fixed;
  width: 100%;
  height: 100%;
  content: "1";
}

dialog[open] {
  animation: modal-slide 0.5s ease;
}

dialog[close] {
  animation: modal-slide 0.5s ease;
}

.modal-header {
  padding: 20px;
  background-color: #007bbb;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-weight: bold;
}

.modal-contents {
  padding: 20px;
  color: #333;
  font-weight: bold;
}
.modal-contents h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 25px;
}
.modal-contents .btn-area {
  text-align: center;
}
.modal-contents .btn-area .btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.modal-contents .btn-area .btn + .btn {
  margin-top: 20px;
}

.modal-footer {
  padding: 20px;
  color: #333;
  font-weight: bold;
}

.btn-close {
  color: #EB613B;
  cursor: pointer;
  font-size: 40px;
  position: absolute;
  right: 10px;
  top: 0;
  background-color: transparent;
  border: none;
  outline: none;
}

@keyframes modal-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-slide {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.mt20 {
  margin-top: 20px;
}

.body-wrapper header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}
.body-wrapper header .inner-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  height: 80px;
}
.body-wrapper header .inner-block .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.body-wrapper header .inner-block .logo img {
  max-width: 136px;
  width: 100%;
}
.body-wrapper header .inner-block .logo .text {
  padding-left: 18px;
  font-size: 16px;
  letter-spacing: 0.2em;
}
.body-wrapper header .inner-block .logo .text span {
  font-size: 12px;
  display: block;
}
.body-wrapper header .inner-block .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.body-wrapper header .inner-block .menu .links a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-right: 40px;
}
.body-wrapper header .inner-block .menu .mypage {
  width: auto;
  padding-right: 20px;
  height: 40px;
  border: 1px solid #EB613B;
  border-radius: 22px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #EB613B;
  margin-right: 40px;
}
.body-wrapper header .inner-block .menu .mypage svg {
  margin-left: 16px;
  margin-right: 0px;
  position: relative;
  top: 6px;
}
.body-wrapper header .inner-block .menu .toggle-btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 36px;
  height: 22px;
  z-index: 2;
}
.body-wrapper header .inner-block .menu .toggle-btn span {
  width: 100%;
  height: 2px;
  background-color: #423C3C;
  display: block;
  border-radius: 2px;
  transition: all 0.3s;
}
.body-wrapper header .inner-block .menu .toggle-btn.open span:nth-child(1) {
  transform: rotate(-32.19deg);
  position: absolute;
  top: 10px;
}
.body-wrapper header .inner-block .menu .toggle-btn.open span:nth-child(2) {
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.body-wrapper header .inner-block .menu .toggle-btn.open span:nth-child(3) {
  transform: rotate(32.19deg);
  position: absolute;
  bottom: 10px;
}
.body-wrapper header .inner-block .menu .drawer-content {
  height: 0vh;
  position: fixed;
  width: 100%;
  z-index: 1;
  left: 0;
  bottom: 0;
  overflow: hidden;
  transition: all 0.6s;
}
.body-wrapper header .inner-block .menu .drawer-content .inner-content {
  height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-bottom: 120px;
  background: url("drawer_bg.png") #fff;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.body-wrapper header .inner-block .menu .drawer-content .inner-content .nav-bg {
  width: calc(100% - 50px - 438px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.body-wrapper header .inner-block .menu .drawer-content .inner-content .nav-bg img {
  width: 100%;
  max-width: 885px;
}
.body-wrapper header .inner-block .menu .drawer-content .inner-content nav {
  width: 100%;
  max-width: 438px;
  margin-bottom: -40px;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 1s;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}
.body-wrapper header .inner-block .menu .drawer-content .inner-content nav > a {
  display: block;
  font-size: 16px;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.body-wrapper header .inner-block .menu .drawer-content .inner-content nav > a + a {
  margin-top: 22px;
}
.body-wrapper header .inner-block .menu .drawer-content .inner-content nav > a.sub {
  font-size: 12px;
}
.body-wrapper header .inner-block .menu .drawer-content .inner-content nav > a.sub + .sub {
  margin-top: 15px;
}
.body-wrapper header .inner-block .menu .drawer-content .inner-content nav .btn-area {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.body-wrapper header .inner-block .menu .drawer-content .inner-content nav .btn-area .btn {
  border: 1px solid #eb613b;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  height: 48px;
  width: 173px;
}
.body-wrapper header .inner-block .menu .drawer-content .inner-content nav .btn-area .btn.btn-login {
  margin-left: 10px;
  background-color: #fff;
  color: #EB613B;
}
.body-wrapper header .inner-block .menu .drawer-content.open {
  height: 100vh;
}
.body-wrapper header .inner-block .menu .drawer-content.open .inner-content nav {
  margin-bottom: 0;
  opacity: 1;
}
@media screen and (max-width: 990px) {
  .body-wrapper header .inner-block {
    height: 55px;
  }
  .body-wrapper header .inner-block .logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .body-wrapper header .inner-block .logo img {
    max-width: 102px;
    width: 100%;
  }
  .body-wrapper header .inner-block .logo .text {
    display: none;
  }
  .body-wrapper header .inner-block .menu .links {
    display: none;
  }
  .body-wrapper header .inner-block .menu .mypage {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 87px;
    height: 26px;
    border-radius: 14.2459px;
    font-size: 11px;
    letter-spacing: 0.1em;
    color: #EB613B;
  }
  .body-wrapper header .inner-block .menu .mypage svg {
    margin-left: 8px;
    margin-right: 4px;
    position: relative;
    top: 0px;
    width: 13px;
  }
  .body-wrapper header .inner-block .menu .toggle-btn {
    width: 27px;
    height: 19px;
  }
}
@media screen and (max-width: 576px) {
  .body-wrapper header .inner-block {
    height: 55px;
  }
  .body-wrapper header .inner-block .logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .body-wrapper header .inner-block .logo img {
    max-width: 102px;
    width: 100%;
  }
  .body-wrapper header .inner-block .logo .text {
    display: none;
  }
  .body-wrapper header .inner-block .menu .links {
    display: none;
  }
  .body-wrapper header .inner-block .menu .mypage {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 26px;
    border-radius: 14.2459px;
    font-size: 11px;
    letter-spacing: 0.1em;
    color: #EB613B;
    margin-right: 17px;
  }
  .body-wrapper header .inner-block .menu .mypage svg {
    margin-left: 8px;
    margin-right: 4px;
    position: relative;
    top: 0px;
    width: 13px;
  }
  .body-wrapper header .inner-block .menu .toggle-btn {
    width: 27px;
    height: 19px;
  }
  .body-wrapper header .inner-block .menu .toggle-btn.open span:nth-child(1) {
    top: 8px;
  }
  .body-wrapper header .inner-block .menu .toggle-btn.open span:nth-child(3) {
    bottom: 9px;
  }
  .body-wrapper header .inner-block .menu .drawer-content .inner-content {
    height: 100vh;
    overflow-y: scroll;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 65px;
  }
  .body-wrapper header .inner-block .menu .drawer-content .inner-content .nav-bg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    order: 2;
    overflow: hidden;
  }
  .body-wrapper header .inner-block .menu .drawer-content .inner-content .nav-bg img {
    width: 140%;
    max-width: 140%;
  }
  .body-wrapper header .inner-block .menu .drawer-content .inner-content nav {
    order: 1;
    padding-top: 70px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }
  .body-wrapper header .inner-block .menu .drawer-content .inner-content nav > a {
    font-size: 14px;
  }
  .body-wrapper header .inner-block .menu .drawer-content .inner-content nav > a + a {
    margin-top: 20px;
  }
  .body-wrapper header .inner-block .menu .drawer-content .inner-content nav > a.sub {
    font-size: 12px;
  }
  .body-wrapper header .inner-block .menu .drawer-content .inner-content nav > a.sub + .sub {
    margin-top: 15px;
  }
  .body-wrapper header .inner-block .menu .drawer-content .inner-content nav .btn-area {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .body-wrapper header .inner-block .menu .drawer-content .inner-content nav .btn-area .btn {
    width: 165px;
  }
}
footer {
  background: url("footer-bg.png");
  background-size: cover;
  background-position: top center;
  margin-top: 80px;
  z-index: 1 !important;
}
footer .inner-block {
  text-align: center;
  padding-top: 86px;
  padding-bottom: 25px;
}
footer .inner-block .logo {
  max-width: 227px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  display: block;
}
footer .inner-block .logo img {
  width: 100%;
}
footer .inner-block .link-area {
  margin-bottom: 60px;
}
footer .inner-block .link-area a {
  display: inline-block;
  margin-left: 22px;
  margin-right: 22px;
  font-size: 13px;
  font-weight: bold;
}
footer .inner-block .copyright {
  font-size: 13px;
}
@media screen and (max-width: 576px) {
  footer .inner-block {
    padding-top: 60px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
  }
  footer .inner-block .logo {
    max-width: 120px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 35px;
  }
  footer .inner-block .logo img {
    width: 100%;
  }
  footer .inner-block .link-area {
    margin-bottom: 40px;
  }
  footer .inner-block .link-area a {
    display: block;
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
    font-weight: bold;
  }
  footer .inner-block .link-area a + a {
    margin-top: 13px;
  }
  footer .inner-block .copyright {
    font-size: 13px;
    text-align: center;
  }
}

.breadcrumb-block {
  padding-top: 15px;
  padding-bottom: 30px;
  padding-right: 30px;
  background-color: transparent;
}
.breadcrumb-block ol {
  padding: 0;
  margin: 0;
}
.breadcrumb-block ol li {
  list-style: none;
  display: inline-block;
  font-size: 11px;
}
.breadcrumb-block ol li:after {
  content: "-";
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  color: #000;
}
.breadcrumb-block ol li a {
  color: #000;
  letter-spacing: 0.15em;
}
.breadcrumb-block ol li:last-child:after {
  display: none;
}
.breadcrumb-block ol li:last-child a {
  color: #756449;
}

@media screen and (max-width: 1160px) {
  .breadcrumb-block {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 850px) {
  .breadcrumb-block {
    padding-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumb-block {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
body #home .hero-section .inner-block {
  height: 624px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
body #home .hero-section .inner-block:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  background: url("hero.png");
  background-size: cover;
  width: 1157px;
  margin-left: 30%;
  position: absolute;
}
body #home .hero-section .inner-block h2 {
  font-weight: bold;
  font-size: 41px;
  letter-spacing: 0.14em;
  line-height: 1.7;
}
body #home .hero-section .inner-block .scroll-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  left: 0;
  bottom: 40px;
}
body #home .hero-section .inner-block .scroll-area .text {
  padding-left: 21px;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.1em;
  padding-top: 10px;
}
@media screen and (max-width: 576px) {
  body #home .hero-section {
    padding-top: 40px;
  }
  body #home .hero-section .inner-block {
    height: 584px;
    display: block;
  }
  body #home .hero-section .inner-block:after {
    background-size: cover;
    content: "";
    display: block;
    height: 333px;
    margin-left: 0;
    position: relative;
    width: 600px;
    left: -120px;
    top: -20px;
  }
  body #home .hero-section .inner-block h2 {
    font-size: 35px;
  }
  body #home .hero-section .inner-block .scroll-area {
    left: 25px;
    bottom: 0;
  }
  body #home .hero-section .inner-block .scroll-area .icon {
    width: 48px;
  }
  body #home .hero-section .inner-block .scroll-area .icon img {
    width: 100%;
  }
  body #home .hero-section .inner-block .scroll-area .text {
    padding-left: 13px;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 10px;
  }
}
body #home .specialist-section {
  padding-top: 110px;
}
body #home .specialist-section .inner-header {
  position: relative;
}
body #home .specialist-section .inner-header .slide {
  position: relative;
  z-index: 1;
  padding: 0 136px;
}
body #home .specialist-section .inner-header .slide .slide-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
body #home .specialist-section .inner-header .slide .slide-item .detail {
  width: calc(100% - 65px - 329px);
}
body #home .specialist-section .inner-header .slide .slide-item .detail h2 {
  margin-bottom: 23px;
}
body #home .specialist-section .inner-header .slide .slide-item .detail h2 .sub {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.12em;
  color: #239A85;
}
body #home .specialist-section .inner-header .slide .slide-item .detail p {
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 30px;
}
body #home .specialist-section .inner-header .slide .slide-item .detail .btn {
  color: #fff;
}
body #home .specialist-section .inner-header .slide .slide-item .avatar {
  max-width: 329px;
  width: 100%;
}
body #home .specialist-section .inner-header .slide .slide-item .avatar img {
  width: 100%;
}
body #home .specialist-section .inner-header .slide .swiper-button-prev {
  left: 23px;
  cursor: pointer;
}
body #home .specialist-section .inner-header .slide .swiper-button-prev:after {
  display: none;
}
body #home .specialist-section .inner-header .slide .swiper-button-next {
  right: 23px;
  cursor: pointer;
}
body #home .specialist-section .inner-header .slide .swiper-button-next:after {
  display: none;
}
body #home .specialist-section .inner-header .bg {
  left: -50%;
  right: -50%;
  margin: auto;
  position: absolute;
  top: 60%;
  width: 2110px;
  z-index: 0;
}
@media screen and (max-width: 990px) {
  body #home .specialist-section .inner-header .slide .slide-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
  body #home .specialist-section .inner-header .slide .slide-item .detail {
    width: 60%;
  }
  body #home .specialist-section .inner-header .slide .slide-item .detail h2 {
    margin-bottom: 23px;
  }
  body #home .specialist-section .inner-header .slide .slide-item .detail h2 .sub {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.12em;
    color: #239A85;
  }
  body #home .specialist-section .inner-header .slide .slide-item .detail p {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 30px;
  }
  body #home .specialist-section .inner-header .slide .slide-item .detail .btn {
    color: #fff;
  }
  body #home .specialist-section .inner-header .slide .slide-item .avatar {
    max-width: 40%;
    width: 100%;
  }
  body #home .specialist-section .inner-header .slide .slide-item .avatar img {
    width: 100%;
  }
  body #home .specialist-section .inner-header .slide .swiper-button-prev {
    left: 52px;
    cursor: pointer;
  }
  body #home .specialist-section .inner-header .slide .swiper-button-prev:after {
    display: none;
  }
  body #home .specialist-section .inner-header .slide .swiper-button-next {
    right: 52px;
    cursor: pointer;
  }
  body #home .specialist-section .inner-header .slide .swiper-button-next:after {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  body #home .specialist-section .inner-header {
    position: relative;
  }
  body #home .specialist-section .inner-header .slide {
    padding: 0 25px;
  }
  body #home .specialist-section .inner-header .slide .slide-item {
    display: block;
  }
  body #home .specialist-section .inner-header .slide .slide-item .detail {
    width: 100%;
  }
  body #home .specialist-section .inner-header .slide .slide-item .detail h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  body #home .specialist-section .inner-header .slide .slide-item .detail h2 .sub {
    font-size: 14px;
  }
  body #home .specialist-section .inner-header .slide .slide-item .detail h2 + img {
    width: 199px;
    height: 199px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body #home .specialist-section .inner-header .slide .slide-item .detail p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  body #home .specialist-section .inner-header .slide .slide-item .detail .btn {
    color: #fff;
  }
  body #home .specialist-section .inner-header .slide .slide-item .avatar {
    display: none;
  }
  body #home .specialist-section .inner-header .slide .slide-item .avatar img {
    width: 100%;
  }
  body #home .specialist-section .inner-header .slide .swiper-button-prev {
    left: 25px;
    cursor: pointer;
  }
  body #home .specialist-section .inner-header .slide .swiper-button-prev:after {
    display: none;
  }
  body #home .specialist-section .inner-header .slide .swiper-button-prev img {
    width: 52px;
  }
  body #home .specialist-section .inner-header .slide .swiper-button-next {
    right: 25px;
    cursor: pointer;
  }
  body #home .specialist-section .inner-header .slide .swiper-button-next:after {
    display: none;
  }
  body #home .specialist-section .inner-header .slide .swiper-button-next img {
    width: 52px;
  }
  body #home .specialist-section .inner-header .bg {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 420px;
    width: 100%;
    z-index: 0;
    max-height: 1200px;
  }
}
body #home .specialist-section .inner-block {
  padding-top: 130px;
  padding-bottom: 85px;
  position: relative;
  z-index: 1;
}
body #home .specialist-section .inner-block .keyword-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
body #home .specialist-section .inner-block .keyword-area h2 {
  width: 450px;
}
body #home .specialist-section .inner-block .keyword-area h2 small {
  font-size: 24px;
}
body #home .specialist-section .inner-block .keyword-area .keywords {
  width: calc(100% - 450px);
}
body #home .specialist-section .inner-block .keyword-area .keywords .keywords-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
body #home .specialist-section .inner-block .keyword-area .keywords .keywords-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  min-width: 168px;
  max-width: calc(33.3333333333% - 10px);
  height: 40px;
  background: #FFFFFF;
  border-radius: 27.801px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.12em;
  width: 100%;
}
body #home .specialist-section .inner-block .keyword-area .keywords .keywords-link .spacer {
  min-width: 168px;
  width: 100%;
  max-width: calc(33.3333333333% - 10px);
}
body #home .specialist-section .inner-block .keyword-area .keywords .more-area {
  text-align: right;
}
@media screen and (max-width: 990px) {
  body #home .specialist-section .inner-block .keyword-area {
    display: block;
  }
  body #home .specialist-section .inner-block .keyword-area h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  body #home .specialist-section .inner-block .keyword-area .keywords {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  body #home .specialist-section .inner-block {
    padding-top: 106px;
    padding-bottom: 0;
  }
  body #home .specialist-section .inner-block .keyword-area {
    display: block;
  }
  body #home .specialist-section .inner-block .keyword-area h2 {
    width: 100%;
    font-size: 14px;
    margin-bottom: 35px;
  }
  body #home .specialist-section .inner-block .keyword-area h2 small {
    font-size: 20px;
  }
  body #home .specialist-section .inner-block .keyword-area .keywords {
    width: 100%;
  }
  body #home .specialist-section .inner-block .keyword-area .keywords .keywords-link a {
    min-width: 107px;
    width: calc(33.3333333333% - 6.6666666667px);
    height: 25px;
    background: #FFFFFF;
    border-radius: 17.801px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  body #home .specialist-section .inner-block .keyword-area .keywords .keywords-link .spacer {
    min-width: 107px;
    width: calc(33.3333333333% - 6.6666666667px);
  }
  body #home .specialist-section .inner-block .keyword-area .keywords .more-area {
    text-align: right;
  }
}
body #home .specialist-section .inner-footer {
  padding-top: 85px;
  position: relative;
}
body #home .specialist-section .inner-footer > div {
  position: relative;
  z-index: 1;
}
body #home .specialist-section .inner-footer > div h2 {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  letter-spacing: 0.12em;
  margin-bottom: 22px;
}
body #home .specialist-section .inner-footer > div h2 span.bg-text {
  color: #fff;
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
body #home .specialist-section .inner-footer > div h2 span.bg-text span {
  position: relative;
  z-index: 1;
}
body #home .specialist-section .inner-footer > div h2 span.bg-text:after {
  display: block;
  background-color: #EB613B;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 20px);
  z-index: 0;
}
body #home .specialist-section .inner-footer > div > h3 {
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 85px;
}
body #home .specialist-section .inner-footer > div .lead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
body #home .specialist-section .inner-footer > div .lead .fig {
  padding-top: 33px;
  max-width: 514px;
  width: 70%;
  order: 1;
}
body #home .specialist-section .inner-footer > div .lead .fig img {
  width: 100%;
}
body #home .specialist-section .inner-footer > div .lead .text {
  max-width: 100%;
  padding-left: 104px;
  width: 100%;
  order: 2;
}
body #home .specialist-section .inner-footer > div .lead .text h3 {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.13em;
  font-weight: 700;
  margin-bottom: 22px;
}
body #home .specialist-section .inner-footer > div .lead .text h3 span {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.13em;
  display: inline-block;
  position: relative;
}
body #home .specialist-section .inner-footer > div .lead .text h3 span:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  left: 0;
  height: 7px;
  bottom: 0;
  background-color: #EB613B;
}
body #home .specialist-section .inner-footer > div .lead .text h3 span:nth-child(1) {
  margin-right: 5px;
}
body #home .specialist-section .inner-footer > div .lead .text h3 span:nth-child(2) {
  margin-left: 5px;
}
body #home .specialist-section .inner-footer > div .lead .text p {
  text-align: justify;
  font-size: 16px;
  line-height: 2.1;
  font-weight: bold;
  letter-spacing: 0.22em;
}
body #home .specialist-section .inner-footer .bg {
  left: -10vw;
  position: absolute;
  top: 0;
  width: 120vw;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  body #home .specialist-section .inner-footer {
    padding-top: 60px;
    position: relative;
  }
  body #home .specialist-section .inner-footer > div h2 {
    text-align: left;
    font-size: 35px;
    margin-bottom: 15px;
  }
  body #home .specialist-section .inner-footer > div h2 span.bg-text {
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 15px;
  }
  body #home .specialist-section .inner-footer > div h2 span.bg-text span {
    position: relative;
    z-index: 1;
  }
  body #home .specialist-section .inner-footer > div h2 span.bg-text:after {
    display: block;
    background-color: #EB613B;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% - 20px);
    z-index: 0;
  }
  body #home .specialist-section .inner-footer > div > h3 {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-align: center;
    margin-bottom: 50px;
  }
  body #home .specialist-section .inner-footer > div .lead {
    display: block;
  }
  body #home .specialist-section .inner-footer > div .lead .fig {
    padding-top: 22px;
    max-width: 514px;
    width: 100%;
  }
  body #home .specialist-section .inner-footer > div .lead .fig img {
    width: 100%;
  }
  body #home .specialist-section .inner-footer > div .lead .text {
    width: 100%;
    padding-left: 0;
  }
  body #home .specialist-section .inner-footer > div .lead .text h3 {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.13em;
    font-weight: 700;
    margin-bottom: 22px;
  }
  body #home .specialist-section .inner-footer > div .lead .text h3 span {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.13em;
    display: inline-block;
    position: relative;
  }
  body #home .specialist-section .inner-footer > div .lead .text h3 span:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    left: 0;
    height: 7px;
    bottom: 0;
    background-color: #EB613B;
  }
  body #home .specialist-section .inner-footer > div .lead .text h3 span:nth-child(1) {
    margin-right: 5px;
  }
  body #home .specialist-section .inner-footer > div .lead .text h3 span:nth-child(2) {
    margin-left: 5px;
  }
  body #home .specialist-section .inner-footer > div .lead .text p {
    text-align: justify;
    font-size: 14px;
    line-height: 2.1;
    font-weight: bold;
    letter-spacing: 0.22em;
  }
  body #home .specialist-section .inner-footer .bg {
    left: -10vw;
    position: absolute;
    top: 0;
    width: 120vw;
    z-index: 0;
  }
}
body #home .service-section {
  padding-top: 132px;
}
body #home .service-section .inner-block h2 {
  text-align: center;
  margin-bottom: 70px;
}
body #home .service-section .inner-block .col-3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
body #home .service-section .inner-block .col-3 .item {
  width: calc(33.3333333333% - 41.3333333333px);
}
body #home .service-section .inner-block .col-3 .item img {
  margin-bottom: 25px;
  width: 100%;
}
body #home .service-section .inner-block .col-3 .item p {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
body #home .service-section .inner-block .col-3 .item p span {
  color: #EB613B;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 576px) {
  body #home .service-section {
    padding-top: 60px;
  }
  body #home .service-section .inner-block h2 {
    text-align: center;
    margin-bottom: 35px;
  }
  body #home .service-section .inner-block .col-3 {
    display: block;
  }
  body #home .service-section .inner-block .col-3 .item {
    width: 100%;
    max-width: 208px;
    margin-left: auto;
    margin-right: auto;
  }
  body #home .service-section .inner-block .col-3 .item + .item {
    margin-top: 35px;
  }
  body #home .service-section .inner-block .col-3 .item img {
    margin-bottom: 18px;
    width: 100%;
  }
  body #home .service-section .inner-block .col-3 .item p {
    font-size: 16px;
  }
  body #home .service-section .inner-block .col-3 .item p span {
    margin-right: 0;
  }
}
body #home .chat-section {
  padding-top: 127px;
}
body #home .chat-section .inner-header {
  position: relative;
}
body #home .chat-section .inner-header > div {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
body #home .chat-section .inner-header > div .thumb {
  width: 268px;
}
body #home .chat-section .inner-header > div .thumb img {
  width: 100%;
}
body #home .chat-section .inner-header > div .text {
  width: calc(100% - 133px - 268px);
}
body #home .chat-section .inner-header > div .text h2 {
  margin-bottom: 34px;
}
body #home .chat-section .inner-header > div .text p {
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 30px;
}
body #home .chat-section .inner-header .bg {
  left: -50%;
  right: -50%;
  margin: auto;
  position: absolute;
  top: 60%;
  width: 2110px;
  z-index: 0;
  height: 510px;
}
@media screen and (max-width: 576px) {
  body #home .chat-section {
    padding-top: 60px;
  }
  body #home .chat-section .inner-header {
    position: relative;
  }
  body #home .chat-section .inner-header > div {
    display: block;
  }
  body #home .chat-section .inner-header > div .thumb {
    display: none;
  }
  body #home .chat-section .inner-header > div .thumb img {
    width: 100%;
  }
  body #home .chat-section .inner-header > div .text {
    width: 100%;
  }
  body #home .chat-section .inner-header > div .text h2 {
    margin-bottom: 34px;
  }
  body #home .chat-section .inner-header > div .text h2 + img {
    margin-bottom: 35px;
    display: block;
    max-width: 192px;
    margin-left: auto;
    margin-right: auto;
  }
  body #home .chat-section .inner-header > div .text p {
    line-height: 1.8;
    font-size: 13px;
    margin-bottom: 30px;
  }
  body #home .chat-section .inner-header .bg {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 330px;
    width: 100%;
    z-index: 0;
    height: 800px;
  }
}
body #home .chat-section .inner-block {
  position: relative;
  z-index: 1;
  background-color: #FFD7D7;
}
body #home .chat-section .inner-block h2 {
  margin-bottom: 54px;
}
body #home .chat-section .inner-footer {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
body #home .chat-section .inner-footer > div {
  position: relative;
  z-index: 1;
}
body #home .chat-section .inner-footer > div p {
  width: 567px;
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: justify;
}
body #home .chat-section .inner-footer .bg {
  left: -10vw;
  position: absolute;
  top: 0;
  width: 120vw;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  body #home .chat-section .inner-footer > div {
    padding-top: 35px;
  }
  body #home .chat-section .inner-footer > div p {
    width: 100%;
    line-height: 1.8;
    font-size: 13px;
    margin-bottom: 0;
    text-align: justify;
  }
  body #home .chat-section .inner-footer .bg {
    left: -10vw;
    position: absolute;
    top: 0;
    width: 120vw;
    z-index: 0;
  }
}
body #home .videochat-section {
  padding-top: 90px;
  position: relative;
  z-index: 1;
}
body #home .videochat-section .inner-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
body #home .videochat-section .inner-block .thumb {
  max-width: 359px;
  width: 100%;
}
body #home .videochat-section .inner-block .thumb img {
  width: 100%;
}
body #home .videochat-section .inner-block .text {
  width: calc(100% - 133px - 359px);
}
body #home .videochat-section .inner-block .text h2 {
  margin-bottom: 35px;
}
body #home .videochat-section .inner-block .text p {
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: justify;
}
@media screen and (max-width: 576px) {
  body #home .videochat-section {
    padding-top: 60px;
  }
  body #home .videochat-section .inner-block {
    display: block;
  }
  body #home .videochat-section .inner-block .thumb {
    display: none;
  }
  body #home .videochat-section .inner-block .thumb img {
    width: 100%;
  }
  body #home .videochat-section .inner-block .text {
    width: 100%;
  }
  body #home .videochat-section .inner-block .text h2 {
    margin-bottom: 35px;
  }
  body #home .videochat-section .inner-block .text h2 + img {
    margin-bottom: 35px;
    display: block;
    max-width: 244px;
    margin-left: auto;
    margin-right: auto;
  }
  body #home .videochat-section .inner-block .text p {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: justify;
  }
}
body #home .voice-section {
  position: relative;
  z-index: 1;
  padding-top: 110px;
}
body #home .voice-section .inner-block h2 {
  margin-bottom: 62px;
}
body #home .voice-section .inner-block .loopSliderWrap {
  top: 0;
  left: 0;
  height: 284px;
  overflow: hidden;
  position: absolute;
}
body #home .voice-section .inner-block .loopSliderWrap:after {
  content: "";
  display: block;
  clear: both;
}
body #home .voice-section .inner-block .loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 284px;
  text-align: left;
  position: relative;
  overflow: hidden;
  visibility: hidden;
}
body #home .voice-section .inner-block .loopSlider ul {
  height: 284px;
  float: left;
  overflow: hidden;
}
body #home .voice-section .inner-block .loopSlider ul li {
  float: left;
  overflow: hidden;
}
body #home .voice-section .inner-block .slide .slide-item {
  width: 324px !important;
  height: 284px;
  position: relative;
  padding-left: 40px;
}
body #home .voice-section .inner-block .slide .slide-item p {
  position: absolute;
  width: calc(100% - 40px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-weight: bold;
  z-index: 1;
}
body #home .voice-section .inner-block .slide .slide-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 576px) {
  body #home .voice-section {
    padding-top: 60px;
  }
  body #home .voice-section .inner-block h2 {
    margin-bottom: 62px;
  }
  body #home .voice-section .inner-block .loopSliderWrap {
    height: 208px;
  }
  body #home .voice-section .inner-block .loopSlider {
    height: 208px;
  }
  body #home .voice-section .inner-block .loopSlider ul {
    height: 208px;
  }
  body #home .voice-section .inner-block .slide .slide-item {
    width: 238px !important;
    height: 208px;
    padding-left: 30px;
  }
  body #home .voice-section .inner-block .slide .slide-item p {
    font-size: 12px;
    text-align: center;
  }
}
body #home .plan-section {
  padding-top: 123px;
}
body #home .plan-section .inner-block h2 {
  margin-bottom: 55px;
  text-align: center;
}
body #home .plan-section .inner-block .col-4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
body #home .plan-section .inner-block .col-4 .item {
  width: calc(25% - 36px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #home .plan-section .inner-block .col-4 .item img {
  max-width: 144px;
  width: 100%;
}
body #home .plan-section .inner-block .col-4 .item h3 {
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}
body #home .plan-section .inner-block .col-4 .item h3 span {
  display: block;
  text-align: center;
  color: #EB613B;
  font-size: 16px;
}
body #home .plan-section .inner-block .col-4 .item p {
  font-size: 12px;
  text-align: justify;
  line-height: 2.1;
  flex-grow: 1;
}
body #home .plan-section .inner-block .col-4 .item .price-text {
  color: #EB613B;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 70px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.12em;
  padding-top: 10px;
}
body #home .plan-section .inner-block .col-4 .item .price-text.row-2 {
  font-size: 16px;
}
body #home .plan-section .inner-block .col-4 .item .price-text.row-3 {
  font-size: 16px;
  line-height: 1.4;
}
body #home .plan-section .inner-block .col-4 .item .price-text.row-3 span {
  display: block;
  font-size: 12px;
  width: 100%;
}
body #home .plan-section .inner-block .col-4 .item .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 10px;
  width: 100%;
  height: 70px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.12em;
  border: 1px solid #EB613B;
  color: #fff;
  max-width: 100%;
}
body #home .plan-section .inner-block .col-4 .item .btn.paid {
  background-color: #fff;
  color: #EB613B;
}
body #home .plan-section .inner-block .col-4 .item .btn.row-2 {
  font-size: 16px;
}
body #home .plan-section .inner-block .col-4 .item .btn.row-3 {
  font-size: 14px;
  line-height: 1.4;
}
body #home .plan-section .inner-block .col-4 .item .btn.row-3 span {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 990px) {
  body #home .plan-section .inner-block .col-4 {
    flex-wrap: wrap;
  }
  body #home .plan-section .inner-block .col-4 .item {
    width: calc(50% - 24px);
  }
  body #home .plan-section .inner-block .col-4 .item:first-child {
    margin-bottom: 48px;
  }
  body #home .plan-section .inner-block .col-4 .item:first-child + .item {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 576px) {
  body #home .plan-section {
    padding-top: 60px;
  }
  body #home .plan-section .inner-block {
    padding-top: 60px;
  }
  body #home .plan-section .inner-block h2 {
    margin-bottom: 35px;
    text-align: center;
  }
  body #home .plan-section .inner-block .col-4 {
    display: block;
  }
  body #home .plan-section .inner-block .col-4 .item {
    width: 100%;
    max-width: 282px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body #home .plan-section .inner-block .col-4 .item:first-child {
    margin-bottom: 0;
  }
  body #home .plan-section .inner-block .col-4 .item:first-child + .item {
    margin-bottom: 0;
  }
  body #home .plan-section .inner-block .col-4 .item + .item {
    margin-top: 40px;
  }
  body #home .plan-section .inner-block .col-4 .item img {
    max-width: 144px;
    width: 100%;
    margin-bottom: 20px;
  }
  body #home .plan-section .inner-block .col-4 .item h3 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.12em;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  body #home .plan-section .inner-block .col-4 .item h3 span {
    display: block;
    text-align: center;
    color: #EB613B;
    font-size: 14px;
  }
  body #home .plan-section .inner-block .col-4 .item p {
    font-size: 13px;
    text-align: justify;
    line-height: 2.1;
    flex-grow: 1;
  }
  body #home .plan-section .inner-block .col-4 .item .btn {
    width: 100%;
    max-width: 214px;
    height: 43px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
  }
  body #home .plan-section .inner-block .col-4 .item .btn.paid {
    background-color: #fff;
    color: #EB613B;
    height: 70px;
  }
  body #home .plan-section .inner-block .col-4 .item .btn.row-2 {
    font-size: 14px;
  }
  body #home .plan-section .inner-block .col-4 .item .btn.row-3 {
    font-size: 14px;
    line-height: 1.4;
    flex-wrap: nowrap;
  }
  body #home .plan-section .inner-block .col-4 .item .btn.row-3 span {
    display: block;
    font-size: 12px;
  }
}
body #home .plan-section .inner-footer {
  text-align: center;
  padding-top: 57px;
}
body #home .plan-section .inner-footer h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
body #home .plan-section .inner-footer .btn {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  width: 100%;
  max-width: 340px;
  margin-bottom: 15px;
}
body #home .plan-section .inner-footer .btn + p {
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  body #home .plan-section .inner-footer {
    text-align: center;
    padding-top: 50px;
  }
  body #home .plan-section .inner-footer .btn {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 280px;
  }
  body #home .plan-section .inner-footer .btn + p {
    font-size: 14px;
  }
  body #home .plan-section .inner-footer h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
  }
}
body #home .news-section {
  padding-top: 128px;
}
body #home .news-section .inner-block {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
body #home .news-section .inner-block .title {
  width: 295px;
}
body #home .news-section .inner-block .title h2 {
  margin-bottom: 25px;
}
body #home .news-section .inner-block .news-feed {
  width: calc(100% - 295px);
}
body #home .news-section .inner-block .news-feed .news-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 16px;
}
body #home .news-section .inner-block .news-feed .news-item .date {
  margin-right: 34px;
}
body #home .news-section .inner-block .news-feed .news-item + .news-item {
  margin-top: 45px;
}
body .page.login {
  max-width: 100% !important;
}
body .page.login .col-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
body .page.login .col-2 > div {
  width: calc(50% - 20px);
}
body .page .pageheader-section {
  padding: 85px 0;
  background: #eee;
}
body .page .pagecontent-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
body .page .pagecontent-section .inner-block .form-container {
  text-align: center;
}
body .page .pagecontent-section .inner-block .form-container .regist-area {
  border-top: 1px solid #eee;
  margin-top: 50px;
  padding-top: 50px;
}
body .page .pagecontent-section .inner-block .form-container .regist-area a {
  color: #EB613B;
}
body .page .pagecontent-section .inner-block .hs-form-field {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: left;
}
body .page .pagecontent-section .inner-block .hs-form-field label {
  white-space: nowrap;
  padding-right: 40px;
  min-width: 200px;
}
body .page .pagecontent-section .inner-block .hs-form-field .input, body .page .pagecontent-section .inner-block .hs-form-field .hs-input {
  width: calc(100% - 200px);
}
body .page .pagecontent-section .inner-block .hs-form-field .hs-login-widget-show-password + .hs-input {
  width: calc(100% - 340px);
}
body .page .pagecontent-section .inner-block .hs-form-field .hs-register-widget-show-password + .hs-input {
  width: calc(100% - 340px);
}
body .page .pagecontent-section .inner-block .hs-form-field #hs-login-widget-remember {
  width: auto;
}
body .page .pagecontent-section .inner-block .hs-form-field.hs-fieldtype-radio .input {
  width: calc(100% - 210px);
}
body .page .pagecontent-section .inner-block .hs-form-field.hs-fieldtype-radio .input input.hs-input[type=radio] {
  width: auto;
}
@media screen and (max-width: 850px) {
  body .page .pagecontent-section .inner-block .hs-form-field {
    display: block;
  }
  body .page .pagecontent-section .inner-block .hs-form-field label {
    padding-right: 0;
    min-width: 100%;
  }
  body .page .pagecontent-section .inner-block .hs-form-field .input, body .page .pagecontent-section .inner-block .hs-form-field .hs-input {
    width: 100%;
  }
  body .page .pagecontent-section .inner-block .hs-form-field .hs-login-widget-show-password + .hs-input {
    width: 100%;
  }
  body .page .pagecontent-section .inner-block .hs-form-field .hs-register-widget-show-password + .hs-input {
    width: 100%;
  }
}
body .page .pagecontent-section .inner-block .hs-login-widget-show-password, body .page .pagecontent-section .inner-block .hs-register-widget-show-password {
  order: 3;
  white-space: nowrap;
  margin-left: 20px;
  background: #EB613B;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}
body .page .pagecontent-section .inner-block input[type=text], body .page .pagecontent-section .inner-block input[type=email], body .page .pagecontent-section .inner-block input[type=password], body .page .pagecontent-section .inner-block select, body .page .pagecontent-section .inner-block textarea {
  font-size: 16px;
  border: 1px solid #ccc;
}
body .page .pagecontent-section .inner-block #hs_login_reset {
  color: #EB613B;
}
body .page .pagecontent-section .inner-block .hs-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  color: #fff;
  min-width: 240px;
}
body .page .pagecontent-section .inner-block .attention {
  padding: 25px;
  margin: 25px 0;
  background-color: #eee;
  border-radius: 10px;
}
body .page .pagecontent-section .inner-block .attention h4 {
  color: #EB613B;
  font-size: 16px;
  margin-bottom: 15px;
}
body .page .pagecontent-section .inner-block h3.section-heading {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 50px;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #EB613B;
}
body .page .pagecontent-section .inner-block h3.section-heading:first-child {
  margin-top: 0;
}
body .page .pagecontent-section .inner-block .planlist {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
body .page .pagecontent-section .inner-block .planlist .plancard {
  width: calc(50% - 20px);
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
body .page .pagecontent-section .inner-block .planlist .plancard .title {
  padding: 15px 25px;
  background-color: #ffd7d7;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
body .page .pagecontent-section .inner-block .planlist .plancard .title span {
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  color: #EB613B;
}
body .page .pagecontent-section .inner-block .planlist .plancard .content {
  padding: 15px 25px 25px;
}
body .page .pagecontent-section .inner-block .planlist .plancard .content dl {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
body .page .pagecontent-section .inner-block .planlist .plancard .content dl > * {
  padding-top: 15px;
  padding-bottom: 15px;
}
body .page .pagecontent-section .inner-block .planlist .plancard .content .btn-area {
  padding-top: 15px;
}
body .page .pagecontent-section .inner-block .planlist .plancard .content .btn-area .btn {
  color: #fff;
}
body .page .pagecontent-section .inner-block .planlist .plancard .content .btn-area .btn + .btn {
  margin-top: 15px;
}
body .page .pagecontent-section .inner-block .planlist .plancard.no-plan .title {
  background-color: #ccc;
}
@media screen and (max-width: 990px) {
  body .page .pagecontent-section .inner-block .planlist .plancard {
    width: 100%;
  }
  body .page .pagecontent-section .inner-block .planlist .title {
    margin-top: 0;
    margin-bottom: 0;
  }
}
body .page .pagecontent-section .inner-block .dnd-module h3 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 25px;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #EB613B;
}
body .page .pagecontent-section .inner-block .dnd-module ol {
  padding-left: 25px;
}
body .page .pagecontent-section .inner-block .dnd-module ol li {
  list-style: decimal;
}
body .page .pagecontent-section .inner-block .cp-ticket-list th, body .page .pagecontent-section .inner-block .cp-ticket-list td {
  border: 1px solid #ccc;
  padding: 15px 10px;
}
body .page .pagecontent-section .inner-block .cp-ticket-list th {
  border-bottom: 0 none;
  background-color: #eee;
}
body .page .pagecontent-section .inner-block .cp-ticket-filter__select-custom, body .page .pagecontent-section .inner-block .cp-tickets__heading {
  display: none;
}
body .page .pagecontent-section .inner-block .kl-faq .kl-faq__entry + .kl-faq__entry {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
body .page .pagecontent-section .inner-block .kl-faq a {
  text-decoration: underline;
}
#sidebar {
  background: #fff;
  position: sticky;
  top: 140px;
}
#sidebar h3 {
  font-size: 16px;
  font-weight: bold;
  color: #005B34;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #005B34;
  padding: 20px 15px;
}
#sidebar ul li a {
  display: block;
  padding: 15px;
}
#sidebar ul li + li {
  border-top: 1px solid #ccc;
}
#sidebar ul + h3 {
  border-top: 1px solid #005B34;
}
#sidebar.sidebar_shop h3 {
  position: relative;
}
#sidebar.sidebar_shop h3 span {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 19px;
}
#sidebar.sidebar_shop h3.open {
  background-color: #E5EEEA;
}

body .page.info {
  position: relative;
  overflow-x: hidden;
}
body .page.info:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(https://tomoiku.online/hubfs/raw_assets/public/tomoiku-theme/images/info/pageheader_bg.png) no-repeat top 20% center;
  background-size: calc(100% + 40px);
  z-index: -2;
}
@media screen and (max-width: 576px) {
  body .page.info:after {
    background: url(https://tomoiku.online/hubfs/raw_assets/public/tomoiku-theme/images/info/pageheader_bg.png) no-repeat top 4% center;
    background-size: calc(100% + 100px);
  }
}
body .page.info .pageheader-section {
  background-color: inherit;
  padding-bottom: 0px;
}
@media screen and (max-width: 576px) {
  body .page.info .pageheader-section {
    padding-top: 51px;
  }
}
body .page.info .pageheader-section .inner-block h1 {
  text-align: center;
  text-align: center;
  line-height: 2;
  font-size: 35px;
  opacity: 0;
}
body .page.info .pageheader-section .inner-block h1 .bg-text {
  display: inline-block;
  color: inherit;
  font-size: 100%;
  color: #fff;
  display: inline-block;
  padding-left: 15px;
  position: relative;
  margin-top: 0px;
  z-index: 1;
}
body .page.info .pageheader-section .inner-block h1 .bg-text .bg {
  display: block;
  width: calc(100% - 15px);
  height: calc(100% - 10px);
  left: 0;
  position: absolute;
  top: 6px;
  z-index: -1;
  margin-top: 0;
}
body .page.info .pageheader-section .inner-block h1 .bg-text .bg span {
  margin: 0;
  background-color: #EB613B;
  display: block;
  width: 0%;
  height: 100%;
}
body .page.info .pageheader-section .inner-block h1 .bg-text:nth-of-type(n + 2) {
  margin-top: 20px;
}
body .page.info .pageheader-section .inner-block h1 .bg-text.front {
  padding-right: 12px;
}
body .page.info .pageheader-section .inner-block h1 .bg-text.front:after {
  width: calc(100% - 6px);
}
@media screen and (max-width: 850px) {
  body .page.info .pageheader-section .inner-block h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 850px) and (max-width: 576px) {
  body .page.info .pageheader-section .inner-block h1 {
    font-size: 24px;
    line-height: 1.8;
  }
  body .page.info .pageheader-section .inner-block h1 .bg-text {
    padding-left: 12px;
  }
  body .page.info .pageheader-section .inner-block h1 .bg-text .bg {
    height: calc(100% - 8px);
    top: 5px;
    width: calc(100% - 6px);
  }
  body .page.info .pageheader-section .inner-block h1 .bg-text:nth-of-type(n + 2) {
    margin-top: 0px;
  }
  body .page.info .pageheader-section .inner-block h1 .bg-text.front {
    padding-right: 12px;
  }
  body .page.info .pageheader-section .inner-block h1 .bg-text.front .bg {
    width: calc(100% - 6px);
  }
}
body .page.info .pagecontent-section.text-section .inner-block .txt {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.22em;
  line-height: 2.2;
  font-weight: 700;
  opacity: 0;
  transform: translate(0px, 60px);
}
body .page.info .pagecontent-section.text-section .inner-block .txt + .txt {
  margin-top: 35px;
}
@media screen and (max-width: 576px) {
  body .page.info .pagecontent-section.text-section .inner-block .txt {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
  }
  body .page.info .pagecontent-section.text-section .inner-block .txt + .txt {
    margin-top: 25px;
  }
}

html {
  overflow-x: hidden;
}

footer {
  position: relative;
  z-index: -10;
}

body {
  overflow-x: hidden;
}
@media screen and (max-width: 576px) {
  body #main-content {
    overflow: inherit;
  }
}
body .featherlight {
  background-color: rgba(0, 0, 0, 0.44) !important;
}
body .featherlight .featherlight-content {
  max-width: 878px;
  border-radius: 28px;
  background: url(https://tomoiku.online/hubfs/raw_assets/public/tomoiku-theme/images/specialist/modal-box_bg.png) no-repeat right center;
  background-size: auto 100%;
  background-color: #fff;
  border: none;
  padding: 44px 40px 53px;
  margin-left: 5%;
  margin-right: 5%;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  margin-top: 60px;
}
body .featherlight .featherlight-content.open {
  transition-delay: 250ms;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
body .featherlight .featherlight-content .modal-box .ttl {
  font-size: 22px;
  letter-spacing: 0.22em;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 50px;
}
body .featherlight .featherlight-content .modal-box .inner-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
body .featherlight .featherlight-content .modal-box .inner-content .text-area {
  width: 50%;
  padding-right: 27px;
}
body .featherlight .featherlight-content .modal-box .inner-content .text-area .name-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 23px;
}
body .featherlight .featherlight-content .modal-box .inner-content .text-area .name-box .name {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.12em;
  padding-right: 18px;
}
body .featherlight .featherlight-content .modal-box .inner-content .text-area .name-box .name-eng {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #A6A6A6;
  margin-top: 4px;
}
body .featherlight .featherlight-content .modal-box .inner-content .text-area .cate-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 20px;
  width: calc(100% + 8px);
}
body .featherlight .featherlight-content .modal-box .inner-content .text-area .cate-box .cate-item {
  border: 2px solid #C0E5E0;
  border-radius: 28px;
  margin: 0 4px 10px;
  padding: 6px 15px 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  background-color: #fff;
}
body .featherlight .featherlight-content .modal-box .inner-content .text-area .text-box .txt {
  text-align: justify;
  line-height: 2.2;
  letter-spacing: 0.22em;
}
body .featherlight .featherlight-content .modal-box .inner-content .text-area .text-box .txt + .txt {
  margin-top: 26px;
}
body .featherlight .featherlight-content .modal-box .inner-content .pict-area {
  width: 50%;
}
body .featherlight .featherlight-content .modal-box .inner-content .pict-area .pict-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border: 6px solid #C1DFE1;
  max-width: 398px;
  max-height: 398px;
  margin-left: auto;
  margin-right: auto;
}
body .featherlight .featherlight-content .modal-box .inner-content .pict-area .pict-box:before {
  display: block;
  content: "";
  padding-top: 100%;
}
body .featherlight .featherlight-content .modal-box .inner-content .pict-area .pict-box img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
body .featherlight .featherlight-content .featherlight-close-icon {
  width: 32px;
  line-height: 32px;
  font-size: 0;
  background: url(https://tomoiku.online/hubfs/raw_assets/public/tomoiku-theme/images/specialist/icn_close.svg) no-repeat center;
  background-size: 30px;
  top: 31px;
  right: 33px;
  cursor: pointer;
  cursor: hand;
}
@media screen and (max-width: 850px) and (max-width: 576px) {
  body .featherlight .featherlight-content {
    background-image: url(https://tomoiku.online/hubfs/raw_assets/public/tomoiku-theme/images/specialist/modal-box_bg_sp.png);
    padding: 40px 15px;
    margin-left: 25px;
    margin-right: 25px;
  }
  body .featherlight .featherlight-content .modal-box .ttl {
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  body .featherlight .featherlight-content .modal-box .inner-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  body .featherlight .featherlight-content .modal-box .inner-content .text-area {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
  body .featherlight .featherlight-content .modal-box .inner-content .text-area .name-box {
    margin-bottom: 15px;
  }
  body .featherlight .featherlight-content .modal-box .inner-content .text-area .name-box .name {
    font-size: 18px;
    padding-right: 10px;
  }
  body .featherlight .featherlight-content .modal-box .inner-content .text-area .name-box .name-eng {
    font-size: 12px;
    margin-top: 5px;
    letter-spacing: 0.1em;
  }
  body .featherlight .featherlight-content .modal-box .inner-content .text-area .cate-box {
    margin-bottom: 12px;
  }
  body .featherlight .featherlight-content .modal-box .inner-content .text-area .cate-box .cate-item {
    margin: 0 4px 8px;
  }
  body .featherlight .featherlight-content .modal-box .inner-content .text-area .text-box .txt {
    font-size: 13px;
    line-height: 2.3;
  }
  body .featherlight .featherlight-content .modal-box .inner-content .text-area .text-box .txt + .txt {
    margin-top: 18px;
  }
  body .featherlight .featherlight-content .modal-box .inner-content .pict-area {
    width: 100%;
    order: 1;
    margin-bottom: 25px;
  }
  body .featherlight .featherlight-content .modal-box .inner-content .pict-area .pict-box {
    max-width: 268px;
  }
  body .featherlight .featherlight-content .featherlight-close-icon {
    width: 20px;
    line-height: 20px;
    background-size: 18px;
    top: 15px;
    right: 17px;
  }
}
body #specialist-bnr {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #C0E5E0;
  margin-top: 40px;
  margin-bottom: -160px;
  z-index: 10;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
}
body #specialist-bnr .inner-block {
  width: 100%;
  margin-top: 52px;
  margin-bottom: 80px;
}
body #specialist-bnr .inner-block .text-area {
  width: 100%;
  max-width: 554px;
}
body #specialist-bnr .inner-block .text-area .ttl {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.6;
  margin-bottom: 10px;
}
body #specialist-bnr .inner-block .text-area .txt {
  text-align: justify;
  margin-bottom: 30px;
}
body #specialist-bnr .inner-block .text-area .btn02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 195px;
  width: 100%;
  height: 45px;
  background: #EB613B;
  border-radius: 40px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  position: relative;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 576px) {
  body #specialist-bnr .inner-block .text-area .btn02 {
    height: 40px;
    font-size: 14px;
  }
}
body #specialist-bnr .bg-img {
  height: auto;
  width: 100%;
  display: block;
  z-index: 1;
}
body #specialist-bnr .bg-img.bg-up {
  margin-top: -2px;
}
body #specialist-bnr .bg-img img {
  width: 100%;
}
body #specialist-bnr .pict-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0%;
  bottom: 0;
  margin: auto;
  max-width: 1160px;
  width: 100%;
  z-index: -10;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
}
body #specialist-bnr .pict-area .pict-box {
  max-width: 512px;
  display: block;
  margin-bottom: 1.5%;
  margin-right: 20px;
  width: 45%;
}
body #specialist-bnr .pict-area .pict-box img {
  width: 100%;
}
@media screen and (min-width: 1367px) {
  body #specialist-bnr .bg-img img {
    height: 72px;
  }
  body #specialist-bnr .pict-area .pict-box {
    max-width: none;
    width: 512px;
  }
}
@media screen and (max-width: 1315px) {
  body #specialist-bnr .pict-area .pict-box {
    max-width: 502px;
    margin-bottom: 1.5%;
    width: 45%;
  }
}
@media screen and (max-width: 1315px) and (max-width: 990px) {
  body #specialist-bnr .inner-block {
    margin-top: 42px;
    margin-bottom: 70px;
  }
  body #specialist-bnr .inner-block .text-area {
    max-width: 450px;
  }
  body #specialist-bnr .inner-block .text-area .ttl {
    font-size: 26px;
  }
  body #specialist-bnr .pict-area .pict-box {
    margin-bottom: 2%;
    width: 48%;
  }
}
@media screen and (max-width: 1315px) and (max-width: 990px) and (max-width: 850px) {
  body #specialist-bnr .pict-area .pict-box {
    max-width: none;
    margin-bottom: 2%;
    margin-right: -10px;
    width: 50%;
  }
  body #specialist-bnr .inner-block {
    margin-top: 22px;
    margin-bottom: 50px;
  }
  body #specialist-bnr .inner-block .text-area {
    width: 60%;
  }
  body #specialist-bnr .inner-block .text-area .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 1315px) and (max-width: 990px) and (max-width: 850px) and (max-width: 576px) {
  body #specialist-bnr {
    margin-top: 0px;
    margin-bottom: -108px;
  }
  body #specialist-bnr .bg-img.bg-up {
    margin-top: -5px;
  }
  body #specialist-bnr .pict-area {
    position: relative;
    background-color: #C0E5E0;
    margin-bottom: -33px;
  }
  body #specialist-bnr .pict-area .pict-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 25px;
    width: 100%;
  }
  body #specialist-bnr .inner-block {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  body #specialist-bnr .inner-block .text-area {
    width: 100%;
  }
  body #specialist-bnr .inner-block .text-area .ttl {
    margin-bottom: 15px;
  }
  body #specialist-bnr .inner-block .text-area .txt {
    margin-bottom: 20px;
  }
  body #specialist-bnr .inner-block .text-area .btn02 {
    margin-left: auto;
    margin-right: auto;
  }
}
body .page .avatar-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-right: -3%;
  margin-top: -92px;
  width: 106%;
}
body .page .avatar-area .avatar-item {
  max-width: 324px;
  min-width: 280px;
  width: 40%;
  margin: 92px 3% 0;
  display: block;
}
body .page .avatar-area .avatar-item .pict-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border: 6px solid #C1DFE1;
  max-width: 262px;
  max-height: 262px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
body .page .avatar-area .avatar-item .pict-box:before {
  display: block;
  content: "";
  padding-top: 100%;
}
body .page .avatar-area .avatar-item .pict-box img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
body .page .avatar-area .avatar-item .name-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
body .page .avatar-area .avatar-item .name-box .name {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.12em;
  padding-right: 14px;
  margin-top: 0;
}
body .page .avatar-area .avatar-item .name-box .name-eng {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #A6A6A6;
  margin-top: 4px;
}
body .page .avatar-area .avatar-item .cate-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 15px;
  width: calc(100% + 8px);
}
body .page .avatar-area .avatar-item .cate-box .cate-item {
  border: 2px solid #C0E5E0;
  border-radius: 28px;
  margin: 0 4px 10px;
  padding: 6px 15px 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  background-color: #fff;
}
body .page .avatar-area .avatar-item .text-box {
  margin-bottom: 25px;
}
body .page .avatar-area .avatar-item .text-box .txt {
  text-align: justify;
}
body .page .avatar-area .avatar-item .link-box {
  text-align: right;
}
body .page .avatar-area .avatar-item .link-box .featherlight-open-btn {
  color: #EB613B;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.12em;
  padding-bottom: 8px;
  border-bottom: 1px solid #EB613B;
  cursor: pointer;
  cursor: hand;
}
@media screen and (max-width: 850px) and (max-width: 576px) {
  body .page .avatar-area {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: -60px;
    width: 100%;
  }
  body .page .avatar-area .avatar-item {
    max-width: none;
    min-width: inherit;
    width: 100%;
    margin: 60px 0 0;
  }
  body .page .avatar-area .avatar-item .pict-box {
    margin-bottom: 25px;
  }
  body .page .avatar-area .avatar-item .name-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  body .page .avatar-area .avatar-item .name-box .name {
    padding-right: 14px;
  }
  body .page .avatar-area .avatar-item .cate-box {
    margin-bottom: 10px;
  }
  body .page .avatar-area .avatar-item .cate-box .cate-item {
    margin-bottom: 8px;
  }
  body .page .avatar-area .avatar-item .text-box {
    margin-bottom: 18px;
  }
}
body .page.specialist .pageheader-section {
  background-color: #fff;
  padding-bottom: 50px;
}
@media screen and (max-width: 576px) {
  body .page.specialist .pageheader-section {
    padding-top: 50px;
  }
}
body .page.specialist .pageheader-section .inner-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
body .page.specialist .pageheader-section .inner-block .text-area {
  width: 50%;
}
body .page.specialist .pageheader-section .inner-block .text-area .sub-txt {
  letter-spacing: 0.12em;
  color: #EB613B;
  font-weight: 700;
}
body .page.specialist .pageheader-section .inner-block .text-area h1 {
  font-size: 35px;
}
body .page.specialist .pageheader-section .inner-block .pict-area {
  width: 50%;
  padding-left: 20px;
}
body .page.specialist .pageheader-section .inner-block .pict-area img {
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  body .page.specialist .pageheader-section .inner-block {
    display: block;
  }
  body .page.specialist .pageheader-section .inner-block .text-area {
    width: 100%;
    margin-bottom: 60px;
  }
  body .page.specialist .pageheader-section .inner-block .text-area .sub-txt {
    margin-bottom: 7px;
  }
  body .page.specialist .pageheader-section .inner-block .text-area h1 {
    font-size: 24px;
  }
  body .page.specialist .pageheader-section .inner-block .pict-area {
    width: 100%;
    padding-left: 0px;
  }
  body .page.specialist .pageheader-section .inner-block .pict-area img {
    max-width: 680px;
    width: 100%;
  }
}
body .page.specialist .pagecontent-section.avatar-section {
  padding-top: 0px;
}
body .page.specialist .pagecontent-section.avatar-section .inner-block .cate-area {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
@media screen and (max-width: 850px) {
  body .page.specialist .pagecontent-section.avatar-section .inner-block .cate-area {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 850px) and (max-width: 576px) {
  body .page.specialist .pagecontent-section.avatar-section .inner-block .cate-area {
    margin-top: 70px;
    margin-bottom: 32px;
  }
}
body .page.specialist .pagecontent-section.avatar-section .inner-block .cate-area .cate-btn {
  display: inline-block;
  position: relative;
  width: 130px;
  cursor: pointer;
  z-index: 9;
}
@media screen and (max-width: 850px) {
  body .page.specialist .pagecontent-section.avatar-section .inner-block .cate-area .cate-btn {
    width: auto;
    margin-left: 30px;
  }
}
body .page.specialist .pagecontent-section.avatar-section .inner-block .cate-area .cate-btn .cate-ttl {
  font-size: 16px;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
}
body .page.specialist .pagecontent-section.avatar-section .inner-block .cate-area .cate-btn .cate-ttl .icn-arw {
  width: 100%;
  padding-right: 32px;
  background: url(https://tomoiku.online/hubfs/raw_assets/public/tomoiku-theme/images/specialist/icn_arw_down.svg) no-repeat right top 7px;
  background-size: 25px;
  transition: all 0.6s;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  body .page.specialist .pagecontent-section.avatar-section .inner-block .cate-area .cate-btn .cate-ttl {
    font-size: 13px;
  }
  body .page.specialist .pagecontent-section.avatar-section .inner-block .cate-area .cate-btn .cate-ttl .icn-arw {
    width: 100%;
    padding-right: 26px;
    background: url(https://tomoiku.online/hubfs/raw_assets/public/tomoiku-theme/images/specialist/icn_arw_down.svg) no-repeat right top 6px;
    background-size: 20px;
  }
}
body .page.specialist .pagecontent-section.avatar-section .inner-block .cate-area .cate-btn .sub-area {
  text-align: left;
  width: 176px;
  position: absolute;
  left: -25px;
  margin: 5px auto 0;
  height: 252px;
  overflow: scroll;
  border-radius: 11px;
  border: 1px solid #ADADAD;
  background-color: #fff;
  transition: all 0.6s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  overflow-x: hidden;
}
body .page.specialist .pagecontent-section.avatar-section .inner-block .cate-area .cate-btn .sub-area .item {
  font-size: 16px;
  letter-spacing: 0.12em;
  font-weight: 700;
  padding: 5px 10px;
}
body .page.specialist .pagecontent-section.avatar-section .inner-block .cate-area .cate-btn .sub-area .item:hover {
  background-color: #F3F3F3;
}
body .page.specialist .pagecontent-section.avatar-section .inner-block .cate-area .cate-btn .sub-area .item a {
  display: block;
}
body .page.specialist .pagecontent-section.avatar-section .inner-block .cate-area .cate-btn .sub-area .item.ani-none {
  background-color: inherit;
}
@media screen and (max-width: 850px) {
  body .page.specialist .pagecontent-section.avatar-section .inner-block .cate-area .cate-btn .sub-area {
    left: inherit;
    right: 0;
    width: 136px;
  }
}
body .page.specialist .pagecontent-section.avatar-section .inner-block .cate-area .cate-btn.open-ani.open .sub-area {
  opacity: 1;
  visibility: visible;
}
body .page.specialist .pagecontent-section.avatar-section .inner-block .modal-content-area {
  display: none !important;
}

body .page.interview .pageheader-section {
  background-color: inherit;
  padding-bottom: 0px;
}
@media screen and (max-width: 576px) {
  body .page.interview .pageheader-section {
    padding-top: 51px;
  }
}
@media screen and (max-width: 576px) {
  body .page.interview .pageheader-section .inner-block {
    padding-left: 0;
    padding-right: 0;
  }
}
body .page.interview .pageheader-section .inner-block .hero-area {
  height: 480px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
body .page.interview .pageheader-section .inner-block .hero-area img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 850px) {
  body .page.interview .pageheader-section .inner-block .hero-area {
    height: 420px;
  }
}
@media screen and (max-width: 850px) and (max-width: 576px) {
  body .page.interview .pageheader-section .inner-block .hero-area {
    height: 240px;
    border-radius: 0;
  }
}
body .page.interview .pageheader-section .inner-block .text-area {
  overflow: hidden;
  background-color: rgba(192, 229, 224, 0.2);
  padding: 55px 40px 80px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 850px) {
  body .page.interview .pageheader-section .inner-block .text-area {
    padding: 45px 40px 60px;
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 850px) and (max-width: 576px) {
  body .page.interview .pageheader-section .inner-block .text-area {
    border-radius: 0;
    padding: 40px 25px 50px;
  }
}
body .page.interview .pageheader-section .inner-block .text-area h1 {
  font-size: 35px;
  line-height: 2;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 850px) {
  body .page.interview .pageheader-section .inner-block .text-area h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 850px) and (max-width: 576px) {
  body .page.interview .pageheader-section .inner-block .text-area h1 {
    font-size: 24px;
    text-align: justify;
    margin-bottom: 35px;
  }
}
body .page.interview .pageheader-section .inner-block .text-area .sub-box {
  max-width: 860px;
  margin: auto;
}
body .page.interview .pageheader-section .inner-block .text-area .sub-box p {
  margin: auto;
  text-align: justify;
}
body .page.interview .pageheader-section .inner-block .text-area .sub-box p.sub-ttl {
  display: inline-block;
  border: 2px solid #C1DFE1;
  background-color: #fff;
  border-radius: 40px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 10;
  padding: 4px 16px 6px;
  margin-bottom: 14px;
}
body .page.interview .pageheader-section .inner-block .text-area .sub-box p + p {
  margin-top: 10px;
}
body .page.interview .pageheader-section.interview-top .inner-block {
  text-align: center;
}
body .page.interview .pageheader-section.interview-top .inner-block .text-area {
  border-radius: 10px;
}
body .page.interview .pageheader-section.interview-top .inner-block h1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  body .page.interview .pageheader-section.interview-top .inner-block {
    text-align: left;
  }
}
body .page.interview .pagecontent-section .inner-block {
  max-width: 860px;
}
body .page.interview .pagecontent-section .inner-block .itv-lists {
  margin-left: auto;
  margin-right: auto;
}
body .page.interview .pagecontent-section .inner-block .itv-lists .itv-link {
  position: relative;
  display: block;
}
body .page.interview .pagecontent-section .inner-block .itv-lists .itv-link .text-area {
  position: absolute;
  color: #eb613b;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  position: absolute;
  height: 100%;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  padding-left: 45px;
  z-index: 1;
  top: 0;
  left: 0;
}
body .page.interview .pagecontent-section .inner-block .itv-lists .itv-link + .itv-link {
  margin-top: 40px;
}
body .page.interview .pagecontent-section .inner-block .itv-lists .itv-link h3 {
  padding-left: 0;
  margin-bottom: 10px;
  margin-top: 5px;
}
body .page.interview .pagecontent-section .inner-block .itv-lists .itv-link h3:after {
  display: none;
}
body .page.interview .pagecontent-section .inner-block .itv-lists .itv-link img {
  width: 100%;
  transition: all 0.3s;
}
body .page.interview .pagecontent-section .inner-block .itv-lists .itv-link:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 850px) {
  body .page.interview .pagecontent-section .inner-block .itv-lists .itv-link {
    position: relative;
    display: block;
  }
  body .page.interview .pagecontent-section .inner-block .itv-lists .itv-link .text-area {
    position: static;
    width: 100%;
    padding: 25px 0;
  }
  body .page.interview .pagecontent-section .inner-block .itv-lists .itv-link + .itv-link {
    margin-top: 25px;
  }
  body .page.interview .pagecontent-section .inner-block .itv-lists .itv-link h3 {
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  body .page.interview .pagecontent-section .inner-block .itv-lists .itv-link h3:after {
    display: none;
  }
  body .page.interview .pagecontent-section .inner-block .itv-lists .itv-link img {
    width: 100%;
    transition: all 0.3s;
  }
  body .page.interview .pagecontent-section .inner-block .itv-lists .itv-link:hover img {
    opacity: 0.7;
  }
}
body .page.interview .pagecontent-section .inner-block .mokuji-box {
  margin: 0px auto;
  max-width: 860px;
  border-top: 2px solid #EB613B;
  border-bottom: 2px solid #EB613B;
  padding: 30px 0 28px;
  margin-bottom: 100px;
}
body .page.interview .pagecontent-section .inner-block .mokuji-box .inner-ttl {
  display: inline-block;
  border: 2px solid #EB613B;
  background-color: #EB613B;
  border-radius: 40px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  position: relative;
  color: #fff;
  z-index: 10;
  padding: 2px 14px 4px;
  margin-bottom: 18px;
  letter-spacing: 0.22em;
}
body .page.interview .pagecontent-section .inner-block .mokuji-box ul li {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 2;
  font-weight: bold;
}
body .page.interview .pagecontent-section .inner-block .mokuji-box ul li a {
  padding-left: 25px;
  display: block;
  transition: all 0.4s;
}
body .page.interview .pagecontent-section .inner-block .mokuji-box ul li a:before {
  content: "●";
  color: #EB613B;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
body .page.interview .pagecontent-section .inner-block .mokuji-box ul li a:hover {
  color: #EB613B;
}
@media screen and (max-width: 576px) {
  body .page.interview .pagecontent-section .inner-block .mokuji-box {
    margin-bottom: 60px;
  }
}
body .page.interview .pagecontent-section .inner-block .heading {
  margin: -80px 0 35px;
  padding-top: 155px;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-weight: bold;
  word-break: break-all;
  color: #EB613B;
}
body .page.interview .pagecontent-section .inner-block .heading:first-of-type {
  padding-top: 80px;
}
@media screen and (max-width: 576px) {
  body .page.interview .pagecontent-section .inner-block .heading {
    font-size: 22px;
    padding-top: 135px;
    margin-bottom: 20px;
  }
}
body .page.interview .pagecontent-section .inner-block h3 {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 3px;
}
body .page.interview .pagecontent-section .inner-block h3:after {
  content: "";
  background-color: #EB613B;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
body .page.interview .pagecontent-section .inner-block p {
  text-align: justify;
}
body .page.interview .pagecontent-section .inner-block p + p {
  margin-top: 12px;
}
body .page.interview .pagecontent-section .inner-block p.q-txt {
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
}
body .page.interview .pagecontent-section .inner-block p.q-txt:before {
  content: "";
  background-color: #EB613B;
  height: 2px;
  width: 30px;
  position: absolute;
  top: 13px;
  left: 0;
  margin: auto;
}
body .page.interview .pagecontent-section .inner-block p.q-txt + .a-txt {
  margin-top: 15px;
}
body .page.interview .pagecontent-section .inner-block p.a-txt + .q-txt {
  margin-top: 30px;
}
body .page.interview .pagecontent-section .inner-block p + h3 {
  margin-top: 35px;
}
body .page.interview .pagecontent-section .inner-block p + h3:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  body .page.interview .pagecontent-section .inner-block p + h3 {
    margin-top: 25px;
  }
  body .page.interview .pagecontent-section .inner-block p + h3:first-of-type {
    margin-top: 30px;
  }
}
body .page.interview .pagecontent-section .inner-block p + .image {
  margin-top: 25px;
}
@media screen and (max-width: 576px) {
  body .page.interview .pagecontent-section .inner-block p + .image {
    margin-top: 5px;
  }
}
body .page.interview .pagecontent-section .inner-block .note {
  margin-top: 12px;
  font-size: 12px;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.2em;
  display: block;
  color: rgba(66, 60, 60, 0.7019607843);
}
body .page.interview .pagecontent-section .inner-block .image {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
body .page.interview .pagecontent-section .inner-block .image .item {
  overflow: hidden;
  border-radius: 8px;
  margin: 35px 20px 0;
  height: auto;
  width: 100%;
}
body .page.interview .pagecontent-section .inner-block .image .item.square {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
body .page.interview .pagecontent-section .inner-block .image .item img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 850px) {
  body .page.interview .pagecontent-section .inner-block .image .item {
    height: 400px;
  }
}
@media screen and (max-width: 850px) and (max-width: 576px) {
  body .page.interview .pagecontent-section .inner-block .image .item {
    height: 350px;
  }
}
body .page.interview .pagecontent-section .inner-block .image.two-col .item {
  width: calc(50% - 40px);
}
@media screen and (max-width: 850px) and (max-width: 576px) {
  body .page.interview .pagecontent-section .inner-block .image.two-col .item {
    width: 100%;
  }
}
body .page.interview .pagecontent-section .inner-block .image + p {
  margin-top: 55px;
}
@media screen and (max-width: 576px) {
  body .page.interview .pagecontent-section .inner-block .image + p {
    margin-top: 35px;
  }
}
body .page.interview .pagecontent-section .inner-block .prof-area {
  margin-top: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-top: 2px solid #C1DFE1;
  border-bottom: 2px solid #C1DFE1;
  padding: 30px 0;
}
@media screen and (max-width: 576px) {
  body .page.interview .pagecontent-section .inner-block .prof-area {
    margin-top: 65px;
  }
}
body .page.interview .pagecontent-section .inner-block .prof-area .pict-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border: 4px solid #C1DFE1;
  max-width: 165px;
  max-height: 165px;
  background-color: #eee;
}
@media screen and (max-width: 576px) {
  body .page.interview .pagecontent-section .inner-block .prof-area .pict-box {
    margin-left: auto;
    margin-right: auto;
  }
}
body .page.interview .pagecontent-section .inner-block .prof-area .pict-box img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
body .page.interview .pagecontent-section .inner-block .prof-area .text-box {
  margin-left: 38px;
  width: calc(100% - 262px);
}
@media screen and (max-width: 576px) {
  body .page.interview .pagecontent-section .inner-block .prof-area .text-box {
    width: 100%;
    margin-top: 28px;
    margin-left: 0;
  }
}
body .page.interview .pagecontent-section .inner-block .prof-area .text-box p {
  margin: 0;
}
body .page.interview .pagecontent-section .inner-block .prof-area .text-box p.inner-ttl {
  display: inline-block;
  border: 2px solid #C1DFE1;
  background-color: #C1DFE1;
  border-radius: 40px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  position: relative;
  color: #fff;
  z-index: 10;
  padding: 1px 12px 2px 14px;
  margin-bottom: 16px;
}
body .page.interview .pagecontent-section .inner-block .prof-area .text-box p.name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
body .page.interview .pagecontent-section .inner-block .prof-area .text-box p.info {
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */