@charset "utf-8";
/* ===============================================================

  共通部分 

=============================================================== */
html {
  scroll-padding-top: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  color: #595757;
  background: #fff;
  line-height: 1.8;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 21px;
  }
}
h1 {
  margin-bottom: 0;
  font-weight: 800;
  color: #B2ABA7;
}
h1.parallelogram {
  position: relative;
  min-width: 8em;
  padding: .5rem 1em;
  color: #fff;
  z-index: 2;
}
h1.parallelogram::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(180, 0, 20, .8);
  transform: skew(-20deg);
  content: "";
  z-index: -1;
}
h2 {
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1em;
  font-size: 2.875rem;
  color: #2567AF;
  text-align: center;
}
h2 {
  text-align: left;
  color: #0075B9;
}
h2 span {
  display: block;
  margin-top: 1em;
  font-size: 1rem;
  line-height: 1.4;
  color: #60C2E2;
}
@media (min-width: 768px) {
  h2 span {
    font-size: 1.375rem;
  }
}
h2 span::before {
  content: "";
  display: inline-block;
  width: 25px; /*画像の幅*/
  height: 25px; /*画像の高さ*/
  background-image: url("../img/common/deco_star.svg");
  background-size: contain;
}
#underlayer h2 {
  color: #fff;
}
h3 {
  color: #2567AF;
  border-radius: 3px;
  font-weight: 700;
  line-height: 1.4;
}
#toplayer h3 {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  #toplayer h3 {
    font-size: 2.388rem;
  }
}
#underlayer h3 {
  position: relative;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #60caea;
  padding-bottom: .8em;
  font-size: 2rem;
}
#underlayer h3:not(:first-of-type) {
  margin-top: 150px;
  background: red;
}
#underlayer h3 span {
  display: block;
  margin-top: 1em;
  font-size: 1rem;
  line-height: 1.4;
  color: #60C2E2;
}
@media (min-width: 768px) {
  #underlayer h3 span {
    font-size: 1.375rem;
  }
}
#underlayer h3::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  display: inline-block;
  width: 25px; /*画像の幅*/
  height: 25px; /*画像の高さ*/
  padding-right: 30px;
  background-image: url("../img/common/deco_star.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}
.underlayer_top h3 {
  margin-bottom: 2rem;
}
h4 {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.4;
}
@media (min-width: 992px) {
  h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
main dl.catchcopy dt {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.5rem;
  color: #1E4585;
}
@media (min-width: 992px) {
  main dl.catchcopy dt {
    font-size: 2.5rem;
  }
}
p {
  text-align: left;
  line-height: 1.6em;
}
p strong {
  display: block;
  padding: 1em 0;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
em {
  font-style: normal;
}
ul {
  padding-left: 1.2em;
}
a {
  color: #333;
  text-decoration: none;
}
a.imgLink {
  overflow: hidden;
}
a.imgLink img {
  transition: transform .6s ease; /* ゆっくり変化させる */
}
a.imgLink:hover img {
  transform: scale(1.1);
}
img {
  vertical-align: middle;
}
svg {
  vertical-align: bottom;
}
.container_center {
  justify-content: space-around;
  align-items: center;
}
/* マージン調整 */
.marginTop_1 {
  margin-top: 1rem !important;
}
.marginTop_5 {
  margin-top: 5rem !important;
}
.marginBottom_5 {
  margin-bottom: 5rem !important;
}
.marginBottom_10 {
  margin-bottom: 10rem !important;
}
/* 並べ替え */
@media (max-width: 767px) {
  .order-1 {
    order: 1 !important;
  }
  .order-2 {
    order: 2 !important;
  }
}
@media (min-width: 768px) {
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
}
/* 上下中央寄せ */
.container_centered {
  align-items: center;
  justify-items: center;
}
/*
  メインイメージ
================================================ */
.mainImg {
  position: relative;
  text-align: center;
}
/*
  メインイメージテキスト
================================================ */
@media (max-width: 767px) {
  .mainImg_txt {
    position: relative;
    z-index: 0;
    margin-top: -68px;
    margin-bottom: 3rem;
    padding: 30px 15px;
  }
  .mainImg_txt::before {
    transform: skewY(-5deg);
    content: ""; /*ボックスを作る*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
    background: #fff;
  }
}
@media (min-width: 768px) {
  .mainImg_txt {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
  }
}
@media (max-width: 767px) {
  #underlayer .mainTxt_wrap {
    padding: 1em 15px;
  }
}
@media (min-width: 768px) {
  #underlayer .mainTxt_wrap {
    width: 30%;
    margin-left: 10%;
  }
}
@media (max-width: 767px) {
  #underlayer .mainTxt_wrap_R {
    padding: 1em 15px;
  }
}
@media (min-width: 768px) {
  #underlayer .mainTxt_wrap_R {
    text-align: right;
  }
  #underlayer .mainTxt_wrap_R .profil p {
    text-align: right;
  }
}
@media (min-width: 768px) {
  #underlayer .mainTxt_wrap_R {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 30%;
    margin-right: 10%;
  }
}
#toplayer .mainTxt_wrap em {
  color: #0075B9;
  text-align: left;
}
@media (max-width: 767px) {
  #toplayer .mainTxt_wrap em {
    position: relative;
    z-index: 9;
    display: inline-block;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #toplayer .mainTxt_wrap em {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-10%, -50%);
  }
}
.ulList ul {
  margin: 0;
  padding: 0;
}
.ulList ul li {
  list-style: none;
}
.dlList dl {
  margin-bottom: 1em;
}
.dlList dl dt {
  margin-bottom: .5em;
  padding: .5em;
  color: #fff;
  background: #403a91;
}
table {
  width: 100%;
  border: 2px solid #f4f4f4;
  font-size: .95em;
  line-height: 1.2;
}
table tr {
  border-bottom: 2px solid #f4f4f4;
}
table tr:last-of-type {
  border-bottom: none;
}
table tr td {
  line-height: 1.4;
}
@media (min-width: 1200px) {
  table tr td {
    font-size: 18px;
  }
}
table.colType caption {
  padding: 1em;
  color: #fff;
  background: #0b318f;
}
table.colType th {
  width: 20%;
  padding: 1em;
}
table.colType td {
  width: 80%;
  padding: 1em;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .last td:last-child {
    width: 100%;
  }
  table.colType {
    width: 100%;
  }
  table.colType th, table.colType td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
table.colType th, table.colType td {
  font-size: .8em;
}
table.rowType th {
  padding: 1em;
  color: #fff;
}
table.rowType th:first-of-type {
  width: 50%;
  background: linear-gradient(-65deg, #32327c 10%, #403a91 10%);
}
table.rowType th:last-of-type {
  width: 50%;
  background: #32327c;
}
table.rowType td {
  padding: 1em;
}
table.rowType td:first-of-type {
  width: 50%;
  background: linear-gradient(-65deg, #d1d1d1 10%, #e8e8e8 10%);
}
table.rowType td:last-of-type {
  width: 50%;
  background: #d1d1d1;
}
@media (max-width: 991px) {
  #underlayer table.colType th {
    padding-top: 1.5em;
    padding-bottom: 0.5em;
  }
  #underlayer table.colType td {
    padding-top: 0.5em;
    padding-bottom: 1.5em;
  }
}
@media (min-width: 992px) {
  #underlayer table.colType th, #underlayer table.colType td {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
table tbody tr td dl {
  padding-bottom: 0;
}
table tr td dl dd:last-of-type {
  padding-bottom: 0;
}
table dl dt {
  margin-bottom: .5em;
}
table dl dt:nth-of-type(n+2) {
  margin-top: 1em;
}
@media (max-width: 767px) {
.container {
    grid-gap: 0px;
}
}
.txtBox {
  max-width: 710px;
  margin: 0 auto;
}
.tableBox {
  max-width: 864px;
  margin: 0 auto;
}
.newsBox_parent {
  max-width: 970px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .newsBox_parent {
    padding: 4em;
    background: #eeeeee;
  }
}
.imgFluid {
  max-width: 100%;
  height: auto;
}
.imgRotate {
  transform: rotate(180deg);
}
.txtEmpha {
  color: #D90012;
}
.txtBold {
  font-weight: bold;
}
.txtLink {
  text-decoration: underline;
  transition: .3s;
}
.txtCenter {
  text-align: center;
}
.txtRight {
  text-align: right;
}
.txtLeft {
  text-align: left;
}
.align_items_center {
  align-items: center;
}
.align_self_start {
  align-self: start;
}
.align_self_end {
  align-self: end;
}
.color_white {
  color: #fff;
}
/* スマホのみ非表示 */
@media (max-width: 767px) {
  .hideSp {
    display: none;
  }
}
/* タブレットのみ非表示 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hideTab {
    display: none;
  }
}
/* パソコンのみ非表示 */
@media (min-width: 992px) {
  .hidePc {
    display: none;
  }
}
/* スマホミニのみ改行させる */
@media (max-width: 379px) {
  .brSpMini::before {
    content: "\A";
    white-space: pre;
  }
}
/* スマホのみ改行させる */
@media (max-width: 767px) {
  .brSp::before {
    content: "\A";
    white-space: pre;
  }
}
/* タブレットのみ改行させる */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .brTab::before {
    content: "\A";
    white-space: pre;
  }
}
/* パソコンのみ改行させる */
@media (max-width: 991px) {
  .brPc {
    margin-left: -.2em;
  }
}
@media (min-width: 992px) {
  .brPc::before {
    content: "\A";
    white-space: pre;
  }
}
.caution {
  font-size: .85em;
}
@media (max-width: 991px) {
  .kochira p {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .kochira {
    text-align: right;
  }
}
.kochira p {
  font-size: 1.85rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .kochira p {
    display: inline;
  }
}
/*
  リンクボタン
================================================ */
.btn a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 225px;
  padding: 10px 0px 10px 25px;
  color: #1E4585;
  transition: 0.3s ease-in-out;
  font-weight: 800;
}
.btn a::before, .btn a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.btn a::before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.btn a::after {
  left: 0;
  background: #60C2E2;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.btn a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
.btn a:hover {
  text-decoration: none;
}
.btn a:hover span {
  color: #fff;
}
.btn a:hover:before {
  left: 2rem;
}
.btn a:hover:after {
  right: 0;
  width: 100%;
}
@media (max-width: 767px) {
  main .btn a {
    background: #60C2E2;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
  }
  main .btn a::before {
    width: 0.5rem;
    height: 0.5rem;
    left: 2.2rem;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
  }
  main .btn a:hover:before {
    left: 2.6rem;
  }
}
/* 戻るボタン */
.btnReturn a {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  margin: auto;
  padding: 1rem 4rem 1rem 3rem;
  font-weight: 800;
  background: #0075B9;
  color: #fff;
  border-radius: 100vh;
  position: relative;
  transition: all 0.3s;
}
.btnReturn a::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
.btnReturn a:hover {
  background: #60CAEA;
  color: #fff;
}
/* クリップパス */
.clip_img_small {
  clip-path: inset(0px round 10px);
}
.clip_img_large {
  clip-path: inset(0px round 50px);
}
/* フィルター */
.overlay_color, .overlay_dot {
  position: relative;
}
.overlay_color::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.overlay_dot::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(#fff 30%, transparent 31%), radial-gradient(#fff 30%, transparent 31%);
  background-size: 7px 7px;
  background-position: 6 6, 2px 2px;
  mix-blend-mode: multiply;
  pointer-events: none;
}
/* 動画 */
.dougaArea {
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #dfe9f0;
}
@media (min-width: 992px) {
  .dougaArea {
    margin-bottom: 100px;
  }
}
.douga {
  max-width: 800px;
}
.ytube {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.ytube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ytube a {
  /* lityを動かすためにiframeを覆う */
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*
  画像ロールエリア
================================================ */
.img_sliderArea {
  width: 100%;
}
.img_sliderArea img {
  width: 95%;
}
.img_sliderArea ul.swiper-wrapper {
  position: relative;
  transition-timing-function: linear;
  margin: 50px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.img_sliderArea ul.swiper-wrapper li.swiper-slide {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .img_sliderArea ul.swiper-wrapper li.swiper-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.img_sliderArea ul.swiper-wrapper li.swiper-slide:nth-of-type(odd) {
  margin-top: -50px;
}
.img_sliderArea ul.swiper-wrapper li.swiper-slide:nth-of-type(even) {
  margin-bottom: -50px;
}
.img_sliderArea ul.swiper-wrapper li.swiper-slide .swiper_txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img_sliderArea ul.swiper-wrapper li.swiper-slide .swiper_txtBox {
  width: 65%;
  margin: auto 0;
}
@media (max-width: 767px) {
  .img_sliderArea ul.swiper-wrapper li.swiper-slide .swiper_txtBox p {
    font-size: 0.85em;
  }
}
.img_sliderArea ul.swiper-wrapper li.swiper-slide p:last-of-type {
  margin-bottom: 0;
}
/*
  画像付きリンク
================================================ */
.toLink_box {
  width: 100%;
  height: 600px;
}
@media (max-width: 991px) {
  .toLink_box {
    clip-path: inset(0px round 10px);
  }
}
@media (min-width: 992px) {
  .toLink_box {
    clip-path: inset(0px round 50px);
  }
}
.toLink_img a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  height: 100%;
}
.toLink_img p {
  position: absolute; /*絶対配置*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1em;
  font-size: 2.875rem;
  color: #fff;
  text-align: center;
}
.toLink_img p span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1rem;
  line-height: 1.4;
  color: #60C2E2;
}
@media (min-width: 768px) {
  .toLink_img p span {
    font-size: 1.375rem;
  }
}
/* ===============================================================

  ヘッダー

=============================================================== */
/* ========================================================
 * ナビゲーション
 * ===================================================== */
/*
  共通
================================================ */
header {
  position: relative;
  font-size: 1rem;
  font-weight: 800;
  background: #DFE9F0;
}
#g_nav ul li h1 img {
  min-width: 300px;
}
/*
  PC用スタイル
================================================ */
@media (min-width: 992px) {
  header {
    position: fixed;
    width: 100%;
    min-height: 64px;
    padding: 40px 0;
    z-index: 999;
  }
  #g_nav {
    height: 100%;
  }
  #g_nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin: 0 0 0 auto;
    padding: 0 0 0 30px;
    width: 94%;
    max-width: 55%;
    list-style-type: none;
  }
  #g_nav ul li:not(:first-of-type):not(:last-of-type) {
    position: relative;
    min-width: 15%;
  }
  #g_nav li:first-of-type {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
  }
  #g_nav li:last-of-type {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    z-index: 999;
    padding: 0 1em;
    background: #1E4585;
    transition: .3s;
  }
  #g_nav li:last-of-type:hover {
    background: rgba(121, 161, 212, .65);
  }
  #g_nav ul li a {
    display: block;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: .3s;
  }
  #g_nav ul li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background: #fff;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }
  #g_nav ul li:not(:first-of-type):not(:last-of-type) a {
    color: #1E4585;
  }
  #g_nav ul li:not(:first-of-type):not(:last-of-type) a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
}
@media (min-width: 992px) {
  #g_nav ul {
    max-width: 62%;
    font-size: .875em;
  }
}
@media (min-width: 1200px) {
  #g_nav ul {
    max-width: 57%;
    font-size: 1em;
  }
}
@media (min-width: 1500px) {
  #g_nav ul {
    max-width: 47%;
    font-size: 1em;
  }
}
@media (min-width: 1900px) {
  #g_nav ul {
    max-width: 40%;
    font-size: 1em;
  }
}
/*
  SP・TAB用スタイル
================================================ */
@media (max-width: 991px) {
  #nav_toggle {
    position: relative;
  }
  #nav_toggle p {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    font-size: .8em;
    font-weight: bold;
    color: #fff;
    line-height: 1;
  }
  .toggle_position {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .toggle_style {
    position: relative; /*ボタン内側の基点となるためrelativeを指定*/
    top: 0;
    right: 0;
    cursor: pointer;
    background: #0075B9;
    width: 100px;
    height: 100px;
  }
  /*ボタン内側*/
  .toggle_style span {
    display: inline-block;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
    position: absolute;
    left: 27px;
    height: 3px;
    background: #fff;
    width: 46%;
  }
  .toggle_style span:nth-of-type(1) {
    top: 26px;
  }
  .toggle_style span:nth-of-type(2) {
    top: 41px;
  }
  .toggle_style span:nth-of-type(3) {
    top: 56px;
  }
  .toggle_style span:nth-of-type(3)::after {
    content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 5px;
    left: -1px;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
  }
  /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
  .toggle_style.active span:nth-of-type(1) {
    top: 30px;
    left: 25px;
    transform: translateY(6px) rotate(-45deg);
    width: 47%;
  }
  .toggle_style.active span:nth-of-type(2) {
    opacity: 0;
  }
  .toggle_style.active span:nth-of-type(3) {
    top: 42px;
    left: 25px;
    transform: translateY(-6px) rotate(45deg);
    width: 47%;
  }
  .toggle_style.active span:nth-of-type(3)::after {
    content: "Close";
    transform: translateY(0) rotate(-45deg);
    top: 12px;
    left: 20px;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #g_nav {
    visibility: visible;
    opacity: 1;
  }
  .open #g_nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
  }
  #g_nav {
    background: #0075B9;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.75em;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
  #g_nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    transition: color 0.6s ease;
  }
  #g_nav a:hover {
    color: #FCCF00;
  }
  #g_nav ul {
    list-style: none;
    padding-left: 0;
  }
  #g_nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform 0.6s ease, opacity 0.2s ease;
  }
  #g_nav ul li:nth-child(2) {
    transition-delay: 0.1s;
  }
  #g_nav ul li:nth-child(3) {
    transition-delay: 0.3s;
  }
  #g_nav ul li:nth-child(4) {
    transition-delay: 0.5s;
  }
  #g_nav ul li:nth-child(5) {
    transition-delay: 0.7s;
  }
  #g_nav ul li:nth-child(6) {
    transition-delay: 0.9s;
  }
  #g_nav ul li:nth-child(7) {
    transition-delay: 1.1s;
  }
}
/* ===============================================================

  コンテンツをはみ出させる

=============================================================== */
.container_outArea {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.col-inner {
  position: relative;
  padding: 0;
}
@media (min-width: 576px) {
  .col-inner {
    padding: 0 15px;
  }
}
@media (min-width: 576px) {
  .col-inner {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-inner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .col-inner {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .col-inner {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .col-inner {
    max-width: 1380px;
  }
}
@media (min-width: 768px) {
  .col-inner {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .col-inner {
    padding: 0 10px;
  }
}
.container_outArea .innerBox {
  display: flex;
  align-items: center;
}
.container_outArea .innerBox + .innerBox {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .container_outArea .innerBox_img {
    padding-left: 30px;
  }
}
.innerBox_img img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}
.container_outArea .innerBox_img img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .container_outArea .innerBox:nth-child(odd) {
    margin-right: calc(50% - 50vw);
    flex-direction: row-reverse;
  }
  .container_outArea .innerBox:nth-child(odd) .innerBox_txt {
    margin-right: 30px;
  }
  .container_outArea .innerBox:nth-child(even) {
    margin-left: calc(50% - 50vw);
  }
  .container_outArea .innerBox:nth-child(even) .innerBox_txt {
    margin-left: 30px;
  }
  .container_outArea .innerBox_img {
    flex: 2 1 680px;
  }
  .container_outArea .innerBox_txt {
    flex: 1 1 510px;
  }
}
@media (max-width: 767px) {
  .container_outArea .innerBox {
    flex-direction: column;
  }
  .container_outArea .innerBox_img {
    margin: 0 calc(50% - 50vw);
  }
  .container_outArea .innerBox_txt {
    margin-top: 20px;
  }
}
/* ===============================================================

  トップページ

=============================================================== */
/*
  ヒーローエリア
================================================ */
/* videoエリア */
.top_videoArea {
  position: relative;
  width: 100%;
  height: 50vh;
}
@media (min-width: 992px) {
  .top_videoArea {
    height: 100vh;
    padding: 130px 100px 30px;
    background: linear-gradient(180deg, #dfe9f0 0%, #dfe9f0 80%, #fff 80%, #fff 100%);
  }
}
/* video部分 */
.top_videoArea .videoBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .top_videoArea .videoBox {
    clip-path: inset(0px round 50px);
  }
}
.top_videoArea .videoBox .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100vh;
}
@media (min-width: 768px) {
  .top_videoArea .videoBox .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* overlay */
.top_videoArea .overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .1);
  background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 6 6, 2px 2px;
  mix-blend-mode: multiply;
}
/* text */
.top_videoArea em {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3%;
  z-index: 99;
  font-weight: 800;
  font-feature-settings: "palt";
  color: #fff;
}
@media (max-width: 767px) {
  .top_videoArea em {
    padding-left: 50px;
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .top_videoArea em {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .top_videoArea em {
    padding-left: 100px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .top_videoArea em {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .top_videoArea em {
    font-size: 4rem;
  }
}
.top_videoArea em::before {
  content: "";
  background: url("../img/top_text_doco.svg");
  display: inline-block;
  width: 78px;
  height: 90px;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (min-width: 768px) {
  .top_videoArea em::before {
    width: 130px;
    height: 149px;
    left: 2rem;
  }
}
.contentsDetail figcaption {
  position: relative;
}
.contentsDetail figcaption::after {
  content: "";
  position: absolute;
  bottom: -1em;
  left: 0;
  width: 100%;
  border-bottom: 2px dashed #cdcdcd;
  transform: rotate(-5deg);
}
.contentsDetail figcaption h4 {
  margin-bottom: 1.5rem;
}
/* ===============================================================

  下層ページ

=============================================================== */
/* ========================================================
 * 共通
 * ===================================================== */
@media (min-width: 992px) {
  .underlayer_top main {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (min-width: 992px) {
  #underlayer .pageNav_box {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  #underlayer .mainContents_box {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  #underlayer #company main section {
    padding-top: 150px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -150px; /* heightと同じ分のネガティブマージン */
  }
}
@media (max-width: 991px) {
  .mainContents_box main {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .mainContents_box main {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* ========================================================
 * ヒーローエリア
 * ===================================================== */
/* videoエリア */
@media (max-width: 991px) {
  .under_videoArea {
    position: relative;
    width: 100%;
    height: 300px;
  }
}
@media (min-width: 992px) {
  .under_videoArea {
    position: relative;
    width: 100%;
    height: 450px;
    padding-top: 120px;
  }
}
/* video部分 */
.under_videoArea .videoBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.under_videoArea .videoBox .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100vh;
}
@media (min-width: 768px) {
  .under_videoArea .videoBox .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* overlay */
.under_videoArea .overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .1);
  background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 6 6, 2px 2px;
  mix-blend-mode: multiply;
}
/* text */
.under_videoArea .h2_box {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, .4);
}
.under_videoArea .h2_box h2 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%, );
}
.pageTitle_wrap {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 117, 193, .4);
}
@media (max-width: 991px) {
  .pageTitle_box {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .pageTitle_box {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page_title {
  width: 100%;
}
@media (min-width: 992px) {
  .page_title {
    width: 35%;
    min-width: 400px;
  }
}
.pageTitle_txt {
  width: 100%;
}
@media (min-width: 992px) {
  .pageTitle_txt {
    width: 65%;
  }
}
.pageTitle_txt p {
  margin: 0;
  padding: 0;
  color: #fff;
}
/* imgエリア */
.under_imgArea {
  position: relative;
  width: 100%;
  height: 450px;
}
@media (min-width: 992px) {
.under_imgArea {
  padding-top: 120px;
  }
}
/* img部分 */
.under_imgArea .imgBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.under_imgArea .imgBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100vh;
}
@media (min-width: 768px) {
  .under_imgArea .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* overlay */
.under_imgArea .overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .1);
  background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 6 6, 2px 2px;
  mix-blend-mode: multiply;
}
/* ========================================================
 * サイドメニュー・メインコンテンツ
 * ===================================================== */
/*
  分割
================================================ */
@media (max-width: 991px) {
  .mainContents_wrap {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .mainContents_wrap {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .pageNav_box {
    margin-right: 30px;
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .pageNav_box {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .mainContents_box {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .mainContents_box {
    width: 80%;
    padding-top: 0px;
  }
}
.pageTitle_txt p {
  margin: 0;
  padding: 0;
}
/*
  サイドメニュー
================================================ */
#page_nav {
  position: sticky;
  top: 150px;
  left: 0;
  width: 100%;
  border-radius: 0 50px 50px 0;
  background: #bdd9ee;
  line-height: 1.6;
  z-index: 1;
}
@media (max-width: 991px) {
  #page_nav {
    padding: 1rem 2rem 0.25rem;
    font-size: 0.85rem;
  }
}
@media (min-width: 992px) {
  #page_nav {
    padding: 4rem 1rem 4rem 2rem;
  }
}
@media (min-width: 1200px) {
  #page_nav {
    padding: 4rem 2rem 4rem 3rem;
  }
}
@media (min-width: 1440px) {
  #page_nav {
    padding: 4rem 3rem 4rem 4rem;
  }
}
#page_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#page_nav ul li {
  position: relative;
  padding-left: 1rem;
}
@media (max-width: 991px) {
  #page_nav ul li {
    display: inline-block;
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  #page_nav ul li {
    padding-left: 1.5rem;
  }
}
#page_nav ul li:not(:last-child) {
  margin-bottom: 1em;
}
/* ボタンのスタイル */
#page_nav ul li a {
  display: block;
  color: #1e458d;
  font-weight: 800;
  text-decoration: none;
  transition: .3s;
}
@media (min-width: 992px) {
  #page_nav ul li a {
    display: block;
  }
}
/* アイコンのスタイル */
#page_nav ul li a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -1rem;
  width: 1.5em; /* 横幅 */
  height: 1.5em; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #60caea;
}
#page_nav ul li a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -0.5rem;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media (min-width: 992px) {
  #page_nav ul li a::after {
    left: -0.5rem;
    width: 10px;
    height: 10px;
  }
}
#page_nav ul li a:hover {
  color: #009fdc;
}
/* ===============================================================

  COMPANY／企業情報

=============================================================== */
/* ========================================================
 * COMPANY／トップページ
 * ===================================================== */
