@charset "UTF-8";
/* setting */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
.font-xs {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}

.font-sm {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

.font-md {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
}

.font-lg {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 0.66667;
}

/* tool */
/* ==========================================================================
   ベンダープリフィックス
   ========================================================================== */
/* ==========================================================================
   opacity 透明度
   ========================================================================== */
/* ==========================================================================
   position absolute
   ========================================================================== */
/* ==========================================================================
   shadow
   ========================================================================== */
/* ==========================================================================
   スクリーンサイズ
   ========================================================================== */
/* ==========================================================================
   親要素に対して中央寄せ
   ========================================================================== */
/* Scss Document */
/* base */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  /* 最後のフォールバック */
  color: #111;
  margin: 0;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 575px) {
  body {
    font-size: 1.4em;
  }
}

html, body {
  height: 100%;
  margin: 0;
}

.wrapper {
  position: relative;
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  margin-bottom: 0px;
  overflow: hidden;
}

a[href*="tel:"] {
  color: #111;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

ul {
  padding: 0;
}

.pointer-events {
  pointer-events: none;
}

/* ----------------------------------------------------
ふわっと遷移
---------------------------------------------------- */
.anime {
  will-change: transform, opacity;
  transform: translateZ(0);
}

body {
  animation-name: fuwa;
  animation-duration: 2s;
}

@keyframes fuwa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ----------------------------------------------------
row2
---------------------------------------------------- */
@media screen and (max-width: 767px) {
  .row2 .col-6:nth-child(even) {
    padding-left: 8px !important;
  }
}

@media screen and (max-width: 767px) {
  .row2 .col-6:nth-child(odd) {
    padding-right: 8px !important;
  }
}

.row3 .col-6:nth-child(odd) {
  padding-right: 20px !important;
}

/* ----------------------------------------------------
電話番号リンクをスマホのみ有効
---------------------------------------------------- */
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* ----------------------------------------------------
margin
---------------------------------------------------- */
.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

/* ----------------------------------------------------
padding
---------------------------------------------------- */
.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

/* ==========================================
  共通
   ======================================= */
.sec1 {
  padding: 30rem 0rem;
}

@media screen and (max-width: 767px) {
  .sec1 {
    padding: 15rem 1rem;
  }
}

.sec2 {
  padding: 0 0 30rem 0rem;
}

@media screen and (max-width: 767px) {
  .sec2 {
    padding: 0 1rem 15rem 1rem;
  }
}

.sec_border {
  border: 2px solid #111;
  padding: 10rem 4rem;
}

@media screen and (max-width: 767px) {
  .sec_border {
    padding: 4rem 1rem;
  }
}

.sec_line {
  position: relative;
}

.sec_line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0rem;
  /* 左側の余白 */
  right: 0rem;
  /* 右側の余白 */
  height: 2px;
  /* ボーダーの高さ */
  background-color: #111;
}

@media screen and (max-width: 767px) {
  .sec_line:before {
    left: 0rem;
    /* 左側の余白 */
    right: 0rem;
    /* 右側の余白 */
  }
}

.sec_blk {
  background: #111;
  color: #fff;
}

.txt_red {
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  .txt_break {
    word-break: break-all;
  }
}

/* ==========================================
   ブロック
   ======================================= */
.block_txt p {
  margin-bottom: 3rem;
}

.block_img1 {
  margin-bottom: 3rem;
}

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

.block_img2 {
  border: 1px solid #111;
  margin-bottom: 3rem;
}

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

.img_ceo {
  background-image: url("../images/img_ceo.jpg");
}

.img_cs2 {
  background-image: url("../images/img_cs2.jpg");
}

/* block1 */
.block1_wrapper {
  border-top: 1px solid #111;
}

.block1_item {
  border-bottom: 1px solid #111;
  padding-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .block1_item {
    padding-bottom: 6rem;
  }
}

.block1_item_h {
  font-size: 160%;
  font-weight: 700;
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .block1_item_h {
    width: 100%;
    padding: 0 0 3rem 0;
  }
}

.num {
  font-family: "Open Sans", serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 60%;
  display: block;
  padding: 1rem 0 9rem;
}

@media screen and (max-width: 767px) {
  .num {
    padding: 1rem 0 5rem;
  }
}

/* block2 */
.block2_wrapper {
  border-top: 1px solid #fff;
}

.block2_item {
  border-bottom: 1px solid #fff;
  padding: 6rem 2rem;
}

@media screen and (max-width: 767px) {
  .block2_item {
    padding: 4rem 2rem;
  }
}

.block2_voice {
  position: relative;
}

.block2_voice p {
  font-size: 200%;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  padding: 0 3rem;
}

@media screen and (max-width: 991px) {
  .block2_voice p {
    font-size: 140%;
  }
}

.block2_voice:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f10d';
  font-size: 100%;
  left: 0;
  top: 0;
}

.block2_voice:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f10e';
  font-size: 100%;
  right: 0;
  top: 0;
}

.block2_speaker:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2bd";
  padding-right: 1rem;
}

/* block3 */
.block3_item {
  padding: 0 3rem;
}

