@charset "UTF-8";
/*

このファイルは分割されたSCSSファイルをインポートしてくるだけのファイルです。

※基本的に、このファイル内にスタイルを直書きしないでください。

*/
/*

O-Themeの変数を定義するBase SCSSです。

※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

// $inner--width: 1200px;
$inner--width: 1440px; // Change:2021-04-01 wada

*/
/*

O-Themeのリセットスタイルを定義するBase SCSSです。

※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

.inner {
    display: block;
    margin: 0px auto;
    // max-width: $inner--width;
    max-width: 1200px; // Change:2021-04-01 wada
}

*/
/***********************************************************
 *  IKEL Reset CSS
 *
 *  Base: Eric Meyer's Reset CSS 2.0
 *  License: none（Public domain）
 *  Createdate: 2020/03/13
 *  LastUpdate: 2020/03/13
 ***********************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup,
var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  background: transparent;
  border: 0;
  outline: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

img {
  max-width: 100%;
  width: auto;
}

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

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

/*---iOS用リセットCSS---*/
input[type=submit],
input[type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

/*

O-Themeのタグ(要素)自体の基本スタイルを定義するBase SCSSです。

※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

.inner {
    display: block;
    margin: 0px auto;
    // max-width: $inner--width;
    max-width: 1200px; // Change:2021-04-01 wada
}

*/
body {
  font-size: 0px;
}
body * {
  font-size: 1rem;
}

*, h1, h2, h3, h4, h5, h6, p, span, a, li, th, td, small, label, pre, code,
div, article, section, aside {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", "游ゴシック Medium", メイリオ, sans-serif;
  line-height: 180%;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

.anchor {
  margin-top: -100px;
  padding-top: 100px;
}

/*

O-Themeの全サイズ共通Layout SCSSです。

※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

.inner {
    display: block;
    margin: 0px auto;
    // max-width: $inner--width;
    max-width: 1200px; // Change:2021-04-01 wada
}

*/
body {
  width: 100%;
}
body .inner {
  display: block;
  margin: 0px auto;
  max-width: 1200px;
}

.header {
  background: transparent;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.header__inner {
  display: block;
  margin: 0px auto;
  padding: 15px 0px;
  max-width: 1200px;
  color: #000;
}
.header a.site-ttl {
  color: white;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 28px;
  font-weight: bold;
}
.header__hamburger {
  display: none;
}
.header nav {
  float: right;
}
.header nav #globalmenu > li {
  display: inline-block;
  position: relative;
}
.header nav #globalmenu > li a {
  display: block;
  padding: 5px 10px;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.header nav #globalmenu > li .sub-menu {
  display: none;
}
@media screen and (min-width: 1081px) {
  .header nav #globalmenu > li:hover .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 200px;
  }
  .header nav #globalmenu > li:hover .sub-menu > li {
    display: block;
  }
}

.breadcrumb {
  padding: 10px 0px;
  line-height: 100%;
  background: #aaa;
}
.breadcrumb > .inner {
  color: white;
  font-size: 14px;
  line-height: 100%;
}
.breadcrumb > .inner > a {
  color: white;
  font-size: 14px;
  line-height: 100%;
}

.footer {
  background: #DDD;
}
.footer__inner {
  display: block;
  margin: 0px auto;
  padding: 5px 0px;
  max-width: 1200px;
  text-align: center;
  color: #000;
  font-size: 0.8em;
}

.footer_widget {
  padding: 30px;
  background: #505050;
}

.sp_footer_area {
  display: none;
}

#home section {
  padding: 50px 0px;
}

section.news ul {
  display: block;
  margin: 20px 0px;
}
section.news ul > li {
  display: block;
  list-style-type: none;
}
section.news ul > li > a {
  display: block;
}

article#ai-kotoba .wp-block-table td {
  border: 0;
}

#archive {
  /*h2 {
      display: block;
      margin: 30px;

      color: #333;
      text-align: center;
      font-family: $gothic;
      font-size: 28px;
      font-weight: bold;
  }*/
}
#archive .post_block {
  display: block;
}
#archive .post_block::after {
  display: block;
  clear: both;
  content: "";
}
#archive .post_block {
  /*> h2 {
      display: block;
      margin: 0px;
      padding: 0px;

      color: #333;
      text-align: left;
      font-size: 20px;
      font-weight: bold;
      background: transparent;
      border-bottom: 1px solid #333;
  }*/
}
#archive .post_block .post-cat {
  display: block;
}
#archive .post_block .post-cat > a {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  color: white;
  font-size: 14px;
  line-height: 100%;
  background: #aaa;
}
#archive .post_block .post-date {
  display: block;
  color: #333;
  text-align: right;
  font-size: 14px;
}
#archive .post_block {
  /*img {
      margin-right: 15px;
      margin-bottom: 15px;
      float: left;
  }*/
}

#single {
  /*h2 {
      display: block;
      margin: 30px;

      color: #333;
      text-align: center;
      font-family: $mincho;
      font-size: 28px;
      font-weight: bold;
  }*/
}
#single .post-cat {
  display: block;
}
#single .post-cat > a {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  color: white;
  font-size: 14px;
  line-height: 100%;
  background: #aaa;
}
#single .post-date {
  display: block;
  color: #333;
  text-align: right;
  font-size: 14px;
}
#single .post-navi {
  display: block;
  margin: 30px 0px;
  padding: 0px;
  font-size: 0px;
}
#single .post-navi::after {
  display: block;
  clear: both;
  content: "";
}
#single .post-navi > li > a {
  display: block;
  padding: 10px;
  width: 320px;
  position: relative;
  color: #151e2f;
  font-size: 16px;
}
#single .post-navi > li > a .fas {
  color: #00a0e9;
}
#single .post-navi > li > a::before {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  content: "";
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#single .post-navi > li > a:hover {
  color: #00a0e9;
}
#single .post-navi > li.prev {
  float: left;
}
#single .post-navi > li.prev > a {
  text-align: left;
}
#single .post-navi > li.next {
  float: right;
}
#single .post-navi > li.next > a {
  text-align: right;
}
#single a.back {
  display: block;
  margin: 20px auto;
  padding: 10px 0px;
  max-width: 460px;
  color: white;
  text-align: center;
  font-size: 16px;
  background: #aaa;
}
#single a.back:hover {
  background: #888;
}

