<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;600;700&amp;display=swap");

/*
Theme Name:九州インスペクションサービス
Description:非破壊検査なら九州インスペクションサービス | 大分県大分市の超音波・磁粉・浸透探傷試験
Theme URI:https://www.kis-7-7.co.jp/
Version: 1.0
License:九州インスペクションサービス
License URI:https://www.kis-7-7.co.jp/
*/

/****************************************

body設定(主に書式)

*****************************************/
body {
  background: #fff;
  min-width: 1200px;
  color: #333;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic",
    "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  main {
    flex: 1;
  }
}

/*******************************************

    フォント種類

*******************************************/

.poppins {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
th,
td,
dt,
dd,
p,
a,
span {
  list-style: none;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #111;
  /*下層の文字色はTOPの文章で統一*/
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  th,
  td,
  dt,
  dd,
  p,
  a,
  span {
    font-size: 1.4rem;
  }
}

/****************************************

リンク指定&amp;オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  text-decoration: none;
  transition: 0.3s linear;
}

a:hover,
a:active {
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

a:hover img.img_up {
  transform: translateY(-8px);
  transition: 0.3s linear;
}

a img.img_up {
  transition: 0.3s linear;
}

/****************************************

電話設定

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

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    text-decoration: none;
  }
}

/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  float: none;
  overflow: hidden;
}

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

@media print, screen and (min-width: 768px) {
  .tc {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .googleCalendar iframe {
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .googleCalendar iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

余白

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 強調 */
.bold {
  font-weight: 600;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .line_break {
    padding-top: 20px;
  }

  .mb30 {
    margin-bottom: 15px;
  }

  .mb40,
  .mb50 {
    margin-bottom: 30px;
  }

  .mb60,
  .mb70 {
    margin-bottom: 40px;
  }

  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }

  .sp_mb20 {
    margin-bottom: 20px;
  }
}

.common_mt50 {
  margin: 50px auto 0;
}

/****************************************

          サイズ

*****************************************/
@media print, screen and (min-width: 768px) {
  .w570 {
    width: 570px;
  }
}

/****************************************

img 画像

*****************************************/
.img1000 {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.img930 {
  max-width: 930px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .sp_auto {
    margin: auto;
  }
}

/****************************************

その他

*****************************************/
@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }

  .br-sp {
    display: none;
  }
}

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

  .br-pc {
    display: none;
  }
}

.align_center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .align_center {
    text-align: left;
  }
}

/****************************************

variable

*****************************************/
.red {
  color: #b20000;
}

.blue {
  color: #006cb8;
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/****************************************

content

*****************************************/

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

/* フレックス設定 */
.flex,
.flex_r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex {
  flex-wrap: wrap;
}

.flex_r {
  flex-direction: row-reverse;
}

.page_flex {
  display: flex;
  justify-content: space-between;
}

.page_flex_r {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .flex {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }

  .flex_r {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }

  .page_flex {
    flex-direction: column;
    align-items: center;
  }

  .page_flex_r {
    flex-direction: column;
    align-items: center;
  }
}

.common_article:not(:first-of-type) {
  margin-top: 80px;
}

.table01 {
  width: 100%;
}

.table01 th {
  width: 200px;
  background: #006cb8;
  border: 1px solid #ccc;
  font-weight: normal;
  padding: 11px 20px 10px;
  text-align: left;
  vertical-align: top;
  color: #fff;
}

.table01 td {
  width: 820px;
  border: 1px solid #ccc;
  padding: 11px 20px 10px;
  text-align: left;
  vertical-align: middle;
  background: #fff;
}

.table02 {
  width: 100%;
}

.table02 th {
  width: 200px;
  border: 1px solid #ccc;
  font-weight: normal;
  padding: 11px 20px 10px;
  text-align: left;
  vertical-align: top;
  color: #333;
}

.table02 th.head {
  background: #006cb8;
  color: #fff;
}

.table02 td {
  width: 820px;
  border: 1px solid #ccc;
  padding: 11px 20px 10px;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  color: #333;
}

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

  .table01 th,
  .table01 td {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
}

.common_section:not(:first-of-type) {
  margin-top: 50px;
}

.common220_btn {
  width: 220px;
  height: 50px;
  margin-top: 20px;
}

/****************************************

下層共通タイトル

*****************************************/
.headline {
  display: flex;
  flex-direction: column;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #111;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.headline span.en {
  color: #006cb8;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
}

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

  .headline span {
    font-size: 1.4rem;
  }
}