@media screen and (max-width: 991px) {
  .block3_item {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .block3_item {
    padding: 0 1rem;
  }
}

.block3_icon {
  padding: 4rem 0;
  text-align: center;
}

.block3_icon img {
  width: 100%;
  max-width: 130px;
  height: auto;
}

.block3_txt h3 {
  font-weight: 600;
  font-size: 130%;
  margin-bottom: 2rem;
}

/* block4 */
.block4 {
  margin-bottom: 10rem;
}

/* block5 */
.block5 {
  margin-bottom: 4rem;
}

.block5_img img {
  margin-bottom: 4rem;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .block5_img img {
    margin-bottom: 2rem;
  }
}

.block5_txt h3 {
  font-weight: 600;
  font-size: 160%;
  margin-bottom: 2rem;
}

.num2 {
  font-family: "Open Sans", serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 60%;
  display: block;
  padding: 1rem 0 2rem;
}

@media screen and (max-width: 767px) {
  .num2 {
    padding: 1rem 0 2rem;
  }
}

/* block line */
.block_line {
  border: 1px solid #111;
  margin-bottom: 4rem;
}

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

.block_line_img {
  border-bottom: 1px solid #111;
}

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

.block_line_txt {
  padding: 6rem;
}

@media screen and (max-width: 767px) {
  .block_line_txt {
    padding: 3rem;
  }
}

/* block cta */
.block_cta {
  background: #111;
  color: #fff;
  padding: 14rem 6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .block_cta {
    padding: 6rem 3rem;
  }
}

.block_cta h2 {
  font-weight: 600;
  font-size: 220%;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .block_cta h2 {
    font-size: 160%;
  }
}

.block_cta p {
  margin-bottom: 4rem;
}

/* ==========================================
  swiper
   ======================================= */
.swiper-slide img {
  width: 100%;
  height: auto;
  /* 縦横比を保つ */
  object-fit: contain;
  /* 必要に応じて: contain or cover */
}

.swiper_ss [class^="swiper-button-"] {
  color: #111;
}

.swiper_ss .swiper-pagination-bullet {
  background-color: #111;
}

/* ==========================================
   ページタイトル
   ======================================= */
.page-title {
  padding: 20rem 0rem;
}

@media screen and (max-width: 767px) {
  .page-title {
    padding: 10rem 1rem;
  }
}

.page-title h1 {
  font-family: "Open Sans", serif;
  font-weight: 700;
  font-size: 600%;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .page-title h1 {
    font-size: 400%;
    line-height: 1.1;
  }
}

.page-title h1:after {
  content: attr(data-title);
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 40%;
}

@media screen and (max-width: 767px) {
  .page-title h1:after {
    margin-top: 2rem;
  }
}

.page-title2 {
  margin-top: -2rem;
  padding: 0rem 0rem 4rem;
}

@media screen and (max-width: 767px) {
  .page-title2 {
    padding: 0rem 1rem 4rem;
  }
}

/* ==========================================
   アンカーリンク
   ======================================= */
.ul_anker {
  margin-top: 12rem;
}

@media screen and (max-width: 767px) {
  .ul_anker {
    margin-top: 6rem;
    display: none;
  }
}

.ul_anker li {
  list-style: none;
  display: inline-block;
  margin-right: 3rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .ul_anker li {
    display: block;
  }
}

.ul_anker li a {
  color: #111;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.ul_anker li a:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #111;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.ul_anker li a:hover::after {
  width: 100%;
  left: 0;
  transform: translateX(0);
}

.ul_anker li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0ab";
  padding-left: 1rem;
}

.sp_nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_nav {
    display: block;
    margin-top: 6rem;
  }
}

.accordion {
  border: 1px solid #111;
  border-radius: 0;
  overflow: hidden;
  transition: .2s;
}

.accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 12px;
  background-color: #fff;
  border-bottom: 1px solid #111;
  font-weight: bold;
  /* ブラウザにより表示されるデフォルトのマーカーを非表示 */
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion-content {
  padding: 10px;
}

.accordion-content a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #111;
}

.accordion-content a:last-child {
  border-bottom: none;
}

/* ==========================================
   リード
   ======================================= */
.sec_lead {
  min-height: 120rem;
  color: #fff;
  padding: 30rem 4rem;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .sec_lead {
    padding: 15rem 1rem;
    min-height: 60rem;
  }
}

.sec_lead_inner {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .sec_lead_inner {
    width: 100%;
  }
}

.sec_lead_inner .sec_lead_h {
  font-family: "Open Sans", serif;
  font-weight: 700;
  font-size: 280%;
}

.sec_lead_inner .sec_lead_h:after {
  content: attr(data-title);
  margin: 3rem 0;
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 60%;
}

.sec_lead_about {
  background-image: url("../images/lead_about.jpg");
}

.sec_lead_cs2 {
  background-image: url("../images/lead_cs2.jpg");
}

.sec_lead_system {
  background-image: url("../images/lead_system.jpg");
}

.sec_lead_seiden {
  background-image: url("../images/lead_seiden.jpg");
}

.sec_lead_company {
  background-image: url("../images/lead_company.jpg");
}

.sec_lead_recruit {
  background-image: url("../images/lead_recruit.jpg");
  background-position: center;
}

/* ==========================================
   トップページ
   ======================================= */
/* KV */
.kv {
  padding: 4rem 0rem;
}

@media screen and (max-width: 767px) {
  .kv {
    padding: 4rem 1rem;
  }
}

.kv_copy {
  margin-bottom: 10rem;
}

.kv_copy img {
  width: 60%;
  height: auto;
}

