@charset "UTF-8";
/* グローバルメニューの表示、非表示ここから */
/* グローバルメニューの表示、非表示ここまで */
/* スマートフォンの指定 */
/*-------------------------------------------
共通部分
-------------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  src: url("../font/NotoSerifJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  src: url("../font/NotoSerifJP-Regular.woff2") format("woff2");
  font-display: swap;
}
html {
  font-size: 100%;
  height: 100%;
}

body {
  color: #4b4b4b;
  font-size: 1rem;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
}

img {
  max-width: 100%;
}

.wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
}

h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 900px) {
  h1 {
    font-size: 2rem;
    margin-bottom: 8px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 440px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  margin-bottom: 136px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}
@media screen and (max-width: 900px) {
  h2 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 900px) {
  h2 {
    margin-bottom: 60px;
  }
}
h2 span.en {
  font-family: "Noto Sans JP";
  font-weight: 900;
  color: #ddd;
  font-size: 4.5rem;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1480px) {
  h2 span.en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  h2 span.en {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 900px) {
  h2 span.en {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 440px) {
  h2 span.en {
    font-size: 1.9rem;
  }
}
h2 span.ja {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 2rem;
  border-bottom: 1px solid #ddd;
  margin-left: 24px;
  display: block;
  flex-grow: 1;
}
@media screen and (max-width: 1480px) {
  h2 span.ja {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 900px) {
  h2 span.ja {
    margin-left: 16px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 440px) {
  h2 span.ja {
    margin-left: 10px;
    font-size: 1.1rem;
  }
}

p {
  text-align: justify;
}

/* 矢印リンク */
.view-more {
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.arrow-btn a {
  --arrow-color: #8cc63f;
  position: relative;
  padding: 0 40px 2px 8px;
  color: var(--arrow-color);
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-size: 1.875rem;
  /* マウスオーバー時の動き */
}
@media screen and (max-width: 1200px) {
  .arrow-btn a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 440px) {
  .arrow-btn a {
    font-size: 1.25rem;
  }
}
.arrow-btn a::before {
  border-bottom: 1px solid var(--arrow-color);
  border-right: 1px solid var(--arrow-color);
  bottom: 0;
  content: "";
  height: 20px;
  position: absolute;
  left: 0;
  transform: skewX(55deg);
  width: 100%;
  transition: all 0.3s;
}
.arrow-btn a:hover::before {
  left: 10%;
}

/* ページトップへ戻るボタン */
#page-top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  display: none;
}
#page-top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page-top a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #172a88;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page-top a::after {
  content: "PAGE TOP";
  font-size: 0.8125rem;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #172a88;
}

/* 下層メインビジュアル */
.main-visual_lower {
  width: 100%;
  height: 168px;
  background-color: #8cc63f;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .main-visual_lower {
    height: 94px;
    margin-bottom: 32px;
  }
}

/* スクロールでふわっと表示（フェードイン）*/
.box {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(350px);
}

.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* 下から上に一文字ずつ出てくるテキストアニメーション */
@-webkit-keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
.textanimation.displayed span {
  -webkit-animation: showText 1s backwards;
          animation: showText 1s backwards;
  display: inline-block;
}

.textanimation.displayed > span {
  overflow: hidden;
}

.textanimation.displayed > span > span {
  -webkit-animation: showTextFromBottom 0.5s backwards;
          animation: showTextFromBottom 0.5s backwards;
}

/*  スマホの時だけ改行させるクラス */
.br-sp {
  display: none;
}
@media screen and (max-width: 440px) {
  .br-sp {
    display: block;
  }
}

/*-------------------------------------------
  header
  -------------------------------------------*/
