@charset "UTF-8";
/* ----------------------------------------------------------------------
全体の設定
------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-decoration: none;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400 !important;
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
  background: #fff;
  line-height: 1.7;
  color: #222;
}

.wrapper {
  margin: 0;
  padding: 0;
  /*min-width: 1200px;*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    text-align: center;
    background: #fff;
    line-height: 1.7;
    color: #222;
  }
  .wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
* html body {
  overflow: hidden;
}

/* ----------------------------------------------------------------------
　表示・非表示設定
------------------------------------------------------------------------*/
/* PC版非表示設定 */
.is-pc, .syogakukin-note-pc {
  display: block !important;
}

.is-sp {
  display: none !important;
}

/* SP版非表示設定 */
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}
/* 「奨学金」※2の表示　960px以下の表示 */
@media screen and (max-width: 960px) {
  .syogakukin-note-pc {
    display: none !important;
  }
  .syogakukin-note-sp {
    display: block !important;
  }
}
/* ----------------------------------------------------------------------
 margin - 余白
---------------------------------------------------------------------- */
.u-mt-xxsmall {
  margin: 5px 0 0;
}

.u-mt-xsmall {
  margin: 10px 0 0;
}

.u-mt-small {
  margin: 20px 0 0;
}

.u-mt {
  margin: 30px 0 0;
}

.u-mt-large {
  margin: 40px 0 0;
}

.u-mt-xlarge {
  margin: 50px 0 0;
}

.u-mt-xxlarge {
  margin: 60px 0 0;
}

.u-mr-xxsmall {
  margin: 0 5px 0 0;
}

.u-mr-xsmall {
  margin: 0 10px 0 0;
}

.u-mr-small {
  margin: 0 20px 0 0;
}

.u-mr {
  margin: 0 30px 0 0;
}

.u-mr-large {
  margin: 0 40px 0 0;
}

.u-mr-xlarge {
  margin: 0 50px 0 0;
}

.u-mb-xsmall {
  margin: 0 0 10px 0;
}

.u-mb-small {
  margin: 0 0 20px 0;
}

.u-mb {
  margin: 0 0 30px 0;
}

.u-mb-large {
  margin: 0 0 40px 0;
}

.u-mb-xlarge {
  margin: 0 0 50px 0;
}

.u-ml-xsmall {
  margin: 0 0 0 10px;
}

.u-ml-small {
  margin: 0 0 0 20px;
}

.u-ml {
  margin: 0 0 0 30px;
}

.u-ml-large {
  margin: 0 0 0 40px;
}

.u-ml-xlarge {
  margin: 0 0 0 50px;
}

/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align_c {
  text-align: center;
}

.align_r {
  text-align: right;
}

.align_l {
  text-align: left;
}

.text-bd {
  font-weight: 700;
}

.text-ud {
  text-decoration: underline;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px;
}

.text14 {
  font-size: 14px;
}

.text15 {
  font-size: 15px;
}

.text16 {
  font-size: 16px;
}

.text18 {
  font-size: 18px;
}

.text20 {
  font-size: 20px;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text30 {
  font-size: 30px;
}

.text32 {
  font-size: 32px;
}

.text34 {
  font-size: 34px;
}

.text36 {
  font-size: 36px;
}

.text38 {
  font-size: 38px;
}

.text40 {
  font-size: 40px;
}

.flo_l {
  float: left;
}

.flo_r {
  float: right;
}

.cboth {
  clear: both;
}

/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: none !important;
}

header {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1200px;
  z-index: 9;
  background: #fff;
  height: 70px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  top: 55px;
  left: 0;
  right: 0;
  border-radius: 35px;
  position: absolute;
}

h1.logo {
  margin: 5px 0 0;
  padding: 0;
  text-align: left;
  width: 180px;
}
h1.logo img {
  width: 100%;
  height: auto;
}

.header-menu-box {
  margin: 10px 0 0;
  padding: 0;
  width: 500px;
  display: flex;
  justify-content: space-between;
  /* メニューアイテムのホバースタイル */
  /* ドロップダウンメニュー */
}
.header-menu-box .menu-item {
  background-color: none; /* メニューアイテムの背景色 */
  border-left: 0px solid #fff; /* メニューアイテムの左ボーダー */
  position: relative;
  transition: background-color 0.3s; /* 背景色の変化をアニメーション化 */
}
.header-menu-box .menu-item:last-child {
  border-right: 0px solid #fff; /* 最後のメニューアイテムの右ボーダー */
}
.header-menu-box .menu-item:hover .drop-menu-list {
  transform: scaleY(1); /* ドロップダウンメニューの表示 */
}
.header-menu-box .menu-item a:hover {
  background-color: none; /* メニューアイテムのホバー時の背景色 */
  transition: background-color 0.3s; /* 背景色の変化をアニメーション化 */
  color: #070274;
}
.header-menu-box .drop-menu-item:hover {
  background-color: #c9dffc;
}
.header-menu-box .menu-item a {
  align-items: center;
  color: #000; /* メニューアイテム内のリンクテキストの色 */
  display: flex;
  height: 50px;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
  width: 160px;
}
.header-menu-box .drop-menu {
  position: relative;
}
.header-menu-box .drop-menu-list {
  left: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0); /* ドロップダウンメニューの非表示 */
  transform-origin: center top; /* 変形を適応する基準を設定 */
  transition: transform 0.3s; /* 表示の変化をアニメーション化 */
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
.header-menu-box .drop-menu-item {
  background-color: #94c0fb; /* ドロップダウンメニューの背景色 */
  transition: opacity 0.3s; /* 不透明度の変化をアニメーション化 */
}

@media screen and (max-width: 768px) {
  header {
    margin: 0 auto;
    padding: 5px 10px 5px;
    width: 100%;
    z-index: 9;
    background: #fff;
    height: 60px;
    box-sizing: border-box;
    top: 0;
    border-radius: 0;
  }
  header .h-base {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
  }
  h1.logo {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 150px;
  }
  h1.logo img {
    width: 100%;
    height: auto;
  }
}
.header-scrl {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

.header-inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}
.header-inner .header-menu-box {
  margin: 0;
  padding: 0;
  width: 500px;
  display: flex;
  justify-content: space-between;
}
.header-inner .header-menu-box .drop-menu-list {
  left: 0;
  position: absolute;
  top: 118%;
  transform: scaleY(0); /* ドロップダウンメニューの非表示 */
  transform-origin: center top; /* 変形を適応する基準を設定 */
  transition: transform 0.3s; /* 表示の変化をアニメーション化 */
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}

.fixed-header {
  position: fixed;
  top: -80px;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}

.fixed-header.is-show {
  top: 0;
  visibility: visible;
}