@media screen and (max-width: 1199px) {
  .kv_copy img {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .kv_copy img {
    width: 100%;
  }
}

.kv_address {
  font-family: "Open Sans", serif;
  font-weight: 600;
  font-size: 1.4rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 991px) {
  .kv_address {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .kv_address {
    font-size: 1.2rem;
  }
}

/* anniversary */
.sec_anniversary {
  text-align: center;
}

.sec_anniversary_title {
  font-family: "Open Sans", serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 300%;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .sec_anniversary_title {
    font-size: 200%;
    margin-bottom: 2rem;
  }
}

.sec_anniversary_eng {
  font-family: "Open Sans", serif;
  font-weight: 600;
  text-transform: uppercase;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .sec_anniversary_eng {
    width: 80%;
    margin-bottom: 2rem;
  }
}

/* service */
.block_service_wrapper {
  border-bottom: 1px solid #fff;
}

.block_service {
  display: flex;
  /* 横並びにする */
  align-items: stretch;
  /* 子要素の高さをそろえる(必要に応じて) */
  border-top: 1px solid #fff;
  min-height: 600px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .block_service {
    flex-direction: column;
    /* 縦方向に積む */
    min-height: auto;
    /* 600px の固定をなくしたい場合 */
    height: auto;
  }
}

.block_service_txt,
.block_service_img {
  width: 50%;
  /* 幅を半分ずつにする */
  box-sizing: border-box;
  /* パディングやボーダーを含めた幅計算 */
}

@media screen and (max-width: 767px) {
  .block_service_txt,
  .block_service_img {
    width: 100%;
    /* スマホでは全幅 */
    min-height: auto;
  }
}

/* テキストを縦中央に揃える */
.block_service_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* 縦方向の中央寄せ */
  padding: 2rem 3rem;
}

@media screen and (max-width: 767px) {
  .block_service_txt {
    padding: 2rem 2rem 6rem;
    order: 2;
  }
}

.block_service_txt h3 {
  font-family: "Open Sans", serif;
  font-weight: 700;
  font-size: 160%;
}

.block_service_txt p {
  margin-bottom: 3rem;
}

.block_service_img {
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .block_service_img {
    order: 1;
    height: 300px;
  }
}

/*=========
accordion
=========*/
/*アコーディオン全体*/
.accordion-area-wrapper {
  border-top: 1px solid #111;
}

.accordion-area {
  list-style: none;
  margin: 0 auto;
}

.accordion-area li {
  border-bottom: 1px solid #111;
}

.accordion-inner {
  padding: 6rem 2rem 6rem 2rem;
}

@media screen and (max-width: 991px) {
  .accordion-inner {
    padding: 4rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  .accordion-inner {
    padding: 2rem 2rem;
  }
}

/*アコーディオンタイトル*/
.accordion-area {
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}

.accordion-area .title {
  padding-right: 5rem;
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: 600;
  font-size: 120%;
  line-height: 1.6;
  font-family: "Noto Sans JP", serif;
  transition: all .2s ease;
}

.accordion-area .title::before,
.accordion-area .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #111;
}

@media screen and (max-width: 767px) {
  .accordion-area .title::before,
  .accordion-area .title::after {
    width: 10px;
    height: 2px;
  }
}

.accordion-area .title::before {
  top: 2rem;
  right: 15px;
  transform: rotate(0deg);
  transition: .2s;
}

@media screen and (max-width: 991px) {
  .accordion-area .title::before {
    top: 1.6rem;
    right: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .accordion-area .title::before {
    top: 1.5rem;
    right: 1rem;
  }
}

.accordion-area .title::after {
  top: 2rem;
  right: 15px;
  transform: rotate(90deg);
  transition: .2s;
}

@media screen and (max-width: 991px) {
  .accordion-area .title::after {
    top: 1.6rem;
    right: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .accordion-area .title::after {
    top: 1.5rem;
    right: 1rem;
  }
}

.accordion-area .title.close::before {
  transform: rotate(45deg);
}

.accordion-area .title.close::after {
  transform: rotate(-45deg);
}

.accordion-area .box {
  display: none;
  /*はじめは非表示*/
  padding: 3rem 0 0 0;
}

@media screen and (max-width: 991px) {
  .accordion-area .box {
    padding: 2rem 0 0 0;
  }
}

/* ==========================================
   お知らせ
   ======================================= */
.info_wrapper {
  border-bottom: 1px solid #111;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .info_wrapper {
    border-bottom: 1px solid #111;
    margin-bottom: 3rem;
  }
}

.info_link {
  color: #111;
  text-decoration: none;
}

.info_link:hover dl {
  background: #111;
  color: #fff;
}

.info_link dl {
  transition: .2s;
  padding: 6rem 2rem 5rem;
  border-top: 1px solid #111;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .info_link dl {
    padding: 3rem 1rem 2rem;
    border-top: 1px solid #111;
  }
}

.info_link dt {
  font-size: 70%;
  margin-bottom: 1rem;
}

.info_link dd {
  font-size: 120%;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .info_link dd {
    font-size: 120%;
  }
}

.contents_eyecatch {
  overflow: hidden;
  margin-bottom: 3rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contents_eyecatch {
    margin-bottom: 2rem;
  }
}

.contents_eyecatch img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  margin: 0 !important;
}

.contents_info {
  margin-bottom: 4rem;
}

.contents_info h3 {
  color: #111;
  position: relative;
  font-weight: bold;
  font-size: 120%;
  padding-left: 1.6rem;
  margin: 1rem 0 2rem;
}

.contents_info h3:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 4px;
  height: -webkit-calc(100% - 1em);
  height: 100%;
  background-color: #111;
}

.contents_info h1, .contents_info h2 {
  color: #111;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 2rem;
  margin-top: 4rem;
}

.contents_info h3 {
  color: #111;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 2rem;
}

.contents_info h4 {
  color: #111;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 2rem;
}

.contents_info p {
  margin-bottom: 2rem;
}

.contents_info ul {
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}

.contents_info ol {
  padding-left: 3.5rem;
  margin-bottom: 2rem;
}

