@charset "UTF-8";
/*
theme Name:愛知経済戦略協同組合
Author: 愛知経済戦略協同組合
Description: 自作テーマ
version： 1.0.0
*/
/*=========================
# colors
=========================*/
/*=========================
# font
=========================*/
@font-face {
  font-family: "Albert Sans";
  src: url("../font/AlbertSans-VariableFont_wght.ttf") format("truetype");
}
body {
  box-sizing: border-box;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #101010;
  font-size: 16px;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.is-checked {
  overflow-y: hidden;
}

html {
  scroll-behavior: smooth;
}

.inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1024px;
    box-sizing: content-box !important;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

p {
  margin-bottom: 30px;
}

img {
  width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tab {
    display: block;
  }
}
.main {
  overflow: hidden;
  flex: 1;
}

.section-title {
  line-height: 1.2;
  margin-bottom: 50px;
}
.section-title .jp {
  display: block;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@media (min-width: 768px) {
  .section-title .jp {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-title .jp {
    font-size: 16px;
  }
}
.section-title .en {
  font-family: "Roboto", sans-serif;
}
@media (min-width: 768px) {
  .section-title .en {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .section-title .en {
    font-size: 40px;
  }
}

.btn01 {
  font-family: "Albert Sans", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.1875;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid #101010;
  transition: all 0.7s ease-in;
}
.btn01 span {
  position: relative;
  padding: 0 28px 9px 0;
  display: block;
}
@media (max-width: 767px) {
  .btn01 span {
    padding: 0 20px 10px 0;
  }
}
.btn01 span::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow01.svg) no-repeat center center/contain;
  top: 20%;
  width: 12px;
  height: 6.5px;
  right: 0;
}
.btn01:hover span {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .btn01:hover span {
    padding-right: 22px;
  }
}

.btn02 {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
  max-width: 400px;
  border: 1px solid #101010;
  padding: 0 30px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.7s ease-in;
}
@media (max-width: 767px) {
  .btn02 {
    max-width: 300px;
    height: 60px;
    line-height: 60px;
    position: relative;
    padding: 0 60px;
  }
  .btn02::after {
    position: absolute;
    content: "";
    background: transparent url(../img/arrow01.svg) no-repeat center center/contain;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 6.5px;
    right: 40px;
  }
  .btn02:hover::after {
    right: 35px;
  }
}
.btn02 span {
  position: relative;
}
@media (min-width: 768px) {
  .btn02 span::after {
    position: absolute;
    content: "";
    background: transparent url(../img/arrow01.svg) no-repeat center center/contain;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 6.5px;
    right: -20px;
  }
}
.btn02:hover {
  opacity: 1;
}
.btn02:hover span:after {
  right: -25px;
}

.btn03 {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
  max-width: 400px;
  background: #fff;
  padding: 0 30px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.7s ease-in;
}
@media (max-width: 767px) {
  .btn03 {
    max-width: 300px;
    height: 80px;
    line-height: 80px;
    position: relative;
    padding: 0 60px;
  }
  .btn03::after {
    position: absolute;
    content: "";
    background: transparent url(../img/arrow01.svg) no-repeat center center/contain;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 6.5px;
    right: 40px;
  }
  .btn03:hover {
    opacity: 1;
  }
  .btn03:hover::after {
    right: 35px;
  }
}
.btn03 span {
  position: relative;
}
@media (min-width: 768px) {
  .btn03 span::after {
    position: absolute;
    content: "";
    background: transparent url(../img/arrow01.svg) no-repeat center center/contain;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 6.5px;
    right: -20px;
  }
}
.btn03:hover span:after {
  right: -25px;
}

.back-btn {
  font-family: "Roboto", sans-serif;
  display: block;
  max-width: 400px;
  border: 1px solid #101010;
  background: #fff;
  padding: 0 30px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.7s ease-in;
}
@media (max-width: 767px) {
  .back-btn {
    max-width: 300px;
    height: 60px;
    line-height: 60px;
    position: relative;
    padding: 0 60px;
  }
  .back-btn::after {
    position: absolute;
    content: "";
    background: transparent url(../img/arrow04.svg) no-repeat center center/contain;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 6.5px;
    left: 80px;
  }
  .back-btn:hover::after {
    left: 75px;
  }
}
.back-btn span {
  position: relative;
}
@media (min-width: 768px) {
  .back-btn span::after {
    position: absolute;
    content: "";
    background: transparent url(../img/arrow04.svg) no-repeat center center/contain;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 6.5px;
    left: -32px;
  }
}
.back-btn:hover {
  opacity: 1;
}
.back-btn:hover span:after {
  left: -35px;
}

/* 記事用
--------------------*/
.article {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .article {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .article .article-info {
    display: flex;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .article .article-info {
    margin-bottom: 15px;
  }
}
.article .article-info .article-category {
  display: flex;
  flex-wrap: wrap;
  margin: -2px 41px 0 -5px;
}
@media (max-width: 767px) {
  .article .article-info .article-category {
    margin-bottom: 8px;
  }
}
.article .article-info .article-category li {
  margin: 2px 5px;
  padding-left: 0;
}
.article .article-info .article-category li::before {
  display: none;
}
.article .article-info .article-category li a {
  font-size: 12px;
  line-height: 1.5;
  background: #06225C;
  color: #fff;
  padding: 3.5px 14px;
}
@media (max-width: 767px) {
  .article .article-info .article-category li a {
    font-size: 10px;
    padding: 2.5px 9px;
  }
}
.article .article-info .date {
  color: #C9C9C9;
  font-weight: bold;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .article .article-info .date {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .article .article-info .date {
    font-size: 16px;
  }
}
.article .article-title {
  color: #00A1E9;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.9230769231;
  margin-bottom: 71px;
}
@media (max-width: 767px) {
  .article .article-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.article .article-inner {
  margin-bottom: 126px;
}
@media (max-width: 767px) {
  .article .article-inner {
    margin-bottom: 100px;
  }
}
.article .article-img {
  max-width: 720px;
  margin: 0 auto 60px;
}
.article .article-img img {
  height: auto;
}
.article p {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .article p {
    margin-bottom: 50px;
  }
}
.article h1 {
  font-weight: bold;
  background: #00A1E9;
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .article h1 {
    font-size: 28px;
    padding: 5px 20px;
  }
}
@media (max-width: 767px) {
  .article h1 {
    font-size: 22px;
  }
}
.article h2 {
  color: #00A1E9;
  font-weight: bold;
  margin-bottom: 51px;
  line-height: 1.9230769231;
}
@media (min-width: 768px) {
  .article h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .article h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.article h3 {
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.9230769231;
}
@media (min-width: 768px) {
  .article h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .article h3 {
    font-size: 18px;
  }
}
.article h4 {
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.9230769231;
}
@media (min-width: 768px) {
  .article h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .article h4 {
    font-size: 16px;
  }
}
.article h5 {
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.9230769231;
}
@media (min-width: 768px) {
  .article h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .article h5 {
    font-size: 15px;
  }
}
.article h6 {
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.9230769231;
}
@media (min-width: 768px) {
  .article h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .article h6 {
    font-size: 14px;
  }
}
.article ol {
  margin-bottom: 1em;
  padding-left: 20px;
}
.article ol li {
  list-style-type: decimal !important;
  line-height: 1.75;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.article blockquote {
  background: #eee;
  line-height: 1.75;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em;
}
@media (max-width: 767px) {
  .article blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.article blockquote > :first-child {
  margin-top: 0;
}
.article blockquote > :last-child {
  margin-bottom: 0;
}
.article ul {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .article ul {
    margin-bottom: 25px;
  }
}
.article ul li {
  position: relative;
  padding-left: 20px;
}
.article ul li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.article figure {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .article figure {
    margin-bottom: 25px;
  }
}
.article h1 + p,
.article h2 + p,
.article h3 + p,
.article h4 + p,
.article h5 + p,
.article h6 + p {
  margin-top: 0;
}
.article .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.article #padSection {
  background: #fff;
  border: 1px solid #06225C !important;
  padding: 30px 60px !important;
  margin-bottom: 100px !important;
  margin-top: 126px !important;
}
@media (max-width: 767px) {
  .article #padSection {
    margin-top: 30px !important;
    margin-bottom: 50px !important;
    padding: 30px 15px !important;
  }
}
.article #padSection h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #06225C;
  padding-bottom: 20px;
  border-bottom: 1px solid #BABABA;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .article #padSection h4 {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
.article #padSection #avatar {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .article #padSection #avatar {
    float: none;
    margin: 0 auto 15px;
  }
}
.article #padSection #avatar img {
  width: 100%;
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}
.article #padSection .profileTxtSet {
  margin-left: 188px;
}
@media (max-width: 767px) {
  .article #padSection .profileTxtSet {
    margin-left: 0;
  }
}
.article #padSection dt {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .article #padSection dt {
    margin-bottom: 15px;
  }
}
.article #padSection dt .authorName {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .article #padSection dt .authorName {
    text-align: center;
    font-size: 18px;
  }
}
.article #padSection dd .authorLink {
  margin-left: 0 !important;
}
.article #padSection #latestEntries {
  margin-top: 20px !important;
}
.article #padSection #latestEntries h5, .article #padSection #latestEntries ul {
  display: none;
}
.article #padSection #latestEntries .authorLink {
  margin-bottom: 20px;
  position: relative;
  margin-left: 188px;
}
@media (max-width: 767px) {
  .article #padSection #latestEntries .authorLink {
    margin-left: 0;
  }
}
.article #padSection #latestEntries .authorLink a {
  background: #06225C;
  color: #fff;
  padding: 1px 23px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .article #padSection #latestEntries .authorLink a {
    margin: 0 auto;
  }
}
.article #padSection #latestEntries .authorLink a i {
  display: none;
}
.article #padSection .sns_icons {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .article #padSection .sns_icons {
    justify-content: center;
  }
}
.article #padSection .sns_icons li {
  padding-left: 0;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .article #padSection .sns_icons li {
    margin-right: 15px;
  }
}
.article #padSection .sns_icons li:last-child {
  margin-right: 0;
}
.article #padSection .sns_icons li::before {
  display: none;
}
.article #padSection .sns_icons li.pad_twitter {
  font-size: inherit;
  width: 29px;
}
.article #padSection .sns_icons li.pad_twitter a.twitter {
  position: relative;
  display: block;
  width: 29px;
  height: 29px;
}
.article #padSection .sns_icons li.pad_twitter a.twitter::after {
  position: absolute;
  content: "";
  background: transparent url(../img/x.svg) no-repeat center center/contain;
  width: 29px;
  height: 29px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.article #padSection .sns_icons li.pad_twitter a.twitter i {
  display: none;
}
.article #padSection .sns_icons li.pad_facebook {
  font-size: inherit;
  width: 29px;
}
.article #padSection .sns_icons li.pad_facebook a.facebook {
  position: relative;
  display: block;
  width: 29px;
  height: 29px;
}
.article #padSection .sns_icons li.pad_facebook a.facebook::after {
  position: absolute;
  content: "";
  background: transparent url(../img/fb.svg) no-repeat center center/contain;
  width: 29px;
  height: 29px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.article #padSection .sns_icons li.pad_facebook a.facebook i {
  display: none;
}
.article #padSection .sns_icons li.pad_instagram {
  font-size: inherit;
  width: 29px;
}
.article #padSection .sns_icons li.pad_instagram a.instagram {
  position: relative;
  display: block;
  width: 29px;
  height: 29px;
}
.article #padSection .sns_icons li.pad_instagram a.instagram::after {
  position: absolute;
  content: "";
  background: transparent url(../img/ig.svg) no-repeat center center/contain;
  width: 29px;
  height: 29px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.article #padSection .sns_icons li.pad_instagram a.instagram i {
  display: none;
}
.article #padSection .sns_icons li i {
  color: #06225C;
}