*, h1, h2, h3, h4, h5, h6, p, span, a, li, th, td, small, label, pre, code, div, article, section, aside {
  font-family: "Noto Sans JP", sans-serif, "Arial", "Yu Gothic", "Meiryo", "游ゴシック Medium", メイリオ, sans-serif;
  font-size: 16px;
}

b {
  font-weight: bold;
}

.c_kon {
  color: #151e2f;
}

.c_mizu {
  color: #00a0e9;
}

.c_pink {
  color: #E3007F;
}

.c_gray {
  color: #f1f0f0;
}

.c_gray2 {
  color: #e8e8e8;
}

.c_white {
  color: #fff;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif, "Arial", "Yu Gothic", "Meiryo", "游ゴシック Medium", メイリオ, sans-serif;
}

.num {
  font-family: "Poppins", sans-serif;
}

body .inner {
  max-width: 1400px;
}

a {
  color: #00a0e9;
}
a:active {
  color: #00a0e9;
}

p {
  margin-bottom: 30px;
}

.header {
  background: #fff;
}
.header a.site-ttl {
  line-height: 100%;
}

.header__inner {
  padding: 15px 0 0 0;
  max-width: 1400px;
}

.hero {
  padding-top: 116px;
}

/* スライダー */
.top_slider {
  width: 1750px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.top_slider img {
  border-radius: 40px;
}
.top_slider .slider_img {
  position: relative;
}
.top_slider .slider_img .text_box {
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 45%;
  height: 19.4915254237%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 40px 0 0 40px;
  font-size: 2.6vw;
  padding: 1.5vw 40px;
  color: #151e2f;
  font-weight: bold;
  line-height: 150%;
}

/* アイキャッチ */
.eye_img {
  position: relative;
  padding-right: calc((100vw - 1400px) / 2);
  line-height: 100%;
}
.eye_img img {
  border-radius: 0 60px 60px 0;
}
.eye_img .eye_waku {
  position: absolute;
  width: 50%;
  height: 80px;
  border-radius: 0 40px 0 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0 30px;
}
.eye_img .eye_waku .inverse-corner {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.eye_img .eye_waku .inverse-corner::before {
  display: block;
  width: 200%;
  height: 200%;
  content: "";
  background: transparent;
  border-radius: 50%;
  -webkit-box-shadow: -20px 20px 0 0 white;
          box-shadow: -20px 20px 0 0 white;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.eye_img {
  /*トップページ：想い*/
}
.eye_img .top_ttl {
  position: absolute;
  left: calc((100vw - 1400px) / 2);
  bottom: -60px;
}
@media screen and (max-width: 1400px) {
  .eye_img .top_ttl {
    left: 10px;
    line-height: 1;
  }
  .eye_img .top_ttl h3 {
    float: none;
    padding-left: 0;
    padding-top: 0;
  }
}
.eye_img {
  /*アイキャッチ：タイトル*/
}
.eye_img .eye_ttl {
  color: #151e2f;
  font-size: 60px;
  float: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  padding-left: calc((100vw - 1400px) / 2);
  text-transform: uppercase;
}
.eye_img h1 {
  font-family: "Noto Sans JP", sans-serif, "Arial", "Yu Gothic", "Meiryo", "游ゴシック Medium", メイリオ, sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  float: left;
  padding: 20px;
}

@media screen and (min-width: 1080px) {
  .header nav {
    padding-top: 25px;
  }
  .header nav #globalmenu > li a {
    color: #151e2f;
    font-weight: 500;
    text-align: center;
  }
  .header nav #globalmenu > li a:hover {
    color: #00a0e9;
  }
  .header nav #globalmenu > li {
    /*サブメニュー*/
  }
  .header nav #globalmenu > li .sub-menu {
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 20px 0;
  }
  .header nav #globalmenu > li:hover .sub-menu {
    left: -50px;
    width: 180px;
  }
  .header nav #globalmenu > li {
    /*エントリー*/
  }
  .header nav #globalmenu > li.entry a {
    width: 150px;
    margin: 0 auto;
    border-radius: 24px;
    text-align: center;
    background-color: #00a0e9;
    color: #fff;
  }
  .header nav #globalmenu > li.entry a::after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    right: 15px;
    top: 6px;
  }
  .header nav #globalmenu > li.entry a:hover {
    background-color: #151e2f !important;
  }
}
section.contact .contact_text {
  color: #00a0e9;
  font-size: 22px;
}
section.contact .contact_tel a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #00a0e9;
}
section.contact .position_rc {
  display: inline-table;
  vertical-align: bottom;
  text-align: center;
}

footer.footer {
  background-color: #151e2f;
}
footer.footer .footer__inner {
  text-align: left;
  padding-top: 30px;
}
footer.footer .footer__inner div {
  color: #fff;
}
footer.footer .copy {
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 30px 0 10px 0;
}
footer.footer nav {
  padding-top: 30px;
  text-align: right;
}
footer.footer nav li {
  text-align: left;
}
footer.footer nav li a {
  color: #fff;
}

h2 {
  background-color: #f1f0f0;
  border-radius: 20px;
  font-size: 24px;
  padding: 13px 0 13px 70px;
  margin-top: 100px;
  margin-bottom: 40px;
  position: relative;
}
h2::before {
  position: absolute;
  content: "";
  width: 7px;
  background-color: #00a0e9;
  height: 40px;
  border-radius: 3.5px;
  top: 15px;
  left: 30px;
}
h2 a {
  color: #333;
  font-size: 24px;
  display: block;
}

h4 {
  font-size: 22px;
  margin: 25px 0 15px 0;
  font-weight: bold;
}

.midashi {
  font-size: 30px;
  color: #00a0e9;
  font-weight: bold;
  padding: 50px 0 20px 0;
}
.midashi.f_24 {
  font-size: 24px;
  padding: 40px 0 10px 0;
}
.midashi.f_24.pt_0 {
  padding-top: 0;
}