.contents_info table {
  margin-bottom: 2rem;
  width: 100%;
  font-size: 14px;
  border: 1px solid #111;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contents_info table {
    font-size: 11px;
  }
}

.contents_info table th, .contents_info table td {
  padding: 2rem;
  border: 1px solid #111;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .contents_info table th, .contents_info table td {
    padding: 1rem;
  }
}

.contents_info table th {
  background: #111;
  color: #fff;
}

.contents_info blockquote {
  margin-bottom: 2rem;
  background: #fff;
  padding: 2rem 2rem .2rem;
}

.contents_info img {
  max-width: 80%;
  min-width: 150px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  .contents_info img {
    max-width: 100%;
    min-width: 100px;
  }
}

.youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 3rem;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

/*  ページネーション */
.new-pagenation {
  width: 100%;
  margin: 1rem auto 4rem auto;
  clear: both;
  text-align: center;
}

.new-pagenation a, .new-pagenation span {
  color: #111;
  border: solid 1px #111;
  padding: 8px 15px;
  margin: 0 2px 1rem 2px;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .new-pagenation a, .new-pagenation span {
    font-size: 1.2rem;
    padding: 6px 12px;
    border: solid 1px #111;
  }
}

.new-pagenation a:hover {
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.new-pagenation span.current {
  color: #fff;
  background-color: #111;
  border-color: #111;
  font-weight: bold;
}

/* ==========================================
   会社案内
   ======================================= */
/* Google Mapを囲う要素 */
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================
   404
   ======================================= */
.block_error {
  padding: 4rem 4rem 10rem;
  text-align: center;
}

.block_error .error_1 {
  font-family: "Open Sans", serif;
  font-weight: 700;
  font-size: 38rem;
  line-height: .8;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .block_error .error_1 {
    font-size: 30rem;
  }
}

@media screen and (max-width: 767px) {
  .block_error .error_1 {
    font-size: 20rem;
  }
}

.block_error .error_2 {
  margin: 0;
  font-family: "Open Sans", serif;
  font-weight: 700;
  font-size: 7rem;
}

@media screen and (max-width: 991px) {
  .block_error .error_2 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .block_error .error_2 {
    font-size: 4rem;
  }
}

.block_error .error_3 {
  margin-bottom: 4rem;
}

/* layout */
/* ==========================================================================
   header
   ========================================================================== */
.site-header {
  padding: 4rem 0;
}

@media screen and (max-width: 767px) {
  .site-header {
    padding: 2rem 0rem;
  }
}

.site-header .brand img {
  width: 290px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .site-header .brand img {
    width: 220px;
  }
}

.site-header__wrapper {
  border-bottom: 2px solid #111;
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .site-header__wrapper {
    padding-bottom: 2rem;
  }
}

.gnav {
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  .gnav {
    display: none;
  }
}

.gnav > .gnav_ul {
  display: flex;
  margin-bottom: 0;
}

.gnav > .gnav_ul > li {
  position: relative;
  list-style-type: none;
  padding-right: 2rem;
}

@media screen and (max-width: 1399px) {
  .gnav > .gnav_ul > li {
    padding-right: 1.4rem;
  }
}

.gnav > .gnav_ul > li:last-child {
  padding-right: 0;
}

.gnav > .gnav_ul > li > a {
  font-family: "Open Sans", serif;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  font-size: 1.4rem;
  position: relative;
}

@media screen and (max-width: 1399px) {
  .gnav > .gnav_ul > li > a {
    font-size: 1.3rem;
  }
}

.gnav > .gnav_ul > li > a:hover {
  color: #111;
}

.gnav > .gnav_ul > li > a:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #111;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.gnav > .gnav_ul > li > a:hover::after {
  transform: scale(1, 1);
}

.dropdown__lists {
  display: none;
  position: absolute;
  top: 20px;
  left: 0px;
  list-style: none;
  padding: 1.4rem 0 0 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gnav li:hover > .dropdown__lists {
  display: block;
  opacity: 1;
  visibility: visible;
}

.dropdown__lists li {
  width: 300px;
}

.dropdown__lists li a {
  font-family: "Open Sans", serif !important;
  font-weight: 600;
  color: #fff;
  border: 2px solid #111;
  background: #111;
  font-size: 80%;
  text-decoration: none;
  display: block;
  padding: 2rem 1rem;
  transition: .3s;
}

.dropdown__lists li a:hover {
  background: #fff;
  color: #111;
}

/*----------breadcrumb ----------*/
.breadcrumb {
  padding: 1.8rem 0 0 0;
  font-size: 1.4rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 1rem 0 0 0;
    font-size: 1.2rem;
  }
}

.breadcrumb a {
  text-decoration: none;
  color: #111;
  transition: .2s;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   footer
   ========================================================================== */
#site-footer {
  padding: 20rem 0 0;
  width: 100%;
  background: #111;
  color: #fff;
  font-family: "Open Sans", serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 70%;
}

@media screen and (max-width: 767px) {
  #site-footer {
    padding: 10rem 1rem 0rem;
  }
}

.site-footer_main {
  position: relative;
  border-bottom: 2px solid #fff;
  padding-bottom: 20rem;
}

@media screen and (max-width: 767px) {
  .site-footer_main {
    padding-bottom: 10rem;
  }
}

.site-footer_mb {
  margin-bottom: 3rem;
}

.site-footer_brand img {
  width: 215px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .site-footer_brand img {
    width: 145px;
  }
}

.site-footer_block .tel {
  color: #fff;
}

.site-footer_title {
  margin-bottom: 1rem;
  display: block;
}