@media (max-width: 767px) {
  #toplayer #company {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  #toplayer #company {
    margin-top: 0px;
    margin-bottom: 150px;
  }
}
@media (min-width: 992px) {
  #toplayer #company {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  #toplayer #company {
    margin-top: 150px;
  }
}
@media (max-width: 991px) {
  #company .innerBox_txt .btn {
    margin-bottom: 80px;
  }
}
.top_company_mainImg {
  position: relative;
  clip-path: inset(0 0 round 50px 0 0 50px);
  z-index: 2;
}
.company_info {
  position: relative;
  padding-top: calc(100px + 8rem);
  padding-bottom: 4rem;
  background: #DFE9F0;
}
@media (max-width: 767px) {
  .company_info {
    margin-top: -100px;
  }
}
@media (min-width: 768px) {
  .company_info {
    margin-top: 0;
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .company_info {
    margin-top: 50px;
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .company_info {
    margin-top: 100px;
  }
}
.company_info::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "COMPANY INFO";
  color: #E9EFF4;
  font-size: 3rem;
  font-weight: 800;
  z-index: 0;
}
@media (max-width: 767px) {
  .company_info::after {
    top: 100px;
  }
}
@media (min-width: 768px) {
  .company_info::after {
    font-size: 4rem;
  }
}
.company_info .btn {
  margin-top: 1rem;
}
/* ========================================================
 * COMPANY／下層ページ
 * ===================================================== */
@media (max-width: 575px) {
  #underlayer #company section {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  #underlayer #company section {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  #underlayer #company section {
    margin-bottom: 150px;
  }
}
#underlayer #company section:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #underlayer #company h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #underlayer #company h3 {
    margin-bottom: 50px;
  }
}
@media (max-width: 379px) {
  #underlayer #company #company_profile .tableBox:last-of-type {
    margin-top: 0em;
  }
}
@media screen and (min-width: 380px) and (max-width: 991px) {
  #underlayer #company #company_profile .tableBox:last-of-type {
    margin-top: -2em;
  }
}
#underlayer #company table {
  border: none;
}
#underlayer #company table tr {
  border-bottom: 2px solid #E2E2E2;
}
@media (max-width: 640px) {
  #underlayer #company table.colType th {
    width: 100%;
  }
}
@media (min-width: 641px) {
  #underlayer #company table.colType th {
    vertical-align: top;
    width: 25%;
  }
}
@media (max-width: 640px) {
  #underlayer #company table.colType td {
    width: 100% !important;
    background: red;
  }
}
@media (min-width: 641px) {
  #underlayer #company table.colType td {
    width: 75%;
  }
}
@media (max-width: 991px) {
  #underlayer #company table.colType th, #underlayer #company table.colType td {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
#underlayer #company table td ul {
  margin-bottom: 0;
}
#underlayer #company .dougaArea {
  margin-top: 50px;
}
/*
  企業理念
================================================ */
.corporate_philosophy strong {
  display: block;
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 20px;
  font-size: 1.8rem;
  color: #fff;
  background: linear-gradient(-30deg, #FFFF1C 0%, #60CAEA 60%, #60CAEA 100%);
  text-align: center;
  line-height: 1.4;
}
.corporate_philosophy ol.count li {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .corporate_philosophy strong {
    font-size: 5rem;
  }
}
.corporate_philosophy ol.count li {
  line-height: 1.6;
  font-size: 1.333em !important;
}
@media (max-width: 991px) {
  .corporate_philosophy ol.count li {
    font-size: 1em !important;
  }
}
/*
  ＳＤＧｓ宣言
================================================ */
#SDGs h4 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.5rem;
  color: #1E4585;
}
@media (min-width: 992px) {
  #SDGs h4 {
    font-size: 2.5rem;
  }
}
#SDGs .btn a {
  max-width: 320px;
}
dl.SDGs_list {
  width: 100%;
  height: 100%;
  padding: 2rem 2rem 1rem;
  background: #f4f5f6;
  border-radius: 10px;
}
dl.SDGs_list dt {
  margin-bottom: .9rem;
  padding-bottom: .5rem;
  background-image: linear-gradient(90deg, #388ed9 0 20%, #fff 20%);
  background-repeat: no-repeat;
  background-size: 100% 6%;
  background-position: bottom;
}
dl.SDGs_list dd {
  font-size: .8em;
}
dl.SDGs_list dd:first-of-type {
  margin-bottom: 1rem;
}
dl.SDGs_list dd:last-of-type {
  margin-bottom: 0;
}
dl.SDGs_list dd ul {
  margin-bottom: 0;
}
dl.SDGs_list dd ul li:last-of-type {
  margin-bottom: 0;
}
/*
  アクセス
================================================ */
#access iframe {
  margin-top: 2rem !important;
}
/* ===============================================================

  SERVICE／業務内容

=============================================================== */
/* ========================================================
 * SERVICE／トップページ
 * ===================================================== */