.midashi_inai {
  font-size: 30px;
  text-align: center;
  background-color: #00a0e9;
  color: #fff;
  height: 150px;
  vertical-align: middle;
  border-radius: 20px;
  padding-top: 50px;
  position: relative;
  margin-top: 100px;
  font-weight: bold;
}
.midashi_inai::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url("../images/recruit/ttl_inai.png");
  bottom: 5px;
  left: 15%;
  width: 196px;
  height: 219px;
}
@media screen and (max-width: 1300px) {
  .midashi_inai::before {
    left: 70px;
  }
}
.midashi_inai::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url("../images/recruit/ttl_inai2.png");
  bottom: 10px;
  right: 15%;
  width: 181px;
  height: 181px;
}
@media screen and (max-width: 1300px) {
  .midashi_inai::after {
    right: 70px;
  }
}

strong {
  font-weight: bold;
}

.text {
  line-height: 200%;
  font-size: 16px;
  padding-bottom: 30px;
}

.naka h3 {
  font-size: 24px;
  padding: 30px 0 15px 30px;
  position: relative;
}
.naka h3.staff {
  padding-top: 0;
}
.naka h3::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #e8e8e8;
  border-radius: 3.5px;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 7px;
}
.naka h3::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #00a0e9;
  border-radius: 3.5px;
  bottom: -7px;
  left: 0;
  width: 30%;
  height: 7px;
}
.naka section.contact h3::before, .naka section.contact h3::after {
  background-color: transparent;
}
.naka .voice_ttl {
  font-size: 70px;
  color: #e8e8e8;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.naka .voice_ttl.c_white {
  color: #fff;
}

.btn_1 {
  background-color: #00a0e9;
  border-radius: 100px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 15px 35px 15px 41px;
  width: 250px;
}
.btn_1.w_300 {
  width: 300px;
}
.btn_1 .b1_anime {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: relative;
}
.btn_1 .b1_text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif, "Arial", "Yu Gothic", "Meiryo", "游ゴシック Medium", メイリオ, sans-serif;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: color 0.5s cubic-bezier(0.25, 1, 0.38, 1);
  transition: color 0.5s cubic-bezier(0.25, 1, 0.38, 1);
  white-space: nowrap;
}
.btn_1 p.b1_text {
  margin-bottom: 0;
}
.btn_1::before {
  background-color: #151e2f;
  border-radius: 100px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  transition: transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1), -webkit-transform 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  width: 100%;
}
.btn_1::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  right: 15px;
  top: 10px;
}
.btn_1:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.btn_1.b_kon {
  background-color: #151e2f;
}
.btn_1.b_kon::before {
  background-color: #fff;
}
.btn_1.b_kon:hover .b1_text {
  color: #151e2f;
}
.btn_1.b_kon:hover::after {
  color: #151e2f;
}

.btn_2 {
  background-color: #fff;
  border: 2px solid #00a0e9;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  padding: 10px 35px;
  width: 300px;
  color: #151e2f;
}
.btn_2::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  right: 15px;
  top: 10px;
  color: #00a0e9;
}
.btn_2:hover {
  background-color: #00a0e9;
  color: #fff;
}
.btn_2:hover::after {
  color: #fff;
}

.wp-block-ikel-accordion-block {
  margin-bottom: 50px;
}
.wp-block-ikel-accordion-block > .wp-block-ikel-accordion-block__button {
  width: 250px;
  margin: 0 auto;
  border-radius: 24px;
}
.wp-block-ikel-accordion-block > .wp-block-ikel-accordion-block__button::before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.wp-block-ikel-accordion-block > .wp-block-ikel-accordion-block__button:hover {
  background-color: #151e2f !important;
}
.wp-block-ikel-accordion-block__contents p.midashi {
  margin-bottom: 10px;
}

ul.col > li.p_10,
ul.col > div.p_10,
div.col > li.p_10,
div.col > div.p_10 {
  padding: 10px;
}
ul.col > li.p_20,
ul.col > div.p_20,
div.col > li.p_20,
div.col > div.p_20 {
  padding: 20px;
}

/*padding*/
.p_15 {
  padding: 10px;
}

.pt_10 {
  padding-top: 10px;
}

.pb_10 {
  padding-bottom: 10px;
}