.subhead {
  position: relative;
  color: #111;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  font-weight: bold;
  padding: 5px 0 4px 29px;
}

.subhead::before {
  position: absolute;
  content: "";
  background: #006cb8;
  width: 8px;
  height: 45px;
  top: 0;
  left: 0;
}

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

  .subhead::before {
    height: 100%;
  }
}

.subhead02 {
  color: #006cb8;
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  border-bottom: solid 2px #aaa;
  position: relative;
}

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

.subhead02::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 2px #006cb8;
  bottom: -2px;
  width: 17.5438596491%;
}

/****************************************

下層

*****************************************/

.access_section {
  margin-top: 80px;
}

.blog_date {
  color: #666;
}

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

.blog__item:not(:first-of-type) {
  margin-top: 50px;
}

.blog__item__img {
  position: relative;
  width: 400px;
  height: 300px;
}

@media screen and (max-width: 767px) {
  .blog__item__img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}

.blog__item__txt {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .blog__item__txt {
    width: 100%;
    margin-top: 20px;
  }
}

.blog__item__btn {
  width: 220px;
  height: 60px;
  margin: auto 0 0 auto;
}

@media screen and (max-width: 767px) {
  .blog__item__btn {
    max-width: 220px;
    width: 100%;
    margin: 20px auto 0;
  }
}

.inspection_section {
  background: #eef1f2;
  padding: 60px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .inspection_section {
    padding: 30px;
  }
}

.inspection_section__ttl {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  color: #111;
}

@media screen and (max-width: 767px) {
  .inspection_section__ttl {
    font-size: 2rem;
    text-align: left;
  }
}

.inspection_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .inspection_list {
    gap: 20px 0;
  }
}

.inspection_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 425px;
  background: #fff;
  padding: 30px;
}

.inspection_item__img {
  margin-bottom: 20px;
}

.inspection_item__txt {
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

.inspection_section__txt {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  color: #111;
}

@media screen and (max-width: 767px) {
  .inspection_section__txt {
    font-size: 2rem;
    text-align: left;
  }
}

.inspection_section01 {
  margin-top: 80px;
}

.inspection_section02 {
  background: #eef8ff;
  margin-top: 60px;
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .inspection_section02 {
    padding: 30px;
  }
}

.inspection_section02__ttl {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  color: #111;
  font-weight: bold;
  margin-bottom: 30px;
}

.inspection_section02__box {
  max-width: 400px;
  width: 100%;
  background: #fff;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .inspection_section02__box {
    padding: 15px;
    margin-bottom: 20px;
  }
}

.inspection_section02__list li {
  position: relative;
  padding-left: 20px;
}

.inspection_section02__list li::before {
  position: absolute;
  content: "◆";
  color: #006cb8;
  left: 0;
}

.voice_item:not(:first-of-type) {
  margin-top: 50px;
}

.voice_item__img {
  position: relative;
  width: 110px;
  height: 110px;
}

.voice_item__img img {
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .voice_item__img {
    margin-top: 30px;
  }
}

.name {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 10px;
}

.voice_item__txt {
  position: relative;
  max-width: 866px;
  width: 100%;
  background: #eef8ff;
  border-radius: 10px;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .voice_item__txt {
    padding: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .voice_item__txt::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 16px solid #eef8ff;
    border-left: 0;
    left: -16px;
  }
}

@media screen and (max-width: 767px) {
  .voice_item__txt::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 16px solid #eef8ff;
    border-bottom: 0;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.flow_item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flow_item:not(:last-of-type) {
  padding-bottom: 60px;
  margin-bottom: 30px;
}

.flow_item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 30px solid #006cb8;
  border-bottom: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.flow_item__ttl {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #006cb8;
}

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

.flow_item__ttl span.time {
  display: inline-block;
  width: 100px;
  background: #006cb8;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .flow_item__ttl span.time {
    font-size: 1.6rem;
  }
}

.kis_img01 {
  max-width: 726px;
  width: 100%;
  margin-inline: auto;
}

.kis_section {
  margin-top: 80px;
}

.kis_section__inner {
  background: #eef8ff;
  margin-top: 60px;
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .kis_section__inner {
    padding: 30px;
  }
}

.kis_section__inner__ttl {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
  color: #111;
  margin-bottom: 20px;
}