#header {
  top: 32px;
  left: 0;
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* ハンバーガーメニュー */
  /*ここからアコーディオン*/
  /*
    アコーディオンメニューのコンテンツ部分は、「display: none;」で非表示にしておく。
    ラベルクリック時にjQueryの「  $(this).next().slideToggle();」で表示に切り替わる
    */
  /*ここまでアコーディオン*/
}
@media screen and (max-width: 1480px) {
  #header {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 900px) {
  #header {
    top: 16px;
    height: 60px;
  }
}
#header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: -1;
}
#header .logo-header {
  width: 350px;
  margin-left: 150px;
}
@media screen and (max-width: 1480px) {
  #header .logo-header {
    margin-left: 140px;
  }
}
@media screen and (max-width: 1439px) {
  #header .logo-header {
    margin-left: 100px;
  }
}
@media screen and (max-width: 900px) {
  #header .logo-header {
    width: 230px;
    margin-left: 10px;
  }
}
#header nav.global-navi-menu ul {
  display: flex;
  margin-left: 128px;
}
#header nav.global-navi-menu ul li {
  margin-right: 80px;
}
#header nav.global-navi-menu ul li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 2px 0;
}
#header nav.global-navi-menu ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #277FB9;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}
#header nav.global-navi-menu ul li a:hover::after {
  transform: translate(0, 0);
}
@media screen and (max-width: 1800px) {
  #header nav.global-navi-menu ul li {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1439px) {
  #header nav.global-navi-menu ul {
    /* PC 1439px以下ではグローバルメニューを表示しない */
    display: none;
  }
}
#header .btn {
  margin-right: 192px;
  background: linear-gradient(125deg, #277FB9, #66C7ED);
  border-radius: 100vh;
  color: #fff;
  display: block;
  padding: 8px 40px;
  text-align: center;
  position: relative;
  z-index: 0;
  /* マウスホバー時の背景色を重ねて表示（初期状態で透明） */
}
@media screen and (max-width: 1800px) {
  #header .btn {
    margin-right: 160px;
  }
}
#header .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(125deg, #318518, #8cc63f);
  border-radius: 100vh;
  opacity: 0;
  transition: opacity 0.5s;
}
#header .btn:hover::before {
  opacity: 1;
}
@media screen and (max-width: 1439px) {
  #header .btn {
    /* PC 1439px以下ではお問い合わせを表示しない */
    display: none;
  }
}
#header nav.hamburger-menu {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  color: #fff;
  padding: 60px 25px;
  background-color: #277FB9;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  transition: all 0.5s;
  z-index: 20;
  opacity: 0;
}
#header nav.hamburger-menu::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
#header.open nav.hamburger-menu {
  left: 0;
  opacity: 1;
}
#header ul.nav-menu {
  margin-bottom: 60px;
  border-top: solid 1px #fff;
}
#header ul.nav-menu > li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #fff;
}
#header ul.nav-menu > li > a {
  display: block;
  padding: 20px 0;
  width: 250px;
  color: #fff;
}
#header li.label {
  cursor: pointer;
  position: relative;
  transition: 0.5s;
  display: block;
  padding: 20px 0;
  width: 250px;
}
#header li.label::before, #header li.label::after {
  /*
  ラベル右側のアイコン「＋」を設定
  beforeが横棒、afterが縦棒
  */
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#header li.label:after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
#header li.label.open::before {
  /* アコーディオンメニューが開いている場合 */
  /* ラベルアイコンの横棒を非表示 */
  opacity: 0;
}
#header li.label.open::after {
  /* ラベルアイコンの縦棒を横向きに回転 */
  transform: rotate(180deg);
}
#header .detail {
  display: none;
}
#header .detail a {
  color: #fff;
  display: block;
  padding: 20px 0 20px 20px;
  width: 250px;
}
#header .detail li {
  border-bottom: solid 1px #fff;
}
#header .detail li:last-child {
  border-bottom: none;
}
#header nav .nav-contact {
  text-align: center;
}
#header nav .nav-contact .btn-hamburger {
  width: 70%;
  border: solid 1px #fff;
  color: #fff;
  display: block;
  padding: 8px;
  text-align: center;
  transition: 0.3s;
  margin: 0 auto;
}
#header .toggle_btn {
  display: block;
  position: fixed;
  top: 66px;
  right: 46px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 20;
}
@media screen and (max-width: 900px) {
  #header .toggle_btn {
    top: 30px;
    right: 16px;
  }
}
#header .toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #4b4b4b;
  border-radius: 4px;
  transition: all 0.5s;
}
#header .toggle_btn span:nth-child(1) {
  top: 4px;
}
#header .toggle_btn span:nth-child(2) {
  top: 14px;
}
#header .toggle_btn span:nth-child(3) {
  bottom: 4px;
}
@media screen and (min-width: 1440px) {
  #header .toggle_btn {
    /* PC 1440px以上ではハンバーガーメニューを表示しない */
    display: none;
  }
}
#header.open .toggle_btn span {
  background-color: #fff;
}
#header.open .toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}
#header.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
#header.open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}
#header #mask {
  display: none;
  transition: all 0.5s;
}
#header.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #277FB9;
  opacity: 0.8;
  z-index: 10;
  cursor: pointer;
}