@media (max-width: 991px) {
  #toplayer #service {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  #toplayer #service {
    margin-top: 150px;
  }
}
.clip_imgBox_square {
  position: relative;
  overflow: hidden;
}
.clip_imgBox_square img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.clip_imgBox_square:hover img {
  transform: scale(1.1); /* 拡大 */
}
.service_select .containerFull {
  grid-gap: 0;
}
/*
  SERVICE／メニュー選択
================================================ */
.service_select dl {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 1.5em;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .service_select dl {
    position: absolute;
    top: 1em;
  }
}
.service_select dl dt {
  margin-bottom: .5em;
  font-size: 2em;
  font-weight: 800;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .service_select dl dt {
    font-size: 1.1em;
  }
  .service_select dl dd {
    font-size: 0.85em;
  }
}
/*
  動く車輛エリア
================================================ */
.moving_car {
  position: relative;
  margin-top: 0px;
  padding-top: 4rem;
  padding-bottom: 2rem;
  background: #DFE9F0;
}
@media (min-width: 768px) {
  .moving_car {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}
.moving_car::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "SERVICE";
  color: #E9EFF4;
  font-size: 3rem;
  font-weight: 800;
  z-index: 0;
}
@media (min-width: 768px) {
  .moving_car::after {
    font-size: 4rem;
  }
}
/* 車輛の動き */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .scroll-infinity__item {
    width: calc(100vw / 4);
  }
}
@media (min-width: 992px) {
  .scroll-infinity__item {
    width: calc(100vw / 7);
  }
}
.scroll-infinity__item > img {
  width: 100%;
}
.katakata1 {
  animation: katakata1 6s infinite ease-in-out alternate;
}
@keyframes katakata1 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  21% {
    transform: translate(0, 0) rotate(0deg);
  }
  22% {
    transform: translate(0, 0) rotate(-3deg);
  }
  23% {
    transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    transform: translate(0, -1px) rotate(3deg);
  }
  25% {
    transform: translate(1px, 0) rotate(-2deg);
  }
  26% {
    transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    transform: translate(0, 0) rotate(3deg);
  }
  28% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.katakata2 {
  animation: katakata2 6s infinite ease-in-out alternate;
}
@keyframes katakata2 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  51% {
    transform: translate(0, 0) rotate(0deg);
  }
  52% {
    transform: translate(0, 0) rotate(-3deg);
  }
  53% {
    transform: translate(0, -1px) rotate(0deg);
  }
  54% {
    transform: translate(0, -1px) rotate(3deg);
  }
  55% {
    transform: translate(1px, 0) rotate(-2deg);
  }
  56% {
    transform: translate(0, 1px) rotate(0deg);
  }
  57% {
    transform: translate(0, 0) rotate(3deg);
  }
  58% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.katakata3 {
  animation: katakata3 6s infinite ease-in-out alternate;
}
@keyframes katakata3 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  81% {
    transform: translate(0, 0) rotate(0deg);
  }
  82% {
    transform: translate(0, 0) rotate(-3deg);
  }
  83% {
    transform: translate(0, -1px) rotate(0deg);
  }
  84% {
    transform: translate(0, -1px) rotate(3deg);
  }
  85% {
    transform: translate(1px, 0) rotate(-2deg);
  }
  86% {
    transform: translate(0, 1px) rotate(0deg);
  }
  87% {
    transform: translate(0, 0) rotate(3deg);
  }
  88% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