.kis_section__inner__box {
  background: #fff;
  padding: 30px;
}

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

.kis_list li {
  position: relative;
  padding-left: 20px;
}

.kis_list li::before {
  position: absolute;
  content: "◆";
  color: #006cb8;
  left: 0;
}

.faq_item:not(:first-of-type) {
  margin-top: 50px;
}

.faq_item dt {
  position: relative;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  padding: 26px 40px;
}

@media screen and (max-width: 767px) {
  .faq_item dt {
    padding: 20px 10px 20px 40px;
    font-size: 1.8rem;
  }
}

.faq_item dt::before {
  position: absolute;
  content: "Q";
  color: #006cb8;
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  top: 14px;
  left: 0;
}

.faq_item dd {
  position: relative;
  padding: 26px 40px;
}

@media screen and (max-width: 767px) {
  .faq_item dd {
    position: relative;
    padding: 20px 10px 20px 40px;
  }
}

.faq_item dd::before {
  position: absolute;
  content: "A";
  color: #68c2ff;
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  top: 12px;
  left: 0;
}

.sitePolicy {
  background: #f5f5f5;
  padding: 30px;
  margin-top: 50px;
  margin-inline: auto;
  max-width: 940px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sitePolicy {
    padding: 20px;
  }
}

.sitePolicy dt {
  text-align: center;
  color: #006cb8;
  font-size: 1.4rem;
  font-weight: bold;
}

.sitePolicy dd {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sitePolicy dd {
    text-align: left;
  }
}

.tel {
  color: #006cb8;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.tel span {
  color: #006cb8;
  font-weight: bold;
  font-size: 1.6rem;
  margin-right: 5px;
}

.entry {
  background: #eef1f2;
  margin-bottom: 60px;
}

.entry_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 980px;
  width: 100%;
  margin-inline: auto;
  padding: 110px 20px;
}

@media screen and (max-width: 767px) {
  .entry_list {
    justify-content: center;
    padding: 60px 20px;
    gap: 30px 0;
  }
}

.entry_list__item {
  position: relative;
}

@media screen and (max-width: 767px) {
  .entry_list__item {
    width: 49%;
    margin-inline: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .entry_list__item:not(:last-child):after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 24px solid #006cb8;
    border-right: 0;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .entry_list__item:not(:last-child):after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid #006cb8;
    border-bottom: 0;
  }
}

.entry_list__item figcaption {
  text-align: center;
  color: #005fab;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.calendar {
  margin-bottom: 80px;
}