/* index */
/*-------------------------------------------
メインビジュアル
-------------------------------------------*/
#main-visual {
  max-width: 100%;
  box-sizing: border-box;
  height: 780px;
  background-image: url(../img/main.jpg);
  background-position-x: center;
  background-position-y: 55%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 200px;
}
#main-visual .catch {
  max-width: 30%;
  padding: 42px 84px 56px;
  color: #fff;
  background: linear-gradient(125deg, #277FB9, #66C7ED);
  border-radius: 0 80px;
  position: absolute;
  left: 0;
  bottom: -88px;
}
@media screen and (max-width: 1800px) {
  #main-visual .catch {
    max-width: 45%;
    padding: 32px 60px 46px;
  }
}
@media screen and (max-width: 1200px) {
  #main-visual .catch {
    max-width: 50%;
    padding: 26px 40px 36px;
  }
}
@media screen and (max-width: 900px) {
  #main-visual .catch {
    max-width: 60%;
  }
}
@media screen and (max-width: 440px) {
  #main-visual .catch {
    max-width: 100%;
  }
}

/*-------------------------------------------
  目標に向かって
-------------------------------------------*/
#future {
  margin-bottom: 200px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  #future {
    margin-bottom: 80px;
  }
}
#future .future-up {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#future .future-up .text-tate {
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 2.5rem;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  line-height: 1.2;
  padding-left: 5px;
}
@media screen and (max-width: 900px) {
  #future .future-up .text-tate {
    font-size: 1.65rem;
  }
}
#future .future-up .img-top-left {
  filter: drop-shadow(15px 15px 0 #64C5EC);
  width: 35%;
  margin-right: 6%;
  margin-left: 18%;
  position: relative;
}
@media screen and (max-width: 900px) {
  #future .future-up .img-top-left {
    filter: drop-shadow(8px 8px 0 #64C5EC);
    margin-left: 11%;
  }
}
@media screen and (max-width: 900px) and (max-width: 440px) {
  #future .future-up .img-top-left {
    margin-left: 9%;
  }
}
#future .future-up .img-top-right {
  filter: drop-shadow(15px 15px 0 #64C5EC);
  width: 35%;
  position: relative;
  top: 200px;
}
@media screen and (max-width: 900px) {
  #future .future-up .img-top-right {
    top: 80px;
    filter: drop-shadow(8px 8px 0 #64C5EC);
  }
}
#future .future_text {
  margin-top: 100px;
  width: 58%;
}
@media screen and (max-width: 900px) {
  #future .future_text {
    margin-top: 152px;
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  #future .future_text {
    margin-top: 56px;
  }
}