/* ========================================================
 * SERVICE／下層ページ
 * ===================================================== */
/*
  下層トップ
================================================ */
#underlayer #servise section {
  margin-bottom: 5rem;
}
#underlayer #servise .clip_imgBox_square {
  position: relative;
  overflow: hidden;
  clip-path: inset(0px round 10px);
}
#underlayer #servise .clip_imgBox_square img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
#underlayer #servise .clip_imgBox_square:hover img {
  transform: scale(1.1); /* 拡大 */
}
@media (max-width: 991px) {
#underlayer #servise .btn {
	margin-top: 1.5rem;
}
}
/*
  COSMOの技術
================================================ */
.mainContents_wrap_technique {
  background: #E5ECF9;
}
.mainContents_wrap_technique section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .mainContents_wrap_technique section {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.mainContents_wrap_technique section:not(:last-of-type) {
  margin-bottom: 100px;
}
#technique section {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #technique section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#underlayer #technique h3 span.brSp {
  display: inline;
  margin-top: 0;
  font-size: 1em;
  color: #2567AF;
}
#technique .floatImg_wrap {
  position: relative;
}
#technique .floatImg_box {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  #technique #cable .floatImg_box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #technique #cable .floatImg_box figure {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 200px;
  }
}
@media (max-width: 991px) {
  #technique #cable .floatImg_box figure img {
    width: 150px;
  }
}
@media (min-width: 992px) {
  #technique #cable .floatImg_box figure img {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  #technique #cable .floatImg_box figure img {
    width: 350px;
  }
}
@media (min-width: 1440px) {
  #technique #cable .floatImg_box figure img {
    width: 400px;
  }
}
@media (min-width: 992px) {
  #technique #kenchu .floatImg_box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  #technique #kenchu .floatImg_box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #technique #kenchu .floatImg_box figure {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #technique #kenchu .floatImg_box figure {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 250px;
  }
}
@media (max-width: 767px) {
  #technique #kenchu .floatImg_box figure img {
    width: 170px;
  }
}
@media (min-width: 768px) {
  #technique #kenchu .floatImg_box figure img {
    width: 250px;
  }
}
@media (min-width: 992px) {
  #technique #kenchu .floatImg_box figure img {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  #technique #kenchu .floatImg_box figure img {
    width: 500px;
  }
}
@media (min-width: 1440px) {
  #technique #kenchu .floatImg_box figure img {
    width: 600px;
  }
}
#technique figure {
  text-align: center;
}
#technique .floatImg_box figcaption {
  text-align: right;
}
#technique figure {
  text-align: center;
}
#technique figcaption {
  margin-top: .5em;
  font-size: .85em;
  color: #0075A5;
}
#cable dl dd:nth-of-type(2) {
  margin-top: 50px;
  margin-bottom: 50px;
}
#kenchu dl:first-child dd:nth-of-type(2) {
  margin-top: 50px;
}
/*
  保有車輌・保有機材
================================================ */
.mainContents_wrap_equipment {
  background: #F9F7EF;
}
.mainContents_wrap_equipment section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .mainContents_wrap_equipment section {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .mainContents_wrap_equipment section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.mainContents_wrap_equipment section:not(:last-of-type) {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .mainContents_wrap_equipment section:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
#underlayer #equipment h3 {
  margin-bottom: 50px;
}
ul.equipment_list {
  list-style: none;
}
ul.equipment_list > li > dl > dt, ul.equipment_list li p {
  margin-top: .5em;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  color: #0b318f;
}
/* ===============================================================

  WORKS／施工実績

=============================================================== */
/* ========================================================
 * WORKS／下層ページ
 * ===================================================== */
.mainContents_wrap_works {
  background: #F9F7EF;
}
.mainContents_wrap_works #works > section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .mainContents_wrap_works #works > section {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .mainContents_wrap_works #works > section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.mainContents_wrap_works #works > section:not(:last-of-type) {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .mainContents_wrap_works #works > section:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
/*
.works_title {
  margin-bottom: 1em;
  padding: 0.25em 0 0.25em 0.5em;
  font-size: 1.5rem;
  font-weight: 800;
  border-left: 4px solid #0075a5;
  color: #0075a5;
}
*/
.works_contents {
  width: 100%;
  min-height: 1px;
  grid-column: 12 span;
}
.works_contents h4 {
  margin-bottom: 1.5rem;
  padding: 1em 2em;
  /*
  font-size: 1em;
	*/
  font-size: 1.5rem;
  color: #3F3F3F;
  background: #DFE9F0;
}
ul.works_list {
  padding: 0;
  list-style: none;
}
ul.works_list li p {
  margin-top: .5em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}
/*
  photoswipe
================================================ */
.ps_area {
  margin: 0 auto;
}
.ps_area a {
  transition: .3s;
}
.ps_area a:hover {
  cursor: zoom-in;
  text-decoration: none;
}
.ps_area a img {
  width: 100%;
  height: auto;
  vertical-align: top;
  transition: .3s;
}
.ps_area a img:hover {
  filter: brightness(150%);
}
.ps_area figure {
  margin-top: .5em;
  font-size: 1rem;
  line-height: 1.4;
}
/* ===============================================================

  RECRUIT／採用情報

=============================================================== */
/* ========================================================
 * RECRUIT／トップページ
 * ===================================================== */
#toplayer #recruit {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../img/recruit_back_img.jpg") center / cover;
}
#toplayer #recruit h2 {
  color: #fff;
}
#toplayer main #recruit dl.catchcopy dt {
  color: #fff;
}
#toplayer main #recruit dl.catchcopy dd {
  color: #fff;
}
@media (max-width: 767px) {
  #toplayer #recruit .col-inner {
    padding-right: 0;
  }
}
#toplayer #recruit .innerBox_img {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 50px;
  margin-left: 0;
  padding: 70px 30px 50px;
  border-radius: 50px 0 0 50px;
  background: #a9d8ea;
}
@media (min-width: 992px) {
  #toplayer #recruit .innerBox_img {
  padding: 100px 30px 50px;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
#toplayer #recruit .recruit_info > .container {
    grid-gap: 0px;
}
}
#toplayer #recruit .btn a.color_white {
  color: #fff;
}
#toplayer #recruit .recruit_deco {
  position: absolute;
  bottom: 0;
  left: -270px;
  z-index: 1;
  width: 300px;
}
#toplayer .staff_selectList {
  width: 100%;
}
#toplayer .staff_selectList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  #toplayer .staff_selectList ul li:nth-of-type(odd) {
    text-align: right;
  }
}
#toplayer .staff_selectList ul li:nth-of-type(even) {
  text-align: right;
}
.staff_selectBox {
  position: relative;
}
.staff_selectBox figure {
  position: relative;
}
@media (min-width: 992px) {
  .staff_selectBox figure img {
    margin-left: 80px;
  }
}
#toplayer .staff_selectList figure figcaption {
  width: 225px;
  padding: 1.5em;
  color: #fff;
  background: #60C2E2;
  border-radius: 10px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  #toplayer .staff_selectList figure figcaption {
    position: absolute;
    left: 0;
    bottom: 30px;
  }
}
@media (min-width: 992px) {
  #toplayer .staff_selectList ul li:nth-of-type(odd) figure figcaption {
    position: absolute;
    left: 0;
    bottom: 30px;
  }
  #toplayer .staff_selectList ul li:nth-of-type(even) figure figcaption {
    position: absolute;
    right: 200px;
    bottom: 30px;
  }
}
#toplayer .staff_selectList figcaption p {
  text-align: left;
}
#toplayer .staff_selectList figcaption p:nth-of-type(1) {
  margin-bottom: 0.25em;
  font-size: 0.85em;
}
#toplayer .staff_selectList figcaption p:nth-of-type(2) {
  margin-bottom: 0;
  font-size: 1.2em;
}
.recruit_info .btn {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
/*
  連番スタイル
================================================ */
dl.count {
  counter-reset: tsuyomi;
}
dl.count > dt {
  display: flex;
  line-height: 4rem;
  font-size: 1.8rem;
}
dl.count > dt::before {
  counter-increment: tsuyomi;
  content: counter(tsuyomi);
  background: #285db2;
  color: #fff;
  text-align: center;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.8rem;
  margin-right: 1.2rem;
  flex-shrink: 0;
}
ol.count {
  padding-left: 0;
  counter-reset: tsuyomi;
  font-weight: 800;
}
ol.count > li {
  display: flex;
  align-items: center;
  line-height: 4rem;
  font-size: 1.8rem;
}
ol.count > li::before {
  counter-increment: tsuyomi;
  content: counter(tsuyomi);
  background: #285db2;
  color: #fff;
  text-align: center;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.8rem;
  margin-right: 1.2rem;
  flex-shrink: 0;
}
/* ========================================================
 * RECRUIT／下層ページ
 * ===================================================== */
/*
  下層トップ
================================================ */
#underlayer #recruit section {
  margin-bottom: 5rem;
}
#underlayer #recruit .clip_imgBox_square {
  position: relative;
  overflow: hidden;
  clip-path: inset(0px round 10px);
}
#underlayer #recruit .clip_imgBox_square img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
#underlayer #recruit .clip_imgBox_square:hover img {
  transform: scale(1.1); /* 拡大 */
}
@media (max-width: 991px) {
#underlayer #recruit .btn {
	margin-top: 1.5rem;
}
}
/*
  職場紹介
================================================ */
ul.environment_list {
  list-style: none;
}
ul.environment_list > li > dl > dt, ul.environment_list li p {
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  color: #0b318f;
}
/* 表展開 */
.accordion {}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin-bottom: 1em;
}
.title, .toggle_contents {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title {
  margin-bottom: 0;
  padding: 1em 1em 1em 3em;
  display: block;
  color: #fff;
  font-weight: 800;
  background: #3B90C4;
}
.title::after, .title::before {
  content: "";
  position: absolute;
  left: 1.25em;
  top: 1.5em;
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  transition: all 0.3s;
}
.title::after {
  transform: rotate(90deg);
}
.toggle_contents {
  max-height: 0;
  overflow: hidden;
}
.toggle:checked + .title + .toggle_contents {
  max-height: 9999px;
  transition: all 1.5s;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}
.toggle_contents table.colType {
  border: 1px solid #0B318F;
}
.toggle_contents table.colType tr {
  border: 1px solid #0B318F;
  background: #ccffcc;
}
.toggle_contents table.colType tr th {
  color: #1E458D;
  background: #E5ECF9;
}
.toggle_contents table.colType tr td ul {
  margin-bottom: 0;
}
/*
  COSMOの強み
================================================ */
#advantages dl dt:not(:first-of-type) {
  margin-top: 100px;
}
/*
  先輩の声
================================================ */
#underlayer #interview {
  padding-top: 0px;
}
#underlayer #interview .staff_selectArea {
  padding-top: 50px;
  padding-bottom: 50px;
}
#underlayer #interview .staff_selectList {
  position: relative;
  width: 100%;
}
#underlayer #interview .staff_selectList figure figcaption {
  width: 200px;
  padding: 1.5em;
  color: #fff;
  background: #60C2E2;
  border-radius: 10px;
  line-height: 1.2;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #underlayer #interview .staff_selectList figure figcaption {
    width: 180px;
    padding: 1em;
  }
}
@media (min-width: 992px) {
  #underlayer #interview .staff_selectList figure figcaption {
    width: 250px;
    padding: 1.5em;
  }
}
@media (min-width: 1200px) {
  #underlayer #interview .staff_selectList figure figcaption {
    width: 250px;
  }
}
@media (min-width: 992px) {
  #underlayer #interview .staff_selectList ul li:nth-of-type(odd) figure figcaption {
    position: absolute;
    left: 0;
    bottom: 30px;
  }
  #underlayer #interview .staff_selectList ul li:nth-of-type(even) figure figcaption {
    position: absolute;
    right: 200px;
    bottom: 30px;
  }
}
#underlayer #interview .staff_selectList figcaption p {
  text-align: left;
}
#underlayer #interview .staff_selectList figcaption p:nth-of-type(1) {
  margin-bottom: 0.25em;
  font-size: 0.85em;
}
#underlayer #interview .staff_selectList figcaption p:nth-of-type(2) {
  margin-bottom: 0;
  font-size: 1.2em;
}
@media (max-width: 991px) {
  #underlayer #interview .staff_selectList img {
    clip-path: inset(0px round 10px);
  }
}
@media (min-width: 992px) {
  #underlayer #interview .staff_selectList img {
    clip-path: inset(0px round 50px);
  }
}
/*
#underlayer #interview .staff_selectArea {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #D8D8D8;
}
#underlayer #interview .staff_selectList {
  background: #0075C1;
}
@media (max-width: 991px) {
  #underlayer #interview .staff_selectList {
    clip-path: inset(0px round 10px);
  }
}
@media (min-width: 992px) {
  #underlayer #interview .staff_selectList {
    clip-path: inset(0px round 50px);
  }
}
*/
ul.staff_contentsList {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.staff_contentsList li {
  padding-top: 50px;
  padding-bottom: 50px;
}
ul.staff_contentsList li:nth-of-type(odd) {
  background: #F9F7EF;
}
ul.staff_contentsList li:nth-of-type(even) {
  background: #EAEEF4;
}
.staff_contentsBox {
  margin-bottom: 0;
  padding: 50px 30px;
  background: #fff;
  border-radius: 50px;
}
@media (min-width: 576px) {
  .staff_contentsBox {
    padding: 50px 50px;
  }
}
@media (min-width: 992px) {
  .staff_contentsBox {
    padding: 100px 50px;
  }
}
.staff_contentsBox > .container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
.staff_contentsBox > .container {
    grid-gap: 0px;
}
}
@media (max-width: 767px) {
  .staff_contentsBox a {
    margin-top: 50px;
  }
}
#interview dl.catchcopy dt {
  line-height: 1.3;
}
#interview .toLink_img {
  position: relative;
  overflow: hidden;
}
#interview .toLink_img::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../recruit/interview/img/to_schedule.jpg") no-repeat center / cover rgba(68, 59, 23, 0.5);
  background-size: cover;
  background-blend-mode: darken;
  transition: all .3s ease-out;
}
#interview .toLink_img:hover::after {
  background: url("../recruit/interview/img/to_schedule_hover.jpg") no-repeat center / cover rgba(68, 59, 23, 0.2);
  background-blend-mode: darken;
}
#underlayer #interview .container_outArea .btn {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
#underlayer #interview .innerBox_img {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 0px;
  margin-left: 0;
  padding: 50px 0 50px;
  border-radius: 50px 0 0 50px;
  background: #a9d8ea;
}
@media (min-width: 992px) {
  #underlayer #interview .innerBox_img {
  margin-top: 50px;
    padding: 50px 0;
  }
}
#underlayer #interview .roll_imgArea {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  #underlayer #interview .roll_imgArea {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
/*
  ある1日の流れ
================================================ */
#schedule {
  background: #F9F7EF;
}
ul.schedule_area {
  margin-bottom: 0;
  padding: 50px 30px;
  background: #fff;
  border-radius: 50px;
}
@media (min-width: 576px) {
  ul.schedule_area {
    padding: 50px 50px;
  }
}
@media (min-width: 992px) {
  ul.schedule_area {
    padding: 100px 50px;
  }
}
ul.schedule_area li:not(:last-of-type) {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  ul.schedule_area li:nth-of-type(even) {
    margin-left: 16.66666667%
  }
}
.offset-lg-2 {
  margin-left: 16.66666667%
}
.schedule_wrap .time {
  font-size: 1.1166em;
  font-weight: 800;
  color: #0075A5;
}
.schedule_wrap dl dt {
  margin-bottom: 1rem;
  padding: .5em 1em;
  font-size: 1.666rem;
  font-weight: 800;
  color: #fff;
  background: #0085C2;
  text-align: center;
}
#underlayer #schedule .container_outArea .btn {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
#underlayer #schedule .innerBox_img {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 50px;
  margin-left: 0;
  padding: 100px 30px 50px;
  border-radius: 50px 0 0 50px;
  background: #a9d8ea;
}
@media (min-width: 992px) {
  #underlayer #schedule .innerBox_img {
    padding: 50px 0;
  }
}
#underlayer #schedule .roll_imgArea {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  #underlayer #schedule .roll_imgArea {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
#schedule .toLink_img {
  position: relative;
  overflow: hidden;
}
#schedule .toLink_img::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../recruit/schedule/img/to_interview.jpg") no-repeat center / cover rgba(68, 59, 23, 0.5);
  background-size: cover;
  background-blend-mode: darken;
  transition: all .3s ease-out;
}
#schedule .toLink_img:hover::after {
  background: url("../recruit/schedule/img/to_interview_hover.jpg") no-repeat center / cover rgba(68, 59, 23, 0.2);
  background-blend-mode: darken;
}
/*
  募集要項
================================================ */
#joblisting table {
  border: none;
}
#joblisting table tr {
  border-bottom: 2px solid #E2E2E2;
}
#joblisting table th {
  width: 25%;
  background: #fff;
}
@media (max-width: 991px) {
  #joblisting table th {
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #joblisting table th {
    vertical-align: top;
    width: 25%;
  }
}
#joblisting table td ul {
  margin-bottom: 0;
}
#joblisting p.caution {
  margin-bottom: 0;
}
/* ===============================================================

  ニュース

=============================================================== */
/*
  共通
================================================ */
#news {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.newslist {
  font-size: .95rem;
}
.newslist ul {
  margin: 0;
  padding: 0;
}
.newslist li {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-top: 2px solid #008ac7;
}
.newslist li:last-child {
  border-bottom: 2px solid #008ac7;
}
.newslist .newslist_box {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.newslist .newslist_box time {
  font-size: .85em;
  color: #8E8E8E;
}
.newslist .newslist_box p {
  padding: 5px 20px;
  color: #0075C1;
  margin: 0 15px;
  border-radius: 100vh;
  font-size: .85em;
}
.newslist .newslist_box p.lavel_saiyo {
  background: #efede5;
}
.newslist .newslist_box p.lavel_oshirase {
  background: #deebee;
}
.newslist .newslist_txt {
  margin: 0;
  padding: 5px 20px;
  text-align: left;
}
.newslist .newslist_txt a {
  text-decoration: none;
  transition: .3s;
}
/* レスポンシブ */
@media (max-width: 767px) {
  .newslist {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0 10px;
    background-color: #fff;
  }
  .newslist li {
    flex-direction: column;
  }
  .newslist .newslist_box {
    padding-left: 0;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
  }
.newslist .newslist_txt {
  padding-left: 0;
}
}
/*
  下層ページ用スタイル
================================================ */
@media (min-width: 992px) {
  #underlayer main #news {
    padding-top: calc(150px + 5rem);
  }
}
#underlayer #news h2 {
  color: #2567AF;
}
.news_contents {}
.news_contents time {
  display: block;
  margin-bottom: 1.2em;
  font-size: 0.85em;
  color: #8E8E8E;
}
.newsContents_box {
  margin-top: 1.2em;
}
.newsContents_box img {
  margin-bottom: 2em;
}
.newsContents_box p {
  line-height: 2;
  font-size: 0.9em;
}
/* ===============================================================

  CONTACTリンク

=============================================================== */
#contact_foot {
  position: relative;
  background-image: url("../img/common/foot_contact.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
}
.contact_foot_filter {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgba(30, 69, 133, 0.7);
  background-image: radial-gradient(rgba(30, 69, 133, 0.2) 30%, transparent 31%), radial-gradient(rgba(30, 69, 133, 0.2) 30%, transparent 31%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}
#contact_foot h2 {
  color: #fff;
}
#contact_foot a, #contact_foot a:hover {
  text-decoration: none;
  transition: .3s;
}
#contact_foot dl {
  text-align: center;
}
#contact_foot dl dt, #contact_foot dl dd {
  color: #fff;
}
#contact_foot dl dt {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  margin-bottom: .5em;
}
#contact_foot dl dt::before, #contact_foot dl dt::after {
  background: #fff; /* 横線の色 */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}