@media print, screen and (min-width: 768px) {
  .greeting {
    position: relative;
    background: url(images/greeting_img.jpg) no-repeat center top;
    min-height: 500px;
    height: auto;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .greeting {
    background: url(images/greeting_img.jpg) no-repeat center top;
    background-size: cover;
    height: auto;
    margin-bottom: 30px;
    padding: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .greeting__inner {
    position: absolute;
    left: 50px;
    top: 130px;
  }
}

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

.greeting_txt {
  font-size: 4.5rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #006cb8;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff,
    -2px -2px 10px #fff;
}

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

.philosophy {
  background: url(images/philosophy_img.jpg) no-repeat center top;
  background-size: cover;
  margin-top: 60px;
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .philosophy {
    padding: 30px;
  }
}

.philosophy_section:not(:first-of-type) {
  margin-top: 60px;
}

.philosophy_section__ttl {
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  text-shadow: 2px 2px 10px #00365e, -2px 2px 10px #00365e,
    2px -2px 10px #00365e, -2px -2px 10px #00365e;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

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

.philosophy_section__txt {
  color: #fff;
  text-shadow: 2px 2px 10px #00365e, -2px 2px 10px #00365e,
    2px -2px 10px #00365e, -2px -2px 10px #00365e;
}

.philosophy_list li {
  color: #fff;
  text-shadow: 2px 2px 10px #00365e, -2px 2px 10px #00365e,
    2px -2px 10px #00365e, -2px -2px 10px #00365e;
}

/****************************************

ボタン　共通

*****************************************/
a.btn {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  a.btn {
    font-size: 1.6rem;
    padding: 15px 10px;
  }
}

a.btn01:link,
a.btn01:visited {
  position: relative;
  background: #fff;
  border: 1px solid #005fab;
  letter-spacing: 0.05em;
  color: #005fab;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 25px;
}

a.btn01:hover,
a.btn01:active {
  transition: 0.3s;
  color: #fff;
  background: #005fab;
}

a.btn02:link,
a.btn02:visited {
  position: relative;
  border: 1px solid #005fab;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background: #005fab;
  border-radius: 25px;
}

a.btn02:hover,
a.btn02:active {
  transition: 0.3s;
  background: #0e73c4;
}

a.btn03:link,
a.btn03:visited {
  position: relative;
  border: 1px solid #005fab;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background: #005fab;
  border-radius: 30px;
}

a.btn03::after {
  position: absolute;
  content: "";
  background: url(images/btn03_arrow.png) no-repeat;
  width: 20px;
  height: 20px;
  right: 20px;
}

a.btn03:hover,
a.btn03:active {
  transition: 0.3s;
  background: #0e73c4;
}

a.btn04:link,
a.btn04:visited {
  border: 1px solid #005fab;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background: #005fab;
  border-radius: 15px;
}

a.btn04:hover,
a.btn04:active {
  transition: 0.3s;
  background: #0e73c4;
}

a.btn05:link,
a.btn05:visited {
  position: relative;
  border: 1px solid #005fab;
  background: #005fab;
  border-radius: 50px;
}

a.btn05 span {
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 40px;
}

a.btn05:hover,
a.btn05:active {
  transition: 0.3s;
  background: #0e73c4;
}

@media screen and (max-width: 767px) {
  a.btn05 span {
    font-size: 1.8rem;
  }
}

a.btn05 span::before {
  position: absolute;
  content: "";
  background: url(images/mail_icon.png) no-repeat;
  width: 30px;
  height: 24px;
  left: 0;
  top: 7px;
}

@media screen and (max-width: 767px) {
  a.btn05 span::before {
    width: 25px;
    height: 19px;
    background-size: contain;
  }
}

a.btn05::after {
  position: absolute;
  content: "";
  background: url(images/mail_btn_arrow.png) no-repeat;
  width: 30px;
  height: 30px;
  right: 30px;
}

@media screen and (max-width: 767px) {
  a.btn05::after {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right {
    display: none;
  }

  .header__inner {
    padding: 20px 10px;
  }

  .header_logo {
    width: 250px;
  }

  #toggle {
    position: fixed;
    /*bodyに対しての絶対位置指定です*/
    right: 10px;
    top: 15px;
    width: 40px;
    height: 40px;
    padding: 7px;
    background: #0b75cc;
    cursor: pointer;
    z-index: 9999;
    border: 1px solid #fff;
  }

  #toggle div {
    position: relative;
  }

  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }

  #toggle span:nth-child(1) {
    top: 0;
  }

  #toggle span:nth-child(2) {
    top: 11px;
  }

  #toggle span:nth-child(3) {
    top: 22px;
  }

  .open_navi #toggle span {
    background: #fff;
  }

  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }

  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }

  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }

  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }

  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: rgba(0, 121, 203, 0.9);
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }

  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }

  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }

  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }

  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgb(255, 255, 255) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }

  #sp_navi .menu .menu-item-140 {
    border-bottom: rgb(255, 255, 255) 1px solid;
  }

  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    color: #fff;
    display: block;
    padding: 15px 0 14px;
  }

  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }

  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }

  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }

  #sp_navi .sub-menu li a {
    display: block;
    padding: 10px 0;
    color: #fff;
    background: #005fab;
  }

  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }

  #sp_navi .sub-menu li a:hover {
    color: #fff;
    background: #005fab;
  }

  #sp_navi .menu-item-has-children {
    position: relative;
  }

  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }

  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}

/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}

#g_navi {
  width: 100%;
}

#g_navi .menu {
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 0 50px;
}

.header_btn_wrap {
  margin-left: 45px;
}

@media screen and (max-width: 1315px) {
  #g_navi .menu {
    gap: 0 20px;
  }

  .header_btn_wrap {
    margin-left: 20px;
  }
}

#g_navi .menu &gt; li {
  position: relative;
}

#g_navi .menu &gt; li span {
  color: #005fab;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-top: 5px;
}

#g_navi .menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  white-space: nowrap;
  transition: 0.3s;
}

#g_navi .menu li a:link,
#g_navi .menu li a:visited {
  color: #333;
}

#g_navi .menu li a:hover,
#g_navi .menu li a:active {
  color: #005fab;
  transition: 0.3s;
}

#g_navi .menu &gt; li span {
  display: block;
}