/*-------------------------------------------
  BUSINESS INTRODUCTION
-------------------------------------------*/
#top-introduction .web-server {
  background-image: url(../img/business-intro-01.jpg);
  background-position-x: center;
  background-repeat: no-repeat;
  border-radius: 80px 0;
  color: #fff;
  height: 493px;
  padding: 64px 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  #top-introduction .web-server {
    padding: 32px 40px;
  }
}
#top-introduction .web-server .left {
  width: 50%;
  text-shadow: 0.5px 0.5px 2px #094177;
}
@media screen and (max-width: 900px) {
  #top-introduction .web-server .left {
    width: 100%;
  }
}
#top-introduction .web-server .left .arrow-btn {
  text-align: right;
  padding: 24px 50px 0 0;
  text-shadow: none;
}
@media screen and (max-width: 1200px) {
  #top-introduction .web-server .left .arrow-btn {
    padding-top: 16px;
  }
}

#top-introduction .consulting {
  background-image: url(../img/business-intro-02.jpg);
  background-position-x: center;
  background-repeat: no-repeat;
  border-radius: 0 80px;
  color: #fff;
  height: 493px;
  padding: 64px 80px;
  margin-bottom: 160px;
}
@media screen and (max-width: 900px) {
  #top-introduction .consulting {
    padding: 32px 40px;
  }
}
#top-introduction .consulting .right {
  position: relative;
  margin-left: auto;
  width: 50%;
  text-shadow: 0.5px 0.5px 2px #094177;
}
@media screen and (max-width: 900px) {
  #top-introduction .consulting .right {
    width: 100%;
  }
}
#top-introduction .consulting .right .arrow-btn {
  text-align: right;
  padding: 50px 50px 0 0;
  text-shadow: none;
}
@media screen and (max-width: 1200px) {
  #top-introduction .consulting .right .arrow-btn {
    padding-top: 16px;
  }
}

/*-------------------------------------------
  INFORMATION
-------------------------------------------*/
#top-info {
  margin-bottom: 120px;
}
#top-info .info-bk {
  background-color: #ddd;
  padding: 80px 0;
}
#top-info .info-bk dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dotted #fff;
}
#top-info .info-bk dl dt {
  width: 20%;
  border-bottom: 1px dotted #fff;
  font-weight: normal;
  padding: 16px 0 16px 16px;
}
@media screen and (max-width: 900px) {
  #top-info .info-bk dl dt {
    width: 26%;
  }
}
#top-info .info-bk dl dd {
  width: 80%;
  border-bottom: 1px dotted #fff;
  padding: 16px;
}
@media screen and (max-width: 900px) {
  #top-info .info-bk dl dd {
    width: 74%;
  }
}
#top-info .info-bk dl dd a:hover {
  color: #8cc63f;
}
#top-info .arrow-btn {
  text-align: right;
  padding: 40px 50px 0 0;
}
@media screen and (max-width: 900px) {
  #top-info .arrow-btn {
    padding-top: 20px;
  }
}

/*-------------------------------------------
  MESSAGE
-------------------------------------------*/
#message {
  margin-bottom: 180px;
}
@media screen and (max-width: 900px) {
  #message {
    margin-bottom: 100px;
  }
}
#message .img-message {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  #message .img-message {
    flex-direction: column;
  }
}
#message .img-message .img-face {
  width: 30%;
}
@media screen and (max-width: 1200px) {
  #message .img-message .img-face {
    padding-left: 50px;
  }
}
@media screen and (max-width: 900px) {
  #message .img-message .img-face {
    width: 100%;
    padding-left: 0;
    margin-bottom: 80px;
    text-align: center;
  }
}
@media screen and (max-width: 440px) {
  #message .img-message .img-face {
    margin-bottom: 60px;
  }
}
#message .img-message .img-face img {
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  #message .img-message .img-face img {
    max-width: 250px;
    max-height: 250px;
    width: 100%;
  }
}
#message .img-message .message-text {
  width: 70%;
  margin-left: 120px;
}
@media screen and (max-width: 1200px) {
  #message .img-message .message-text {
    margin-left: 100px;
  }
}
@media screen and (max-width: 900px) {
  #message .img-message .message-text {
    width: 100%;
    margin-left: 0;
  }
}
#message .img-message .message-text .message-text-name {
  display: flex;
  justify-content: flex-end;
  padding-top: 24px;
}