.p_15 {
  padding: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.pb_20 {
  padding-bottom: 20px;
}

.p_20 {
  padding: 20px;
}

.p_30 {
  padding: 30px;
}

.pt_30 {
  padding-top: 30px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pl_30 {
  padding-left: 30px;
}

.pt_50 {
  padding-top: 50px;
}

.pb_50 {
  padding-bottom: 50px;
}

.spacer_50 {
  padding-top: 50px;
}

.plr_30 {
  padding: 0 30px;
}

.box {
  display: block;
  background-color: #00a0e9;
  padding: 30px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
}
.box div {
  color: #fff;
}
.box.w_400 {
  width: 400px;
  max-width: 100%;
}
.box.align_center {
  margin: 10px auto;
}

.bg_gray {
  background-color: #f1f0f0;
}
.bg_gray.voice {
  position: relative;
  overflow: hidden;
}
.bg_gray.voice img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-height: 440px;
}

.kado_20,
.kado_20 img {
  border-radius: 20px;
}

.kado_30,
.kado_30 img {
  border-radius: 30px;
}

.kado_50,
.kado_50 img {
  border-radius: 50px;
}

.t_b_none {
  padding-top: 30px;
}
.t_b_none table td {
  border: 0;
  color: #151e2f;
  padding: 5px;
}

/* 募集要項 */
.t_youkou table {
  width: 1100px;
  max-width: 100%;
  margin: 30px auto;
}
.t_youkou table td {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  padding: 15px;
}
.t_youkou table td:first-child {
  text-align: center;
  width: 180px;
}
.t_youkou table td code {
  border-left: 1px solid #e8e8e8;
  display: block;
  padding-left: 40px;
}
.t_youkou.per100 table {
  width: 100%;
}

/*-----------------------
お問い合わせ（contact form 7）
-----------------------*/
input, textarea, select {
  margin: 5px 0;
  padding: 8px 18px;
  font-family: inherit;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  background-color: #fff;
}

/*---お問合せフォーム---*/
.t_contact {
  padding: 40px 100px;
  margin: 50px 0;
  border: 3px solid #e8e8e8;
  border-radius: 10px;
}
.t_contact table {
  width: 100%;
  margin-bottom: 50px;
}
.t_contact table th,
.t_contact table td {
  border-bottom: 1px solid #a2a2a2;
  padding: 20px 30px 20px 20px;
  vertical-align: top;
}
.t_contact table th {
  position: relative;
  text-align: left;
}
.t_contact table th.hissu:after {
  position: absolute;
  background: #00a0e9;
  content: "必須";
  color: #fff;
  float: right;
  font-size: 12px;
  padding: 3px 10px;
  text-align: center;
  border-radius: 24px;
  line-height: 1.8;
  top: 30px;
  right: 15px;
}
.t_contact table textarea {
  height: 100px;
}

.wpcf7-list-item {
  display: block;
  line-height: 250%;
}

input {
  padding: 10px 20px;
  background: #f0f0f0;
  border-radius: 50px;
  line-height: 1.5;
}

textarea {
  padding: 10px 20px;
  width: 100%;
  background: #f0f0f0;
  border-radius: 20px;
  line-height: 1.5;
}

input[type=submit] {
  width: 200px;
  border-radius: 24px;
  text-align: center;
  background-color: #00a0e9;
  color: #fff;
}
input[type=submit]:hover {
  background-color: #151e2f;
}

.fuki {
  position: relative;
  border-radius: 25px;
  background-color: #fff;
  padding: 20px;
  width: calc(100% - 80px);
  float: left;
  min-height: 275px;
}
.fuki::before {
  position: absolute;
  content: url("../images/top/fukidashi.png");
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 80px;
  right: -70px;
}
.fuki.fuki_left {
  float: right;
}
.fuki.fuki_left::before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  right: auto;
  left: -70px;
}

.breadcrumb {
  background: transparent;
}
.breadcrumb > .inner {
  color: #151e2f;
  text-align: right;
  font-size: 12px;
  padding: 10px 20px;
}
.breadcrumb > .inner > a {
  color: #151e2f;
  font-size: 12px;
}

.top_ttl {
  color: #151e2f;
  font-size: 60px;
  float: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}
.top_ttl h3 {
  font-size: 24px;
  padding-left: 20px;
  padding-top: 44px;
  font-family: "Noto Sans JP", sans-serif, "Arial", "Yu Gothic", "Meiryo", "游ゴシック Medium", メイリオ, sans-serif;
  float: right;
}
.top_ttl.tate {
  float: none;
  line-height: 110%;
}
.top_ttl.tate h3 {
  float: none;
  padding-top: 0;
}
.top_ttl.tate.c_white {
  color: #fff;
}