.footer_btn {
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-family: "Open Sans", serif;
  font-weight: 700;
  font-size: 100%;
  padding: 1rem 3rem;
  transition: .2s;
  display: block;
}

.footer_btn i {
  font-weight: 400;
}

.footer_btn:hover {
  background: #fff;
  color: #111;
}

.btn_yoko {
  list-style: none;
}

.btn_yoko li {
  margin-bottom: 1rem;
  display: inline-block;
  padding-right: 1rem;
}

@media screen and (max-width: 767px) {
  .btn_yoko li {
    display: block;
    padding: 0;
  }
}

.site-footer_nav ul {
  list-style: none;
}

.site-footer_nav ul li {
  margin-bottom: 1rem;
  font-weight: 600;
}

.site-footer_nav ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.site-footer_nav ul li a:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.site-footer_nav ul li a:hover::after {
  transform: scale(1, 1);
}

.site-footer_copyright {
  padding: 10rem 0;
}

@media screen and (max-width: 991px) {
  .site-footer_copyright {
    padding: 4rem 0;
  }
}

@media screen and (max-width: 767px) {
  .site-footer_copyright {
    padding: 2rem 0;
  }
}

.site-footer_copyright small {
  margin: 0;
  font-family: "Open Sans", serif;
  font-size: 80%;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .site-footer_copyright small {
    font-size: 60%;
  }
}

/* ==========================================================================
   page top
   ========================================================================== */
.page-top {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #111;
  display: block;
  text-align: center;
  background: #111;
  color: #fff;
  text-align: center;
  padding: 2rem;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .page-top {
    padding: 1rem;
  }
}

.page-top:hover {
  cursor: pointer;
  cursor: hand;
  background: #fff;
  color: #111;
}

/* ==========================================
   オープニングアニメ（loading画面）部分
   ========================================== */
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  z-index: 99999;
  opacity: 1;
  transition: opacity 0.8s ease-out;
}

/* フェードアウト用クラス */
.loading.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* ローディング全体を画面いっぱいに使い、flexで中央揃え */
.loading-animation {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* ▼ ここで上下中央にしておきつつ、あとでロゴを少し上へ調整 ▼ */
  position: relative;
  gap: 20px;
}

/* ロゴを下からフェードインする準備として非表示状態に */
.loading-animation_top,
.loading-animation_bottom {
  opacity: 0;
  position: relative;
  top: 40px;
  /* 下から40px上がるイメージ */
}

/* ロゴ画像 */
.loading-logo {
  width: 200px;
  height: auto;
}

/* 
   ▼▼ 中央から少し上に寄せる方法 ▼▼
   今回は「loading-animation」を上下中央にしているので、
   さらにロゴ全体をやや上にずらす。例: transform: translateY(-10%);
*/
.loading-animation {
  transform: translateY(-10%);
}

/* module */
/* ==========================================
   ブログ、技術情報
   ======================================= */
.page_article3 {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .page_article3 {
    width: 100%;
  }
}

.blog_list_cat {
  font-size: 200%;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .blog_list_cat {
    font-size: 160%;
  }
}

.blog_list_wrapper {
  margin-bottom: 5rem;
}

@media screen and (max-width: 991px) {
  .blog_list_wrapper {
    margin-bottom: 3rem;
  }
}

.blog_list_item {
  font-family: "Noto Sans JP", serif;
  position: relative;
  transition: .2s;
}

.blog_list_item:hover {
  opacity: .6;
}

.blog_list_item_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog_list_img {
  width: 100%;
  padding-top: 60%;
  background-position: center center;
  background-size: cover;
}

.blog_list_detail {
  font-size: 70%;
}

.blog_cat a {
  line-height: 1;
  color: #111;
  text-decoration: none;
  transition: .2s;
}

.blog_cat a:hover {
  text-decoration: underline;
}

.blog_list_txt {
  padding: 2rem 0;
}

@media screen and (max-width: 767px) {
  .blog_list_txt {
    padding: 1rem 0 2rem 0;
  }
}

.blog_list_txt h3 {
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* カテゴリー、タグ*/
.block_cat {
  margin-top: 10rem;
}

.block_cat_title {
  font-family: "Open Sans", serif;
  font-weight: 700;
}

.block_cat_list {
  list-style: none;
  margin-bottom: 3rem;
  font-size: 80%;
}

.block_cat_list li {
  display: inline-block;
  padding-right: 2rem;
}

.block_cat_list li a {
  color: #111;
  text-decoration: none;
  transition: .2s;
}

.block_cat_list li a:hover {
  text-decoration: underline;
}

.block_cat_tag li a:before {
  content: "#";
}

/* ==========================================================================
   記事
   ========================================================================== */
#toc_container {
  margin-bottom: 4rem !important;
  padding: 4rem !important;
}

@media screen and (max-width: 767px) {
  #toc_container {
    padding: 2rem !important;
  }
}