/*-------------------------------------------
  introduction.html
-------------------------------------------*/
#top-introduction,
#introduction {
  margin-bottom: 200px;
}
@media screen and (max-width: 1200px) {
  #top-introduction,
  #introduction {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 900px) {
  #top-introduction,
  #introduction {
    margin-bottom: 100px;
  }
}
#top-introduction h3.h3-intro,
#introduction h3.h3-intro {
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  #top-introduction h3.h3-intro,
  #introduction h3.h3-intro {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 440px) {
  #top-introduction h3.h3-intro,
  #introduction h3.h3-intro {
    font-size: 1.25rem;
  }
}
#top-introduction .intro-text,
#introduction .intro-text {
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  #top-introduction .intro-text,
  #introduction .intro-text {
    flex-direction: column;
  }
}
#top-introduction .intro-text p,
#introduction .intro-text p {
  width: 55%;
  margin-right: 64px;
}
@media screen and (max-width: 900px) {
  #top-introduction .intro-text p,
  #introduction .intro-text p {
    width: 100%;
    margin-bottom: 48px;
  }
}
#top-introduction .intro-text figure,
#introduction .intro-text figure {
  width: 45%;
}
@media screen and (max-width: 900px) {
  #top-introduction .intro-text figure,
  #introduction .intro-text figure {
    width: 100%;
  }
}

/*-------------------------------------------
  information.html
-------------------------------------------*/
#info {
  margin-bottom: 140px;
}
@media screen and (max-width: 900px) {
  #info {
    margin-bottom: 100px;
  }
}
#info .info-inner {
  display: flex;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 48px;
}
@media screen and (max-width: 900px) {
  #info .info-inner {
    flex-direction: column;
  }
}
#info .info-inner .thumbnail {
  width: 30%;
  margin: 0 24px 48px 0;
}
@media screen and (max-width: 900px) {
  #info .info-inner .thumbnail {
    width: 100%;
    margin: 0 0 24px;
  }
}
#info .info-inner article {
  width: 70%;
  flex-grow: 1;
}
@media screen and (max-width: 900px) {
  #info .info-inner article {
    width: 100%;
  }
}
#info .info-inner article .title-info {
  width: 72px;
  text-align: center;
  background-color: #d12a2a;
  padding: 2px 8px 4px;
  margin: 6px 0;
  border-radius: 3px;
  color: #fff;
  font-size: 0.75rem;
}
#info .info-inner article h3 {
  font-size: 1.15rem;
}
#info .info-inner article .read-more {
  margin: 64px 0;
  text-align: right;
  color: #094177;
}
#info .info-inner article .read-more .fa-chevron-circle-right {
  margin-left: 8px;
}
@media screen and (max-width: 900px) {
  #info .info-inner article .read-more {
    margin: 32px 0;
  }
}

/*-------------------------------------------
  information.html 中ページ
-------------------------------------------*/
#info-naka {
  margin-bottom: 140px;
}
#info-naka .info-inner {
  display: flex;
  margin-bottom: 48px;
}
@media screen and (max-width: 900px) {
  #info-naka .info-inner {
    flex-direction: column;
  }
}
#info-naka .info-inner .thumbnail {
  width: 45%;
  margin: 0 40px 48px 0;
}
@media screen and (max-width: 900px) {
  #info-naka .info-inner .thumbnail {
    width: 100%;
  }
}
#info-naka .info-inner article {
  width: 50%;
  flex-grow: 1;
}
@media screen and (max-width: 900px) {
  #info-naka .info-inner article {
    width: 100%;
  }
}
#info-naka .info-inner article .title-info {
  width: 72px;
  text-align: center;
  background-color: #d12a2a;
  padding: 2px 8px 4px;
  margin: 6px 0;
  border-radius: 3px;
  color: #fff;
  font-size: 0.75rem;
}
#info-naka .info-inner article h3 {
  font-size: 1.15rem;
  margin-bottom: 16px;
}