section {
  padding: 70px 0;
}
section .inner {
  width: 1400px;
}
@media screen and (max-width: 1400px) {
  section .inner {
    width: 100%;
    max-width: 1400px;
  }
}
section.news ul > li {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
section.news ul > li:last-child {
  border-bottom: 0;
}
section.news ul > li a {
  display: inline;
}
section.news ul > li .publish_date {
  width: 100px;
  float: left;
}
section.news ul > li .top_news_cat {
  padding-right: 15px;
  float: left;
}
section.news ul > li .top_news_cat a {
  display: block;
  font-size: 14px;
  background-color: #00a0e9;
  border: 0;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 125px;
  border-radius: 20px;
  padding: 2px 5px;
}
@media screen and (max-width: 1400px) {
  section.news .top_ttl {
    line-height: 1;
    padding-top: 30px;
  }
  section.news .top_ttl h3 {
    float: none;
    padding-left: 0;
    padding-top: 0;
  }
}
section.about {
  padding: 0 0 100px 0;
  position: relative;
}
section.about .position_rb {
  display: inline-table;
  vertical-align: bottom;
  text-align: right;
}
section.mizu {
  background-color: #00a0e9;
}
section.gray {
  background-color: #f1f0f0;
}
section .voice_inner {
  position: relative;
  padding-left: calc((100vw - 1400px) / 2);
  margin-bottom: 60px;
  line-height: 100%;
}
section.white.bg_moji {
  position: relative;
  overflow: hidden;
}
section.white.bg_moji::before, section.white.bg_moji::after {
  content: "AI DISPENSING PHARMACY　";
  position: absolute;
  font-size: 7.5vw;
  color: #f1f0f0;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: auto;
  line-height: 1;
  z-index: -1;
}
section.white.bg_moji::before {
  left: 0;
  -webkit-animation: flowimg 60s linear infinite;
          animation: flowimg 60s linear infinite;
}
section.white.bg_moji::after {
  left: 100%;
  -webkit-animation: flowimg 60s linear infinite;
          animation: flowimg 60s linear infinite;
}
section.recruit {
  background-image: url("../images/top/bg_recruit.jpg");
  background-size: cover;
  position: relative;
}
section {
  /*アイ薬局の人*/
}
section.inai {
  position: relative;
  width: 100%;
  height: 700px;
  background-image: url("../images/top/bg_person.png");
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
section.inai .person_text {
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  color: #00a0e9;
  top: 350px;
  left: calc(50vw - 300px);
  z-index: 1;
}
section.inai .item {
  position: absolute;
  text-align: center;
  color: #151e2f;
  font-size: 24px;
  font-weight: bold;
  width: 220px;
  height: 220px;
  padding-top: 70px;
  border-radius: 110px;
  background: rgba(0, 160, 233, 0.3);
  /*
              &.i1 {
                  animation: diagonal-move-anim 5s linear infinite;
              }
              &.i2 {
                  animation: diagonal-move-anim2 7s linear infinite;
              }
              &.i3 {
                  animation: diagonal-move-anim3 9s linear infinite alternate;
              }
              &.i4 {
                  animation: diagonal-move-anim4 7s linear infinite;
              }
              &.i5 {
                  animation: diagonal-move-anim5 8s linear infinite;
              }
              &.i6 {
                  animation: diagonal-move-anim6 7s linear infinite;
              }*/
}

/*トップページ：AI DISPENSING PHARMACY*/
@-webkit-keyframes flowimg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes flowimg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.voice_block {
  padding: 10px;
}
.voice_block .img_area {
  position: relative;
  color: #151e2f;
}
.voice_block .img_area img {
  border-radius: 50px;
}
.voice_block .img_area .voice_no {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 85px;
  border-radius: 0 50px 0 0;
  background-color: #fff;
  color: #00a0e9;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 70px;
}
.voice_block .img_area .voice_no .inverse-corner {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 1px;
  bottom: 0px;
  overflow: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.voice_block .img_area .voice_no .inverse-corner::before {
  display: block;
  width: 200%;
  height: 200%;
  content: "";
  background: transparent;
  border-radius: 50%;
  -webkit-box-shadow: -20px 20px 0 0 white;
          box-shadow: -20px 20px 0 0 white;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.voice_block .img_area .voice_no .inverse-corner.ic_2 {
  right: auto;
  bottom: auto;
  top: -39px;
  left: -40px;
}
.voice_block .img_area .voice_no .inverse-corner.ic_2::before {
  -webkit-box-shadow: -20px 20px 0 0 white;
          box-shadow: -20px 20px 0 0 white;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.voice_block .img_area .voice_no {
  /* 中身（左上） */
}
.voice_block .img_area .voice_no.tl {
  bottom: auto;
  top: 0;
  border-radius: 0 0 50px 0;
  height: 75px;
  line-height: 100%;
  font-size: 60px;
}
.voice_block .img_area .voice_no.tl .inverse-corner {
  bottom: auto;
  top: 0;
}
.voice_block .img_area .voice_no.tl .inverse-corner::before {
  -webkit-box-shadow: -20px -20px 0 0 white;
          box-shadow: -20px -20px 0 0 white;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.voice_block .img_area .voice_no.tl .inverse-corner.ic_2 {
  top: auto;
  bottom: -40px;
}
.voice_block .img_area .voice_no.tl .inverse-corner.ic_2::before {
  -webkit-box-shadow: -20px -20px 0 0 white;
          box-shadow: -20px -20px 0 0 white;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.voice_block .voice_ttl {
  font-size: 24px;
  padding: 20px 0 10px 0;
  font-weight: 500;
}
.voice_block .voice_text {
  max-width: 450px;
}

.voice_schedule {
  border: 4px solid #00a0e9;
  border-radius: 20px;
  padding: 30px !important;
  margin-bottom: 80px;
}
.voice_schedule .v_schedule_ttl {
  color: #00a0e9;
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-align: center;
}
.voice_schedule .v_schedule_ttl kbd {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif, "Arial", "Yu Gothic", "Meiryo", "游ゴシック Medium", メイリオ, sans-serif;
}

#archive,
#single {
  /* お知らせ */
  padding-top: 80px;
}
#archive .main-inner,
#single .main-inner {
  width: 1000px;
  max-width: 100%;
  float: left;
}
#archive .main-inner h2,
#single .main-inner h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#archive .sidebar,
#single .sidebar {
  width: 370px;
  float: right;
  padding-left: 30px;
}
#archive .sidebar .sidebar_widget,
#single .sidebar .sidebar_widget {
  background-color: #f1f0f0;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 50px;
}

/*新着情報*/
.wp-block-ikel-post-list__title {
  background: transparent;
  border-bottom: 1px solid #151e2f;
  color: #151e2f;
  margin-bottom: 5px;
  padding: 10px;
}

.wp-block-ikel-post-list__item > a {
  background: transparent;
  border: 0;
}
.wp-block-ikel-post-list__item .wp-block-ikel-post-list__post_title {
  padding-bottom: 3px;
}
.wp-block-ikel-post-list__item:hover > a {
  background: transparent;
}
.wp-block-ikel-post-list__item:hover > a .wp-block-ikel-post-list__post_title {
  color: #00a0e9;
}

.wp-block-ikel-post-list__post_date {
  text-align: left;
}

/* お知らせ */
.news section.post_block {
  padding-top: 0;
}
.news div.col > div.news_img {
  padding-right: 20px;
  text-align: center;
}

/* 先輩の声 */
.wp-block-column.staff_waku {
  padding: 0 30px;
}

.page_hed {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}
.page_hed .hed_comment {
  position: absolute;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 70px;
  width: 970px;
  top: 100px;
  right: calc((100vw - 1400px) / 2);
}
.page_hed .hed_comment .hed_ttl {
  font-size: 28px;
  color: #00a0e9;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.page_hed .hed_comment .hed_text {
  padding-bottom: 20px;
  line-height: 200%;
}

.tenpo_ttl {
  font-size: 20px;
  font-weight: 500;
  padding-top: 10px;
  color: #004ea2;
}

.carousel_01 {
  overflow: hidden;
}
.carousel_01 .carousel_naka {
  position: relative;
  padding: 10px;
  height: 560px;
}
.carousel_01 .carousel_naka img {
  border-radius: 25px;
  margin: 0 auto;
}
.carousel_01 .carousel_naka .crsl_waku {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 25px;
  background-color: #fff;
  padding: 35px;
  width: 70%;
}
@media screen and (max-width: 1500px) {
  .carousel_01 .carousel_naka .crsl_waku {
    width: 90%;
  }
}
.carousel_01 .carousel_naka .crsl_waku .crsl_ttl {
  color: #00a0e9;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
.carousel_01 .carousel_naka .crsl_waku .crsl_waku2 {
  position: relative;
}
.carousel_01 .carousel_naka .crsl_waku .crsl_waku2::before {
  position: absolute;
  content: url("../images/top/fukidashi.png");
  top: -79px;
  left: 20px;
}

/* こんな薬剤師はいません */
.col.col_inai div:nth-child(1),
.col.col_inai div:nth-child(2),
.col.col_inai div:nth-child(3) {
  border-bottom: #818182 1px solid;
}
.col.col_inai div:nth-child(1) > ol.inai_list,
.col.col_inai div:nth-child(2) > ol.inai_list,
.col.col_inai div:nth-child(4) > ol.inai_list {
  border-right: #818182 1px solid;
}
.col.col_inai > div {
  position: relative;
}
.col.col_inai > div img {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
@media screen and (max-width: 1200px) {
  .col.col_inai > div img {
    width: 30%;
  }
}

ol.inai_list {
  counter-reset: my-counter; /* カウンターを初期化 */
}
ol.inai_list.c_reset_10 {
  counter-reset: my-counter 10;
}
ol.inai_list.c_reset_20 {
  counter-reset: my-counter 20;
}
ol.inai_list.c_reset_30 {
  counter-reset: my-counter 30;
}
ol.inai_list.c_reset_40 {
  counter-reset: my-counter 40;
}
ol.inai_list li {
  margin-bottom: 14px;
  padding-left: 30px;
  position: relative;
  line-height: 150%;
}
ol.inai_list li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #00a0e9;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

.slick-slider {
  /* slick 調整 */
}
.slick-slider .slick-prev {
  left: 15px;
}
.slick-slider .slick-prev::before {
  content: "\f053";
}
.slick-slider .slick-next {
  right: 55px;
}
.slick-slider .slick-next::before {
  content: "\f054";
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 1;
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  opacity: 1;
  color: #fff;
  background-color: #00a0e9;
  padding: 14px 18px;
  border-radius: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.slick-slider .slick-prev:hover::before, .slick-slider .slick-prev:focus::before,
.slick-slider .slick-next:hover::before,
.slick-slider .slick-next:focus::before {
  background-color: #151e2f;
}
.slick-slider img {
  height: auto;
}

.youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 30px;
  height: 0;
}
.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-wrapper.w_530 {
  padding-bottom: 360px;
}
@media screen and (max-width: 530px) {
  .youtube-wrapper.w_530 {
    padding-bottom: 70%;
  }
}
.youtube-wrapper.w_530 iframe {
  width: 530px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 315px;
}
@media screen and (max-width: 530px) {
  .youtube-wrapper.w_530 iframe {
    width: 100%;
    height: 59.4339622642vw;
  }
}

.kanso {
  position: relative;
  padding: 5px 0 30px 40px;
  font-size: 18px;
  font-weight: bold;
}
.kanso::before {
  position: absolute;
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: 900;
  left: 0;
  top: 0;
  color: #00a0e9;
}
.kanso.honbun {
  font-size: 16px;
  font-weight: normal;
}
.kanso.honbun::before {
  top: 10px;
}

/*

O-Themeの全サイズ共通のModule SCSSです。
サイズに依存しないスタイルを定義するSCSSです。
サイズに依存する場合は、module_pc.scss / module_tab.scss / module_sp.scss に書き分けてください。

※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

.inner {
    display: block;
    margin: 0px auto;
    // max-width: $inner--width;
    max-width: 1200px; // Change:2021-04-01 wada
}

*/
.f_10 {
  font-size: 10px;
}

.f_11 {
  font-size: 11px;
}

.f_12 {
  font-size: 12px;
}

.f_13 {
  font-size: 13px;
}

.f_14 {
  font-size: 14px;
}

.f_15 {
  font-size: 15px;
}

.f_16 {
  font-size: 16px;
}

.f_18 {
  font-size: 18px;
}

.f_20 {
  font-size: 20px;
}

.f_22 {
  font-size: 22px;
}

.f_24 {
  font-size: 24px;
}

.f_26 {
  font-size: 26px;
}

.f_28 {
  font-size: 28px;
}

.f_30 {
  font-size: 30px;
}

.f_32 {
  font-size: 32px;
}

.f_36 {
  font-size: 36px;
}

.f_40 {
  font-size: 40px;
}

.f_44 {
  font-size: 44px;
}

.f_48 {
  font-size: 48px;
}

.f_52 {
  font-size: 52px;
}

.f_56 {
  font-size: 56px;
}

.f_60 {
  font-size: 60px;
}

.f_64 {
  font-size: 64px;
}

.underline {
  display: inline;
  border-bottom: 1px solid #333333;
}
.underline--dot {
  border-bottom: 2px dotted #333333;
}
.underline--dash {
  border-bottom: 1px dashed #333333;
}
.underline--double {
  border-bottom: 4px double #333333;
}
.underline--wave {
  border-bottom: none;
  -webkit-text-decoration: underline wavy #333333;
          text-decoration: underline wavy #333333;
}

.marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 255, 0, 0.6196078431)));
  background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.6196078431) 60%);
}
.marker--red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 100, 100, 0.5)));
  background: linear-gradient(transparent 60%, rgba(255, 100, 100, 0.5) 60%);
}
.marker--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(100, 255, 100, 0.5)));
  background: linear-gradient(transparent 60%, rgba(100, 255, 100, 0.5) 60%);
}
.marker--blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(100, 100, 255, 0.5)));
  background: linear-gradient(transparent 60%, rgba(100, 100, 255, 0.5) 60%);
}
.marker--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 255, 100, 0.5)));
  background: linear-gradient(transparent 60%, rgba(255, 255, 100, 0.5) 60%);
}
.marker--cyan {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(100, 255, 255, 0.5)));
  background: linear-gradient(transparent 60%, rgba(100, 255, 255, 0.5) 60%);
}
.marker--purple {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 100, 255, 0.5)));
  background: linear-gradient(transparent 60%, rgba(255, 100, 255, 0.5) 60%);
}
.marker--gray {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(100, 100, 100, 0.5)));
  background: linear-gradient(transparent 60%, rgba(100, 100, 100, 0.5) 60%);
}