#contact_foot dl dt::before {
  margin-right: 1rem; /* 文字との余白 */
}
#contact_foot dl dt::after {
  margin-left: 1rem; /* 文字との余白 */
}
#contact_foot dl dt img.yajirushi, #contact_foot dl dt img.tel {
  width: 2rem;
  margin-right: .5em;
}
#contact_foot dl dd {
  font-size: .85em;
}
#contact_foot a:hover dl dd, #contact_foot a:hover dl dt {
  text-shadow: 2px 2px 10px #60c2e2, -2px 2px 10px #60c2e2, 2px -2px 10px #60c2e2, -2px -2px 10px #60c2e2;
  transition: .3s;
}
/* ===============================================================

  その他のコンテンツ  

=============================================================== */
/*
aside {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  aside {
    padding-bottom: 7rem;
  }
}
*/
.otherContents h2 {
  margin-bottom: 2rem;
  padding-bottom: .5em;
  border-bottom: 2px solid #2567AF;
  font-size: 1.166em;
  font-weight: bold;
  color: #2567AF;
}
/*
  メニュー
================================================ */
.otherContents ul {
  padding-left: 15px;
  list-style: none;
}
.otherContents ul li.button01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 100%;
  font-weight: bold;
  color: #2567AF;
  background: #F3FAFF;
  transition: .3s;
}
.otherContents ul li.button01 a {
  text-decoration: none;
}
.otherContents ul li.button01 a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #2567AF;
  border-right: 2px solid #2567AF;
  transform: rotate(45deg);
}
.otherContents ul li.button01 a:hover {
  text-decoration: none;
  background: #FFFFCB;
}
/* ===============================================================

  トップへ移動ボタン  

=============================================================== */
#up {
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 99;
}
@media (min-width: 768px) {
  #up {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 99;
  }
}
#up a {
  display: block;
  opacity: .9;
  transition: all .3s ease;
}
#up a:hover {
  text-decoration: none;
  opacity: .6;
}
@media (max-width: 767px) {
  #up a img {
    width: 80%;
  }
}
/* ===============================================================

  フッター  

=============================================================== */
footer {
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: 12px;
  color: #B4B4B5;
  background: #12284C;
}
@media (min-width: 768px) {
  footer .container {
    font-size: 14px;
  }
}
footer dl dt {
  margin-bottom: .5em;
  padding-bottom: .5em;
  font-size: 1.125em;
  font-weight: bold;
}
footer dl dt a {
  color: #fff;
}
footer dl dd a {
  color: #B4B4B5;
}
footer a {
  transition: .3s;
}
footer a:hover {
  color: #0075B9;
  text-decoration: none;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style-type: none !important;
  position: relative;
  margin-left: 1.2em;
  line-height: 2.2;
}
footer ul li::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  left: -1.2em;
  border-top: solid 1px #B4B4B5;
  border-right: solid 1px #B4B4B5;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .address_box {
    padding-bottom: 1rem;
    border-bottom: 1px solid #4A5F7C;
  }
}
@media (min-width: 992px) {
  .address_box {
    border-right: 1px solid #4A5F7C;
  }
}
@media (max-width: 767px) {
  address {
    margin-bottom: 0;
    text-align: center;
  }
}
address p {
  font-size: 1.3125em;
}
.footLogo_box {
  width: 100%;
}
@media (max-width: 767px) {
  .footLogo_box {
    text-align: center;
  }
}
.footLogo_box img {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .footLogo_box img {
    max-width: 260px;
  }
}
@media (min-width: 768px) {
  .footLogo_box img {
    max-width: 250px;
  }
}
.footCatch {
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: 800;
  letter-spacing: 0.4em;
  color: #fff;
}
@media (max-width: 767px) {
  .footCatch {
    text-align: center;
  }
}
footer .btn a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 11em;
  padding: 10px 0px 10px 15px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
@media (max-width: 767px) {
  footer .btn a {
    margin: auto;
  }
}
footer .btn a::before {
  width: 0.5em;
  height: 0.5em;
  left: .7em;
  border-top: solid 2px #1E4585;
  border-right: solid 2px #1E4585;
}
footer .btn a::after {
  width: 2em;
  height: 2em;
}
footer .btn a:hover::before {
  left: 1em;
}
.footPolicy {
  margin-top: .5em;
  font-size: .85em;
}
.footPolicy a, .footPolicy a:hover {
  text-decoration: underline;
}
footer small {
  display: block;
  padding: .5em;
  font-size: .666em;
  text-align: center;
}
/* ===============================================================

  GSAP

=============================================================== */