#g_navi .menu li ul {
  width: 170px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  display: block;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.6rem;
  font-weight: 400;
  background: #005fab;
  text-align: center;
  color: #fff !important;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #005fab !important;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 1;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu &gt; li &gt; a {
    padding: 0;
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }

  .menu &gt; li &gt; a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #005fab;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .menu &gt; li &gt; a:after {
    bottom: 0;
  }

  .menu &gt; li &gt; a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}

/****************************************

ヘッダー上部

*****************************************/

@media print, screen and (min-width: 768px) {
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 1.5625%;
  }

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

  .header_right {
    display: flex;
    align-items: center;
  }

  .header_btn_list {
    display: flex;
    gap: 0 20px;
  }

  .header_btn_list__item {
    width: 150px;
    height: 50px;
  }
}

/****************************************

メインビジュアル

*****************************************/

@media print, screen and (min-width: 768px) {
  .slider {
    width: 100%;
    position: relative;
  }

  .slider__img {
    position: relative;
    width: 1920px;
    left: calc(50% - 960px);
  }

  .catchCopy {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

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

  .slider__img {
    position: relative;
    width: 150%;
    left: -25%;
  }

  .catchCopy {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/****************************************

メインビジュアル 下層

*****************************************/
@media print, screen and (min-width: 768px) {
  .mv {
    position: relative;
  }

  .mv__img {
    width: 1920px;
    position: relative;
    left: calc(50% - 960px);
  }
}

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

  .mv .mv__img img {
    position: relative;
    width: 200%;
    left: -50%;
  }
}

.page_cp {
  width: 590px;
  padding: 41px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-shadow: 2px 2px 0 #000;
}

@media screen and (max-width: 767px) {
  .page_cp {
    position: absolute;
    font-size: 2.4rem;
    padding-bottom: 25px;
    width: 60%;
    padding: 20px 0;
    border-top: none;
    border-bottom: none;
  }
}

/****************************************

メイン共通

*****************************************/
main#top_main {
  width: 100%;
}

main#page_main {
  width: 100%;
}

.content {
  max-width: 1020px;
  width: 100%;
  margin-inline: auto;
}

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

/****************************************

breadcrumb

*****************************************/
.breadcrumb_area {
  width: 100%;
  max-width: 1020px;
  margin-inline: auto;
  padding: 20px 0 40px;
}

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

.breadcrumb {
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100%;
    padding: 10px 10px 40px;
  }
}

.breadcrumb p {
  text-align: right;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
}

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

.breadcrumb a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  font-family: "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic",
    "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 5px;
}

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

.breadcrumb a:link,
.breadcrumb a:visited {
  color: #000;
}

.breadcrumb a:hover,
.breadcrumb a:active {
  color: #000;
}

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

.breadcrumb a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/****************************************

レイアウト共通

*****************************************/

@media print, screen and (min-width: 768px) {
  .w670 {
    width: 670px;
  }

  .w570 {
    width: 570px;
  }

  .w450 {
    width: 450px;
  }
}

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

  .img400,
  .img360 {
    margin-bottom: 20px;
  }

  .img300 {
    max-width: 300px;
    width: 100%;
    margin: 20px auto 0;
  }
}

/****************************************

gmap マップ　

*****************************************/
iframe {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .access_map {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
  }

  .access_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/****************************************

footer 共通

*****************************************/
.footer {
  background: #005fab;
}

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}

