@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Oswald:wght@400;600&display=swap");
/**
 * Default Setting
 */
/**
 * SuperGradient
 * SASS MULTI-COLOR GRADIENT MIXIN (LINEAR & RADIAL)
 * Options
 * $type: linear*, radial
 * $from: top*, left, top left, top right, bottom right, bottom left, center (radial)
 * $colors: hex, rgba
 * *default
 *
 * Include: bower install super-gradient
 *
 * Demo: http://super-gradient.ib.gs/
 */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #fff; }

::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2); }

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2); }

/**
 * CSS Reset
 * Default StyleSheet Normalize
 *
 * @since 0.1
 * @author MIRAI Inc.
 */
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  touch-action: manipulation; }

html, body {
  width: 100%; }

body {
  min-width: 300px;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Robot, "Droid Sans", sans-serif;
  font-size: 1.6rem;
  color: #585F59;
  background-color: white;
  -webkit-text-size-adjust: 100%; }

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

main {
  width: 100%; }

a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation; }

button {
  appearance: none;
  cursor: pointer;
  padding: 0.5em 1em;
  border: 1px solid #ccc; }

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="color"] {
  appearance: none;
  font-size: 16px; }

textarea {
  appearance: none;
  font-size: 16px; }

button {
  cursor: pointer; }

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

a {
  color: #0F9838;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

ul, ol {
  padding-left: 40px; }

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

@media (min-width: 0) and (max-width: 575px) {
  [xs] {
    display: none !important; } }

@media (min-width: 0) {
  [xs-min] {
    display: none !important; } }

@media (max-width: 575px) {
  [xs-max] {
    display: none !important; } }

@media (min-width: 576px) and (max-width: 767px) {
  [sm] {
    display: none !important; } }

@media (min-width: 576px) {
  [sm-min] {
    display: none !important; } }

@media (max-width: 767px) {
  [sm-max] {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  [md] {
    display: none !important; } }

@media (min-width: 768px) {
  [md-min] {
    display: none !important; } }

@media (max-width: 991px) {
  [md-max] {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  [lg] {
    display: none !important; } }

@media (min-width: 992px) {
  [lg-min] {
    display: none !important; } }

@media (max-width: 1199px) {
  [lg-max] {
    display: none !important; } }

@media (min-width: 1200px) and (max-width: 1490px) {
  [xl] {
    display: none !important; } }

@media (min-width: 1200px) {
  [xl-min] {
    display: none !important; } }

@media (max-width: 575px) {
  [xl-max] {
    display: none !important; } }

.anim-leftwark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #707070;
  transform: translateX(0%); }

.anim-leftwark.hover:before {
  animation: leftWark 500ms ease-out 0s 1 normal; }

@keyframes leftWark {
  0% {
    width: 0;
    transform: translateX(0%); }
  50% {
    width: 100%;
    transform: translateX(0%); }
  100% {
    width: 100%;
    transform: translateX(100%); } }

/**
 * Common Parts
 */
/**
* Form
* フォームの各Input要素など
*
* @prefix form-
*/
input,
select,
textarea {
  appearance: none;
  max-width: 100%;
  font-size: 16px;
  outline: 0;
  border-radius: 4px;
  box-shadow: none; }

input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=color]):not([type=file])::placeholder,
textarea::placeholder {
  font-size: 14px;
  color: #999;
  transition: 235ms ease; }

input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=color]):not([type=file]):not(:placeholder-shown) + .form-error,
textarea:not(:placeholder-shown) + .form-error {
  height: 0;
  opacity: 0;
  visibility: hidden; }

input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=color]):not([type=file]):focus::placeholder,
textarea:focus::placeholder {
  color: #ccc; }

input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=color]):not([type=file]) {
  display: block;
  height: 50px;
  padding: 0 8px;
  border: 1px solid #ccc; }

input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=color]):not([type=file]),
textarea,
select {
  border: 1px solid #ccc; }
  input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=color]):not([type=file]):focus,
  textarea:focus,
  select:focus {
    border-color: #0F9838;
    box-shadow: 0 0 0 1px #0F9838;
    transition: 300ms ease; }