/*-------------------------------------------
  information 中ページ、詳細ページ共通
-------------------------------------------*/
.thumbnail-img {
  width: 100%;
  height: auto;
}

/*-------------------------------------------
  information 中ページ
-------------------------------------------*/
.pagination {
  text-align: center;
}
.pagination .page-numbers {
  margin: 0 6px;
}

/*-------------------------------------------
  information 詳細ページ
-------------------------------------------*/
.pagination-detail ul {
  display: flex;
  justify-content: center;
}
.pagination-detail ul li {
  margin: 0 10px;
}

/*-------------------------------------------
  company.html
-------------------------------------------*/
#company {
  margin-top: 100px;
  margin-bottom: 240px;
}
@media screen and (max-width: 900px) {
  #company {
    margin-bottom: 160px;
  }
}
#company dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  #company dl {
    flex-direction: column;
  }
}
#company dl dt {
  width: 20%;
  border-bottom: 2px solid #094177;
  font-weight: normal;
  padding: 16px 0 16px 16px;
}
@media screen and (max-width: 900px) {
  #company dl dt {
    background-color: #d1e1ff;
    width: 100%;
  }
}
#company dl dd {
  width: 80%;
  border-bottom: 1px dotted #094177;
  padding: 16px;
}
@media screen and (max-width: 900px) {
  #company dl dd {
    width: 100%;
  }
  #company dl dd:last-child {
    border-bottom: none;
  }
}

/*-------------------------------------------
  access.html
-------------------------------------------*/
#access {
  margin-bottom: 180px;
}
@media screen and (max-width: 900px) {
  #access {
    margin-bottom: 80px;
  }
}
#access .access-traffic {
  margin-bottom: 24px;
}
#access .access-traffic h3.h3-access {
  background-color: #ddd;
  padding: 12px;
  margin-bottom: 24px;
}
#access .access-traffic h4.h4-access {
  border-left: 2px solid #094177;
  color: #094177;
  padding-left: 12px;
  margin-bottom: 12px;
}
#access .access-traffic .route-walk {
  color: #318518;
  margin-bottom: 24px;
}
#access .access-traffic .google-maps {
  margin-top: 56px;
  position: relative;
  padding-bottom: 35%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  #access .access-traffic .google-maps {
    margin-top: 32px;
    padding-bottom: 56%;
  }
}
#access .access-traffic .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  filter: grayscale(0.5);
}

/*-------------------------------------------
  contact.html
-------------------------------------------*/
#contact {
  margin-bottom: 120px;
}
#contact .contact-text {
  margin-bottom: 100px;
}
#contact form dl {
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
@media screen and (max-width: 900px) {
  #contact form dl {
    flex-direction: column;
  }
}
#contact form dl dt {
  width: 35%;
  font-weight: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  #contact form dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
#contact form dl dt .required {
  background-color: #d12a2a;
  padding: 2px 8px 4px;
  margin-right: 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 0.75rem;
}
#contact form dl dd {
  width: 65%;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  #contact form dl dd {
    width: 100%;
  }
}
#contact form dl dd h3 {
  margin-bottom: 8px;
}
#contact form dl dd .inner {
  width: 100%;
  height: 300px;
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 0.85rem;
  margin-bottom: 8px;
  /* 縦スクロールの設定 */
  overflow-y: scroll;
}
#contact form dl dd .wrap-checkbox {
  margin-top: 16px;
  display: flex;
  line-height: 1;
}
#contact form dl dd .wrap-checkbox .agree {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #777;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact form dl dd .wrap-checkbox .agree:checked:before {
  position: absolute;
  top: 1px;
  left: 6px;
  transform: rotate(50deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  content: "";
}
#contact form dl dd input,
#contact form dl dd textarea {
  border-radius: 3px;
  border: 1px solid #bbb;
  padding: 1px 5px;
  width: 100%;
}

.contact-submit-btn {
  display: block;
  text-align: center;
  width: 180px;
  padding: 12px 0;
  background-color: #444;
  color: #fff;
  border-radius: 5px;
  margin: 0 auto;
}