/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  .pc_footer {
    display: none;
  }

  .footer {
    padding-bottom: 90px;
  }

  .sp_footer {
    padding: 30px 10px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
  }

  .footer_tel {
    color: #fff;
    font-size: 1.4rem;
  }

  .copyright {
    text-align: center;
    color: #fff;
  }

  .sp_footer__btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 9999;
  }

  .sp_footer__btn ul {
    display: flex;
    height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .sp_footer__btn ul li {
    position: relative;
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
  }

  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    background: #0b75cc;
    text-decoration: none;
  }

  .sp_footer__btn ul li:last-child a {
    background: #0b75cc;
  }

  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 32px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
  }

  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 12px);
    top: 0;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .sp_tel::after {
    background-image: url(images/sp_tel.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }

  .sp_mail::after {
    background-image: url(images/sp_mail.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }

  .sp_pagetop::after {
    background-image: url(images/sp_pagetop.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
}

/****************************************

pc_footer

*****************************************/

@media print, screen and (min-width: 768px) {
  .sp_footer,
  .sp_footer__btn {
    display: none;
  }

  .pc_footer__inner {
    display: flex;
    justify-content: space-between;
    width: 1020px;
    margin-inline: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px 0;
  }

  a.pagetop_btn:link,
  a.pagetop_btn:visited {
    border-radius: 50%;
    border: 1px solid #fff;
    width: 70px;
    height: 70px;
    background: #005fab;
  }

  a.pagetop_btn:hover,
  a.pagetop_btn:active {
    background: #0e73c4;
  }

  .footer_left {
    width: 330px;
  }

  .footer_right {
    width: 690px;
  }

  .footer_logo {
    margin-bottom: 20px;
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.7));
  }

  .siteMap {
    display: flex;
    justify-content: flex-end;
    gap: 0 40px;
  }

  .siteMap__item li a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
  }

  .siteMap__item li a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }

  .siteMap__item li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .siteMap__item li {
    position: relative;
    padding-left: 30px;
  }

  .siteMap__item li::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 5px;
    height: 1px;
    left: 20px;
    top: 15px;
  }

  .siteMap__item li.cat {
    position: relative;
    font-size: 1.5rem;
    color: #fff;
    padding-left: 20px;
  }

  .siteMap__item li.cat::before {
    position: absolute;
    content: "";
    background: url(images/category_arrow.png) no-repeat;
    width: 6px;
    height: 11px;
    left: 0;
    top: 7px;
  }

  .siteMap__item02 li.cat {
    position: relative;
    font-size: 1.5rem;
    color: #fff;
    padding-left: 10px;
  }

  .siteMap__item02 li.cat::before {
    position: absolute;
    content: "";
    background: url(images/category_arrow.png) no-repeat;
    width: 6px;
    height: 11px;
    left: 0;
    top: 7px;
  }

  .siteMap__item li a {
    color: #fff;
    line-height: 1;
  }

  .siteMap__item li:not(:first-child) {
    margin-top: 4px;
  }

  .siteMap__item02 li:not(:first-child) {
    margin-top: 4px;
  }

  .siteMap__item02 li a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1.5rem;
    padding-left: 10px;
  }

  .siteMap__item02 li a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }

  .siteMap__item02 li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .footer__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1020px;
    width: 100%;
    margin-inline: auto;
  }

  .footer_tel {
    color: #fff;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 2rem;
    margin-top: 20px;
  }

  .footer_tel span {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    font-size: 1.6rem;
    margin-right: 10px;
  }

  .address {
    color: #fff;
    font-size: 1.6rem;
  }

  .copyright {
    text-align: center;
    color: #fff;
    padding: 20px 0;
    line-height: 1;
  }
}

/****************************************

single.php

*****************************************/
.single_box {
  padding: 0 0 100px;
}

.single_text img {
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
.single_text p {
  color: #333;
}

.nav-below {
  display: flex;
  justify-content: center;
  width: 540px;
  margin: 70px auto 0;
  padding: 15px 10px;
  background: #005fab;
}

.nav-below li {
  color: #fff;
  font-size: 1.5rem;
  list-style: none;
  text-align: center;
  transition: 0.3s;
}

.nav-below li a:link,
.nav-below li a:visited {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.nav-below li a:hover,
.nav-below li a:active {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 0;
  text-align: center;
}

a.page-numbers {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.4rem;
  color: #000;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  background: black;
  border: solid 1px black;
  color: white;
}

@media screen and (max-width: 767px) {
  .single_box {
    width: 100%;
  }
  .single_box .single_tit {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 2.2rem;
  }
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
  .nav-below {
    flex-wrap: wrap;
    width: auto;
    margin-top: 50px;
    padding-top: 12px;
    text-align: center;
  }
  .nav-below li {
    font-size: 1.4rem;
  }
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin: 50px auto 30px;
}

.pager a {
  text-decoration: none;
}

.pager a:link,
.pager a:visited {
  color: #333;
  border: 1px solid #333;
}

.pager a:hover,
.pager a:active {
  color: #fff;
  border: 1px solid #333;
  background: #333;
}

a.page-numbers {
  background: rgba(17, 17, 17, 0.02);
  border: solid 1px rgba(17, 17, 17, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.4rem;
  color: #9bbd00;
}

a.page-numbers:hover {
  background: #ddd;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  background: #333;
  border: solid 1px #333;
  color: #fff;
}

#single_box .case_time {
  text-align: right;
  display: block;
  font-family: "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic",
    "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #single_box .case_time {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin: 0;
  }

  .single_ttl {
    font-size: 2.2rem;
    margin-bottom: 30px;
    line-height: 1.3;
    text-align: left;
  }

  #single_box time {
    font-size: 1.4rem;
  }

  .nav_below p {
    flex-direction: column;
    gap: 20px 0;
  }

  .another_article {
    padding: 40px 0 0 0;
  }

  .another_article p {
    max-width: 120px;
    width: 27%;
  }

  .another_article p a {
    width: 100%;
    font-size: 1.1rem;
    padding: 15px 2px;
  }

  .nav_below p a {
    max-width: 130px;
    width: 70%;
    font-size: 1.3rem;
    padding: 15px 5px;
    margin: -62px auto 0 auto;
  }

  .nav_below p a::after {
    top: calc(50% - 1px);
    right: 10px;
    width: 6px;
    height: 6px;
  }

  .single_box img {
    max-width: 100%;
  }
}