.article_header {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .article_header {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}

.article_header_title {
  color: #111;
  font-family: "Noto Sans JP", serif;
  font-size: 240%;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .article_header_title {
    font-size: 160%;
    line-height: 1.2;
  }
}

.article_header_meta {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.article_header_date {
  font-family: "Noto Sans JP", serif;
  display: inline-block;
  font-size: 80%;
  color: #111;
  margin-right: 1rem;
}

.article_eyecatch {
  width: 100%;
  padding-top: 60%;
  background-position: center center;
  background-size: cover;
  margin-bottom: 2rem;
}

.article_contents {
  overflow-wrap: break-word;
  /* <code> タグの基本スタイル */
  /* <pre> タグの修正版スタイル */
  /* <pre><code> 組み合わせ時のスタイル調整 */
  /* シンタックスハイライト風スタイル */
  /* キーワード（ブルー） */
  /* 文字列（グリーン） */
  /* コメント（淡いグレー） */
}

.article_contents h1, .article_contents h2 {
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  color: #111;
  margin: 8rem 0 2rem;
  font-size: 200%;
  padding-bottom: .4rem;
}

@media screen and (max-width: 767px) {
  .article_contents h1, .article_contents h2 {
    font-size: 160%;
  }
}

.article_contents h1:before, .article_contents h2:before {
  content: "- ";
}

.article_contents h3 {
  font-weight: bold;
  color: #111;
  margin: 4rem 0 2rem;
  font-size: 140%;
}

@media screen and (max-width: 991px) {
  .article_contents h3 {
    margin-bottom: 1rem;
  }
}

.article_contents h4 {
  font-weight: bold;
  color: #111;
  margin-bottom: 2rem;
  font-size: 120%;
}

.article_contents h5, .article_contents h6 {
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 100%;
}

.article_contents p {
  margin-bottom: 3rem;
}

.article_contents ol, .article_contents ul {
  padding-left: 1.5em;
  margin-bottom: 2rem;
}

.article_contents table {
  border-collapse: separate;
  margin-bottom: 1rem;
}

.article_contents table thead td, .article_contents table thead th {
  padding: 1rem;
  background: #111;
  color: #fff;
  font-weight: bold;
  border: 1px solid #ccc;
}

.article_contents table tbody th {
  padding: 1rem;
  background: #111;
  color: #fff;
  font-weight: bold;
  border: 1px solid #ccc;
}

.article_contents table tbody td {
  padding: 1rem;
  background: #fff;
  border: 1px solid #ccc;
}

.article_contents blockquote {
  background: #fff;
  border: #eee solid 2px;
  padding: 2rem;
}

@media screen and (max-width: 991px) {
  .article_contents blockquote {
    padding: 1rem;
  }
}

.article_contents img {
  max-width: 100%;
  min-width: 250px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  .article_contents img {
    max-width: 100%;
    min-width: 100px;
  }
}

.article_contents code {
  background-color: #f4f4f4;
  /* 背景色 */
  color: #2d2d2d;
  /* 文字色 */
  font-family: 'Courier New', Courier, monospace;
  /* 等幅フォント */
  padding: 2px 4px;
  /* 内側の余白 */
  border: 1px solid #ddd;
  /* 枠線 */
  border-radius: 4px;
  /* 角丸 */
  font-size: 0.9em;
  /* 少し小さく */
}

.article_contents pre {
  background-color: #2e3440;
  /* 背景色（ダークグレー/ブルートーン） */
  color: #d8dee9;
  /* 明るい文字色（視認性を確保） */
  font-family: 'Courier New', Courier, monospace;
  /* 等幅フォント */
  padding: 15px;
  /* 内側の余白 */
  border-radius: 5px;
  /* 角丸 */
  overflow: auto;
  /* スクロール対応 */
  white-space: pre-wrap;
  /* 長いコードを折り返し */
  font-size: 0.9em;
  /* フォントサイズ */
  line-height: 1.5;
  /* 行間を少し広げる */
  margin-bottom: 4rem;
}

.article_contents pre code {
  display: block;
  /* ブロック要素化 */
  padding: 0;
  /* 余白をリセット */
  border: none;
  /* 枠線なし */
  background: none;
  /* 背景リセット */
  color: inherit;
  /* 親要素の文字色を継承 */
}

.article_contents code .keyword {
  color: #81a1c1;
  font-weight: bold;
}

.article_contents code .string {
  color: #a3be8c;
}

.article_contents code .comment {
  color: #616e88;
  font-style: italic;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

iframe.wp-embedded-content {
  width: 100%;
  max-width: 500px;
}

.case_contents {
  overflow-wrap: break-word;
}

.case_contents h1, .case_contents h2 {
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  color: #111;
  margin: 8rem 0 2rem;
  font-size: 200%;
  padding-bottom: .4rem;
}

@media screen and (max-width: 767px) {
  .case_contents h1, .case_contents h2 {
    font-size: 160%;
  }
}

.case_contents h1:before, .case_contents h2:before {
  content: "- ";
}

.case_contents h3 {
  font-weight: bold;
  color: #111;
  margin: 4rem 0 2rem;
  font-size: 140%;
}

@media screen and (max-width: 991px) {
  .case_contents h3 {
    margin-bottom: 1rem;
  }
}

.case_contents h4 {
  font-weight: bold;
  color: #111;
  margin-bottom: 2rem;
  font-size: 120%;
}

.case_contents h5, .case_contents h6 {
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 100%;
}

.case_contents p {
  margin-bottom: 3rem;
}

.case_contents ol, .case_contents ul {
  padding-left: 1.5em;
  margin-bottom: 2rem;
}

.case_contents img {
  max-width: 100%;
  min-width: 250px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  .case_contents img {
    max-width: 100%;
    min-width: 100px;
  }
}

/* ==========================================================================
   記事ナビ
   ========================================================================== */
.article_nav {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  margin-top: 10rem;
}

.article_nav a {
  color: #111;
  font-family: "Open Sans", serif;
  font-size: 80%;
  font-weight: 600;
  text-decoration: none;
  transition: .2s;
  padding: 2rem 2rem;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article_nav a:hover {
  background: #111;
  color: #fff;
}

.article_nav_list {
  text-align: center;
}

.article_nav_next {
  text-align: right;
}

/* ==========================================================================
   button
   ========================================================================== */
.btn1 {
  border: 1px solid #111;
  border-radius: 100px;
  color: #111;
  text-decoration: none;
  font-family: "Open Sans", serif;
  font-weight: 700;
  font-size: 70%;
  padding: 1.6rem 3rem;
  transition: .2s;
}

.btn1 span {
  margin-left: 1.6rem;
}

.btn1:hover {
  background: #111;
  color: #fff;
}

.btn1_wh {
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-family: "Open Sans", serif;
  font-weight: 700;
  font-size: 70%;
  padding: 1.6rem 3rem;
  transition: .2s;
}

.btn1_wh span {
  margin-left: 1.6rem;
}

.btn1_wh:hover {
  background: #fff;
  color: #111;
}

.btn2 {
  display: block;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-family: "Open Sans", serif;
  font-weight: 700;
  font-size: 140%;
  padding: 1rem 3rem;
  width: 400px;
  transition: .2s;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .btn2 {
    font-size: 120%;
    width: 200px;
    padding: .6rem 3rem;
  }
}

.btn2:hover {
  background: #fff;
  color: #111;
}

.btn2_blk {
  display: block;
  border: 1px solid #111;
  border-radius: 100px;
  color: #111;
  text-decoration: none;
  font-family: "Open Sans", serif;
  font-weight: 700;
  font-size: 120%;
  padding: 1rem 3rem;
  width: 400px;
  transition: .2s;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .btn2_blk {
    width: 200px;
  }
}

.btn2_blk:hover {
  background: #111;
  color: #fff;
}

/* ==========================================================================
   form
   ========================================================================== */
.form_wrapper {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .form_wrapper {
    margin-top: 3rem;
  }
}

.form-group {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 2rem;
  }
}

.form-group label {
  margin-bottom: 1rem;
  font-weight: 500;
}

.form-control, .form-select {
  height: inherit;
  font-size: 1em;
  padding: 14px;
  border: none;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .form-control, .form-select {
    padding: 12px 12px 10px;
  }
}

@media screen and (max-width: 575px) {
  .form-control, .form-select {
    padding: 10px 10px 8px;
  }
}

.form {
  text-align: left;
  /* Chrome, Safari */
  /* Firefox */
  /* Firefox 18以前 */
  /* IE */
  /* Edge */
}

.form textarea {
  border: 1px solid #111;
  height: 17em;
}

.form input, .form select {
  border: 1px solid #111;
}

.form input[type="submit"] {
  display: inline-block;
  border: 2px solid #111;
  background: #111;
  color: #fff;
  padding: 1.2rem 4rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 120%;
  transition: .2s;
  border-radius: 0px;
  width: 100%;
  font-family: "Open Sans", serif;
}

@media screen and (max-width: 767px) {
  .form input[type="submit"] {
    border: 1px solid #111;
  }
}

.form input[type="submit"]:hover {
  background: #fff;
  color: #111;
}

.form input::placeholder {
  color: #ccc !important;
}

.form ::-webkit-input-placeholder {
  color: #ccc !important;
}

.form ::-moz-placeholder {
  color: #ccc !important;
}

.form :-moz-placeholder {
  color: #ccc !important;
}

.form :-ms-input-placeholder {
  color: #ccc !important;
}

.form input::-ms-input-placeholder {
  color: #ccc !important;
}

input.wpcf7-form-control.wpcf7-submit {
  display: block;
  margin: 0 auto;
}

.p_required {
  color: #fff;
  background: #ff0000;
  border-radius: 100px;
  line-height: 1;
  padding: .4rem 1.2rem;
  font-size: 70%;
  font-weight: 700;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .p_required {
    padding: .2rem 1.2rem;
  }
}

.wpcf7-acceptance {
  display: block;
  margin: 2rem 0;
}

.wpcf7-submit:disabled {
  background-color: #ccc;
  border-color: #ccc;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.cp_ipselect {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 6px 0;
}

@media screen and (max-width: 767px) {
  .cp_ipselect {
    padding: 3px 0;
  }
}

.cp_ipselect select {
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #111;
  background: #ffffff;
  padding: 8px;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .cp_ipselect.cp_sl01 {
    padding: 12px 12px 10px;
  }
}

@media screen and (max-width: 575px) {
  .cp_ipselect.cp_sl01 {
    padding: 4px 10px 4px;
  }
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.6em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #111;
  pointer-events: none;
}

@media screen and (max-width: 1199px) {
  .cp_ipselect.cp_sl01::before {
    top: 1.6em;
  }
}

@media screen and (max-width: 575px) {
  .cp_ipselect.cp_sl01::before {
    top: 1.4em;
  }
}

.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 6px 8px;
  color: #111;
}

/********** エラーメッセージ**********/
.screen-reader-response {
  display: none;
}

.wpcf7-validation-errors {
  text-align: left;
  border: 4px solid #FF0000;
  background: #fff;
  padding: 1rem 2rem 1rem;
  color: #FF0000;
}

.wpcf7-not-valid-tip {
  color: #FF0000;
  font-weight: bold;
}

.wpcf7 .wpcf7-not-valid {
  background: #F2DEDE;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
  color: #FF0000;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

.thank_wrapper {
  text-align: center;
  padding: 4rem 0  6rem;
}

.thank_wrapper h3 {
  color: #000;
  font-weight: 900;
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 2rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

.privacy {
  border: 1px solid #111;
  font-size: 1.2rem;
  height: 17em;
  background: #fff;
  padding: 2rem;
  margin: 2rem 0 4rem 0;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .privacy {
    padding: 2rem 1rem;
  }
}

.privacy p {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .privacy p {
    font-size: 1rem;
  }
}

.privacy h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .privacy h2 {
    font-size: 1.2rem;
  }
}

.privacy h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .privacy h3 {
    font-size: 1.2rem;
  }
}

.privacy h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .privacy h4 {
    font-size: 1.0rem;
  }
}

.privacy ul, .privacy ol {
  padding-left: 2.5rem;
}

.privacy li {
  font-size: 1.2rem;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .privacy li {
    font-size: 1rem;
  }
}

/* ==========================================================================
   heading
   ========================================================================== */
.heading1 {
  font-family: "Open Sans", serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 300%;
  display: block;
  margin-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .heading1 {
    margin-bottom: 6rem;
  }
}

.heading1:after {
  content: attr(data-title);
  font-family: "Noto Sans JP", serif;
  display: block;
  font-size: 30%;
  margin-top: 1vw;
}

.heading2 {
  font-size: 200%;
  font-weight: 700;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .heading2 {
    margin-bottom: 3rem;
  }
}

.heading3 {
  font-size: 130%;
  font-weight: 700;
  margin-bottom: 3rem;
}

.heading4 {
  font-size: 110%;
  font-weight: 700;
  margin-bottom: 1rem;
}

.heading4:before {
  content: "- ";
}

/* ==========================================================================
   icon
   ========================================================================== */
/* ==========================================================================
   media
   ========================================================================== */
.hamburger {
  display: none;
  border-radius: 0px;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 36px;
  right: 30px;
  z-index: 10000;
  padding: 17px 0 0 13px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

@media screen and (max-width: 1199px) {
  .hamburger {
    display: block;
    top: 32px;
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hamburger {
    top: 10px;
    right: 00px;
  }
}

.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #111;
  transition-property: background-color, transform;
  transition-duration: 0.4s;
}

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}

.hamburger__icon:before {
  top: -7px;
}

.hamburger__icon:after {
  top: 7px;
}

.hamburger.active .hamburger__icon {
  background-color: transparent;
}

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}