.contact-submit-btn:hover {
  opacity: 0.7;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

/* reCAPTCHAバッジと説明文章を非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}

/*-------------------------------------------
  contact-thanks.html
-------------------------------------------*/
#contact-thanks .thanks-text {
  text-align: center;
}
#contact-thanks .thanks-text h3 {
  font-size: 1.85rem;
  color: #6495ed;
  margin-bottom: 60px;
}
#contact-thanks .thanks-text p {
  max-width: 800px;
  margin: 0 auto 60px;
}
#contact-thanks .thanks-text .btn-top {
  padding: 10px 0 11px;
  width: 180px;
  background-color: #444;
  color: #fff;
  border-radius: 5px;
  margin: 0 auto 160px;
}
#contact-thanks .thanks-text .btn-top:hover {
  opacity: 0.7;
}

/*-------------------------------------------
  404.html
-------------------------------------------*/
#notfound-404 .notfound-text {
  text-align: center;
}
#notfound-404 .notfound-text h3 {
  font-size: 4rem;
  color: #6495ed;
  margin-bottom: 60px;
  flex-direction: column;
}
#notfound-404 .notfound-text h3 span {
  display: block;
  font-size: 2rem;
}
#notfound-404 .notfound-text p {
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
}
#notfound-404 .notfound-text .btn-top {
  padding: 10px 0 11px;
  width: 180px;
  background-color: #444;
  color: #fff;
  border-radius: 5px;
  margin: 0 auto 160px;
}
#notfound-404 .notfound-text .btn-top:hover {
  opacity: 0.7;
}

/*-------------------------------------------
FOOTER
-------------------------------------------*/
#footer {
  background-color: #64C5EC;
  color: #fff;
  width: 100%;
}
#footer .contact-top {
  background-image: url(../img/contact-bk.jpg);
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  #footer .contact-top {
    height: 250px;
  }
}
#footer .contact-top .btn {
  width: 26%;
  background-color: #094177;
  color: #fff;
  border-radius: 10px;
  font-size: 1.75rem;
  display: block;
  padding: 15px;
  text-align: center;
  transition: 0.3s;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  #footer .contact-top .btn {
    width: 36%;
  }
}
@media screen and (max-width: 900px) {
  #footer .contact-top .btn {
    width: 50%;
    font-size: 1.25rem;
  }
}
#footer .contact-top .btn:hover {
  background-color: #318518;
}
#footer .contact-top .btn .fa-envelope {
  margin-right: 16px;
}
@media screen and (max-width: 900px) {
  #footer .contact-top .btn .fa-envelope {
    margin-right: 8px;
  }
}
#footer .right-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .right-left .global-navi-menu-footer ul {
  display: flex;
}
@media screen and (max-width: 900px) {
  #footer .right-left .global-navi-menu-footer ul {
    margin-top: 16px;
    flex-direction: column;
  }
}
#footer .right-left .global-navi-menu-footer ul li {
  margin-right: 80px;
}
@media screen and (max-width: 1200px) {
  #footer .right-left .global-navi-menu-footer ul li {
    margin-right: 60px;
  }
}
@media screen and (max-width: 900px) {
  #footer .right-left .global-navi-menu-footer ul li {
    margin-bottom: 8px;
  }
}
#footer .right-left .logo-footer {
  width: 258px;
  padding-top: 64px;
}
@media screen and (max-width: 1200px) {
  #footer .right-left .logo-footer {
    padding-top: 48px;
    width: 230px;
  }
}
@media screen and (max-width: 900px) {
  #footer .right-left .logo-footer {
    padding-top: 40px;
  }
}
@media screen and (max-width: 440px) {
  #footer .right-left .logo-footer {
    width: 200px;
  }
}
#footer .copyright {
  font-size: 0.875rem;
  text-align: center;
  padding: 48px 0 10px;
}
@media screen and (max-width: 440px) {
  #footer .copyright {
    font-size: 0.75rem;
  }
}

/*# sourceMappingURL=style.css.map */