textarea {
  display: block;
  min-height: calc(5em * 1.4 + 8px);
  padding: 8px;
  line-height: 1.4;
  border-color: #ccc; }

select {
  position: relative;
  display: inline-block;
  width: auto;
  height: 50px;
  padding: 0 32px 0 8px;
  color: currentColor;
  background-repeat: no-repeat;
  background-position: right .7em top 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%3E%3Cpath%20d%3D%22M5%2C0l5%2C6H0Z%22%20transform%3D%22translate(10%206)%20rotate(180)%22%20fill%3D%22%23ccc%22%2F%3E%3C%2Fsvg%3E");
  border-color: #ccc; }
  select::-ms-expand {
    display: none; }

input[type=range] {
  display: block;
  height: 1.4em;
  margin: 0;
  padding: 0 4px;
  background-color: #e2e2e2;
  border-radius: 15px;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 0 6px #fff; }
  input[type=range]:focus {
    box-shadow: 0 0 0 1px #0F9838, inset 0 0 0 6px #fff;
    transition: 300ms ease; }

input[type=color] {
  height: 32px;
  padding: 0 3px;
  line-height: 1;
  border-color: #ccc; }
  input[type=color]:focus {
    box-shadow: 0 0 0 1px #0F9838;
    transition: 300ms ease; }

input[type=radio],
input[type=checkbox] {
  cursor: pointer;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 20px;
  color: #0F9838;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px -1px rgba(0, 0, 0, 0.2); }
  input[type=radio]:focus,
  input[type=checkbox]:focus {
    border-color: #0F9838;
    box-shadow: 0 0 0 1px #0F9838;
    transition: 300ms ease; }
  input[type=radio]:checked,
  input[type=checkbox]:checked {
    background-color: #0F9838;
    background-image: url(../img/icon/input-checkmark.svg);
    background-size: 72% auto;
    border-color: #0F9838;
    transition: 300ms ease; }

input[type=radio] {
  border-radius: 1em; }

.form-file label {
  display: inline-block;
  padding: 8px 18px;
  line-height: 1.2;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #0F9838;
  border: 1px solid #0d812f;
  border-radius: 30px; }
  .form-file label:focus {
    box-shadow: 0 0 0 1px #0F9838, inset 0 0 0 1px #0F9838;
    transition: 300ms ease; }
  .form-file label:before {
    content: "ファイルを選択";
    font-size: 14px; }
  .form-file label input[type=file] {
    display: none; }

.form-error {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  transition: 235ms ease; }

.mw_wp_form_confirm .required,
.mw_wp_form_confirm .option-any,
.mw_wp_form_confirm .form-privacy,
.mw_wp_form_confirm .form-privacy-check,
.mw_wp_form_confirm .zip-search,
.mw_wp_form_confirm .form-submit__privacy,
.mw_wp_form_confirm .kome {
  display: none; }

.mw_wp_form .form-error .error {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  color: #C11414; }

.form-privacy__inner {
  padding: 20px 16px;
  color: #939d94;
  background-color: #F4F5F4; }
  @media (min-width: 992px) {
    .form-privacy__inner {
      padding: 24px; } }

.form-privacy .title {
  margin: 0 0 12px;
  font-size: 15px; }

.form-privacy .text {
  line-height: 1.6;
  font-size: 14px; }
  .form-privacy .text p {
    margin: 0; }

.form-privacy-check {
  margin-top: 34px;
  margin-bottom: 10px;
  text-align: center; }
  .form-privacy-check .form-checkbox {
    justify-content: center;
    margin-top: 0;
    font-size: 15px; }
    .form-privacy-check .form-checkbox label {
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center; }
  .form-privacy-check .form-radio .horizontal-item,
  .form-privacy-check .form-checkbox .horizontal-item {
    margin: 0; }

.form-mail-reception__inner {
  line-height: 1.6;
  font-size: 14px;
  color: #939D94; }
  .form-mail-reception__inner a {
    color: #213A6C; }

.form-mail-reception-popup {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 500ms ease; }
  .form-mail-reception-popup.opened {
    pointer-events: all;
    opacity: 1; }
  .form-mail-reception-popup__container {
    max-width: 740px;
    padding: 20px; }
  .form-mail-reception-popup__close {
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
    border: 0; }
    .form-mail-reception-popup__close .bar {
      position: relative;
      display: block;
      line-height: 1;
      font-size: 17px;
      color: #7C867D; }
  .form-mail-reception-popup__box {
    position: relative;
    background-color: #fff; }
  .form-mail-reception-popup__box-inner {
    position: relative;
    max-height: 82vh;
    padding: 50px 30px;
    overflow: auto;
    line-height: 1.6;
    font-size: 14px;
    color: #7C867D; }
    .form-mail-reception-popup__box-inner .title {
      margin: 0 0 20px;
      padding-bottom: 20px;
      line-height: 1.1;
      font-size: 19px;
      color: #213A6C;
      border-bottom: 2px solid currentColor; }
    .form-mail-reception-popup__box-inner h4 {
      margin: 0 0 21px;
      font-size: 16px; }
    .form-mail-reception-popup__box-inner .link-list {
      margin: 0;
      padding: 0;
      list-style: none;
      font-weight: bold; }
      .form-mail-reception-popup__box-inner .link-list li {
        margin-bottom: 5px;
        padding-left: 25px;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20transform%3D%22translate(-540%20-430)%22%3E%3Cpath%20d%3D%22M2336%2C11l3%2C3-3%2C3%22%20transform%3D%22translate(-1789%20424)%22%20fill%3D%22none%22%20stroke%3D%22%23213A6C%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3Cg%20transform%3D%22translate(540%20430)%22%20fill%3D%22none%22%20stroke%3D%22%23213A6C%22%20stroke-width%3D%221%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227.5%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-size: 16px 16px;
        background-position: left center; }
      .form-mail-reception-popup__box-inner .link-list a {
        color: #213A6C;
        text-decoration: none; }
    .form-mail-reception-popup__box-inner .kome {
      font-size: 12px; }

a[href^="tel:"] {
  pointer-events: none; }
  @media (pointer: fine) {
    a[href^="tel:"] {
      pointer-events: none;
      color: currentColor;
      text-decoration: none; } }
  @media (pointer: coarse) {
    a[href^="tel:"] {
      pointer-events: auto; } }

.sec-heading {
  margin: 0 0 24px;
  text-align: center; }
  @media (min-width: 992px) {
    .sec-heading {
      margin: 0 0 48px; } }
  .sec-heading span {
    display: block; }
  .sec-heading .en {
    margin-bottom: 16px;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #EA5E94; }
  .sec-heading .ja {
    font-size: 24px; }
    @media (min-width: 992px) {
      .sec-heading .ja {
        font-size: 40px; } }
  .sec-heading .ja-min {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 4px;
    font-size: 14px;
    color: #6A7CA0; }
    @media (min-width: 992px) {
      .sec-heading .ja-min {
        font-size: 18px; } }
    .sec-heading .ja-min:before, .sec-heading .ja-min:after {
      content: "";
      display: block;
      width: 2px;
      height: 1.8em;
      background-color: #6A7CA0;
      border-radius: 2px; }
    .sec-heading .ja-min:before {
      margin-right: 1.5em;
      transform: rotate(-32deg) translateY(15%); }
    .sec-heading .ja-min:after {
      margin-left: 1.5em;
      transform: rotate(32deg) translateY(15%); }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em; }
  .icon svg {
    display: block;
    width: 100%;
    height: 100%; }

.btn {
  display: inline-block;
  padding: 10px 15px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: 235ms ease; }
  .btn .icon {
    margin-right: 10px; }
  .btn .arrow {
    display: inline-block;
    width: 10px;
    height: 16px;
    margin-left: 16px; }
    .btn .arrow svg {
      display: block;
      width: 100%;
      height: 100%; }
  .btn:hover {
    opacity: 1; }

.btn-email {
  color: #fff;
  background-color: #EA5E94;
  border-color: #EA5E94; }
  .btn-email:hover {
    color: #EA5E94;
    background-color: #fff; }

.btn-backtoindex {
  position: relative;
  min-width: 240px;
  padding: 17px 24px;
  color: #fff;
  background-color: #213A6C;
  border-color: #213A6C; }
  .btn-backtoindex .arrow {
    position: absolute;
    top: 50%;
    left: 24px;
    margin: 0;
    transform: rotate(180deg) translateY(50%); }
  .btn-backtoindex:hover {
    color: #213A6C;
    background-color: #fff; }

.btn-line {
  color: #fff;
  background-color: #213A6C;
  border-color: #213A6C; }
  .btn-line:hover {
    color: #213A6C;
    background-color: #fff; }

.btn-line-reverse {
  color: #213A6C;
  background-color: #fff;
  border-color: #fff; }
  .btn-line-reverse:hover {
    color: #fff;
    background-color: #213A6C; }

.btn-shop {
  color: #213A6C;
  background-color: #fff;
  border-color: #fff; }
  .btn-shop:hover {
    color: #fff;
    background-color: #213A6C;
    border-color: #213A6C; }

.ul-list {
  padding: 0;
  list-style: none; }
  .ul-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px; }
    .ul-list li:before {
      content: "";
      position: absolute;
      top: 0.5em;
      left: 0;
      display: block;
      width: 10px;
      height: 10px;
      background-color: currentColor;
      border-radius: 50px; }

strong {
  font-weight: 900; }

[maker*=yellow] strong {
  background-image: linear-gradient(0deg, #FFEF47 42%, transparent 42.01%); }

.tel-comment {
  width: 100%;
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px; }

.at:before {
  content: "@"; }

/**
 * Layout
 */
/**
 * Layout
 * レイアウト全般に関するものはここに書く
 */
body {
  display: flex;
  flex-direction: column; }

.layout-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff; }

.layout-main {
  flex: 1 0 auto; }

.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%; }

body.admin-bar .layout-header {
  top: 46px; }
  @media (min-width: 783px) {
    body.admin-bar .layout-header {
      top: 32px; } }

.container {
  max-width: 468px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-left: calc(env(safe-area-inset-left) + 24px);
  padding-left: calc(constant(safe-area-inset-left) + 24px);
  padding-right: 24px;
  padding-right: calc(env(safe-area-inset-right) + 24px);
  padding-right: calc(constant(safe-area-inset-right) + 24px); }
  @media (min-width: 576px) {
    .container {
      max-width: 568px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 728px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 928px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1172px; } }

.row {
  margin-left: -24px;
  margin-right: -24px; }

.page-wrapper {
  padding: 40px 0 80px; }
  @media (min-width: 992px) {
    .page-wrapper {
      padding: 80px 0 160px; } }

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #213A6C; }

@media (min-width: 1200px) {
  .container {
    max-width: 1148px; } }

.layout-header {
  position: sticky; }

.header {
  background-color: #fff;
  transition: 500ms ease; }
  .header.scrolldown {
    transform: translateY(-100%);
    transition: 500ms ease 500ms; }

.header-container {
  padding: 16px 24px; }
  @media (min-width: 992px) {
    .header-container {
      padding: 0; } }

@media (min-width: 992px) {
  .header-sub {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    border-bottom: 1px solid #E6E6E6; } }

.header-sub .description {
  margin: 0;
  font-size: 12px;
  color: #213A6C; }

.header-sub__contact {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 12px;
  color: #213A6C; }
  .header-sub__contact p {
    margin: 0; }
  .header-sub__contact .tel-link {
    margin: 0 10px 0 16px; }
    .header-sub__contact .tel-link img {
      display: block; }

.header-main {
  display: flex;
  align-items: center; }
  @media (min-width: 992px) {
    .header-main {
      padding: 17px 20px; } }
  .header-main .header-logo {
    margin: 0; }
    @media (max-width: 991px) {
      .header-main .header-logo {
        width: 146px; } }
    @media (min-width: 992px) {
      .header-main .header-logo {
        width: 220px; } }
    .header-main .header-logo img {
      display: block; }
  @media (min-width: 992px) {
    .header-main__contact {
      display: flex;
      align-items: center;
      margin-left: auto; }
      .header-main__contact a {
        display: flex;
        align-items: center;
        margin-left: 8px;
        padding: 10px 16px;
        font-weight: 900;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        border-radius: 3px;
        transition: 235ms ease; }
        .header-main__contact a .icon {
          width: 20px;
          height: 20px;
          margin-right: 10px; }
          .header-main__contact a .icon img {
            display: block; }
      .header-main__contact .header-email {
        background-color: #EA5E94;
        border: 1px solid #EA5E94; }
        .header-main__contact .header-email:hover {
          color: #EA5E94;
          background-color: #fff; }
      .header-main__contact .header-line {
        background-color: #213A6C;
        border: 1px solid #213A6C; }
        .header-main__contact .header-line:hover {
          color: #213A6C;
          background-color: #fff; } }
  .header-main__opened {
    margin-left: auto;
    font-size: 10px;
    color: #213A6C; }
    .header-main__opened p {
      margin: 0;
      text-align: center; }

body.scrolled .sp-contact {
  pointer-events: all;
  opacity: 1; }

.sp-contact {
  pointer-events: none;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  opacity: 0;
  background-color: #fff;
  border-top: 1px solid #E6E6E6;
  transition: 235ms ease; }
  @media (min-width: 992px) {
    .sp-contact {
      display: none; } }
  .sp-contact__list {
    display: flex;
    margin: 0;
    padding: 8px 6px 12px;
    list-style: none; }
    .sp-contact__list li {
      flex: 1;
      padding: 0 4px; }
      .sp-contact__list li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 9px 2px 7px;
        font-weight: 900;
        font-size: 14px;
        white-space: nowrap;
        text-decoration: none;
        border-radius: 3px; }
        .sp-contact__list li a .icon {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 20px;
          height: 20px;
          margin-bottom: 4px; }
    .sp-contact__list .color-tel {
      color: #213A6C;
      background-color: #EFF3F6;
      box-shadow: 0 4px 0 0 rgba(33, 58, 108, 0.67); }
      .sp-contact__list .color-tel .icon {
        width: 16px; }
    .sp-contact__list .color-email {
      color: #fff;
      background-color: #EA5E94;
      box-shadow: 0 4px 0 0 #913A21; }
    .sp-contact__list .color-line {
      color: #fff;
      background-color: #213A6C;
      box-shadow: 0 4px 0 0 #13254A; }

.footer {
  position: relative;
  background-color: #fff; }
  .footer .container {
    position: relative; }
  .footer .pagetop {
    position: absolute;
    top: 34px;
    right: 15px;
    z-index: 1; }
    @media (min-width: 992px) {
      .footer .pagetop {
        top: 0;
        right: 24px;
        z-index: 7;
        transform: translateY(-50%); } }
    .footer .pagetop a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 56px;
      color: #fff;
      background-color: #EA5E94;
      border: 2px solid #EA5E94;
      border-radius: 100px;
      transition: 235ms ease; }
      .footer .pagetop a:hover {
        color: #EA5E94;
        background-color: #fff; }
      .footer .pagetop a .icon {
        width: 12px;
        height: 7px; }
        .footer .pagetop a .icon svg {
          display: block;
          width: 100%;
          height: 100%; }

.footer-body {
  padding: 40px 0 0;
  color: #213A6C; }
  @media (min-width: 768px) {
    .footer-body {
      padding: 80px 0 0; } }
  .footer-body__info {
    margin: 0 0 32px; }
    @media (min-width: 768px) {
      .footer-body__info {
        margin: 0 0 72px; } }
    .footer-body__info .footer-logo {
      margin: 0 0 24px; }
      @media (min-width: 768px) {
        .footer-body__info .footer-logo {
          margin: 0 0 30px; } }
    .footer-body__info .footer-address {
      line-height: 2;
      font-size: 14px; }
  .footer-body__copyright {
    padding: 32px 0 40px;
    font-size: 12px;
    border-top: 1px solid #E6E6E6; }
    @media (max-width: 767px) {
      .footer-body__copyright {
        text-align: center; } }
    @media (min-width: 768px) {
      .footer-body__copyright {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 40px 0; } }
    .footer-body__copyright p {
      margin: 0; }
    .footer-body__copyright a {
      color: currentColor;
      text-decoration: none; }
      .footer-body__copyright a:hover {
        text-decoration: underline; }
      .footer-body__copyright a .icon {
        margin-left: 8px; }
    @media (max-width: 767px) {
      .footer-body__copyright .copyright {
        margin-top: 32px; } }

.dot-top {
  font-style: normal;
  background-image: radial-gradient(circle at center, #EA5E94 0, #EA5E94 3px, transparent 3px, transparent 6px);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 0.99em 8px;
  padding-top: 12px; }
  @media (min-width: 992px) {
    .dot-top {
      background-image: radial-gradient(circle at center, #EA5E94 0, #EA5E94 4px, transparent 4px, transparent 6px); } }

.kv-main {
  position: relative;
  padding: 44px 0 24px;
  overflow: hidden;
  color: #fff;
  background-image: url(../img/hiroshima-sell/kv/bg.png);
  background-size: cover;
  background-position: center center; }
  @media (min-width: 992px) {
    .kv-main {
      padding: 73px 0 63px;
      background-image: url(../img/hiroshima-sell/kv/kv_main.jpg);
      background-position: right top; } }
  .kv-main__container .container {
    padding-left: 24px;
    padding-right: 24px; }
  .kv-main__textbox .title {
    margin: 0 0 32px;
    font-size: 20px; }
    @media (min-width: 992px) {
      .kv-main__textbox .title {
        font-size: 24px; } }
    .kv-main__textbox .title span {
      padding-bottom: 4px;
      border-bottom: 4px solid #fff; }
      @media (min-width: 992px) {
        .kv-main__textbox .title span {
          padding-bottom: 10px; } }
    .kv-main__textbox .title .dot {
      padding-top: 12px;
      font-style: normal;
      background-image: radial-gradient(circle at center, #fff 0px, #fff 3px, transparent 3px, transparent 6px);
      background-size: 0.99em 6px;
      background-repeat: repeat-x;
      background-position: 0 0; }
      @media (min-width: 992px) {
        .kv-main__textbox .title .dot {
          padding-top: 18px;
          background-image: radial-gradient(circle at center, #fff 0px, #fff 4px, transparent 4px, transparent 8px);
          background-size: 0.99em 8px; } }
  .kv-main__textbox .lede {
    margin: 0 0 22px;
    line-height: 1.3;
    font-weight: 900;
    font-size: 24px; }
    @media (min-width: 992px) {
      .kv-main__textbox .lede {
        font-size: 46px;
        color: #213a6c; }
        .kv-main__textbox .lede span {
          display: inline-block;
          padding: 0 8px;
          background-color: #fff; }
          .kv-main__textbox .lede span:not(:last-child) {
            margin-bottom: 14px; } }
  @media (max-width: 991px) {
    .kv-main__textbox .image-sp {
      position: relative; } }
  .kv-main__textbox .image-sp__img {
    position: relative;
    margin: 0 0 24px; }
  .kv-main__textbox .image-sp img {
    position: relative;
    left: 50%;
    max-width: none;
    width: 100vw;
    transform: translateX(-50%); }
  .kv-main__textbox .profile-name {
    position: absolute;
    font-size: 12px;
    color: #213A6C;
    letter-spacing: 0.05em; }
    @media (max-width: 991px) {
      .kv-main__textbox .profile-name {
        right: 0;
        bottom: 9px; } }
    @media (min-width: 992px) {
      .kv-main__textbox .profile-name {
        right: 96px;
        bottom: 63px;
        font-size: 15px; }
        .kv-main__textbox .profile-name p:first-child {
          margin-bottom: 8px; } }
    .kv-main__textbox .profile-name p {
      margin: 0; }
    .kv-main__textbox .profile-name strong {
      font-size: 140%; }
  .kv-main__textbox .sub-lede {
    display: flex;
    align-items: center; }
    @media (min-width: 992px) {
      .kv-main__textbox .sub-lede {
        margin: 0 0 24px; } }
    .kv-main__textbox .sub-lede .circle-tag {
      width: 100px;
      margin-right: 24px; }
    .kv-main__textbox .sub-lede .text {
      flex: 1 1 0%;
      line-height: 1.6;
      font-weight: 900;
      font-size: 20px; }
      @media (min-width: 992px) {
        .kv-main__textbox .sub-lede .text {
          font-size: 24px; } }
  .kv-main__contact-link {
    display: flex;
    align-items: center;
    margin-bottom: 26px; }
    .kv-main__contact-link .btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 260px;
      height: 58px;
      font-size: 18px; }
    .kv-main__contact-link .btn-email {
      margin-right: 8px; }
      .kv-main__contact-link .btn-email .icon {
        width: 20px;
        height: 16px; }
    .kv-main__contact-link .btn-line .icon {
      width: 26px;
      height: 26px; }
    .kv-main__contact-link .btn-line img {
      max-width: none;
      width: 100%;
      height: 100%; }
  .kv-main__contact-tel {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .kv-main__contact-tel .phonenumber {
      margin-right: 8px; }
    .kv-main__contact-tel .opened {
      font-size: 12px; }
      .kv-main__contact-tel .opened p {
        margin: 0; }

.section1 {
  position: relative;
  z-index: 1;
  padding: 40px 0 0;
  background-image: url(../img/hiroshima-sell/sec01/bg-sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (min-width: 992px) {
    .section1 {
      padding: 96px 0 97px;
      background-image: url(../img/hiroshima-sell/sec01/bg.jpg); } }
  @media (min-width: 992px) {
    .section1__row {
      display: flex; } }
  @media (min-width: 992px) {
    .section1__header {
      width: 400px;
      margin-right: 78px; } }
  @media (min-width: 992px) {
    .section1__header .sec-title-sub {
      margin: 0 0 16px;
      font-weight: 900;
      font-size: 16px; } }
  .section1__header .sec-title {
    margin: 0 0 24px;
    line-height: 1.8;
    font-weight: 900;
    font-size: 18px; }
    @media (max-width: 991px) {
      .section1__header .sec-title {
        padding: 16px 16px 23px;
        background-color: #EFF3F6;
        border-radius: 6px; } }
    @media (min-width: 992px) {
      .section1__header .sec-title {
        font-size: 32px; } }
  @media (min-width: 992px) {
    .section1__content {
      flex: 1 1 0%; } }
  .section1__content .ul-list {
    margin: 0 0 40px;
    font-size: 18px; }
    @media (min-width: 992px) {
      .section1__content .ul-list {
        font-size: 20px; }
        .section1__content .ul-list li {
          margin-bottom: 16px; } }
  .section1__content .comment {
    position: relative;
    margin: 0 -24px;
    padding: 24px;
    line-height: 2;
    font-size: 16px;
    color: #fff;
    background-color: #213A6C; }
    @media (min-width: 992px) {
      .section1__content .comment {
        margin: 0;
        padding: 32px;
        border-radius: 6px; } }
    .section1__content .comment p {
      margin: 0; }
    @media (max-width: 991px) {
      .section1__content .comment:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        display: block;
        width: 0;
        height: 0;
        border-style: solid solid solid solid;
        border-width: 40px 30px 0 30px;
        border-color: #213A6C transparent transparent transparent;
        transform: translateX(-50%); } }

.section2 {
  padding: 72px 0 40px;
  background-color: #EFF3F6; }
  @media (min-width: 992px) {
    .section2 {
      padding: 104px 0 96px; } }
  .section2 .sec-title {
    margin: 0 0 24px;
    font-weight: 900;
    font-size: 24px; }
    @media (min-width: 992px) {
      .section2 .sec-title {
        margin-bottom: 48px;
        font-size: 40px;
        text-align: center; } }
  .section2__row {
    display: flex;
    flex-direction: column-reverse; }
    @media (min-width: 992px) {
      .section2__row {
        flex-direction: row; } }
  .section2__text {
    flex: 1 1 0%; }
    .section2__text .title {
      margin: 0 0 24px;
      font-weight: 900;
      font-size: 20px; }
    .section2__text .text {
      line-height: 2;
      font-size: 16px; }
      .section2__text .text p {
        margin: 0; }
  @media (max-width: 991px) {
    .section2__image {
      margin: 0 0 24px;
      text-align: center; } }
  @media (min-width: 992px) {
    .section2__image {
      max-width: 510px;
      width: 50%;
      margin-left: 80px; } }

.section3 {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .section3 {
      padding: 96px 0; } }
  .section3 .sec-heading {
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .section3 .sec-heading {
        margin-bottom: 60px; } }
  .section3 .lede {
    margin: 40px 0 0;
    font-size: 16px;
    line-height: 2; }
    @media (min-width: 992px) {
      .section3 .lede {
        margin: 76px 0 0; } }
  .section3 .num {
    font-family: 'Oswald', sans-serif;
    font-weight: 600; }
  .section3__row {
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .section3__row {
        flex-direction: row;
        margin: 0 -20px; } }
  @media (max-width: 991px) {
    .section3__item {
      margin-bottom: 24px; }
      .section3__item:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .section3__item {
      padding: 0 20px; } }
  .section3__item .reson-content {
    position: relative;
    background-color: #213A6C;
    border-radius: 6px; }
    @media (max-width: 991px) {
      .section3__item .reson-content {
        display: flex; } }
    .section3__item .reson-content .num {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      line-height: 1;
      font-size: 16px;
      color: #fff;
      background-color: #EA5E94;
      border-radius: 100px;
      transform: translate(-50%, -50%); }
      @media (min-width: 992px) {
        .section3__item .reson-content .num {
          top: 0;
          left: 50%;
          width: 56px;
          height: 56px;
          font-size: 24px; } }
    .section3__item .reson-content .image {
      overflow: hidden;
      border-radius: 6px 0 0 6px; }
      @media (max-width: 991px) {
        .section3__item .reson-content .image {
          position: relative;
          max-width: 156px;
          width: 46%; }
          .section3__item .reson-content .image img {
            position: absolute;
            max-width: none;
            width: 100%;
            height: 100%;
            object-fit: cover; } }
      @media (min-width: 992px) {
        .section3__item .reson-content .image {
          border-radius: 6px 6px 0 0; } }
    .section3__item .reson-content .textbox {
      padding: 20px 16px;
      line-height: 1.8;
      font-weight: 900;
      font-size: 16px;
      color: #fff; }
      @media (max-width: 991px) {
        .section3__item .reson-content .textbox {
          flex: 1 1 0%; } }
      @media (min-width: 992px) {
        .section3__item .reson-content .textbox {
          padding: 22px 16px;
          font-size: 20px;
          text-align: center; } }
      .section3__item .reson-content .textbox .yellow {
        color: #FFEF47; }

.section4-content {
  padding: 0 0 40px;
  background-color: #fff; }
  @media (min-width: 992px) {
    .section4-content {
      padding: 96px 0; } }
  @media (min-width: 992px) {
    .section4-content__row {
      display: flex;
      align-items: center;
      flex-direction: row; } }
  @media (max-width: 991px) {
    .section4-content__image {
      margin: 0 -24px; } }
  @media (min-width: 992px) {
    .section4-content__image {
      max-width: 625px;
      width: 57%; }
      .section4-content__image img {
        border-radius: 6px; } }
  .section4-content__text {
    position: relative;
    z-index: 1;
    padding: 32px 24px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08); }
    @media (max-width: 991px) {
      .section4-content__text {
        margin-top: -100px; } }
    @media (min-width: 992px) {
      .section4-content__text {
        flex: 1 1 0%;
        margin-left: -55px;
        margin-right: 0;
        padding: 56px 48px; } }
    .section4-content__text .num {
      position: absolute;
      top: 0;
      left: 24px;
      line-height: 1;
      font-family: 'Oswald', sans-serif;
      font-weight: 600;
      font-size: 32px;
      color: #EA5E94;
      transform: translateY(-50%); }
      @media (min-width: 992px) {
        .section4-content__text .num {
          left: 48px;
          font-size: 56px; } }
    .section4-content__text .title {
      margin: 0 0 16px;
      font-weight: 900;
      font-size: 20px; }
      @media (min-width: 992px) {
        .section4-content__text .title {
          margin-bottom: 24px;
          font-size: 28px; } }
    .section4-content__text .text {
      line-height: 1.8;
      font-size: 16px; }
      .section4-content__text .text p {
        margin: 0; }

@media (min-width: 992px) {
  .section4-content-reverse .section4-content__row {
    flex-direction: row-reverse; } }

@media (min-width: 992px) {
  .section4-content-reverse .section4-content__text {
    margin-right: -55px;
    margin-left: 0; } }

.section4-content-bg {
  background-image: url(../img/hiroshima-sell/sec04/bg.png);
  background-position: center center;
  background-size: cover; }

.section4-content-contact {
  margin: 40px 0 -40px;
  padding: 40px 0;
  color: #213A6C;
  background-color: #EFF3F6; }
  @media (min-width: 992px) {
    .section4-content-contact {
      margin: 62px 0 -96px;
      padding: 56px 0 64px; } }
  .section4-content-contact .title {
    margin: 0 0 26px;
    font-size: 14px;
    text-align: center; }
    @media (min-width: 992px) {
      .section4-content-contact .title {
        font-size: 40px; } }
  @media (min-width: 992px) {
    .section4-content-contact .contacts {
      display: flex;
      align-items: center;
      padding: 38px 36px;
      border: 1px solid currentColor; } }
  @media (min-width: 992px) {
    .section4-content-contact .contacts .link-list {
      width: 67%; } }
  @media (min-width: 992px) {
    .section4-content-contact .contacts .phone-wrap {
      width: 33%; } }
  .section4-content-contact .link-list {
    display: flex;
    align-items: center;
    margin: 0 -7px;
    padding: 0;
    list-style: none; }
    @media (min-width: 992px) {
      .section4-content-contact .link-list {
        padding-right: 30px; } }
    .section4-content-contact .link-list li {
      width: 50%;
      padding: 0 7px; }
  .section4-content-contact .btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px; }
    @media (max-width: 991px) {
      .section4-content-contact .btn {
        flex-direction: column; } }
    @media (min-width: 992px) {
      .section4-content-contact .btn {
        height: 80px; } }
    .section4-content-contact .btn .icon img {
      display: block; }
    .section4-content-contact .btn .arrow {
      position: absolute;
      top: 50%;
      right: 16px;
      transform: translateY(-50%); }
      @media (max-width: 991px) {
        .section4-content-contact .btn .arrow {
          display: none; } }
  @media (max-width: 991px) {
    .section4-content-contact .btn-email {
      box-shadow: 0 4px 0 0 #913A21; } }
  .section4-content-contact .btn-email .icon {
    width: 20px;
    height: 16px; }
  @media (max-width: 991px) {
    .section4-content-contact .btn-line {
      box-shadow: 0 4px 0 0 #13254A; } }
  .section4-content-contact .btn-line .icon {
    width: 20px;
    height: 20px; }
    @media (min-width: 992px) {
      .section4-content-contact .btn-line .icon {
        width: 26px;
        height: 26px; } }
    .section4-content-contact .btn-line .icon img {
      max-width: none;
      width: 100%;
      height: 100%; }
  .section4-content-contact .phone-wrap {
    text-align: center; }
    @media (max-width: 991px) {
      .section4-content-contact .phone-wrap {
        margin-top: 30px;
        padding-top: 16px;
        padding-bottom: 16px;
        border-top: 1px solid #213A6C;
        border-bottom: 1px solid #213A6C; } }
    @media (min-width: 992px) {
      .section4-content-contact .phone-wrap {
        padding-left: 30px;
        border-left: 1px solid #213A6C; } }
    .section4-content-contact .phone-wrap h4 {
      margin: 0 0 15px;
      font-size: 16px; }
    .section4-content-contact .phone-wrap .phonenumber {
      margin: 0 0 16px; }
    .section4-content-contact .phone-wrap .opened {
      margin: 0;
      font-size: 14px; }

.contact-area {
  padding: 40px 0;
  background-color: #EFF3F6; }
  @media (min-width: 992px) {
    .contact-area {
      padding: 56px 0 64px; } }
  .contact-area .lede {
    margin: 0 0 16px;
    font-weight: 900;
    font-size: 18px;
    text-align: center; }
  .contact-area .sec-title {
    margin: 0 0 24px;
    font-size: 14px;
    text-align: center; }
    @media (min-width: 992px) {
      .contact-area .sec-title {
        margin: 0 0 32px;
        font-size: 40px; } }
  .contact-area .link-list {
    margin: 0 0 24px;
    padding: 0;
    list-style: none; }
    @media (min-width: 992px) {
      .contact-area .link-list {
        display: flex;
        margin: 0 -20px 43px; } }
    .contact-area .link-list li {
      margin: 0 0 16px; }
      @media (min-width: 992px) {
        .contact-area .link-list li {
          flex: 1 1 0%;
          margin: 0;
          padding: 0 20px; } }
    .contact-area .link-list .btn {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 26px 15px;
      font-size: 20px;
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08); }
      .contact-area .link-list .btn .arrow {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%); }
  .contact-area .phone-wrap {
    text-align: center; }
    @media (min-width: 992px) {
      .contact-area .phone-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap; } }
    .contact-area .phone-wrap .text {
      margin: 0 0 20px;
      font-weight: 900;
      font-size: 16px; }
      @media (min-width: 992px) {
        .contact-area .phone-wrap .text {
          margin: 0; } }
    .contact-area .phone-wrap .phonenumber {
      margin: 0 0 16px; }
      @media (min-width: 992px) {
        .contact-area .phone-wrap .phonenumber {
          margin: 0 24px; } }
      .contact-area .phone-wrap .phonenumber img {
        display: block;
        width: auto;
        height: 26px;
        margin: 0 auto; }
    .contact-area .phone-wrap .opened {
      margin: 0;
      font-weight: bold;
      font-size: 14px; }
    @media (min-width: 992px) {
      .contact-area .phone-wrap .tel-comment {
        margin-left: -100px; } }

.section5 {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .section5 {
      padding: 96px 0; } }

@media (min-width: 992px) {
  .section5-content {
    display: flex;
    align-items: flex-start; } }

.section5-content__text {
  margin: 0 0 24px; }
  @media (min-width: 992px) {
    .section5-content__text {
      flex: 1 1 0%; } }
  .section5-content__text .title {
    margin: 0 0 24px;
    font-weight: 900;
    font-size: 20px; }
    @media (min-width: 992px) {
      .section5-content__text .title {
        font-size: 24px; } }
  .section5-content__text .text {
    line-height: 1.8;
    font-size: 16px; }

.section5-content__kakaku {
  padding: 32px 24px;
  background-color: #213A6C;
  border-radius: 6px; }
  @media (min-width: 992px) {
    .section5-content__kakaku {
      max-width: 510px;
      width: 48%;
      margin-left: 80px;
      padding: 32px; } }
  .section5-content__kakaku .title {
    margin: 0 0 24px;
    font-size: 16px;
    color: #fff;
    text-align: center; }
    @media (min-width: 992px) {
      .section5-content__kakaku .title {
        margin: 0 0 16px; } }
  .section5-content__kakaku .dot {
    display: none; }
    @media (min-width: 992px) {
      .section5-content__kakaku .dot {
        display: block;
        width: 8px;
        height: 8px;
        margin: 16px auto;
        background-color: #fff;
        border-radius: 10px; } }
  .section5-content__kakaku .point-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .section5-content__kakaku .point-list li {
      display: flex;
      margin: 0 0 16px;
      overflow: hidden;
      background-color: #F5F6F4;
      border-radius: 6px; }
      .section5-content__kakaku .point-list li:last-child {
        margin-bottom: 0; }
    .section5-content__kakaku .point-list .point {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 80px;
      background-color: #EA5E94; }
    .section5-content__kakaku .point-list .point-inner {
      font-family: 'Oswald', sans-serif;
      font-weight: 600;
      color: #fff;
      text-align: center; }
      .section5-content__kakaku .point-list .point-inner span {
        display: block; }
      .section5-content__kakaku .point-list .point-inner .num {
        font-size: 20px; }
      .section5-content__kakaku .point-list .point-inner .en {
        font-size: 12px; }
    .section5-content__kakaku .point-list .text {
      flex: 1 1 0%;
      padding: 24px;
      font-size: 20px; }
      @media (min-width: 992px) {
        .section5-content__kakaku .point-list .text {
          padding: 24px 32px; } }
      .section5-content__kakaku .point-list .text p {
        margin: 0; }

.section6 {
  padding: 40px 0;
  background-color: #EFF3F6; }
  @media (min-width: 992px) {
    .section6 {
      padding: 96px 0; } }
  @media (min-width: 992px) {
    .section6 .container {
      max-width: 908px; } }

.section6-voice {
  margin: 0;
  padding: 0;
  list-style: none; }
  .section6-voice li {
    margin: 0 0 24px; }
    .section6-voice li:last-child {
      margin-bottom: 0; }
    .section6-voice li.active .section6-voice__body {
      max-height: 1500px; }
      .section6-voice li.active .section6-voice__body .more:before {
        opacity: 0; }
      .section6-voice li.active .section6-voice__body .more .arrow {
        transform: rotateX(180deg); }
  .section6-voice__content {
    overflow: hidden;
    background-color: #fff;
    border-radius: 6px; }
  .section6-voice__header {
    padding: 24px;
    background-image: url(../img/hiroshima-sell/sec06/bg.png);
    background-size: cover; }
    @media (min-width: 992px) {
      .section6-voice__header {
        display: flex;
        align-items: center;
        padding: 40px 48px; } }
    .section6-voice__header .image {
      width: 100px;
      margin: 0 auto 16px;
      text-align: center; }
      @media (min-width: 992px) {
        .section6-voice__header .image {
          width: 180px;
          margin: 0;
          margin-right: 60px; } }
    .section6-voice__header .meta {
      color: #fff; }
      @media (min-width: 992px) {
        .section6-voice__header .meta {
          flex: 1 1 0%; } }
      .section6-voice__header .meta .title {
        position: relative;
        margin: 0 0 16px;
        font-weight: 900;
        font-size: 24px; }
        @media (min-width: 992px) {
          .section6-voice__header .meta .title {
            font-size: 28px; } }
        .section6-voice__header .meta .title:before {
          content: "";
          position: absolute;
          top: -18px;
          left: 0;
          width: 38px;
          height: 32px;
          background-image: url(../img/hiroshima-sell/sec06/quote.png);
          background-size: contain;
          background-repeat: no-repeat; }
          @media (min-width: 992px) {
            .section6-voice__header .meta .title:before {
              top: -16px;
              left: -18px; } }
      .section6-voice__header .meta .name {
        margin: 0;
        font-size: 16px; }
  .section6-voice__body {
    position: relative;
    max-height: 420px;
    overflow: hidden;
    transition: max-height 750ms ease; }
    @media (min-width: 992px) {
      .section6-voice__body {
        max-height: 300px; } }
    .section6-voice__body .inner {
      position: relative;
      padding: 24px 24px 108px; }
      @media (min-width: 992px) {
        .section6-voice__body .inner {
          padding: 40px 48px 132px; } }
    .section6-voice__body .text {
      line-height: 1.8;
      font-size: 16px; }
      .section6-voice__body .text p {
        margin: 0 0 1.2em; }
        .section6-voice__body .text p:last-child {
          margin-bottom: 0; }
    .section6-voice__body .more {
      position: absolute;
      left: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 108px; }
      @media (min-width: 992px) {
        .section6-voice__body .more {
          height: 132px; } }
      .section6-voice__body .more:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 176px;
        background-image: linear-gradient(0deg, #fff 50%, transparent 100%);
        transition: opacity 500ms ease; }
      .section6-voice__body .more .btn {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 240px;
        padding: 16px;
        color: #fff;
        background-color: #213A6C;
        border-radius: 50px; }
        .section6-voice__body .more .btn .arrow {
          transition: transform 235ms ease; }

.section7 {
  overflow: hidden;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .section7 {
      padding: 96px 0; } }
  @media (min-width: 992px) {
    .section7 .container {
      max-width: 908px; } }
  .section7 .sec-lede {
    margin: 0 0 28px;
    line-height: 1.8;
    font-weight: bold;
    font-size: 14px;
    text-align: center; }
    @media (min-width: 992px) {
      .section7 .sec-lede {
        margin: 0 0 64px;
        font-size: 18px; } }

.flow-tab__list {
  display: flex;
  margin: 0 0 32px;
  padding: 0;
  list-style: none; }
  @media (max-width: 991px) {
    .flow-tab__list {
      overflow: hidden;
      border-radius: 6px; } }
  @media (min-width: 992px) {
    .flow-tab__list {
      margin: 0 -10px 40px; } }
  .flow-tab__list li {
    flex: 1 1 0%; }
    @media (min-width: 992px) {
      .flow-tab__list li {
        padding: 0 10px; } }
    .flow-tab__list li.active a {
      color: #fff;
      background-color: #213A6C; }
      .flow-tab__list li.active a .arrow {
        transform: rotate(0deg); }
  .flow-tab__list a {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 80px;
    line-height: 1;
    font-weight: 900;
    font-size: 20px;
    color: #213A6C;
    text-align: center;
    text-decoration: none;
    background-color: #EFF3F6;
    transition: 235ms ease; }
    @media (min-width: 992px) {
      .flow-tab__list a {
        flex-direction: row;
        border-radius: 6px; } }
    .flow-tab__list a:hover {
      color: #fff;
      background-color: #213A6C; }
    .flow-tab__list a .txt {
      margin: 0 0 9px; }
      @media (min-width: 992px) {
        .flow-tab__list a .txt {
          margin: 0; } }
    .flow-tab__list a .arrow {
      width: 16px;
      height: 10px;
      transform: rotate(-90deg);
      transition: 235ms ease; }
      @media (min-width: 992px) {
        .flow-tab__list a .arrow {
          position: absolute;
          top: 50%;
          right: 16px;
          margin-top: -5px; } }
      .flow-tab__list a .arrow svg {
        display: block;
        width: 100%;
        height: 100%; }

.flow-tab__wrap {
  position: relative; }

.flow-tab__content {
  top: 0;
  transition: 500ms ease; }
  .flow-tab__content.active {
    position: relative; }
  .flow-tab__content:not(.active) {
    pointer-events: none;
    position: absolute;
    opacity: 0;
    transform: translateX(110%); }

.flow-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }
  .flow-list:before {
    content: "";
    position: absolute;
    top: 2.5%;
    left: 50%;
    bottom: 2.5%;
    z-index: 0;
    display: block;
    width: 2px;
    height: 95%;
    margin-left: -1px;
    background-color: #213A6C; }
    @media (min-width: 992px) {
      .flow-list:before {
        left: 64px; } }
  .flow-list li {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 0 32px;
    padding: 24px;
    background-color: #EFF3F6;
    border-radius: 6px; }
    @media (min-width: 992px) {
      .flow-list li {
        flex-direction: row;
        padding: 40px; } }
    .flow-list li:last-child {
      margin-bottom: 0; }
  .flow-list .num {
    margin: 0 0 16px; }
    @media (min-width: 992px) {
      .flow-list .num {
        margin: 0;
        margin-right: 40px; } }
    .flow-list .num span {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
      font-size: 20px;
      color: #fff;
      background-color: #213A6C;
      border-radius: 3px; }
  .flow-list .textbox {
    margin: 0; }
    @media (min-width: 992px) {
      .flow-list .textbox {
        flex: 1 1 0%; } }
    .flow-list .textbox .title {
      margin: 0 0 8px;
      font-weight: 900;
      font-size: 20px;
      text-align: center; }
      @media (min-width: 992px) {
        .flow-list .textbox .title {
          font-size: 24px;
          text-align: left; } }
    .flow-list .textbox .text {
      line-height: 1.8;
      font-size: 16px;
      text-align: left; }
  .flow-list .link {
    margin: 16px 0 0; }
    @media (min-width: 992px) {
      .flow-list .link {
        margin: 0;
        margin-left: 48px; } }
    .flow-list .link .btn-email {
      padding: 16px 24px; }
      @media (max-width: 991px) {
        .flow-list .link .btn-email .icon {
          display: none; } }

.section8 {
  padding: 40px 0;
  background-image: url(../img/hiroshima-sell/sec08/bg-sp.png);
  background-size: cover; }
  @media (min-width: 992px) {
    .section8 {
      padding: 96px 0;
      background-image: url(../img/hiroshima-sell/sec08/bg.png); } }
  .section8 .sec-heading {
    color: #fff; }
    .section8 .sec-heading .en {
      color: currentColor; }
  .section8__row {
    padding: 24px;
    background-color: #fff;
    border-radius: 6px 6px 0 0; }
    @media (min-width: 992px) {
      .section8__row {
        display: flex;
        padding: 64px; } }
  .section8__image {
    margin: 0 0 18px;
    text-align: center; }
    @media (min-width: 992px) {
      .section8__image {
        max-width: 450px;
        width: 50%;
        margin: 0; } }
  @media (min-width: 992px) {
    .section8__info {
      flex: 1 1 0%;
      margin-left: 72px; } }
  .section8__info .title {
    margin: 0 0 24px;
    font-size: 20px; }
  .section8__info .company-table {
    width: 100%;
    text-align: left; }
    .section8__info .company-table tr {
      border-top: 1px solid #E6E6E6;
      border-bottom: 1px solid #E6E6E6; }
      @media (max-width: 991px) {
        .section8__info .company-table tr {
          display: block;
          padding: 16px 0; }
          .section8__info .company-table tr + tr {
            margin-top: -1px; } }
    .section8__info .company-table th, .section8__info .company-table td {
      line-height: 1.8;
      font-weight: 400;
      font-size: 16px;
      vertical-align: top; }
      @media (max-width: 991px) {
        .section8__info .company-table th, .section8__info .company-table td {
          display: block; } }
      @media (min-width: 992px) {
        .section8__info .company-table th, .section8__info .company-table td {
          padding: 16px 0; } }
    @media (min-width: 992px) {
      .section8__info .company-table th {
        width: 94px; } }
  .section8__gmap {
    overflow: hidden;
    border-radius: 0 0 6px 6px; }
    .section8__gmap .gmap {
      height: 240px; }
      @media (min-width: 992px) {
        .section8__gmap .gmap {
          height: 540px; } }
      .section8__gmap .gmap iframe {
        width: 100%;
        height: 100%; }

.section9 {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .section9 {
      padding: 96px 0; } }
  @media (min-width: 992px) {
    .section9 .container {
      max-width: 908px; } }

.section9-content .company-outline {
  width: 100%; }
  .section9-content .company-outline tr {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6; }
  .section9-content .company-outline th, .section9-content .company-outline td {
    padding: 16px 24px;
    line-height: 1.8;
    font-size: 16px;
    vertical-align: top;
    text-align: left; }
    @media (max-width: 991px) {
      .section9-content .company-outline th, .section9-content .company-outline td {
        display: block; } }
  .section9-content .company-outline th {
    font-weight: 500;
    background-color: #FAFBFC; }
    @media (min-width: 992px) {
      .section9-content .company-outline th {
        width: 221px; } }
  .section9-content .company-outline p {
    margin: 0 0 1em; }
    .section9-content .company-outline p:last-child {
      margin-bottom: 0; }

.section10 {
  padding: 40px 0;
  background-image: url(../img/hiroshima-sell/sec08/bg-sp.png);
  background-size: cover; }
  @media (min-width: 992px) {
    .section10 {
      padding: 96px 0;
      background-image: url(../img/hiroshima-sell/sec08/bg.png); } }
  .section10 .sec-heading {
    color: #fff; }
    .section10 .sec-heading .en {
      color: currentColor; }

.section10-content {
  display: flex;
  flex-direction: column-reverse;
  color: #fff; }
  @media (min-width: 992px) {
    .section10-content {
      flex-direction: row; } }
  .section10-content__image {
    margin-top: 24px; }
    @media (min-width: 992px) {
      .section10-content__image {
        max-width: 435px;
        width: 40%;
        margin: 0;
        margin-right: 80px; } }
    .section10-content__image .image {
      margin: 0 0 24px; }
      .section10-content__image .image img {
        border-radius: 6px; }
    .section10-content__image .names {
      line-height: 1.6;
      font-size: 16px; }
      .section10-content__image .names .company-name {
        margin: 0; }
      .section10-content__image .names .name-wrap {
        margin: 0; }
        .section10-content__image .names .name-wrap .manage {
          margin-right: 1em; }
        .section10-content__image .names .name-wrap .name {
          font-weight: 900;
          font-size: 20px; }
  @media (min-width: 992px) {
    .section10-content__body {
      flex: 1 1 0%; } }
  .section10-content__body .text {
    font-size: 16px;
    line-height: 2; }
    .section10-content__body .text p {
      margin: 0 0 1.2em; }
      .section10-content__body .text p:last-child {
        margin-bottom: 0; }

.section11 {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .section11 {
      padding: 96px 0; } }

.faq-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .faq-list li {
    margin: 0 0 16px; }
    .faq-list li:last-child {
      margin-bottom: 0; }
  .faq-list dl {
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #213A6C;
    background-color: #EFF3F6;
    border-radius: 6px; }
    .faq-list dl.active dt {
      color: #fff;
      background-color: #213A6C; }
      .faq-list dl.active dt .toggle-wrap .toggle-button {
        color: #EA5E94;
        background-color: #fff; }
        .faq-list dl.active dt .toggle-wrap .toggle-button i:before {
          transform: rotate(0deg); }
    .faq-list dl.active dd {
      max-height: 700px; }
    .faq-list dl dt {
      cursor: pointer;
      position: relative;
      display: flex;
      align-items: center;
      padding: 16px;
      transition: 235ms ease; }
      .faq-list dl dt:hover {
        color: #213A6C;
        background-color: #D5DFE6; }
      @media (min-width: 992px) {
        .faq-list dl dt {
          padding: 28px 35px;
          padding-right: 155px; } }
      .faq-list dl dt .q {
        margin-right: 16px;
        line-height: 1;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 20px; }
      .faq-list dl dt .title {
        flex: 1 1 0%;
        margin: 0;
        padding-right: 40px;
        font-weight: 900;
        font-size: 18px; }
      .faq-list dl dt .toggle-wrap {
        position: absolute;
        top: 50%;
        right: 16px;
        display: flex;
        align-items: center;
        transform: translateY(-50%); }
        @media (min-width: 992px) {
          .faq-list dl dt .toggle-wrap {
            right: 32px; } }
        @media (max-width: 991px) {
          .faq-list dl dt .toggle-wrap .txt {
            display: none; } }
        @media (min-width: 992px) {
          .faq-list dl dt .toggle-wrap .txt {
            margin-right: 16px;
            font-weight: 700;
            font-size: 14px;
            color: currentColor; } }
        .faq-list dl dt .toggle-wrap .toggle-button {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 34px;
          height: 34px;
          color: #fff;
          background-color: #EA5E94;
          border-radius: 50px; }
          .faq-list dl dt .toggle-wrap .toggle-button i {
            display: block;
            width: 12px;
            height: 2px;
            background-color: currentColor; }
            .faq-list dl dt .toggle-wrap .toggle-button i:before {
              content: "";
              display: block;
              width: 100%;
              height: 100%;
              background-color: currentColor;
              transform: rotate(90deg);
              transition: 235ms ease; }
    .faq-list dl dd {
      max-height: 0;
      margin: 0;
      padding: 0;
      overflow: hidden;
      transition: max-height 750ms ease; }
      .faq-list dl dd .inner {
        padding: 16px; }
        @media (min-width: 992px) {
          .faq-list dl dd .inner {
            padding: 32px; } }
      .faq-list dl dd .text {
        padding: 16px;
        line-height: 1.8;
        background-color: #fff;
        border-radius: 6px; }
        @media (min-width: 992px) {
          .faq-list dl dd .text {
            padding: 32px; } }
        .faq-list dl dd .text p {
          margin: 0 0 1em; }
          .faq-list dl dd .text p:last-child {
            margin-bottom: 0; }

.faq-line {
  position: relative;
  display: block;
  margin-top: 24px;
  padding: 24px;
  color: #213A6C;
  text-decoration: none;
  background-color: #EFF3F6;
  border-radius: 6px;
  transition: 235ms ease; }
  .faq-line:hover {
    background-color: #D5DFE6; }
  @media (min-width: 992px) {
    .faq-line {
      display: flex;
      align-items: center;
      padding: 32px; } }
  .faq-line__icon {
    width: 124px;
    margin: 0 auto 24px;
    padding: 32px;
    background-color: #fff;
    border-radius: 6px; }
    @media (min-width: 992px) {
      .faq-line__icon {
        margin: 0;
        margin-right: 45px; } }
  .faq-line__body {
    margin: 0 0 24px; }
    @media (min-width: 992px) {
      .faq-line__body {
        flex: 1 1 0%;
        margin: 0;
        padding-right: 74px; } }
    .faq-line__body .title {
      margin: 0 0 16px;
      font-weight: 900;
      font-size: 24px; }
    .faq-line__body .text {
      line-height: 1.8;
      font-size: 16px; }
      .faq-line__body .text p {
        margin: 0 0 1em; }
        .faq-line__body .text p:last-child {
          margin-bottom: 0; }
  .faq-line .arrow {
    width: 10px;
    height: 16px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .faq-line .arrow {
        position: absolute;
        top: 50%;
        right: 32px;
        margin: 0;
        transform: translateY(-50%); } }
    .faq-line .arrow svg {
      display: block;
      width: 100%;
      height: 100%; }

.section12 {
  padding: 40px 0;
  background-image: url(../img/hiroshima-sell/sec08/bg-sp.png);
  background-size: cover; }
  @media (min-width: 992px) {
    .section12 {
      padding: 96px 0;
      background-image: url(../img/hiroshima-sell/sec08/bg.png); } }
  @media (min-width: 992px) {
    .section12__row {
      display: flex;
      align-items: flex-start; } }
  .section12__info {
    color: #fff; }
    @media (min-width: 992px) {
      .section12__info {
        max-width: 395px;
        width: 38%;
        margin-right: 80px; } }
    .section12__info > div {
      margin: 0 0 24px;
      padding: 0 0 24px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      @media (min-width: 992px) {
        .section12__info > div {
          margin: 0 0 40px;
          padding: 0 0 40px; } }
    .section12__info .title-sub {
      margin: 0 0 16px;
      font-weight: 900;
      font-size: 16px; }
    .section12__info p {
      margin: 0 0 16px; }
      .section12__info p:last-child {
        margin-bottom: 0; }
    @media (max-width: 991px) {
      .section12__info .info-head .title-sub {
        display: none; } }
    .section12__info .info-head .title {
      margin: 0 0 24px;
      font-weight: 900;
      font-size: 24px; }
      @media (min-width: 992px) {
        .section12__info .info-head .title {
          margin: 0 0 32px;
          font-size: 32px; } }
    .section12__info .info-head .lede {
      line-height: 1.8;
      font-size: 16px; }
    .section12__info .info-tel .opened {
      margin: 0;
      font-size: 14px; }
    .section12__info .info-tel .tel-comment {
      font-weight: 400;
      font-size: 14px; }
    .section12__info .info-line .btn-line {
      position: relative;
      width: 100%;
      padding: 25px;
      font-size: 20px;
      color: #213A6C;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #fff;
      transition: 235ms ease; }
      .section12__info .info-line .btn-line:hover {
        color: #fff;
        background-color: #213A6C; }
      .section12__info .info-line .btn-line .icon {
        width: 30px;
        height: 30px; }
        .section12__info .info-line .btn-line .icon img {
          max-width: none;
          width: 100%; }
      .section12__info .info-line .btn-line .arrow {
        position: absolute;
        top: 50%;
        right: 25px;
        transform: translateY(-50%); }
  .section12__form {
    background-color: #fff;
    border-radius: 6px; }
    @media (min-width: 992px) {
      .section12__form {
        flex: 1 1 0%; } }

.section12-form__head {
  margin: 0;
  padding: 24px;
  border-bottom: 1px solid #E6E6E6; }
  .section12-form__head .title {
    margin: 0;
    font-size: 20px; }
    @media (min-width: 992px) {
      .section12-form__head .title {
        font-size: 24px; } }
  .section12-form__head .error-message {
    margin: 1em 0 0;
    color: #C11414; }

.section12-form__body form > * {
  padding: 24px;
  border-bottom: 1px solid #E6E6E6; }
  .section12-form__body form > *:last-child {
    border-bottom: 0; }

.section12-form__body .form-label {
  display: block;
  margin: 0 0 16px;
  font-weight: 900;
  font-size: 16px; }

.section12-form__body .form-input input[type=text],
.section12-form__body .form-input input[type=email],
.section12-form__body .form-input textarea {
  width: 100%; }

.section12-form__body .form-input textarea {
  height: 12em; }

.section12-form__body .required,
.section12-form__body .option-any {
  margin-left: 16px;
  padding: 2px 8px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  border-radius: 2px; }

.section12-form__body .required {
  background-color: #EA5E94; }

.section12-form__body .option-any {
  background-color: #213A6C; }

.section12-form__body .zip-search {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 16px; }
  .section12-form__body .zip-search svg {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px; }

@media (min-width: 992px) {
  .section12-form__body .form-zip {
    display: flex;
    align-items: center; }
    .section12-form__body .form-zip input[name=zip] {
      width: 240px; }
    .section12-form__body .form-zip .zip-search {
      flex: 1 1 0%;
      margin-left: 24px; } }

.section12-form__body .mwform-radio-field.vertical-item label {
  display: flex;
  align-items: center; }
  .section12-form__body .mwform-radio-field.vertical-item label input[type=radio] {
    margin-right: 8px; }

.section12-form__body .form-error .error {
  margin-top: 12px;
  font-weight: 500; }

.section12-form__body .form-submit {
  text-align: center; }
  .section12-form__body .form-submit__privacy {
    margin: 0 0 1em; }
    .section12-form__body .form-submit__privacy a {
      color: currentColor;
      text-decoration: none; }
      .section12-form__body .form-submit__privacy a:hover {
        text-decoration: underline; }
      .section12-form__body .form-submit__privacy a svg {
        width: 12px;
        height: 12px;
        margin-left: 4px;
        margin-right: 4px; }
  .section12-form__body .form-submit__buttons {
    margin-top: 24px; }
    .section12-form__body .form-submit__buttons button {
      transition: 235ms ease; }
    .section12-form__body .form-submit__buttons .btn-confirm {
      min-width: 260px;
      padding: 17px;
      font-size: 18px;
      color: #fff;
      background-color: #ccc;
      border: 1px solid #ccc;
      background-color: #EA5E94;
      border: 1px solid #EA5E94; }
      .section12-form__body .form-submit__buttons .btn-confirm:hover {
        color: #EA5E94;
        background-color: #fff; }
    .section12-form__body .form-submit__buttons .btn-back {
      margin-right: 12px; }
    .section12-form__body .form-submit__buttons .btn-submit {
      min-width: 200px;
      padding: 17px;
      font-size: 18px;
      color: #fff;
      background-color: #EA5E94;
      border: 1px solid #EA5E94; }
      .section12-form__body .form-submit__buttons .btn-submit:hover {
        color: #213A6C;
        background-color: #fff; }

.form-complete {
  padding: 40px 0;
  background-color: #EFF3F6; }
  @media (min-width: 992px) {
    .form-complete {
      padding: 56px 0; } }
  @media (min-width: 992px) {
    .form-complete .container {
      max-width: 848px; } }
  .form-complete__content {
    padding: 32px 24px;
    background-color: #fff;
    border-radius: 6px; }
    @media (min-width: 992px) {
      .form-complete__content {
        padding: 48px; } }
  .form-complete .sec-title {
    margin: 0 0 24px;
    font-weight: 900;
    font-size: 20px;
    text-align: center; }
    @media (min-width: 992px) {
      .form-complete .sec-title {
        margin-bottom: 40px;
        font-size: 32px; } }
  .form-complete .text {
    margin: 0 0 40px;
    line-height: 2;
    font-size: 16px; }
    .form-complete .text p {
      margin: 0 0 2em; }
      .form-complete .text p:last-child {
        margin-bottom: 0; }
  .form-complete .tel-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 32px 0 24px;
    padding: 35px 0 32px;
    text-align: center;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6; }
    @media (min-width: 992px) {
      .form-complete .tel-box {
        flex-direction: row;
        margin: 48px 0; } }
    .form-complete .tel-box .opened {
      margin-top: 8px;
      line-height: 1.6;
      font-weight: 700;
      font-size: 14px; }
      @media (min-width: 992px) {
        .form-complete .tel-box .opened {
          margin: 0;
          margin-left: 27px; } }
  .form-complete .back-link {
    margin: 2em 0 0;
    text-align: center; }

body.page-template-page-hiroshima-sell-complete .header-main__contact .header-email {
  display: none; }

body.page-template-page-hiroshima-sell-complete .pagetop {
  display: none; }

body.page-template-page-hiroshima-sell-complete .sp-contact__list {
  display: none; }
/*# sourceMappingURL=maps/hiroshima-sell.css.map */