.article-flex-left {
  display: flex;
  margin-bottom: 100px;
  gap: 64px;
  gap: 0;
}
@media (max-width: 1024px) {
  .article-flex-left {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.article-flex-left figure {
  max-width: 100% !important;
}
@media (max-width: 1024px) {
  .article-flex-left figure {
    max-width: 720px !important;
  }
}
@media (min-width: 768px) {
  .article-flex-left .wp-block-column:nth-child(1) {
    flex: 1;
    margin-left: calc(50% - 50vw);
  }
}
@media (max-width: 1024px) {
  .article-flex-left .wp-block-column:nth-child(1) {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .article-flex-left .wp-block-column:nth-child(2) {
    width: 50%;
    flex-basis: inherit;
    flex-grow: inherit;
    padding-left: 64px;
  }
}
@media (max-width: 1024px) {
  .article-flex-left .wp-block-column:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

.article-flex-right {
  display: flex;
  margin-bottom: 100px;
  gap: 64px;
  gap: 0;
}
@media (max-width: 1024px) {
  .article-flex-right {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
}
.article-flex-right figure {
  max-width: 100% !important;
}
@media (max-width: 1024px) {
  .article-flex-right figure {
    max-width: 720px !important;
  }
}
@media (min-width: 768px) {
  .article-flex-right .wp-block-column:nth-child(1) {
    width: 50%;
    flex-basis: inherit;
    flex-grow: inherit;
    padding-right: 64px;
  }
}
@media (max-width: 1024px) {
  .article-flex-right .wp-block-column:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .article-flex-right .wp-block-column:nth-child(2) {
    flex: 1;
    margin-right: calc(50% - 50vw);
  }
}
@media (max-width: 1024px) {
  .article-flex-right .wp-block-column:nth-child(2) {
    width: 100%;
    margin-right: 0;
  }
}

/* eyecatch
---------------------*/
.eyecatch {
  margin: 78px 0 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .eyecatch {
    margin: 60px 0 10px;
  }
}
.eyecatch .eyecatch-img {
  position: relative;
  z-index: 1;
}
.eyecatch .eyecatch-img img {
  -o-object-position: top center;
     object-position: top center;
}
@media (max-width: 767px) {
  .eyecatch .eyecatch-img img {
    height: 76.9230769231vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.eyecatch .eyecatch-img::before {
  position: absolute;
  content: "";
  background: transparent url(../img/eyecatch_bg.png) no-repeat center center/contain;
  width: 28.2666666667vw;
  height: 33.3333333333vw;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .eyecatch .eyecatch-img::before {
    width: 54.358974359vw;
    height: 64.1025641026vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
.eyecatch .eyecatch-inner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 3;
}
@media (min-width: 1104px) {
  .eyecatch .eyecatch-inner {
    max-width: 1024px;
  }
}
.eyecatch .eyecatch-inner .page-title {
  position: absolute;
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: opacity;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .eyecatch .eyecatch-inner .page-title {
    left: 40px;
  }
}
@media (min-width: 1104px) {
  .eyecatch .eyecatch-inner .page-title {
    left: 0;
  }
}
@media (max-width: 1024px) {
  .eyecatch .eyecatch-inner .page-title {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .eyecatch .eyecatch-inner .page-title {
    left: 20px;
  }
}
.eyecatch .eyecatch-inner .page-title .jp {
  font-size: 20px;
  font-family: "Albert Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 600;
  display: block;
}
@media (max-width: 767px) {
  .eyecatch .eyecatch-inner .page-title .jp {
    font-size: 4.1025641026vw;
  }
}
.eyecatch .eyecatch-inner .page-title .en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .eyecatch .eyecatch-inner .page-title .en {
    font-size: 8.2051282051vw;
  }
}
.eyecatch .eyecatch-inner .scroll {
  width: 26px;
  position: absolute;
  bottom: -252px;
}
@media (min-width: 768px) {
  .eyecatch .eyecatch-inner .scroll {
    left: 10px;
  }
}
@media (min-width: 1104px) {
  .eyecatch .eyecatch-inner .scroll {
    left: -50px;
  }
}
@media (min-width: 1580px) {
  .eyecatch .eyecatch-inner .scroll {
    left: -128px;
  }
}
@media (max-width: 1024px) {
  .eyecatch .eyecatch-inner .scroll {
    display: none;
  }
}

/*breadcrumb
--------------------*/
.breadcrumb {
  margin-bottom: 148px;
  font-size: 14px;
  color: #00A1E9;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 50px;
  }
}
.breadcrumb a, .breadcrumb span {
  color: #00A1E9;
}
.breadcrumb .current-item {
  color: #101010;
}

/* ローディング画面
----------------------*/
.p-top-load {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #fff;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 20000;
  pointer-events: none;
}
.p-top-load .p-top-load__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 300px;
  filter: blur(80px);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .p-top-load .p-top-load__img {
    max-width: 200px;
  }
}
.p-top-load.is-active {
  transition-duration: 3s;
  transition-delay: 3s;
  opacity: 0;
}
.p-top-load.is-active .p-top-load__img {
  transition-property: transform, filter, opacity;
  transition-duration: 2s, 2s, 2s;
  transition-delay: 0s, 0s, 2s;
  transition-timing-function: cubic-bezier(0.18, -0.01, 0.3, 1);
  filter: blur(0);
  transform: translate(-50%, -50%);
  opacity: 0;
}

/* header
--------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
}
@media (min-width: 768px) {
  .header {
    padding: 10px 0 16px;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 60px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .header.header-top {
    background: transparent;
  }
  .header.header-top .language-btn {
    color: #fff !important;
  }
  .header.header-top .language-btn .language-btn-icon {
    background-image: url(../img/language_wh.svg) !important;
  }
}
@media (max-width: 1024px) {
  .header.header-top {
    background: #fff;
  }
}
.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media (min-width:768px) and (max-width: 1024px) {
  .header .inner {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .header .inner {
    padding-right: 0;
    justify-content: space-between;
  }
}
.header .inner .header-left {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .header .inner .header-left .header-title {
    width: 106px;
  }
}
@media (max-width: 1024px) {
  .header .inner .header-left .header-title {
    width: 80px;
  }
}
.header .inner .header-right {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .header .inner .header-right {
    height: 100%;
  }
}
.header .inner .header-right .header-right-inner {
  margin-right: 30px;
}
@media (min-width: 1580px) {
  .header .inner .header-right .header-right-inner {
    margin-right: 44px;
  }
}
.header .inner .header-right .header-right-inner .language-btn {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.3571428571;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: #00A1E9;
}
@media (max-width: 1024px) {
  .header .inner .header-right .header-right-inner .language-btn {
    display: none;
  }
}
.header .inner .header-right .header-right-inner .language-btn .language-btn-icon {
  background: transparent url(../img/language_blue.svg) no-repeat center center/contain;
  width: 15px;
  height: 15px;
  margin-right: 4.5px;
}
@media (max-width: 1024px) {
  .header .inner .header-right .header-right-inner .header-nav {
    display: none;
  }
}
.header .inner .header-right .header-right-inner .header-nav .header-nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.header .inner .header-right .header-right-inner .header-nav .header-nav-list li {
  cursor: pointer;
}
@media (min-width: 768px) {
  .header .inner .header-right .header-right-inner .header-nav .header-nav-list li {
    margin-right: 20px;
  }
}
@media (min-width: 1580px) {
  .header .inner .header-right .header-right-inner .header-nav .header-nav-list li {
    margin-right: 34px;
  }
}
.header .inner .header-right .header-right-inner .header-nav .header-nav-list li a {
  font-weight: 500;
}
.header .inner .header-right .header-right-inner .header-nav .header-nav-list li span {
  letter-spacing: 0.05em;
  line-height: 1.1875;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  position: relative;
}
.header .inner .header-right .header-right-inner .header-nav .header-nav-list li span::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: #101010;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.header .inner .header-right .header-right-inner .header-nav .header-nav-list li span:hover::before {
  opacity: 1;
  width: 100%;
}
.header .inner .header-right .header-right-inner .header-nav .header-nav-list li:last-child {
  margin-right: 15px;
}
.header .inner .header-right .header-right-inner .header-nav .header-nav-list li.has-child {
  position: relative;
}
.header .inner .header-right .header-right-inner .header-nav .header-nav-list li.has-child:hover .child {
  opacity: 1;
  visibility: visible;
}
.header .inner .header-right .header-right-inner .header-nav .header-nav-list li .child {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .header .inner .header-right .header-right-inner .header-nav .header-nav-list li .child {
    top: 30px;
  }
}
.header .inner .header-right .header-right-inner .header-nav .header-nav-list li .child ul {
  display: block;
  padding-top: 25px;
}
.header .inner .header-right .header-right-inner .header-nav .header-nav-list li .child ul li {
  text-align: left;
  margin-right: 0;
}
@media (min-width: 768px) {
  .header .inner .header-right .header-right-inner .header-nav .header-nav-list li .child ul li {
    margin-bottom: 5px;
  }
}
.header .inner .header-right .header-right-inner .header-nav .header-nav-list li .child ul li:last-child {
  margin-bottom: 0;
}
.header .inner .header-right .header-right-inner .header-nav .header-nav-list li .child ul li a {
  white-space: nowrap;
  display: block;
  background: #0084CB;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .header .inner .header-right .header-right-inner .header-nav .header-nav-list li .child ul li a {
    padding: 10px 30px;
  }
}
.header .inner .header-right .header-contact {
  background: #B61972;
  display: block;
}
@media (min-width: 768px) {
  .header .inner .header-right .header-contact {
    color: #fff;
    border-radius: 30px;
    font-family: "Albert Sans", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.1875;
    padding: 10.5px 38px 10.5px 29px;
  }
}
@media (min-width: 1580px) {
  .header .inner .header-right .header-contact {
    padding: 10.5px 48px 10.5px 39px;
    position: absolute;
    right: -226px;
  }
}
@media (max-width: 1024px) {
  .header .inner .header-right .header-contact {
    width: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    padding: 0;
  }
}
.header .inner .header-right .header-contact img {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .header .inner .header-right .header-contact img {
    width: 15px;
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  .header .inner .header-right .header-contact img {
    width: 25px;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .header .inner .header-right .header-contact .pc {
    display: none;
  }
}

@media (max-width: 1024px) {
  .drawer-bars {
    cursor: pointer;
    position: relative;
    z-index: 700;
    right: 0;
    background: #65c65f;
    width: 60px;
    height: 100%;
  }
  .drawer-bars .drawer-bars-inner {
    width: 30px;
    height: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .drawer-bars .drawer-bars-inner .drawer-bar {
    background-color: #fff;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    position: absolute;
    transition: all 0.3s ease 0s;
  }
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(1) {
    top: 0;
  }
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(2) {
    top: 10px;
  }
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(3) {
    top: 20px;
  }
}
.drawer-bars.is-checked .drawer-bars-inner {
  width: 23px;
  height: 23px;
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar {
  width: 32px;
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar:nth-of-type(2) {
  background: transparent;
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer-nav {
  position: absolute;
  position: fixed;
  overflow-y: auto;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
  width: 100%;
  height: 100vh;
  padding: 30px 20px;
  background: #F2F6F8;
  transition: all 0.3s ease 0s;
  display: none;
}
.drawer-nav.is-checked {
  display: block;
}
.drawer-nav .drawer-bg {
  position: absolute;
  z-index: 1;
  width: 210px;
  top: 0;
  left: 0;
}
.drawer-nav .drawer-menu {
  position: relative;
  z-index: 2;
  overflow-y: auto;
  margin-bottom: 29px;
}
.drawer-nav .drawer-menu li {
  border-bottom: 1px solid #333;
}
.drawer-nav .drawer-menu li.has-child span::after {
  transform: translateY(-50%) rotate(90deg);
}
.drawer-nav .drawer-menu li.has-child span.is-open::after {
  transform: translateY(-50%) rotate(-90deg);
}
.drawer-nav .drawer-menu li span {
  display: block;
  padding: 20px;
  position: relative;
}
.drawer-nav .drawer-menu li span::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow02.svg) no-repeat center center/contain;
  width: 7px;
  height: 9px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.drawer-nav .drawer-menu li span, .drawer-nav .drawer-menu li a {
  font-size: 14px;
}
.drawer-nav .drawer-menu li .child {
  display: none;
}
.drawer-nav .drawer-menu li .child ul {
  border-top: #333 1px solid;
}
.drawer-nav .drawer-menu li .child ul li:last-child {
  border-bottom: none;
}
.drawer-nav .drawer-menu li .child ul li a {
  position: relative;
  padding: 15px 20px 15px 35px;
  display: block;
}
.drawer-nav .drawer-submenu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.drawer-nav .drawer-submenu li {
  margin-right: 30px;
}
.drawer-nav .drawer-submenu li:last-child {
  margin-right: 0;
}
.drawer-nav .drawer-language-btn {
  color: #00A1E9;
  background: #fff;
  border-radius: 30px;
  border: #707070 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 10px;
  font-size: 19px;
  font-weight: 500;
  padding: 10px;
}
.drawer-nav .drawer-language-btn img {
  margin-right: 6px;
  width: 20px;
  vertical-align: sub;
}
.drawer-nav .drawer-contact {
  background: #40933B;
  display: block;
  color: #fff;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 40px;
  font-size: 16px;
  font-family: "Albert Sans", sans-serif;
  padding: 14px 10px;
}
.drawer-nav .drawer-contact img {
  vertical-align: middle;
  width: 15px;
  margin-right: 10px;
}
.drawer-nav .drawer-company-name {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
.drawer-nav .drawer-info {
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
.drawer-nav .drawer-copyright {
  font-size: 10px;
  text-align: center;
  padding-bottom: 30px;
}

/* util
---------------------------*/
a {
  color: #101010;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.9;
}

/* mv
-------------------------*/
.mv {
  position: relative;
  margin-bottom: 72px;
}
@media (min-width: 1104px) {
  .mv {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .mv {
    margin-top: 60px;
  }
}
.mv .mv-img {
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 1024px) {
  .mv .mv-img {
    width: 100%;
    height: auto;
  }
}
.mv .mv-inner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
@media (min-width: 1104px) {
  .mv .mv-inner {
    max-width: 1024px;
  }
}
.mv .mv-inner .mv-title {
  position: absolute;
  color: #fff;
  text-shadow: #00A1E9 0 0 10px;
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: opacity;
  opacity: 0;
}
@media (min-width: 768px) {
  .mv .mv-inner .mv-title {
    top: 23vh;
    left: 40px;
  }
}
@media (min-width: 1104px) {
  .mv .mv-inner .mv-title {
    left: 0;
  }
}
@media (max-width: 1024px) {
  .mv .mv-inner .mv-title {
    left: 30px;
    top: 10%;
  }
}
@media (max-width: 767px) {
  .mv .mv-inner .mv-title {
    top: 57px;
    left: 20px;
  }
}
.mv .mv-inner .mv-title.fadeIn {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.mv .mv-inner .mv-title .jp {
  font-size: 40px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.5;
  display: block;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .mv .mv-inner .mv-title .jp {
    font-size: 4vw;
    margin-bottom: 1.1333333333vw;
  }
}
@media (max-width: 767px) {
  .mv .mv-inner .mv-title .jp {
    font-size: 5.1282051282vw;
    margin-bottom: 4.358974359vw;
  }
}
.mv .mv-inner .mv-title .en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .mv .mv-inner .mv-title .en {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 767px) {
  .mv .mv-inner .mv-title .en {
    font-size: 4.1025641026vw;
  }
}
.mv .mv-inner .scroll {
  width: 26px;
  position: absolute;
  bottom: -5vh;
}
@media (min-width: 768px) {
  .mv .mv-inner .scroll {
    left: 40px;
  }
}
@media (min-width: 1104px) {
  .mv .mv-inner .scroll {
    left: -50px;
  }
}
@media (min-width: 1580px) {
  .mv .mv-inner .scroll {
    left: -103px;
  }
}
@media (max-width: 1024px) {
  .mv .mv-inner .scroll {
    width: 20px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .mv .mv-inner .scroll {
    width: 26px;
    left: 20px;
    bottom: -52px;
  }
}

/* top bg
-------------------------*/
.top-bg {
  width: 399px;
  position: absolute;
  left: 0;
  top: 90vh;
  z-index: -1;
}
@media (max-width: 767px) {
  .top-bg {
    width: 53.8461538462vw;
    top: calc(60px + 153.8461538462vw);
  }
}

/* page-bg
-------------------------*/
.page-wrapper {
  position: relative;
}
.page-wrapper::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  background: transparent url(../img/page_bg.png) no-repeat top left/contain;
  width: 446px;
  height: 2192px;
}
@media (max-width: 767px) {
  .page-wrapper::before {
    width: 53.8461538462vw;
    height: 281.0256410256vw;
  }
}
@media (min-width: 768px) {
  .page-wrapper.bizdev-wrapper:before {
    width: 425px;
    height: 1650px;
  }
}
.page-wrapper.contact-wrapper:before {
  top: 80px;
}
@media (max-width: 767px) {
  .page-wrapper.contact-wrapper:before {
    top: 60px;
  }
}

/* section
-------------------*/
/* top news
-------------------------*/
.section {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .section {
    margin-bottom: 100px;
  }
}
.section img {
  height: auto;
  margin-bottom: 30px;
}
.section p {
  margin-bottom: 30px;
}
.section h1 {
  font-weight: bold;
  background: #00A1E9;
  color: #fff;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section h1 {
    font-size: 32px;
    padding: 5px 20px;
  }
}
@media (max-width: 767px) {
  .section h1 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.section h2 {
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .section h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.section h3 {
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .section h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
.section h4 {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section h4 {
    font-size: 20px;
  }
}
.section h5 {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section h5 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section h5 {
    font-size: 18px;
  }
}
.section h6 {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section h6 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .section h6 {
    font-size: 16px;
  }
}
.section ol {
  margin-bottom: 1em;
  padding-left: 20px;
}
.section ol li {
  list-style-type: decimal !important;
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.section blockquote {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em;
}
@media (max-width: 767px) {
  .section blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.section blockquote > :first-child {
  margin-top: 0;
}
.section blockquote > :last-child {
  margin-bottom: 0;
}
.section ul {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .section ul {
    margin-bottom: 25px;
  }
}
.section ul li {
  position: relative;
  padding-left: 20px;
}
.section ul li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.section figure {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section figure {
    margin-bottom: 25px;
  }
}
.section h1 + p,
.section h2 + p,
.section h3 + p,
.section h4 + p,
.section h5 + p,
.section h6 + p {
  margin-top: 0;
}

/* top news
-------------------------*/
.top-news {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 100px;
}
@media (min-width: 1104px) {
  .top-news {
    margin-top: -5vh;
    margin-bottom: 120px;
  }
}
.top-news .top-news-inner {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
  display: flex;
  justify-content: space-between;
  padding: 50px 53px 60px;
}
@media (max-width: 767px) {
  .top-news .top-news-inner {
    padding: 30px 30px 39px;
    flex-direction: column;
  }
}
.top-news .top-news-inner .top-news-left {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .top-news .top-news-inner .top-news-left {
    width: 30%;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .top-news .top-news-inner .top-news-left {
    margin-bottom: 30px;
  }
}
.top-news .top-news-inner .top-news-left .top-news-title .en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.06em;
  display: block;
}
@media (max-width: 767px) {
  .top-news .top-news-inner .top-news-left .top-news-title .en {
    line-height: 1.325;
    margin-bottom: 17px;
  }
}
.top-news .top-news-inner .top-news-left .top-news-title .jp {
  letter-spacing: 0.05em;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .top-news .top-news-inner .top-news-left .top-news-title .jp {
    font-size: 16px;
    line-height: 1.5;
  }
}
.top-news .top-news-inner .top-news-left .btn01 {
  margin-top: 109px;
}
@media (max-width: 767px) {
  .top-news .top-news-inner .top-news-left .btn01 {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .top-news .top-news-inner .top-news-right {
    width: 60%;
  }
}
.top-news .top-news-inner .top-news-right .top-news-list .top-news-item {
  margin-bottom: 30px;
}
.top-news .top-news-inner .top-news-right .top-news-list .top-news-item:last-child {
  margin-bottom: 0;
}
.top-news .top-news-inner .top-news-right .top-news-list .top-news-item a {
  display: flex;
  flex-direction: column;
}
.top-news .top-news-inner .top-news-right .top-news-list .top-news-item a .top-news-item-info {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.top-news .top-news-inner .top-news-right .top-news-list .top-news-item a .top-news-item-info .date {
  color: #C9C9C9;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  font-family: "Roboto", sans-serif;
  margin-right: 17px;
}
@media (max-width: 767px) {
  .top-news .top-news-inner .top-news-right .top-news-list .top-news-item a .top-news-item-info .date {
    font-size: 16px;
    margin-right: 39px;
  }
}
.top-news .top-news-inner .top-news-right .top-news-list .top-news-item a .top-news-item-info .top-news-item-label {
  color: #fff;
  font-size: 12px;
  line-height: 1.4166666667;
  background: #40933B;
  padding: 0.5px 25px;
  white-space: nowrap;
}
.top-news .top-news-inner .top-news-right .top-news-list .top-news-item a .top-news-item-title {
  line-height: 1.5;
}

/* strengths
-------------------------*/
.strengths {
  position: relative;
}
@media (min-width: 768px) {
  .strengths {
    margin-bottom: 160px;
    padding-top: 124px;
  }
}
@media (max-width: 767px) {
  .strengths {
    margin-bottom: 100px;
    margin-top: -60px;
    padding-top: 60px;
  }
}
.strengths .strengths-img {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .strengths .strengths-img {
    width: 45.3333333333vw;
  }
}
@media (max-width: 767px) {
  .strengths .strengths-img {
    width: 76.9230769231vw;
    top: 172px;
  }
}
@media (min-width: 768px) {
  .strengths .strengths-img img {
    height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left top;
       object-position: left top;
  }
}
.strengths .strengths-title {
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .strengths .strengths-title {
    margin-bottom: 188px;
  }
}
.strengths .strengths-txt {
  font-weight: 500;
}
@media (min-width: 768px) {
  .strengths .strengths-txt {
    font-size: 18px;
    line-height: 2.2222222222;
    margin-bottom: 135px;
  }
}
@media (max-width: 767px) {
  .strengths .strengths-txt {
    margin-bottom: 32px;
    margin-left: -20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .strengths .strengths-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.strengths .strengths-list .strengths-item {
  background: #fff;
  border: #E5E5E5 1px solid;
  padding: 60px 30px 100px;
  width: 100%;
}
@media (min-width: 768px) {
  .strengths .strengths-list .strengths-item {
    width: calc(33.333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .strengths .strengths-list .strengths-item {
    width: calc(33.333% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 30px 15px 50px;
  }
}
@media (max-width: 767px) {
  .strengths .strengths-list .strengths-item {
    padding: 27px 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
	width: 100%;
  }
}
.strengths .strengths-list .strengths-item:nth-child(1) .strengths-item-icon img {
  width: 122px;
}
@media (max-width: 767px) {
  .strengths .strengths-list .strengths-item:nth-child(1) .strengths-item-icon img {
    width: 20.5128205128vw;
	  height: auto;
  }
}
.strengths .strengths-list .strengths-item:nth-child(2) .strengths-item-icon img {
  width: 102px;
}
@media (max-width: 767px) {
  .strengths .strengths-list .strengths-item:nth-child(2) .strengths-item-icon img {
    width: 19.4871794872vw;
	   height: auto;
  }
}
.strengths .strengths-list .strengths-item:nth-child(3) .strengths-item-icon img {
  width: 88px;
}
@media (max-width: 767px) {
  .strengths .strengths-list .strengths-item:nth-child(3) .strengths-item-icon img {
    width: 16.9230769231vw;
	   height: auto;
  }
}
@media (min-width: 768px) {
  .strengths .strengths-list .strengths-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .strengths .strengths-list .strengths-item:last-child {
    margin-bottom: 0;
  }
}
.strengths .strengths-list .strengths-item .strengths-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .strengths .strengths-list .strengths-item .strengths-item-icon {
    margin-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .strengths .strengths-list .strengths-item .strengths-item-icon {
    width: 28%;
  }
}
.strengths .strengths-list .strengths-item .strengths-item-icon img {
  width: 102px;
}
@media (max-width: 767px) {
  .strengths .strengths-list .strengths-item .strengths-item-icon img {
    width: 19.4871794872vw;
  }
}
.strengths .strengths-list .strengths-item .strength-item-inner {
  font-family: "Albert Sans", sans-serif;
}
@media (max-width: 767px) {
  .strengths .strengths-list .strengths-item .strength-item-inner {
    width: 62%;
  }
}
.strengths .strengths-list .strengths-item .strength-item-inner .strengths-item-title {
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .strengths .strengths-list .strengths-item .strength-item-inner .strengths-item-title {
    text-align: center;
    margin-bottom: 37px;
  }
}
@media (max-width: 767px) {
  .strengths .strengths-list .strengths-item .strength-item-inner .strengths-item-title {
    margin-bottom: 18px;
    font-size: 16px;
  }
}
.strengths .strengths-list .strengths-item .strength-item-inner .strengths-item-txt {
  line-height: 1.1875;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .strengths .strengths-list .strengths-item .strength-item-inner .strengths-item-txt {
    line-height: 1.7142857143;
  }
}

/* top service
-------------------------*/
.top-service {
  position: relative;
}
@media (min-width: 768px) {
  .top-service {
    margin-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .top-service {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .top-service .top-service-img {
    position: absolute;
    z-index: -1;
    left: 60px;
    top: 213px;
    width: 53.3333333333vw;
  }
}
@media (max-width: 767px) {
  .top-service .top-service-img {
    width: 76.9230769231vw;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .top-service .top-service-img img {
    height: 720px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left top;
       object-position: left top;
  }
}
.top-service .top-service-title {
  margin-bottom: 131px;
}
@media (max-width: 767px) {
  .top-service .top-service-title {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .top-service .top-service-list {
    max-width: 640px;
    margin-left: auto;
  }
}
.top-service .top-service-list .top-service-item {
  background: #fff;
  border: #E5E5E5 1px solid;
  margin-bottom: 10px;
	padding: 60px;
}
.top-service .top-service-list .top-service-item:last-child {
  margin-bottom: 0;
}
.top-service .top-service-list .top-service-item a {
  display: block;
  padding: 60px;
}
@media (max-width: 767px) {
  .top-service .top-service-list .top-service-item a {
    padding: 30px;
  }
}
.top-service .top-service-list .top-service-item .top-service-item-title {
  font-weight: bold;
  line-height: 1.4545454545;
}
@media (min-width: 768px) {
  .top-service .top-service-list .top-service-item .top-service-item-title {
    font-size: 22px;
    margin-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .top-service .top-service-list .top-service-item .top-service-item-title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.top-service .top-service-list .top-service-item .top-service-item-txt {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .top-service .top-service-list .top-service-item .top-service-item-txt {
    line-height: 1.7142857143;
  }
}

/* top cases
-------------------------*/
.top-cases {
  background: linear-gradient(to bottom, #F2F6F8, #F2F6F8 57.5%, transparent 57.5%);
  /* ドットは無し
  -------------------------*/
  /* 矢印
  ----------------------------*/
}
@media (min-width: 768px) {
  .top-cases {
    margin-bottom: 120px;
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .top-cases {
    margin-bottom: 100px;
    padding-top: 90px;
    background: linear-gradient(to bottom, #F2F6F8, #F2F6F8 65%, transparent 65%);
  }
}
.top-cases .top-cases-title {
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .top-cases .top-cases-title {
    margin-bottom: 45px;
  }
}
.top-cases .splide-wrapper {
  margin-left: calc((100% - 1104px) / 2);
  margin-right: 0;
  max-width: none;
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-cases .splide-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .top-cases .splide-wrapper {
    margin-left: -20px;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 0;
  }
}
.top-cases .splide-wrapper .cases-list {
  padding-bottom: 65px !important;
}
@media (max-width: 767px) {
  .top-cases .splide-wrapper .cases-list {
    padding-bottom: 58px !important;
  }
}
.top-cases .splide-wrapper .cases-list .cases-item {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
}
.top-cases .splide-wrapper .cases-list .cases-item a {
  display: block;
}
.top-cases .splide-wrapper .cases-list .cases-item a .cases-item-img {
  display: block;
  position: relative;
}
.top-cases .splide-wrapper .cases-list .cases-item a .cases-item-img::before {
  content: "";
  display: block;
  padding-top: 63.1578947368%;
}
@media (max-width: 767px) {
  .top-cases .splide-wrapper .cases-list .cases-item a .cases-item-img::before {
    padding-top: 80%;
  }
}
.top-cases .splide-wrapper .cases-list .cases-item a .cases-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.top-cases .splide-wrapper .cases-list .cases-item a .cases-item-inner {
  padding: 56px 40px 70px;
}
@media (max-width: 767px) {
  .top-cases .splide-wrapper .cases-list .cases-item a .cases-item-inner {
    padding: 27px 20px;
  }
}
.top-cases .splide-wrapper .cases-list .cases-item a .cases-item-inner .cases-item-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .top-cases .splide-wrapper .cases-list .cases-item a .cases-item-inner .cases-item-title {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.top-cases .splide-wrapper .cases-list .cases-item a .cases-item-inner .cases-item-txt {
  font-family: "Albert Sans", sans-serif;
  line-height: 1.1875;
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .top-cases .splide-wrapper .cases-list .cases-item a .cases-item-inner .cases-item-txt {
    font-size: 13px;
    line-height: 1.5384615385;
    margin-bottom: 18px;
  }
}
.top-cases .splide-wrapper .cases-list .cases-item a .cases-item-inner .cases-item-category {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
@media (max-width: 767px) {
  .top-cases .splide-wrapper .cases-list .cases-item a .cases-item-inner .cases-item-category {
    margin: -2px;
  }
}
.top-cases .splide-wrapper .cases-list .cases-item a .cases-item-inner .cases-item-category li {
  background: #06225C;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  padding: 3px 14px;
  margin: 5px;
}
@media (max-width: 767px) {
  .top-cases .splide-wrapper .cases-list .cases-item a .cases-item-inner .cases-item-category li {
    font-size: 10px;
    padding: 2.5px 9px;
    margin: 2px;
  }
}
.top-cases .splide__pagination {
  display: none;
}
.top-cases .splide-arrows-wrapper {
  position: relative;
}
@media (min-width: 1580px) {
  .top-cases .splide-arrows-wrapper {
    right: calc((100% - 1104px) / 2);
  }
}
.top-cases .splide-arrows-wrapper .splide__arrows {
  display: flex;
  justify-content: space-between;
  width: 200px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .top-cases .splide-arrows-wrapper .splide__arrows {
    width: 150px;
  }
}
.top-cases .splide-arrows-wrapper .splide__arrows .button {
  background: #F2F6F8; /* ボタンの背景を透明にする */
  background: #F2F6F8;
  transition: all 0.7s ease-in;
  opacity: 1;
  border: 0;
  border-radius: 0;
  padding: 0;
  top: 0;
  transform: translateY(0);
  position: relative;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  z-index: 1;
}
@media (min-width: 768px) {
  .top-cases .splide-arrows-wrapper .splide__arrows .button {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .top-cases .splide-arrows-wrapper .splide__arrows .button {
    width: 70px;
    height: 70px;
  }
}
.top-cases .splide-arrows-wrapper .splide__arrows .button:before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21px;
  height: 12px;
}
.top-cases .splide-arrows-wrapper .splide__arrows .button.prev {
  left: 0;
  right: 110px;
  /* 前の矢印 */
}
@media (max-width: 767px) {
  .top-cases .splide-arrows-wrapper .splide__arrows .button.prev {
    right: 80px;
  }
}
.top-cases .splide-arrows-wrapper .splide__arrows .button.prev:before {
  background-image: url(../img/arrow_left.svg);
}
.top-cases .splide-arrows-wrapper .splide__arrows .button.prev:hover::before {
  left: 47%;
}
.top-cases .splide-arrows-wrapper .splide__arrows .button.next {
  right: 0;
  /* 次の矢印 */
}
.top-cases .splide-arrows-wrapper .splide__arrows .button.next:before {
  background-image: url(../img/arrow_right.svg);
}
.top-cases .splide-arrows-wrapper .splide__arrows .button.next:hover::before {
  left: 53%;
}

/* top img
-------------------------*/
.top-img {
  position: relative;
}
@media (min-width: 768px) {
  .top-img {
    margin-bottom: 240px;
  }
}
@media (max-width: 767px) {
  .top-img {
    margin-bottom: 182px;
  }
}
.top-img .top-img01 {
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .top-img .top-img01 {
    width: 77.3333333333vw;
  }
}
@media (max-width: 767px) {
  .top-img .top-img01 {
    width: 84.6153846154vw;
  }
}
.top-img .top-img-bg {
  background: #65c65f;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .top-img .top-img-bg {
    width: 36.6666666667vw;
    height: 26.6666666667vw;
    top: 8vw;
  }
}
@media (max-width: 767px) {
  .top-img .top-img-bg {
    width: 71.7948717949vw;
    height: 25.641025641vw;
    top: 34.8717948718vw;
  }
}
.top-img .top-img02 {
  position: absolute;
  left: 0;
  z-index: 1;
  background: transparent url(../img/bg.png) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .top-img .top-img02 {
    width: 31vw;
    height: 63.9333333333vw;
    top: -24.1333333333vw;
  }
}
@media (max-width: 767px) {
  .top-img .top-img02 {
    width: 48.4615384615vw;
    height: 100.2564102564vw;
    top: -35.641025641vw;
  }
}

/* top info
-------------------------*/
@media (min-width: 768px) {
  .top-information {
    margin-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .top-information {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .top-information .top-information-title {
    margin-bottom: 94px;
  }
}
@media (max-width: 767px) {
  .top-information .top-information-title {
    margin-bottom: 50px;
  }
}

/* information
-----------------*/
@media (min-width: 768px) {
  .information-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 88px;
  }
}
@media (max-width: 767px) {
  .information-list {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .information-list .information-item {
    width: calc(50% - 30px);
    margin-right: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .information-list .information-item {
    margin-bottom: 10px;
  }
}
.information-list .information-item:nth-child(2n) {
  margin-right: 0;
}
.information-list .information-item a {
  display: flex;
  justify-content: space-between;
}
.information-list .information-item a .information-item-img {
  width: 41.6666666667%;
}
@media (max-width: 767px) {
  .information-list .information-item a .information-item-img {
    width: 28.5714285714%;
  }
}
.information-list .information-item a .information-item-img .information-item-img-inner {
  display: block;
  position: relative;
}
.information-list .information-item a .information-item-img .information-item-img-inner::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.information-list .information-item a .information-item-img .information-item-img-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.information-list .information-item a .information-item-inner {
  width: 54.1666666667%;
}
@media (max-width: 767px) {
  .information-list .information-item a .information-item-inner {
    width: 65.7142857143%;
  }
}
.information-list .information-item a .information-item-inner .information-item-category {
  display: flex;
  flex-wrap: wrap;
  margin: -2px -2px 18px;
}
@media (max-width: 767px) {
  .information-list .information-item a .information-item-inner .information-item-category {
    margin-bottom: 8px;
  }
}
.information-list .information-item a .information-item-inner .information-item-category li {
  font-size: 12px;
  line-height: 1.5;
  background: #06225C;
  color: #fff;
  padding: 3.5px 14px;
  margin: 2px;
}
@media (max-width: 767px) {
  .information-list .information-item a .information-item-inner .information-item-category li {
    font-size: 10px;
    padding: 2.5px 9px;
  }
}
.information-list .information-item a .information-item-inner .information-item-title {
  font-weight: 500;
  line-height: 1.875;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .information-list .information-item a .information-item-inner .information-item-title {
    line-height: 1.7142857143;
  }
}
.information-list .information-item a .information-item-inner .information-item-txt {
  font-size: 14px;
  line-height: 1.8571428571;
  margin-bottom: 0;
}

.information-archive {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .information-archive {
    margin-bottom: 100px;
  }
}
.information-archive .information-archive-list {
  margin-bottom: 170px;
}
@media (max-width: 767px) {
  .information-archive .information-archive-list {
    margin-bottom: 100px;
  }
}

/* page-nav
---------------------------*/
.page-nav {
  text-align: center;
}
.page-nav .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-nav .wp-pagenavi a, .page-nav .wp-pagenavi span {
  border: none;
  color: #0084CB;
  text-align: center;
  display: inline-block;
  padding: 0;
  border: 2px solid #F2F6F8;
  background: #fff;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 768px) {
  .page-nav .wp-pagenavi a, .page-nav .wp-pagenavi span {
    font-size: 30px;
    font-weight: bold;
    margin: 0 5px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .page-nav .wp-pagenavi a, .page-nav .wp-pagenavi span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 0 5px;
  }
}
.page-nav .wp-pagenavi .current {
  background: #F2F6F8;
  color: #0084CB;
}
.page-nav .wp-pagenavi .nextpostslink, .page-nav .wp-pagenavi .prevpostslink, .page-nav .wp-pagenavi .previouspostslink, .page-nav .wp-pagenavi .last {
  padding: 0;
  border: 2px solid #F2F6F8;
  background: #F2F6F8;
  position: relative;
}
@media (min-width: 768px) {
  .page-nav .wp-pagenavi .nextpostslink, .page-nav .wp-pagenavi .prevpostslink, .page-nav .wp-pagenavi .previouspostslink, .page-nav .wp-pagenavi .last {
    margin: 0 5px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .page-nav .wp-pagenavi .nextpostslink, .page-nav .wp-pagenavi .prevpostslink, .page-nav .wp-pagenavi .previouspostslink, .page-nav .wp-pagenavi .last {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.page-nav .wp-pagenavi .nextpostslink img, .page-nav .wp-pagenavi .prevpostslink img, .page-nav .wp-pagenavi .previouspostslink img, .page-nav .wp-pagenavi .last img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .page-nav .wp-pagenavi .nextpostslink img, .page-nav .wp-pagenavi .prevpostslink img, .page-nav .wp-pagenavi .previouspostslink img, .page-nav .wp-pagenavi .last img {
    width: 21px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .page-nav .wp-pagenavi .nextpostslink img, .page-nav .wp-pagenavi .prevpostslink img, .page-nav .wp-pagenavi .previouspostslink img, .page-nav .wp-pagenavi .last img {
    width: 17px;
    height: 8px;
  }
}
@media (min-width: 768px) {
  .page-nav .wp-pagenavi .previouspostslink {
    margin-right: 35px;
  }
}
@media (max-width: 767px) {
  .page-nav .wp-pagenavi .previouspostslink {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .page-nav .wp-pagenavi .nextpostslink {
    margin-left: 35px;
  }
}
@media (max-width: 767px) {
  .page-nav .wp-pagenavi .nextpostslink {
    margin-left: 15px;
  }
}

/* cases 一覧
------------*/
.cases-archive {
  margin-bottom: 160px;
}
@media (min-width: 768px) {
  .cases-archive {
    padding-top: 77px;
  }
}
.cases-archive .cases-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 111px;
}
.cases-archive .cases-list .cases-item {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 6px 6px;
}
@media (min-width: 768px) {
  .cases-archive .cases-list .cases-item {
    width: calc(33.3333% - 20.6666666667px);
    margin-right: 31px;
    margin-bottom: 50px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .cases-archive .cases-list .cases-item {
    width: calc(50% - 15.5px);
  }
}
@media (max-width: 767px) {
  .cases-archive .cases-list .cases-item {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .cases-archive .cases-list .cases-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .cases-archive .cases-list .cases-item:nth-child(3n) {
    margin-right: 31px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .cases-archive .cases-list .cases-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .cases-archive .cases-list .cases-item:nth-child(6n) {
    margin-right: 0;
  }
}
.cases-archive .cases-list .cases-item a {
  display: block;
}
.cases-archive .cases-list .cases-item a .cases-item-img {
  display: block;
  position: relative;
}
.cases-archive .cases-list .cases-item a .cases-item-img::before {
  content: "";
  display: block;
  padding-top: 75%;
}
@media (max-width: 767px) {
  .cases-archive .cases-list .cases-item a .cases-item-img::before {
    padding-top: 80%;
  }
}
.cases-archive .cases-list .cases-item a .cases-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.cases-archive .cases-list .cases-item a .cases-item-inner {
  padding: 36px 40px;
}
@media (max-width: 767px) {
  .cases-archive .cases-list .cases-item a .cases-item-inner {
    padding: 27px 20px;
  }
}
.cases-archive .cases-list .cases-item a .cases-item-inner .cases-item-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .cases-archive .cases-list .cases-item a .cases-item-inner .cases-item-title {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.cases-archive .cases-list .cases-item a .cases-item-inner .cases-item-txt {
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  line-height: 1.1875;
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .cases-archive .cases-list .cases-item a .cases-item-inner .cases-item-txt {
    font-size: 13px;
    line-height: 1.5384615385;
    margin-bottom: 18px;
  }
}
.cases-archive .cases-list .cases-item a .cases-item-inner .cases-item-category {
  display: flex;
  flex-wrap: wrap;
  margin: -2px -5px;
}
@media (max-width: 767px) {
  .cases-archive .cases-list .cases-item a .cases-item-inner .cases-item-category {
    margin: -2px;
  }
}
.cases-archive .cases-list .cases-item a .cases-item-inner .cases-item-category li {
  background: #06225C;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  padding: 3px 14px;
  margin: 2px 5px;
}
@media (max-width: 767px) {
  .cases-archive .cases-list .cases-item a .cases-item-inner .cases-item-category li {
    font-size: 10px;
    padding: 2.5px 9px;
    margin: 2px;
  }
}

/* article cases
---------------------*/
.article-cases {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .article-cases {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .article-cases .article-cases-head {
    display: flex;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .article-cases .article-cases-head {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .article-cases .article-cases-head .article-cases-img {
    flex: 1;
    margin-left: calc(50% - 50vw);
  }
}
@media (max-width: 767px) {
  .article-cases .article-cases-head .article-cases-img {
    margin-bottom: 30px;
  }
}
.article-cases .article-cases-head .article-cases-img img {
  height: auto;
}
@media (min-width: 768px) {
  .article-cases .article-cases-head .article-cases-info {
    width: 50%;
    margin-left: 62px;
  }
}
.article-cases .article-cases-head .article-cases-info .article-cases-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.0666666667;
  padding-bottom: 25px;
  margin-bottom: 10px;
  color: #101010;
  position: relative;
}
@media (max-width: 767px) {
  .article-cases .article-cases-head .article-cases-info .article-cases-title {
    font-size: 24px;
  }
}
.article-cases .article-cases-head .article-cases-info .article-cases-title::after {
  position: absolute;
  content: "";
  background: #00A1E9;
  width: 80px;
  height: 2px;
  left: 0;
  bottom: 0;
}
.article-cases .article-cases-head .article-cases-info .article-cases-url {
  color: #00A1E9;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  line-height: 1.75;
  margin-bottom: 40px;
}
.article-cases .article-cases-head .article-cases-info .article-cases-url::after {
  position: absolute;
  content: "";
  background: transparent url(../img/ex.svg) no-repeat center center/contain;
  width: 16px;
  height: 15px;
  right: -27px;
  top: 50%;
  transform: translateY(-50%);
}
.article-cases .article-cases-head .article-cases-info .article-cases-list li {
  margin-bottom: 30px;
  padding: 0;
}
@media (min-width: 768px) {
  .article-cases .article-cases-head .article-cases-info .article-cases-list li {
    display: flex;
  }
}
@media (max-width: 767px) {
  .article-cases .article-cases-head .article-cases-info .article-cases-list li {
    margin-bottom: 15px;
  }
}
.article-cases .article-cases-head .article-cases-info .article-cases-list li::before {
  display: none;
}
.article-cases .article-cases-head .article-cases-info .article-cases-list li .article-cases-item-title {
  white-space: nowrap;
  font-size: inherit;
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .article-cases .article-cases-head .article-cases-info .article-cases-list li .article-cases-item-title {
    margin-right: 20px;
  }
}
.article-cases .article-cases-head .article-cases-info .article-cases-list li .article-cases-item-txt {
  margin-bottom: 0;
}
.article-cases .article-cases-head .article-cases-info .article-cases-category {
  background: #F7F7F7;
  padding: 13px 25px;
}
@media (max-width: 767px) {
  .article-cases .article-cases-head .article-cases-info .article-cases-category {
    padding: 10px 13px;
  }
}
.article-cases .article-cases-head .article-cases-info .article-cases-category ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.article-cases .article-cases-head .article-cases-info .article-cases-category ul li {
  margin: 5px;
  padding: 0;
}
@media (max-width: 767px) {
  .article-cases .article-cases-head .article-cases-info .article-cases-category ul li {
    margin: 2px;
  }
}
.article-cases .article-cases-head .article-cases-info .article-cases-category ul li::before {
  display: none;
}
.article-cases .article-cases-head .article-cases-info .article-cases-category ul li a {
  background: #06225C;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  padding: 3.5px 14px;
  display: block;
}
@media (max-width: 767px) {
  .article-cases .article-cases-head .article-cases-info .article-cases-category ul li a {
    font-size: 10px;
    padding: 2.5px 9px;
  }
}
.article-cases .point {
  margin-bottom: 80px;
  border: 2px solid #06225C;
  background: #fff;
}
@media (max-width: 767px) {
  .article-cases .point {
    margin-bottom: 50px;
  }
}
.article-cases .point h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #06225C;
  padding: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .article-cases .point h3 {
    font-size: 18px;
    padding: 5px 10px;
  }
}
.article-cases .point .article-cases-point-inner {
  padding: 30px;
}
@media (max-width: 767px) {
  .article-cases .point .article-cases-point-inner {
    padding: 15px;
  }
}
.article-cases .point .article-cases-point-inner ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.article-cases .point .article-cases-point-inner ul li {
  font-weight: 500;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 10px;
}
.article-cases .point .article-cases-point-inner ul li:last-child {
  margin-bottom: 0;
}
.article-cases .point .article-cases-point-inner ul li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.article-cases .article-cases-inner {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .article-cases .article-cases-inner {
    margin-bottom: 100px;
  }
}

/* service
---------------------*/
/* service-detail
---------------------*/
.service-detail {
  margin-bottom: 113px;
  text-align: center;
}
@media (max-width: 767px) {
  .service-detail {
    margin-bottom: 100px;
  }
}
.service-detail .service-detail-inner {
  border: 4px solid #E5E5E5;
  background: #fff;
}
@media (max-width: 767px) {
  .service-detail .service-detail-inner {
    border-width: 2px;
  }
}
.service-detail .service-detail-inner .service-detail-img {
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .service-detail .service-detail-inner .service-detail-img::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
}
@media (max-width: 767px) {
  .service-detail .service-detail-inner .service-detail-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
.service-detail .service-detail-inner .service-detail-bg {
  padding: 50px;
}
@media (max-width: 767px) {
  .service-detail .service-detail-inner .service-detail-bg {
    padding: 30px;
  }
}
.service-detail .service-detail-inner .service-detail-bg .service-detail-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.0666666667;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .service-detail .service-detail-inner .service-detail-bg .service-detail-title {
    font-size: 20px;
  }
}
.service-detail .service-detail-inner .service-detail-bg .service-detail-txt {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .service-detail .service-detail-inner .service-detail-bg .service-detail-txt {
    font-size: 16px;
  }
}

/* flow
-----------------*/
.flow {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .flow {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .flow .flow-title {
    margin-bottom: 74px;
  }
}
.flow .flow-list .flow-item {
  margin-bottom: 59px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .flow .flow-list .flow-item {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}
.flow .flow-list .flow-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .flow .flow-list .flow-item .flow-item-left {
    width: 64%;
  }
}
.flow .flow-list .flow-item .flow-item-left .flow-item-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .flow .flow-list .flow-item .flow-item-left .flow-item-title {
    font-size: 20px;
  }
}
.flow .flow-list .flow-item .flow-item-left .flow-item-title span {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .flow .flow-list .flow-item .flow-item-left .flow-item-title span {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .flow .flow-list .flow-item .flow-item-left .flow-item-txt01 {
    margin-left: 110px;
  }
}
@media (max-width: 767px) {
  .flow .flow-list .flow-item .flow-item-left .flow-item-txt01 {
    margin-bottom: 15px;
  }
}
.flow .flow-list .flow-item .flow-item-left .flow-item-txt02 {
  border: 1px solid #06225C;
  background: #fff;
  color: #06225C;
  font-size: 14px;
  line-height: 1.8571428571;
  padding: 30px;
}
@media (min-width: 768px) {
  .flow .flow-list .flow-item .flow-item-left .flow-item-txt02 {
    margin-left: 110px;
  }
}
@media (max-width: 767px) {
  .flow .flow-list .flow-item .flow-item-left .flow-item-txt02 {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .flow .flow-list .flow-item .flow-item-right {
    width: 29%;
  }
}
@media (max-width: 767px) {
  .flow .flow-list .flow-item .flow-item-right {
    margin-bottom: 15px;
  }
}
.flow .flow-list .flow-item .flow-item-right .flow-item-img {
  display: block;
  position: relative;
}
.flow .flow-list .flow-item .flow-item-right .flow-item-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.flow .flow-list .flow-item .flow-item-right .flow-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

/* support
-----------------*/
.support {
  background: #F2F6F8;
  padding: 160px 0 120px;
  position: relative;
}
@media (max-width: 767px) {
  .support {
    padding: 50px 0;
  }
}
.support:before {
  position: absolute;
  content: "";
  background: transparent url(../img/support_bg.png) no-repeat center center/contain;
  width: 502px;
  height: 838px;
  z-index: 1;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .support:before {
    width: 250px;
    height: 420px;
  }
}
@media (min-width: 768px) {
  .support .support-title {
    margin-bottom: 74px;
  }
}
.support .support-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.support .support-list .support-item {
  background: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .support .support-list .support-item {
    width: calc(50% - 30.5px);
    margin-right: 61px;
    padding: 80px 60px 74px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .support .support-list .support-item {
    width: 100%;
    margin-bottom: 30px;
    padding: 40px 30px 30px;
  }
}
.support .support-list .support-item:nth-child(2n) {
  margin-right: 0;
}
.support .support-list .support-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border: 20px solid #06225C;
  border-right-color: transparent;
  border-bottom-color: transparent;
  height: 0;
  width: 0;
}
.support .support-list .support-item .support-item-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2307692308;
  color: #06225C;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .support .support-list .support-item .support-item-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.support .support-list .support-item .support-item-txt {
  margin-bottom: 0;
}

/* package
-----------------*/
.package {
  margin-top: 160px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .package {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .package .package-title {
    margin-bottom: 74px;
  }
}
@media (min-width: 768px) {
  .package .package-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.package .package-list .package-item {
  border: 1px solid #06225C;
  background: #fff;
}
@media (min-width: 768px) {
  .package .package-list .package-item {
    width: calc(50% - 30px);
    margin-right: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .package .package-list .package-item {
    margin-bottom: 30px;
  }
}
.package .package-list .package-item:nth-child(2n) {
  margin-right: 0;
}
.package .package-list .package-item .package-item-title {
  background: #06225C;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  padding: 20px;
}
@media (max-width: 767px) {
  .package .package-list .package-item .package-item-title {
    padding: 10px 15px;
    font-size: 18px;
  }
}
.package .package-list .package-item .package-item-inner {
  padding: 10px 40px 40px;
}
@media (max-width: 767px) {
  .package .package-list .package-item .package-item-inner {
    padding: 10px 30px 30px;
  }
}
.package .package-list .package-item .package-item-inner .package-item-top {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.package .package-list .package-item .package-item-inner .package-item-top .package-item-price {
  text-align: center;
  color: #00A1E9;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.4;
}
.package .package-list .package-item .package-item-inner .package-item-top .package-item-price span {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .package .package-list .package-item .package-item-inner .package-item-top .package-item-price span {
    font-size: 48px;
  }
}
.package .package-list .package-item .package-item-inner .package-item-top .package-item-dulation {
  margin-bottom: 0;
}

/* service cases
-------------------------*/
.service-cases {
  background: linear-gradient(to bottom, #F2F6F8, #F2F6F8 73%, transparent 73%);
}
@media (min-width: 768px) {
  .service-cases {
    margin-bottom: 160px;
    padding-top: 88px;
  }
}
@media (max-width: 767px) {
  .service-cases {
    margin-bottom: 100px;
    padding-top: 50px;
    background: linear-gradient(to bottom, #F2F6F8, #F2F6F8 65%, transparent 65%);
  }
}
.service-cases .service-cases-title {
  margin-bottom: 91px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  line-height: 1.32;
}
@media (max-width: 767px) {
  .service-cases .service-cases-title {
    margin-bottom: 45px;
  }
}
.service-cases .cases-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 77px;
}
@media (max-width: 1024px) {
  .service-cases .cases-list {
    margin-bottom: 30px;
  }
}
.service-cases .cases-list .cases-item {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 6px 6px;
}
@media (min-width: 768px) {
  .service-cases .cases-list .cases-item {
    width: calc(33.3333% - 20.6666666667px);
    margin-right: 31px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .service-cases .cases-list .cases-item {
    width: calc(50% - 15.5px);
  }
}
@media (max-width: 767px) {
  .service-cases .cases-list .cases-item {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .service-cases .cases-list .cases-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .service-cases .cases-list .cases-item:nth-child(3n) {
    margin-right: 31px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .service-cases .cases-list .cases-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .service-cases .cases-list .cases-item:nth-child(3) {
    display: none;
  }
}
.service-cases .cases-list .cases-item a {
  display: block;
}
.service-cases .cases-list .cases-item a .cases-item-img {
  display: block;
  position: relative;
}
.service-cases .cases-list .cases-item a .cases-item-img::before {
  content: "";
  display: block;
  padding-top: 75%;
}
@media (max-width: 767px) {
  .service-cases .cases-list .cases-item a .cases-item-img::before {
    padding-top: 80%;
  }
}
.service-cases .cases-list .cases-item a .cases-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.service-cases .cases-list .cases-item a .cases-item-inner {
  padding: 36px 40px;
}
@media (max-width: 767px) {
  .service-cases .cases-list .cases-item a .cases-item-inner {
    padding: 27px 20px;
  }
}
.service-cases .cases-list .cases-item a .cases-item-inner .cases-item-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .service-cases .cases-list .cases-item a .cases-item-inner .cases-item-title {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.service-cases .cases-list .cases-item a .cases-item-inner .cases-item-txt {
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  line-height: 1.1875;
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .service-cases .cases-list .cases-item a .cases-item-inner .cases-item-txt {
    font-size: 13px;
    line-height: 1.5384615385;
    margin-bottom: 18px;
  }
}
.service-cases .cases-list .cases-item a .cases-item-inner .cases-item-category {
  display: flex;
  flex-wrap: wrap;
  margin: -2px -5px;
}
@media (max-width: 767px) {
  .service-cases .cases-list .cases-item a .cases-item-inner .cases-item-category {
    margin: -2px;
  }
}
.service-cases .cases-list .cases-item a .cases-item-inner .cases-item-category li {
  background: #06225C;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  padding: 3px 14px;
  margin: 2px 5px;
}
@media (max-width: 767px) {
  .service-cases .cases-list .cases-item a .cases-item-inner .cases-item-category li {
    font-size: 10px;
    padding: 2.5px 9px;
    margin: 2px;
  }
}
.service-cases .btn01 {
  margin-left: auto;
}

/* service nav
-------------------------*/
@media (min-width: 768px) {
  .service-nav .service-nav-list {
    display: flex;
  }
}
@media (min-width: 768px) {
  .service-nav .service-nav-list .service-nav-item {
    width: 50%;
  }
}
.service-nav .service-nav-list .service-nav-item:nth-child(2n+1) .service-nav-item-inner {
  margin-left: auto;
}
@media (min-width: 768px) {
  .service-nav .service-nav-list .service-nav-item:nth-child(2n+1) .service-nav-item-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1104px) {
  .service-nav .service-nav-list .service-nav-item:nth-child(2n+1) .service-nav-item-inner {
    padding-left: 0;
    padding-right: 60px;
  }
}
.service-nav .service-nav-list .service-nav-item:nth-child(2n+1) .service-nav-item-inner .service-nav-item-title {
  text-align: center;
}
@media (min-width: 768px) {
  .service-nav .service-nav-list .service-nav-item:nth-child(2n) .service-nav-item-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1104px) {
  .service-nav .service-nav-list .service-nav-item:nth-child(2n) .service-nav-item-inner {
    padding-left: 60px;
    padding-right: 0;
  }
}
.service-nav .service-nav-list .service-nav-item:nth-child(2n) .service-nav-item-inner .service-nav-item-title {
  text-align: center;
}
.service-nav .service-nav-list .service-nav-item a {
  display: block;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  height: 100%;
  transition: all 0.7s ease-in;
}
.service-nav .service-nav-list .service-nav-item a:hover .service-nav-item-yazirushi img {
  left: 55% !important;
}
.service-nav .service-nav-list .service-nav-item a .service-nav-item-inner {
  max-width: 512px;
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .service-nav .service-nav-list .service-nav-item a .service-nav-item-inner {
    padding: 50px 20px;
  }
}
.service-nav .service-nav-list .service-nav-item a .service-nav-item-inner .service-nav-item-title {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 51px;
  line-height: 1.2307692308;
}
@media (max-width: 767px) {
  .service-nav .service-nav-list .service-nav-item a .service-nav-item-inner .service-nav-item-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.service-nav .service-nav-list .service-nav-item a .service-nav-item-inner .service-nav-item-txt {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service-nav .service-nav-list .service-nav-item a .service-nav-item-inner .service-nav-item-txt {
    margin-bottom: 30px;
  }
}
.service-nav .service-nav-list .service-nav-item a .service-nav-item-inner .service-nav-item-yazirushi {
  width: 63px;
  height: 63px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service-nav .service-nav-list .service-nav-item a .service-nav-item-inner .service-nav-item-yazirushi {
    width: 40px;
    height: 40px;
  }
}
.service-nav .service-nav-list .service-nav-item a .service-nav-item-inner .service-nav-item-yazirushi img {
  width: 17px;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .service-nav .service-nav-list .service-nav-item a .service-nav-item-inner .service-nav-item-yazirushi img {
    width: 12px;
  }
}

/* message
-----------------*/
@media (min-width: 768px) {
  .message .inner {
    margin-bottom: 170px;
  }
}
@media (max-width: 1024px) {
  .message .inner {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .message .message-inner {
    width: 100%;
    padding: 0 30px;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .message .message-inner .message-title {
    margin-bottom: 74px;
  }
}
.message .message-inner .representative-name {
  text-align: right;
  line-height: 1.4;
}
.message .message-inner .representative-name .representative-post {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  display: block;
}
.message .message-inner .representative-name .representative-name-jp {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 30px;
  display: block;
}
.message .message-inner .representative-name .representative-name-en {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}

/* philosophy
-----------------*/
.philosophy {
  margin-bottom: 128px;
}
@media (max-width: 767px) {
  .philosophy {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .philosophy .philosophy-title {
    margin-bottom: 74px;
  }
}
.philosophy .philosophy-list .philosophy-item {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .philosophy .philosophy-list .philosophy-item {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .philosophy .philosophy-list .philosophy-item {
    flex-direction: column;
    margin-bottom: 45px;
  }
}
.philosophy .philosophy-list .philosophy-item:last-child {
  margin-bottom: 0;
}
.philosophy .philosophy-list .philosophy-item .philosophy-item-title {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.325;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .philosophy .philosophy-list .philosophy-item .philosophy-item-title {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  .philosophy .philosophy-list .philosophy-item .philosophy-item-title {
    width: 100%;
    margin-bottom: 15px;
  }
}
.philosophy .philosophy-list .philosophy-item .philosophy-item-title span {
  color: #00A1E9;
}
.philosophy .philosophy-list .philosophy-item .philosophy-item-txt {
  font-weight: bold;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .philosophy .philosophy-list .philosophy-item .philosophy-item-txt {
    width: 68%;
  }
}
@media (max-width: 1024px) {
  .philosophy .philosophy-list .philosophy-item .philosophy-item-txt {
    width: 100%;
  }
}

/* company
-----------------*/
.company {
  background: #F2F6F8;
  padding: 160px 0 100px;
}
@media (max-width: 767px) {
  .company {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .company .company-title {
    margin-bottom: 94px;
  }
}
.company .company-table {
  max-width: 800px;
  margin: 0 auto;
}
.company .company-table table {
  width: 100%;
  border-collapse: collapse;
}
.company .company-table table tr td {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .company .company-table table tr td {
    border-bottom: 1px solid #BABABA;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .company .company-table table tr td {
    display: block;
  }
}
@media (min-width: 768px) {
  .company .company-table table tr td:nth-child(1) {
    text-align: center;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .company .company-table table tr td:nth-child(1) {
    padding: 15px;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .company .company-table table tr td:nth-child(2) {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .company .company-table table tr td:nth-child(2) {
    border-bottom: 1px solid #BABABA;
    padding: 0 15px 15px;
  }
}
.company .company-table table tr:last-child td {
  border-bottom: none;
}

/* contact 
------------------*/
@media (min-width: 768px) {
  .contact {
    margin-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .contact {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .mw_wp_form {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .mw_wp_form {
    margin-top: -60px;
    padding-top: 60px;
    font-size: 16px !important;
  }
}
.mw_wp_form form .form-row {
  margin-bottom: 15px;
}
.mw_wp_form form .form-row.form-checkbox .form-col:nth-child(2) {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .mw_wp_form form .form-row.form-checkbox .form-col:nth-child(2) {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mw_wp_form form .form-row .form-col {
    display: block;
    width: 100%;
  }
}
.mw_wp_form form .form-row .form-col:nth-child(1) {
  font-weight: bold;
}
@media (min-width: 768px) {
  .mw_wp_form form .form-row .form-col:nth-child(1) {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .mw_wp_form form .form-row .form-col:nth-child(1) {
    margin-bottom: 5px;
  }
}
.mw_wp_form form .form-row .form-col:nth-child(2) {
  word-break: break-all;
}
.mw_wp_form form .form-row .form-col:nth-child(2) .mwform-checkbox-field-text {
  font-weight: 500;
}
.mw_wp_form form .form-row .form-col:nth-child(2) .mwform-checkbox-field {
  margin-right: 23px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .mw_wp_form form .form-row .form-col:nth-child(2) .mwform-checkbox-field {
    display: block;
  }
}
@media (max-width: 767px) {
  .mw_wp_form form .form-row .form-col:nth-child(2) .mwform-checkbox-field {
    margin-right: 5px;
  }
}
.mw_wp_form form .form-row .form-col:nth-child(2) .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.mw_wp_form form .form-row .form-col:nth-child(2) input[type=checkbox] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mw_wp_form form .form-row .form-col:nth-child(2) input[type=checkbox] ~ span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}
@media (min-width: 768px) {
  .mw_wp_form form .form-row .form-col:nth-child(2) input[type=checkbox] ~ span {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .mw_wp_form form .form-row .form-col:nth-child(2) input[type=checkbox] ~ span {
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 0;
  }
}
.mw_wp_form form .form-row .form-col:nth-child(2) input[type=checkbox] ~ span::before {
  position: absolute;
  content: "";
  border-radius: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #101010;
  display: block;
  background: #fff;
}
@media (min-width: 768px) {
  .mw_wp_form form .form-row .form-col:nth-child(2) input[type=checkbox] ~ span::before {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .mw_wp_form form .form-row .form-col:nth-child(2) input[type=checkbox] ~ span::before {
    width: 15px;
    height: 15px;
  }
}
.mw_wp_form form .form-row .form-col:nth-child(2) input[type=checkbox] ~ span::after {
  position: absolute;
  content: "";
  opacity: 0;
  border-left: 2px solid #0084CB;
  border-bottom: 2px solid #0084CB;
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .mw_wp_form form .form-row .form-col:nth-child(2) input[type=checkbox] ~ span::after {
    left: 4px;
    top: 10px;
    width: 14px;
    height: 6px;
  }
}
@media (max-width: 767px) {
  .mw_wp_form form .form-row .form-col:nth-child(2) input[type=checkbox] ~ span::after {
    width: 13px;
    height: 5px;
    top: 8px;
    left: 3px;
  }
}
.mw_wp_form form .form-row .form-col:nth-child(2) input[type=checkbox]:checked ~ span::after {
  opacity: 1;
}
.mw_wp_form form .form-row .form-col:nth-child(2) input[type=text], .mw_wp_form form .form-row .form-col:nth-child(2) input[type=email], .mw_wp_form form .form-row .form-col:nth-child(2) input[type=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 5px;
  border: none;
  border: 1px solid transparent;
  color: #101010;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  border: 1px solid #101010;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mw_wp_form form .form-row .form-col:nth-child(2) input[type=text], .mw_wp_form form .form-row .form-col:nth-child(2) input[type=email], .mw_wp_form form .form-row .form-col:nth-child(2) input[type=tel] {
    font-size: 16px;
    height: 40px;
  }
}
.mw_wp_form form .form-row .form-col:nth-child(2) input[type=text]:hover, .mw_wp_form form .form-row .form-col:nth-child(2) input[type=email]:hover, .mw_wp_form form .form-row .form-col:nth-child(2) input[type=tel]:hover {
  border: 1px solid #0084CB;
  cursor: pointer;
}
.mw_wp_form form .form-row .form-col:nth-child(2) input[type=text]:focus, .mw_wp_form form .form-row .form-col:nth-child(2) input[type=email]:focus, .mw_wp_form form .form-row .form-col:nth-child(2) input[type=tel]:focus {
  outline: none;
  border: 1px solid #0084CB;
}
.mw_wp_form form .form-row .form-col:nth-child(2) textarea {
  vertical-align: top;
  min-height: 100px;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 5px;
  border: none;
  border: 1px solid transparent;
  font-family: "Noto Sans JP", sans-serif;
  color: #101010;
  background: #fff;
  border: 1px solid #101010;
  width: 100%;
  padding: 10px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mw_wp_form form .form-row .form-col:nth-child(2) textarea {
    font-size: 16px;
    min-height: 340px;
  }
}
.mw_wp_form form .form-row .form-col:nth-child(2) textarea:hover {
  border: 1px solid #0084CB;
  cursor: pointer;
}
.mw_wp_form form .form-row .form-col:nth-child(2) textarea:focus {
  outline: none;
  border: 1px solid #0084CB;
}
@media (max-width: 767px) {
  .mw_wp_form form .error {
    font-size: 14px;
  }
}
.mw_wp_form form .form-btn-content {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .mw_wp_form form .form-btn-content {
    flex-direction: column;
    margin-top: 50px;
  }
}
.mw_wp_form form .form-btn-content .form-btn-submit {
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mw_wp_form form .form-btn-content .form-btn-submit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 15px;
  }
}
.mw_wp_form form .form-btn-content .form-btn-submit input[type=submit] {
  -webkit-appearance: none;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
  background: #0084CB;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .mw_wp_form form .form-btn-content .form-btn-submit input[type=submit] {
    padding: 20px 100px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .mw_wp_form form .form-btn-content .form-btn-submit input[type=submit] {
    padding: 10px 50px;
    font-size: 16px;
    margin: 0 auto 15px;
  }
}
.mw_wp_form form .form-btn-content .form-btn-back {
  position: relative;
  cursor: pointer;
  margin: 0 30px;
}
@media (max-width: 767px) {
  .mw_wp_form form .form-btn-content .form-btn-back {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 15px;
  }
}
.mw_wp_form form .form-btn-content .form-btn-back input[type=submit] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
  background: #fff;
  color: #101010;
  border: 1px solid #101010;
  text-align: center;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .mw_wp_form form .form-btn-content .form-btn-back input[type=submit] {
    padding: 20px 100px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .mw_wp_form form .form-btn-content .form-btn-back input[type=submit] {
    padding: 10px 50px;
    font-size: 16px;
    margin: 0 auto 15px;
  }
}

.mw_wp_form_input .form-btn-back {
  display: none;
}

.mw_wp_form_confirm {
  width: 100%;
}
.mw_wp_form_confirm .form-col {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .mw_wp_form_confirm .form-col {
    padding: 0 !important;
  }
}
.mw_wp_form_confirm .form-col:nth-child(2) {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .mw_wp_form_confirm .form-col:nth-child(2) {
    padding-bottom: 10px !important;
  }
}
.mw_wp_form_confirm .form-box {
  border: none !important;
}
.mw_wp_form_confirm .js-mw-checkbox {
  display: none;
}
@media (max-width: 767px) {
  .mw_wp_form_confirm .form-btn-content {
    margin-top: 50px;
  }
}
.mw_wp_form_confirm .form-btn-submit {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mw_wp_form_confirm .form-btn-submit {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .mw_wp_form_confirm .form-btn-submit {
    margin-bottom: 20px;
  }
}

.mw_wp_form_complete p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .mw_wp_form_complete p {
    font-size: 16px;
  }
}

/* footer-contact
----------------------------*/
.footer-contact {
  text-align: center;
}
@media (min-width: 768px) {
  .footer-contact {
    background: transparent url(../img/contact_pc.jpg) no-repeat top center/cover;
    padding: 79px 0 81px;
  }
}
@media (max-width: 767px) {
  .footer-contact {
    background: transparent url(../img/contact_sp.jpg) no-repeat top center/cover;
    padding: 77px 0 129px;
  }
}
.footer-contact .footer-contact-title {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .footer-contact .footer-contact-title {
    line-height: 1.2;
    margin-bottom: 50px;
  }
}
.footer-contact .footer-contact-title .jp {
  display: block;
  font-family: "Albert Sans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@media (min-width: 768px) {
  .footer-contact .footer-contact-title .jp {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer-contact .footer-contact-title .jp {
    font-size: 16px;
  }
}
.footer-contact .footer-contact-title .en {
  font-family: "Roboto", sans-serif;
}
@media (min-width: 768px) {
  .footer-contact .footer-contact-title .en {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .footer-contact .footer-contact-title .en {
    font-size: 40px;
  }
}
.footer-contact .footer-contact-txt {
  color: #fff;
}
@media (min-width: 768px) {
  .footer-contact .footer-contact-txt {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer-contact .footer-contact-txt {
    line-height: 2.2857142857;
    margin-bottom: 40px;
  }
}

/* footer
----------------------------*/
footer {
  background: #40933B;
  color: #fff;
}
@media (min-width: 768px) {
  footer {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  footer {
    padding: 40px 0 53px;
  }
}
@media (max-width: 767px) {
  footer .inner {
    padding: 0 18px;
  }
}
footer a {
  color: #fff;
}
footer .footer-inner {
  display: flex;
}
@media (min-width: 768px) {
  footer .footer-inner {
    margin-bottom: 50px;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  footer .footer-inner {
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  footer .footer-inner .footer-info {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  footer .footer-inner .footer-info {
    width: 100%;
    margin-bottom: 30px;
	          text-align: center;
  }
}
footer .footer-inner .footer-info .footer-title {
  margin-bottom: 19px;
}
footer .footer-inner .footer-info .footer-title a {
  display: block;
  width: 90px;
  margin-bottom: 58px;
}
@media (max-width: 1024px) {
  footer .footer-inner .footer-info .footer-title a {
    margin: 0 auto 30px;
  }
}
footer .footer-inner .footer-info .footer-title span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  footer .footer-inner .footer-info .footer-title span {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  footer .footer-inner .footer-info .footer-title span.pc {
    display: none;
  }
}
footer .footer-inner .footer-info .footer-address {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  footer .footer-inner .footer-info .footer-address {
    line-height: 1.7142857143;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  footer .footer-inner .footer-info .footer-address.pc {
    display: none;
  }
}
footer .footer-inner .footer-nav {
  display: flex;
}
@media (min-width: 768px) {
  footer .footer-inner .footer-nav {
    width: 65%;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  footer .footer-inner .footer-nav {
    width: 100%;
    margin: 0 auto 74px;
    max-width: 500px;
  }
}
@media (max-width: 1024px) {
  footer .footer-inner .footer-nav.pc {
    display: none;
  }
}
@media (min-width: 768px) {
  footer .footer-inner .footer-nav.tab {
    display: none;
  }
}
@media (max-width: 1024px) {
  footer .footer-inner .footer-nav.tab {
    display: flex;
  }
}
@media (max-width: 1024px) {
  footer .footer-inner .footer-nav .footer-nav-col:nth-child(1) {
    margin-right: 8.2051282051vw;
  }
}
footer .footer-inner .footer-nav .footer-nav-col ul li {
  margin-bottom: 20px;
}
footer .footer-inner .footer-nav .footer-nav-col ul li:last-child {
  margin-bottom: 0;
}
footer .footer-inner .footer-nav .footer-nav-col ul li.has-child .child {
  margin-top: 20px;
  margin-left: 1.2em;
}
@media (max-width: 1024px) {
  footer .footer-inner .footer-nav .footer-nav-col ul li span {
    font-feature-settings: "palt";
  }
}
footer .copyright {
  margin-bottom: 0;
  text-align: center;
}
footer .copyright small {
  font-size: 10px;
}

/* 404 */
.entry-404 {
  padding-bottom: 85px;
  text-align: center;
}

.entry-404-head {
  color: #707070;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .entry-404-head {
    font-size: 30px;
  }
}

.entry-404-head span::after {
  content: " ";
}

.entry-404-lead {
  color: #808080;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .entry-404-lead {
    font-size: 20px;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d;
  padding: 10px 20px;
  font-weight: bold;
}

.entry-404-btn .btn:hover {
  background: #ccc;
  opacity: 1;
}

.eael-posted-on:before {
  display: none;
}

/* fadeIn */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

a.disabled {
  pointer-events: none;
}

/* contact
--------------------*/
.contact {
  margin-top: 117px;
  margin-bottom: 209px;
}
@media (max-width: 767px) {
  .contact {
    margin-top: 53px;
    margin-bottom: 120px;
  }
}
.contact .inner {
  max-width: 850px;
}
.contact-txt {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .contact-txt {
    font-size: 18px;
    letter-spacing: 0.04em;
    margin: 0 -10px 50px;
  }
}
.contact-txt span {
  font-weight: bold;
}
.contact-tel {
  background: #F2D100;
  border-radius: 10px;
  padding: 60px 30px;
  margin-bottom: 120px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-tel {
    padding: 40px 15px;
    margin-bottom: 90px;
  }
}
.contact-tel-title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
  line-height: 1.25;
  position: relative;
}
@media (max-width: 767px) {
  .contact-tel-title {
    margin-bottom: 50px;
  }
}
.contact-tel-title::after {
  position: absolute;
  content: "";
  background: #000000;
  width: 36px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22.5px;
}
.contact-tel-number {
  font-size: 52px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}
@media (max-width: 767px) {
  .contact-tel-number {
    font-size: 10vw;
    margin-bottom: 5px;
  }
}
.contact-tel-info {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
}
.contact-table {
  padding-bottom: 30px;
  border-bottom: 1px solid #78B927;
  margin-bottom: 77px;
}
@media (max-width: 767px) {
  .contact-table {
    margin-bottom: 44px;
  }
}
.contact-table table {
  width: 100%;
  border-collapse: collapse;
}
.contact-table table tr td {
  text-align: left;
  word-break: break-all;
  display: block;
  width: 100%;
}
.contact-table table tr td p {
  margin-bottom: 0;
}
.contact-table table tr td:nth-child(1) {
  font-weight: 500;
  padding-bottom: 15px;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .contact-table table tr td:nth-child(1) {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contact-table table tr td:nth-child(1) {
    font-size: 16px;
  }
}
.contact-table table tr td:nth-child(1) .label {
  display: flex;
}
.contact-table table tr td:nth-child(1) .required {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: #C30D23;
  color: #fff;
  border-radius: 13px;
  margin-right: 12px;
  padding: 0 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
  line-height: 1.85;
  position: relative;
  top: 6px;
}
@media (max-width: 767px) {
  .contact-table table tr td:nth-child(1) .required {
    font-size: 12px;
    margin-right: 10px;
  }
}
.contact-table table tr td:nth-child(1) .ninni {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: #969696;
  color: #fff;
  border-radius: 13px;
  margin-right: 12px;
  padding: 0 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
  line-height: 1.85;
  position: relative;
  top: 6px;
}
@media (max-width: 767px) {
  .contact-table table tr td:nth-child(1) .ninni {
    font-size: 12px;
    margin-right: 10px;
  }
}
.contact-table table tr td:nth-child(2) {
  padding-bottom: 30px;
}
.contact-desc {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .contact-desc {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .contact-desc {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
}
.contact input[type=text], .contact input[type=email], .contact input[type=tel] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: 1px solid #EAEAEA;
  background: #EAEAEA;
  height: 70px;
  font-size: 18px;
  letter-spacing: 0.08em;
  padding: 0 36px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .contact input[type=text], .contact input[type=email], .contact input[type=tel] {
    height: 48px;
    font-size: 16px;
    padding: 0 9px;
  }
}
.contact input[type=text]:hover, .contact input[type=email]:hover, .contact input[type=tel]:hover {
  border: 1px solid #78B927;
  cursor: pointer;
}
.contact input[type=text]:focus, .contact input[type=email]:focus, .contact input[type=tel]:focus {
  outline: none;
  border: 1px solid #78B927;
}
.contact input[type=text]::-moz-placeholder, .contact input[type=email]::-moz-placeholder, .contact input[type=tel]::-moz-placeholder {
  color: #BEBEBE;
}
.contact input[type=text]::placeholder, .contact input[type=email]::placeholder, .contact input[type=tel]::placeholder {
  color: #BEBEBE;
}
@media (max-width: 767px) {
  .contact input[type=text]::-moz-placeholder, .contact input[type=email]::-moz-placeholder, .contact input[type=tel]::-moz-placeholder {
    font-size: 14px;
  }
  .contact input[type=text]::placeholder, .contact input[type=email]::placeholder, .contact input[type=tel]::placeholder {
    font-size: 14px;
  }
}
.contact textarea {
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: top;
  resize: vertical;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: 1px solid #EAEAEA;
  background: #EAEAEA;
  height: 70px;
  font-size: 18px;
  letter-spacing: 0.08em;
  padding: 20px 36px;
  min-height: 181px;
}
@media (max-width: 767px) {
  .contact textarea {
    font-size: 16px;
    padding: 14px 9px;
    min-height: 106px;
  }
}
.contact textarea:hover {
  border: 1px solid #78B927;
  cursor: pointer;
}
.contact textarea:focus {
  outline: none;
  border: 1px solid #78B927;
}
.contact textarea::-moz-placeholder {
  color: #BEBEBE;
}
.contact textarea::placeholder {
  color: #BEBEBE;
}
@media (max-width: 767px) {
  .contact textarea::-moz-placeholder {
    font-size: 14px;
  }
  .contact textarea::placeholder {
    font-size: 14px;
  }
}
.contact .wpcf7-checkbox,
.contact .wpcf7-radio {
  display: flex;
}
@media (min-width: 768px) {
  .contact .wpcf7-checkbox,
.contact .wpcf7-radio {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .contact .wpcf7-checkbox,
.contact .wpcf7-radio {
    flex-direction: column;
  }
}
.contact .wpcf7-checkbox .wpcf7-list-item,
.contact .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #D9D9D9;
}
@media (min-width: 768px) {
  .contact .wpcf7-checkbox .wpcf7-list-item,
.contact .wpcf7-radio .wpcf7-list-item {
    width: calc(50% - 9px);
    margin-right: 18px;
    margin-bottom: 17px;
  }
}
.contact .wpcf7-checkbox .wpcf7-list-item:nth-child(2n),
.contact .wpcf7-radio .wpcf7-list-item:nth-child(2n) {
  margin-right: 0;
}
.contact .wpcf7-checkbox label,
.contact .wpcf7-radio label {
  display: block;
}
.contact input[type=checkbox] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact input[type=radio] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact input[type=checkbox] ~ span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 18.5px 15px 18.5px 64px;
  font-size: 16px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .contact input[type=checkbox] ~ span {
    padding: 18.5px 15px 18.5px 67px;
  }
}
.contact input[type=radio] ~ span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 18.5px 15px 18.5px 64px;
  font-size: 16px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .contact input[type=radio] ~ span {
    padding: 18.5px 15px 18.5px 67px;
  }
}
.contact input[type=checkbox] ~ span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 1px solid #C6C6C6;
}
.contact input[type=radio] ~ span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 1px solid #C6C6C6;
}
.contact input[type=checkbox] ~ span::after {
  position: absolute;
  content: "";
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #78B927;
}
.contact input[type=radio] ~ span::after {
  position: absolute;
  content: "";
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #78B927;
}
.contact input[type=checkbox]:checked ~ span::after {
  opacity: 1;
}
.contact input[type=radio]:checked ~ span::after {
  opacity: 1;
}
.contact .form-btn {
  position: relative;
  cursor: pointer;
  margin-top: 15px;
}
.contact .form-btn input[type=submit], .contact .form-btn input[type=button] {
  border: none;
  border: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: block;
  position: relative;
  background: #78B927;
  color: #fff;
  border-radius: 41px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 27px 148px;
  margin: 0 auto;
  border: 1px solid #78B927;
}
@media (max-width: 767px) {
  .contact .form-btn input[type=submit], .contact .form-btn input[type=button] {
    font-size: 16px;
    border-radius: 39px;
    padding: 26px 91px;
  }
}
.contact .form-btn input[type=submit].back_button, .contact .form-btn input[type=button].back_button {
  background: #fff;
  color: #78B927;
}
.contact .form-btn input[type=submit]:disabled, .contact .form-btn input[type=button]:disabled {
  background: transparent;
  border: 1px solid #E5E5E5;
  color: #E5E5E5;
  cursor: disabled;
}
.contact .form-privacy {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .contact .form-privacy {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contact .form-privacy {
    font-feature-settings: "palt";
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 50px;
  }
}
.contact .form-privacy a {
  text-decoration: underline;
  color: #62D34D;
}
.contact .form-privacy .wpcf7-list-item {
  margin: 0;
}
@media (max-width: 767px) {
  .contact .form-privacy .wpcf7-list-item-label {
    padding-left: 46px;
  }
}
@media (max-width: 767px) {
  .contact .form-privacy input[type=checkbox] ~ span::before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .contact .form-privacy input[type=checkbox] ~ span::after {
    left: 8px;
  }
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.thanks-btn {
  margin-top: 120px;
  padding-right: 130px;
  padding-left: 130px;
}
@media (max-width: 767px) {
  .thanks-btn {
    margin-top: 70px;
    padding-right: 60px;
    padding-left: 60px;
  }
}

.foter_facebook-img{
	width: 30px;
    height: 30px;
    margin-top: 10px;
}

.foter_facebook-img2{
	width: 30px;
    height: 30px;
    margin-top: 10px;
}

@media (max-width: 1024px) {
	.foter_facebook-img{
        display: none;
    }
}


.footer-bottom-row {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
}

@media (min-width: 1025px) {
  .footer-bottom-row {
    display: flex;
  }
}

.footer-bottom-row p {
  margin: 0;
  font-size: 13px;
  white-space: nowrap;
  color: inherit;
}

.footer-bottom-fb {
  display: none;
  margin-top: 16px;
}

@media (min-width: 1025px) {
  .footer-bottom-fb {
    display: block;
  }
}

.foter_facebook-img3 {
  width: 30px;
  height: 30px;
}