.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.valign_top {
  vertical-align: top;
}

.valign_middle {
  vertical-align: middle;
}

.valign_bottom {
  vertical-align: bottom;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  margin-right: 20px;
  float: left;
}

img.right {
  margin-left: 20px;
  float: right;
}

.clear {
  clear: both;
}

.anchor {
  margin-top: -100px;
  padding-top: 100px;
}

.bg--white {
  background: white;
}

.bg--whitesmoke {
  background: whitesmoke;
}

.bg--ghostwhite {
  background: ghostwhite;
}

.bg--aliceblue {
  background: aliceblue;
}

.bg--lavender {
  background: lavender;
}

.bg--azure {
  background: azure;
}

.bg--lightcyan {
  background: lightcyan;
}

.bg--mintcream {
  background: mintcream;
}

.bg--honeydew {
  background: honeydew;
}

.bg--ivory {
  background: ivory;
}

.bg--beige {
  background: beige;
}

.bg--lightyellow {
  background: lightyellow;
}

.bg--lightgoldenrodyellow {
  background: lightgoldenrodyellow;
}

.bg--lemonchiffon {
  background: lemonchiffon;
}

.bg--floralwhite {
  background: floralwhite;
}

.bg--oldlace {
  background: oldlace;
}

.bg--cornsilk {
  background: cornsilk;
}