/****************************************

トップ用

*****************************************/

.top_bg {
  background: url(images/top_bg01.png) no-repeat center bottom;
}

.top_section {
  max-width: 1020px;
  width: 100%;
  margin-inline: auto;
  padding: 90px 0 100px;
}

@media screen and (max-width: 767px) {
  .top_section {
    padding: 60px 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_section p {
    text-align: center;
  }
}

.top_section__ttl {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 34px;
}

.top_section__ttl span {
  font-size: 5rem;
  color: #005fab;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .top_section__ttl {
    font-size: 7vw;
    margin-bottom: 30px;
  }

  .top_section__ttl span {
    font-size: 9vw;
  }
}

.top_btn_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .top_btn_list {
    gap: 20px 0;
  }
}

.top_btn_list li {
  max-width: 220px;
  width: 100%;
  height: 60px;
}

.feature {
  background: #eef1f2;
  padding: 120px 0 100px;
}

@media screen and (max-width: 767px) {
  .feature {
    padding: 80px 10px 60px;
  }
}

.feature__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1020px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .feature__inner {
    justify-content: center;
    gap: 50px 0;
  }
}

.feature_item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 320px;
  width: 100%;
}

.feature_item__img {
  order: 1;
}

@media screen and (max-width: 767px) {
  .feature_item__img {
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
  }
}

.feature_item__ttl {
  order: 2;
  text-align: center;
  color: #005fab;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 13px;
}

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

.feature_item__txt {
  order: 3;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .feature_item__txt p {
    text-align: center;
  }
}

.feature_item__btn {
  width: 220px;
  height: 60px;
  order: 4;
  margin-inline: auto;
  margin-top: auto;
}

.recruit_section {
  max-width: 1540px;
  width: 100%;
  margin-inline: auto;
  padding: 100px 10px;
}

@media screen and (max-width: 767px) {
  .recruit_section {
    padding: 60px 10px;
  }
}

.recruit_section__ttl {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .recruit_section__ttl {
    font-size: 7vw;
    margin-bottom: 30px;
  }
}

.recruit_section__ttl span.en {
  color: #006cb8;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .recruit_section__ttl span.en {
    font-size: 1.4rem;
  }
}

.banner_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0;
}

.banner_list li {
  width: 31.5789473684%;
}

@media screen and (max-width: 767px) {
  .banner_list li {
    width: 80%;
    margin: 0 auto;
  }
}

.banner_list li img {
  width: 100%;
  height: auto;
}

.news {
  background: url(images/news_bg.jpg) no-repeat center top;
  padding: 100px 0;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 60px 10px;
  }
}

.news_section {
  position: relative;
  max-width: 1020px;
  width: 100%;
  margin-inline: auto;
}

@media print, screen and (min-width: 768px) {
  .news_section__btn {
    position: absolute;
    right: 0;
    top: 15px;
    width: 150px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .news_section__btn {
    max-width: 150px;
    width: 100%;
    height: 30px;
    margin-inline: auto;
    margin-top: 20px;
  }
}

.news_section__ttl {
  display: flex;
  align-items: center;
  color: #006cb8;
  font-size: 4rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
}

@media screen and (max-width: 767px) {
  .news_section__ttl {
    font-size: 7vw;
  }
}

.news_section__ttl span.en {
  color: #006cb8;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .news_section__ttl span.en {
    font-size: 1.4rem;
  }
}