.hamburger.active .hamburger__icon:before {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active .hamburger__icon:after {
  transform: translateY(-7px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  background: #111;
  transition-property: transform;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /* 先ほどの設定に追加 */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}

.fat-nav.active {
  transform: scale(1);
}

.fat-nav ul {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.fat-nav li {
  font-family: "Open Sans", serif;
  font-style: normal;
  font-weight: 700;
  list-style-type: none;
  text-align: left;
  padding: 0 10rem;
  font-size: 2.4rem;
  margin-bottom: .6rem;
}

@media screen and (max-width: 1199px) {
  .fat-nav li {
    padding: 0 3rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .fat-nav li {
    padding: 0 3rem;
    font-size: 1.4rem;
  }
}

.fat-nav li, .fat-nav li a {
  color: #fff;
}

.fat-nav li a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.fat-nav li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
}

.fat-nav li a:hover::after {
  transform: scale(1, 1);
}

/* ==========================================================================
   list
   ========================================================================== */
.ul_attention {
  list-style: none;
  font-size: 80%;
}

.ul_attention li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.ul_attention li:before {
  content: "※";
  margin-right: 0.35em;
}

.list1 {
  font-size: 80%;
  padding-left: 1.5em;
}

.list2 {
  padding-left: 1.5em;
}

.list3 {
  font-size: 100%;
  padding-left: 1.5em;
}

/* ==========================================================================
   table
   ========================================================================== */
.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: 100%;
  min-width: 400px;
  border-collapse: collapse;
}

.table1 {
  margin-bottom: 2rem;
  width: 100%;
  border-top: 1px solid #111;
}

.table1 tr {
  border-bottom: 1px solid #111;
}

.table1 td, .table1 th {
  padding: 6rem 2rem;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .table1 td, .table1 th {
    padding: 2rem 2rem;
  }
}

.table1 h3 {
  font-size: 100%;
  margin-bottom: 2rem;
}

.table1 h4 {
  font-size: 100%;
}

.table1 hr {
  margin: 5rem 0;
  background-color: #111;
}

.bg_blk {
  background: #111;
  color: #fff;
  border: 1px solid #fff !important;
}

.table1_blk {
  border-top: 1px solid #fff;
}

.table1_blk tr {
  border-bottom: 1px solid #fff;
}

.table1_blk td, .table1_blk th {
  vertical-align: text-top;
}

.bg_gray {
  background: #eee;
}

.td_em {
  width: 8em;
}

.width50 {
  width: 50%;
}

.table2 {
  margin: 6rem;
  width: 100%;
  border-top: 1px solid #111;
  text-align: center;
}

.table2 tr {
  border-bottom: 1px solid #111;
}

.table2 td, .table2 th {
  padding: 1rem 1rem;
}

.table3 {
  border-collapse: collapse;
  margin-bottom: 2rem;
  width: 100%;
  border-top: 1px solid #111;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .table3 {
    font-size: 80%;
  }
}

.table3 td, .table3 th {
  padding: 2rem 1rem;
  border: 1px solid #111;
}

@media screen and (max-width: 767px) {
  .table3 td, .table3 th {
    padding: 1rem 1rem;
  }
}

.table4 {
  margin-top: 6rem;
  margin-bottom: 2rem;
  width: 100%;
  border-top: 1px solid #111;
}

.table4 tr {
  border-bottom: 1px solid #111;
}

.table4 td, .table4 th {
  padding: 2rem 2rem;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .table4 td, .table4 th {
    padding: 1rem 2rem;
  }
}

.table4 th {
  width: 8em;
}

/* ==========================================================================
  dl
   ========================================================================== */
.dl1 dd {
  margin-bottom: 4rem;
}
/*# sourceMappingURL=master.css.map */