.bg--blanchedalmond {
  background: blanchedalmond;
}

.bg--bisque {
  background: bisque;
}

.bg--snow {
  background: snow;
}

.bg--linen {
  background: linen;
}

.bg--antiquewhite {
  background: antiquewhite;
}

.bg--seashell {
  background: seashell;
}

.bg--lavenderblush {
  background: lavenderblush;
}

.bg--mistyrose {
  background: mistyrose;
}

.bg--gainsboro {
  background: gainsboro;
}

.bg--lightgray {
  background: lightgray;
}

.bg--lightsteelblue {
  background: lightsteelblue;
}

.bg--lightblue {
  background: lightblue;
}

.bg--lightskyblue {
  background: lightskyblue;
}

.bg--powderblue {
  background: powderblue;
}

.bg--paleturquoise {
  background: paleturquoise;
}

.bg--skyblue {
  background: skyblue;
}

.bg--mediumaquamarine {
  background: mediumaquamarine;
}

.bg--aquamarine {
  background: aquamarine;
}

.bg--palegreen {
  background: palegreen;
}

.bg--lightgreen {
  background: lightgreen;
}

.bg--khaki {
  background: khaki;
}

.bg--palegoldenrod {
  background: palegoldenrod;
}

.bg--moccasin {
  background: moccasin;
}

.bg--navajowhite {
  background: navajowhite;
}

.bg--peachpuff {
  background: peachpuff;
}

.bg--wheat {
  background: wheat;
}

.bg--pink {
  background: pink;
}

.bg--lightpink {
  background: lightpink;
}

.bg--thistle {
  background: thistle;
}

.bg--plum {
  background: plum;
}

.bg--silver {
  background: silver;
}

.bg--darkgray {
  background: darkgray;
}

.bg--lightslategray {
  background: lightslategray;
}

.bg--slategray {
  background: slategray;
}

.bg--slateblue {
  background: slateblue;
}

.bg--steelblue {
  background: steelblue;
}

.bg--mediumslateblue {
  background: mediumslateblue;
}

.bg--royalblue {
  background: royalblue;
}

.bg--blue {
  background: blue;
}

.bg--dodgerblue {
  background: dodgerblue;
}

.bg--cornflowerblue {
  background: cornflowerblue;
}

.bg--deepskyblue {
  background: deepskyblue;
}

.bg--cyan {
  background: cyan;
}

.bg--aqua {
  background: aqua;
}

.bg--turquoise {
  background: turquoise;
}

.bg--mediumturquoise {
  background: mediumturquoise;
}

.bg--darkturquoise {
  background: darkturquoise;
}

.bg--lightseagreen {
  background: lightseagreen;
}

.bg--mediumspringgreen {
  background: mediumspringgreen;
}

.bg--springgreen {
  background: springgreen;
}

.bg--lime {
  background: lime;
}

.bg--limegreen {
  background: limegreen;
}

.bg--yellowgreen {
  background: yellowgreen;
}

.bg--lawngreen {
  background: lawngreen;
}

.bg--chartreuse {
  background: chartreuse;
}

.bg--greenyellow {
  background: greenyellow;
}

.bg--yellow {
  background: yellow;
}

.bg--gold {
  background: gold;
}

.bg--orange {
  background: orange;
}

.bg--darkorange {
  background: darkorange;
}

.bg--goldenrod {
  background: goldenrod;
}

.bg--burlywood {
  background: burlywood;
}

.bg--tan {
  background: tan;
}

.bg--sandybrown {
  background: sandybrown;
}

.bg--darksalmon {
  background: darksalmon;
}

.bg--lightcoral {
  background: lightcoral;
}

.bg--salmon {
  background: salmon;
}

.bg--lightsalmon {
  background: lightsalmon;
}

.bg--coral {
  background: coral;
}

.bg--tomato {
  background: tomato;
}

.bg--orangered {
  background: orangered;
}

.bg--red {
  background: red;
}

.bg--deeppink {
  background: deeppink;
}

.bg--hotpink {
  background: hotpink;
}

.bg--palevioletred {
  background: palevioletred;
}

.bg--violet {
  background: violet;
}

.bg--orchid {
  background: orchid;
}

.bg--magenta {
  background: magenta;
}

.bg--fuchsia {
  background: fuchsia;
}

.bg--mediumorchid {
  background: mediumorchid;
}

.bg--darkorchid {
  background: darkorchid;
}

.bg--darkviolet {
  background: darkviolet;
}

.bg--blueviolet {
  background: blueviolet;
}

.bg--mediumpurple {
  background: mediumpurple;
}

.bg--gray {
  background: gray;
}

.bg--mediumblue {
  background: mediumblue;
}

.bg--darkcyan {
  background: darkcyan;
}

.bg--cadetblue {
  background: cadetblue;
}

.bg--darkseagreen {
  background: darkseagreen;
}

.bg--mediumseagreen {
  background: mediumseagreen;
}

.bg--teal {
  background: teal;
}

.bg--forestgreen {
  background: forestgreen;
}