.news_post__item {
  position: relative;
  display: flex;
  border-bottom: 1px dotted #333;
  padding: 18px 0 17px;
}

@media screen and (max-width: 767px) {
  .news_post__item {
    flex-direction: column;
  }
}

.news_post__item::after {
  position: absolute;
  content: "";
  background: url(images/news_arrow.png) no-repeat;
  width: 8px;
  height: 14px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news_post__item__ttl a:link,
.news_post__item__ttl a:visited {
  position: relative;
  display: inline-block;
  color: #333;
}

.news_post__item__ttl a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.news_post__item__ttl a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.date {
  margin-right: 20px;
  color: #666;
}

.contact_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1020px;
  width: 100%;
  margin-inline: auto;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .contact_section {
    padding: 60px 10px;
    gap: 50px 0;
  }
}

.contact_section__ttl {
  color: #006cb8;
  font-size: 5rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .contact_section__ttl {
    font-size: 9vw;
  }

  .contact_section__left {
    width: 100%;
  }
}

.contact_btn {
  width: 500px;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .contact_btn {
    width: 100%;
    max-width: 500px;
    height: 60px;
  }
}

/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
  max-width: 940px;
  margin-inline: auto;
  margin-top: 60px;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
}

.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: 0.3s;
  margin: 0px 3px 3px 5px;
  /*ラジオボタン、チェックボタン*/
}

@media print, screen and (min-width: 768px) {
  .tc {
    text-align: center;
  }
}
.wpcf7 .tc input[type="submit"] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #005fab solid;
  border-radius: 8px;
  background-color: #005fab;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}

.wpcf7 .tc input[type="submit"]:hover {
  box-shadow: 0 0 1px 1px rgba(39, 125, 212, 0.3);
  background-color: #fff;
  color: #333;
  transition: all 0.25s;
}

.wpcf7 .tc input[type="submit"]:focus {
  outline: 0;
  border: 1px #000 solid;
  box-shadow: 0 0 2px 2px rgba(39, 125, 212, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #333;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type="tel"],
.wpcf7 .form_input input[type="email"],
.wpcf7 .form_input input[type="tel"],
.wpcf7 .form_input input[type="text"],
.wpcf7 .form_input_post input[type="text"],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #005fab;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type="checkbox"] {
  display: none;
}

.wpcf7 .form_input input[type="checkbox"] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #005fab;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}

.wpcf7 .form_input input[type="checkbox"] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #005fab;
  border-right: 3px solid #005fab;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked + span {
  color: #002565;
  transition: all 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked + span:before {
  opacity: 1;
  border: 1px solid #005fab;
  box-shadow: 0 0 2px 2px rgba(39, 125, 212, 0.5);
  background-color: #005fab;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type="radio"] {
  display: none;
}

.wpcf7 .form_input input[type="radio"] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="radio"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="radio"] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="radio"]:checked + span:before {
  box-shadow: 0 0 2px 2px rgba(39, 125, 212, 0.5);
}

.wpcf7 .form_input input[type="radio"]:checked + span:after {
  opacity: 1;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #21268c;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #21268c;
  border-right: 1px solid #21268c;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #21268c;
  border-right: 1px solid #21268c;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #21268c;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(
    90deg,
    rgba(39, 125, 212, 0.7),
    rgba(39, 125, 212, 0.7)
  );
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type="text"]:focus,
.wpcf7 .form_input input[type="tel"]:focus,
.wpcf7 .form_input input[type="email"]:focus,
.wpcf7 .form_input input[type="url"]:focus,
.wpcf7 .form_input input[type="date"]:focus,
.wpcf7 .form_input input[type="number"]:focus,
.wpcf7 .form_input_post input[type="text"]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type="tel"]:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(39, 125, 212, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(39, 125, 212, 0.3);
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
  .wpcf7-response-output {
    font-size: 1.6rem;
  }
}

/*トップページyoutube追加*/
.youtube_section {
	margin: auto;
    width: 1000px;
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}

.movie {
	width: 50%;
}

.youtube-text {
	width: 50%;
}

@media (max-width: 767px) {
	.youtube_section {
	flex-direction: column;
		width: 100%;
}
	.movie {
	width: 100%;
}

.youtube-text {
	width: 100%;
}
	
}

/* End Hack */
/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/*# sourceMappingURL=style.css.map */
</pre></body></html>