.footer-base {
  margin: 0;
  padding: 70px 0;
  background: url(../images/img-top-footerbg.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .footer-base {
    padding: 15px 0;
  }
}
.footer-about {
  margin: 50px auto 0;
  padding: 0;
  max-width: 800px;
  text-align: left;
  font-size: 20px;
}
.footer-about tr {
  border-bottom: 1px solid #ddd;
}
.footer-about tr th {
  margin: 0;
  padding: 20px 0;
  width: 20%;
  box-sizing: border-box;
  vertical-align: middle;
}
.footer-about tr td {
  margin: 0;
  padding: 10px 0;
  width: 80%;
  box-sizing: border-box;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .footer-about {
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
    text-align: left;
    font-size: 16px;
  }
  .footer-about tr {
    border-bottom: 1px solid #ddd;
  }
  .footer-about tr th {
    margin: 0;
    padding: 20px 0;
    width: 30%;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .footer-about tr td {
    margin: 0;
    padding: 10px 0;
    width: 70%;
    box-sizing: border-box;
    vertical-align: middle;
  }
}
.footer-menu {
  margin: 0;
  padding: 20px 0 15px;
  background: #113073;
  width: 100%;
}
.footer-menu .inbox {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  color: #fff;
  display: flex;
}
.footer-menu .inbox li {
  margin: 0 30px 0 0;
  padding: 0;
}
.footer-menu .inbox a {
  color: #fff;
}
.footer-menu .inbox a:hover {
  text-decoration: underline;
}
.footer-menu .inbox-02 {
  margin: 5px auto 0;
  padding: 0;
  max-width: 1200px;
  color: #fff;
  text-align: left;
}
.footer-menu .inbox-02 li {
  margin: 0 0 5px;
  padding: 0;
}
.footer-menu .inbox-02 a {
  color: #fff;
}
.footer-menu .inbox-02 a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .footer-menu .inbox {
    margin: 0 auto;
    padding: 0;
    width: 95%;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .footer-menu .inbox li {
    margin: 5px 0;
    padding: 0;
    width: 100%;
  }
  .footer-menu .inbox a {
    color: #fff;
    font-size: 14px;
  }
  .footer-menu .inbox a:hover {
    text-decoration: underline;
  }
  .footer-menu .inbox-02 {
    margin: 0 auto;
    padding: 0;
    width: 95%;
    color: #fff;
    text-align: center;
  }
  .footer-menu .inbox-02 li {
    margin: 10px 0 0;
    padding: 0;
  }
  .footer-menu .inbox-02 a {
    color: #fff;
    font-size: 14px;
  }
  .footer-menu .inbox-02 a:hover {
    text-decoration: underline;
  }
}
.footer_name {
  margin: 0;
  padding: 0 0 5px 10px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .footer_name {
    text-align: left;
    width: 25% !important;
  }
  .footer_name img {
    width: 100%;
    height: auto;
  }
}
a.link {
  text-decoration: underline;
  color: #75AD3B;
}

a.link:hover {
  text-decoration: none;
}

.red {
  color: #fe3636;
}

.blue {
  color: #014BC1;
}

.ylw-marker {
  background-color: #ff9;
}

.skyblue {
  color: #00a8c7;
}

.page-base {
  margin: 0 auto;
  padding: 70px 10px;
  max-width: 1200px;
  box-sizing: border-box;
  position: relative;
}

.page-base-faq {
  margin: 0 auto;
  padding: 50px 10px 70px;
  max-width: 1200px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .page-base {
    margin: 0 auto;
    padding: 30px 0;
    width: 94%;
    box-sizing: border-box;
    position: relative;
  }
  .page-base-faq {
    margin: 0 auto;
    padding: 30px 10px 70px;
    max-width: 94%;
    box-sizing: border-box;
  }
}
.top-mainv {
  margin: 0;
  padding: 230px 0 0;
  width: 100%;
  height: 800px;
  background: url(../images/img-main-01.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  box-sizing: border-box;
}
.top-mainv .catch-base {
  margin: 0 auto;
  padding: 30px;
  font-size: 30px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.8823529412);
  max-width: 800px;
}
.top-mainv .subcatch {
  margin: 20px 0 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #014bc1;
}

.webdesign-mainv {
  margin: 0;
  padding: 230px 0 0;
  width: 100%;
  height: 800px;
  background: url(../images/img-webdesign-main.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  box-sizing: border-box;
}
.webdesign-mainv .wd-catch-base {
  margin: 0 auto;
  padding: 50px 20px 50px 50px;
  background: rgba(255, 255, 255, 0.8823529412);
  width: 65%;
  position: absolute;
  left: 0;
}
.webdesign-mainv .wd-catch-base .main-catch {
  text-align: left;
  font-size: 46px;
  font-weight: bold;
  color: #113073;
}
.webdesign-mainv .wd-subcatch {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  text-align: left;
}
.webdesign-mainv .wd-subcatch .strong-or {
  font-size: 28px;
  color: #E7690F;
}
.webdesign-mainv .wd-subcatch-02 {
  margin: 10px 0 0;
  padding: 0;
  font-size: 20px;
  color: #000;
  text-align: left;
}

.itc-mainv {
  margin: 0;
  padding: 230px 0 0;
  width: 100%;
  height: 800px;
  background: url(../images/img-itc-main.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  box-sizing: border-box;
}
.itc-mainv .catch-base {
  margin: 0 auto;
  padding: 30px 0 50px;
  font-size: 36px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.7333333333);
  border-radius: 20px;
  max-width: 860px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.itc-mainv .subcatch {
  margin: 20px 0 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 1330px) {
  .webdesign-mainv .wd-catch-base {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .top-mainv {
    margin: 0;
    padding: 50px 0 0;
    width: 100%;
    height: 500px;
    background: url(../images/img-main-01.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    box-sizing: border-box;
  }
  .top-mainv .catch-base {
    margin: 0 auto;
    padding: 20px;
    font-size: 23px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.8823529412);
    width: 90%;
    box-sizing: border-box;
  }
  .top-mainv .subcatch {
    margin: 20px 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #014bc1;
  }
}
@media screen and (max-width: 768px) {
  .webdesign-mainv {
    margin: 0;
    padding: 50px 0 0;
    width: 100%;
    height: 600px;
    background: url(../images/img-webdesign-main.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    box-sizing: border-box;
  }
  .webdesign-mainv .wd-catch-base {
    margin: 0 auto;
    padding: 30px;
    background: rgba(255, 255, 255, 0.8823529412);
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
  }
  .webdesign-mainv .wd-catch-base .main-catch {
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    color: #113073;
  }
  .webdesign-mainv .wd-subcatch {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
  }
  .webdesign-mainv .wd-subcatch .strong-or {
    font-size: 22px;
    color: #E7690F;
  }
  .webdesign-mainv .wd-subcatch-02 {
    margin: 10px 0 0;
    padding: 0;
    font-size: 18px;
    color: #000;
    text-align: left;
  }
  .itc-mainv {
    margin: 0;
    padding: 80px 0 0;
    width: 100%;
    height: 600px;
    background: url(../images/img-itc-main.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    box-sizing: border-box;
  }
  .itc-mainv .catch-base {
    margin: 0 auto;
    padding: 20px 10px 30px;
    font-size: 25px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.7333333333);
    border-radius: 20px;
    width: 94%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
  }
  .itc-mainv .subcatch {
    margin: 20px 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
  }
}
/* ボタンのスタイル */
.contact-btn-or a {
  position: relative;
  display: block;
  width: 250px;
  padding: 10px 25px;
  background-color: #E7690F;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease-in-out;
  font-size: 24px;
  font-weight: bold;
}
.contact-btn-or a:hover {
  background: #f48130;
}

/* アイコンのスタイル */
.btn-arrow-right a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

/* ボタンのスタイル */
.contact-btn-ylw a {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 250px;
  padding: 10px 25px;
  background-color: #F4E133;
  border-radius: 10px;
  font-size: 14px;
  color: #113073;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease-in-out;
  font-size: 24px;
  font-weight: bold;
}
.contact-btn-ylw a:hover {
  background: #fff38a;
}

.contact-btn-ylw-left a {
  margin: 0 auto 0 0;
  position: relative;
  display: block;
  width: 250px;
  padding: 10px 25px;
  background-color: #F4E133;
  border-radius: 10px;
  font-size: 14px;
  color: #113073;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease-in-out;
  font-size: 24px;
  font-weight: bold;
}
.contact-btn-ylw-left a:hover {
  background: #fff38a;
}

/* アイコンのスタイル */
.btn-arrow-ywlright a::after,
.contact-btn-ylw-left a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #113073;
  border-right: 3px solid #113073;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.muryo-button a {
  background: #E7690F;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px auto 0;
  max-width: 250px;
  padding: 10px 25px;
  font-family: "Noto Sans Japanese";
  color: #fff;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-size: 24px;
  font-weight: bold;
}

.muryo-button a:hover {
  background: #f48130;
  color: #FFF;
}

.muryo-button a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.muryo-button a:hover:after {
  border-color: #FFF;
}

.teikyo-base {
  margin: 0;
  padding: 0;
  background: url(../images/img-top-bg01.jpg) no-repeat;
  background-position: right top;
  background-size: cover;
}

.page-heading {
  margin: 0;
  padding: 0;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}

.page-heading-wh {
  margin: 0;
  padding: 0;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.page-sub-heading-wh {
  margin: 0;
  padding: 0;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.page-sub-heading {
  margin: 0;
  padding: 0;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 768px) {
  .page-heading {
    margin: 0;
    padding: 0;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
  }
  .page-heading-wh {
    margin: 0;
    padding: 0;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }
  .page-sub-heading-wh {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }
  .page-sub-heading {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #000;
  }
}
.page-heading-02 {
  margin: 50px 0 0;
  padding: 0 0 0 15px;
  font-size: 24px;
  text-align: left;
  border-left: 6px solid #75AD3B;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .page-heading-02 {
    margin: 30px 0 0;
    padding: 0 0 0 12px;
    font-size: 20px;
    text-align: left;
    border-left: 6px solid #75AD3B;
    font-weight: 400;
    line-height: 1.2;
  }
}
.lead-text {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
  font-size: 20px;
}

.teikyo-area {
  margin: 50px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teikyo-area li {
  margin: 0 0 40px;
  padding: 0;
  background: #fff;
  width: 48%;
  text-align: left;
  box-sizing: border-box;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
.teikyo-area li img {
  width: 100%;
  height: auto;
}
.teikyo-area li .text-area {
  margin: 0;
  padding: 15px 20px 20px;
  width: 100%;
  box-sizing: border-box;
}
.teikyo-area li:nth-child(n+3) {
  margin: 0;
  padding: 0;
  background: #fff;
  width: 48%;
  text-align: left;
  box-sizing: border-box;
}
.teikyo-area li:nth-child(n+3) img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .teikyo-area {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .teikyo-area li {
    margin: 0 0 30px;
    padding: 0;
    background: #fff;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  }
  .teikyo-area li img {
    width: 100%;
    height: auto;
  }
  .teikyo-area li .text-area {
    margin: 0;
    padding: 15px 20px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .teikyo-area li:nth-of-type(3) {
    margin: 0 0 30px;
    padding: 0;
    background: #fff;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
  }
  .teikyo-area li:nth-of-type(3) img {
    width: 100%;
    height: auto;
  }
  .teikyo-area li:nth-of-type(4) {
    margin: 0 0 30px;
    padding: 0;
    background: #fff;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
  }
  .teikyo-area li:nth-of-type(4) img {
    width: 100%;
    height: auto;
  }
}
.tokui-base {
  margin: 0;
  padding: 0;
  background: url(../images/img-top-bg02.jpg) no-repeat;
  background-position: right top;
  background-size: cover;
}

.tokui-area {
  margin: 50px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tokui-area li {
  margin: 0 0 30px;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  width: 32%;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  border: 3px solid #014BC1;
}
.tokui-area li img {
  width: 30%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
.tokui-area li .text-area {
  margin: 0;
  padding: 15px 20px 20px;
  width: 100%;
  box-sizing: border-box;
}
.tokui-area li:nth-child(n+4) {
  margin: 0;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  width: 32%;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #014BC1;
}
.tokui-area li:nth-child(n+4) img {
  width: 30%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
.tokui-area li:nth-child(n+4) .text-area {
  margin: 0;
  padding: 15px 20px 20px;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .tokui-base {
    margin: 0;
    padding: 0;
    background: url(../images/img-top-bg02.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .tokui-area {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tokui-area li {
    margin: 0 0 30px;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
    border: 3px solid #014BC1;
  }
  .tokui-area li img {
    width: 30%;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
  .tokui-area li .text-area {
    margin: 0;
    padding: 15px 20px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .tokui-area li:nth-of-type(4),
  .tokui-area li:nth-of-type(5) {
    margin: 0 0 30px;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
    border: 3px solid #014BC1;
  }
  .tokui-area li:nth-of-type(4) img,
  .tokui-area li:nth-of-type(5) img {
    width: 30%;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
  .tokui-area li:nth-of-type(4) .text-area,
  .tokui-area li:nth-of-type(5) .text-area {
    margin: 0;
    padding: 15px 20px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .tokui-area li:last-child {
    margin: 0;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border: 3px solid #014BC1;
  }
  .tokui-area li:last-child img {
    width: 30%;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
  .tokui-area li:last-child .text-area {
    margin: 0;
    padding: 15px 20px 20px;
    width: 100%;
    box-sizing: border-box;
  }
}
.strong-text {
  margin: 50px 0 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .strong-text {
    margin: 50px 0 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
  }
}
.riyu-base {
  margin: 0;
  padding: 0;
  background: url(../images/img-top-bg03.jpg);
}

.riyu-area {
  margin: 50px auto 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 800px;
}
.riyu-area li {
  margin: 0 0 50px;
  padding: 30px 65px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
.riyu-area li .triangle-01a::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 80px solid transparent;
  border-left: 80px solid #00C5DD; /* ラベルの色はここで変更 */
  position: absolute;
}
.riyu-area li .triangle-01a::after {
  font-family: "Roboto";
  content: "01";
  display: block;
  top: -5px;
  color: #fff; /* 文字色はここで変更 */
  left: 7px;
  position: absolute;
  font-size: 30px;
  font-weight: bold;
}
.riyu-area li .triangle-02::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 80px solid transparent;
  border-left: 80px solid #E7690F; /* ラベルの色はここで変更 */
  position: absolute;
}
.riyu-area li .triangle-02::after {
  font-family: "Roboto";
  content: "02";
  display: block;
  top: -5px;
  color: #fff; /* 文字色はここで変更 */
  left: 7px;
  position: absolute;
  font-size: 30px;
  font-weight: bold;
}
.riyu-area li .triangle-03::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 80px solid transparent;
  border-left: 80px solid #F6D000; /* ラベルの色はここで変更 */
  position: absolute;
}
.riyu-area li .triangle-03::after {
  font-family: "Roboto";
  content: "03";
  display: block;
  top: -5px;
  color: #fff; /* 文字色はここで変更 */
  left: 7px;
  position: absolute;
  font-size: 30px;
  font-weight: bold;
}
.riyu-area li .triangle-04::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 80px solid transparent;
  border-left: 80px solid #2EDA34; /* ラベルの色はここで変更 */
  position: absolute;
}
.riyu-area li .triangle-04::after {
  font-family: "Roboto";
  content: "04";
  display: block;
  top: -5px;
  color: #fff; /* 文字色はここで変更 */
  left: 7px;
  position: absolute;
  font-size: 30px;
  font-weight: bold;
}
.riyu-area li .triangle-05::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 80px solid transparent;
  border-left: 80px solid #C05EC9; /* ラベルの色はここで変更 */
  position: absolute;
}
.riyu-area li .triangle-05::after {
  font-family: "Roboto";
  content: "05";
  display: block;
  top: -5px;
  color: #fff; /* 文字色はここで変更 */
  left: 7px;
  position: absolute;
  font-size: 30px;
  font-weight: bold;
}
.riyu-area li .riyu-title {
  margin: 0;
  padding: 0 0 10px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.riyu-area li .riyu-text {
  margin: 0;
  padding: 20px 0;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
.riyu-area li:last-of-type {
  margin: 0;
  padding: 30px 65px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .riyu-area {
    margin: 30px auto 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 800px;
  }
  .riyu-area li {
    margin: 0 0 30px;
    padding: 30px 40px 30px 65px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    background: #fff;
  }
  .riyu-area li .riyu-title {
    margin: 0;
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
  }
  .riyu-area li .riyu-text {
    margin: 0;
    padding: 20px 0;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
  }
}
.contact-base {
  margin: 0;
  padding: 0;
  background: url(../images/img-top-contact.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

.contact-area {
  margin: 20px 0 0;
  padding: 40px 0;
  background: rgba(255, 255, 255, 0.8862745098);
  text-align: center;
}

.contact-title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  color: #014BC1;
}

.contact-text {
  margin: 10px 0 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .contact-area {
    margin: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8862745098);
    text-align: center;
  }
  .contact-title {
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: bold;
    color: #014BC1;
  }
  .contact-text {
    margin: 10px 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
  }
}
.osusume-base {
  margin: 0;
  padding: 0;
  background: url(../images/img-top-bg04.jpg);
}

.osusume-area {
  margin: 50px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.osusume-area li {
  margin: 0 0 30px;
  padding: 0;
  background: none;
  width: 48%;
  text-align: center;
  box-sizing: border-box;
}
.osusume-area li img {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #fff;
}
.osusume-area li .text-area {
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .osusume-area {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .osusume-area li {
    margin: 0 0 30px;
    padding: 0;
    background: none;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .osusume-area li img {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #fff;
  }
  .osusume-area li .text-area {
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    font-size: 18px;
  }
}
.flow-base {
  margin: 0;
  padding: 0;
  background: url(../images/img-top-bg05.jpg);
}

.flow-area {
  margin: 50px auto 0;
  padding: 0;
  max-width: 760px;
}
.flow-area li {
  margin: 0 0 50px;
  padding: 0 0 50px;
  text-align: left;
  background: url(../images/img-stepbar.svg) no-repeat;
  background-position: center bottom;
}
.flow-area li:last-child {
  margin: 0;
  padding: 0 0 50px;
  text-align: left;
  background: none;
  border-bottom: 5px solid #014BC1;
}

.flow-01 {
  margin: 0;
  padding: 5px 0 5px 130px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  background: url(../images/img-step-01.svg) no-repeat;
  background-position: left 3px;
}

.flow-02 {
  margin: 0;
  padding: 5px 0 5px 130px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  background: url(../images/img-step-02.svg) no-repeat;
  background-position: left 3px;
}

.flow-03 {
  margin: 0;
  padding: 5px 0 5px 130px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  background: url(../images/img-step-03.svg) no-repeat;
  background-position: left 3px;
}

.flow-04 {
  margin: 0;
  padding: 5px 0 5px 130px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  background: url(../images/img-step-04.svg) no-repeat;
  background-position: left 3px;
}

.flow-05 {
  margin: 0;
  padding: 5px 0 5px 130px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  background: url(../images/img-step-05.svg) no-repeat;
  background-position: left 3px;
}

.flow-text {
  margin: 20px 0 0;
  padding: 0;
  font-size: 18px;
}

.faq-base {
  margin: 0;
  padding: 0;
  background: url(../images/img-top-bg06.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

.footer-contact-area {
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  max-width: 800px;
}

.footer-contact-area .contact-headingarea {
  margin: 0;
  padding: 10px 0 20px;
  background: #113073;
}

.footer-contact-area .contact-headingarea .note {
  margin: 20px 0 0;
  color: #ffea75;
}

@media screen and (max-width: 768px) {
  .footer-contact-area {
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    width: 94%;
    box-sizing: border-box;
  }
  .footer-contact-area .contact-headingarea {
    margin: 0;
    padding: 10px 15px 20px;
    background: #113073;
  }
  .footer-contact-area .contact-headingarea .note {
    margin: 20px 0 0;
    color: #ffea75;
    font-size: 12px;
  }
}
.footer-contact-area .form__content {
  margin: 30px 0 0;
}

.footer-contact-area .form__content dl {
  margin-bottom: 2.5rem;
  text-align: left;
}

.footer-contact-area .form__content dl:last-of-type {
  margin-bottom: 0;
}

.footer-contact-area .form__content dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .footer-contact-area .form__content dl dt {
    font-size: 1.6rem;
  }
}
.footer-contact-area .form__content dl dt span {
  display: inline-block;
  color: #fff;
  background-color: #014BC1;
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 1rem;
  border-radius: 20px;
}

.footer-contact-area .form__content dl dd .error {
  font-size: 1.4rem;
  line-height: 1.3;
}

.footer-contact-area .form__content dl dd input, .footer-contact-area .form__content dl dd select {
  box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  padding: 1.9rem 2.9rem;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}

.footer-contact-area .form__content dl dd input:placeholder-shown, .footer-contact-area .form__content dl dd input ::-webkit-input-placeholder, .footer-contact-area .form__content dl dd select:placeholder-shown, .footer-contact-area .form__content dl dd select ::-webkit-input-placeholder {
  color: #a4a4a4;
}

.footer-contact-area .form__content dl dd textarea {
  resize: none;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  width: 100%;
  height: 26rem;
  padding: 0 2.9rem;
  font-size: 16px;
  line-height: 57px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}

.footer-contact-area .form__content > p {
  font-size: 1.4rem;
}

.footer-contact-area .form__content .btn {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 0;
  border: none;
}

.footer-contact-area .form__content .btn img {
  max-width: 475px;
  width: 33vw;
}

@media (max-width: 560px) {
  .footer-contact-area .form__content .btn img {
    width: 80vw;
  }
}
/*ページトップ*/
.pagetop {
  position: fixed;
  right: 2.5%;
  bottom: -200px;
  transition: 0.7s ease-out;
}

.pagetop.is-active {
  bottom: 30px;
}

@media screen and (max-width: 768px) {
  .pagetop {
    position: fixed;
    right: 2.5%;
    bottom: -200px;
    transition: 0.7s ease-out;
    width: 40px;
  }
  .pagetop img {
    width: 100%;
    height: auto;
  }
}
.spmenu-base {
  margin: 70px auto 0;
  padding: 0;
  text-align: left;
  width: 80%;
}
.spmenu-base li {
  margin: 0 0 20px;
  padding: 0 0 8px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
.spmenu-base li a {
  color: #222;
}

.breadbase {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #E7F5FF;
}
.breadbase .inner {
  margin: 0 auto;
  padding: 5px 0;
  font-size: 13px;
  text-align: left;
  max-width: 1200px;
}
.breadbase .inner span {
  margin: 0 7px;
}
.breadbase a {
  color: #222;
}
.breadbase a:hover {
  color: #888888;
}

.faq-accordion-01 {
  margin: 20px auto 0;
  max-width: 800px;
  margin-bottom: 7px;
}

.faq-accordion-01 summary {
  margin: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px 10px 20px 20px;
  color: #000;
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  background: url(../images/icon-q.svg) no-repeat;
  background-position: left 13px;
  text-align: left;
}

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

.faq-accordion-01 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin: 13px 0 0;
  border-bottom: 2px solid #014BC1;
  border-right: 2px solid #014BC1;
  content: "";
  transition: transform 0.3s;
}

.faq-accordion-01[open] summary::after {
  transform: rotate(225deg);
}

.faq-accordion-01 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 5px 0 0;
  padding: 20px 30px;
  color: #222;
  font-size: 18px;
  transition: transform 0.5s, opacity 0.5s;
  text-align: left;
  position: relative;
}

.faq-accordion-01[open] p {
  transform: none;
  opacity: 1;
  background: #dbdeed;
}

.faq-accordion-01 p::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: 18px;
  left: 15px;
  margin: 0;
  padding: 0;
  background: url(../images/icon-a.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .faq-accordion-01 summary {
    margin: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 10px 15px 10px 0;
    color: #333333;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    background: url(../images/icon-q.svg) no-repeat;
    background-position: left 10px;
    text-align: left;
  }
  .faq-accordion-01 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin: 0;
    border-bottom: 2px solid #75AD3B;
    border-right: 2px solid #75AD3B;
    content: "";
    transition: transform 0.3s;
    position: absolute;
    top: 20px;
    right: 0;
  }
  .faq-accordion-01 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 5px 0 0;
    padding: 15px 15px 15px 50px;
    color: #222;
    font-size: 16px;
    transition: transform 0.5s, opacity 0.5s;
    text-align: left;
    position: relative;
  }
}
.wd-nayami-base {
  margin: 0;
  padding: 70px 10px;
  background: #113073;
}

.wd-nayami-area {
  margin: 0 auto 60px;
  padding: 30px;
  max-width: 1200px;
  box-sizing: border-box;
  background: #E7F5FF;
  border-radius: 30px;
  position: relative;
}
.wd-nayami-area .wd-nayami-arrow {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .wd-nayami-base {
    margin: 0;
    padding: 10px 10px 30px;
    background: #113073;
  }
  .wd-nayami-area {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    background: #E7F5FF;
    border-radius: 18px;
  }
  .wd-nayami-area .wd-nayami-arrow {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    width: 20%;
  }
  .wd-nayami-area .wd-nayami-arrow img {
    width: 100%;
    height: auto;
  }
}
.page-wdnayami-heading {
  margin: 0;
  padding: 0;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.page-wdnayami-heading-left,
.page-heading-left {
  margin: 0;
  padding: 0;
  font-size: 34px;
  text-align: left;
  font-weight: bold;
  color: #113073;
}

.page-wdnayami-heading-left-wh {
  margin: 0;
  padding: 0;
  font-size: 34px;
  text-align: left;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .page-wdnayami-heading {
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
  }
  .page-wdnayami-heading-left,
  .page-heading-left {
    margin: 0;
    padding: 0;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    color: #113073;
  }
  .page-wdnayami-heading-left-wh {
    margin: 0;
    padding: 0;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    color: #fff;
  }
}
.nayami-illust {
  margin: 50px auto 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.nayami-illust img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .nayami-illust {
    margin: 30px auto 0;
  }
}
.wd-nayami-lead {
  margin: 100px 0 0;
  padding: 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.wd-nayami-lead-02 {
  margin: 50px 0 0;
  padding: 0;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #FFFF4B;
}

@media screen and (max-width: 768px) {
  .wd-nayami-lead {
    margin: 30px 0 0;
    padding: 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
  }
  .wd-nayami-lead-02 {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #FFFF4B;
  }
}
.wd-nayami-exmp {
  margin: 100px auto 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  max-width: 860px;
}
.wd-nayami-exmp li {
  margin: 0;
  padding: 0;
  width: 25%;
  color: #fff;
  text-align: center;
}
.wd-nayami-exmp li img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .wd-nayami-exmp {
    margin: 10px auto 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 94%;
  }
  .wd-nayami-exmp li {
    margin: 10px 0;
    padding: 0;
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .wd-nayami-exmp li img {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }
}
.wd-tsuyomi-base {
  margin: 0;
  padding: 0;
  background: url(../images/img-wd-bg01.jpg);
}

ol.wd-tsuyomi-area01 {
  margin: 50px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  padding: 0;
}

ol.wd-tsuyomi-area01 li {
  position: relative;
  padding: 20px 20px;
  margin: 0 0 20px;
  line-height: 1.7;
  background: #fff;
  border-top: 1px solid #113073;
  border-right: 1px solid #113073;
  border-bottom: 1px solid #113073;
  border-left: solid 80px #113073;
  width: 48%;
  box-sizing: border-box;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}

ol.wd-tsuyomi-area01 li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display: inline-block;
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 36px;
  top: 50%;
  transform: translateY(-50%);
  left: -80px;
  width: 80px;
  height: 1em;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  ol.wd-tsuyomi-area01 {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    counter-reset: number; /*数字をリセット*/
    list-style-type: none !important; /*数字を一旦消す*/
    padding: 0;
  }
  ol.wd-tsuyomi-area01 li {
    position: relative;
    padding: 15px 20px;
    margin: 0 0 20px;
    line-height: 1.7;
    background: #fff;
    border-top: 1px solid #113073;
    border-right: 1px solid #113073;
    border-bottom: 1px solid #113073;
    border-left: solid 60px #113073;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
  }
  ol.wd-tsuyomi-area01 li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*数字のデザイン変える*/
    display: inline-block;
    color: white;
    font-family: "Avenir", "Arial Black", "Arial", sans-serif;
    font-weight: bold;
    font-size: 28px;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
    width: 60px;
    height: 1em;
    line-height: 1;
    text-align: center;
  }
}
.wd-contact-banner {
  margin: 0;
  padding: 0;
  background: url(../images/img-wd-contactbg.jpg) no-repeat;
  background-position: right bottom;
  background-size: cover;
}

.wd-contact-heading {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  color: #113073;
}

.wd-contact-text {
  margin: 10px 0 0;
  padding: 0;
  text-align: left;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .wd-contact-banner {
    margin: 0;
    padding: 0;
    background: url(../images/img-wd-sp-contactbg.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  .wd-contact-heading {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #113073;
  }
  .wd-contact-text {
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
    font-size: 18px;
  }
}
.wd-brand-base {
  margin: 0;
  padding: 0;
  background: url(../images/img-wd-bg02.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
}

.wd-brand-lead {
  margin: 20px 0 0;
  padding: 0;
  text-align: left;
  font-size: 20px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .wd-brand-lead {
    font-size: 18px;
  }
}
.wd-brand-c01,
.wd-brand-c02 {
  margin: 80px auto 0 0;
  padding: 0px;
  background: none;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}
.wd-brand-c01 .wd-brand-textarea,
.wd-brand-c02 .wd-brand-textarea {
  argin: 0;
  padding: 80px 0 0;
  width: 60%;
}
.wd-brand-c01 .wd-brand-ph01,
.wd-brand-c02 .wd-brand-ph01 {
  margin: 0;
  padding: 0;
  width: 35%;
}
.wd-brand-c01 .wd-brand-ph01 img,
.wd-brand-c02 .wd-brand-ph01 img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
.wd-brand-c01 .wd-brand-number,
.wd-brand-c02 .wd-brand-number {
  margin: 0;
  padding: 0;
  font-size: 70px;
  font-weight: bold;
  color: #ffd001;
  position: absolute;
  top: -30px;
  left: 0px;
}
.wd-brand-c01 .wd-brand-number-02,
.wd-brand-c02 .wd-brand-number-02 {
  margin: 0;
  padding: 0;
  font-size: 70px;
  font-weight: bold;
  color: #ffd001;
  position: absolute;
  top: -30px;
  left: 40%;
}

@media screen and (max-width: 768px) {
  .wd-brand-c01 {
    margin: 30px auto 0 0;
    padding: 50px 0 0;
    background: none;
    text-align: left;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .wd-brand-c01 .wd-brand-textarea {
    argin: 0;
    padding: 0;
    width: 100%;
  }
  .wd-brand-c01 .wd-brand-ph01 {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
  }
  .wd-brand-c01 .wd-brand-ph01 img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  }
  .wd-brand-c01 .wd-brand-number {
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: bold;
    color: #ffd001;
    position: absolute;
    top: -10px;
    left: 0;
  }
  .wd-brand-c02 {
    margin: 30px auto 0 0;
    padding: 50px 0 0;
    background: none;
    text-align: left;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .wd-brand-c02 .wd-brand-textarea {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .wd-brand-c02 .wd-brand-ph01 {
    margin: 30px 0 0;
    padding: 0;
    width: 100%;
  }
  .wd-brand-c02 .wd-brand-ph01 img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  }
  .wd-brand-c02 .wd-brand-number-02 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: bold;
    color: #ffd001;
    position: absolute;
    top: -10px;
    left: 0;
  }
}
.wd-brand-title {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .wd-brand-title {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    color: #fff;
  }
}
.wd-brand-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #ffd001;
  bottom: -20px;
  width: 8%;
}

.wd-brand-text {
  margin: 40px 0 0;
  padding: 0;
  color: #fff;
}

.wd-unei-base {
  margin: 0;
  padding: 0;
  background: url(../images/img-wd-bg03.jpg);
}

.unei-lead {
  margin: 30px 0 0;
  padding: 0 0 0 20px;
  font-size: 18px;
  text-align: left;
  border-left: 8px solid #113073;
}

.wd-unei-area {
  margin: 70px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.wd-unei-area li {
  margin: 0 0 60px;
  padding: 40px 30px 30px;
  text-align: left;
  background: #fff;
  position: relative;
  width: 45%;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.wd-unei-area li .wd-unei-heading {
  margin: 0;
  padding: 5px 15px;
  background: #113073;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: -20px;
  left: -20px;
}
.wd-unei-area li:nth-of-type(3),
.wd-unei-area li:nth-of-type(4) {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .wd-unei-area {
    margin: 50px 0 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .wd-unei-area li {
    margin: 0 auto 60px;
    padding: 40px 20px 20px;
    text-align: left;
    background: #fff;
    position: relative;
    width: 94%;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
  }
  .wd-unei-area li .wd-unei-heading {
    margin: 0;
    padding: 5px 15px;
    background: #113073;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: -20px;
    left: -10px;
  }
  .wd-unei-area li:nth-of-type(3) {
    margin: 0 auto 60px;
  }
  .wd-unei-area li:nth-of-type(4) {
    margin: 0;
  }
}
.wd-site-base {
  margin: 0;
  padding: 0;
  background: #00A8C7;
}

.wd-site-area {
  margin: 0;
  padding: 40px 70px;
  background: #fff;
  text-align: left;
}

.wd-site-lead {
  margin: 50px 0 0;
  padding: 20px 0;
  text-align: left;
  font-size: 18px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .wd-site-area {
    margin: 0;
    padding: 30px 20px 0;
    background: #fff;
    text-align: left;
  }
  .wd-site-lead {
    margin: 30px 0 0;
    padding: 10px 0;
    text-align: left;
    font-size: 18px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
.wd-site-list {
  margin: 50px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.wd-site-list li {
  margin: 0 0 50px;
  padding: 0;
  width: 45%;
  text-align: left;
}
.wd-site-list li img {
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
}
.wd-site-list li .wd-site-title {
  margin: 5px 0 0;
  padding: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #00A8C7;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .wd-site-list {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .wd-site-list li {
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .wd-site-list li img {
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
  }
  .wd-site-list li .wd-site-title {
    margin: 5px 0 0;
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #00A8C7;
    border-bottom: 1px solid #ccc;
  }
  .wd-site-list li:last-of-type {
    margin: 0;
  }
}
.wd-flow-area {
  margin: 50px auto 0;
  padding: 0;
  max-width: 840px;
}
.wd-flow-area li {
  margin: 0 0 20px;
  padding: 30px;
  border: 1px solid #ddd;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
}
.wd-flow-area li .icon-flow {
  margin: 0;
  padding: 0;
  width: 16%;
  text-align: center;
}
.wd-flow-area li .icon-flow img {
  width: 60%;
  height: auto;
}
.wd-flow-area li .flow-text {
  margin: 0;
  padding: 0 0 0 50px;
  width: 80%;
  text-align: left;
  font-size: 16px;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
}
.wd-flow-area li .flow-text .wd-flow-title {
  font-size: 22px;
  font-weight: bold;
  color: #113073;
}
.wd-flow-area li.wd-flow-arrow {
  margin: 0 auto 20px;
  padding: 0;
  border: 0px solid #000;
  width: 8%;
}
.wd-flow-area li.wd-flow-arrow img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .wd-flow-area {
    margin: 30px auto 0;
    padding: 0;
    max-width: 100%;
  }
  .wd-flow-area li {
    margin: 0 0 20px;
    padding: 10px;
    border: 1px solid #ddd;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    box-sizing: border-box;
  }
  .wd-flow-area li .icon-flow {
    margin: 0;
    padding: 0;
    width: 17%;
    text-align: center;
  }
  .wd-flow-area li .icon-flow img {
    width: 80%;
    height: auto;
    text-align: center;
  }
  .wd-flow-area li .flow-text {
    margin: 0;
    padding: 0 0 0 10px;
    width: 80%;
    text-align: left;
    font-size: 16px;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
  }
  .wd-flow-area li .flow-text .wd-flow-title {
    font-size: 18px;
    font-weight: bold;
    color: #113073;
  }
  .wd-flow-area li.wd-flow-arrow {
    margin: 0 auto 20px;
    padding: 0;
    border: 0px solid #000;
    width: 8%;
  }
  .wd-flow-area li.wd-flow-arrow img {
    width: 100%;
    height: auto;
  }
}
.wd-erabareru-base {
  margin: 0;
  padding: 0;
  background: url(../images/img-wd-bg04.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
}

.wd-erabareru-area {
  margin: 50px auto 0;
  padding: 0;
  max-width: 1000px;
}
.wd-erabareru-area li,
.wd-erabareru-area li:nth-of-type(2),
.wd-erabareru-area li:nth-of-type(3),
.wd-erabareru-area li:nth-of-type(4) {
  margin: 0 0 50px;
  padding: 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 8px solid #113073;
  position: relative;
}
.wd-erabareru-area li .wd-erabareru-text,
.wd-erabareru-area li:nth-of-type(2) .wd-erabareru-text,
.wd-erabareru-area li:nth-of-type(3) .wd-erabareru-text,
.wd-erabareru-area li:nth-of-type(4) .wd-erabareru-text {
  margin: 0;
  padding: 30px 30px 30px 45px;
  text-align: left;
  width: 65%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.wd-erabareru-area li .wd-erabareru-text .wd-erabareru-title,
.wd-erabareru-area li:nth-of-type(2) .wd-erabareru-text .wd-erabareru-title,
.wd-erabareru-area li:nth-of-type(3) .wd-erabareru-text .wd-erabareru-title,
.wd-erabareru-area li:nth-of-type(4) .wd-erabareru-text .wd-erabareru-title {
  font-size: 20px;
  font-weight: bold;
}
.wd-erabareru-area li .wd-erabareru-pic,
.wd-erabareru-area li:nth-of-type(2) .wd-erabareru-pic,
.wd-erabareru-area li:nth-of-type(3) .wd-erabareru-pic,
.wd-erabareru-area li:nth-of-type(4) .wd-erabareru-pic {
  width: 35%;
  box-sizing: border-box;
  line-height: 0;
}
.wd-erabareru-area li .wd-erabareru-pic img,
.wd-erabareru-area li:nth-of-type(2) .wd-erabareru-pic img,
.wd-erabareru-area li:nth-of-type(3) .wd-erabareru-pic img,
.wd-erabareru-area li:nth-of-type(4) .wd-erabareru-pic img {
  width: 100%;
  height: auto;
}
.wd-erabareru-area li:nth-of-type(5) {
  margin: 0;
  padding: 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 8px solid #113073;
  position: relative;
}
.wd-erabareru-area li:nth-of-type(5) .wd-erabareru-text {
  margin: 0;
  padding: 30px 30px 30px 45px;
  text-align: left;
  width: 65%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.wd-erabareru-area li:nth-of-type(5) .wd-erabareru-text .wd-erabareru-title {
  font-size: 20px;
  font-weight: bold;
}
.wd-erabareru-area li:nth-of-type(5) .wd-erabareru-pic {
  width: 35%;
  box-sizing: border-box;
  line-height: 0;
}
.wd-erabareru-area li:nth-of-type(5) .wd-erabareru-pic img {
  width: 100%;
  height: auto;
}
.wd-erabareru-area li:before { /*疑似要素*/
  position: absolute;
  content: "01";
  bottom: -40px;
  left: 10px;
  color: rgba(17, 48, 115, 0.0941176471);
  font-size: 150px;
  font-weight: bold;
}
.wd-erabareru-area li:nth-of-type(2):before { /*疑似要素*/
  position: absolute;
  content: "02";
  bottom: -40px;
  left: 10px;
  color: rgba(17, 48, 115, 0.0941176471);
  font-size: 150px;
  font-weight: bold;
}
.wd-erabareru-area li:nth-of-type(3):before { /*疑似要素*/
  position: absolute;
  content: "03";
  bottom: -40px;
  left: 10px;
  color: rgba(17, 48, 115, 0.0941176471);
  font-size: 150px;
  font-weight: bold;
}
.wd-erabareru-area li:nth-of-type(4):before { /*疑似要素*/
  position: absolute;
  content: "04";
  bottom: -40px;
  left: 10px;
  color: rgba(17, 48, 115, 0.0941176471);
  font-size: 150px;
  font-weight: bold;
}
.wd-erabareru-area li:nth-of-type(5):before { /*疑似要素*/
  position: absolute;
  content: "05";
  bottom: -40px;
  left: 10px;
  color: rgba(17, 48, 115, 0.0941176471);
  font-size: 150px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .wd-erabareru-area {
    margin: 30px auto 0;
    padding: 0;
    max-width: 1000px;
  }
  .wd-erabareru-area li,
  .wd-erabareru-area li:nth-of-type(2),
  .wd-erabareru-area li:nth-of-type(3),
  .wd-erabareru-area li:nth-of-type(4) {
    margin: 0 0 50px;
    padding: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-left: 0px solid #113073;
    border-top: 8px solid #113073;
    position: relative;
  }
  .wd-erabareru-area li .wd-erabareru-text,
  .wd-erabareru-area li:nth-of-type(2) .wd-erabareru-text,
  .wd-erabareru-area li:nth-of-type(3) .wd-erabareru-text,
  .wd-erabareru-area li:nth-of-type(4) .wd-erabareru-text {
    margin: 0;
    padding: 20px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .wd-erabareru-area li .wd-erabareru-text .wd-erabareru-title,
  .wd-erabareru-area li:nth-of-type(2) .wd-erabareru-text .wd-erabareru-title,
  .wd-erabareru-area li:nth-of-type(3) .wd-erabareru-text .wd-erabareru-title,
  .wd-erabareru-area li:nth-of-type(4) .wd-erabareru-text .wd-erabareru-title {
    font-size: 18px;
    font-weight: bold;
  }
  .wd-erabareru-area li .wd-erabareru-pic,
  .wd-erabareru-area li:nth-of-type(2) .wd-erabareru-pic,
  .wd-erabareru-area li:nth-of-type(3) .wd-erabareru-pic,
  .wd-erabareru-area li:nth-of-type(4) .wd-erabareru-pic {
    width: 100%;
    box-sizing: border-box;
    line-height: 0;
  }
  .wd-erabareru-area li .wd-erabareru-pic img,
  .wd-erabareru-area li:nth-of-type(2) .wd-erabareru-pic img,
  .wd-erabareru-area li:nth-of-type(3) .wd-erabareru-pic img,
  .wd-erabareru-area li:nth-of-type(4) .wd-erabareru-pic img {
    width: 100%;
    height: auto;
  }
  .wd-erabareru-area li:nth-of-type(5) {
    margin: 0;
    padding: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-left: 0px solid #113073;
    border-top: 8px solid #113073;
    position: relative;
  }
  .wd-erabareru-area li:nth-of-type(5) .wd-erabareru-text {
    margin: 0;
    padding: 20px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .wd-erabareru-area li:nth-of-type(5) .wd-erabareru-text .wd-erabareru-title {
    font-size: 18px;
    font-weight: bold;
  }
  .wd-erabareru-area li:nth-of-type(5) .wd-erabareru-pic {
    width: 100%;
    box-sizing: border-box;
    line-height: 0;
  }
  .wd-erabareru-area li:nth-of-type(5) .wd-erabareru-pic img {
    width: 100%;
    height: auto;
  }
  .wd-erabareru-area li:before,
  .wd-erabareru-area li:nth-of-type(2):before,
  .wd-erabareru-area li:nth-of-type(3):before,
  .wd-erabareru-area li:nth-of-type(4):before,
  .wd-erabareru-area li:nth-of-type(5):before {
    position: absolute;
    top: -30px;
    right: 10px;
    left: auto;
    color: rgba(17, 48, 115, 0.0941176471);
    font-size: 100px;
    font-weight: bold;
  }
}
.wd-faq-base {
  margin: 0;
  padding: 0;
  background: url(../images/img-wd-bg05.jpg);
}

.wd-faq-area {
  margin: 0 auto;
  padding: 70px 10px;
  max-width: 800px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 768px) {
  .wd-faq-area {
    margin: 0 auto;
    padding: 30px 0;
    width: 94%;
    box-sizing: border-box;
    position: relative;
  }
}
.wd-accordion {
  max-width: 800px;
  margin: 30px 0 0;
  border: 2px solid #dddddd;
  border-radius: 12px;
  background: #fff;
  text-align: left;
}

.wd-accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .wd-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 15px;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
  }
}
.wd-accordion summary::-webkit-details-marker {
  display: none;
}

.wd-accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #00A8C7;
  border-right: 3px solid #00A8C7;
  content: "";
  transition: transform 0.3s;
}

.wd-accordion[open] summary::after {
  transform: rotate(225deg);
}

.wd-accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 20px 30px;
  color: #000000;
  transition: transform 0.5s, opacity 0.5s;
  text-align: left;
  border-top: 1px solid #ddd;
  background: rgba(0, 169, 199, 0.0823529412);
}

.wd-accordion[open] p {
  transform: none;
  opacity: 1;
}

.itc-nayami-base {
  margin: 0;
  padding: 0;
  background: #0C173D;
}

.itc-nayami-base-02 {
  margin: 0 auto;
  padding: 30px 10px 70px;
  max-width: 1200px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 768px) {
  .itc-nayami-base-02 {
    margin: 0 auto;
    padding: 30px 0;
    width: 94%;
    box-sizing: border-box;
    position: relative;
  }
}
.itc-nayami-contents {
  margin: 50px auto 0;
  padding: 0;
  width: 100%;
}
.itc-nayami-contents img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .itc-nayami-contents {
    margin: 30px auto 0;
  }
}
.itc-nayami-arrow {
  margin: 0 auto;
  padding: 0;
  width: 120px;
}
.itc-nayami-arrow img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .itc-nayami-arrow {
    margin: 0 auto;
    padding: 0;
    width: 60px;
  }
  .itc-nayami-arrow img {
    width: 100%;
    height: auto;
  }
}
.itc-nayami-lead {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .itc-nayami-lead {
    margin: 30px 0 0;
    padding: 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
  }
}
.itc-nayami-list {
  margin: 50px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.itc-nayami-list li {
  margin: 0;
  padding: 0;
  width: 30%;
  border: 1px solid #ddd;
}
.itc-nayami-list li img {
  width: 100%;
  height: auto;
}
.itc-nayami-list li .text-area {
  margin: 0;
  padding: 15px 20px 20px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .itc-nayami-list {
    margin: 35px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .itc-nayami-list li {
    margin: 15px 0;
    padding: 0;
    width: 100%;
    border: 1px solid #ddd;
  }
  .itc-nayami-list li img {
    width: 100%;
    height: auto;
  }
  .itc-nayami-list li .text-area {
    margin: 0;
    padding: 15px 20px 20px;
    text-align: left;
  }
}
.itc-heading-01 {
  margin: 50px 0 0;
  padding: 0 0 0 20px;
  font-size: 30px;
  text-align: left;
  font-weight: bold;
  border-left: 10px solid #113073;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .itc-heading-01 {
    margin: 50px 0 0;
    padding: 0 0 0 20px;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    border-left: 10px solid #113073;
    line-height: 1.4;
  }
}
.itc-knowhow-base {
  margin: 50px auto 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.itc-knowhow-base .itc-knowhow-text {
  margin: 0;
  padding: 0;
  width: 62%;
  text-align: left;
}
.itc-knowhow-base .itc-knowhow-img {
  margin: 0;
  padding: 0;
  width: 35%;
}
.itc-knowhow-base .itc-knowhow-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .itc-knowhow-base {
    margin: 30px auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .itc-knowhow-base .itc-knowhow-text {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .itc-knowhow-base .itc-knowhow-img {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
  }
  .itc-knowhow-base .itc-knowhow-img img {
    width: 100%;
    height: auto;
  }
}
.itc-knowhow-exp {
  margin: 50px 0 0;
  padding: 0;
  width: 100%;
  border: 1px solid #113073;
}
.itc-knowhow-exp th {
  margin: 0;
  padding: 15px 0;
  width: 15%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #113073;
  vertical-align: middle;
}
.itc-knowhow-exp td {
  margin: 0;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .itc-knowhow-exp {
    margin: 30px 0 0;
    padding: 0;
    width: 100%;
    border: 1px solid #113073;
  }
  .itc-knowhow-exp th {
    margin: 0;
    padding: 15px 10px;
    width: 25%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #113073;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .itc-knowhow-exp td {
    margin: 0;
    padding: 15px 10px;
    width: 75%;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
  }
}
.itc-contact-banner {
  margin: 0;
  padding: 0;
  background: url(../images/img-itc-bg01.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

.itc-contact-heading {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}

.itc-contact-text {
  margin: 10px 0 0;
  padding: 0;
  text-align: left;
  font-size: 18px;
  color: #fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .itc-contact-banner {
    margin: 0;
    padding: 0;
    background: url(../images/img-itc-bg01.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .itc-contact-heading {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
  }
}
.page-heading-03 {
  padding: 0 0 10px;
  border-bottom: solid 5px #BDD1E1;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .page-heading-03 {
    padding: 0 0 10px;
    border-bottom: solid 5px #BDD1E1;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
  }
}
.page-heading-03:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #00C5DD;
  bottom: -5px;
  width: 20%;
}

.itc-hyouka-lead {
  margin: 30px 0 0;
  padding: 0;
  text-align: left;
  font-size: 18px;
}

.itc-hyouka-area {
  margin: 50px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.itc-hyouka-area li {
  margin: 0 0 30px;
  padding: 0;
  width: 47%;
  text-align: left;
}
.itc-hyouka-area li img {
  width: 100%;
  height: auto;
}
.itc-hyouka-area li:nth-child(n+3) {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .itc-hyouka-area {
    margin: 50px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .itc-hyouka-area li,
  .itc-hyouka-area li:nth-child(n+3) {
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .itc-hyouka-area li img,
  .itc-hyouka-area li:nth-child(n+3) img {
    width: 100%;
    height: auto;
  }
  .itc-hyouka-area li:nth-child(n+4) {
    margin: 0;
    padding: 0;
  }
}
.itc-hyouka-title {
  position: relative;
  margin: 10px 0 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 2;
}

.itc-hyouka-title:after {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(to right, #00C5DD, transparent);
}

.itc-shindan-base {
  margin: 0;
  padding: 0;
  background: url(../images/img-itc-bg02.jpg);
}

.page-shindan-box {
  margin: 0 auto;
  padding: 50px;
  max-width: 860px;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .page-shindan-box {
    margin: 0 auto;
    padding: 20px;
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    position: relative;
  }
}
.itc-shindan-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.itc-shindan-heading:before {
  content: "";
  position: absolute;
  bottom: -35px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

@media screen and (max-width: 768px) {
  .itc-shindan-heading {
    font-size: 24px;
  }
  .itc-shindan-heading:before {
    content: "";
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 50px;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
  }
}
.itc-shindan-contents {
  margin: 50px 0 0;
  padding: 0;
}
.itc-shindan-contents li {
  margin: 0 0 50px;
  padding: 0;
  text-align: left;
}
.itc-shindan-contents li .title {
  margin: 0;
  padding: 5px 15px;
  background: #eee;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  border-left: 10px solid #00A8C7;
}
.itc-shindan-contents li .itc-shindan-exp {
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
  border: 1px solid #666;
}
.itc-shindan-contents li .itc-shindan-exp th {
  margin: 0;
  padding: 15px 0;
  width: 15%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #666;
  vertical-align: middle;
}
.itc-shindan-contents li .itc-shindan-exp td {
  margin: 0;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.itc-shindan-contents li:last-of-type {
  margin: 0;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .itc-shindan-contents {
    margin: 30px 0 0;
    padding: 0;
  }
  .itc-shindan-contents li {
    margin: 0 0 50px;
    padding: 0;
    text-align: left;
  }
  .itc-shindan-contents li .title {
    margin: 0;
    padding: 5px 15px;
    background: #eee;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    border-left: 10px solid #00A8C7;
  }
  .itc-shindan-contents li .itc-shindan-exp {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    border: 1px solid #666;
    font-size: 14px;
  }
  .itc-shindan-contents li .itc-shindan-exp th {
    margin: 0;
    padding: 10px;
    width: 25%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #666;
    vertical-align: middle;
  }
  .itc-shindan-contents li .itc-shindan-exp td {
    margin: 0;
    padding: 10px;
    width: 75%;
    text-align: left;
    vertical-align: middle;
  }
  .itc-shindan-contents li:last-of-type {
    margin: 0;
    padding: 0;
    text-align: left;
  }
}
.itc-gutairei-base {
  margin: 0;
  padding: 0;
  background: url(../images/img-itc-bg03.svg);
  background-size: 500px;
}

.itc-gutairei-title {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 20px 20px 30px;
  min-width: 100%;
  max-width: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background: #113073;
  box-sizing: border-box;
}

.itc-gutairei-subtitle {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .itc-gutairei-title {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 15px;
    min-width: 100%;
    max-width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background: #113073;
    box-sizing: border-box;
  }
  .itc-gutairei-subtitle {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
  }
}
.itc-gutairei-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #113073;
}

.itc-gutairei-title p {
  margin: 0;
  padding: 0;
}

.itc-gutairei-box01 {
  margin: 70px 0 0;
  padding: 30px;
  background: #fff;
  border: 1px solid #113073;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  background: #e0edf8;
}
.itc-gutairei-box01 .itc-gutairei-heading {
  margin: 0;
  padding: 0 0 0 30px;
  background: url(../images/icon-itc-01.png) no-repeat;
  background-position: 0 6px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.itc-gutairei-box01 .itc-gutairei-contents {
  margin: 30px 0 0;
  padding: 0 0 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  border-left: 8px solid #113073;
  background: #fff;
}
.itc-gutairei-box01 .itc-gutairei-contents .gutairei-text {
  margin: 0;
  padding: 0;
  width: 57%;
  position: relative;
}
.itc-gutairei-box01 .itc-gutairei-contents .gutairei-text .title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}
.itc-gutairei-box01 .itc-gutairei-contents .gutairei-text .itc-gutairei-exp {
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
  border: 1px solid #6175a0;
  font-size: 14px;
}
.itc-gutairei-box01 .itc-gutairei-contents .gutairei-text .itc-gutairei-exp th {
  margin: 0;
  padding: 10px 0;
  width: 15%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #6175a0;
  vertical-align: middle;
}
.itc-gutairei-box01 .itc-gutairei-contents .gutairei-text .itc-gutairei-exp td {
  margin: 0;
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.itc-gutairei-box01 .itc-gutairei-contents .gutairei-img {
  margin: 0;
  padding: 0;
  width: 40%;
  line-height: 0;
}
.itc-gutairei-box01 .itc-gutairei-contents .gutairei-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .itc-gutairei-box01 {
    margin: 50px 0 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #113073;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    background: #e0edf8;
  }
  .itc-gutairei-box01 .itc-gutairei-heading {
    margin: 0;
    padding: 0 0 0 30px;
    background: url(../images/icon-itc-01.png) no-repeat;
    background-position: 0 4px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
  }
  .itc-gutairei-box01 .itc-gutairei-contents {
    margin: 30px 0 0;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    border-left: none;
    border-top: 8px solid #113073;
    background: #fff;
  }
  .itc-gutairei-box01 .itc-gutairei-contents .gutairei-text {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
  }
  .itc-gutairei-box01 .itc-gutairei-contents .gutairei-text .title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
  }
  .itc-gutairei-box01 .itc-gutairei-contents .gutairei-text .itc-gutairei-exp {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    border: 1px solid #6175a0;
    font-size: 14px;
  }
  .itc-gutairei-box01 .itc-gutairei-contents .gutairei-text .itc-gutairei-exp th {
    margin: 0;
    padding: 10px;
    width: 25%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #6175a0;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .itc-gutairei-box01 .itc-gutairei-contents .gutairei-text .itc-gutairei-exp td {
    margin: 0;
    padding: 10px;
    width: 75%;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .itc-gutairei-box01 .itc-gutairei-contents .gutairei-img {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    line-height: 0;
  }
  .itc-gutairei-box01 .itc-gutairei-contents .gutairei-img img {
    width: 100%;
    height: auto;
  }
}
.itc-gutairei-box02 {
  margin: 50px 0 0;
  padding: 30px;
  background: #fff;
  border: 1px solid #EF5C5C;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  background: #f8e0e0;
}
.itc-gutairei-box02 .itc-gutairei-heading {
  margin: 0;
  padding: 0 0 0 30px;
  background: url(../images/icon-itc-02.png) no-repeat;
  background-position: 0 6px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.itc-gutairei-box02 .itc-gutairei-contents {
  margin: 30px 0 0;
  padding: 0 0 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  border-left: 8px solid #EF5C5C;
  background: #fff;
}
.itc-gutairei-box02 .itc-gutairei-contents .gutairei-text {
  margin: 0;
  padding: 0;
  width: 57%;
  position: relative;
}
.itc-gutairei-box02 .itc-gutairei-contents .gutairei-text .title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}
.itc-gutairei-box02 .itc-gutairei-contents .gutairei-text .itc-gutairei-exp {
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
  border: 1px solid #d98787;
  font-size: 14px;
}
.itc-gutairei-box02 .itc-gutairei-contents .gutairei-text .itc-gutairei-exp th {
  margin: 0;
  padding: 10px 0;
  width: 15%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #d98787;
  vertical-align: middle;
}
.itc-gutairei-box02 .itc-gutairei-contents .gutairei-text .itc-gutairei-exp td {
  margin: 0;
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.itc-gutairei-box02 .itc-gutairei-contents .gutairei-img {
  margin: 0;
  padding: 0;
  width: 40%;
  line-height: 0;
}
.itc-gutairei-box02 .itc-gutairei-contents .gutairei-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .itc-gutairei-box02 {
    margin: 50px 0 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #EF5C5C;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    background: #f8e0e0;
  }
  .itc-gutairei-box02 .itc-gutairei-heading {
    margin: 0;
    padding: 0 0 0 30px;
    background: url(../images/icon-itc-02.png) no-repeat;
    background-position: 0 4px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
  }
  .itc-gutairei-box02 .itc-gutairei-contents {
    margin: 30px 0 0;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    border-left: none;
    border-top: 8px solid #EF5C5C;
    background: #fff;
  }
  .itc-gutairei-box02 .itc-gutairei-contents .gutairei-text {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
  }
  .itc-gutairei-box02 .itc-gutairei-contents .gutairei-text .title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
  }
  .itc-gutairei-box02 .itc-gutairei-contents .gutairei-text .itc-gutairei-exp {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    border: 1px solid #d98787;
    font-size: 14px;
  }
  .itc-gutairei-box02 .itc-gutairei-contents .gutairei-text .itc-gutairei-exp th {
    margin: 0;
    padding: 10px;
    width: 25%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #d98787;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .itc-gutairei-box02 .itc-gutairei-contents .gutairei-text .itc-gutairei-exp td {
    margin: 0;
    padding: 10px;
    width: 75%;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .itc-gutairei-box02 .itc-gutairei-contents .gutairei-img {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    line-height: 0;
  }
  .itc-gutairei-box02 .itc-gutairei-contents .gutairei-img img {
    width: 100%;
    height: auto;
  }
}
.gutairei-lead {
  margin: 30px 0 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #E7690E;
}

.itc-koudou-area {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.itc-koudou-area li {
  margin: 30px 0 0;
  padding: 20px;
  width: 48%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #0C173D;
  border-radius: 20px;
  text-align: left;
}
.itc-koudou-area li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .itc-koudou-area {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .itc-koudou-area li {
    margin: 30px 0 0;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #0C173D;
    border-radius: 20px;
    text-align: left;
  }
  .itc-koudou-area li img {
    margin: 20px 0 0;
    width: 100%;
    height: auto;
  }
}
.itc-faq-base {
  margin: 0;
  padding: 0;
  background: url(../images/img-itc-bg04.jpg);
  background-size: cover;
  background-position: center top;
}

.accordion-008 {
  margin: 30px auto 0;
  max-width: 860px;
  border-radius: 12px;
  background-color: #fff;
  text-align: left;
}

.accordion-008 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 15px 25px;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
}

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

.accordion-008 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  content: "";
  transition: transform 0.3s;
}

.accordion-008[open] summary::after {
  transform: rotate(225deg);
}

.accordion-008 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 20px;
  color: #000000;
  transition: transform 0.5s, opacity 0.5s;
  text-align: left;
  background: #eee;
  border-radius: 0 0 12px 12px;
}

.accordion-008[open] p {
  transform: none;
  opacity: 1;
}

.itc-flow-base {
  margin: 0;
  padding: 0;
  background: url(../images/img-itc-bg05.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
}

.itc-step,
.itc-step-last {
  position: relative;
  margin: 40px auto 0;
  padding: 15px 20px;
  border-radius: 24px;
  background-color: #113073;
  color: white;
  font-size: 26px;
  max-width: 1000px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.itc-step .step-num,
.itc-step-last .step-num {
  margin: 0;
  padding: 0;
  width: 10%;
  font-size: 28px;
  font-weight: bold;
}
.itc-step .step-text,
.itc-step-last .step-text {
  margin: 0;
  padding: 0;
  width: 30%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.itc-step .step-text02,
.itc-step-last .step-text02 {
  margin: 0;
  padding: 0;
  width: 50%;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .itc-step,
  .itc-step-last {
    position: relative;
    margin: 40px auto 0;
    padding: 15px 20px;
    border-radius: 24px;
    background-color: #113073;
    color: white;
    font-size: 26px;
    max-width: 1000px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .itc-step .step-num,
  .itc-step-last .step-num {
    margin: 0;
    padding: 3px 0;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    color: #113073;
  }
  .itc-step .step-text,
  .itc-step-last .step-text {
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .itc-step .step-text02,
  .itc-step-last .step-text02 {
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
  }
}
.itc-step:before {
  position: absolute;
  top: 100%;
  left: 150px;
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #113073;
  border-width: 20px;
  content: "";
}

.itc-word-base {
  margin: 0;
  padding: 0;
  background: #aeb4c8;
}

.itc-word-heading {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.itc-word-list {
  margin: 30px auto 0;
  padding: 0;
  max-width: 960px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  font-size: 16px;
}
.itc-word-list th {
  margin: 0;
  padding: 10px 0;
  width: 25%;
  color: #000;
  font-weight: bold;
  text-align: center;
  background: #ddd;
  vertical-align: middle;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.itc-word-list td {
  margin: 0;
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
  width: 75%;
  background: #fff;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .itc-word-heading {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  .itc-word-list {
    margin: 30px 0 0;
    padding: 0;
    max-width: 100%;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    font-size: 14px;
  }
  .itc-word-list th {
    margin: 0;
    padding: 10px;
    width: 30%;
    color: #000;
    font-weight: bold;
    text-align: center;
    background: #ddd;
    vertical-align: middle;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
  }
  .itc-word-list td {
    margin: 0;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    width: 70%;
    background: #fff;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
  }
}
.company-base {
  margin: 0;
  padding: 0;
  background: url(../images/img-company-bg.jpg);
  background-size: 300px;
}

.page-company-base {
  margin: 0 auto;
  padding: 120px 10px 70px;
  max-width: 1200px;
  box-sizing: border-box;
  position: relative;
}

.page-company-heading {
  margin: 0;
  padding: 0;
  font-size: 46px;
  font-weight: bold;
  color: #0C173D;
  text-align: center;
  letter-spacing: 2px;
}

.page-company-subheading {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-company-base {
    margin: 0 auto;
    padding: 80px 10px 50px;
    max-width: 1200px;
  }
  .page-company-heading {
    font-size: 34px;
  }
}
.company-mission-lead {
  margin: 30px 0 0;
  padding: 0;
  font-size: 18px;
  text-align: center;
}

.mission-area {
  margin: 50px auto 0;
  padding: 0;
  max-width: 1000px;
}
.mission-area li {
  margin: 0 0 50px;
  padding: 30px;
  background: #fff;
  text-align: left;
  font-size: 18px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.mission-area li:before { /*疑似要素*/
  position: absolute;
  content: "01";
  bottom: -30px;
  right: 10px;
  color: rgba(17, 48, 115, 0.0941176471);
  font-size: 100px;
  font-weight: bold;
}
.mission-area li:nth-of-type(2):before { /*疑似要素*/
  position: absolute;
  content: "02";
  bottom: -30px;
  right: 10px;
  color: rgba(17, 48, 115, 0.0941176471);
  font-size: 100px;
  font-weight: bold;
}
.mission-area li:nth-of-type(3):before { /*疑似要素*/
  position: absolute;
  content: "03";
  bottom: -30px;
  right: 10px;
  color: rgba(17, 48, 115, 0.0941176471);
  font-size: 100px;
  font-weight: bold;
}
.mission-area li:nth-of-type(4):before { /*疑似要素*/
  position: absolute;
  content: "04";
  bottom: -30px;
  right: 10px;
  color: rgba(17, 48, 115, 0.0941176471);
  font-size: 100px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .mission-area {
    margin: 30px auto 0;
    padding: 0;
    max-width: 1000px;
  }
  .mission-area li {
    margin: 0 0 50px;
    padding: 15px;
    background: #fff;
    text-align: left;
    font-size: 18px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
  }
}
.ourcompany-area {
  margin: 50px auto 0;
  padding: 0;
  max-width: 1000px;
}
.ourcompany-area li {
  margin: 0;
  padding: 30px;
  background: #fff;
  text-align: left;
  font-size: 18px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

@media screen and (max-width: 768px) {
  .ourcompany-area {
    margin: 30px auto 0;
    padding: 0;
    max-width: 1000px;
  }
  .ourcompany-area li {
    margin: 0;
    padding: 15px;
    background: #fff;
    text-align: left;
    font-size: 18px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
  }
}
.company-koudou-list {
  list-style-type: none;
  margin: 50px auto 0;
  padding: 0;
  max-width: 1000px;
  padding: 30px;
  background: #fff;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.company-koudou-list li {
  margin: 20px 0;
  padding: 0 0 5px 35px;
  background: url(../images/icon-check.png) no-repeat;
  background-position: left 7px;
  text-align: left;
  font-size: 18px;
  border-bottom: 1px dashed #ccc;
}

@media screen and (max-width: 768px) {
  .company-koudou-list {
    list-style-type: none;
    margin: 50px auto 0;
    padding: 0;
    max-width: 1000px;
    padding: 15px;
    background: #fff;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
}
.company dl {
  display: flex;
  flex-flow: row wrap;
  max-width: 1000px;
  box-sizing: border-box;
}

.company dt {
  flex-basis: 15%;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 18px;
}

.company dd {
  flex-basis: 85%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .company dl {
    flex-flow: column;
  }
  .company dt {
    flex-basis: 15%;
    padding: 5px 10px;
    background: #eee;
    border-bottom: 0px solid #ccc;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
  }
  .company dd {
    flex-basis: 100%;
    padding: 10px 0;
    background-color: #fff;
    border-bottom: 0px solid #ccc;
    box-sizing: border-box;
    font-size: 16px;
  }
}
.contact {
  margin: 50px 0 0;
  background-color: #fff;
  padding: 7.3rem 0 9rem;
}

@media (max-width: 768px) {
  .contact {
    padding: 5rem 2rem 3rem;
  }
}
.contact__title {
  max-width: 700px;
  margin: 0 auto;
}

.contact__title h2 {
  text-align: center;
  font-size: 5.6rem;
  color: #000;
}

@media (max-width: 768px) {
  .contact__title h2 {
    font-size: 4rem;
  }
}
.contact__title p {
  color: #000;
  font-size: 2rem;
  padding-bottom: 4rem;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 768px) {
  .contact__title p {
    font-size: 1.6rem;
  }
}
.contact__title p.c-red {
  color: #ef8981;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

@media (max-width: 768px) {
  .contact__title p.c-red {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media (max-width: 560px) {
  .contact__title p.c-red {
    font-size: 1.4rem;
  }
}
.contact .form {
  max-width: 640px;
  margin: 0 auto;
}

.contact .form__content dl {
  margin-bottom: 2.5rem;
  text-align: left;
}

.contact .form__content dl:last-of-type {
  margin-bottom: 0;
}

.contact .form__content dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .contact .form__content dl dt {
    font-size: 1.6rem;
  }
}
.contact .form__content dl dt span {
  display: inline-block;
  color: #fff;
  background-color: #cc0000;
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 1rem;
}

.contact .form__content dl dd .error {
  font-size: 1.4rem;
  line-height: 1.3;
}

.contact .form__content dl dd input, .contact .form__content dl dd select {
  box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  padding: 1.9rem 2.9rem;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}

.contact .form__content dl dd input:placeholder-shown, .contact .form__content dl dd input ::-webkit-input-placeholder, .contact .form__content dl dd select:placeholder-shown, .contact .form__content dl dd select ::-webkit-input-placeholder {
  color: #a4a4a4;
}

.contact .form__content dl dd textarea {
  resize: none;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  width: 100%;
  height: 26rem;
  padding: 0 2.9rem;
  font-size: 16px;
  line-height: 57px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}

.contact .form__content > p {
  font-size: 1.4rem;
}

.contact .form__content .btn {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 0;
  border: none;
}

.contact .form__content .btn img {
  max-width: 475px;
  width: 33vw;
}

@media (max-width: 560px) {
  .contact .form__content .btn img {
    width: 80vw;
  }
}
.contact__foot {
  text-align: center;
  margin-top: 3rem;
}

.contact__foot p {
  font-size: 1.9rem;
}

@media (max-width: 768px) {
  .contact__foot p {
    font-size: 1.6rem;
  }
}
.contact__foot .telBox {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
}

@media (max-width: 768px) {
  .contact__foot .telBox {
    flex-wrap: wrap;
    font-size: 1.6rem;
  }
}
.contact__foot .telBox img {
  margin-right: 1rem;
}

.contact__foot .telBox a {
  font-size: 3rem;
  font-weight: bold;
  margin-right: 3rem;
}/*# sourceMappingURL=main.css.map */