.bg--seagreen {
  background: seagreen;
}

.bg--darkkhaki {
  background: darkkhaki;
}

.bg--peru {
  background: peru;
}

.bg--crimson {
  background: crimson;
}

.bg--indianred {
  background: indianred;
}

.bg--rosybrown {
  background: rosybrown;
}

.bg--mediumvioletred {
  background: mediumvioletred;
}

.bg--dimgray {
  background: dimgray;
}

.bg--black {
  background: black;
}

.bg--midnightblue {
  background: midnightblue;
}

.bg--darkslateblue {
  background: darkslateblue;
}

.bg--darkblue {
  background: darkblue;
}

.bg--navy {
  background: navy;
}

.bg--darkslategray {
  background: darkslategray;
}

.bg--green {
  background: green;
}

.bg--darkgreen {
  background: darkgreen;
}

.bg--darkolivegreen {
  background: darkolivegreen;
}

.bg--olivedrab {
  background: olivedrab;
}

.bg--olive {
  background: olive;
}

.bg--darkgoldenrod {
  background: darkgoldenrod;
}

.bg--chocolate {
  background: chocolate;
}

.bg--sienna {
  background: sienna;
}

.bg--saddlebrown {
  background: saddlebrown;
}

.bg--firebrick {
  background: firebrick;
}

.bg--brown {
  background: brown;
}

.bg--maroon {
  background: maroon;
}

.bg--darkred {
  background: darkred;
}

.bg--darkmagenta {
  background: darkmagenta;
}

.bg--purple {
  background: purple;
}

.bg--indigo {
  background: indigo;
}

.pagetop {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 100;
  background: #192c4f;
  border-radius: 50%;
}
.pagetop::before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 25px;
}

/*

O-ThemeのPCサイズのModule SCSSです。

※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

.inner {
    display: block;
    margin: 0px auto;
    // max-width: $inner--width;
    max-width: 1200px; // Change:2021-04-01 wada
}

*/
h1 {
  display: block;
  margin: 80px 0px 50px 0px;
  position: relative;
  color: #333333;
  text-align: center;
  font-family: "Noto Serif JP", serif, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho";
  font-size: 32px;
  font-weight: bold;
}

h2.ttl {
  display: block;
  margin: 40px 0px 40px 0px;
  padding: 10px 10px;
  position: relative;
  color: #333333;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

h3.ttl {
  display: block;
  margin: 50px 0px 30px 0px;
  padding: 5px;
  position: relative;
  color: #333333;
  text-align: center;
  font-size: 22px;
}

div, p, span, li, th, td {
  color: #333333;
  font-size: 16px;
}

a[href*="tel:"] {
  color: inherit;
  pointer-events: none;
}

.pc_off {
  display: none !important;
}

ul.col, div.col {
  display: block;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0px;
}
ul.col > li, ul.col > div, div.col > li, div.col > div {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
  font-size: 16px;
  vertical-align: top;
}
ul.col > li.pc_5, ul.col > div.pc_5, div.col > li.pc_5, div.col > div.pc_5 {
  width: 5%;
}
ul.col > li.pc_10, ul.col > div.pc_10, div.col > li.pc_10, div.col > div.pc_10 {
  width: 10%;
}
ul.col > li.pc_15, ul.col > div.pc_15, div.col > li.pc_15, div.col > div.pc_15 {
  width: 15%;
}
ul.col > li.pc_20, ul.col > div.pc_20, div.col > li.pc_20, div.col > div.pc_20 {
  width: 20%;
}
ul.col > li.pc_25, ul.col > div.pc_25, div.col > li.pc_25, div.col > div.pc_25 {
  width: 25%;
}
ul.col > li.pc_30, ul.col > div.pc_30, div.col > li.pc_30, div.col > div.pc_30 {
  width: 30%;
}
ul.col > li.pc_33, ul.col > div.pc_33, div.col > li.pc_33, div.col > div.pc_33 {
  width: 33.333%;
}
ul.col > li.pc_35, ul.col > div.pc_35, div.col > li.pc_35, div.col > div.pc_35 {
  width: 35%;
}
ul.col > li.pc_40, ul.col > div.pc_40, div.col > li.pc_40, div.col > div.pc_40 {
  width: 40%;
}
ul.col > li.pc_45, ul.col > div.pc_45, div.col > li.pc_45, div.col > div.pc_45 {
  width: 45%;
}
ul.col > li.pc_50, ul.col > div.pc_50, div.col > li.pc_50, div.col > div.pc_50 {
  width: 50%;
}
ul.col > li.pc_55, ul.col > div.pc_55, div.col > li.pc_55, div.col > div.pc_55 {
  width: 55%;
}
ul.col > li.pc_60, ul.col > div.pc_60, div.col > li.pc_60, div.col > div.pc_60 {
  width: 60%;
}
ul.col > li.pc_65, ul.col > div.pc_65, div.col > li.pc_65, div.col > div.pc_65 {
  width: 65%;
}
ul.col > li.pc_70, ul.col > div.pc_70, div.col > li.pc_70, div.col > div.pc_70 {
  width: 70%;
}
ul.col > li.pc_75, ul.col > div.pc_75, div.col > li.pc_75, div.col > div.pc_75 {
  width: 75%;
}
ul.col > li.pc_80, ul.col > div.pc_80, div.col > li.pc_80, div.col > div.pc_80 {
  width: 80%;
}
ul.col > li.pc_85, ul.col > div.pc_85, div.col > li.pc_85, div.col > div.pc_85 {
  width: 85%;
}
ul.col > li.pc_90, ul.col > div.pc_90, div.col > li.pc_90, div.col > div.pc_90 {
  width: 90%;
}
ul.col > li.pc_95, ul.col > div.pc_95, div.col > li.pc_95, div.col > div.pc_95 {
  width: 95%;
}
ul.col > li.pc_100, ul.col > div.pc_100, div.col > li.pc_100, div.col > div.pc_100 {
  width: 100%;
}

.inner {
  display: block;
  margin: 0px auto;
  max-width: 1200px;
}