@charset "UTF-8";
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.center {
  text-align: center; }

@media screen and (max-width: 767px) {
  .phone-number {
    white-space: nowrap;
    font-size: 36px; } }

.page-title-wrapper {
  z-index: 1;
  position: relative;
  padding: 7vw 0 12vw; }
  .page-title-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* ここで背景画像を指定 */
    background: url("../../assets/img/bg_contact.svg") no-repeat center center;
    background-size: 100% auto;
    background-position: top center;
    /* ここで回転！ */
    transform: rotate(180deg);
    /* 背景をコンテンツの背後に配置 */
    z-index: -1; }

.page-title-inner {
  text-align: center; }
  .page-title-inner .en {
    color: #fff;
    font-size: 20px;
    margin: 0;
    line-height: 1; }
  .page-title-inner h1.page-title {
    font-size: 32px;
    margin: 0;
    line-height: 1.5;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .page-title-inner h1.page-title {
        font-size: 30px; } }

.topicpath {
  margin-bottom: 30px;
  padding: 10px 0;
  margin-top: 50px;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .topicpath {
      font-size: 1.75px;
      font-size: 1.12rem; } }
  @media screen and (max-width: 767px) {
    .topicpath {
      margin-bottom: 5px;
      font-size: 11px;
      font-size: 1.1rem;
      padding-left: 1em;
      margin-top: 1em; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .topicpath {
      font-size: 1.375px;
      font-size: 0.88rem; } }

.topicpath-list {
  list-style: none;
  margin: 0 auto;
  padding: 0; }

.topicpath-item {
  float: left;
  padding: 0 10px 0 5px; }
  .topicpath-item:first-child {
    padding: 0 10px 0 0;
    background: 0; }
  .topicpath-item:not(:last-child)::after {
    font-family: ionicons;
    content: "";
    padding-left: 10px; }
  .topicpath-item:nth-child(1) a::before {
    display: inline-block;
    text-indent: none;
    content: '';
    width: 1em;
    height: 1em;
    background: url(../img/icon_home.svg) no-repeat 0 0;
    background-size: contain; }

.topicpath-link {
  color: #666; }
  .topicpath-link:visited, .topicpath-link:focus, .topicpath-link:active {
    color: #666; }

ul.page-navi {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0; }
  ul.page-navi li {
    list-style: none;
    margin: 1em;
    width: 19%; }
    @media screen and (max-width: 767px) {
      ul.page-navi li {
        margin: 0.3em; } }
    ul.page-navi li a {
      display: block;
      background: #EA6269;
      color: #fff;
      text-decoration: none;
      text-align: center;
      padding: 0.6em; }
      ul.page-navi li a:hover, ul.page-navi li a:active, ul.page-navi li a:focus {
        color: white;
        text-decoration: none; }
      ul.page-navi li a:visited {
        color: white; }
      @media screen and (max-width: 767px) {
        ul.page-navi li a {
          font-size: 13px;
          font-size: 1.3rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    ul.page-navi li a {
      font-size: 1.625px;
      font-size: 1.04rem; } }

      ul.page-navi li a::after {
        font-family: ionicons;
        content: "";
        display: block;
        line-height: 1;
        transition: .2s; }
      ul.page-navi li a:hover::after {
        transition: .2s;
        transform: translate(0, 5px); }

.acms-entry [class*=column-eximage-].nocaption, .acms-entry [class*=column-image-].nocaption, .acms-entry [class*=column-media-].nocaption, .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-] {
  margin-top: 2em !important; }
  @media screen and (max-width: 767px) {
    .acms-entry [class*=column-eximage-].nocaption, .acms-entry [class*=column-image-].nocaption, .acms-entry [class*=column-media-].nocaption, .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-] {
      margin-bottom: 2em !important; } }

.acms-thumbnail p {
  margin-top: 0; }

/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-box .error-text {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: red; }

.contact-form {
  width: 100%;
  padding: 0;
  list-style: none; }
  .contact-form td, .contact-form th {
    padding: 15px 0; }
    @media screen and (max-width: 767px) {
      .contact-form td, .contact-form th {
        display: block; } }
  @media print, screen and (min-width: 768px) {
    .contact-form th {
      width: 30%;
      text-align: left; } }
  @media screen and (max-width: 767px) {
    .contact-form th {
      border: 0;
      text-align: left;
      padding-bottom: 0; } }

.contact-form-group::after {
  content: "";
  display: block;
  clear: both; }

.contact-form-label {
  display: block;
  text-align: left;
  margin: 0;
  padding: 10px 10px 0 10px;
  font-weight: normal; }

.contact-form-control {
  display: block;
  padding: 10px; }

.contact-form-grid {
  margin: 0 -5px; }

.contact-form-col,
.acms-entry .contact-form-col {
  margin: 0 0 10px 0;
  padding: 0 5px; }
  .contact-form-col:last-child,
  .acms-entry .contact-form-col:last-child {
    margin: 0; }

@media print, screen and (min-width: 768px) {
  .contact-form {
    display: table;
    width: 100%; }

  .contact-form-group {
    display: table-row; }

  .contact-form-label,
  .contact-form-control {
    display: table-cell; }

  .contact-form-label {
    width: 30%;
    padding: 25px 15px 15px 15px;
    vertical-align: top; }

  .contact-form-control {
    width: 70%;
    padding: 15px; }

  .contact-form-col {
    margin: 0; } }
.contact-box input[type="text"],
.contact-box input[type="number"],
.contact-box input[type="email"],
.contact-box input[type="tel"],
.contact-box textarea {
  border: 1px solid #edf3f8;
  border-radius: 3px;
  background: #edf3f8;
  box-shadow: none;
  padding: 1em 1.5em !important; }
  .contact-box input[type="text"]:hover,
  .contact-box input[type="number"]:hover,
  .contact-box input[type="email"]:hover,
  .contact-box input[type="tel"]:hover,
  .contact-box textarea:hover {
    border: 1px solid rgba(0, 0, 0, 0.2); }

/* ステップ
------------------------------ */
.contact-box .mail-step {
  margin: 0 0 35px 0;
  padding: 0 10px;
  /* カウンターの設定 */
  counter-reset: mailStep; }
.contact-box .mail-step-item {
  float: left;
  list-style: none;
  margin: 0 10px;
  padding: 18px 0 14px;
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .contact-box .mail-step-item {
      font-size: 2px;
      font-size: 1.28rem; } }
  .contact-box .mail-step-item:before {
    /* カウンターの設定 */
    counter-increment: mailStep;
    content: counter(mailStep) "."; }
.contact-box .mail-step-item-current {
  color: #333; }
@media print, screen and (min-width: 768px) {
  .contact-box .mail-step {
    height: 60px; } }

/* 送信ボタン
------------------------------ */
.form-btn-box {
  margin: 0 10px 50px 10px;
  text-align: center; }

.form-btn {
  display: inline-block; }

.form-btn-return {
  float: left; }

.form-btn-send {
  float: right; }

@media print, screen and (min-width: 768px) {
  .form-btn-return {
    float: none; }

  .form-btn-send {
    float: none;
    max-width: 360px;
    width: 100%; } }
/* ラベル
------------------------------ */
.label-required {
  margin: 0 5px;
  padding: 2px 1em;
  color: #FFF;
  font-size: 14px;
  border-radius: 1em;
  background: #EB677B;
  line-height: 1.2;
  font-weight: normal; }

@media print, screen and (min-width: 768px) {
  .label-required {
    float: right; } }
/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
  border: 1px solid #C49511; }
.contact-box select.focused:invalid {
  border: 1px solid #c41134; }
.contact-box select[required]:valid {
  border: 1px solid #A7A7AA; }
.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #FFFDEB; }
.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #FFEBEE; }
.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #FFF; }
.contact-box input[type="text"],
.contact-box input[type="password"],
.contact-box input[type="datetime"],
.contact-box input[type="datetime-local"],
.contact-box input[type="date"],
.contact-box input[type="month"],
.contact-box input[type="time"],
.contact-box input[type="week"],
.contact-box input[type="number"],
.contact-box input[type="email"],
.contact-box input[type="url"],
.contact-box input[type="search"],
.contact-box input[type="tel"] {
  padding: 14px 5px 10px 5px; }
.contact-box textarea {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 5px 4px; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .contact-box textarea {
      font-size: 2px;
      font-size: 1.28rem; } }
.contact-box select {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 11px 30px 11px 10px;
  vertical-align: top; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .contact-box select {
      font-size: 2px;
      font-size: 1.28rem; } }

/* バリデーター
------------------------------ */
.valid-mark {
  display: none; }

.valid-mark.valid {
  display: inline;
  color: #5cb85c;
  float: right; }

.invalid {
  background: #ffebee !important; }

table.contact-form .cource {
  padding-left: 30px; }
table.contact-form .price {
  color: #666;
  font-size: 84%; }
table.contact-form .readonly, table.contact-form .readonly:focus {
  border: 0;
  background: #fff;
  box-shadow: none; }

.form-kiyaku {
  text-align: center;
  margin-top: 2em; }

.sec-contact-form {
  padding: 4em 0; }

.acms-form input[type="text"], .acms-form input[type="password"], .acms-form input[type="datetime"], .acms-form input[type="datetime-local"], .acms-form input[type="date"], .acms-form input[type="month"], .acms-form input[type="time"], .acms-form input[type="week"], .acms-form input[type="number"], .acms-form input[type="email"], .acms-form input[type="url"], .acms-form input[type="search"], .acms-form input[type="tel"], .acms-form input.acms-form-control,
.acms-form textarea,
.acms-form .entryFormLiteEditor,
.acms-form textarea.acms-form-control {
  background: #fff;
  font-size: 16px; }

.form-btn-box {
  margin-top: 2em; }
  .form-btn-box .button-more {
    padding: 0; }
    .form-btn-box .button-more input {
      background: none;
      border: none;
      padding: 18px 90px 18px 40px;
      font-size: 16px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .form-btn-box .button-more input {
          padding: 15px 40px 15px 20px; } }
    @media screen and (min-width: 769px) and (max-width: 1024px) {
      .form-btn-box .button-more {
        padding: 0 !important; }
        .form-btn-box .button-more input {
          padding: 15px 80px 15px 25px !important; } }
    .form-btn-box .button-more.-back input {
      padding: 18px 40px 18px 90px; }
      @media screen and (max-width: 767px) {
        .form-btn-box .button-more.-back input {
          padding: 15px 20px 15px 40px; } }
      @media screen and (min-width: 769px) and (max-width: 1024px) {
        .form-btn-box .button-more.-back input {
          padding: 15px 80px 15px 25px !important; } }
    .form-btn-box .button-more.-back:after {
      right: auto;
      left: 40px;
      transform: translateY(-50%) rotate(180deg); }

article.entry {
  background: #fff;
  border-radius: 20px;
  padding: 2em;
  margin: 100px 0 200px; }

.acms-entry [class*=column-eximage-].nocaption, .acms-entry [class*=column-image-].nocaption, .acms-entry [class*=column-media-].nocaption, .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-] {
  margin-top: 4em; }

.acms-entry [class*=column-eximage-], .acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
  margin-top: 4em; }

.acms-entry a.file {
  display: block;
  color: #2940B1;
  position: relative; }
  .acms-entry a.file::before {
    width: 14px;
    height: 14px;
    color: #fff;
    background: #2940B1;
    font-family: ionicons;
    content: "";
    margin-right: 5px;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    border-radius: 7px;
    text-align: center; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .acms-entry a.file::before {
        font-size: 1.25px;
        font-size: 0.8rem; } }
.acms-entry h2.title, .acms-entry h3.title, .acms-entry h4.title {
  margin-top: 3em !important; }
.acms-entry .h3-01 {
  margin-left: -1.5em; }
  .acms-entry .h3-01 .en {
    padding-left: 3px; }
.acms-entry .list01 {
  margin-top: 1em; }
.acms-entry .index-text {
  margin: 0.5em 0 3em;
  color: #2940B1;
  text-align: center;
  color: #242424;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .acms-entry .index-text {
      font-size: 2px;
      font-size: 1.28rem; } }

header.entry-header {
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid #FFE0B2; }
  header.entry-header .h2-02 {
    margin-top: 0; }
  header.entry-header .entry-header-info {
    margin-top: 0.5em;
    text-align: right; }
    header.entry-header .entry-header-info a {
      display: inline-block;
      padding: 0.5em 1em;
      border: 1px solid #2940B1;
      color: #2940B1;
      line-height: 1; }
      header.entry-header .entry-header-info a:hover {
        color: #2940B1; }
  header.entry-header a {
    color: #242424;
    text-decoration: none; }
    header.entry-header a:hover, header.entry-header a:active, header.entry-header a:focus {
      color: #242424;
      text-decoration: none; }
    header.entry-header a:visited {
      color: #242424; }

section.sec-blog,
section.section {
  padding: 50px 0 200px; }

.archive {
  background: #000;
  padding: 8px;
  color: #fff;
  margin-bottom: 2em; }
  .archive a {
    color: #fff;
    text-decoration: none; }
    .archive a:hover, .archive a:active, .archive a:focus {
      color: white;
      text-decoration: none; }
    .archive a:visited {
      color: white; }
  .archive .inner {
    border: 1px solid #ddd;
    padding: 15px; }
  .archive h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .archive h2 {
        font-size: 2.25px;
        font-size: 1.44rem; } }
    .archive h2::after {
      display: block;
      content: '';
      background: #2940B1;
      height: 2px;
      width: 40px;
      margin-left: auto;
      margin-right: auto; }

ul.archive-entry {
  margin: 1em 0 0;
  padding: 0; }
  ul.archive-entry li {
    list-style: none; }
    ul.archive-entry li:not(:last-child) {
      margin-bottom: 10px; }
  ul.archive-entry a {
    display: block; }
    ul.archive-entry a::after {
      content: "";
      display: block;
      clear: both; }
  ul.archive-entry .thumb {
    width: 70px;
    float: left;
    margin-right: 10px; }
  ul.archive-entry .body {
    overflow: hidden; }
    ul.archive-entry .body dl {
      margin: 0; }
    ul.archive-entry .body .date {
      font-size: 11px;
      font-size: 1.1rem; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        ul.archive-entry .body .date {
          font-size: 1.375px;
          font-size: 0.88rem; } }
    ul.archive-entry .body .title {
      font-size: 13px;
      font-size: 1.3rem; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        ul.archive-entry .body .title {
          font-size: 1.625px;
          font-size: 1.04rem; } }

.archive-year {
  margin: 1em 0 0;
  padding: 0; }
  .archive-year li {
    list-style: none; }
    .archive-year li:not(:last-child) {
      margin-bottom: 10px; }
  .archive-year a {
    display: block;
    position: relative; }
    .archive-year a::after {
      content: "";
      display: block;
      clear: both; }
    .archive-year a::after {
      font-family: ionicons;
      content: "";
      display: inline-block;
      position: absolute;
      top: calc(50% - 0.5em);
      right: 5px;
      color: #2940B1;
      line-height: 1;
      transition: all 0.3s; }
    .archive-year a:hover::after {
      transform: translate(5px, 0px); }
