<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: ORCA GROUPテーマ
*/
/******************************************************************
 * Reset CSS
******************************************************************/
/* reset margin
-----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

/* reset font style
-----------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
}

html * {
  box-sizing: border-box;
}

body {
  position: relative;
  min-width: 375px;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 1px;
  background: transparent;
  color: #2f3b50;
  width: 100%;
}
@media (max-width: 1240px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 750px) {
  body {
    cursor: pointer;
  }
}

body.fixed {
  position: fixed;
}

ul, ol {
  list-style-type: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

em, strong {
  font-style: normal;
  font-weight: inherit;
}

/* reset table
-----------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table, th, td {
  table-layout: fixed;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* reset form style
-----------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea,
select, option {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  appearance: none;
  appearance: none;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

button::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

textarea {
  resize: none;
  overflow: auto;
}

*:focus {
  outline: none;
}

/* reset img
-----------------------------------------------------------------*/
img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

/* c-inner
-----------------------------------------------------------------*/
.c-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1240px) {
  .c-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .c-inner {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 750px) {
  .pc {
    display: none;
  }
}

@media (min-width: 751px) {
  .sp {
    display: none;
  }
}

.tb-over {
  display: none;
}
@media screen and (min-width: 959px) {
  .tb-over {
    display: block;
  }
}

.tb-under {
  display: none;
}
@media screen and (max-width: 959px) {
  .tb-under {
    display: block;
  }
}

/******************************************************************
 * 共通設定
******************************************************************/
body {
  min-width: 375px;
}

html.fixed, body.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

main {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1240px) {
  main {
    overflow-x: hidden;
  }
}

/* 404
-----------------------------------------------------------------*/
/* scrolllink
-----------------------------------------------------------------*/
/* 不足テキスト目印 */
.red-txt {
  color: red !important;
}

/******************************************************************
 * 共通クラス
******************************************************************/
/* c-ttl
-----------------------------------------------------------------*/
.c-ttl {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .c-ttl {
    padding: 0 10px;
  }
}
.c-ttl--wave {
  padding: 0 20px 36px;
}
@media screen and (max-width: 750px) {
  .c-ttl--wave {
    padding: 0 10px 29px;
  }
}
.c-ttl--wave::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/common/ttl-wave.png) center/cover no-repeat;
  width: 102px;
  height: 18px;
}
@media screen and (max-width: 750px) {
  .c-ttl--wave::after {
    width: 77px;
    height: 14px;
  }
}
.c-ttl .en {
  display: block;
  margin: 0 0 11px;
  line-height: 1;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  color: #00a7cc;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .c-ttl .en {
    margin: 0 0 4px;
    font-size: 12px;
  }
}
.c-ttl .ja {
  display: block;
  line-height: 1.3;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 750px) {
  .c-ttl .ja {
    font-size: 26px;
    letter-spacing: 1px;
  }
}

.c-ttl2 {
  font-size: 28px;
  background: linear-gradient(to right, #00c5db, #3974ce);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin: 116px 0 19px;
  padding: 3px;
  letter-spacing: 0.02em;
}
.c-ttl2 span {
  font-family: "Roboto";
}
@media screen and (max-width: 750px) {
  .c-ttl2 {
    font-size: 20px;
    margin: 93px -20px 19px;
    border-radius: 0;
    padding: 2px;
    letter-spacing: 0;
  }
}
.c-ttl2::before {
  content: "";
  background: url(../img/services/icon01.png) center/cover no-repeat;
  position: absolute;
  width: 111px;
  height: 105px;
  top: 9px;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 750px) {
  .c-ttl2::before {
    width: 79px;
    height: 75px;
    top: 12px;
  }
}

/* c-btn
-----------------------------------------------------------------*/
.c-btn {
  display: flex;
}
.c-btn--center {
  justify-content: center;
}
.c-btn--right {
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .c-btn {
    justify-content: center;
  }
}
.c-btn a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 280px;
  height: 56px;
  border-radius: 28px;
  border: solid 2px #00a7cc;
  background: #00a7cc;
  text-align: center;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .c-btn a {
    max-width: 210px;
    height: 42px;
    border-radius: 21px;
  }
}
.c-btn a::before {
  position: absolute;
  content: "";
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/arrow-right-wt.svg) center/cover no-repeat;
  width: 16px;
  height: 14px;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .c-btn a::before {
    right: 18px;
    width: 13px;
    height: 11px;
  }
}
.c-btn a span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .c-btn a span {
    font-size: 14px;
  }
}
.c-btn a:hover {
  background: #fff;
}
.c-btn a:hover::before {
  right: 21px;
  background: url(../img/common/arrow-right-skyblue.svg) center/cover no-repeat;
}
.c-btn a:hover span {
  color: #00a7cc;
}

/* c-bnr
-----------------------------------------------------------------*/
.c-bnr {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  height: 250px;
}
@media (max-width: 950px) {
  .c-bnr {
    max-width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .c-bnr {
    height: 124px;
    width: 100%;
    max-width: calc(100% - 3.5px);
    border-radius: 5px;
    box-shadow: 3.5px 3.5px 0 #e8f7fa;
  }
}
.c-bnr__inner {
  width: 100%;
  height: 100%;
  padding: 0 51px 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: solid 2px #00a7cc;
  border-radius: 10px;
  box-shadow: 7px 7px 0 #e8f7fa;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .c-bnr__inner {
    padding: 0 20px;
    border: solid 2px #00a7cc;
    border-radius: 5px;
    box-shadow: 3.5px 3.5px 0 #e8f7fa;
  }
}
.c-bnr__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-bnr__link span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.c-bnr__link:hover span {
  background: #aae5f2;
  border-radius: 10px;
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  .c-bnr__link:hover span {
    border-radius: 5px;
  }
}
.c-bnr__ttl .en,
.c-bnr__ttl .ja {
  display: block;
}
.c-bnr__ttl .en {
  color: #00a7cc;
  line-height: 1;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .c-bnr__ttl .en {
    font-size: 10px;
  }
}
.c-bnr__ttl .ja {
  margin: 7px 0 19px 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .c-bnr__ttl .ja {
    margin: 3px 0 6px 0;
    font-size: 18px;
  }
}
.c-bnr__txt {
  letter-spacing: 0;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .c-bnr__txt {
    font-size: 10px;
  }
}

/* c-2col-layout
-----------------------------------------------------------------*/
.c-2col-layout {
  display: flex;
  overflow: hidden;
  padding: 0 0 20px;
}
@media screen and (max-width: 750px) {
  .c-2col-layout {
    display: block;
    padding: 0 0 8px;
  }
}
.c-2col-layout--right {
  flex-direction: row-reverse;
}
.c-2col-layout--right .c-2col-layout__img {
  margin-right: 0;
  margin-left: 97px;
}
.c-2col-layout--right .c-2col-layout__img::before {
  right: auto;
  left: -20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.c-2col-layout--right .c-2col-layout__img img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media screen and (max-width: 750px) {
  .c-2col-layout--right .c-2col-layout__img img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.c-2col-layout__img {
  position: relative;
  flex: 0 0 calc(50% - 50px);
  height: 500px;
  margin-right: 97px;
}
@media screen and (max-width: 1240px) {
  .c-2col-layout__img {
    flex: 0 0 calc(50% - 25px);
    height: 35vw;
    margin-right: 50px;
  }
}
@media screen and (max-width: 750px) {
  .c-2col-layout__img {
    width: calc(100% - 20px);
    height: 57.6vw;
    margin-right: 0;
  }
}
.c-2col-layout__img::before {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 500px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #e8f7fa;
  z-index: -1;
}
@media screen and (max-width: 1240px) {
  .c-2col-layout__img::before {
    height: 35vw;
  }
}
@media screen and (max-width: 750px) {
  .c-2col-layout__img::before {
    right: -6px;
    bottom: -6px;
    height: 57.6vw;
    width: calc(100% + 8px);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.c-2col-layout__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 750px) {
  .c-2col-layout__img img {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.c-2col-layout__txts {
  display: block;
  position: relative;
  max-width: 555px;
  margin: 3px 0 0;
  padding: 68px 0 0;
}
@media screen and (max-width: 1240px) {
  .c-2col-layout__txts {
    margin: 0 20px 0 0;
    padding: 35px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .c-2col-layout__txts {
    margin: 25px auto 0;
    padding: 34px 20px 0;
  }
}
.c-2col-layout__en {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  font-size: 120px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 5.5px;
  white-space: nowrap;
  color: #009cbf;
  opacity: 0.1;
}
@media (max-width: 1680px) {
  .c-2col-layout__en {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 750px) {
  .c-2col-layout__en {
    left: 20px;
    font-size: 60px;
    letter-spacing: 2px;
  }
}
.c-2col-layout__ttl {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1240px) {
  .c-2col-layout__ttl {
    font-size: 32px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 959px) {
  .c-2col-layout__ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .c-2col-layout__ttl {
    font-size: 23px;
    line-height: 1.347826087;
  }
}
.c-2col-layout__txt {
  margin: 17px 0 27px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .c-2col-layout__txt {
    margin: 13px 0 13px;
    font-size: 15px;
    line-height: 2;
  }
}

/* c-1col-slick
-----------------------------------------------------------------*/
.c-1col-slick {
  position: relative;
}
.c-1col-slick .slick-dots {
  bottom: -39.5px;
  padding: 0 0 0 15px !important;
}
.c-1col-slick .slick-dots li {
  margin: 0 1px;
}
.c-1col-slick .slick-dots li.slick-active button::before {
  color: #00a7cc;
}
.c-1col-slick .slick-dots li button::before {
  color: #dbdbdb;
  opacity: 1;
}

.c-slick-arw {
  position: absolute;
  top: 21.5vw;
  transform: translateY(50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.c-slick-arw--prev {
  left: 10px;
  background: url(../img/common/slick-arw-left.png) center/cover no-repeat;
}
.c-slick-arw--next {
  right: 5px;
  background: url(../img/common/slick-arw-right.png) center/cover no-repeat;
}

.c-faq {
  padding: 0 0 67px;
}
@media screen and (max-width: 750px) {
  .c-faq {
    padding: 0 20px 10px;
  }
}
.c-faq__list {
  margin: 38px 0 0;
}
@media screen and (max-width: 750px) {
  .c-faq__list {
    margin: 38px 0;
  }
}
.c-faq__item {
  background: linear-gradient(to right, #00c5db, #3974ce);
  padding: 0 2px 2px;
  border-radius: 4px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .c-faq__item {
    margin-bottom: 21px;
  }
}
.c-faq__q {
  position: relative;
  font-size: 24px;
  color: #fff;
  position: relative;
  padding: 14px 76px 14px;
  letter-spacing: -0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .c-faq__q {
    font-size: 16px;
    line-height: 1.5;
    padding: 13.5px 50px 13.5px;
  }
}
.c-faq__q span {
  position: absolute;
  top: 8px;
  left: 27px;
  font-size: 32px;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.11em;
  margin-right: 11px;
}
@media screen and (max-width: 750px) {
  .c-faq__q span {
    font-size: 20px;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-faq__q::after {
  content: "+";
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 40px;
  font-size: 38px;
  font-family: "Noto Sans JP", sans-serif;
  width: 40px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3875ce;
  padding-bottom: 3px;
}
@media screen and (max-width: 750px) {
  .c-faq__q::after {
    width: 31px;
    height: 28px;
    right: 17px;
    font-size: 32px;
  }
}
.c-faq__q.open::after {
  content: "--";
  letter-spacing: -0.1em;
  padding-bottom: 9px;
  padding-right: 3px;
  width: 37px;
  height: 31px;
}
@media screen and (max-width: 750px) {
  .c-faq__q.open::after {
    width: 28px;
    height: 21px;
  }
}
.c-faq__inner {
  background: #fff;
  padding: 35px 38px 42px;
  display: none;
}
@media screen and (max-width: 750px) {
  .c-faq__inner {
    padding: 25px 24px;
  }
}
.c-faq__a {
  background: #f7f7f7;
  padding: 34px 39px 34px;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .c-faq__a {
    padding: 19px 21px;
    line-height: 1.67;
  }
}
.c-faq__a-ttl {
  font-size: 24px;
  color: #00a7cc;
  letter-spacing: -0.02em;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .c-faq__a-ttl {
    font-size: 16px;
  }
}
.c-faq__a-txt {
  line-height: 2;
  letter-spacing: 0;
  margin-top: 9px;
}

/******************************************************************
 * ヘッダー
******************************************************************/
.header {
  position: relative;
  z-index: 999;
  /* PC
  -----------------------------------------------------------------*/
  /* PC追従
  -----------------------------------------------------------------*/
  /* SP
  -----------------------------------------------------------------*/
}
.header-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .header-pc {
    display: none;
  }
}
.header-pc__left {
  flex: 0 1 auto;
  display: flex;
}
.header-pc__logo {
  flex: 0 0 160px;
}
@media (max-width: 1400px) {
  .header-pc__logo {
    flex: 0 0 100px;
  }
}
.header-pc__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 145px;
  background: #fff;
  border-bottom-right-radius: 18px;
}
@media (max-width: 1400px) {
  .header-pc__logo a {
    height: 90px;
  }
}
.header-pc__logo a img {
  position: relative;
  left: -3px;
  top: -1px;
  max-width: 114px;
}
@media (max-width: 1400px) {
  .header-pc__logo a img {
    max-width: 75px;
  }
}
.header-pc__logo a:hover {
  transition: opacity 0.1s ease;
}
.header-pc__logo a:hover:hover {
  opacity: 0.8;
}
.header-pc__list {
  margin: 35px 20px 0 39px;
  flex: 0 0 auto;
  display: flex;
}
@media (max-width: 1400px) {
  .header-pc__list {
    margin: 25px 20px 0 25px;
  }
}
.header-pc__list li {
  margin-right: 36px;
}
@media (max-width: 1400px) {
  .header-pc__list li {
    margin-right: 20px;
  }
}
.header-pc__list li a {
  font-size: 17px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.08em;
}
.header-pc__list li a:hover {
  transition: opacity 0.1s ease;
}
.header-pc__list li a:hover:hover {
  opacity: 0.6;
}
.header-pc__list li:nth-child(1) a {
  font-family: "Lato", sans-serif;
}
.header-pc__list li:last-child {
  margin-right: 0;
}
.header-pc__list-img--instagram {
  position: relative;
  top: 9px;
  left: 8px;
  width: 21px;
}
.header-pc__list-img--youtube {
  position: relative;
  top: 10px;
  left: 8px;
  width: 26.29px;
}
.header-pc__list-img a {
  display: block;
  width: 100%;
  height: auto;
}
.header-pc__list-img img {
  width: 100%;
  height: auto;
}
.header-pc__right {
  display: flex;
}
.header-pc__phone {
  margin: 33px 20px 0 0;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .header-pc__phone {
    margin: 25px 15px 0 0;
  }
}
.header-pc__phone span {
  display: inline-block;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.header-pc__phone .num {
  margin-bottom: 5px;
}
.header-pc__phone .num span {
  position: relative;
  font-size: 26px;
  font-family: "Lato", sans-serif;
  padding-left: 26px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .header-pc__phone .num span {
    font-size: 22px;
    padding-left: 22px;
  }
}
.header-pc__phone .num span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 21px;
  height: 21px;
  background: url("../img/common/phone-wt.png") center/cover no-repeat;
}
@media (max-width: 1400px) {
  .header-pc__phone .num span::before {
    top: 0;
    width: 17px;
    height: 17px;
  }
}
.header-pc__phone .time {
  font-size: 12px;
  letter-spacing: 0.08em;
}
@media (max-width: 1400px) {
  .header-pc__phone .time {
    letter-spacing: 0;
  }
}
.header-pc__mail, .header-pc__blog {
  position: relative;
  padding: 0 0 21px;
  min-width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
.header-pc__mail::before, .header-pc__blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
@-webkit-keyframes shine {
  100% {
    left: 130%;
  }
}
@keyframes shine {
  100% {
    left: 130%;
  }
}
@media (max-width: 1400px) {
  .header-pc__mail, .header-pc__blog {
    padding: 0 0 15px;
    max-width: 80px;
    height: 90px;
  }
}
.header-pc__mail span, .header-pc__blog span {
  position: relative;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 1400px) {
  .header-pc__mail span, .header-pc__blog span {
    font-size: 12px;
  }
}
.header-pc__mail span::before, .header-pc__blog span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.header-pc__mail:hover:before, .header-pc__blog:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.header-pc__blog {
  background: #1faccc;
  border-bottom-left-radius: 18px;
  transition: 0.2s;
}
.header-pc__blog span::before {
  background: url("../img/common/pen-wt.svg") center/cover no-repeat;
  top: -49px;
  width: 32px;
  height: 33px;
}
.header-pc__mail {
  background: #1165a6;
}
.header-pc__mail span::before {
  background: url("../img/common/mail-wt.svg") center/cover no-repeat;
  top: -43px;
  width: 32px;
  height: 25px;
}
.header-pc--fix {
  transform: translateY(-100%);
  opacity: 0;
  padding-left: 17px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  align-items: center;
  width: 100%;
  height: 110px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: 0.2s;
}
.header-pc--fix._active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1240px) {
  .header-pc--fix {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .header-pc--fix {
    height: 90px;
  }
}
.header-pc--fix .header-pc__logo {
  flex: 0 0 auto;
  background: transparent;
}
.header-pc--fix .header-pc__logo a {
  display: block;
  width: 91px;
  height: auto;
  background: #fff;
  border-bottom-right-radius: none;
}
.header-pc--fix .header-pc__logo a img {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
}
.header-pc--fix .header-pc__left {
  align-items: center;
}
.header-pc--fix .header-pc__list {
  position: relative;
  top: -1px;
  margin: 0 0 0 31px;
}
.header-pc--fix .header-pc__list li a {
  color: #2f3b50;
}
.header-pc--fix .header-pc__phone span {
  color: #2f3b50;
}
.header-pc--fix .header-pc__phone .num span::before {
  background: url(../img/common/phone-skyblue.png) center/cover no-repeat;
}
.header-pc--fix .header-pc__blog {
  border-bottom-left-radius: 0;
}
.header .header-sp {
  position: relative;
  display: none;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .header .header-sp {
    display: block;
  }
}
.header .header-sp__logo {
  position: absolute;
  top: 0;
  left: 0;
}
.header .header-sp__logo._active {
  opacity: 0;
}
.header .header-sp__logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 115px;
  border-bottom-right-radius: 15px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .header .header-sp__logo a {
    border-bottom-right-radius: 10px;
    width: 85px;
    height: 87.5px;
  }
}
.header .header-sp__logo a img {
  max-width: 100px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .header .header-sp__logo a img {
    max-width: 75.5px;
  }
}
.header .header-sp__btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  z-index: 999;
  border-bottom-left-radius: 12px;
  background: #1faccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 750px) {
  .header .header-sp__btn {
    width: 60px;
    height: 60px;
  }
}
.header .header-sp__btn-inner {
  position: relative;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100%;
}
.header .header-sp__btn-inner span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 48px;
  height: 2.5px;
  background: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .header .header-sp__btn-inner span {
    width: 26px;
    height: 1.5px;
  }
}
.header .header-sp__btn-inner span:nth-child(1) {
  top: calc(50% - 13px);
}
@media screen and (max-width: 750px) {
  .header .header-sp__btn-inner span:nth-child(1) {
    top: calc(50% - 9px);
  }
}
.header .header-sp__btn-inner span:nth-child(3) {
  top: calc(50% + 13px);
}
@media screen and (max-width: 750px) {
  .header .header-sp__btn-inner span:nth-child(3) {
    top: calc(50% + 9px);
  }
}
.header .header-sp__btn._active {
  background: transparent;
  box-shadow: none;
}
.header .header-sp__btn._active .header-sp__btn-inner span:nth-child(1), .header .header-sp__btn._active .header-sp__btn-inner span:nth-child(3) {
  top: 50%;
}
.header .header-sp__btn._active .header-sp__btn-inner span:nth-child(1) {
  transform: rotate(45deg);
  left: calc(50% - 16px);
  top: calc(50% - 2px);
  width: 36px;
}
.header .header-sp__btn._active .header-sp__btn-inner span:nth-child(2) {
  display: none;
}
.header .header-sp__btn._active .header-sp__btn-inner span:nth-child(3) {
  transform: rotate(-45deg);
  left: calc(50% - 16px);
  top: calc(50% - 2px);
  width: 36px;
}
.header .header-sp__body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow-y: scroll;
  background: rgba(34, 171, 205, 0.94);
  transition: 0.2s;
}
.header .header-sp__body._active {
  display: block;
  transition: 0.2s;
}
.header .header-sp__body-logo {
  margin: 13px auto 15px;
  width: 99px;
  height: auto;
}
.header .header-sp__body-logo img {
  width: 100%;
  height: auto;
}
.header .header-sp__body-list {
  border-top: solid 1px #34cbcb;
}
.header .header-sp__body-list li a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 10px 20px;
  border-bottom: solid 1px #34cbcb;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
  transition: 0.2s;
}
.header .header-sp__body-list li a:hover {
  color: #0b3376;
}
.header .header-sp__body-list li a:hover::after {
  background: url(../img/common/arrow-right-darkblue.svg) center/cover no-repeat;
}
.header .header-sp__body-list li a::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/arrow-right-wt.svg) center/cover no-repeat;
  width: 15px;
  height: 14px;
  transition: 0.2s;
}
.header .header-sp__body-list li:first-child a {
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.header .header-sp__body-btns, .header .header-sp__body-follow, .header .header-sp__body-copy {
  padding: 0 20px;
}
.header .header-sp__body-btns {
  padding: 0 20px;
  margin: 27px auto 24px;
}
.header .header-sp__body-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  max-width: 336px;
  height: 50px;
  border-radius: 25px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  color: #2a89d1;
  transition: 0.2s;
}
.header .header-sp__body-btn:hover {
  color: #fff;
  background: #2a89d1;
}
.header .header-sp__body-btn:hover::after {
  background: url(../img/common/arrow-right-wt.svg) center/cover no-repeat;
}
.header .header-sp__body-btn:hover.header-sp__body-btn--tel span::before {
  background: url(../img/common/phone-wt.png) center/cover no-repeat;
}
.header .header-sp__body-btn:hover.header-sp__body-btn--mail span::before {
  background: url(../img/common/mail-wt.svg) center/cover no-repeat;
}
.header .header-sp__body-btn::after {
  content: "";
  position: absolute;
  right: 23px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  background: url(../img/common/arrow-right-blue.svg) center/cover no-repeat;
  width: 15px;
  height: 14px;
}
.header .header-sp__body-btn span {
  position: relative;
  line-height: 1;
}
.header .header-sp__body-btn span::before {
  content: "";
  position: absolute;
}
.header .header-sp__body-btn--tel {
  margin-bottom: 20px;
}
.header .header-sp__body-btn--tel span::before {
  top: -5px;
  left: -30px;
  width: 24px;
  height: 23.5px;
  background: url(../img/common/phone-blue.png) center/cover no-repeat;
}
.header .header-sp__body-btn--mail span {
  left: 8px;
}
.header .header-sp__body-btn--mail span::before {
  top: 1px;
  left: -27px;
  width: 19px;
  height: 14px;
  background: url(../img/common/mail-blue.svg) center/cover no-repeat;
}
.header .header-sp__body-follow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-sp__body-follow-list {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-sp__body-follow-list .ttl {
  margin-right: 14px;
  flex: 0 0 auto;
  color: #fff;
  font-family: "Alata", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.header .header-sp__body-follow-list .item {
  flex: 0 0 35px;
  margin-right: 10px;
  transition: opacity 0.1s ease;
}
.header .header-sp__body-follow-list .item:hover {
  opacity: 0.6;
}
.header .header-sp__body-follow-list .item:last-of-type {
  margin-right: 0;
}
.header .header-sp__body-copy {
  margin: 29px;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}

/******************************************************************
 * フッター
******************************************************************/
.footer {
  padding: 53px 0 36px;
  background: url("../img/parts/footer/footer-wave.jpg") top center/100% auto no-repeat, #00abd1;
  position: relative;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 45px 0 120px;
    background: url("../img/parts/footer/footer-wave-sp.jpg") top center/100% auto no-repeat, #00abd1;
  }
}
.footer-information {
  background: url("../img/parts/footer/footer-wave_information.png") top center/100% auto no-repeat, #00abd1;
}
@media screen and (max-width: 750px) {
  .footer-information {
    background: url("../img/parts/footer/footer-wave_information-sp.png") top center/100% auto no-repeat, #00abd1;
  }
}
.footer-inner {
  width: 100%;
  display: grid;
  grid-template-areas: "ftinfo ftcontact" "ftnav ftnav" "ftbtm ftbtm";
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .footer-inner {
    padding: 0;
    grid-template-areas: "ftcontact" "ftnav" "ftinfo" "ftbtm";
    justify-content: center;
    grid-template-columns: 100%;
  }
}
.footer-info {
  grid-area: ftinfo;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .footer-info {
    display: block;
  }
}
.footer-info__logo {
  width: 150px;
}
@media screen and (max-width: 1240px) {
  .footer-info__logo {
    width: 100px;
  }
}
@media screen and (max-width: 959px) {
  .footer-info__logo {
    width: 75px;
  }
}
@media screen and (max-width: 750px) {
  .footer-info__logo {
    width: 150px;
    margin: 0 auto;
  }
}
.footer-info__logo img {
  width: 100%;
  height: auto;
}
.footer-info__follow {
  margin: -3px 0px 0 28px;
  display: grid;
  grid-template-areas: "ttl ttl ttl ttl" "item1 item2 item3 item4";
  grid-template-columns: 35px 35px 35px 35px;
  grid-template-rows: auto 35px;
  grid-gap: 13px 10px;
}
@media screen and (max-width: 1240px) {
  .footer-info__follow {
    margin: 0 0px 0 30px;
    grid-template-columns: 30px 30px 30px 30px;
    grid-template-rows: auto 30px;
    grid-gap: 10px 7px;
  }
}
@media screen and (max-width: 959px) {
  .footer-info__follow {
    margin: 0 0px 0 20px;
    grid-template-columns: 25px 25px 25px 25px;
    grid-template-rows: auto 25px;
    grid-gap: 10px 7px;
  }
}
@media screen and (max-width: 750px) {
  .footer-info__follow {
    margin: 21px auto 27px;
    display: grid;
    grid-template-areas: "ttl item1 item2 item3 item4";
    grid-template-columns: 77px 35px 35px 35px 35px;
    grid-template-rows: auto;
    justify-content: center;
    grid-gap: 10px;
  }
}
.footer-info__follow .ttl {
  grid-area: ttl;
  width: 100%;
  font-family: "Alata", sans-serif;
  font-size: 15.77px;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .footer-info__follow .ttl {
    position: relative;
    top: -1px;
    display: flex;
    align-items: center;
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.footer-info__follow .item {
  width: 35px;
  height: 35px;
}
.footer-info__follow .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.footer-info__follow .item a:hover img:nth-child(1) {
  opacity: 0;
}
.footer-info__follow .item a:hover img:nth-child(2) {
  opacity: 1;
}
.footer-info__follow .item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.footer-info__follow .item a img:nth-child(2) {
  opacity: 0;
}
.footer-contact {
  grid-area: ftcontact;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .footer-contact {
    margin: 0;
    display: block;
  }
}
.footer-contact__pc-phone {
  color: #fff;
}
.footer-contact__pc-phone p, .footer-contact__pc-phone span {
  line-height: 1;
}
.footer-contact__pc-phone-ttl, .footer-contact__pc-phone-num, .footer-contact__pc-phone-time {
  text-align: center;
}
.footer-contact__pc-phone-ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 1200px) {
  .footer-contact__pc-phone-ttl {
    font-size: 15px;
  }
}
@media screen and (max-width: 959px) {
  .footer-contact__pc-phone-ttl {
    font-size: 14px;
  }
}
.footer-contact__pc-phone-num {
  position: relative;
  margin: 13px 0 8px;
  padding: 0 0 0 38px;
  font-size: 40px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 1.5px;
}
@media (max-width: 1200px) {
  .footer-contact__pc-phone-num {
    margin: 10px 0 8px;
    padding: 0 0 0 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 959px) {
  .footer-contact__pc-phone-num {
    padding: 0 0 0 20px;
    font-size: 22px;
  }
}
.footer-contact__pc-phone-num span {
  position: relative;
}
.footer-contact__pc-phone-num span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -41px;
  width: 32px;
  height: 32px;
  background: url("../img/common/phone-wt.png") center/cover no-repeat;
}
@media (max-width: 1200px) {
  .footer-contact__pc-phone-num span::before {
    top: 5px;
    left: -32px;
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 959px) {
  .footer-contact__pc-phone-num span::before {
    top: 3px;
    left: -25px;
    width: 20px;
    height: 20px;
  }
}
.footer-contact__pc-phone-time {
  letter-spacing: 0.08em;
}
@media (max-width: 1200px) {
  .footer-contact__pc-phone-time {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .footer-contact__pc-phone-time {
    font-size: 13px;
  }
}
.footer-contact__pc-phone-time span {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .footer-contact__pc-phone {
    display: none;
  }
}
.footer-contact__pc-mail {
  position: relative;
  margin: 0 0 0 35px;
}
@media (max-width: 1200px) {
  .footer-contact__pc-mail {
    margin: 0 0 0 25px;
  }
}
@media screen and (max-width: 959px) {
  .footer-contact__pc-mail {
    margin: 0 0 0 20px;
  }
}
.footer-contact__pc-mail-ttl {
  margin: 0 0 21px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1200px) {
  .footer-contact__pc-mail-ttl {
    font-size: 15px;
  }
}
.footer-contact__pc-mail-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 56px;
  border-radius: 28px;
  background: #fff;
  border: solid 2px #fff;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .footer-contact__pc-mail-link {
    width: 220px;
    height: 40px;
    border-radius: 20px;
  }
}
.footer-contact__pc-mail-link span {
  position: relative;
  padding-left: 23px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #00a7cc;
}
@media (max-width: 1200px) {
  .footer-contact__pc-mail-link span {
    font-size: 15px;
  }
}
.footer-contact__pc-mail-link span::before {
  content: "";
  position: absolute;
  top: 14px;
  left: -6px;
  width: 18px;
  height: 14px;
  background: url(../img/common/mail-skyblue.svg) center/cover no-repeat;
}
@media (max-width: 1200px) {
  .footer-contact__pc-mail-link span::before {
    top: 10px;
    left: -2px;
  }
}
.footer-contact__pc-mail-link:hover {
  background: #00a7cc;
}
.footer-contact__pc-mail-link:hover span {
  color: #fff;
}
.footer-contact__pc-mail-link:hover span::before {
  background: url(../img/common/mail-wt.svg) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .footer-contact__pc-mail {
    display: none;
  }
}
.footer-contact__sp-btns {
  display: none;
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .footer-contact__sp-btns {
    display: block;
  }
}
.footer-contact__sp-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 50px;
  border-radius: 25px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.footer-contact__sp-btn:hover {
  background: #2a89d1;
}
.footer-contact__sp-btn:hover::after {
  background: url(../img/common/arrow-right-wt.svg) center/cover no-repeat;
}
.footer-contact__sp-btn:hover span {
  color: #fff;
}
.footer-contact__sp-btn:hover.footer-contact__sp-btn--phone span::before {
  background: url(../img/common/phone-wt.png) center/cover no-repeat;
}
.footer-contact__sp-btn:hover.footer-contact__sp-btn--mail span::before {
  background: url(../img/common/mail-wt.svg) center/cover no-repeat;
}
.footer-contact__sp-btn::after {
  position: absolute;
  content: "";
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/arrow-right-blue.svg) center/cover no-repeat;
  width: 16px;
  height: 14px;
  transition: 0.2s;
}
.footer-contact__sp-btn span {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #2a89d1;
  transition: 0.2s;
}
.footer-contact__sp-btn span::before {
  content: "";
  position: absolute;
  transition: 0.2s;
}
.footer-contact__sp-btn--phone {
  margin: 0 auto 20px;
}
.footer-contact__sp-btn--phone span::before {
  top: -6px;
  left: -31px;
  width: 24px;
  height: 23.5px;
  background: url(../img/common/phone-blue.png) center/cover no-repeat;
}
.footer-contact__sp-btn--mail {
  margin: 0 auto;
}
.footer-contact__sp-btn--mail span {
  padding: 0 0 0 2px;
  letter-spacing: 0;
}
.footer-contact__sp-btn--mail span::before {
  top: 1px;
  left: -25px;
  width: 19px;
  height: 14px;
  background: url(../img/common/mail-blue.svg) center/cover no-repeat;
}
.footer-nav {
  grid-area: ftnav;
  display: flex;
  margin: 30px 0 25px;
  padding: 45px 22px 17px;
  border-top: dashed 1px #80d5e8;
  border-bottom: dashed 1px #80d5e8;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 1240px) {
  .footer-nav {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .footer-nav {
    display: block;
    border-top: solid 1px #66cde3;
    border-bottom: none;
    margin: 58px 0 31px;
    padding: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .footer-nav__list li {
    border-bottom: solid 1px #66cde3;
  }
}
.footer-nav__list li a {
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .footer-nav__list li a {
    position: relative;
    display: block;
    padding: 19px 40px 19.5px 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .footer-nav__list li a::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/common/arrow-right-wt.svg) center/cover no-repeat;
    width: 14px;
    height: 13px;
  }
}
.footer-nav__list li a:hover {
  color: #003274;
}
@media screen and (max-width: 750px) {
  .footer-nav__list li a:hover::after {
    background: url(../img/common/arrow-right-darkblue.svg) center/cover no-repeat;
  }
}
.footer-nav__list--left {
  flex: 0 0 auto;
}
.footer-nav__list--left &gt; li {
  margin-bottom: 29.5px;
}
@media screen and (max-width: 750px) {
  .footer-nav__list--left &gt; li {
    margin-bottom: 0;
  }
}
.footer-nav__list--center {
  flex: 0 0 auto;
  position: relative;
  left: 12px;
  margin: 0 135px 0 188px;
}
@media screen and (max-width: 1240px) {
  .footer-nav__list--center {
    margin: 0 80px;
  }
}
@media screen and (max-width: 750px) {
  .footer-nav__list--center {
    margin: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .footer-nav__list--center .footer-nav__list-child li:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 750px) {
  .footer-nav__list--center .footer-nav__list-child li::before {
    top: 28.5px;
    left: 29px;
  }
}
@media screen and (max-width: 750px) {
  .footer-nav__list--center .footer-nav__list-child li a {
    padding: 19px 40px 19px 34px;
  }
}
.footer-nav__list--right {
  flex: 0 1 auto;
}
.footer-nav__list--right .footer-nav__list-child {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-width: 231px;
       column-width: 231px;
}
@media screen and (max-width: 1240px) {
  .footer-nav__list--right .footer-nav__list-child {
    -moz-column-width: 180px;
         column-width: 180px;
  }
}
@media screen and (max-width: 959px) {
  .footer-nav__list--right .footer-nav__list-child {
    -moz-column-width: 110px;
         column-width: 110px;
  }
}
@media screen and (max-width: 750px) {
  .footer-nav__list--right .footer-nav__list-child {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media screen and (max-width: 750px) {
  .footer-nav__list--right .footer-nav__list-child li:last-child {
    border: none;
  }
}
@media screen and (max-width: 750px) {
  .footer-nav__list--right .footer-nav__list-child li::before {
    top: 28.5px;
    left: 33px;
  }
}
@media screen and (max-width: 750px) {
  .footer-nav__list--right .footer-nav__list-child li a {
    padding: 19px 40px 19px 34px;
  }
}
.footer-nav__list-parent &gt; a {
  display: block;
  margin-bottom: 29.5px;
}
@media screen and (max-width: 750px) {
  .footer-nav__list-parent &gt; a {
    border-bottom: solid 1px #66cde3;
    margin-bottom: 0;
    padding: 19px 40px 19.5px 20px;
  }
}
.footer-nav__list-child {
  padding-left: 8px;
}
@media screen and (max-width: 750px) {
  .footer-nav__list-child {
    padding-left: 0;
  }
}
.footer-nav__list-child li {
  position: relative;
  padding-left: 19px;
  margin-bottom: 29.5px;
  max-width: 220px;
}
@media screen and (max-width: 750px) {
  .footer-nav__list-child li {
    max-width: inherit;
    margin-bottom: 0;
  }
}
.footer-nav__list-child li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 2px;
  background: #003274;
}
.footer-bottom {
  padding: 0 0 0 4px;
  grid-area: ftbtm;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1240px) {
  .footer-bottom {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .footer-bottom {
    display: block;
  }
}
.footer-bottom__policy {
  font-size: 14px;
  font-weight: 500;
  transition: 0.2s;
}
@media screen and (max-width: 1240px) {
  .footer-bottom__policy {
    font-size: 12px;
  }
}
.footer-bottom__policy:hover {
  color: #003274;
}
.footer-bottom__copy {
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 750px) {
  .footer-bottom__copy {
    text-align: center;
    font-size: 10px;
  }
}
.footer-fix {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.footer-fix__list {
  display: flex;
}
.footer-fix__item {
  flex: 0 0 50%;
  height: 65px;
}
.footer-fix__item a {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 0 0 11px;
  transition: 0.2s;
  transition: opacity 0.1s ease;
}
.footer-fix__item a:hover {
  opacity: 0.5;
}
.footer-fix__item a span {
  position: relative;
  color: #2a89d1;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.footer-fix__item a span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.footer-fix__item--tel a span {
  margin: 0 20px 0 auto;
}
.footer-fix__item--tel a span::before {
  top: -36px;
  width: 29px;
  height: 29px;
  background: url(../img/common/phone-blue.png) center/cover no-repeat;
}
.footer-fix__item--mail a span {
  margin: 0 auto 0 20px;
}
.footer-fix__item--mail a span::before {
  top: -30px;
  width: 26px;
  height: 20px;
  background: url(../img/common/mail-blue.svg) center/cover no-repeat;
}

/******************************************************************
 * パーツ：お問い合わせ
******************************************************************/
.p-contact {
  padding: 57px 0 57px;
  background: linear-gradient(to right, #00c5db 0%, #3974ce 100%);
  color: #fff;
}
@media (max-width: 1200px) {
  .p-contact {
    padding: 30px 0;
  }
}
@media screen and (max-width: 750px) {
  .p-contact {
    padding: 43px 0 40px;
    background: linear-gradient(to bottom, #00c5db 0%, #3974ce 100%);
  }
}
.p-contact__inner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-contact__inner {
    display: block;
  }
}
.p-contact__left, .p-contact__center, .p-contact__right {
  border-right: dashed 1px #80d5e8;
  flex: 0 0 50%;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-contact__left, .p-contact__center, .p-contact__right {
    border: none;
  }
}
.p-contact__left {
  position: relative;
  left: 1px;
  padding: 9px 50px 4px 0;
}
@media (max-width: 1200px) {
  .p-contact__left {
    padding: 10px 30px 4px 0;
  }
}
@media screen and (max-width: 750px) {
  .p-contact__left {
    padding: 0;
  }
}
.p-contact__left-ttl span {
  display: block;
  line-height: 1;
}
.p-contact__left-ttl .en {
  padding: 0 0 0 2px;
  font-family: "Lato", sans-serif;
  letter-spacing: 1.3px;
  font-size: 18px;
}
@media screen and (max-width: 1240px) {
  .p-contact__left-ttl .en {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .p-contact__left-ttl .en {
    padding: 0;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-align: center;
  }
}
.p-contact__left-ttl .ja {
  margin: 13px 0 25px;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 1200px) {
  .p-contact__left-ttl .ja {
    margin: 10px 0 22px;
    font-size: 25px;
  }
}
@media screen and (max-width: 750px) {
  .p-contact__left-ttl .ja {
    text-align: center;
  }
}
.p-contact__left-txt {
  font-size: 14px;
  line-height: 2.5714285714;
  letter-spacing: 0.08em;
}
@media (max-width: 1200px) {
  .p-contact__left-txt {
    font-size: 15px;
    line-height: 2;
  }
}
.p-contact__center {
  color: #fff;
  padding: 69px 0 0;
}
.p-contact__center p, .p-contact__center span {
  line-height: 1;
}
.p-contact__center-ttl, .p-contact__center-num, .p-contact__center-time {
  text-align: center;
}
.p-contact__center-ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 1200px) {
  .p-contact__center-ttl {
    font-size: 15px;
  }
}
@media screen and (max-width: 959px) {
  .p-contact__center-ttl {
    font-size: 14px;
  }
}
.p-contact__center-num {
  position: relative;
  margin: 13px 0 8px;
  padding: 0 0 0 38px;
  font-size: 40px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 1.5px;
}
@media (max-width: 1200px) {
  .p-contact__center-num {
    margin: 10px 0 8px;
    padding: 0 0 0 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 959px) {
  .p-contact__center-num {
    padding: 0 0 0 20px;
    font-size: 22px;
  }
}
.p-contact__center-num span {
  position: relative;
}
.p-contact__center-num span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -41px;
  width: 32px;
  height: 32px;
  background: url("../img/common/phone-wt.png") center/cover no-repeat;
}
@media (max-width: 1200px) {
  .p-contact__center-num span::before {
    top: 5px;
    left: -32px;
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 959px) {
  .p-contact__center-num span::before {
    top: 3px;
    left: -25px;
    width: 20px;
    height: 20px;
  }
}
.p-contact__center-time {
  letter-spacing: 0.08em;
}
@media (max-width: 1200px) {
  .p-contact__center-time {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .p-contact__center-time {
    font-size: 13px;
  }
}
.p-contact__center-time span {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.p-contact__center p, .p-contact__center span {
  text-align: center;
  line-height: 1;
}
.p-contact__center-ttl, .p-contact__center-time {
  letter-spacing: 1px;
}
.p-contact__center-num {
  left: 3px;
  letter-spacing: 1px;
}
.p-contact__right {
  position: relative;
  margin: 0 0 0 35px;
  margin: 0;
  border-left: none;
}
@media (max-width: 1200px) {
  .p-contact__right {
    margin: 0 0 0 25px;
  }
}
@media screen and (max-width: 959px) {
  .p-contact__right {
    margin: 0 0 0 20px;
  }
}
.p-contact__right-ttl {
  margin: 0 0 21px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1200px) {
  .p-contact__right-ttl {
    font-size: 15px;
  }
}
.p-contact__right-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 56px;
  border-radius: 28px;
  background: #fff;
  border: solid 2px #fff;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .p-contact__right-link {
    width: 220px;
    height: 40px;
    border-radius: 20px;
  }
}
.p-contact__right-link span {
  position: relative;
  padding-left: 23px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #00a7cc;
}
@media (max-width: 1200px) {
  .p-contact__right-link span {
    font-size: 15px;
  }
}
.p-contact__right-link span::before {
  content: "";
  position: absolute;
  top: 14px;
  left: -6px;
  width: 18px;
  height: 14px;
  background: url(../img/common/mail-skyblue.svg) center/cover no-repeat;
}
@media (max-width: 1200px) {
  .p-contact__right-link span::before {
    top: 10px;
    left: -2px;
  }
}
.p-contact__right-link:hover {
  background: #00a7cc;
}
.p-contact__right-link:hover span {
  color: #fff;
}
.p-contact__right-link:hover span::before {
  background: url(../img/common/mail-wt.svg) center/cover no-repeat;
}
@media (min-width: 751px) {
  .p-contact__right {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .p-contact__right {
    border-right: none;
  }
}
.p-contact__right::after {
  display: none;
}
.p-contact__right .p-contact__right-link {
  margin: 0 auto;
}
.p-contact__right .p-contact__right-link:hover {
  background: transparent;
}
.p-contact__right .p-contact__right-link:hover span {
  color: #fff;
}
.p-contact__right .p-contact__right-link:hover span::before {
  background: url(../img/common/mail-wt.svg) center/cover no-repeat;
}
.p-contact__right .p-contact__right-link span {
  color: #2a89d1;
}
.p-contact__right .p-contact__right-link span::before {
  background: url(../img/common/mail-blue.svg) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .p-contact__sp-btns {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .p-contact__sp-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    transition: 0.2s;
  }
  .p-contact__sp-btn:hover {
    background: #2a89d1;
  }
  .p-contact__sp-btn:hover::after {
    background: url(../img/common/arrow-right-wt.svg) center/cover no-repeat;
  }
  .p-contact__sp-btn:hover span {
    color: #fff;
  }
  .p-contact__sp-btn:hover.footer-contact__sp-btn--phone span::before {
    background: url(../img/common/phone-wt.png) center/cover no-repeat;
  }
  .p-contact__sp-btn:hover.footer-contact__sp-btn--mail span::before {
    background: url(../img/common/mail-wt.svg) center/cover no-repeat;
  }
  .p-contact__sp-btn::after {
    position: absolute;
    content: "";
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/common/arrow-right-blue.svg) center/cover no-repeat;
    width: 16px;
    height: 14px;
    transition: 0.2s;
  }
  .p-contact__sp-btn span {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #2a89d1;
    transition: 0.2s;
  }
  .p-contact__sp-btn span::before {
    content: "";
    position: absolute;
    transition: 0.2s;
  }
  .p-contact__sp-btn--phone {
    margin: 0 auto 20px;
  }
  .p-contact__sp-btn--phone span::before {
    top: -6px;
    left: -31px;
    width: 24px;
    height: 23.5px;
    background: url(../img/common/phone-blue.png) center/cover no-repeat;
  }
  .p-contact__sp-btn--mail {
    margin: 0 auto;
  }
  .p-contact__sp-btn--mail span {
    padding: 0 0 0 2px;
    letter-spacing: 0;
  }
  .p-contact__sp-btn--mail span::before {
    top: 1px;
    left: -25px;
    width: 19px;
    height: 14px;
    background: url(../img/common/mail-blue.svg) center/cover no-repeat;
  }
}

/******************************************************************
 * 共通クラス
******************************************************************/
/* p-fv
-----------------------------------------------------------------*/
.p-fv__fv {
  padding: 4px 0 55px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 327px;
}
.p-fv__fv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to right, #137ec9 0%, #44affa 100%);
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  .p-fv__fv {
    padding: 0;
    height: 276px;
  }
}
.p-fv__fv--about, .p-fv__fv--notfound {
  background: url(../img/about/fv.jpg) center/cover no-repeat;
}
.p-fv__fv--services {
  background: url(../img/services/fv02.jpg) center/cover no-repeat;
}
.p-fv__fv--practice {
  background: url(../img/services/fv02.jpg) center/cover no-repeat;
}
.p-fv__fv--history {
  background: url(../img/history/fv.jpg) center/cover no-repeat;
}
.p-fv__fv--profile {
  background: url(../img/company/fv.jpg) center/cover no-repeat;
}
.p-fv__fv--contact {
  background: url(../img/contact/fv.jpg) center/cover no-repeat;
}
.p-fv__fv--group {
  background: url(../img/group/fv.jpg) center/cover no-repeat;
}
.p-fv__fv--social {
  background: url(../img/social/fv.jpg) center/cover no-repeat;
}
.p-fv__fv--ceo-message {
  background: url(../img/message/fv.jpg) center/cover no-repeat;
}
.p-fv__fv--recruit {
  background: url(../img/recruit/fv01.jpg) center/cover no-repeat;
}
.p-fv__fv--staff {
  background: url(../img/staff/fv.jpg) center/cover no-repeat;
}
.p-fv__fv--business {
  height: auto;
  min-height: 623.5px;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-fv__fv--business {
    min-height: none;
    height: auto;
  }
}
.p-fv__fv--business .p-fv__inner {
  width: 100%;
  padding-top: 203px;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .p-fv__fv--business .p-fv__inner {
    padding-top: 240px;
    padding-bottom: 77.39px;
  }
}
.p-fv__fv--business .p-fv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-fv__fv--business .p-fv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-fv__fv--business .p-fv__office {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 550px;
}
.p-fv__fv--business .p-fv__office-ttl {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-right: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .p-fv__fv--business .p-fv__office-ttl {
    font-size: 16px;
    margin-right: 13px;
    letter-spacing: 0.04em;
  }
}
.p-fv__fv--business .p-fv__office-name {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 5px;
  padding-top: 3px;
}
@media screen and (max-width: 750px) {
  .p-fv__fv--business .p-fv__office-name {
    padding-top: 0;
  }
}
.p-fv__fv--business .p-fv__office-name span {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 6px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .p-fv__fv--business .p-fv__office-name span {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.p-fv__fv--business .p-fv__occupation {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  padding-bottom: 22px;
  margin: 16px 0 24px;
  letter-spacing: 6px;
  max-width: 550px;
}
@media screen and (max-width: 750px) {
  .p-fv__fv--business .p-fv__occupation {
    font-size: 39px;
    line-height: 1.55;
    letter-spacing: 0.04em;
    padding-bottom: 9px;
    margin: 0 0 10px;
  }
}
.p-fv__fv--business .p-fv__occupation::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 0;
  border-top: 2px solid #fff;
  bottom: 0;
  left: 0;
}
.p-fv__fv--business .p-fv__copy {
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
  max-width: 550px;
}
@media screen and (max-width: 750px) {
  .p-fv__fv--business .p-fv__copy {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
.p-fv__fv--information-archive, .p-fv__fv--information-single {
  background: url(../img/information/archive-fv.jpg) center/cover no-repeat;
}
.p-fv__fv--policy {
  background: url(../img/policy/fv.jpg) center/cover no-repeat;
}
.p-fv__ttl {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .p-fv__ttl {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-fv__ttl {
    position: relative;
    top: -7px;
  }
}
.p-fv__ttl .en,
.p-fv__ttl .ja {
  display: block;
  text-align: center;
  color: #fff;
}
.p-fv__ttl .en {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 9px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-fv__ttl .en {
    margin: 0 0 6px;
    font-size: 14px;
  }
}
.p-fv__ttl .ja {
  font-size: 38px;
  font-weight: 600;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 3.5px;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .p-fv__ttl .ja {
    letter-spacing: 1px;
    font-size: 28px;
  }
}
.p-fv__border {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-fv__border img {
  width: 100%;
  height: auto;
}
.p-fv__breadcrumb-list {
  margin: 20px 0 0;
  padding: 0 0 8px;
  display: flex;
  overflow-x: auto;
}
@media screen and (max-width: 750px) {
  .p-fv__breadcrumb-list {
    margin: 12px 0 0;
  }
}
.p-fv__breadcrumb-list li {
  position: relative;
  font-size: 14px;
  line-height: 1;
  margin-left: 36px;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-fv__breadcrumb-list li {
    margin-left: 32px;
    font-size: 12px;
  }
}
.p-fv__breadcrumb-list li::before {
  content: "&gt;";
  position: absolute;
  top: -1px;
  left: -23px;
  display: block;
  font-size: 14px;
  color: #2f3b50;
}
@media screen and (max-width: 750px) {
  .p-fv__breadcrumb-list li::before {
    left: -21px;
  }
}
.p-fv__breadcrumb-list li:first-child {
  margin-left: 0;
}
.p-fv__breadcrumb-list li:first-child::before {
  display: none;
}
.p-fv__breadcrumb-list li a {
  line-height: 1;
  color: #00a7cc;
  text-decoration: underline;
  text-underline-offset: 8px;
  transition: 0.3s;
  transition: opacity 0.1s ease;
}
.p-fv__breadcrumb-list li a:hover {
  opacity: 0.6;
}

/******************************************************************
 * グループ系ページフッター
******************************************************************/
/* p-group-footer
-----------------------------------------------------------------*/
.p-group-footer {
  padding: 0 0 127px;
}
@media screen and (max-width: 750px) {
  .p-group-footer {
    padding: 0 0 61px;
  }
}
@media screen and (max-width: 1240px) {
  .p-group-footer__inner {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-group-footer__inner {
    padding: 0 20px;
  }
}
.p-group-footer__btns {
  margin: 0 0 50px;
  border-radius: 8px;
  background: #e8f7fa;
  padding: 20px;
}
@media screen and (max-width: 750px) {
  .p-group-footer__btns {
    margin: 0 0 23px;
  }
}
.p-group-footer__btns-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-group-footer__btns-list {
    display: block;
    margin: 0 auto;
  }
}
.p-group-footer__btns-list li {
  flex: 0 0 374px;
}
@media screen and (max-width: 1240px) {
  .p-group-footer__btns-list li {
    flex: 0 0 32%;
  }
}
@media screen and (max-width: 750px) {
  .p-group-footer__btns-list li:nth-child(2) {
    margin: 14px 0;
  }
}
.p-group-footer__btns-list li a {
  position: relative;
  display: flex;
  border-radius: 4px;
  border: solid 2px #00abd1;
  background: #fff;
  transition: 0.3s;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.p-group-footer__btns-list li a:hover {
  background: #00abd1;
}
.p-group-footer__btns-list li a:hover::after {
  right: 9px;
  background: url(../img/common/arrow-right-wt.svg) center/cover no-repeat;
}
.p-group-footer__btns-list li a:hover .ttls .en, .p-group-footer__btns-list li a:hover .ttls .ja {
  color: #fff;
}
.p-group-footer__btns-list li a::after {
  position: absolute;
  content: "";
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/arrow-right-skyblue.svg) center/cover no-repeat;
  width: 19px;
  height: 17px;
  transition: 0.2s;
  transition: 0.3s;
}
@media screen and (max-width: 1240px) {
  .p-group-footer__btns-list li a::after {
    right: 10px;
    width: 14px;
    height: 12px;
  }
}
.p-group-footer__btns-list li a .img {
  flex: 0 0 120px;
}
@media screen and (max-width: 959px) {
  .p-group-footer__btns-list li a .img {
    flex: 0 0 70px;
  }
}
@media screen and (max-width: 750px) {
  .p-group-footer__btns-list li a .img {
    flex: 0 0 95px;
  }
}
.p-group-footer__btns-list li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-group-footer__btns-list li a .ttls {
  position: relative;
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 21px 30px 20px 24px;
}
@media screen and (max-width: 1240px) {
  .p-group-footer__btns-list li a .ttls {
    padding: 15px 25px 15px 15px;
  }
}
@media screen and (max-width: 750px) {
  .p-group-footer__btns-list li a .ttls {
    padding: 15px 25px 15px 18px;
  }
}
.p-group-footer__btns-list li a .ttls .ja, .p-group-footer__btns-list li a .ttls .en {
  display: block;
  line-height: 1;
  transition: 0.3s;
}
.p-group-footer__btns-list li a .ttls .ja {
  margin: 0 0 7px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 1240px) {
  .p-group-footer__btns-list li a .ttls .ja {
    margin: 0 0 3px;
    line-height: 1.3;
    font-size: 15px;
  }
}
@media screen and (max-width: 959px) {
  .p-group-footer__btns-list li a .ttls .ja {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .p-group-footer__btns-list li a .ttls .ja {
    font-size: 15.8px;
    letter-spacing: 1;
  }
}
@media screen and (max-width: 750px) {
  .p-group-footer__btns-list li a .ttls .ja--long {
    letter-spacing: 0;
  }
}
.p-group-footer__btns-list li a .ttls .ja .inner {
  display: none;
}
@media screen and (max-width: 1240px) {
  .p-group-footer__btns-list li a .ttls .ja .inner {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .p-group-footer__btns-list li a .ttls .ja .inner {
    display: none;
  }
}
.p-group-footer__btns-list li a .ttls .en {
  font-size: 12px;
  font-weight: bold;
  color: #00a7cc;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-group-footer__btns-list li a .ttls .en {
    font-size: 10px;
  }
}
@media screen and (max-width: 750px) {
  .p-group-footer__bnr {
    position: relative;
    left: -2px;
  }
}
.p-group-footer__bnr .c-bnr__inner {
  background: url(../img/parts/group-footer/bnr-bg.jpg) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .p-group-footer__bnr .c-bnr__inner {
    padding: 3px 18px 0;
  }
}
.p-group-footer__bnr .en {
  color: #fff;
}

/******************************************************************
 * パーツ：フォーム
******************************************************************/
.p-form__ttl {
  margin: 0 0 58px;
}
@media screen and (max-width: 750px) {
  .p-form__ttl {
    margin: 0px 0 23px;
  }
}
.p-form__head {
  display: flex;
  padding: 51px 52px 38px;
  background: #E7F6F9;
  border-radius: 8px;
}
.p-form__head-2 {
  margin-top: 34px;
}
@media screen and (max-width: 1240px) {
  .p-form__head {
    padding: 51px 20px 38px;
  }
}
@media screen and (max-width: 959px) {
  .p-form__head {
    display: block;
    padding: 24px 20px 27px;
  }
}
.p-form__head-ttl {
  flex: 0 0 300px;
  height: 180px;
  margin-right: 52px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  color: #376DC1;
  border-radius: 8px;
}
@media screen and (max-width: 959px) {
  .p-form__head-ttl {
    height: 60px;
    margin: 0 0 35px;
  }
}
@media screen and (max-width: 750px) {
  .p-form__head-ttl {
    font-size: 15px;
    margin: 0 0 27px;
  }
}
.p-form__head-list {
  flex: 0 1 auto;
}
.p-form__head-list li {
  position: relative;
  line-height: 2.25;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 1.3px;
}
.p-form__head-2 .p-form__head-list li {
  text-indent: 0;
  padding-left: 0;
}
@media screen and (max-width: 750px) {
  .p-form__head-list li {
    line-height: 1.93;
    font-size: 13px;
  }
}
.p-form__head-list li::before {
  content: "※";
}
.p-form__head-2 .p-form__head-list li::before {
  content: none;
}
.p-form__contents {
  margin: 56px auto 99px;
  padding: 60px 20px 80px;
  border: solid 1px #CFCECF;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .p-form__contents {
    margin: 40px auto 60px;
    padding: 32px 18px 34px;
  }
}
.p-form__step {
  position: relative;
  left: 3px;
  display: flex;
  justify-content: center;
  line-height: 1;
  text-align: center;
}
.p-form__step::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 486px;
  height: 1px;
  background: #D5D4D5;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .p-form__step::after {
    bottom: 10px;
    max-width: 260px;
  }
}
.p-form__step .step-01, .p-form__step .step-02, .p-form__step .step-03 {
  position: relative;
  padding: 0 0 40px;
}
@media screen and (max-width: 750px) {
  .p-form__step .step-01, .p-form__step .step-02, .p-form__step .step-03 {
    padding: 0px 0 38px;
    white-space: nowrap;
  }
}
.p-form__step .step-01 span, .p-form__step .step-02 span, .p-form__step .step-03 span {
  display: block;
  color: #D5D4D5;
}
.p-form__step .step-01 .en, .p-form__step .step-02 .en, .p-form__step .step-03 .en {
  margin-bottom: 10px;
  font-size: 11px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .p-form__step .step-01 .en, .p-form__step .step-02 .en, .p-form__step .step-03 .en {
    margin-bottom: 7px;
  }
}
.p-form__step .step-01 .ja, .p-form__step .step-02 .ja, .p-form__step .step-03 .ja {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .p-form__step .step-01 .ja, .p-form__step .step-02 .ja, .p-form__step .step-03 .ja {
    font-size: 16px;
  }
}
.p-form__step .step-01::after, .p-form__step .step-02::after, .p-form__step .step-03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background: #D5D4D5;
}
@media screen and (max-width: 750px) {
  .p-form__step .step-01 {
    position: relative;
    left: -5px;
  }
}
.p-form__step .step-02 {
  margin: 0 187px;
}
@media screen and (max-width: 750px) {
  .p-form__step .step-02 {
    margin: 0 75px;
  }
}
.p-form__form .req, .p-form__form .req-label, .p-form__submit-box .req, .p-form__submit-box .req-label {
  position: relative;
  top: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  border-radius: 4px;
  width: 32px;
  height: 17px;
  color: #fff;
  background: #00A7CC;
  font-size: 12px;
  line-height: 1;
}
.p-form__form .tf-error, .p-form__submit-box .tf-error {
  color: #376DC1;
  font-size: 14px;
}
.p-form__form {
  max-width: 1040px;
  margin: 60px auto 12px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1240px) {
  .p-form__form {
    margin: 17px auto 12px;
    display: block;
  }
}
.p-form__form dt, .p-form__form dd {
  margin: 0 0 20px;
}
@media screen and (max-width: 750px) {
  .p-form__form dt, .p-form__form dd {
    margin: 0 0 4px;
  }
}
.p-form__form dt {
  flex: 0 0 22.5%;
  display: flex;
  padding: 20px 0 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1240px) {
  .p-form__form dt {
    margin: 0 0 10px;
    flex: 0 1 100%;
  }
}
.p-form__form dd {
  flex: 0 0 77.5%;
}
@media screen and (max-width: 1240px) {
  .p-form__form dd {
    flex: 0 1 100%;
  }
}
.p-form__form dd input, .p-form__form dd textarea, .p-form__form dd select {
  padding: 15px 17px 11px;
  border: solid 1px #CFCECF;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .p-form__form dd input, .p-form__form dd textarea, .p-form__form dd select {
    padding: 14px 17px 11px;
    font-size: 14px;
  }
}
.p-form__form dd input::-moz-placeholder, .p-form__form dd textarea::-moz-placeholder, .p-form__form dd select::-moz-placeholder {
  color: #D5D4D5;
  font-size: 16px;
  line-height: 1.5;
}
.p-form__form dd input:-ms-input-placeholder, .p-form__form dd textarea:-ms-input-placeholder, .p-form__form dd select:-ms-input-placeholder {
  color: #D5D4D5;
  font-size: 16px;
  line-height: 1.5;
}
.p-form__form dd input::placeholder, .p-form__form dd textarea::placeholder, .p-form__form dd select::placeholder {
  color: #D5D4D5;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .p-form__form dd input::-moz-placeholder, .p-form__form dd textarea::-moz-placeholder, .p-form__form dd select::-moz-placeholder {
    font-size: 14px;
  }
  .p-form__form dd input:-ms-input-placeholder, .p-form__form dd textarea:-ms-input-placeholder, .p-form__form dd select:-ms-input-placeholder {
    font-size: 14px;
  }
  .p-form__form dd input::placeholder, .p-form__form dd textarea::placeholder, .p-form__form dd select::placeholder {
    font-size: 14px;
  }
}
.p-form__form dd input, .p-form__form dd .select-year, .p-form__form dd .select-month, .p-form__form dd .select-day {
  min-height: 55px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .p-form__form dd.birthday {
    margin: 0 0 6px;
  }
}
.p-form__form dd .select-year option {
  cursor: pointer;
}
.p-form__form dd .year, .p-form__form dd .month, .p-form__form dd .day {
  position: relative;
}
.p-form__form dd .year::after, .p-form__form dd .month::after, .p-form__form dd .day::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 17px;
  transform: translateY(-50%);
  width: 12px;
  height: 9px;
  background: url(../img/parts/form/select-arw.svg) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .p-form__form dd .year::after, .p-form__form dd .month::after, .p-form__form dd .day::after {
    top: calc(50% + 1px);
  }
}
.p-form__form dd .month {
  margin: 0 11px;
}
@media screen and (max-width: 750px) {
  .p-form__form dd .month {
    margin: 0 4px;
  }
}
.p-form__form dd select {
  color: #2f3b50;
}
.p-form__form dd select.select-year {
  width: 174px;
}
@media screen and (max-width: 750px) {
  .p-form__form dd select.select-year {
    width: 48%;
  }
}
.p-form__form dd select.select-month, .p-form__form dd select.select-day {
  width: 98px;
}
@media screen and (max-width: 750px) {
  .p-form__form dd select.select-month, .p-form__form dd select.select-day {
    width: 23%;
  }
}
@media screen and (max-width: 750px) {
  .p-form__form dd.mail, .p-form__form dd.address {
    margin: 0 0 6px;
  }
}
.p-form__form dd.gender {
  padding: 21px 0 0;
  margin: 0 0 39px;
}
@media screen and (max-width: 750px) {
  .p-form__form dd.gender {
    padding: 7px 0 0;
    margin: 0 0 9px;
  }
}
.p-form__form dd .gender-inner {
  display: flex;
}
.p-form__form dd .gender-inner .mwform-radio-field {
  margin-right: 27px;
}
@media screen and (max-width: 750px) {
  .p-form__form dd .gender-inner .mwform-radio-field {
    margin-right: 64px;
  }
}
.p-form__form dd .gender-inner .mwform-radio-field label {
  display: flex;
  white-space: nowrap;
  line-height: 1;
}
.p-form__form dd .gender-inner .mwform-radio-field label input[type=radio] {
  display: none;
  min-height: auto;
}
.p-form__form dd .gender-inner .mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 25px;
}
@media screen and (max-width: 750px) {
  .p-form__form dd .gender-inner .mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
    padding-left: 23px;
    width: 20px;
  }
}
.p-form__form dd .gender-inner .mwform-radio-field label input[type=radio] + .mwform-radio-field-text::before, .p-form__form dd .gender-inner .mwform-radio-field label input[type=radio] + .mwform-radio-field-text::after {
  content: "";
  position: absolute;
}
.p-form__form dd .gender-inner .mwform-radio-field label input[type=radio] + .mwform-radio-field-text::before {
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border: solid 1px #DBDBDB;
  border-radius: 6.5px;
}
@media screen and (max-width: 750px) {
  .p-form__form dd .gender-inner .mwform-radio-field label input[type=radio] + .mwform-radio-field-text::before {
    left: -1px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
}
.p-form__form dd .gender-inner .mwform-radio-field label input[type=radio] + .mwform-radio-field-text::after {
  display: none;
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  background: #00A7CC;
  border-radius: 3.5px;
}
@media screen and (max-width: 750px) {
  .p-form__form dd .gender-inner .mwform-radio-field label input[type=radio] + .mwform-radio-field-text::after {
    top: 4px;
    left: 3px;
    width: 6px;
    height: 6px;
  }
}
.p-form__form dd .gender-inner .mwform-radio-field label input[type=radio]:checked + span::after {
  display: block;
}
.p-form__form dd.file01, .p-form__form dd.file02 {
  display: flex;
  flex-wrap: wrap;
}
.p-form__form dd.file01 .tf-error, .p-form__form dd.file02 .tf-error {
  width: 100%;
}
.p-form__form dd.file01 {
  padding: 5px 0 0;
  margin: 0 0 25px;
}
@media screen and (max-width: 750px) {
  .p-form__form dd.file01 {
    padding: 0;
    margin: 0 0 7px;
  }
}
.p-form__form dd.file02 {
  padding: 4px 0 0;
  margin: 0 0 27px;
}
@media screen and (max-width: 750px) {
  .p-form__form dd.file02 {
    padding: 0;
    margin: 0 0 6px;
  }
}
.p-form__form dd input[type=file] {
  display: none;
  border: none;
  border-radius: 0;
  padding: 0;
  line-height: 1;
}
.p-form__form dd .file-label {
  position: relative;
  display: flex;
  align-items: center;
  width: 192px;
  height: 45px;
  padding: 0 18px;
  border-radius: 5px;
  background: #A3A3A3;
  line-height: 1;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .p-form__form dd .file-label {
    padding: 0 15px;
  }
}
.p-form__form dd .file-label:hover {
  opacity: 0.7;
}
.p-form__form dd .file-label::after {
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 12px;
  top: calc(50% + 1px);
  right: 13px;
  transform: translateY(-50%);
  background: url(../img/parts/form/filebtn-arw.svg) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .p-form__form dd .file-label::after {
    right: 15px;
  }
}
.p-form__form dd .file-label span {
  position: relative;
  top: 1px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .p-form__form dd .file-label span {
    font-size: 14px;
  }
}
.p-form__form dd .mwform-file-delete {
  position: relative;
  top: 7px;
  margin-left: 20px;
  font-size: 30px;
  line-height: 1;
}
.p-form__form dd textarea {
  min-height: 165px;
}
@media screen and (max-width: 750px) {
  .p-form__submit-box {
    margin: 21px 0 0;
  }
}
.p-form__submit-box .agree {
  display: flex;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-form__submit-box .agree {
    position: relative;
    left: 13px;
    font-size: 14px;
  }
}
.p-form__submit-box .agree input[type=checkbox] {
  display: none;
}
.p-form__submit-box .agree input[type=checkbox] + span {
  position: relative;
  display: block;
  width: 39px;
  height: 17px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .p-form__submit-box .agree input[type=checkbox] + span {
    width: 20px;
  }
}
.p-form__submit-box .agree input[type=checkbox] + span::before, .p-form__submit-box .agree input[type=checkbox] + span::after {
  content: "";
  position: absolute;
}
.p-form__submit-box .agree input[type=checkbox] + span::before {
  top: 2px;
  left: 18px;
  width: 13px;
  height: 13px;
  border: solid 1px #DBDBDB;
  border-radius: 6.5px;
}
@media screen and (max-width: 750px) {
  .p-form__submit-box .agree input[type=checkbox] + span::before {
    left: -1px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
}
.p-form__submit-box .agree input[type=checkbox] + span::after {
  display: none;
  top: 6px;
  left: 22px;
  width: 7px;
  height: 7px;
  background: #00A7CC;
  border-radius: 3.5px;
}
@media screen and (max-width: 750px) {
  .p-form__submit-box .agree input[type=checkbox] + span::after {
    top: 6px;
    left: 3px;
    width: 6px;
    height: 6px;
  }
}
.p-form__submit-box .agree input[type=checkbox]:checked + span::after {
  display: block;
}
.p-form__submit-box .agree a {
  margin: 0 27px 0 0;
  position: relative;
  color: #00A7CC;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (max-width: 750px) {
  .p-form__submit-box .agree a {
    font-size: 14px;
  }
}
.p-form__submit-box .agree a::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 4px;
  width: 14.28px;
  height: 14.28px;
  background: url(../img/common/external-skyblue.svg) center/cover no-repeat;
}
.p-form__submit-box .agree .label-agreement {
  letter-spacing: 0.3px;
}
@media screen and (max-width: 750px) {
  .p-form__submit-box .agree .label-agreement {
    letter-spacing: 0;
  }
}
.p-form__submit-box .agree .req-label {
  top: 0;
  left: 3px;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .p-form__submit-box .agree .req-label {
    left: -17px;
  }
}
.p-form__submit-box .tf-error {
  text-align: center;
}
.p-form__submit-box .submit-btn {
  position: relative;
  display: flex;
  margin: 42px auto 0;
  width: 280px;
  height: 56px;
}
@media screen and (max-width: 750px) {
  .p-form__submit-box .submit-btn {
    margin: 31px auto 0;
    width: 210px;
    height: 44px;
  }
}
.p-form__submit-box .submit-btn button {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  background: #00A7CC;
  border: solid 1px #00A7CC;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .p-form__submit-box .submit-btn button {
    font-size: 14px;
  }
}
.p-form__submit-box .submit-btn button:hover {
  background: transparent;
  color: #00A7CC;
}
.p-form__submit-box .submit-btn button.disabled {
  background: #EFEFEF;
  color: #2F3B50;
  border: solid 1px #EFEFEF;
}
.p-form__thanks {
  margin: 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-form__thanks {
    line-height: 1.8;
    text-align: left;
  }
}
.p-form .mw_wp_form_input .submit-btn::before {
  position: absolute;
  content: "";
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/parts/form/submit-arw-wt.svg) center/cover no-repeat;
  width: 13px;
  height: 13px;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .p-form .mw_wp_form_input .submit-btn::before {
    right: 18px;
    width: 13px;
    height: 11px;
  }
}
.p-form .mw_wp_form_input .submit-btn:hover::before {
  background: url(../img/parts/form/submit-arw-blue.svg) center/cover no-repeat;
}
.p-form .mw_wp_form_input .submit-btn.disabled::before {
  display: none;
}
.p-form .mw_wp_form_confirm .p-form__form {
  padding: 10px 0 0;
}
.p-form .mw_wp_form_confirm .p-form__form dt {
  padding: 11px 0 0;
  font-weight: bold;
}
.p-form .mw_wp_form_confirm .p-form__form .birthday .year::after, .p-form .mw_wp_form_confirm .p-form__form .birthday .month::after, .p-form .mw_wp_form_confirm .p-form__form .birthday .day::after {
  display: none;
}
.p-form .mw_wp_form_confirm .p-form__form .gender {
  padding: 0;
  margin: 0 0 20px;
}
@media screen and (max-width: 750px) {
  .p-form .mw_wp_form_confirm .p-form__form .gender {
    margin: 0 0 6px;
  }
}
.p-form .mw_wp_form_confirm .req-label {
  margin-right: 10px;
}
.p-form .mw_wp_form_confirm .label-agreement {
  display: none;
}
.p-form .mw_wp_form_confirm .submit-btn {
  width: auto;
  display: flex;
  justify-content: center;
}
.p-form .mw_wp_form_confirm .submit-btn button {
  max-width: 280px;
  margin: 0 20px;
}
.p-form .mw_wp_form_confirm .submit-btn button:nth-child(1) {
  background: #fff;
  color: #00A7CC;
}
.p-form .mw_wp_form_confirm .submit-btn button:nth-child(1):hover {
  background: #00A7CC;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .p-form .mw_wp_form_confirm .submit-btn button {
    margin: 0 10px;
  }
}
.p-form .mw_wp_form_input .step-01 span, .p-form .mw_wp_form_confirm .step-02 span, .p-form .p-form__step--confirm .step-03 span {
  color: #0075C1;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 750px) {
  .p-form .mw_wp_form_input .step-01 span, .p-form .mw_wp_form_confirm .step-02 span, .p-form .p-form__step--confirm .step-03 span {
    letter-spacing: 1px;
  }
}
.p-form .mw_wp_form_input .step-01::before, .p-form .mw_wp_form_confirm .step-02::before, .p-form .p-form__step--confirm .step-03::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  z-index: 2;
}
.p-form .mw_wp_form_input .step-01::after, .p-form .mw_wp_form_confirm .step-02::after, .p-form .p-form__step--confirm .step-03::after {
  background: #00A7CC;
}

/* 確認画面　ファイルlabelを非表示 */
.mw_wp_form_preview .p-form__form dd .file-label {
  display: none;
}

/******************************************************************
 * TOPページ
******************************************************************/
.top {
  /* fv
  -----------------------------------------------------------------*/
  /* info
  -----------------------------------------------------------------*/
  /* about
  -----------------------------------------------------------------*/
  /* number
  -----------------------------------------------------------------*/
  /* service
  -----------------------------------------------------------------*/
  /* social
  -----------------------------------------------------------------*/
  /* recruit
  -----------------------------------------------------------------*/
}
.top-fv {
  position: relative;
  max-height: 100vh;
  height: 100vh;
}
.top-fv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to right, #137ec9 0%, #44affa 100%);
  opacity: 0.5;
}
@media (min-width: 1701px) {
  .top-fv {
    height: 55vw;
  }
}
@media screen and (max-width: 750px) {
  .top-fv {
    height: 465px;
  }
}
.top-fv__txts {
  position: absolute;
  z-index: 2;
  bottom: 137px;
  left: 100px;
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .top-fv__txts {
    left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .top-fv__txts {
    left: 20px;
    bottom: 43px;
  }
}
.top-fv__catch .en, .top-fv__catch .ja {
  display: block;
}
.top-fv__catch .ja {
  font-size: 27px;
  line-height: 1;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1240px) {
  .top-fv__catch .ja {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  .top-fv__catch .ja {
    font-size: 16px;
    letter-spacing: 0.7px;
  }
}
.top-fv__catch .en {
  margin: 25px 0 20px;
  font-size: 78px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1.0512820513;
  letter-spacing: 3px;
}
@media screen and (max-width: 1240px) {
  .top-fv__catch .en {
    font-size: 60px;
  }
}
@media screen and (max-width: 750px) {
  .top-fv__catch .en {
    font-size: 39px;
    margin: 11px 0 7px;
    letter-spacing: 1.2px;
  }
}
.top-fv__txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 1240px) {
  .top-fv__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .top-fv__txt {
    font-size: 12px;
  }
}
.top-fv__btns {
  position: absolute;
  right: 20px;
  bottom: 169px;
  color: #fff;
  z-index: 2;
}
.top-fv__btns a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  transition: 0.2s;
}
.top-fv__btns a:nth-of-type(2) {
  margin: 10px 0 20px;
}
.top-fv__btns a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.top-fv__btns a img:nth-child(2) {
  opacity: 0;
}
.top-fv__btns a:hover img:nth-child(1) {
  opacity: 0;
}
.top-fv__btns a:hover img:nth-child(2) {
  opacity: 1;
}
.top-fv__copy {
  margin: 0 auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 1;
}
.top-fv__imgs {
  position: absolute;
  z-index: 0;
  width: 100%;
  max-height: 100vh;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1701px) {
  .top-fv__imgs {
    height: 55vw;
  }
}
@media screen and (max-width: 750px) {
  .top-fv__imgs {
    height: 465px;
  }
}
.top-fv__img {
  width: 100%;
  height: 100vh !important;
}
@media screen and (max-width: 750px) {
  .top-fv__img {
    height: 465px !important;
  }
}
.top-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(80%) blur(1px);
}
@-webkit-keyframes fadezoomout {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadezoomout {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.top-fv .fv-slick-animation {
  -webkit-animation: fadezoomout 10s 0s forwards;
          animation: fadezoomout 10s 0s forwards;
}
.top-fv__border {
  position: absolute;
  bottom: -0.5px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.top-fv__border img {
  width: 100%;
  height: auto;
}
.top-info {
  padding: 90px 0 81px;
}
@media screen and (max-width: 750px) {
  .top-info {
    padding: 37px 0 58px;
  }
}
.top-info__inner {
  display: flex;
}
@media screen and (max-width: 959px) {
  .top-info__inner {
    display: block;
  }
}
.top-info__ttl {
  padding: 0;
}
.top-info__ttl .en {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .top-info__ttl .en {
    font-size: 12px;
  }
}
.top-info__ttl .ja {
  font-size: 36px;
  letter-spacing: 3px;
  position: relative;
  left: 3px;
}
@media screen and (max-width: 1240px) {
  .top-info__ttl .ja {
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .top-info__ttl .ja {
    font-size: 26px;
    letter-spacing: 1.9px;
  }
}
.top-info__left {
  margin: 0 108px 0 0;
  padding: 6px 9px 0;
}
@media screen and (max-width: 959px) {
  .top-info__left {
    padding: 0;
    margin: 0 auto;
  }
}
.top-info__btn {
  position: relative;
  left: 8px;
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00a7cc;
  width: 160px;
  height: 56px;
  border: 2px solid #00a7cc;
  border-radius: 28px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  .top-info__btn {
    display: none;
  }
}
.top-info__btn:hover {
  background: #fff;
  color: #00a7cc;
}
.top-info__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 1 100%;
}
@media screen and (max-width: 959px) {
  .top-info__list {
    margin: 28px 0 20px;
  }
}
.top-info__item {
  margin: 0 0 16px;
  position: relative;
  background-image: url("../img/top/info-border.png");
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.top-info__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .top-info__item {
    background-size: 1.5px 0.5px;
  }
}
.top-info__item .link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top-info__item .link:hover + .top-info__item-inner .ttl {
  opacity: 0.6;
}
.top-info__item-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 15px;
}
@media screen and (max-width: 750px) {
  .top-info__item-inner {
    display: grid;
    padding: 0 0 23px;
    grid-template-areas: "date cat" "ttl ttl";
    grid-template-columns: 87px auto;
    grid-template-rows: auto auto;
    grid-gap: 2px 0;
  }
}
.top-info__item-inner .date {
  position: relative;
  top: 10px;
  white-space: nowrap;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #999999;
}
@media screen and (max-width: 750px) {
  .top-info__item-inner .date {
    top: 0;
    line-height: inherit;
    grid-area: date;
    font-size: 15px;
    letter-spacing: 0;
  }
}
.top-info__item-inner .cat {
  max-width: 70%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 4px 33px 0 20px;
  line-height: 1.2;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .top-info__item-inner .cat {
    margin: 0;
    max-width: 100%;
    min-width: 100px;
    grid-area: cat;
    top: 3px;
  }
}
.top-info__item-inner .cat a {
  margin: 0 5px 5px 0;
  padding: 2px 4px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: solid 1px #00a7cc;
  min-width: 100px;
  min-height: 30px;
  letter-spacing: 0;
  font-size: 14px;
  color: #00a7cc;
  transition: 0.2s;
}
.top-info__item-inner .cat a:last-child {
  margin-right: 0;
}
.top-info__item-inner .cat a:hover {
  background: #00a7cc;
  color: #fff;
}
.top-info__item-inner .ttl {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  text-decoration: underline;
  -webkit-text-decoration-color: #2f3b50;
          text-decoration-color: #2f3b50;
  text-underline-offset: 9px;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .top-info__item-inner .ttl {
    margin-top: 2px;
    letter-spacing: -0.5px;
    grid-area: ttl;
  }
}
.top-info__btn2 {
  display: none;
}
@media screen and (max-width: 959px) {
  .top-info__btn2 {
    display: flex;
  }
}
.top-about {
  padding: 0 0 117px;
}
@media screen and (max-width: 750px) {
  .top-about {
    padding: 0 0 48px;
  }
}
.top-about__cont {
  margin: 59px 0 70px;
}
@media screen and (max-width: 750px) {
  .top-about__cont {
    margin: 20px 0 37px;
  }
}
.top-about__links {
  width: calc(50% + 620px);
  margin: 0 0 0 auto;
  background: #e8f7fa;
  padding: 20px 0 20px 20px;
}
@media screen and (max-width: 1240px) {
  .top-about__links {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .top-about__links {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 10px;
  }
}
.top-about__links-inner {
  display: flex;
}
@media screen and (max-width: 750px) {
  .top-about__links-inner {
    display: block;
  }
}
.top-about__link {
  position: relative;
  flex: 0 0 598px;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 1240px) {
  .top-about__link {
    flex: 0 0 calc(50% - 2px);
    height: 25vw;
  }
}
@media screen and (max-width: 750px) {
  .top-about__link {
    height: 148px;
  }
}
.top-about__link--profile {
  margin-right: 4px;
  background: url(../img/top/about-link-profile2.jpg) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .top-about__link--profile {
    margin: 0 0 10px;
  }
}
.top-about__link--greeting {
  background: url(../img/top/about-link-greeting2.jpg) center/cover no-repeat;
}
.top-about__link:hover .top-about__link-filter {
  background: rgba(67, 68, 71, 0.1);
}
.top-about__link-filter {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: rgba(67, 68, 71, 0.4);
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.top-about__link-ttl {
  position: relative;
  top: 4px;
  z-index: 1;
  text-align: center;
}
.top-about__link-ttl .ja, .top-about__link-ttl .en {
  display: block;
  color: #fff;
  line-height: 1;
}
.top-about__link-ttl .ja {
  margin: 0 0 13px;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1240px) {
  .top-about__link-ttl .ja {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .top-about__link-ttl .ja {
    margin: 0px 0 8px;
    font-size: 20px;
  }
}
.top-about__link-ttl .en {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1240px) {
  .top-about__link-ttl .en {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .top-about__link-ttl .en {
    font-size: 10px;
  }
}
.top-about__link-more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  letter-spacing: Infinityem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .top-about__link-more {
    font-size: 10px;
    right: 7.5px;
    bottom: 8px;
  }
}
.top-about__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #00a6cb transparent;
}
@media screen and (max-width: 750px) {
  .top-about__link::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 32px 32px;
    border-color: transparent transparent #00a7cc transparent;
  }
}
.top-number {
  /* history */
}
.top-number__inner {
  position: relative;
  margin: 48px 0 0;
  padding: 69px 0 0;
  background: #aae5f2;
  background: url("../img/top/number-wv-top_pc.jpg") top center/100% auto no-repeat, #aae5f2;
}
@media screen and (max-width: 750px) {
  .top-number__inner {
    margin: 19px 0 0;
    padding: 34px 0 0;
    background: url("../img/top/number-wv-top_sp.jpg") top center/100% auto no-repeat, #aae5f2;
  }
}
.top-number__cont {
  display: grid;
  grid-template-areas: "top top top" "center01 center02 center03" "center04 center05 center06" "bottom bottom bottom";
  grid-gap: 20px 21px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1240px) {
  .top-number__cont {
    grid-gap: 15px;
  }
}
@media screen and (max-width: 750px) {
  .top-number__cont {
    grid-template-areas: "top top" "center01 center02" "center03 center04" "center05 center06" "bottom bottom";
    grid-gap: 10px 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}
.top-number__cont .lato {
  font-family: "Lato", sans-serif;
}
.top-number__cont .ja, .top-number__cont .num, .top-number__cont .odometer, .top-number__cont .note, .top-number__cont .txt, .top-number__cont-bottom-ttl, .top-number__cont-bottom-note {
  line-height: 1;
}
.top-number__cont .ja, .top-number__cont .num, .top-number__cont .note, .top-number__cont-bottom-ttl, .top-number__cont-bottom-note {
  display: block;
}
.top-number__cont-txts {
  text-align: center;
}
.top-number__cont-txts .ja {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1240px) {
  .top-number__cont-txts .ja {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .top-number__cont-txts .ja {
    font-size: 16px;
    line-height: 1.3125;
  }
}
.top-number__cont-txts .num {
  color: #00a7cc;
  font-size: 30px;
  font-weight: 600;
  margin: 6px 0 0;
}
@media screen and (max-width: 1240px) {
  .top-number__cont-txts .num {
    font-size: 25px;
  }
}
@media screen and (max-width: 750px) {
  .top-number__cont-txts .num {
    margin: 4px 0 0;
    font-size: 18px;
  }
}
.top-number__cont-txts .odometer {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 60px;
}
@media screen and (max-width: 1240px) {
  .top-number__cont-txts .odometer {
    font-size: 50px;
  }
}
@media screen and (max-width: 750px) {
  .top-number__cont-txts .odometer {
    font-size: 33px;
  }
}
.top-number__cont-txts .odometer-formatting-mark {
  position: relative;
  top: 4px;
}
.top-number__cont-txts .txt {
  position: relative;
  top: 12px;
}
@media screen and (max-width: 1240px) {
  .top-number__cont-txts .txt {
    top: 8px;
  }
}
@media screen and (max-width: 750px) {
  .top-number__cont-txts .txt {
    top: 5px;
  }
}
.top-number__cont-txts .note {
  color: #999999;
}
@media screen and (max-width: 750px) {
  .top-number__cont-txts .note {
    font-size: 10px;
  }
}
.top-number__cont-top, .top-number__cont-center, .top-number__cont-bottom {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 0 #99ced9;
}
@media screen and (max-width: 750px) {
  .top-number__cont-top, .top-number__cont-center, .top-number__cont-bottom {
    border-radius: 4px;
    box-shadow: 0 1.5px 0 #99ced9;
  }
}
.top-number__cont-top {
  grid-area: top;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 410px;
}
@media screen and (max-width: 1240px) {
  .top-number__cont-top {
    height: 350px;
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .top-number__cont-top {
    padding: 25px 20px 20px;
    height: auto;
    display: block;
  }
}
.top-number__cont-top-img, .top-number__cont-top-txts {
  position: relative;
  left: -16px;
}
@media screen and (max-width: 1240px) {
  .top-number__cont-top-img, .top-number__cont-top-txts {
    left: 0;
  }
}
.top-number__cont-top-img {
  flex: 0 0 666px;
  margin: 0 85px 0 0;
}
@media screen and (max-width: 1240px) {
  .top-number__cont-top-img {
    flex: 0 0 45%;
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .top-number__cont-top-img {
    margin: 0 auto;
  }
}
.top-number__cont-top-img img {
  width: 100%;
  height: auto;
}
.top-number__cont-top-txts {
  flex: 0 0 300px;
  height: 262px;
  padding: 69px 0 0;
  background: url(../img/top/number-bg-comment.png) center/cover no-repeat;
}
@media screen and (max-width: 1240px) {
  .top-number__cont-top-txts {
    flex: 0 0 30%;
    background: url(../img/top/number-bg-comment.png) top center/100% no-repeat;
    height: 25vw;
  }
}
@media screen and (max-width: 750px) {
  .top-number__cont-top-txts {
    padding: 20px 0 0;
    height: auto;
    background: none;
  }
}
.top-number__cont-top-txts .ja {
  font-size: 28px;
}
@media screen and (max-width: 1240px) {
  .top-number__cont-top-txts .ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .top-number__cont-top-txts .ja {
    font-size: 16px;
  }
}
.top-number__cont-top-txts .num {
  margin: 4px 0 4px;
  letter-spacing: 2px;
}
@media screen and (max-width: 750px) {
  .top-number__cont-top-txts .num {
    margin: 0px 0 1px;
  }
}
.top-number__cont-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 216px;
  padding: 3px 0 0px;
}
@media screen and (max-width: 750px) {
  .top-number__cont-center {
    padding: 0 0 10px;
    height: 145px;
  }
}
.top-number__cont-center--01, .top-number__cont-center--02 {
  background: url(../img/top/number-bg-comment.png) center/161px auto no-repeat, #fff;
}
@media screen and (max-width: 750px) {
  .top-number__cont-center--01, .top-number__cont-center--02 {
    background: url(../img/top/number-bg-comment.png) center/101px auto no-repeat, #fff;
  }
}
.top-number__cont-center--04, .top-number__cont-center--05, .top-number__cont-center--06 {
  background: url(../img/top/number-bg-human.png) center/201px auto no-repeat, #fff;
}
@media screen and (max-width: 750px) {
  .top-number__cont-center--04, .top-number__cont-center--05, .top-number__cont-center--06 {
    background: url(../img/top/number-bg-human.png) center/127px auto no-repeat, #fff;
  }
}
.top-number__cont-center--01 {
  grid-area: center01;
}
.top-number__cont-center--02 {
  grid-area: center02;
}
.top-number__cont-center--03 {
  grid-area: center03;
  background: url(../img/top/number-bg-calendar.png) center/141px auto no-repeat, #fff;
}
@media screen and (max-width: 750px) {
  .top-number__cont-center--03 {
    background: url(../img/top/number-bg-calendar.png) center/87px auto no-repeat, #fff;
  }
}
@media screen and (max-width: 750px) {
  .top-number__cont-center--03 .top-number__cont-center-txts {
    position: relative;
    top: 5px;
  }
}
@media screen and (max-width: 750px) {
  .top-number__cont-center--03 .top-number__cont-center-txts .odometer {
    font-size: 30px;
    letter-spacing: 0;
  }
}
.top-number__cont-center--03 .odometer-formatting-mark {
  display: none;
}
.top-number__cont-center--04 {
  grid-area: center04;
}
.top-number__cont-center--05 {
  grid-area: center05;
}
@media screen and (max-width: 750px) {
  .top-number__cont-center--05 .top-number__cont-center-txts {
    position: relative;
    top: 4px;
  }
}
.top-number__cont-center--06 {
  grid-area: center06;
}
@media screen and (max-width: 750px) {
  .top-number__cont-center--06 .top-number__cont-center-txts {
    position: relative;
    top: 4px;
  }
}
.top-number__cont-bottom {
  height: 248px;
  padding: 68px 0 0;
  background: url(../img/top/number-bg-human.png) center 25px/201px auto no-repeat, #fff;
  grid-area: bottom;
}
@media screen and (max-width: 750px) {
  .top-number__cont-bottom {
    height: 171.5px;
    padding: 41px 0 0;
    background: url(../img/top/number-bg-human.png) center 16px/126px auto no-repeat, #fff;
  }
}
.top-number__cont-bottom-inner {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .top-number__cont-bottom-inner {
    padding: 0 20px;
  }
}
.top-number__cont-bottom-ttl {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .top-number__cont-bottom-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .top-number__cont-bottom-ttl {
    font-size: 16px;
  }
}
.top-number__cont-bottom-graph {
  margin: 30px 0 18px;
  position: relative;
  display: flex;
  height: 50px;
}
@media screen and (max-width: 750px) {
  .top-number__cont-bottom-graph {
    margin: 36px 0 12px;
    height: 37.5px;
  }
}
.top-number__cont-bottom-graph .female, .top-number__cont-bottom-graph .male {
  display: block;
  height: 50px;
}
@media screen and (max-width: 750px) {
  .top-number__cont-bottom-graph .female, .top-number__cont-bottom-graph .male {
    height: 37.5px;
  }
}
.top-number__cont-bottom-graph .female {
  flex: 0 0 80%;
  background: linear-gradient(to right, #e362a7 0%, #ed99c6 100%);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.top-number__cont-bottom-graph .male {
  flex: 0 0 20%;
  background: linear-gradient(to right, #00c5db 0%, #3974ce 100%);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.top-number__cont-bottom-gender {
  position: absolute;
  top: -57px;
}
@media screen and (max-width: 750px) {
  .top-number__cont-bottom-gender {
    top: -43px;
  }
}
.top-number__cont-bottom-gender--female {
  left: -1px;
}
@media screen and (max-width: 1240px) {
  .top-number__cont-bottom-gender--female {
    left: 20px;
  }
}
.top-number__cont-bottom-gender--female .num {
  color: #e362a7;
}
.top-number__cont-bottom-gender--female .num::before {
  width: 20px;
  height: 41px;
  left: calc(50% - 3px);
  background: url(../img/top/number-female.svg) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .top-number__cont-bottom-gender--female .num::before {
    width: 15px;
    height: 30px;
  }
}
.top-number__cont-bottom-gender--male {
  right: 2px;
}
@media screen and (max-width: 1240px) {
  .top-number__cont-bottom-gender--male {
    right: 20px;
  }
}
.top-number__cont-bottom-gender--male .num {
  color: #00a7cc;
}
.top-number__cont-bottom-gender--male .num::before {
  width: 14px;
  height: 41px;
  left: calc(50% - 2px);
  background: url(../img/top/number-male.svg) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .top-number__cont-bottom-gender--male .num::before {
    width: 12px;
    height: 32px;
  }
}
.top-number__cont-bottom-gender .num {
  position: relative;
  line-height: 1;
}
.top-number__cont-bottom-gender .num::before {
  content: "";
  position: absolute;
  top: -41px;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .top-number__cont-bottom-gender .num::before {
    top: -30px;
  }
}
.top-number__cont-bottom-gender .odometer {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 40px;
}
@media screen and (max-width: 750px) {
  .top-number__cont-bottom-gender .odometer {
    font-size: 30px;
  }
}
.top-number__cont-bottom-gender .txt {
  position: relative;
  top: 6px;
}
@media screen and (max-width: 750px) {
  .top-number__cont-bottom-gender .txt {
    font-size: 15px;
  }
}
.top-number__cont-bottom-note {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #999999;
}
@media screen and (max-width: 750px) {
  .top-number__cont-bottom-note {
    font-size: 10px;
  }
}
.top-number__history {
  padding: 22px 0 110px;
  background: url("../img/top/number-wv-btm_pc.jpg") bottom center/100% auto no-repeat, linear-gradient(to bottom, #aae5f2 20px, #aae5f2, calc(100% - 2px), transparent calc(100% - 2px), transparent 100%);
}
@media screen and (max-width: 750px) {
  .top-number__history {
    padding: 15px 0 45px;
    background: url("../img/top/number-wv-btm_sp.jpg") bottom center/100% auto no-repeat, linear-gradient(to bottom, #aae5f2 20px, #aae5f2, calc(100% - 2px), transparent calc(100% - 2px), transparent 100%);
  }
}
.top-number__history-info {
  position: relative;
  left: -35px;
  max-width: 1270px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1350px) {
  .top-number__history-info {
    left: 0;
    max-width: 1200px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .top-number__history-info {
    display: block;
  }
}
.top-number__history-ttl {
  position: relative;
  z-index: 3;
  margin: 0 45px 0 0;
  padding: 90px 20px 0 70px;
  flex: 0 0 409px;
  height: 210px;
  background: url(../img/top/history-ttl-bg.png) center/cover no-repeat;
}
@media screen and (max-width: 1240px) {
  .top-number__history-ttl {
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .top-number__history-ttl {
    padding: 56px 0 0 43px;
    width: 255.5px;
    height: 132px;
    margin: 0 auto;
  }
}
.top-number__history-ttl .en, .top-number__history-ttl .ja {
  display: block;
  line-height: 1;
  color: #fff;
}
.top-number__history-ttl .en {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .top-number__history-ttl .en {
    font-size: 11.25px;
  }
}
.top-number__history-ttl .ja {
  margin: 15px 0 0;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .top-number__history-ttl .ja {
    margin: 8px 0 0;
    font-size: 20px;
  }
}
.top-number__history-txt {
  flex: 0 1 auto;
  padding: 35px 0 0;
  line-height: 2.25;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .top-number__history-txt {
    padding: 16px 0 0;
    line-height: 2;
  }
}
.top-number__history-list {
  margin: -13px 0 0;
  display: flex;
  overflow-x: hidden;
}
@media screen and (max-width: 1240px) {
  .top-number__history-list {
    margin: -8px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .top-number__history-list {
    margin: 18px 0 0;
  }
}
.top-number__history-list li.slick-slide {
  flex: 0 0 398px;
  height: 250px;
  margin: 0 1.5px;
}
@media (max-width: 1699px) {
  .top-number__history-list li.slick-slide {
    flex: 0 0 auto;
    height: 13vw !important;
  }
}
@media (max-width: 1500px) {
  .top-number__history-list li.slick-slide {
    height: 20vw !important;
  }
}
@media screen and (max-width: 750px) {
  .top-number__history-list li.slick-slide {
    height: 41.5vw !important;
  }
}
.top-number__history-list li.slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-services {
  margin: 150px 0 0;
  padding: 0 0 58px;
}
@media screen and (max-width: 750px) {
  .top-services {
    margin: 48px 0 0;
    padding: 0px 0 48px;
  }
}
@media screen and (max-width: 750px) {
  .top-services__inner {
    padding: 0;
  }
}
.top-services__list {
  margin: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.top-services__list.center {
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .top-services__list {
    margin: 22px 0 0;
  }
}
.top-services__item {
  flex: 0 0 370px;
  display: block;
  margin-bottom: 51px;
}
@media screen and (max-width: 1240px) {
  .top-services__item {
    flex: 0 0 32%;
  }
}
@media screen and (max-width: 750px) {
  .top-services__item {
    margin: 0 20px;
  }
}
.top-services__item:hover {
  transition: opacity 0.1s ease;
}
.top-services__item:hover:hover {
  opacity: 0.7;
}
.top-services__item:not(:nth-child(3n)) {
  margin-right: 45px;
}
@media screen and (max-width: 1240px) {
  .top-services__item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 750px) {
  .top-services__item:not(:nth-child(3n)) {
    margin: 0 20px;
  }
}
@media (min-width: 751px) {
  .top-services__item:last-child {
    margin-right: 0;
  }
}
.top-services__item-thumb {
  width: 100%;
  height: 260px;
}
@media screen and (max-width: 1240px) {
  .top-services__item-thumb {
    height: 20vw;
  }
}
@media screen and (max-width: 750px) {
  .top-services__item-thumb {
    height: 62vw;
  }
}
.top-services__item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-services__item-ttl {
  position: relative;
  margin: 2px 0 21px;
  padding: 34px 0 0px;
  left: 6px;
}
@media screen and (max-width: 750px) {
  .top-services__item-ttl {
    margin: 2px 0 18px;
    padding: 29px 0 0px;
  }
}
.top-services__item-ttl .num {
  position: absolute;
  top: 0;
  left: calc(50% + 4px);
  transform: translateX(-50%);
  z-index: -1;
  font-size: 120px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  color: #009cbf;
  opacity: 0.1;
}
@media screen and (max-width: 1240px) {
  .top-services__item-ttl .num {
    font-size: 100px;
  }
}
.top-services__item-ttl .en, .top-services__item-ttl .ja {
  display: block;
  text-align: center;
}
.top-services__item-ttl .en {
  line-height: 1;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  color: #00a7cc;
}
@media screen and (max-width: 1240px) {
  .top-services__item-ttl .en {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .top-services__item-ttl .en {
    font-size: 12px;
  }
}
.top-services__item-ttl .ja {
  margin: 4px 0 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1240px) {
  .top-services__item-ttl .ja {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  .top-services__item-ttl .ja {
    margin: 7px 0 0;
    font-size: 23px;
  }
}
.top-services__item-txt {
  line-height: 2.25;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .top-services__item-txt {
    line-height: 2;
  }
}
.top-social {
  width: 100%;
  height: 550px;
  background: url(../img/top/social-bg.jpg) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .top-social {
    background: none;
    height: auto;
  }
}
.top-social__img {
  width: 100%;
  height: 53vw;
}
.top-social__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-social__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-social__cont {
  margin: 17px -7px 0 auto;
  max-width: 470px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .top-social__cont {
    margin: 29px auto 0;
  }
}
.top-social__ttl .en, .top-social__ttl .ja {
  display: block;
}
.top-social__ttl .en {
  font-family: "Lato", sans-serif;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.top-social__ttl .en .lato {
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 750px) {
  .top-social__ttl .en {
    font-size: 12px;
    color: #00a7cc;
  }
}
.top-social__ttl .ja {
  margin: 11px 0 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 750px) {
  .top-social__ttl .ja {
    margin: 4px 0 11px;
    font-size: 23px;
    letter-spacing: 1px;
    color: #2f3b50;
  }
}
.top-social__txt {
  margin: 0 0 27px;
  font-size: 14px;
  line-height: 2.5714285714;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .top-social__txt {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 2;
    color: #2f3b50;
  }
}
@media (min-width: 751px) {
  .top-social__btn a {
    background: transparent;
    border: solid 2px #fff;
  }
  .top-social__btn a:hover::before {
    background: url(../img/common/arrow-right-bk.svg) center/cover no-repeat;
  }
  .top-social__btn a:hover span {
    color: #2f3b50;
  }
}
.top-recruit {
  padding: 116px 0 49px;
}
@media screen and (max-width: 750px) {
  .top-recruit {
    padding: 73px 0 61px;
  }
}
.top-recruit__txt {
  margin: 25px auto 49px;
  line-height: 2.25;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .top-recruit__txt {
    margin: 13px auto 25px;
    line-height: 2;
  }
}
.top-recruit__cont {
  position: relative;
  left: -87px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1600px) {
  .top-recruit__cont {
    left: 0;
  }
}
@media screen and (max-width: 1240px) {
  .top-recruit__cont {
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .top-recruit__cont {
    display: block;
    padding: 0;
  }
}
.top-recruit__cont .slick-dots {
  bottom: -46px;
  left: -5px;
  padding: 0 !important;
}
@media screen and (max-width: 750px) {
  .top-recruit__cont .slick-dots {
    margin: 15px 0 0;
    position: static;
  }
}
.top-recruit__cont .slick-dots li {
  margin: 0px 7.5px;
  width: 9px;
  height: 9px;
}
@media screen and (max-width: 750px) {
  .top-recruit__cont .slick-dots li {
    margin: 0 6.5px;
  }
}
.top-recruit__left {
  position: relative;
  flex: 0 0 755px;
  width: 755px;
  height: 500px;
  margin: 0 60px 0 0;
}
@media (max-width: 1600px) {
  .top-recruit__left {
    flex: 0 0 600px;
    width: 600px;
    height: 350px;
  }
}
@media screen and (max-width: 1240px) {
  .top-recruit__left {
    flex: 0 0 42%;
    width: 42%;
    margin: 0 0 0 40px;
    height: 30vw;
  }
}
@media screen and (max-width: 750px) {
  .top-recruit__left {
    margin: 0;
    width: 100%;
    height: 59vw;
  }
}
.top-recruit__left li {
  width: 755px;
  height: 500px;
}
@media (max-width: 1600px) {
  .top-recruit__left li {
    width: 600px;
    height: 350px;
  }
}
@media screen and (max-width: 1240px) {
  .top-recruit__left li {
    width: 45%;
    height: 30vw;
  }
}
@media screen and (max-width: 750px) {
  .top-recruit__left li {
    margin: 0 20px;
    width: 100%;
    height: 59vw;
  }
}
.top-recruit__left li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .top-recruit__left li img {
    border-radius: 4px;
  }
}
.top-recruit__slick-arw {
  top: 40%;
  width: 51px;
  height: 51px;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .top-recruit__slick-arw {
    top: 33%;
    width: 36px;
    height: 36px;
  }
}
.top-recruit__slick-arw.c-slick-arw--prev {
  left: -27px;
}
@media screen and (max-width: 750px) {
  .top-recruit__slick-arw.c-slick-arw--prev {
    left: 11px;
  }
}
.top-recruit__slick-arw.c-slick-arw--next {
  right: -25px;
}
@media screen and (max-width: 750px) {
  .top-recruit__slick-arw.c-slick-arw--next {
    right: 3px;
  }
}
.top-recruit__right {
  position: relative;
  flex: 0 0 550px;
  width: 550px;
}
@media (max-width: 1600px) {
  .top-recruit__right {
    flex: 0 0 500px;
    width: 500px;
  }
}
@media screen and (max-width: 1240px) {
  .top-recruit__right {
    margin: 0 20px 0 0;
    flex: 0 0 45%;
    width: 45%;
  }
}
@media screen and (max-width: 750px) {
  .top-recruit__right {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .top-recruit__cont {
    overflow-x: hidden;
  }
}
.top-recruit__cont-en {
  left: auto;
  right: -4px;
  top: 24px;
  font-size: 140px;
  line-height: 1;
  font-weight: normal;
  z-index: 2;
  letter-spacing: -2px;
}
@media screen and (max-width: 750px) {
  .top-recruit__cont-en {
    font-size: 70px;
    font-weight: bold;
    right: 0px;
    top: -5px;
  }
}
.top-recruit__cont-txts {
  padding: 49px 0 0;
}
@media screen and (max-width: 750px) {
  .top-recruit__cont-txts {
    min-width: calc(100vw - 40px) !important;
    margin: 19px 20px 0;
    padding: 0;
  }
}
.top-recruit__cont-ttl {
  letter-spacing: -0.5px;
}
.top-recruit__cont-txt {
  margin: 16px 0 28px;
}
@media screen and (max-width: 750px) {
  .top-recruit__cont-txt {
    margin: 13px 0 18px;
  }
}
.top-recruit__bnr {
  margin: 57px auto 108px;
}
.top-recruit__bnr .c-bnr__inner {
  background: url(../img/top/recruit-bnr-bg.jpg) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .top-recruit__bnr {
    margin: 3px auto 23px;
  }
}
@media screen and (max-width: 750px) {
  .top-recruit__bnr-wrap {
    padding: 0 20px;
  }
}
.top-recruit__btns {
  padding: 20px;
  background: #e8f7fa;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .top-recruit__btns-wrap {
    padding: 0 20px;
  }
}
.top-recruit__btns-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .top-recruit__btns-list {
    display: block;
  }
}
.top-recruit__btns-list li {
  position: relative;
  flex: 0 0 375px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: solid 2px #00abd1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  line-height: 1;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .top-recruit__btns-list li {
    flex: 0 0 32%;
    min-height: 80px;
  }
}
@media screen and (max-width: 750px) {
  .top-recruit__btns-list li {
    min-height: 78px;
  }
}
.top-recruit__btns-list li.item01 img {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .top-recruit__btns-list li.item01 img {
    width: 78px;
  }
}
@media screen and (max-width: 750px) {
  .top-recruit__btns-list li.item02 {
    margin: 10px 0;
  }
}
.top-recruit__btns-list li.item02 img {
  width: 150px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .top-recruit__btns-list li.item02 img {
    width: 118.5px;
  }
}
.top-recruit__btns-list li.item03 img {
  width: 75px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .top-recruit__btns-list li.item03 img {
    width: 59.5px;
  }
}

.top-number__cont-top-img #graph-01 {
  width: 666px;
  height: 336px;
  background: url(../img/top/graph.png) center center/contain no-repeat;
  position: relative;
}
.top-number__cont-top-img #graph-01 .bar {
  position: absolute;
  bottom: 35px;
}
.top-number__cont-top-img #graph-01 .bar .box {
  width: 40px;
  height: 0;
  background: linear-gradient(to bottom, #00c5db 0.001%, #3974ce);
  transition: all 0.5s;
}
.top-number__cont-top-img #graph-01 .bar-01 {
  left: 116px;
}
.top-number__cont-top-img #graph-01 .bar-02 {
  left: 193px;
}
.top-number__cont-top-img #graph-01 .bar-03 {
  left: 271px;
}
.top-number__cont-top-img #graph-01 .bar-04 {
  left: 348px;
}
.top-number__cont-top-img #graph-01 .bar-05 {
  left: 426px;
}
.top-number__cont-top-img #graph-01 .bar-06 {
  left: 503px;
}
.top-number__cont-top-img #graph-01 .bar-07 {
  left: 580px;
}
@media screen and (max-width: 1240px) {
  .top-number__cont-top-img #graph-01 {
    width: 500px;
    height: 252px;
  }
  .top-number__cont-top-img #graph-01 .bar {
    position: absolute;
    bottom: 26.25px;
  }
  .top-number__cont-top-img #graph-01 .bar .box {
    width: 30px;
  }
  .top-number__cont-top-img #graph-01 .bar-01 {
    left: 87px;
  }
  .top-number__cont-top-img #graph-01 .bar-02 {
    left: 144.75px;
  }
  .top-number__cont-top-img #graph-01 .bar-03 {
    left: 203.25px;
  }
  .top-number__cont-top-img #graph-01 .bar-04 {
    left: 261px;
  }
  .top-number__cont-top-img #graph-01 .bar-05 {
    left: 319.5px;
  }
  .top-number__cont-top-img #graph-01 .bar-06 {
    left: 377.25px;
  }
  .top-number__cont-top-img #graph-01 .bar-07 {
    left: 435px;
  }
}
@media screen and (max-width: 750px) {
  .top-number__cont-top-img #graph-01 {
    width: 300px;
    height: 151.2px;
    margin: 0 auto;
  }
  .top-number__cont-top-img #graph-01 .bar {
    position: absolute;
    bottom: 15.75px;
  }
  .top-number__cont-top-img #graph-01 .bar .box {
    width: 18px;
  }
  .top-number__cont-top-img #graph-01 .bar-01 {
    left: 52.2px;
  }
  .top-number__cont-top-img #graph-01 .bar-02 {
    left: 86.85px;
  }
  .top-number__cont-top-img #graph-01 .bar-03 {
    left: 121.95px;
  }
  .top-number__cont-top-img #graph-01 .bar-04 {
    left: 156.6px;
  }
  .top-number__cont-top-img #graph-01 .bar-05 {
    left: 191.7px;
  }
  .top-number__cont-top-img #graph-01 .bar-06 {
    left: 226.2px;
  }
  .top-number__cont-top-img #graph-01 .bar-07 {
    left: 261px;
  }
}
.top-number__cont-top-img.view #graph-01 .bar-01 .box {
  height: 44px;
  background: linear-gradient(to bottom, #00c5db 0.001%, #3974ce);
  transition-delay: 0.5s;
}
.top-number__cont-top-img.view #graph-01 .bar-02 .box {
  height: 73px;
  background: linear-gradient(to bottom, #00c5db 0.002%, #3974ce);
  transition-delay: 0.7s;
}
.top-number__cont-top-img.view #graph-01 .bar-03 .box {
  height: 98px;
  background: linear-gradient(to bottom, #00c5db 0.005%, #3974ce);
  transition-delay: 1s;
}
.top-number__cont-top-img.view #graph-01 .bar-04 .box {
  height: 150px;
  background: linear-gradient(to bottom, #00c5db 5%, #3974ce);
  transition-delay: 1.3s;
}
.top-number__cont-top-img.view #graph-01 .bar-05 .box {
  height: 193px;
  background: linear-gradient(to bottom, #00c5db 10%, #3974ce);
  transition-delay: 1.6s;
}
.top-number__cont-top-img.view #graph-01 .bar-06 .box {
  height: 212px;
  background: linear-gradient(to bottom, #00c5db 20%, #3974ce);
  transition-delay: 1.9s;
}
.top-number__cont-top-img.view #graph-01 .bar-07 .box {
  height: 226px;
  background: linear-gradient(to bottom, #00c5db 20%, #3974ce);
  transition-delay: 2.2s;
}
@media screen and (max-width: 1240px) {
  .top-number__cont-top-img.view #graph-01 .bar-01 .box {
    height: 33px;
  }
  .top-number__cont-top-img.view #graph-01 .bar-02 .box {
    height: 54.75px;
  }
  .top-number__cont-top-img.view #graph-01 .bar-03 .box {
    height: 73.5px;
  }
  .top-number__cont-top-img.view #graph-01 .bar-04 .box {
    height: 112.5px;
  }
  .top-number__cont-top-img.view #graph-01 .bar-05 .box {
    height: 144.75px;
  }
  .top-number__cont-top-img.view #graph-01 .bar-06 .box {
    height: 159px;
  }
  .top-number__cont-top-img.view #graph-01 .bar-07 .box {
    height: 169.5px;
  }
}
@media screen and (max-width: 750px) {
  .top-number__cont-top-img.view #graph-01 .bar-01 .box {
    height: 19.8px;
  }
  .top-number__cont-top-img.view #graph-01 .bar-02 .box {
    height: 32.85px;
  }
  .top-number__cont-top-img.view #graph-01 .bar-03 .box {
    height: 44.1px;
  }
  .top-number__cont-top-img.view #graph-01 .bar-04 .box {
    height: 67.5px;
  }
  .top-number__cont-top-img.view #graph-01 .bar-05 .box {
    height: 86.85px;
  }
  .top-number__cont-top-img.view #graph-01 .bar-06 .box {
    height: 95.4px;
  }
  .top-number__cont-top-img.view #graph-01 .bar-07 .box {
    height: 101.7px;
  }
}

.graph-01 .txt {
  width: calc(100% - 560px);
  padding: 0 0 10px 55px;
}
.graph-01 .num-wrap {
  font-size: 3.2rem;
}
.graph-01 .num-wrap .num {
  font-size: 6rem;
}

.services-ttl__en {
  font-size: 18px;
  color: #00a7cc;
  display: block;
  text-align: center;
}
.services-ttl__ja {
  font-size: 46px;
  display: block;
  text-align: center;
}
.services-txt {
  letter-spacing: 0;
}
.services-about {
  margin-bottom: 90px;
  margin-top: 27px;
}
@media screen and (max-width: 750px) {
  .services-about {
    margin-top: 50px;
    margin-bottom: 15px;
  }
}
.services-top {
  margin: 27px 0 0;
}
.services-top__list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0;
  padding: 46px 18% 28px;
  border-radius: 5px;
  background: #e8f7fa;
}
@media screen and (max-width: 750px) {
  .services-top__list {
    padding: 47px 16px 5px;
  }
}
.services-top__list-wrap {
  position: relative;
}
.services-top__list-ttl {
  background: linear-gradient(to right, #00c5db, #3974ce);
  color: #fff;
  font-size: 18px;
  border-radius: 18px;
  position: absolute;
  top: 2px;
  left: 50%;
  line-height: 2.2;
  transform: translate(-50%, -50%);
  padding: 0 31px;
  letter-spacing: 0.01em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .services-top__list-ttl {
    max-width: 325px;
    width: 100%;
    font-size: 16px;
    padding: 2px 0;
    top: 1px;
    text-align: center;
  }
}
.services-top__item {
  width: 50%;
  position: relative;
  padding-left: 20px;
  padding-right: 30px;
  margin-bottom: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .services-top__item {
    margin-bottom: 13px;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    padding-right: 0;
  }
}
.services-top__item:nth-of-type(2n) {
  padding-right: 0;
}
.services-top__item:only-of-type {
  width: 100%;
}
.services-top__item::before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background: #00a7cc;
  left: 0px;
  top: 13px;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .services-top__item::before {
    height: 9px;
    width: 9px;
    top: 15.5px;
  }
}
.services-table {
  width: 100%;
  margin: 29px 0 144px;
}
@media screen and (max-width: 750px) {
  .services-table {
    margin: 29px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .services-table tr {
    display: flex;
    flex-direction: column;
  }
}
.services-table th,
.services-table td {
  border-right: 1px solid #dbdbdb;
}
.services-table th:last-of-type,
.services-table td:last-of-type {
  border-right: none;
}
@media screen and (max-width: 750px) {
  .services-table th:last-of-type,
.services-table td:last-of-type {
    border-right: 1px solid #dbdbdb;
    padding: 13px 10px 14px 19px;
    line-height: 2;
  }
}
.services-table th {
  color: #fff;
  background: #1165a6;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #3fbdd9;
  text-align: center;
  padding: 8px;
}
.services-table th:first-of-type {
  width: 29%;
  border-top-left-radius: 5px;
}
@media screen and (max-width: 750px) {
  .services-table th:first-of-type {
    width: 100%;
    border-top-right-radius: 5px;
    padding: 4.5px;
  }
}
.services-table th:last-of-type {
  border-top-right-radius: 5px;
}
@media screen and (max-width: 750px) {
  .services-table th:last-of-type {
    display: none;
  }
}
.services-table td {
  border-bottom: 1px solid #dbdbdb;
  padding: 21.5px 27px;
  letter-spacing: 0.015em;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .services-table td {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
  }
}
.services-table td:first-of-type {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  color: #00a7cc;
  background: #f2fdff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .services-table td:first-of-type {
    font-size: 16px;
    padding: 8.5px 19px;
  }
}
.services-merit__list {
  display: flex;
  margin: 41px 0;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .services-merit__list {
    margin: 26px 0 0;
  }
}
.services-merit__item {
  width: 30.8%;
  margin-right: 3.8%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .services-merit__item {
    width: 100%;
    margin: 0 0 33px;
  }
}
.services-merit__item:last-of-type {
  margin-right: 0;
}
.services-merit__item img {
  width: 100%;
  height: 234.5px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .services-merit__item img {
    width: 100%;
  }
}
.services-merit__num {
  text-align: center;
  color: #00a7cc;
  font-family: "Lato", sans-serif;
  margin: 16px 0 0;
  line-height: 2.1;
}
@media screen and (max-width: 750px) {
  .services-merit__num {
    font-size: 12px;
    margin: 11px 0 0;
  }
}
.services-merit__ttl {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .services-merit__ttl {
    font-size: 21.5px;
    margin-top: 4px;
  }
}
.services-merit__txt {
  margin: 13px 0 0;
  letter-spacing: 0.01em;
  flex: 1;
}
@media screen and (max-width: 750px) {
  .services-merit__txt {
    margin: 10px 0 0;
    line-height: 2;
  }
}
.services-case {
  margin-top: 99px;
}
@media screen and (max-width: 750px) {
  .services-case {
    margin-top: 60px;
  }
}
.services-case__list {
  margin: 39px 0 116px;
}
@media screen and (max-width: 750px) {
  .services-case__list {
    margin: 39px 0 54px;
  }
}
.services-case__item {
  background: linear-gradient(to right, #00c5db, #3974ce);
  border-radius: 4px;
  padding: 0 2px 2px;
  margin-bottom: 42.5px;
}
.services-case__item-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10.5px 20px 10.5px 38px;
  font-size: 28px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -0.01em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .services-case__item-ttl {
    font-size: 16px;
    font-weight: bold;
    padding: 14px 18px;
  }
}
.services-case__item-ttl span {
  flex: 0 0 140px;
  background: #fff;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #00a7cc;
  letter-spacing: 0.09em;
  padding: 0 30px;
  line-height: 2.2;
  margin-right: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .services-case__item-ttl span {
    font-size: 13.5px;
    font-weight: bold;
    border: 2px solid #00a7cc;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.95;
    padding: 0 21px;
  }
}
.services-case__item-inner {
  background: #fff;
  padding: 33px 37px 39px;
}
@media screen and (max-width: 750px) {
  .services-case__item-inner {
    padding: 20px 18px 21px;
  }
}
.services-case__item-inner__ttl {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #00abd1;
  -o-border-image: linear-gradient(to right, #00abd1 13.5%, #e6e6e6 13.5%);
     border-image: linear-gradient(to right, #00abd1 13.5%, #e6e6e6 13.5%);
  border-image-slice: 1;
  line-height: 1.5;
  padding: 0 0 10px;
}
@media screen and (max-width: 750px) {
  .services-case__item-inner__ttl {
    font-size: 18px;
    -o-border-image: linear-gradient(to right, #00abd1 26.5%, #e6e6e6 26.5%);
       border-image: linear-gradient(to right, #00abd1 26.5%, #e6e6e6 26.5%);
    border-image-slice: 1;
  }
}
.services-case__item-inner__txt {
  line-height: 2;
  margin: 22px 0 72px;
  letter-spacing: 0.006em;
}
@media screen and (max-width: 750px) {
  .services-case__item-inner__txt {
    margin: 10px 0 50px;
  }
}
.services-case__item-box {
  background: #f7f7f7;
  position: relative;
  border-radius: 4px;
}
.services-case__item-box__ttl {
  position: absolute;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(to right, #fcb731, #fa6400);
  border-radius: 18px;
  top: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 31px;
}
@media screen and (max-width: 750px) {
  .services-case__item-box__ttl {
    font-size: 13.5px;
    font-weight: bold;
    padding: 0 24px;
  }
}
.services-case__item-box__ttl::before {
  content: "";
  background: url(../img/services/icon02.png) center/cover no-repeat;
  position: absolute;
  width: 26px;
  height: 52px;
  top: 7px;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 750px) {
  .services-case__item-box__ttl::before {
    width: 20px;
    height: 38.5px;
    top: 5px;
  }
}
.services-case__item-box__txt {
  padding: 40px 40px 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .services-case__item-box__txt {
    padding: 30px 20px 18px;
    line-height: 2;
  }
}
.services-flow {
  margin-top: 117px;
  margin-bottom: 96px;
}
@media screen and (max-width: 750px) {
  .services-flow {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.services-flow__inner {
  background: url(../img/top/number-wv-top_pc.jpg) top center/100% auto no-repeat, url(../img/top/number-wv-btm_pc.jpg) bottom center/100% auto no-repeat #aae5f2;
  margin-top: 33px;
}
@media screen and (max-width: 750px) {
  .services-flow__inner {
    background: url(../img/top/number-wv-top_sp.jpg) top center/100% auto no-repeat, url(../img/top/number-wv-btm_sp.jpg) bottom center/100% auto no-repeat #aae5f2;
    margin-top: 13px;
  }
}
.services-flow__list {
  padding: 71px 20px 40px;
}
@media screen and (max-width: 750px) {
  .services-flow__list {
    padding: 40px 20px 26px;
  }
}
.services-flow__item {
  position: relative;
  background: #fff;
  position: relative;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 35px 39px 35px;
}
.services-flow__item::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 25px;
  background: url(../img/services/flow-arw.png) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .services-flow__item::after {
    bottom: -31px;
    width: 26px;
    height: 21px;
  }
}
.services-flow__item:last-of-type::after {
  display: none;
}
@media screen and (max-width: 750px) {
  .services-flow__item {
    border-radius: 5px;
    flex-direction: column;
    padding: 32px 20px 23px;
    margin-bottom: 36px;
  }
}
.services-flow__item-ttl {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
  line-height: 1.57;
}
@media screen and (max-width: 750px) {
  .services-flow__item-ttl {
    font-size: 18px;
    line-height: 1.57;
    margin-top: 13px;
  }
}
.services-flow__item-right {
  flex: 1;
}
@media screen and (max-width: 750px) {
  .services-flow__item-right {
    margin: auto;
  }
}
.services-flow__item-txt {
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .services-flow__item-txt {
    line-height: 2;
  }
}
.services-flow__num {
  position: absolute;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  background: linear-gradient(to right bottom, #00c5db, #3974ce);
  border-radius: 30px;
  top: -17px;
  left: -17px;
  width: 63px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .services-flow__num {
    width: 47.5px;
    height: 47.5px;
    top: -9px;
    left: -9px;
    font-size: 18px;
  }
}
.services-flow__img {
  margin-right: 3.6%;
}
@media screen and (max-width: 750px) {
  .services-flow__img {
    margin-right: 0;
    text-align: center;
  }
}
.services-flow__img img {
  width: 259px;
  height: 180px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .services-flow__img img {
    width: 250.5px;
    height: 174px;
  }
}
.services-bnr {
  margin: 79px auto 112px;
}
@media screen and (max-width: 750px) {
  .services-bnr {
    margin: 40px auto 61px;
  }
}
.services-bnr__ttl .en {
  color: #fff;
}
.services-bnr__inner {
  background: url(../img/company/group-footer-bnr.jpg) center/cover no-repeat;
}
.services-list__list {
  margin: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.services-list__list.center {
  justify-content: center;
}
.services-list__item {
  flex: 0 0 370px;
  display: block;
  margin-bottom: 51px;
  max-width: 100%;
}
@media screen and (max-width: 1240px) {
  .services-list__item {
    flex: 0 0 32%;
  }
}
@media screen and (max-width: 959px) {
  .services-list__item {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 750px) {
  .services-list__item {
    flex: 0 0 100%;
  }
}
.services-list__item:not(:nth-child(3n)) {
  margin-right: 45px;
}
@media screen and (max-width: 1240px) {
  .services-list__item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 959px) {
  .services-list__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .services-list__item:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 750px) {
  .services-list__item:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
@media (min-width: 751px) {
  .services-list__item:last-child {
    margin-right: 0;
  }
}
.services-list__item-thumb {
  width: 100%;
  height: 260px;
}
@media screen and (max-width: 750px) {
  .services-list__item-thumb {
    height: 235px;
  }
}
.services-list__item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-list__item-ttl {
  position: relative;
  margin: 2px 0 21px;
  padding: 34px 0 0px;
  left: 6px;
}
@media screen and (max-width: 750px) {
  .services-list__item-ttl {
    padding: 28px 0 0;
    margin-bottom: 17px;
  }
}
.services-list__item-ttl .num {
  position: absolute;
  top: 0;
  left: calc(50% + 4px);
  transform: translateX(-50%);
  z-index: -1;
  font-size: 120px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  color: #009cbf;
  opacity: 0.1;
}
@media screen and (max-width: 750px) {
  .services-list__item-ttl .num {
    font-size: 108.055px;
    top: -5px;
  }
}
.services-list__item-ttl .en,
.services-list__item-ttl .ja {
  display: block;
  text-align: center;
}
.services-list__item-ttl .en {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  color: #00a7cc;
}
@media screen and (max-width: 750px) {
  .services-list__item-ttl .en {
    display: block;
    font-size: 12px;
  }
}
.services-list__item-ttl .ja {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px 0 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 750px) {
  .services-list__item-ttl .ja {
    display: block;
    font-size: 23px;
    margin: 8px 0 0;
  }
}
.services-list__item-txt {
  line-height: 2.25;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .services-list__item-txt {
    line-height: 2;
    letter-spacing: -0.03em;
  }
}
.services-list__item-link a {
  margin: 23px auto 11px;
}
@media screen and (max-width: 750px) {
  .services-list__item-link a {
    margin: 18px auto 9px;
  }
}
.services-list .services-bnr {
  margin: 39px auto 126px;
}
.services-list .services-bnr__ttl .en {
  color: #fff;
}
.services-list .services-bnr__inner {
  background: linear-gradient(77deg, rgba(0, 62, 116, 0.5) 0, rgba(0, 62, 116, 0) 50%), url(../img/services/bnr03.jpg) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .services-list .services-bnr {
    margin: 0 auto 61px;
  }
}

/******************************************************************
 * ORCAグループとは？（about）
******************************************************************/
.about-overview {
  margin: 78px auto 120px;
}
@media screen and (max-width: 750px) {
  .about-overview {
    margin: 50px 0;
  }
}
.about-overview__cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .about-overview__cont {
    display: block;
  }
}
.about-overview__txts {
  flex: 0 0 calc(50% - 45px);
}
@media screen and (max-width: 1240px) {
  .about-overview__txts {
    flex: 0 0 48%;
  }
}
.about-overview__ttl {
  position: relative;
  top: -2px;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: -1px;
  font-weight: bold;
}
@media screen and (max-width: 1240px) {
  .about-overview__ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 959px) {
  .about-overview__ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 750px) {
  .about-overview__ttl {
    font-size: 23px;
    line-height: 1.5;
  }
}
.about-overview__txt {
  margin: 14px 0 0;
  line-height: 2.25;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .about-overview__txt {
    margin: 10px 0 15px;
    line-height: 2;
    font-size: 15px;
  }
}
.about-overview__img {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  border: solid 2px #00abd1;
  border-radius: 4px;
}
@media screen and (max-width: 1240px) {
  .about-overview__img {
    flex: 0 0 48%;
    height: 25vw;
  }
}
@media screen and (max-width: 750px) {
  .about-overview__img {
    width: 100%;
    height: 45vw;
  }
}
.about-overview__img img {
  width: 228px;
  height: auto;
}
@media screen and (max-width: 1240px) {
  .about-overview__img img {
    width: 15vw;
  }
}
@media screen and (max-width: 750px) {
  .about-overview__img img {
    width: 25vw;
  }
}
.about-contents {
  position: relative;
  margin: 0 0 135px;
  padding: 35px 0 0;
}
@media screen and (max-width: 750px) {
  .about-contents {
    padding: 25px 0 0;
    margin: 0 0 50px;
    overflow-x: hidden;
  }
}
.about-contents__en {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  font-size: 120px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #009cbf;
  opacity: 0.1;
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .about-contents__en {
    font-size: 8vw;
  }
}
@media screen and (max-width: 750px) {
  .about-contents__en {
    top: 0;
    font-size: 60px;
  }
}
.about-contents__txt {
  margin: 29px 0 30px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .about-contents__txt {
    margin: 18px 0;
    line-height: 2;
    text-align: left;
    font-size: 15px;
  }
}
.about-contents__chart {
  margin: 0 auto 60px;
}
@media screen and (max-width: 750px) {
  .about-contents__chart {
    margin: 0 auto 49px;
  }
}
.about-contents__chart-img {
  margin: 0 auto;
  max-width: 700px;
}
.about-contents__chart-img img {
  border-radius: 4px;
}
.about-contents__item {
  margin: 99px 0 0;
}
@media screen and (max-width: 750px) {
  .about-contents__item {
    margin: 34px 0 0;
  }
}
.about-contents__item--01 {
  margin: 0;
}
.about-contents__item-ttl01 {
  display: block;
  background: linear-gradient(to right, #00c5db 0%, #3974ce 100%);
  text-align: center;
  color: #fff;
  padding: 17px;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  border-radius: 4px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .about-contents__item-ttl01 {
    font-size: 24px;
    border-radius: 0;
  }
}
@media screen and (max-width: 750px) {
  .about-contents__item-ttl01 {
    padding: 12px;
    font-size: 20px;
  }
}
.about-contents__item-txt01, .about-contents__item-txt02 {
  margin: 20px 0 0;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .about-contents__item-txt01, .about-contents__item-txt02 {
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 2;
  }
}
.about-contents__item-cont {
  position: relative;
  margin: 38px 0 0;
  padding: 5px 28px 5px 37px;
  display: flex;
  align-items: center;
  min-height: 120px;
  justify-content: space-between;
  border: solid 2px #00abd1;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 750px) {
  .about-contents__item-cont {
    min-height: auto;
    margin: 30px 0 0;
    padding: 24px 37px 24px 22px;
  }
}
@media screen and (max-width: 750px) {
  .about-contents__item-cont::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    width: 18px;
    height: 18px;
    background: url("../img/common/external-skyblue.svg") center/cover no-repeat;
  }
}
.about-contents__item-cont a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-contents__item-cont a:hover + .about-contents__item-cont-inner .about-contents__item-cont-link {
  opacity: 0.5;
}
.about-contents__item-cont-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.about-contents__item-cont-ttl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  .about-contents__item-cont-ttl .img {
    margin-right: 20px;
    flex: 0 0 20%;
  }
}
@media screen and (max-width: 750px) {
  .about-contents__item-cont-ttl .img {
    margin-right: 4px;
    flex: 0 0 89px;
  }
}
.about-contents__item-cont-ttl img {
  margin-right: 21px;
  position: relative;
  left: -6px;
}
@media screen and (max-width: 1240px) {
  .about-contents__item-cont-ttl img {
    margin-right: 0;
  }
}
.about-contents__item-cont-ttl img.lifesupport {
  top: 5px;
}
@media screen and (max-width: 1240px) {
  .about-contents__item-cont-ttl img.lifesupport {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .about-contents__item-cont-ttl img.lifesupport {
    top: 2px;
  }
}
.about-contents__item-cont-ttl img.ict {
  margin-right: 34px;
  left: -3px;
}
@media screen and (max-width: 1240px) {
  .about-contents__item-cont-ttl img.ict {
    margin-right: 0;
  }
}
.about-contents__item-cont-ttl .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1240px) {
  .about-contents__item-cont-ttl .ttl {
    flex: 0 0 100%;
    letter-spacing: -2px;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .about-contents__item-cont-ttl .ttl {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.about-contents__item-cont-link {
  flex: 0 0 auto;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  z-index: -1;
  padding: 0 0 0 30px;
}
.about-contents__item-cont-link span {
  position: relative;
  color: #00abd1;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 8px;
}
@media screen and (max-width: 750px) {
  .about-contents__item-cont-link span {
    display: none;
  }
}
.about-contents__item-cont-link span::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -28px;
  width: 18px;
  height: 18px;
  background: url("../img/common/external-skyblue.svg") center/cover no-repeat;
}
.about-contents__item-ttl02 {
  position: relative;
  display: block;
  margin: 34px 0 0;
  padding: 0 0 22px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.4px;
  line-height: 1.3;
}
@media screen and (max-width: 1240px) {
  .about-contents__item-ttl02 {
    padding: 0 0 18px;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .about-contents__item-ttl02 {
    margin: 24px 0 0;
  }
}
.about-contents__item-ttl02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #00abd1 0px, #00abd1 150px, #e6e6e6 150px, #e6e6e6 100%);
}
@media screen and (max-width: 750px) {
  .about-contents__item-ttl02::after {
    background: linear-gradient(to right, #00abd1 0px, #00abd1 75px, #e6e6e6 75px, #e6e6e6 100%);
  }
}
.about-contents__item-note {
  position: relative;
  margin: 39px 0 0;
  padding: 30px;
  border-radius: 4px;
  background: #e8f7fa;
}
@media screen and (max-width: 750px) {
  .about-contents__item-note {
    margin: 45px 0 0;
    padding: 41px 23px 29px;
  }
}
.about-contents__item-note-ttl {
  position: absolute;
  top: -18px;
  left: 50%;
  height: 40px;
  border-radius: 20px;
  padding: 12px 33px;
  transform: translateX(-50%);
  display: inline-block;
  background: linear-gradient(to right, #00c5db 0%, #3974ce 100%);
  line-height: 1;
}
.about-contents__item-note-ttl span {
  position: relative;
  top: -2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}
.about-contents__item-note-inner {
  display: flex;
}
@media screen and (max-width: 750px) {
  .about-contents__item-note-inner {
    display: block;
  }
}
.about-contents__item-note-img {
  flex: 0 0 300px;
  height: 200px;
  margin: 0 38px 0 0;
}
@media screen and (max-width: 750px) {
  .about-contents__item-note-img {
    margin: 0;
    padding: 0px 17px;
    height: 46vw;
  }
}
.about-contents__item-note-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-contents__item-note-txts {
  flex: 0 1 auto;
  margin: 10px 0 0;
}
@media screen and (max-width: 750px) {
  .about-contents__item-note-txts {
    margin: 15px 0 0;
    font-size: 15px;
    line-height: 2;
  }
}
.about-contents__item-note-txt {
  letter-spacing: 0.1px;
}
.about-contents__item-note-name {
  margin: 16px 8px 0 0;
  text-align: right;
  display: block;
  line-height: 1;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 750px) {
  .about-contents__item-note-name {
    font-size: 14px;
    margin: 15px 1px 0 0;
  }
}
.about-contents__item-note-name span {
  margin: 0 0 0 16px;
  line-height: 1;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .about-contents__item-note-name span {
    font-size: 16px;
  }
}
.about-social__cont {
  margin: 48px 0 101px;
}
@media (min-width: 751px) {
  .about-social__cont {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .about-social__cont {
    margin: 20px 0 50px;
  }
}
@media (min-width: 751px) {
  .about-social__cont-txts {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .about-social__cont-txts {
    padding: 5px 20px 0;
  }
}
@media screen and (max-width: 959px) {
  .about-social__cont-ttl.c-2col-layout__ttl {
    font-size: 23px;
  }
}

/******************************************************************
 * グループヒストリー
******************************************************************/
.history {
  /* history-contents
  -----------------------------------------------------------------*/
}
.history-contents {
  padding: 42px 0 140px;
}
@media screen and (max-width: 750px) {
  .history-contents {
    padding: 50px 0;
  }
}
.history-contents__inner {
  max-width: 1160px;
}
.history-contents__list {
  margin: 0 0 21px;
}
@media screen and (max-width: 750px) {
  .history-contents__list {
    margin: 0 0 14px;
  }
}
.history-contents__list-inner {
  position: relative;
  overflow: hidden;
}
.history-contents__list-inner::before {
  content: attr(data-text);
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 300px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #00a7cc;
  opacity: 0.1;
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .history-contents__list-inner::before {
    font-size: 200px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 750px) {
  .history-contents__list-inner::before {
    font-size: 100px;
    top: 121px;
    left: 40px;
    transform: inherit;
    letter-spacing: 5px;
  }
}
.history-contents__list-ttl {
  margin: 0 0 28px;
  color: #00a7cc;
  font-size: 42px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: 1;
  letter-spacing: 2.5px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .history-contents__list-ttl {
    margin: 0 0 16px;
    text-align: left;
    font-size: 30px;
    letter-spacing: 2px;
  }
}
.history-contents__list-inner {
  background: url("../img/history/history-doted.png") top 31px center/4px auto repeat-y;
}
@media screen and (max-width: 750px) {
  .history-contents__list-inner {
    background: url("../img/history/history-doted.png") top 31px left 10px/4px auto repeat-y;
  }
}
.history-contents__list--last {
  margin: 0;
}
.history-contents__list--last .history-contents__item:nth-last-child(2) {
  margin-bottom: 46px;
}
@media screen and (max-width: 750px) {
  .history-contents__list--last .history-contents__item:nth-last-child(2) {
    margin-bottom: 34px;
  }
}
.history-contents__list--2000 {
  margin: 0 0 18px;
}
@media screen and (max-width: 750px) {
  .history-contents__list--2000 {
    margin: 0 0 14px;
  }
}
.history-contents__list--2010 .history-contents__list-ttl {
  margin: 0 0 31px;
}
@media screen and (max-width: 750px) {
  .history-contents__list--2010 .history-contents__list-ttl {
    margin: 0 0 16px;
  }
}
.history-contents__item {
  position: relative;
  margin: 0 0 73px;
  width: calc(50% + 10px);
}
@media screen and (max-width: 750px) {
  .history-contents__item {
    margin: 0 0 31px;
    width: 100%;
  }
}
.history-contents__item::before {
  content: "";
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../img/history/history-point.png) center/cover no-repeat, #fff;
}
.history-contents__item-inner {
  text-align: right;
  padding: 1px 0 0;
}
@media screen and (max-width: 750px) {
  .history-contents__item-inner {
    text-align: left;
    padding: 4px 0 0;
  }
}
.history-contents__item-ttl {
  color: #00a7cc;
  font-size: 18px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .history-contents__item-ttl {
    font-size: 16px;
  }
}
.history-contents__item-txt {
  margin: 11px 0 0 0px;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .history-contents__item-txt {
    margin: 9px 0 0;
    font-size: 15px;
    line-height: 2;
  }
}
.history-contents__item-img {
  margin: 14px 0 0;
  max-width: 370px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .history-contents__item-img {
    max-width: 250px;
    margin: 13px 0 0;
  }
}
.history-contents__item-img img {
  width: 100%;
  height: auto;
}
.history-contents__item:last-child {
  margin-bottom: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .history-contents__item:last-child {
    padding-bottom: 53px;
  }
}
.history-contents__item--right {
  margin-left: auto;
  padding-left: 38px;
}
@media screen and (max-width: 750px) {
  .history-contents__item--right {
    padding-left: 37px;
  }
}
.history-contents__item--right::before {
  left: -2px;
}
@media screen and (max-width: 750px) {
  .history-contents__item--right::before {
    left: 0;
  }
}
.history-contents__item--right .history-contents__item-txt {
  margin-left: 2px;
}
@media screen and (max-width: 750px) {
  .history-contents__item--right .history-contents__item-txt {
    margin-left: 0;
  }
}
.history-contents__item--right .history-contents__item-img {
  margin-left: 4px;
}
@media screen and (max-width: 750px) {
  .history-contents__item--right .history-contents__item-img {
    margin-left: 0;
  }
}
.history-contents__item--right .history-contents__item-inner {
  text-align: left;
}
.history-contents__item--left {
  margin-right: auto;
  padding-right: 37px;
}
@media screen and (max-width: 750px) {
  .history-contents__item--left {
    padding-right: inherit;
    padding-left: 37px;
  }
}
.history-contents__item--left::before {
  right: -2px;
}
@media screen and (max-width: 750px) {
  .history-contents__item--left::before {
    right: inherit;
    left: 0;
  }
}
.history-contents__item--left .history-contents__item-txt, .history-contents__item--left .history-contents__item-img {
  margin-right: 2px;
}
@media screen and (max-width: 750px) {
  .history-contents__item--left .history-contents__item-txt, .history-contents__item--left .history-contents__item-img {
    margin-right: 0;
  }
}
.history-contents__item--left .history-contents__item-img {
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .history-contents__item--left .history-contents__item-img {
    margin-left: 0;
  }
}
.history-contents__item--last {
  background: #fff;
  padding-bottom: 0 !important;
}

/* future */
.history-feature {
  background: url("../img/history/feature-bg.jpg") center no-repeat;
  background-size: cover;
  color: #FFF;
  padding: 110px 0 108px;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .history-feature {
    background: none;
    color: #2F3B50;
    padding: 0 0 35px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .history-feature .history-feature-img {
    margin-bottom: 27px;
  }
}
.history-feature__txtbox {
  max-width: 464px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .history-feature__txtbox {
    margin: 0 auto;
  }
}
.history-feature__ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .history-feature__ttl {
    margin-bottom: 8px;
  }
}
.history-feature__ttl .en {
  margin-bottom: 9px;
  font: bold 16px "Lato", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .history-feature__ttl .en {
    font-size: 12px;
    color: #00A7CC;
  }
}
.history-feature__ttl .jp {
  font-size: 32px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .history-feature__ttl .jp {
    font-size: 21px;
  }
}
.history-feature__txt {
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: 2.5714285714;
  text-align: justify;
}
@media screen and (max-width: 750px) {
  .history-feature__txt {
    font-size: 15px;
    line-height: 2;
  }
}

/******************************************************************
 * 加盟店一覧ページ
******************************************************************/
.notfound {
  padding: 70px 0 100px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .notfound {
    padding: 30px 0;
  }
}
.notfound h2 {
  font-size: 28px;
  line-height: 1.5;
  margin: 0 0 30px;
}
@media screen and (max-width: 750px) {
  .notfound h2 {
    font-size: 18px;
    margin: 0 0 40px;
  }
}
.notfound p {
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .notfound p {
    margin-bottom: 10px;
  }
}
.notfound p a {
  color: #009cbf;
  -webkit-text-decoration-color: #009cbf;
          text-decoration-color: #009cbf;
  text-decoration: underline;
}
.notfound p a:hover {
  transition: 0.2s;
  opacity: 0.8;
}
.notfound ul {
  list-style: disc;
  display: inline-block;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .notfound ul {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .notfound ul li {
    margin-left: 20px;
  }
}

/**
 * 企業情報ページ
 */
.company .p-group-footer__bnr .c-bnr__inner {
  background-image: url(../img/company/group-footer-bnr.jpg);
}
@media (min-width: 751px) {
  .company .p-group-footer__bnr .c-bnr__inner {
    padding-top: 17px;
  }
}
@media (min-width: 751px) {
  .company .p-group-footer {
    padding-bottom: 107px;
  }
  .company .p-group-footer__btns {
    margin-bottom: 58px;
  }
}

/**
 * 企業データ
 */
.company-data {
  margin-top: 95px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .company-data {
    margin-top: 65px;
    padding-bottom: 40px;
  }
}
.company-data__item {
  display: flex;
  justify-content: center;
  border-top: 1px solid #cfcecf;
  border-right: 1px solid #cfcecf;
  border-left: 1px solid #cfcecf;
}
@media screen and (max-width: 750px) {
  .company-data__item {
    flex-direction: column;
  }
}
.company-data__item:last-child {
  border-bottom: 1px solid #cfcfcf;
}
@media screen and (max-width: 750px) {
  .company-data__item--address .company-data__data-wrap {
    display: inline-block;
    text-align: left;
  }
}
.company-data__item--address .company-data__data-link {
  display: block;
  width: auto;
}
@media screen and (max-width: 750px) {
  .company-data__item--address .company-data__data-link {
    margin-top: 24px;
    text-align: right;
  }
}
.company-data__item--address a {
  display: inline-block;
  margin-top: 5px;
  border-bottom: 1px solid #329bc1;
  line-height: 1.8125;
  color: #00a7cc;
  transition: opacity 0.1s ease;
}
.company-data__item--address a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .company-data__item--address a {
    margin-left: auto;
  }
}
.company-data__item--address a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background: url(../img/company/icon-link.svg) center/contain no-repeat;
}
.company-data__term {
  width: 28.9166666667%;
  padding: 15px 30px;
  background-color: #e7f6f9;
  color: #00a7cc;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .company-data__term {
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid #cfcecf;
    font-size: 16px;
  }
}
.company-data__data {
  width: 71.0833333333%;
  padding: 25px 30px 26.4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .company-data__data {
    width: 100%;
    padding: 14px 20px;
    text-align: center;
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  .company-data__data ul {
    display: inline-block;
  }
}
.company-data__data li {
  position: relative;
  padding-left: 18px;
  text-align: left;
  line-height: inherit;
}
@media screen and (max-width: 750px) {
  .company-data__data li {
    width: 100%;
    padding-left: 23px;
    line-height: 2;
  }
}
.company-data__data li::before {
  content: "・";
  position: absolute;
  top: 16px;
  left: 0;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #00a7cc;
}
@media screen and (max-width: 750px) {
  .company-data__data li::before {
    top: 15px;
  }
}

/**
 * 所在地
 */
.company-address {
  margin-bottom: 78px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e7f6f9;
}
@media screen and (max-width: 750px) {
  .company-address {
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company-address__subhead {
  margin-top: 35px;
  padding: 4.1px 20px;
  border-radius: 8px;
  background: linear-gradient(to right, #3dbbd3, #376dc1);
  text-align: center;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .company-address__subhead {
    font-size: 20px;
  }
}
.company-address__cont {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-left: -24px;
}
@media screen and (max-width: 959px) {
  .company-address__cont {
    flex-direction: column;
    margin-top: 4px;
    margin-left: 0;
  }
}
.company-address__cont &gt; * {
  width: calc(33.3333333333% - 24px);
  margin-top: 35px;
  margin-left: 24px;
}
@media screen and (max-width: 959px) {
  .company-address__cont &gt; * {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}

/* 所在地カード */
.company-address-card {
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  line-height: 1.25;
}
.company-address-card__gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 68.4895833333%;
  overflow: hidden;
}
.company-address-card__gmap iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company-address-card__txts {
  padding: 30px 18px 29px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .company-address-card__txts {
    padding: 20px;
  }
}
.company-address-card__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .company-address-card__ttl {
    font-size: 20px;
  }
}
.company-address-card__postal-code {
  margin-top: 22px;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .company-address-card__postal-code {
    margin-top: 18px;
    font-size: 15px;
    line-height: 2;
  }
}
.company-address-card__address {
  margin-top: 2px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .company-address-card__address {
    font-size: 15px;
  }
}
.company-address-card__tel {
  margin-top: 14px;
}
@media screen and (max-width: 750px) {
  .company-address-card__tel {
    margin-top: 12px;
  }
}
.company-address-card__tel a {
  transition: opacity 0.1s ease;
}
.company-address-card__tel a:hover {
  opacity: 0.7;
}
.company-address-card__fax {
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  .company-address-card__fax {
    margin-top: 0;
  }
}
.company-address-card__tel, .company-address-card__fax {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #00a7cc;
}
@media screen and (max-width: 750px) {
  .company-address-card__tel, .company-address-card__fax {
    font-size: 15px;
    line-height: 2;
  }
}

.life-support {
	text-align: center;
	margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .life-support {
    margin-top: 20px;
  }
}

/**
 * グループ概要ページ
 */
/**
 * グループ下層ページへのリンク
 */
.group-links {
  margin-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .group-links {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1240px) {
  .group-links .c-inner {
    padding: 0;
  }
}
@media screen and (max-width: 1240px) {
  .group-links .c-ttl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.group-links__read {
  margin-top: 28px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2.25;
}
@media screen and (max-width: 1240px) {
  .group-links__read {
    padding: 0 20px;
  }
}
@media (min-width: 751px) {
  .group-links__read {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .group-links__read {
    font-size: 15px;
    line-height: 2;
  }
}
.group-links__links {
  display: flex;
  justify-content: center;
  margin-top: 34px;
  padding: 20px;
  border-radius: 10px;
  background-color: #e8f7fa;
}
@media screen and (max-width: 1240px) {
  .group-links__links {
    border-radius: 0;
  }
}
@media screen and (max-width: 959px) {
  .group-links__links {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .group-links__links {
    justify-content: space-between;
    margin-top: 26px;
    padding: 20px 16px 10px;
  }
}
.group-links__links &gt; * {
  width: calc((100% - 48px) / 4);
}
@media screen and (max-width: 959px) {
  .group-links__links &gt; * {
    width: calc((100% - 16px) / 2);
  }
  .group-links__links &gt; *:nth-child(2n) {
    margin-left: 16px;
  }
  .group-links__links &gt; *:nth-child(n+3) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 750px) {
  .group-links__links &gt; * {
    width: calc((100% - 16px) / 2);
    margin: 0 4px 10px;
  }
  .group-links__links &gt; *:nth-child(2n) {
    margin: 0 4px 10px;
  }
  .group-links__links &gt; *:nth-child(n+3) {
    margin: 0 4px 10px;
  }
}
.group-links__links &gt; * + * {
  margin-left: 16px;
}
@media screen and (max-width: 959px) {
  .group-links__links &gt; * + * {
    margin-left: 0;
  }
}

.group-links-item__link {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(100% - 4px);
  border: 2px solid #00abd1;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.2s;
  background-size: cover, 0 0;
}
@media screen and (max-width: 750px) {
  .group-links-item__link {
    padding: 23px 9px 26px;
    height: 104px;
  }
}
.group-links-item__link--company {
  background-image: url("../img/group/links-bg-company.jpg"), url("../img/group/links-bg-company_hov.jpg");
}
@media screen and (max-width: 750px) {
  .group-links-item__link--company {
    background-position: center top 20%;
  }
}
.group-links-item__link--message {
  background-image: url("../img/group/links-bg-message.jpg"), url("../img/group/links-bg-message_hov.jpg");
}
@media screen and (max-width: 750px) {
  .group-links-item__link--message {
    background-position: center top 10%;
  }
}
.group-links-item__link--about {
  background-image: url("../img/group/links-bg-about.jpg"), url("../img/group/links-bg-about_hov.jpg");
}
.group-links-item__link--history {
  background-image: url("../img/group/links-bg-history.jpg"), url("../img/group/links-bg-history_hov.jpg");
}
.group-links-item__link:hover.group-links-item__link--company {
  background-image: url("../img/group/links-bg-company_hov.jpg");
}
.group-links-item__link:hover.group-links-item__link--message {
  background-image: url("../img/group/links-bg-message_hov.jpg");
}
.group-links-item__link:hover.group-links-item__link--about {
  background-image: url("../img/group/links-bg-about_hov.jpg");
}
.group-links-item__link:hover.group-links-item__link--history {
  background-image: url("../img/group/links-bg-history_hov.jpg");
}
.group-links-item__link:hover .group-links-item__txt::after {
  position: relative;
  top: 5px;
}
.group-links-item__txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 5px;
  text-align: center;
}
.group-links-item__txt &gt; * {
  display: block;
}
.group-links-item__txt .ja {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.55;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .group-links-item__txt .ja {
    font-size: 15px;
  }
}
.group-links-item__txt .en {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.55;
  color: #fff;
}
.group-links-item__txt::after {
  position: relative;
  top: 0;
  content: "";
  width: 11px;
  height: 11px;
  margin-top: 11px;
  background: url(../img/group/icon-down.svg) center/contain no-repeat;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .group-links-item__txt::after {
    margin-top: 3px;
  }
}

/**
 * 経営理念
 */
.group-philosophy {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .group-philosophy {
    margin-top: 40px;
  }
}
.group-philosophy__cont {
  position: relative;
  margin-top: 61px;
  padding-top: 118px;
  padding-bottom: 84px;
  background-color: #aae5f2;
}
@media screen and (max-width: 750px) {
  .group-philosophy__cont {
    margin-top: 36px;
    padding-top: 24px;
    padding-bottom: 23px;
  }
}
.group-philosophy__cont::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(100% - 1px);
  left: 0;
  height: 21px;
  background: url(../img/group/philosophy-wave-top.png) center/100% 100% no-repeat;
}
@media screen and (max-width: 750px) {
  .group-philosophy__cont::before {
    height: 12px;
    background-image: url(../img/group/philosophy-wave-top-sp.png);
  }
}
.group-philosophy__cont::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  height: 21px;
  background: url(../img/group/philosophy-wave-bottom.png) center/100% 100% no-repeat;
}
@media screen and (max-width: 750px) {
  .group-philosophy__cont::after {
    height: 14px;
    background-image: url(../img/group/philosophy-wave-bottom-sp.png);
  }
}
.group-philosophy__decoration-ttl-pos {
  position: relative;
  height: 0;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  z-index: 5000;
}
@media (min-width: 1921px) {
  .group-philosophy__decoration-ttl-pos {
    margin-left: 0;
    padding-left: 0;
    left: -360px;
  }
}
@media screen and (max-width: 750px) {
  .group-philosophy__decoration-ttl-pos {
    margin-left: 0;
    padding-left: 0;
    left: -20px;
  }
}
.group-philosophy__decoration-ttl {
  position: absolute;
  top: 0;
  left: 3px;
  transform: translateY(-50%);
  font-size: 7.0588235294vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
}
@media (min-width: 1921px) {
  .group-philosophy__decoration-ttl {
    font-size: 135.5294117647px;
  }
}
@media screen and (max-width: 959px) {
  .group-philosophy__decoration-ttl {
    font-size: 67.6941176471px;
  }
}
@media screen and (max-width: 750px) {
  .group-philosophy__decoration-ttl {
    font-size: 50px;
  }
}
.group-philosophy__pic {
  position: absolute;
  top: 66px;
  right: 0;
  left: calc(50% + 20px);
  height: 368px;
  padding-bottom: 20px;
  padding-left: 20px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .group-philosophy__pic {
    height: 30.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .group-philosophy__pic {
    position: static;
    height: auto;
    margin-left: 12px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: center;
  }
}
.group-philosophy__pic img {
  position: relative;
  width: auto;
  max-width: none;
  height: 100%;
  border-radius: 10px;
  box-shadow: -20px 20px 0 #EDF7FA;
  z-index: 1000;
}
@media screen and (max-width: 959px) {
  .group-philosophy__pic img {
    width: calc(100% + 197px);
    border-radius: 4px;
    box-shadow: -8px 8px 0 #EDF7FA;
  }
}
.group-philosophy__flex {
  display: flex;
}
@media screen and (max-width: 959px) {
  .group-philosophy__flex {
    display: block;
    margin-top: 53px;
  }
}
.group-philosophy__pic-dummy {
  width: 0;
  height: 316px;
}
@media screen and (max-width: 959px) {
  .group-philosophy__pic-dummy {
    height: 0;
  }
}
.group-philosophy__txts {
  position: relative;
  width: calc(50% - 20px);
  max-width: 560px;
  z-index: 9999;
}
@media screen and (max-width: 959px) {
  .group-philosophy__txts {
    width: 100%;
    max-width: none;
  }
}
.group-philosophy__head {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .group-philosophy__head {
    font-size: 23px;
    line-height: 1.347826087;
  }
}
.group-philosophy__txt {
  margin-top: 19px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2.25;
}
@media screen and (max-width: 750px) {
  .group-philosophy__txt {
    margin-top: 14px;
    font-size: 15px;
    line-height: 2;
  }
}
.group-philosophy__policy {
  position: relative;
  margin-top: 70px;
  padding: 34px 80px 28px;
  border-radius: 8px;
  background-color: #fff;
  z-index: 9999;
}
@media screen and (max-width: 750px) {
  .group-philosophy__policy {
    margin-top: 45px;
    padding: 32px 20px 23px;
    border-radius: 4px;
  }
}
.group-philosophy__policy-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  padding: 6px 51px;
  border-radius: 10000px;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, #3dbbd3, #376dc1);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
}
.group-philosophy__policy-txt {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2.25;
}
@media screen and (max-width: 750px) {
  .group-philosophy__policy-txt {
    font-size: 15px;
    line-height: 2;
  }
}

/**
 * ビジョン
 */
.group-vision {
  margin-top: 117px;
}
@media screen and (max-width: 750px) {
  .group-vision {
    margin-top: 40px;
  }
}
.group-vision__cont {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .group-vision__cont {
    margin-top: 36px;
  }
}
.group-vision__pic {
  position: absolute;
  top: 0;
  right: calc(50% + 18px);
  left: 0;
  padding-right: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .group-vision__pic {
    height: 30.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .group-vision__pic {
    position: static;
    height: auto;
    margin-right: 12px;
    padding-right: 8px;
    padding-bottom: 8px;
  }
}
.group-vision__pic img {
  width: auto;
  max-width: none;
  height: 456px;
  flex: 0 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  border-radius: 10px;
  box-shadow: 20px 20px 0 #e7f6f9;
}
@media (max-width: 1200px) {
  .group-vision__pic img {
    height: 100%;
  }
}
@media screen and (max-width: 959px) {
  .group-vision__pic img {
    width: calc(100% + 20px);
    height: auto;
    border-radius: 4px;
    box-shadow: 8px 8px 0 #e7f6f9;
  }
}
.group-vision__pic-dummy {
  width: 0;
  height: 456px;
}
@media screen and (max-width: 959px) {
  .group-vision__pic-dummy {
    height: 0;
  }
}
.group-vision__cont-inner {
  display: flex;
  padding-left: 50%;
}
@media screen and (max-width: 959px) {
  .group-vision__cont-inner {
    display: block;
    padding-left: 0;
  }
}
.group-vision__txts {
  position: relative;
  padding-top: 44px;
  padding-left: 56px;
}
@media screen and (max-width: 959px) {
  .group-vision__txts {
    position: relative;
    margin-top: 48px;
    padding-top: 0;
    padding-left: 0;
  }
}
.group-vision__decoration-ttl {
  position: absolute;
  top: 37px;
  left: 50px;
  transform: translateY(-50%);
  font-size: 7.0588235294vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: rgba(0, 167, 204, 0.1);
  white-space: nowrap;
  z-index: -1;
}
@media (min-width: 1921px) {
  .group-vision__decoration-ttl {
    font-size: 135.5294117647px;
  }
}
@media screen and (max-width: 959px) {
  .group-vision__decoration-ttl {
    top: 0;
    left: -17px;
    font-size: 67.6941176471px;
  }
}
@media screen and (max-width: 750px) {
  .group-vision__decoration-ttl {
    font-size: 50px;
  }
}
.group-vision__ttl {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .group-vision__ttl {
    font-size: 23px;
    line-height: 1.347826087;
  }
}
.group-vision__txt {
  margin-top: 19px;
  margin-right: -14px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2.25;
}
@media screen and (max-width: 959px) {
  .group-vision__txt {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .group-vision__txt {
    margin-top: 14px;
    font-size: 15px;
    line-height: 2;
  }
}

/**
 * 行動指針
 */
.group-guidelines {
  margin-top: 151px;
}
@media screen and (max-width: 750px) {
  .group-guidelines {
    margin-top: 40px;
  }
}
.group-guidelines__read {
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2.25;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .group-guidelines__read {
    font-size: 15px;
    line-height: 2;
  }
}
.group-guidelines__cont {
  margin-top: 28px;
}
.group-guidelines__cont &gt; * + * {
  margin-top: 33px;
}

.group-guidelines-item__ttl {
  padding: 15px;
  border-radius: 8px;
  background: linear-gradient(to right, #3dbbd3, #376dc1);
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .group-guidelines-item__ttl {
    padding: 10px;
    font-size: 20px;
  }
}
.group-guidelines-item__txt {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2.25;
}
@media screen and (max-width: 750px) {
  .group-guidelines-item__txt {
    font-size: 15px;
    line-height: 2;
  }
}

/* フッターのバナー */
.group-bnr {
  margin-top: 73px;
}
@media (min-width: 751px) {
  .group-bnr {
    padding-bottom: 105px;
  }
}
@media screen and (max-width: 750px) {
  .group-bnr {
    margin-top: 50px;
  }
}
.group-bnr .p-group-footer__bnr .c-bnr__inner {
  background-image: url(../img/group/footer-bnr.jpg);
}
@media (min-width: 751px) {
  .group-bnr .p-group-footer__bnr .c-bnr__inner {
    padding-top: 17px;
  }
}

.recruit-overview {
  margin: 38px 0 0;
}
.recruit-overview__info {
  margin-bottom: 63px;
}
@media screen and (max-width: 750px) {
  .recruit-overview__info {
    margin-bottom: 45px;
  }
}
.recruit-overview__info-txt {
  text-align: center;
  margin: 29px 0 0;
  letter-spacing: 0.037em;
}
@media screen and (max-width: 750px) {
  .recruit-overview__info-txt {
    text-align: left;
  }
}
.recruit-overview .c-2col-layout {
  margin-top: 42px;
}
@media screen and (max-width: 750px) {
  .recruit-overview .c-2col-layout {
    margin-top: 0;
    padding: 0 0 30px;
  }
}
.recruit-overview .c-2col-layout--right .c-2col-layout__img {
  margin-right: 0;
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .recruit-overview .c-2col-layout--right .c-2col-layout__img::before {
    left: -6px;
    bottom: -6px;
  }
}
.recruit-overview .c-2col-layout__img {
  height: 456px;
  flex: 0 0 calc(50% - 39px);
  margin-right: 79px;
}
@media screen and (max-width: 750px) {
  .recruit-overview .c-2col-layout__img {
    height: 57.6vw;
  }
}
.recruit-overview .c-2col-layout__img::before {
  height: 456px;
}
@media screen and (max-width: 750px) {
  .recruit-overview .c-2col-layout__img::before {
    height: 57.6vw;
  }
}
.recruit-overview .c-2col-layout__ttl {
  letter-spacing: 0.04em;
}
.recruit-overview .c-2col-layout__txts {
  padding-top: 9px;
  max-width: 560px;
}
@media screen and (max-width: 750px) {
  .recruit-overview .c-2col-layout__txts {
    padding-top: 0;
  }
}
.recruit-overview .c-2col-layout__txt {
  margin: 22px 0 27px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .recruit-overview .c-2col-layout__txt {
    margin: 15px 0 0;
  }
}
.recruit-overview__cont1-en, .recruit-overview__cont2-en {
  top: -9px;
  left: inherit;
  right: -1px;
  font-size: 140px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 750px) {
  .recruit-overview__cont1-en, .recruit-overview__cont2-en {
    font-size: 70px;
    font-weight: bold;
    right: 20px;
    top: 0px;
  }
}
.recruit-overview__cont2-txts {
  margin: 5px 60px 0 0;
}
@media screen and (max-width: 1240px) {
  .recruit-overview__cont2-txts {
    margin: 0 60px 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-overview__cont2-txts {
    margin: 25px auto 0;
  }
}
.recruit-overview__cont3 {
  margin-top: 142px;
}
@media screen and (max-width: 750px) {
  .recruit-overview__cont3 {
    margin-top: 50px;
  }
}
.recruit-overview__cont3__txt {
  margin: 23px 0 0;
  letter-spacing: 0.038em;
}
@media screen and (max-width: 750px) {
  .recruit-overview__cont3__txt {
    line-height: 1.7857142857;
    letter-spacing: 0.04em;
  }
}
.recruit-overview__cont3__movie {
  margin: 37px auto 117px;
  max-width: 900px;
  height: 506px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .recruit-overview__cont3__movie {
    height: calc((100vw - 40px) * 0.5622222222);
    margin-bottom: 60px;
  }
}
.recruit-welfare__cont {
  background: url(../img/recruit/bg01.png) center/117.27% 100% no-repeat;
  margin: 18px 0 0;
  padding: 125px 0 130px;
}
@media screen and (max-width: 750px) {
  .recruit-welfare__cont {
    background: url(../img/recruit/bg03.png) center/100% 100% no-repeat;
    padding: 34px 0 46.5px;
  }
}
.recruit-welfare__cont-txt {
  text-align: center;
  letter-spacing: 0.038em;
}
@media screen and (max-width: 750px) {
  .recruit-welfare__cont-txt {
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 1.85;
  }
}
.recruit-welfare__list {
  display: flex;
  margin-top: 70px;
  -moz-column-gap: 3.625%;
       column-gap: 3.625%;
}
@media screen and (max-width: 1240px) {
  .recruit-welfare__list {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
@media screen and (max-width: 959px) {
  .recruit-welfare__list {
    display: grid;
    margin-top: 40px;
    row-gap: 30.5px;
  }
}
.recruit-welfare__item {
  background: #fff;
  position: relative;
  width: 17.1%;
  padding: 37px 10px 36px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 6px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1240px) {
  .recruit-welfare__item {
    width: 19%;
  }
}
@media screen and (max-width: 959px) {
  .recruit-welfare__item {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    flex-direction: row;
    padding: 19px 20px 17px;
    border-radius: 3px;
  }
}
.recruit-welfare__item-num {
  position: absolute;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  background: linear-gradient(to right bottom, #00c5db, #3974ce);
  border-radius: 30px;
  top: -25px;
  left: -26px;
  width: 53px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  .recruit-welfare__item-num {
    left: -15px;
  }
}
@media screen and (max-width: 959px) {
  .recruit-welfare__item-num {
    width: 36px;
    height: 36px;
    top: -18px;
    left: -8px;
    font-size: 17px;
  }
}
.recruit-welfare__item-icon {
  width: 80.9px;
  height: 68.58px;
}
@media screen and (max-width: 959px) {
  .recruit-welfare__item-icon {
    margin-right: 19px;
    flex: 0 0 auto;
  }
}
.recruit-welfare__item-txt {
  margin-top: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1240px) {
  .recruit-welfare__item-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .recruit-welfare__item-txt {
    margin-top: 0;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 16px;
  }
}
.recruit-welfare__br-pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .recruit-welfare__br-pc {
    display: none;
  }
}
.recruit-welfare__br-sp {
  display: block;
}
@media screen and (max-width: 959px) and (min-width: 751px) {
  .recruit-welfare__br-sp {
    display: none;
  }
}
.recruit-occupation {
  margin: 79px 0 117px;
}
@media screen and (max-width: 750px) {
  .recruit-occupation {
    margin: 65px 0 117px;
  }
}
.recruit-occupation__info-cats {
  display: flex;
  justify-content: center;
  margin: 39px auto;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__info-cats {
    display: block;
    margin: 23px 0 19px;
  }
}
.recruit-occupation__info-cat {
  position: relative;
  margin: 0 16px;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__info-cat {
    margin: 0 0 15px;
  }
}
.recruit-occupation__info-cat select {
  display: flex;
  align-items: center;
  color: #00a7cc;
  background: #e7f6f9;
  width: 282px;
  height: 63px;
  border-radius: 7px;
  border: 2px solid #329bc1;
  padding: 0 25px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__info-cat select {
    width: 100%;
    margin: 0 0 15px;
    font-size: 16px;
    padding: 0 23px;
  }
}
.recruit-occupation__info-cat::after {
  content: url(../img/recruit/icon02.svg);
  position: absolute;
  right: 23px;
  top: 48%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__info-cat::after {
    top: 53%;
  }
}
.recruit-occupation__company {
  background: #e7f6f9;
  margin-bottom: 20px;
  border-radius: 4px;
}
.recruit-occupation__company-ttl {
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(to left, #376dc1 0%, #3dbbd3 100%);
  border-radius: 4px;
  padding: 15px 30px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__company-ttl {
    font-size: 20px;
    padding: 13.5px 19px 13.5px;
  }
}
.recruit-occupation__company-ttl::after {
  content: "+";
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 40px;
  font-size: 38px;
  font-family: "Noto Sans JP", sans-serif;
  width: 40px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3875ce;
  padding-bottom: 3px;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__company-ttl::after {
    width: 31px;
    height: 28px;
    right: 17px;
    font-size: 32px;
  }
}
.recruit-occupation__company-ttl.open::after {
  content: "--";
  letter-spacing: -0.1em;
  padding-bottom: 9px;
  padding-right: 3px;
  width: 37px;
  height: 31px;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__company-ttl.open::after {
    width: 28px;
    height: 21px;
  }
}
.recruit-occupation__company-cont {
  padding: 30px 30px 10px;
  margin-bottom: 48px;
  display: none;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__company-cont {
    padding: 14px 21px;
    max-height: 500px;
    overflow: scroll;
    margin-bottom: 30px;
  }
}
.recruit-occupation__company.open .recruit-occupation__company-ttl::after {
  top: 55%;
  transform: translateY(-50%);
}
.recruit-occupation__item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__item {
    box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 40px;
  }
}
.recruit-occupation__item-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.recruit-occupation__item-link:hover + .recruit-occupation__item__inner .recruit-occupation__item-more::after {
  right: -7px;
}
.recruit-occupation__item__inner {
  display: flex;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__item__inner {
    display: block;
  }
}
.recruit-occupation__item-img {
  width: 33.7%;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__item-img {
    width: 100%;
    height: 200px;
  }
}
.recruit-occupation__item-img img {
  width: 100%;
  height: 388px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__item-img img {
    height: 100%;
  }
}
.recruit-occupation__item-txts {
  margin: 46px 50px 33px;
  flex: 1;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__item-txts {
    margin: 14px 20px 24px;
  }
}
.recruit-occupation__item-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 3.5px solid #329bc1;
  -o-border-image: linear-gradient(to right, #329bc1 8%, #a9dfee 8%);
     border-image: linear-gradient(to right, #329bc1 8%, #a9dfee 8%);
  border-image-slice: 1;
  padding-bottom: 11px;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__item-head {
    flex-wrap: wrap;
    -o-border-image: linear-gradient(to right, #329bc1 17%, #a9dfee 8%);
       border-image: linear-gradient(to right, #329bc1 17%, #a9dfee 8%);
    border-image-slice: 1;
    padding-bottom: 11px;
  }
}
.recruit-occupation__item-ttl {
  font-size: 28px;
  line-height: 1.5;
  color: #00a7cc;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__item-ttl {
    font-size: 18px;
    flex: 0 1 auto;
  }
}
.recruit-occupation__item-date {
  flex: 0 0 auto;
  font-size: 14px;
  color: #9b9b9b;
  margin: 0 0 0 15px;
  padding-top: 10px;
  padding-right: 3px;
  letter-spacing: 0.04em;
  top: -5px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__item-date {
    margin: 0 0 0 auto;
    font-size: 12px;
    padding: 0;
  }
}
.recruit-occupation__item-txt {
  padding: 8px 0 12px;
  letter-spacing: 0.033em;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__item-txt {
    font-size: 14px;
    padding: 10px 0 9px;
    line-height: 1.8;
  }
}
.recruit-occupation__item-datas {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__item-datas {
    margin-bottom: 8px;
  }
}
.recruit-occupation__item-data {
  width: 50%;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .recruit-occupation__item-data {
    width: 100%;
    order: 1;
  }
  .recruit-occupation__item-data:nth-of-type(2n) {
    order: 2;
  }
}
@media screen and (max-width: 750px) {
  .recruit-occupation__item-data {
    margin-bottom: 12px;
  }
}
.recruit-occupation__item-data:nth-of-type(2n + 1) {
  padding-right: 15px;
}
@media screen and (max-width: 959px) {
  .recruit-occupation__item-data:nth-of-type(2n + 1) {
    padding-right: 0;
  }
}
.recruit-occupation__item-data .ttl {
  color: #fff;
  background: #12a7cc;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 35px;
  margin-right: 16px;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__item-data .ttl {
    font-size: 13px;
    width: 75px;
    height: 25px;
  }
}
.recruit-occupation__item-data .txt {
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 0 0 0 3px;
  flex: 1;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__item-data .txt {
    font-size: 13px;
  }
}
.recruit-occupation__item-more {
  font-size: 18px;
  font-weight: bold;
  color: #00a7cc;
  position: relative;
  text-align: right;
  padding-right: 28px;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__item-more {
    font-size: 14px;
    text-align: center;
    padding: 0;
    letter-spacing: 0.04em;
  }
}
.recruit-occupation__item-more::after {
  content: url(../img/recruit/icon04.svg);
  position: absolute;
  right: 0;
  top: 57.5%;
  transform: translateY(-50%);
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .recruit-occupation__item-more::after {
    display: inline-block;
    position: relative;
    transform: translateY(20%);
    width: 18px;
    height: 18px;
    margin-left: 2px;
  }
}
.recruit-event {
  margin-bottom: 76px;
}
@media screen and (max-width: 750px) {
  .recruit-event {
    margin-bottom: 40px;
  }
}
.recruit-event__cont {
  background: url(../img/recruit/bg02.png) center/117.27% 100% no-repeat;
  margin: 22px 0 4px;
  padding: 79px 0 104px;
}
@media screen and (max-width: 750px) {
  .recruit-event__cont {
    background: url(../img/recruit/bg04.png) center/100% 100% no-repeat;
    margin: 25px 0 0;
    padding: 36px 0 34px;
  }
}
.recruit-event__item {
  transform: scale(0.8);
  transition: 0.3s ease;
  transform-origin: 100% 50%;
  margin: 0 25px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .recruit-event__item {
    margin: 0 20px;
    border-radius: 5px;
  }
}
.recruit-event__item:only-child {
  max-width: 1200px;
  margin: auto;
  transform-origin: 50% 50%;
}
.recruit-event__item.slick-current {
  transform: scale(1);
  transform-origin: 50% 50%;
}
.recruit-event__item.slick-current + .slick-slide {
  transform-origin: 0 50%;
}
.recruit-event__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 506px;
}
@media screen and (max-width: 750px) {
  .recruit-event__item-img img {
    height: 220px;
  }
}
.recruit-event__item-txt {
  width: 100%;
  height: 40%;
  position: absolute;
  padding: 23px 31px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  bottom: 0;
  left: 0;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(to top, #2a3445 0%, rgba(42, 52, 69, 0) 100%);
}
@media screen and (max-width: 750px) {
  .recruit-event__item-txt {
    font-size: 14px;
    padding: 6px 16px;
  }
}
.recruit-event .slick-dots {
  bottom: -59px;
}
@media screen and (max-width: 750px) {
  .recruit-event .slick-dots {
    bottom: -37px;
  }
}
.recruit-event .slick-dots li {
  margin: 0 7px;
}
@media screen and (max-width: 750px) {
  .recruit-event .slick-dots li {
    margin: 0 1.5px;
  }
}
.recruit-event .slick-dots li button:before {
  transform: scale(1.5);
  opacity: 0.5;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .recruit-event .slick-dots li button:before {
    transform: scale(1.2);
  }
}
.recruit-event .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #2f3b50;
}
.recruit-event .slick-prev,
.recruit-event .slick-next {
  z-index: 1;
  width: 58px;
  height: 58px;
}
.recruit-event .slick-prev::before,
.recruit-event .slick-next::before {
  opacity: 1;
}
.recruit-event .slick-prev {
  left: 22%;
}
@media screen and (max-width: 750px) {
  .recruit-event .slick-prev {
    left: -5px;
  }
}
.recruit-event .slick-prev::before {
  content: url(../img/recruit/icon05.svg);
}
@media screen and (max-width: 750px) {
  .recruit-event .slick-prev::before {
    content: url(../img/recruit/icon07.svg);
  }
}
.recruit-event .slick-next {
  right: 22%;
}
@media screen and (max-width: 750px) {
  .recruit-event .slick-next {
    right: -5px;
  }
}
.recruit-event .slick-next::before {
  content: url(../img/recruit/icon06.svg);
}
@media screen and (max-width: 750px) {
  .recruit-event .slick-next::before {
    content: url(../img/recruit/icon08.svg);
  }
}
.recruit-faq {
  padding: 0 0 33px;
}
@media screen and (max-width: 750px) {
  .recruit-faq {
    padding: 0 20px 31px;
  }
}
.recruit-faq__list {
  margin-top: 40px;
}
@media screen and (max-width: 1240px) {
  .recruit-faq__list {
    padding: 0 20px 67px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-faq__list {
    padding: 0 20px 10px;
  }
}
.recruit-faq__item {
  padding: 0;
  margin-bottom: 20px;
  border-radius: 0;
  background: none;
}
.recruit-faq__q {
  font-size: 22px;
  padding: 19.5px 82px;
  letter-spacing: 0.042em;
  border-radius: 8px;
  background: linear-gradient(to right, #00c5db, #3974ce);
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .recruit-faq__q {
    font-size: 16px;
    padding: 13.5px 50px 13.5px;
  }
}
.recruit-faq__q span {
  font-size: 26px;
  top: 17px;
  left: 38px;
}
@media screen and (max-width: 750px) {
  .recruit-faq__q span {
    font-size: 20px;
    left: 17px;
    top: 50%;
  }
}
.recruit-faq__q::after {
  background: none;
  color: #fff;
  font-size: 46px;
}
.recruit-faq__inner {
  padding: 0;
}
.recruit-faq__a {
  background: none;
  padding: 26px 0 23px 82px;
}
@media screen and (max-width: 750px) {
  .recruit-faq__a {
    padding: 19px 0 19px;
  }
}
.recruit-faq__a-ttl {
  font-size: 22px;
  letter-spacing: 0.042em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .recruit-faq__a-ttl {
    font-size: 16px;
    padding-left: 50px;
  }
}
.recruit-faq__a-ttl span {
  position: absolute;
  font-size: 26px;
  left: -14px;
  top: 50%;
  transform: translate(-100%, -50%);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .recruit-faq__a-ttl span {
    font-size: 20px;
    left: 39px;
  }
}
.recruit-faq__a-txt {
  line-height: 2.2;
  letter-spacing: 0.042em;
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .recruit-faq__a-txt {
    line-height: 2;
    letter-spacing: 0;
    margin-top: 9px;
  }
}

/******************************************************************
 * 社会貢献活動
******************************************************************/
/* social-intro
-----------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .social .p-group-footer__btns {
    display: none;
  }
}

.social-intro {
  padding: 39px 0 0;
}
.social-intro .c-ttl {
  margin-bottom: 28px;
}
.social-intro__txt {
  margin-bottom: 95px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .social-intro__txt {
    margin-bottom: 0;
    text-align: left;
  }
}
.social-intro__cont {
  position: relative;
}
@media screen and (max-width: 1240px) {
  .social-intro__cont {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 750px) {
  .social-intro__cont {
    padding-top: 24px;
    padding-bottom: 0;
  }
}
.social-intro__decoration-ttl-pos {
  position: relative;
  height: 0;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
@media (min-width: 1921px) {
  .social-intro__decoration-ttl-pos {
    margin-left: 0;
    padding-left: 0;
    left: -360px;
  }
}
@media screen and (max-width: 750px) {
  .social-intro__decoration-ttl-pos {
    margin-left: 0;
    padding-left: 0;
    left: -20px;
  }
}
.social-intro__decoration-ttl {
  position: absolute;
  top: 0;
  left: 3px;
  transform: translateY(-50%);
  font-size: 7.0588235294vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: rgba(0, 167, 204, 0.1);
  white-space: nowrap;
}
@media (min-width: 1921px) {
  .social-intro__decoration-ttl {
    font-size: 135.5294117647px;
  }
}
@media screen and (max-width: 1240px) {
  .social-intro__decoration-ttl {
    top: 30px;
  }
}
@media screen and (max-width: 959px) {
  .social-intro__decoration-ttl {
    font-size: 67.6941176471px;
    top: 23px;
  }
}
@media screen and (max-width: 750px) {
  .social-intro__decoration-ttl {
    top: -10px;
    left: 20px;
    font-size: 60px;
    letter-spacing: 2px;
    line-height: 1;
  }
}
.social-intro__pic {
  position: absolute;
  right: 0;
  left: calc(50% + 20px);
  height: 526px;
  padding-bottom: 20px;
  padding-left: 20px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .social-intro__pic {
    height: 30.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .social-intro__pic {
    position: static;
    height: auto;
    margin-left: 12px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: center;
  }
}
.social-intro__pic img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: -20px 20px 0 #E7F6F9;
  z-index: 1000;
}
@media screen and (max-width: 959px) {
  .social-intro__pic img {
    width: calc(100% + 197px);
    border-radius: 4px;
    box-shadow: -8px 8px 0 #E7F6F9;
  }
}
.social-intro__flex {
  display: flex;
}
@media screen and (max-width: 959px) {
  .social-intro__flex {
    display: block;
    margin-top: 53px;
  }
}
.social-intro__pic-dummy {
  width: 0;
  height: 474px;
}
@media screen and (max-width: 959px) {
  .social-intro__pic-dummy {
    height: 0;
  }
}
.social-intro__txts {
  position: relative;
  width: calc(50% - 20px);
  max-width: 560px;
  padding-top: 103px;
  z-index: 9999;
}
@media screen and (max-width: 959px) {
  .social-intro__txts {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }
}
.social-intro__head {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 1240px) {
  .social-intro__head {
    font-size: 32px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 959px) {
  .social-intro__head {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .social-intro__head {
    font-size: 23px;
    line-height: 1.347826087;
  }
}
.social-intro__txt {
  margin-top: 19px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2.25;
}
@media screen and (max-width: 750px) {
  .social-intro__txt {
    margin-top: 14px;
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  .social-intro__txt--v2 {
    margin: 13px 0 0;
    font-size: 15px;
    line-height: 2;
  }
}

/* social-contents
-----------------------------------------------------------------*/
.social-contents {
  padding: 0 0 123px;
}
@media screen and (max-width: 750px) {
  .social-contents {
    padding-bottom: 50px;
  }
}
.social-contents .social-contents-list__item:nth-of-type(even) .social-contents__bg {
  background: #FFF;
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .social-contents__ttl {
    padding: 0;
  }
}
.social-contents__ttl .c-ttl2 {
  background: linear-gradient(to right, #3DBBD3, #376DC1);
  letter-spacing: 0.04em;
  border-radius: 8px;
  margin: 153px 0 -30px;
}
@media screen and (max-width: 750px) {
  .social-contents__ttl .c-ttl2 {
    border-radius: 0;
    letter-spacing: 0;
    margin-top: 80px;
    line-height: 1.5;
    padding: 10px 10px;
    margin: 93px 0 -30px;
  }
}
.social-contents__bg {
  background: #E7F6F9;
  padding: 57px 0;
}
.social-contents__txt {
  margin-bottom: 33px;
}
@media screen and (max-width: 750px) {
  .social-contents__txt {
    margin-bottom: 0;
    line-height: 2;
  }
}
.social-contents__subttl {
  position: relative;
  font-size: 1.8823529412vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 2.4px;
  border-bottom: 3px solid #A9DFEE;
  margin-bottom: 40px;
}
@media (min-width: 1701px) {
  .social-contents__subttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .social-contents__subttl {
    font-weight: bold;
    letter-spacing: 0.04em;
    font-size: 18px;
    margin-top: 23px;
    margin-bottom: 11px;
    padding: 7.8px 0 15.8px;
    line-height: 1.6;
    border-bottom: 3px solid #329bc1;
    -o-border-image: linear-gradient(to right, #329bc1 17%, #a9dfee 17%);
       border-image: linear-gradient(to right, #329bc1 17%, #a9dfee 17%);
    border-image-slice: 1;
  }
}
.social-contents__subttl::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: " ";
  width: 52px;
  height: 3px;
  background: #329BC1;
}
.social-contents .social-contents-wrap {
  counter-reset: c;
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media screen and (max-width: 1240px) {
  .social-contents .social-contents-wrap {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (max-width: 750px) {
  .social-contents .social-contents-wrap {
    display: block;
  }
}
.social-contents .social-contents-wrap__item {
  counter-increment: c;
  width: calc(33.333% - 24px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 959px) {
  .social-contents .social-contents-wrap__item {
    width: calc(33.333% - 10px);
  }
}
@media screen and (max-width: 750px) {
  .social-contents .social-contents-wrap__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .social-contents .social-contents-wrap__item:last-child {
    margin-bottom: 0;
  }
}
.social-contents .social-contents-wrap__item-img {
  position: relative;
  width: 100%;
  padding-top: calc(100% * 217 / 376);
}
.social-contents .social-contents-wrap__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  object-fit: cover;
}
.social-contents .social-contents-wrap__item-desc {
  position: relative;
  background: #FFF;
  padding: 36px 5px 28px;
  border-radius: 0 0 4px 4px;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .social-contents .social-contents-wrap__item-desc {
    padding: 20px 13px;
  }
}
@media screen and (max-width: 750px) {
  .social-contents .social-contents-wrap__item-desc {
    padding: 30px 20px 20px;
  }
}
.social-contents .social-contents-wrap__item-desc::before {
  content: counter(c, decimal-leading-zero);
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  font: 3.8235294118vw "Lato", sans-serif;
  color: transparent;
  font-weight: bold;
  text-align: center;
  -webkit-text-stroke: 1px #00A7CC;
  text-stroke: 1px #00A7CC;
  margin: auto;
}
@media (min-width: 1701px) {
  .social-contents .social-contents-wrap__item-desc::before {
    font-size: 65px;
  }
}
@media (max-width: 1200px) {
  .social-contents .social-contents-wrap__item-desc::before {
    font-size: 50px;
    top: -30px;
  }
}
.social-contents .social-contents-wrap__item-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2941176471vw;
  text-align: center;
  color: #00A7CC;
  font-weight: bold;
  line-height: 1.5454545455;
  margin-bottom: 12px;
}
@media (min-width: 1701px) {
  .social-contents .social-contents-wrap__item-ttl {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .social-contents .social-contents-wrap__item-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .social-contents .social-contents-wrap__item-ttl {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  .social-contents .social-contents-wrap__item-ttl {
    font-size: 4.8vw;
    line-height: 1.6;
  }
}
.social-contents .social-contents-wrap__item-txt {
  line-height: 28px;
}
@media (min-width: 1201px) {
  .social-contents .social-contents-wrap__item-txt {
    padding: 0 25px;
  }
}
@media (min-width: 960px) {
  .social-contents .social-contents-wrap__item-txt {
    padding: 0 5px;
  }
}
@media screen and (max-width: 959px) {
  .social-contents .social-contents-wrap__item-txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .social-contents .social-contents-wrap__item-txt {
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (max-width: 820px) and (min-width: 751px) {
  .social-contents .social-contents-wrap__br {
    display: none;
  }
}

/* social-what
-----------------------------------------------------------------*/
.social-what {
  background: url("../img/social/social_what_bg.jpg") center no-repeat;
  background-size: cover;
  color: #FFF;
  padding: 72px 0 69px;
}
@media screen and (max-width: 750px) {
  .social-what {
    background: none;
    color: #2F3B50;
    padding: 0 0 35px;
  }
}
@media screen and (max-width: 750px) {
  .social-what .social-what-img {
    margin-bottom: 27px;
  }
}
.social-what__txtbox {
  max-width: 463px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .social-what__txtbox {
    margin: 0 auto;
  }
}
.social-what__ttl {
  margin-bottom: 21px;
}
@media screen and (max-width: 750px) {
  .social-what__ttl {
    margin-bottom: 8px;
  }
}
.social-what__ttl .en {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 1.75px;
}
@media screen and (max-width: 750px) {
  .social-what__ttl .en {
    font-size: 12px;
    color: #00A7CC;
  }
}
.social-what__ttl .jp {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .social-what__ttl .jp {
    font-size: 21px;
  }
}
.social-what__txt {
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 2px;
  line-height: 36px;
}
@media screen and (max-width: 750px) {
  .social-what__txt {
    font-size: 15px;
    line-height: 2;
  }
}

/* common parts
-----------------------------------------------------------------*/
.social {
  letter-spacing: 0.04em;
}
.social .p-group-footer {
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .social .p-group-footer {
    padding-bottom: 61px;
  }
}
.social .p-group-footer__btns {
  background: transparent;
  padding: 15px;
}
.social .p-group-footer__bnr .c-bnr__inner {
  background: url("../img/social/social_bnr_bg.jpg") center no-repeat;
  background-size: cover;
}
.social .cont02 .social-contents__ttl .c-ttl2 {
  margin-top: 148px;
}
@media screen and (max-width: 750px) {
  .social .cont02 .social-contents__ttl .c-ttl2 {
    margin-top: 93px;
  }
}
.social .cont03 .social-contents__ttl .c-ttl2 {
  margin-top: 142px;
}
@media screen and (max-width: 750px) {
  .social .cont03 .social-contents__ttl .c-ttl2 {
    margin-top: 100px;
  }
}

/******************************************************************
 * お問い合わせページ
******************************************************************/
.contact-inner {
  padding: 38px 0 120px;
}
@media screen and (max-width: 1240px) {
  .contact-inner {
    padding: 38px 20px 120px;
  }
}
@media screen and (max-width: 750px) {
  .contact-inner {
    padding: 38px 20px 61px;
  }
}
.contact-phone__ttl {
  margin: 0 0 34px;
}
@media screen and (max-width: 750px) {
  .contact-phone__ttl {
    margin: 0 0 27px;
  }
}
@media screen and (max-width: 750px) {
  .contact-phone__txt {
    line-height: 1.75;
  }
}
.contact-phone__contents {
  margin: 40px auto 0;
  padding: 10px;
  max-width: 788px;
  border-radius: 8px;
  background: #E7F6F9;
}
@media screen and (max-width: 750px) {
  .contact-phone__contents {
    margin: 20px 0 0;
  }
}
.contact-phone__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 139px;
  width: 100%;
  background: #fff;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .contact-phone__link {
    pointer-events: visible;
    min-height: 99px;
  }
}
.contact-phone__link-phone, .contact-phone__link-time {
  line-height: 1;
  color: #00A7CC;
}
.contact-phone__link-phone {
  position: relative;
  margin: 0 0 17px;
  padding: 0 0 0 40px;
  font-family: "Lato", sans-serif;
  font-size: 43px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .contact-phone__link-phone {
    margin: 0 0 6px;
    font-size: 28px;
  }
}
.contact-phone__link-phone::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 31.41px;
  height: 31.41px;
  background: url("../img/contact/phone-icon.svg") center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .contact-phone__link-phone::before {
    top: 1px;
    left: 4px;
    width: 24px;
    height: 24px;
  }
}
.contact-phone__link-time {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .contact-phone__link-time {
    font-size: 14px;
  }
}

/**
 * 代表挨拶ページ
 */
@media (min-width: 751px) {
  .message .p-group-footer {
    padding-bottom: 105px;
  }
}
.message .p-group-footer__bnr .c-bnr__inner {
  background-image: url(../img/message/group-footer-bnr.jpg);
}
@media (min-width: 751px) {
  .message .p-group-footer__bnr .c-bnr__inner {
    padding-top: 15px;
  }
}
@media (min-width: 751px) {
  .message .p-group-footer__btns {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1240px) {
  .message-contents .c-inner {
    padding: 0;
  }
}

/**
 * 画像部分
 */
.message-pic {
  margin-top: 42px;
  padding-bottom: 99px;
  background: url(../img/message/pic-bg.svg) bottom center/100% calc(50% + 30px + 49.5px) no-repeat;
}
@media screen and (max-width: 750px) {
  .message-pic {
    padding-bottom: 41px;
    background: url(../img/message/pic-bg-sp.svg) bottom center/100% calc(50% + 20.5px) no-repeat;
  }
}
.message-pic__box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.message-pic__pic img {
  width: 100%;
}
.message-pic__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(1, 15, 31, 0.31), rgba(9, 12, 16, 0) 79.8333333333%, transparent 79.8333333333%);
}
@media screen and (max-width: 750px) {
  .message-pic__overlay {
    background: linear-gradient(to right, rgba(1, 15, 31, 0.31), rgba(9, 12, 16, 0));
  }
}
.message-pic__txts {
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 16.6666666667%;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .message-pic__txts {
    padding-left: 20px;
    transform: translateY(calc(-50% + 12px));
  }
}
.message-pic__decoration-ttl {
  position: absolute;
  left: 2px;
  transform: translateY(calc(-50% - 21px));
  font-weight: bold;
  font-size: 120px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.5;
  white-space: nowrap;
  z-index: -1;
}
@media (max-width: 1200px) {
  .message-pic__decoration-ttl {
    font-size: 10vw;
  }
}
@media screen and (max-width: 750px) {
  .message-pic__decoration-ttl {
    left: 0;
    transform: translateY(-50%);
    font-size: 40px;
  }
}
.message-pic__ttl {
  line-height: 1.52;
  color: #fff;
}
.message-pic__ttl &gt; * {
  display: block;
}
.message-pic__company {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .message-pic__company {
    font-size: 16px;
  }
}
.message-pic__hr {
  width: 45px;
  height: 2px;
  margin-top: 21px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .message-pic__hr {
    margin-top: 7px;
  }
}
.message-pic__position {
  margin-top: 25px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .message-pic__position {
    margin-top: 6px;
    font-size: 14px;
  }
}
.message-pic__name {
  margin-top: 4px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .message-pic__name {
    margin-top: 6px;
    font-size: 26px;
  }
}
.message-pic__name-en {
  display: inline-block;
  margin-left: 3px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .message-pic__name-en {
    position: relative;
    top: 5px;
    margin-left: 5px;
    font-size: 16px;
  }
}

/**
 * テキスト部分
 */
.message-txts {
  margin-top: 100px;
  padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .message-txts {
    margin-top: 40px;
    padding-bottom: 50px;
  }
}
.message-txts__item + .message-txts__item {
  margin-top: 32px;
}
.message-txts__ttl {
  display: block;
  background: linear-gradient(to right, #00c5db 0%, #3974ce 100%);
  text-align: center;
  color: #fff;
  padding: 17px;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  border-radius: 4px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .message-txts__ttl {
    border-radius: 0;
  }
}
@media screen and (max-width: 750px) {
  .message-txts__ttl {
    padding: 12px;
    font-size: 20px;
    font-weight: normal;
  }
}
.message-txts__txt {
  margin-top: 21px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2.25;
}
@media screen and (max-width: 1240px) {
  .message-txts__txt {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .message-txts__txt {
    font-size: 15px;
    line-height: 2;
  }
}

.staff {
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .staff {
    padding-bottom: 61px;
  }
}

.staff-headding {
  padding: 39px 0 20px;
}
@media screen and (max-width: 750px) {
  .staff-headding {
    padding-top: 38px;
  }
}

.staff-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .staff-ttl {
    margin-bottom: 25px;
  }
}

.staff-desc {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.04em;
}
@media (min-width: 751px) {
  .staff-desc {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .staff-desc {
    margin-bottom: 15px;
    line-height: 2;
  }
}

.staff-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 19px 12px 12px;
  background: #E8F7FA;
  border-radius: 10px;
}
.staff-nav__list {
  display: flex;
  flex-wrap: wrap;
}
.staff-nav__list-item {
  display: flex;
  width: calc((100% - 64px) / 4);
  max-width: 278px;
  margin: 0 8px 8px;
}
.staff-nav__list-item a {
  width: 100%;
  padding: 18px 18px 27px;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  border: 2px solid #00ABD1;
  border-radius: 5px;
  transition: 0.3s;
  position: relative;
}
.staff-nav__list-item a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #329BC1;
  border-right: 2px solid #329BC1;
  transform: skew(-6deg, 6deg) rotate(129deg);
  transition: 0.3s;
  position: absolute;
  bottom: 19px;
  left: calc((100% - 6px) / 2);
}
.staff-nav__list-item a .ja {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
.staff-nav__list-item a .en {
  display: block;
  margin-bottom: 6px;
  font: bold 12px "Lato", sans-serif;
  letter-spacing: 0.1em;
  color: #00A7CC;
  transition: 0.3s;
}
.staff-nav__list-item a:hover {
  background: #00ABD1;
  color: #fff;
}
.staff-nav__list-item a:hover:after {
  border-color: #fff;
  bottom: 14px;
}
.staff-nav__list-item a:hover .en {
  color: #fff;
}
@media (max-width: 1240px) {
  .staff-nav {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .staff-nav {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 16px 10px;
  }
  .staff-nav__list-item {
    max-width: 100%;
    width: calc((100% - 16px) / 2);
    margin: 0 4px 10px;
  }
  .staff-nav__list-item a {
    min-height: 100px;
    justify-content: center;
    padding: 23px 9px 26px;
    font-size: 15px;
  }
  .staff-nav__list-item a:after {
    transform: rotate3d(0, 0, 1, 145deg) skewY(-21deg) translate(3px, 3px);
    left: calc((100% - 2px) / 2);
  }
  .staff-nav__list-item a .ja {
    margin-bottom: 3px;
  }
  .staff-nav__list-item a .en {
    margin-bottom: 6px;
  }
  .staff-nav__list-item a:hover {
    transform: translateY(0);
  }
  .staff-nav__list-item a:hover:after {
    transform: translateY(5px) rotate3d(0, 0, 1, 145deg) skewY(-21deg) translate(3px, 3px);
  }
}

.staff-content__bg {
  position: relative;
}
.staff-content__bg::before {
  content: "";
  width: 100%;
  height: calc(100% - 33px);
  background: #E7F6F9;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: -1;
}
.staff-content__bg:nth-child(even)::before {
  content: none;
}
.staff-content__bg:nth-child(even) .staff-list__ttl {
  margin-top: 145px;
}
@media screen and (max-width: 750px) {
  .staff-content__bg:nth-child(even) .staff-list__ttl {
    margin-top: 93px;
  }
}
.staff-content__bg:nth-child(even) .staff-post {
  border: solid 3px #E7F6F9;
  box-shadow: none;
}
.staff-content__bg:nth-child(odd) .staff-list__ttl {
  margin-top: 83px;
}
@media screen and (max-width: 750px) {
  .staff-content__bg:nth-child(odd) .staff-list__ttl {
    margin-top: 93px;
  }
}
.staff-content__bg:first-child .staff-list__ttl {
  margin-top: 114px;
}
@media screen and (max-width: 750px) {
  .staff-content__bg:first-child .staff-list__ttl {
    margin-top: 93px;
  }
}
.staff-content__bg:last-child .staff-content__inner {
  padding-bottom: 82px;
}
@media screen and (max-width: 750px) {
  .staff-content__bg:last-child .staff-content__inner {
    padding-bottom: 30px;
  }
}
.staff-content__inner {
  max-width: 1240px;
  padding: 0 20px 22px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .staff-content:last-child__bg .staff-content__inner {
    padding-bottom: 10px;
  }
  .staff-content__inner {
    padding: 0;
  }
}

.staff-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.staff-list__ttl {
  width: 100%;
  padding: 14px 3px 16px;
  line-height: 1.5;
}
.staff-list__item {
  display: flex;
  max-width: 384px;
  width: calc((100% - 48px) / 3);
  margin: 0 24px 38px 0;
}
@media screen and (max-width: 750px) {
  .staff-list__item {
    margin: 0 24px 20px 0;
  }
}
.staff-list__item:nth-child(3n) {
  margin-right: 0;
}
.staff-list__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .staff-list__item {
    max-width: 100%;
    width: calc((100% - 24px) / 2);
  }
  .staff-list__item:nth-child(3n) {
    margin-right: 24px;
  }
  .staff-list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 751px) {
  .staff-list__ttl {
    margin-top: 114px;
    margin-bottom: 36.5px;
  }
}
@media screen and (max-width: 750px) {
  .staff-list {
    padding: 0 20px;
  }
  .staff-list__ttl {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 2px;
  }
  .staff-list__item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .staff-list__item:nth-child(3n) {
    margin-right: 0;
  }
}

.staff-post {
  width: 100%;
  margin-top: 73px;
  padding: 73px 25px 26px;
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}
.staff-post__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
}
@media screen and (max-width: 750px) {
  .staff-post__heading {
    display: block;
    text-align: center;
  }
}
.staff-post__picture {
  width: 132px;
  padding-top: 126px;
  border: 3px solid #329BC1;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  top: -70px;
  left: calc((100% - 132px) / 2);
}
.staff-post__picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.staff-post__position {
  font-size: 16px;
  font-weight: 500;
  color: #00A7CC;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0 7px;
  position: relative;
  top: 2px;
  flex: 0 0 90px;
}
@media screen and (max-width: 750px) {
  .staff-post__position {
    top: 0;
    margin: 0;
  }
}
.staff-post__name {
  flex: 0 1 auto;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0 7px;
}
@media screen and (max-width: 750px) {
  .staff-post__name {
    margin: 0;
  }
}
.staff-post__text {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}
.staff-post__license span {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #00A7CC;
  letter-spacing: 0.2em;
}
.staff-post__license span::before, .staff-post__license span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #329BC1;
  flex: 1;
}
.staff-post__license span::before {
  margin-right: 19.5px;
}
.staff-post__license span::after {
  margin-left: 19.5px;
}
.staff-post__license-item {
  font-size: 16px;
  line-height: 1.9375;
  letter-spacing: 0.04em;
  padding-left: 1em;
  position: relative;
}
.staff-post__license-item::before {
  content: "・";
  font-size: 16px;
  color: #00A7CC;
  letter-spacing: 0.04em;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .staff-post__position {
    font-size: 14px;
  }
  .staff-post__name {
    font-size: 20px;
  }
  .staff-post__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .staff-post__text {
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  .staff-post__license span {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .staff-post__license-item {
    font-size: 14px;
  }
}

.staff-read-more {
  width: 100%;
  height: 550px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0) 954px), url(../img/staff/read-more-bg.jpg) center/cover no-repeat;
  margin-bottom: 60px;
}
.staff-read-more__img {
  width: 100%;
  height: 53vw;
}
.staff-read-more__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-read-more__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.staff-read-more__cont {
  margin: 18px -11px 0 auto;
  max-width: 475px;
  color: #fff;
}
.staff-read-more__ttl .en,
.staff-read-more__ttl .ja {
  display: block;
}
.staff-read-more__ttl .en {
  font-family: "Lato", sans-serif;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.staff-read-more__ttl .en .lato {
  font-family: "Lato", sans-serif;
}
.staff-read-more__ttl .ja {
  margin: 11px 0 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.7px;
}
.staff-read-more__txt {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 2.5714285714;
  letter-spacing: 0.6px;
}
@media (min-width: 751px) {
  .staff-read-more__btn a {
    background: transparent;
    border: solid 2px #fff;
  }
  .staff-read-more__btn a:hover::before {
    background: url(../img/common/arrow-right-bk.svg) center/cover no-repeat;
  }
  .staff-read-more__btn a:hover span {
    color: #2f3b50;
  }
}
@media screen and (max-width: 750px) {
  .staff-read-more {
    background: none;
    height: auto;
    margin-bottom: 45px;
  }
  .staff-read-more__cont {
    margin: 29px auto 0;
  }
  .staff-read-more__ttl .en {
    font-size: 12px;
    color: #00a7cc;
  }
  .staff-read-more__ttl .ja {
    margin: 4px 0 11px;
    font-size: 23px;
    letter-spacing: 1px;
    color: #2f3b50;
  }
  .staff-read-more__txt {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.7857142857;
    color: #2f3b50;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .staff-read-more__txt {
    line-height: 2;
  }
}

.staff-bnr {
  display: flex;
}
.staff-bnr__outline .c-bnr__inner {
  background: url(../img/staff/staff-bnr01.jpg) center/cover no-repeat;
}
.staff-bnr__blog .c-bnr__inner {
  background: url(../img/staff/staff-bnr02.jpg) center/cover no-repeat;
}
.staff-bnr .c-bnr {
  width: 100%;
  margin-right: 20px;
}
.staff-bnr .c-bnr:last-child {
  margin-right: 0;
}
.staff-bnr .c-bnr__inner {
  padding-top: 12px;
  padding-bottom: 0;
}
.staff-bnr .c-bnr__ttl .en {
  margin-left: 4px;
  color: #fff;
  font-weight: bold;
}
.staff-bnr .c-bnr__ttl .ja {
  letter-spacing: 0.08em;
}
.staff-bnr .c-bnr__txt {
  margin-left: 3px;
}
@media screen and (max-width: 959px) {
  .staff-bnr {
    display: block;
  }
  .staff-bnr .c-bnr {
    margin: 0 auto 23px;
  }
  .staff-bnr .c-bnr:last-child {
    margin: 0 auto;
  }
}

.business-overview {
  margin-top: 40px;
}
.business-overview__cont1 {
  position: relative;
  padding-top: 74px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .business-overview__cont1 {
    padding-top: 40px;
  }
}
.business-overview__cont1-en {
  position: absolute;
  color: #00a7cc;
  opacity: 0.1;
  font-family: "Lato", sans-serif;
  font-size: 120px;
  font-weight: 600;
  top: 0;
  left: -8px;
  letter-spacing: 0.108em;
  line-height: 1.19;
}
@media screen and (max-width: 750px) {
  .business-overview__cont1-en {
    font-size: 60px;
    letter-spacing: 2px;
    left: 20px;
    top: 0;
    white-space: nowrap;
  }
}
.business-overview__cont1-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .business-overview__cont1-inner {
    display: block;
  }
}
.business-overview__cont1-left {
  flex: 1;
}
@media screen and (max-width: 750px) {
  .business-overview__cont1-left {
    width: 100%;
    margin-bottom: 39px;
  }
}
.business-overview__cont1-left__ttl {
  font-size: 36px;
  line-height: 1.51;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .business-overview__cont1-left__ttl {
    font-size: 23px;
    line-height: 1.347826087;
    letter-spacing: 0;
    margin-bottom: 13px;
  }
}
.business-overview__cont1-left__txt {
  letter-spacing: 0.044em;
}
@media screen and (max-width: 750px) {
  .business-overview__cont1-left__txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
.business-overview__cont1-right {
  width: 46.6%;
  background: #e7f6f9;
  position: relative;
  margin-top: 19px;
  margin-left: 6.8%;
  padding: 39px 39px 30px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .business-overview__cont1-right {
    width: 100%;
    padding: 39px 20px 20px;
    margin-left: 0;
  }
}
.business-overview__cont1-right__ttl {
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 37px;
  background: linear-gradient(to right, #3dbbd3, #376dc1);
  border-radius: 30px;
  color: #fff;
}
.business-overview__cont1-right__item {
  font-size: 18px;
  margin-bottom: 1.4px;
  letter-spacing: 0.04em;
  padding-left: 29px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .business-overview__cont1-right__item {
    font-size: 15px;
  }
}
.business-overview__cont1-right__item::before {
  position: absolute;
  left: 0;
  top: 4px;
  content: url(../img/business/icon01.svg);
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .business-overview__cont1-right__item::before {
    top: 6px;
    transform: scale(0.9);
  }
}
.business-overview__cont2 {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 52px;
}
@media screen and (max-width: 750px) {
  .business-overview__cont2 {
    margin-top: 40px;
  }
}
.business-overview__cont2-ttl {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #3dbbd3, #376dc1);
  text-align: center;
  padding: 18px;
  line-height: 40px;
}
@media screen and (max-width: 750px) {
  .business-overview__cont2-ttl {
    font-size: 20px;
    padding: 15px;
    line-height: 20px;
  }
}
.business-overview__cont2-inner {
  background: #e7f6f9;
  display: flex;
  padding: 31px 28px;
}
@media screen and (max-width: 750px) {
  .business-overview__cont2-inner {
    display: block;
    padding: 31px 20px 10px;
  }
}
.business-overview__cont2-list {
  background: #fff;
  width: 100%;
  border-radius: 8px;
  padding: 0 30px 34px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .business-overview__cont2-list {
    width: 100%;
    padding: 0 15px 15px;
    margin-bottom: 20px;
  }
}
.business-overview__cont2-list:nth-of-type(2) {
  margin-left: 2%;
}
@media screen and (max-width: 750px) {
  .business-overview__cont2-list:nth-of-type(2) {
    margin-left: 0;
  }
}
.business-overview__cont2-list__ttl {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin: 2px 0 16.5px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .business-overview__cont2-list__ttl {
    font-size: 18px;
    margin: 13.5px 0 3px;
  }
}
.business-overview__cont2-list__ttl::before {
  position: absolute;
  content: "";
  border-top: 6px double #1ba7ca;
  width: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .business-overview__cont2-list__ttl::before {
    width: 100%;
  }
}
.business-overview__cont2-list__ttl span {
  background: #fff;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .business-overview__cont2-list__ttl span {
    padding: 0 30px;
  }
}
.business-overview__cont2-list__inner {
  display: inline-block;
}
.business-overview__cont2-item {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 2.06;
  padding-left: 12px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .business-overview__cont2-item {
    font-size: 14px;
  }
}
.business-overview__cont2-item::before {
  content: "";
  display: inline-block;
  background: #00a7cc;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  position: absolute;
  left: 0;
  top: 15px;
}
@media screen and (max-width: 750px) {
  .business-overview__cont2-item::before {
    top: 10.5px;
  }
}
.business-interview {
  margin: 87px 0 0;
}
@media screen and (min-width: 960px) {
  .business-interview .c-ttl {
    padding: 0;
  }
}
.business-interview .c-ttl::after {
  display: none;
}
@media screen and (max-width: 750px) {
  .business-interview .c-ttl::after {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .business-interview {
    margin: 69px 0 0;
  }
}
.business-interview__inner {
  background: url(../img/business/bg01-1.png) top/117.27% auto no-repeat, url(../img/business/bg01-2.png) bottom/117.27% auto no-repeat, linear-gradient(to bottom, #AAE5F2 99%, #fff 99%);
  margin-top: 21px;
  padding: 35px 0 34px;
}
@media screen and (max-width: 750px) {
  .business-interview__inner {
    background: url(../img/business/bg04-1.png) top/100% auto no-repeat, url(../img/business/bg04-2.png) bottom/100% auto no-repeat, linear-gradient(to bottom, #AAE5F2 99%, #fff 99%);
    padding: 37px 0 34px;
  }
}
.business-interview__cont {
  padding: 62px 0 79px;
}
@media screen and (max-width: 1240px) {
  .business-interview__cont {
    padding: 62px 20px 79px;
  }
}
@media screen and (max-width: 750px) {
  .business-interview__cont {
    padding: 0 20px 0;
  }
}
.business-interview__tab {
  display: flex;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.business-interview__tab-item {
  position: relative;
  background: #fff;
  width: calc(50% - 4px);
  margin-right: 4px;
  border-radius: 0 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 11px 11px 11px 23px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .business-interview__tab-item {
    width: 50%;
    margin-right: 0px;
    padding: 5px 0px 3px 0px;
  }
}
.business-interview__tab-item:nth-of-type(1) {
  width: calc(50% - 4px);
  margin-left: 4px;
  margin-right: 0;
  border-radius: 8px 0 0 0;
}
@media screen and (max-width: 750px) {
  .business-interview__tab-item:nth-of-type(1) {
    width: 50%;
    margin-left: 0;
    padding-left: 5px;
  }
}
.business-interview__tab-item:nth-of-type(1).open {
  padding: 11px 11px 11px 27px;
}
@media screen and (max-width: 750px) {
  .business-interview__tab-item:nth-of-type(1).open {
    padding: 5px 0px 3px 9px;
  }
}
.business-interview__tab-item.open {
  background: #376dc1;
  color: #fff;
  width: 50%;
  margin: 0;
  padding: 11px 15px 11px 23px;
}
@media screen and (max-width: 750px) {
  .business-interview__tab-item.open {
    padding: 5px 4px 3px 0px;
    margin: 0;
  }
}
.business-interview__tab-item:nth-of-type(n + 3) {
  display: none;
}
.business-interview__tab-item__img {
  flex: 0 0 auto;
  margin-right: 25px;
}
@media screen and (max-width: 750px) {
  .business-interview__tab-item__img {
    position: relative;
    top: -2px;
    margin-right: 6px;
  }
}
.business-interview__tab-item__img img {
  width: 84px;
  height: 84px;
  border-radius: 84px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .business-interview__tab-item__img img {
    width: 40px;
    height: 40px;
  }
}
.business-interview__tab-item__txt {
  font-size: 22px;
  letter-spacing: 0.08em;
  margin-top: 4px;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .business-interview__tab-item__txt {
    margin-top: 8px;
    flex: 0 1 90px;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .business-interview__tab-item__txt--jaonly {
    margin-top: 0;
  }
}
.business-interview__tab-item__txt span {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  margin-left: 6px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .business-interview__tab-item__txt span {
    position: relative;
    letter-spacing: 0.1em;
    top: -7px;
    font-size: 10px;
    margin: 0;
  }
}
.business-interview__main {
  border: 5px solid #376dc1;
  background: #fff;
  padding: 38px 38px 21px;
  border-radius: 0 0 8px 8px;
}
.business-interview__main:only-child {
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .business-interview__main {
    padding: 20px 15px;
  }
}
.business-interview__main:nth-of-type(n + 3) {
  display: none;
}
.business-interview__main-img {
  background: url(../img/business/photo03.png) center/cover no-repeat;
  border-radius: 8px;
  height: 388px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 8px;
  padding-left: 132px;
  padding-right: 132px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .business-interview__main-img {
    padding: 16px 14px;
    height: 311px;
    align-items: center;
    justify-content: flex-end;
  }
}
.business-interview__main-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.business-interview__main-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.business-interview__main-bg::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(to right, rgba(47, 59, 80, 0.23) 0%, rgba(9, 12, 16, 0) 51%);
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .business-interview__main-bg::after {
    background: linear-gradient(to top, rgba(47, 59, 80, 0.75) 0%, rgba(9, 12, 16, 0) 46.3%);
  }
}
.business-interview__main-occupation {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  margin-bottom: 1px;
  z-index: 1;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .business-interview__main-occupation {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 0;
  }
}
.business-interview__main-name {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  background: linear-gradient(30deg, #376dc1, #3dbbd3);
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  font-size: 40px;
  letter-spacing: 0.045em;
  line-height: 1.45;
  padding: 0 10px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .business-interview__main-name {
    margin: 8px 0 0;
    font-size: 24px;
    padding: 2.5px 25px;
  }
}
.business-interview__main-name span {
  position: relative;
  top: -5px;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  margin-left: 7px;
  line-height: 1.5;
  letter-spacing: 0.056em;
}
@media screen and (max-width: 750px) {
  .business-interview__main-name span {
    font-size: 12px;
  }
}
.business-interview__main-bottom {
  padding: 42px 40px;
}
@media screen and (max-width: 750px) {
  .business-interview__main-bottom {
    padding: 0;
  }
}
.business-interview__main-ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-bottom: 3px solid #329bc1;
  -o-border-image: linear-gradient(to right, #329bc1 5%, #a9dfee 5%);
     border-image: linear-gradient(to right, #329bc1 5%, #a9dfee 5%);
  border-image-slice: 1;
  padding: 7.8px 0 15.8px;
  margin-bottom: 19.5px;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .business-interview__main-ttl {
    font-size: 18px;
    margin-top: 23px;
    margin-bottom: 11px;
    line-height: 1.6;
    border-bottom: 3px solid #329bc1;
    -o-border-image: linear-gradient(to right, #329bc1 17%, #a9dfee 17%);
       border-image: linear-gradient(to right, #329bc1 17%, #a9dfee 17%);
    border-image-slice: 1;
  }
}
.business-interview__main-txt {
  letter-spacing: 0.04em;
  margin-bottom: 35px;
}
@media screen and (max-width: 750px) {
  .business-interview__main-txt {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 26px;
  }
}
.business-interview__message {
  display: flex;
  margin: 60px 0 10px;
}
@media screen and (max-width: 750px) {
  .business-interview__message {
    display: block;
    margin: 20px 0 10px;
  }
}
.business-interview__message-ttl {
  width: 22.6%;
  border-radius: 8px;
  background: linear-gradient(to right, #376dc1, #3dbbd3);
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .business-interview__message-ttl {
    border-radius: 4px;
    width: 100%;
    font-size: 20px;
    padding: 8px;
    margin-bottom: 18px;
  }
}
.business-interview__message-txt {
  flex: 1;
  margin: 26px 0 26px 56px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .business-interview__message-txt {
    margin: 0 0 23px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.business-flow {
  margin-top: 130.5px;
  margin-bottom: 121px;
}
@media screen and (max-width: 750px) {
  .business-flow {
    margin-top: 69px;
    margin-bottom: 90px;
  }
}
.business-flow__list {
  margin-top: 40px;
}
.business-flow__item {
  display: flex;
  padding: 35px 0 37px;
  border-radius: 8px;
}
.business-flow__item:nth-of-type(2n - 1) {
  background: #e7f6f9;
}
.business-flow__item:last-of-type .business-flow__main::after {
  content: none;
}
.business-flow__time {
  color: #00a7cc;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  width: 70px;
  margin-left: calc(23.2% - 70px);
  padding-top: 4px;
}
@media screen and (max-width: 750px) {
  .business-flow__time {
    font-size: 16px;
    padding-top: 0;
    width: 60px;
    margin-left: calc(23.2% - 60px);
  }
}
.business-flow__main {
  flex: 1;
  padding: 0 42px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .business-flow__main {
    padding: 0 20px 0 42px;
  }
}
.business-flow__main::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 6px solid #00a7cc;
  border-radius: 24px;
  left: 0;
  top: 13px;
}
@media screen and (max-width: 750px) {
  .business-flow__main::before {
    top: 8px;
    width: 10px;
    height: 10px;
  }
}
.business-flow__main::after {
  content: "";
  position: absolute;
  width: 6px;
  height: calc(100% + 30px);
  left: 12px;
  top: 45px;
  transform: translateX(-50%);
  background: url(../img/business/bg02.png) center 2px/6px repeat-y;
}
@media screen and (max-width: 750px) {
  .business-flow__main::after {
    top: 38px;
  }
}
.business-flow__ttl {
  color: #00a7cc;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.6;
  margin: 4px 0 10px;
}
@media screen and (max-width: 750px) {
  .business-flow__ttl {
    font-size: 18px;
  }
}
.business-flow__txt {
  line-height: 1.95;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .business-flow__txt {
    font-size: 14px;
  }
}
.business-carrier {
  margin-top: 121px;
  margin-bottom: 117px;
}
@media screen and (max-width: 750px) {
  .business-carrier {
    margin-bottom: 69px;
    margin-top: 69px;
  }
}
.business-carrier__img {
  margin: auto;
  margin-top: 22px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.business-carrier__item {
  z-index: 1;
  position: relative;
  width: 247.51px;
}
@media (max-width: 1000px) {
  .business-carrier__item {
    width: 88.65px;
  }
}
.business-carrier__item.business-carrier__item-1 {
  background: url(../img/business/img01.png) center/cover no-repeat;
  height: 384.04px;
  z-index: 3;
}
@media (max-width: 1000px) {
  .business-carrier__item.business-carrier__item-1 {
    background: url(../img/business/img01-sp.png) center/cover no-repeat;
    height: 207.61px;
    transform: translateY(2px);
  }
}
.business-carrier__item.business-carrier__item-1 .business-carrier__num {
  background: #30A7CC;
}
.business-carrier__item.business-carrier__item-2 {
  background: url(../img/business/img02.png) center/cover no-repeat;
  height: 444.97px;
  margin-left: -17.5px;
  z-index: 2;
}
@media (max-width: 1000px) {
  .business-carrier__item.business-carrier__item-2 {
    background: url(../img/business/img02-sp.png) center/cover no-repeat;
    height: 232.61px;
    margin-left: -6.27px;
  }
}
.business-carrier__item.business-carrier__item-2 .business-carrier__num {
  left: 54%;
  background: #39C2D6;
}
@media (max-width: 1000px) {
  .business-carrier__item.business-carrier__item-2 .business-carrier__num {
    left: 48%;
    top: 21px;
  }
}
.business-carrier__item.business-carrier__item-2 .business-carrier__txt {
  bottom: 118px;
}
@media (max-width: 1000px) {
  .business-carrier__item.business-carrier__item-2 .business-carrier__txt {
    bottom: 70.51px;
  }
}
.business-carrier__item.business-carrier__item-3 {
  background: url(../img/business/img03.png) center/cover no-repeat;
  height: 501.97px;
  margin-left: -17.5px;
  z-index: 1;
}
@media (max-width: 1000px) {
  .business-carrier__item.business-carrier__item-3 {
    background: url(../img/business/img03-sp.png) center/cover no-repeat;
    height: 245.31px;
    margin-left: -6.27px;
  }
}
.business-carrier__item.business-carrier__item-3 .business-carrier__num {
  background: #3DCCC4;
}
.business-carrier__item.business-carrier__item-3 .business-carrier__txt {
  bottom: 148px;
}
@media (max-width: 1000px) {
  .business-carrier__item.business-carrier__item-3 .business-carrier__txt {
    bottom: 81.255px;
  }
}
.business-carrier__item.business-carrier__item-4 {
  margin-left: -17.5px;
  background: url(../img/business/img04.png) center/cover no-repeat;
  height: 571.8px;
  z-index: 0;
}
@media (max-width: 1000px) {
  .business-carrier__item.business-carrier__item-4 {
    background: url(../img/business/img04-sp.png) center/cover no-repeat;
    height: 276.31px;
    margin-left: -6.27px;
  }
}
.business-carrier__item.business-carrier__item-4 .business-carrier__num {
  left: 51%;
  background: #3DCC8D;
}
@media (max-width: 1000px) {
  .business-carrier__item.business-carrier__item-4 .business-carrier__num {
    background: #3DCCC4;
  }
}
.business-carrier__item.business-carrier__item-4 .business-carrier__txt {
  bottom: 178px;
}
@media (max-width: 1000px) {
  .business-carrier__item.business-carrier__item-4 .business-carrier__txt {
    bottom: 92px;
  }
}
.business-carrier__num {
  color: #fff;
  font-size: 21px;
  font-family: "Lato", sans-serif;
  position: absolute;
  left: 51%;
  top: 37px;
  letter-spacing: 0.1em;
  transform: translateX(-50%);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  white-space: nowrap;
  line-height: 1.36;
  border-radius: 30px;
}
@media (max-width: 1000px) {
  .business-carrier__num {
    font-size: 10px;
    padding: 0 10px;
    top: 16px;
    line-height: 1.05;
  }
}
.business-carrier__num span {
  font-size: 39px;
  margin-bottom: 2px;
}
@media (max-width: 1000px) {
  .business-carrier__num span {
    font-size: 17px;
    margin-bottom: 4px;
  }
}
.business-carrier__txt {
  left: 55%;
  bottom: 88px;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 50%);
  width: 210px;
}
@media (max-width: 1000px) {
  .business-carrier__txt {
    width: 77.38px;
    left: 54%;
    bottom: 59.765px;
  }
}
.business-carrier__en {
  color: #fff;
  font-size: 31px;
  font-family: "Lato", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.11em;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .business-carrier__en {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.business-carrier__jp {
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
}
@media (max-width: 1000px) {
  .business-carrier__jp {
    font-size: 10px;
  }
}
.business-requirements {
  margin-top: 100px;
  line-height: 2;
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .business-requirements {
    margin-top: 69px;
    margin-bottom: 69px;
  }
}
.business-requirements__table {
  width: 100%;
  margin: 36px 0;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .business-requirements__table {
    margin: 25px 0 36px;
  }
}
.business-requirements__table tr {
  border: 1px solid #cfcecf;
}
@media screen and (max-width: 750px) {
  .business-requirements__table tr {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .business-requirements__table tr:last-of-type {
    border-bottom: 1px solid #cfcecf;
  }
}
.business-requirements__table th {
  font-size: 18px;
  font-weight: bold;
  color: #00a7cc;
  text-align: center;
  background: #e7f6f9;
  width: 29%;
  padding: 0 30px;
}
@media screen and (max-width: 750px) {
  .business-requirements__table th {
    width: 100%;
    font-size: 16px;
    padding: 11px;
    border-bottom: 1px solid #cfcecf;
  }
}
.business-requirements__table td {
  padding: 25.4px 30px;
}
@media screen and (max-width: 750px) {
  .business-requirements__table td {
    font-size: 14px;
    padding: 11px;
  }
  .business-requirements__table td.center {
    text-align: center;
  }
}
.business-requirements__table td .bold {
  font-weight: bold;
}
.business-requirements__table td a {
  color: #00a7cc;
  border-bottom: 1px solid #00a7cc;
  line-height: 2.5;
  padding-bottom: 4.5px;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
.business-requirements__table td a:hover {
  opacity: 0.7;
}
.business-requirements__table td a::after {
  content: "";
  background: url(../img/business/icon05.png) center/cover no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 8px;
}
.business-requirements__table td li {
  padding-left: 18px;
  position: relative;
}
.business-requirements__table td li::before {
  content: "・";
  color: #00a7cc;
  left: 0;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .business-requirements__table-link {
    text-align: right;
  }
}
.business-flow2 {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  .business-flow2 {
    margin-top: 69px;
  }
}
.business-flow2__inner {
  background: url(../img/business/bg03.png) center/117.27% 100% no-repeat;
  margin: 23px 0 102px;
  padding: 80px 0 76px;
}
@media screen and (max-width: 750px) {
  .business-flow2__inner {
    background: url(../img/business/bg05.png) center/100% 100% no-repeat;
    padding: 35px 0 35px;
    margin: 25px 0 62px;
  }
}
.business-flow2__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .business-flow2__list {
    display: block;
  }
}
.business-flow2__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 21px;
  position: relative;
  width: 285px;
}
@media screen and (max-width: 750px) {
  .business-flow2__item {
    background: #fff;
    margin: 0;
    border-radius: 4px;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
    flex-direction: row;
    align-items: stretch;
    padding: 20px 20px 14px;
    margin-bottom: 66px;
    width: 100%;
  }
}
.business-flow2__item::after {
  content: url(../img/business/icon03.svg);
  position: absolute;
  right: -10px;
  top: 86px;
  transform: translateX(50%);
}
@media screen and (max-width: 959px) and (min-width: 751px) {
  .business-flow2__item::after {
    transform: translateX(50%) scale(0.8);
  }
}
@media screen and (max-width: 750px) {
  .business-flow2__item::after {
    content: url(../img/business/icon04.svg);
    right: 50%;
    top: auto;
    bottom: -62px;
  }
}
.business-flow2__item:first-of-type {
  margin-left: 0;
}
.business-flow2__item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .business-flow2__item:last-of-type {
    margin-bottom: 0;
  }
}
.business-flow2__item:last-of-type::after {
  content: "";
}
.business-flow2__img {
  position: relative;
  width: 205px;
  height: 205px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  .business-flow2__img {
    width: 155px;
    height: 155px;
  }
}
@media screen and (max-width: 959px) {
  .business-flow2__img {
    width: 135px;
    height: 135px;
  }
}
@media screen and (max-width: 750px) {
  .business-flow2__img {
    width: auto;
    height: 100%;
  }
}
.business-flow2__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 106px;
  height: 106px;
}
@media screen and (max-width: 959px) {
  .business-flow2__img img {
    width: 82px;
    height: 82px;
  }
}
@media screen and (max-width: 750px) {
  .business-flow2__img img {
    width: 82px;
    height: 82px;
    transform: translate(-9px, -6px);
  }
}
.business-flow2__img-num {
  position: absolute;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  background: linear-gradient(to right bottom, #00c5db, #3974ce);
  border-radius: 30px;
  top: -25px;
  left: -26px;
  width: 53px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  .business-flow2__img-num {
    left: -15px;
  }
}
@media screen and (max-width: 750px) {
  .business-flow2__img-num {
    width: 36px;
    height: 36px;
    top: -38px;
    left: -27px;
    font-size: 17px;
  }
}
@media screen and (max-width: 750px) {
  .business-flow2__bottom {
    flex: 1;
    margin-left: 1px;
  }
}
.business-flow2__ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 15px 0 6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .business-flow2__ttl {
    display: block;
    font-size: 17px;
    text-align: left;
    margin: 0 0 2px;
    line-height: 1.6;
  }
}
.business-flow2__txt {
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .business-flow2__txt {
    font-size: 14px;
  }
}
.business-form {
  margin-top: 102px;
}
@media screen and (max-width: 750px) {
  .business-form {
    margin-top: 62px;
  }
}
.business-form .p-form__contents {
  margin-top: 34px;
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .business-form .p-form__contents {
    margin-top: 40px;
    margin-bottom: 61px;
  }
}

/******************************************************************
 * 新着情報ページ
******************************************************************/
.information {
  background: #E7F6F9;
  /* レイアウト */
  /* サイドバー */
  /* 一覧 */
  /* 詳細 */
}
.information--archive .information-layout {
  margin: 40px auto 0;
  padding: 0 0 121px;
}
@media screen and (max-width: 1240px) {
  .information--archive .information-layout {
    padding: 0 20px 92px;
  }
}
@media screen and (max-width: 750px) {
  .information--archive .information-layout {
    margin: 25px auto 0;
    padding: 0 20px 61px;
  }
}
.information--single .information-layout {
  margin: 45px auto 0;
  padding: 0 0 102px;
}
@media screen and (max-width: 1240px) {
  .information--single .information-layout {
    padding: 0 20px 92px;
  }
}
@media screen and (max-width: 750px) {
  .information--single .information-layout {
    margin: 25px auto 0;
    padding: 0 20px 61px;
  }
}
.information-layout {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .information-layout {
    display: block;
  }
}
.information-sidebar {
  flex: 0 0 273px;
}
@media screen and (max-width: 1240px) {
  .information-sidebar {
    flex: 0 1 28%;
  }
}
@media screen and (max-width: 959px) {
  .information-sidebar {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .information-sidebar {
    margin: 50px 0 0;
  }
}
.information-archive, .information-single {
  flex: 0 0 824px;
}
@media screen and (max-width: 1240px) {
  .information-archive, .information-single {
    flex: 0 1 68%;
  }
}
.information-sidebar__ttl {
  color: #00A7CC;
}
.information-sidebar__ttl .en, .information-sidebar__ttl .ja {
  line-height: 1;
}
.information-sidebar__ttl .en {
  font-size: 28px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1240px) {
  .information-sidebar__ttl .en {
    font-size: 24px;
  }
}
.information-sidebar__ttl .ja {
  letter-spacing: 0.1px;
  margin: 0 0 0 5px;
  overflow: auto;
}
@media screen and (max-width: 750px) {
  .information-sidebar__ttl .ja {
    font-size: 12px;
  }
}
.information-sidebar__search {
  margin: 0 0 34px;
}
.information-sidebar__search #searchform div {
  position: relative;
  width: 100%;
  height: 52px;
  border: solid 2px #329BC1;
  border-radius: 26px;
  background: #fff;
  padding: 5px 20px 5px 55px;
}
.information-sidebar__search #searchform div .screen-reader-text {
  display: none;
}
.information-sidebar__search #searchform div .search-text {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .information-sidebar__search #searchform div .search-text {
    font-size: 15px;
  }
}
.information-sidebar__search #searchform div .search-text div {
  width: 100%;
  height: 100%;
}
.information-sidebar__search #searchform div .search-submit {
  position: absolute;
  top: 15px;
  left: 25px;
  display: block;
  width: 20.58px;
  height: 21.32px;
  background: url(../img/information/search.svg) center/cover no-repeat;
}
.information-sidebar__ranking-list {
  margin: 19px 0 51px;
}
.information-sidebar__ranking-item {
  position: relative;
  margin: 0 0 20px;
}
.information-sidebar__ranking-item-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.information-sidebar__ranking-item-link:hover + .information-sidebar__ranking-item-inner .information-sidebar__ranking-item-thumb img {
  box-shadow: none;
}
.information-sidebar__ranking-item-link:hover + .information-sidebar__ranking-item-inner .information-sidebar__ranking-item-ttl {
  color: #00A7CC;
}
.information-sidebar__ranking-item-inner {
  transition: 0.2s;
}
.information-sidebar__ranking-item-thumb {
  position: relative;
  width: 100%;
  height: 182px;
  cursor: pointer;
}
@media screen and (max-width: 1240px) {
  .information-sidebar__ranking-item-thumb {
    height: 17vw;
  }
}
@media screen and (max-width: 959px) {
  .information-sidebar__ranking-item-thumb {
    height: 50vw;
  }
}
.information-sidebar__ranking-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.information-sidebar__ranking-item-num {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0;
  left: 15px;
  padding: 5px 0 0;
  width: 32px;
  height: 33px;
}
.information-sidebar__ranking-item-num._01 {
  background: url(../img/information/ranking01.svg) center/cover no-repeat;
}
.information-sidebar__ranking-item-num._02 {
  background: url(../img/information/ranking02.svg) center/cover no-repeat;
}
.information-sidebar__ranking-item-num._03 {
  background: url(../img/information/ranking03.svg) center/cover no-repeat;
}
.information-sidebar__ranking-item-num span {
  color: #fff;
  line-height: 1;
}
.information-sidebar__ranking-item-ttl {
  margin: 11px 0 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .information-sidebar__ranking-item-ttl {
    font-size: 15px;
  }
}
.information-sidebar__category-ttl {
  margin: 0 0 14px;
}
.information-sidebar__category-list {
  list-style: none;
  border-bottom: solid 1px #CFCECF;
}
.information-sidebar__category-list li a {
  position: relative;
  display: block;
  padding: 21px 10px 21px 0;
  width: 100%;
  border-top: solid 1px #CFCECF;
  line-height: 1.3;
  font-weight: bold;
  color: #2F3B50;
  transition: 0.2s;
}
.information-sidebar__category-list li a:hover {
  color: #00A7CC;
}
.information-sidebar__category-list li a:hover::after {
  right: -7px;
}
.information-sidebar__category-list li a::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background: url(../img/information/next.svg) center/cover no-repeat;
  transition: 0.2s;
}
.information-sidebar__category-list li .children {
  display: block;
  width: 95%;
  max-width: 257px;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .information-sidebar__category-list li .children {
    width: 96%;
    max-width: inherit;
  }
}
.information-sidebar__category-list li .children li a {
  padding-left: 12px;
  padding-top: 22px;
  background: url(../img/information/dashed.png) top left/4px 1px repeat-x;
  border-top: none;
  font-weight: normal;
}
.information-sidebar__category-list li .children li a::before {
  content: "-";
  position: absolute;
  left: 1px;
  top: 25px;
  font-size: 16px;
  color: #00A7CC;
  line-height: 1;
}
.information-archive__item {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 30px;
}
@media screen and (max-width: 750px) {
  .information-archive__item {
    margin: 0 0 20px;
  }
}
.information-archive__item-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.information-archive__item-link:hover + .information-archive__item-inner {
  box-shadow: none;
}
.information-archive__item-link:hover + .information-archive__item-inner .information-archive__item-more span::after {
  right: -5px;
}
.information-archive__item-inner {
  padding: 30px 40px 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .information-archive__item-inner {
    padding: 15px 20px 30px;
    border-radius: 6px;
  }
}
.information-archive__item-head {
  margin: 0 0 20px;
}
@media screen and (max-width: 750px) {
  .information-archive__item-head {
    margin: 0 0 10px;
  }
}
.information-archive__item-info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 7px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .information-archive__item-info {
    margin: 0 0 2px;
  }
}
.information-archive__item-info-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.information-archive__item-info-list li {
  margin: 0 12px 12px 0;
}
@media screen and (max-width: 750px) {
  .information-archive__item-info-list li {
    margin: 0 8px 8px 0;
  }
}
.information-archive__item-info-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  padding: 5px 16px;
  background: #E7F6F9;
  display: flex;
  border-radius: 14px;
  font-size: 13px;
  letter-spacing: 0;
  color: #00A7CC;
}
@media screen and (max-width: 750px) {
  .information-archive__item-info-list li a {
    padding: 3px 8px;
    font-size: 12px;
  }
}
.information-archive__item-date {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #8D8D8D;
}
@media screen and (max-width: 750px) {
  .information-archive__item-date {
    font-size: 13px;
  }
}
.information-archive__item-ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .information-archive__item-ttl {
    font-size: 18px;
  }
}
.information-archive__item-cont {
  display: flex;
}
@media screen and (max-width: 750px) {
  .information-archive__item-cont {
    display: block;
  }
}
.information-archive__item-thumb {
  flex: 0 0 376px;
  height: 251px;
  margin-right: 31px;
}
@media screen and (max-width: 1240px) {
  .information-archive__item-thumb {
    flex: 0 0 55%;
    height: 20vw;
  }
}
@media screen and (max-width: 959px) {
  .information-archive__item-thumb {
    height: 30vw;
  }
}
@media screen and (max-width: 750px) {
  .information-archive__item-thumb {
    height: 50vw;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.information-archive__item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}
@media screen and (max-width: 750px) {
  .information-archive__item-thumb img {
    border-radius: 3.5px;
  }
}
@media screen and (max-width: 1240px) {
  .information-archive__item-txts {
    flex: 0 0 43%;
  }
}
.information-archive__item-excerpt {
  margin: -4px 0 20px;
  line-height: 2.25;
  letter-spacing: 1px;
}
@media screen and (max-width: 1240px) {
  .information-archive__item-excerpt {
    margin: 0 0 18px;
  }
}
.information-archive__item-excerpt span {
  position: relative;
  top: -6px;
  left: 1px;
}
@media screen and (max-width: 959px) {
  .information-archive__item-excerpt {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 750px) {
  .information-archive__item-excerpt {
    line-height: 2;
  }
}
.information-archive__item-more {
  text-align: right;
  line-height: 1;
}
.information-archive__item-more span {
  position: relative;
  padding: 0 33px 0 0;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #00A7CC;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .information-archive__item-more span {
    font-size: 15px;
  }
}
.information-archive__item-more span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/information/more.svg) center/cover no-repeat;
  transition: 0.2s;
}
.information-archive__no-article p {
  margin: 30px 0 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1240px) {
  .information-archive__no-article p {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .information-archive__no-article p {
    font-size: 15px;
  }
}
.information-archive__nav {
  position: relative;
  left: 13px;
  margin: 52px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  .information-archive__nav {
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .information-archive__nav {
    margin: 30px 0 0;
  }
}
.information-archive__nav .page-numbers:not(.next, .prev) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 29px;
  border: solid 1px #DEDEDE;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  margin: 0 5px;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .information-archive__nav .page-numbers:not(.next, .prev) {
    width: 22px;
    height: 29px;
    font-size: 14px;
    margin: 0 3px;
  }
}
.information-archive__nav .page-numbers:not(.next, .prev):last-child {
  margin-right: 0;
}
.information-archive__nav .page-numbers:not(.next, .prev).current, .information-archive__nav .page-numbers:not(.next, .prev):hover {
  background: #00A7CC;
  color: #fff;
  font-weight: bold;
}
.information-archive__nav .prev, .information-archive__nav .next {
  display: block;
  width: 13px;
  height: 13px;
  transition: 0.2s;
}
.information-archive__nav .prev:hover, .information-archive__nav .next:hover {
  opacity: 0.7;
}
.information-archive__nav .prev {
  background: url(../img/information/prev.svg) center/cover no-repeat;
  margin-right: 13.5px;
}
@media screen and (max-width: 750px) {
  .information-archive__nav .prev {
    margin-right: 9px;
  }
}
.information-archive__nav .next {
  display: block;
  background: url(../img/information/next.svg) center/cover no-repeat;
  margin-left: 13.5px;
}
@media screen and (max-width: 750px) {
  .information-archive__nav .next {
    margin-left: 9px;
  }
}
.information-single__head {
  padding: 6px 0 0px;
}
.information-single__head-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.information-single__head-info li {
  margin: 0 12px 12px 0;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .information-single__head-info li {
    margin: 0 8px 8px 0;
  }
}
.information-single__head-info li a {
  padding: 5px 12px;
  height: 28px;
  border-radius: 14px;
  background: #fff;
  font-size: 14px;
  color: #00A7CC;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .information-single__head-info li a {
    padding: 3px 8px;
    font-size: 12px;
  }
}
.information-single__head-date {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #8D8D8D;
}
.information-single__head-ttl {
  margin: 13px 0 35px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1.2px;
  color: #2F3B50;
}
@media screen and (max-width: 750px) {
  .information-single__head-ttl {
    margin: 10px 0 15px;
    font-size: 22px;
    line-height: 1.5;
  }
}
.information-single__content {
  margin: 0 0 40px;
  padding: 40px 40px 15px;
  background: #fff;
  border-radius: 12px;
  /* */
  /* もくじ */
}
@media screen and (max-width: 1240px) {
  .information-single__content {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .information-single__content {
    border-radius: 6px;
    padding: 10px;
  }
}
.information-single__content .pc {
  display: block !important;
}
@media screen and (max-width: 750px) {
  .information-single__content .pc {
    display: none !important;
  }
}
.information-single__content .sp {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .information-single__content .sp {
    display: block !important;
  }
}
.information-single__content div#ez-toc-container {
  padding: 42px 56px 23px;
  margin: 0 0 84px;
  border: solid 11px #E7F6F9;
  border-radius: 12px;
  background: #fff;
}
@media screen and (max-width: 1240px) {
  .information-single__content div#ez-toc-container {
    padding: 30px 30px 20px;
  }
}
@media screen and (max-width: 750px) {
  .information-single__content div#ez-toc-container {
    border: solid 5.5px #E7F6F9;
    padding: 20px 10px 10px;
    margin: 0 0 40px;
  }
}
.information-single__content div#ez-toc-container .ez-toc-title {
  position: relative;
  display: block;
  padding: 0 0 0 28px;
  margin: 0 0 27px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #00A7CC;
}
@media screen and (max-width: 750px) {
  .information-single__content div#ez-toc-container .ez-toc-title {
    padding: 0 0 0 24px;
    margin: 0 0 15px;
    font-size: 18px;
  }
}
.information-single__content div#ez-toc-container .ez-toc-title::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 19px;
  height: 14.41px;
  background: url(../img/information/toc.svg) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .information-single__content div#ez-toc-container .ez-toc-title::after {
    top: calc(50% + 1px);
    width: 15px;
    height: 12.41px;
  }
}
.information-single__content #ez-toc-container.counter-flat ul,
.information-single__content #ez-toc-container.counter-hierarchy ul,
.information-single__content .ez-toc-widget-container.counter-flat ul,
.information-single__content .ez-toc-widget-container.counter-hierarchy ul {
  counter-reset: item;
  margin: 0 0 27px 20px !important;
}
@media screen and (max-width: 750px) {
  .information-single__content #ez-toc-container.counter-flat ul,
.information-single__content #ez-toc-container.counter-hierarchy ul,
.information-single__content .ez-toc-widget-container.counter-flat ul,
.information-single__content .ez-toc-widget-container.counter-hierarchy ul {
    margin: 0 0 15px 0px !important;
  }
}
.information-single__content #ez-toc-container.counter-flat ul.ez-toc-list-level-1,
.information-single__content #ez-toc-container.counter-hierarchy ul.ez-toc-list-level-1,
.information-single__content .ez-toc-widget-container.counter-flat ul.ez-toc-list-level-1,
.information-single__content .ez-toc-widget-container.counter-hierarchy ul.ez-toc-list-level-1 {
  margin-left: 0 !important;
}
.information-single__content #ez-toc-container.counter-flat ul.ez-toc-list-level-4,
.information-single__content #ez-toc-container.counter-hierarchy ul.ez-toc-list-level-4,
.information-single__content .ez-toc-widget-container.counter-flat ul.ez-toc-list-level-4,
.information-single__content .ez-toc-widget-container.counter-hierarchy ul.ez-toc-list-level-4 {
  margin-left: 30px !important;
}
@media screen and (max-width: 1240px) {
  .information-single__content #ez-toc-container.counter-flat ul.ez-toc-list-level-4,
.information-single__content #ez-toc-container.counter-hierarchy ul.ez-toc-list-level-4,
.information-single__content .ez-toc-widget-container.counter-flat ul.ez-toc-list-level-4,
.information-single__content .ez-toc-widget-container.counter-hierarchy ul.ez-toc-list-level-4 {
    margin-left: 15px !important;
  }
}
@media screen and (max-width: 750px) {
  .information-single__content #ez-toc-container.counter-flat ul.ez-toc-list-level-4,
.information-single__content #ez-toc-container.counter-hierarchy ul.ez-toc-list-level-4,
.information-single__content .ez-toc-widget-container.counter-flat ul.ez-toc-list-level-4,
.information-single__content .ez-toc-widget-container.counter-hierarchy ul.ez-toc-list-level-4 {
    margin-left: 0 !important;
  }
}
.information-single__content #ez-toc-container.counter-flat ul.ez-toc-list-level-5,
.information-single__content #ez-toc-container.counter-hierarchy ul.ez-toc-list-level-5,
.information-single__content .ez-toc-widget-container.counter-flat ul.ez-toc-list-level-5,
.information-single__content .ez-toc-widget-container.counter-hierarchy ul.ez-toc-list-level-5 {
  margin-left: 40px !important;
}
@media screen and (max-width: 1240px) {
  .information-single__content #ez-toc-container.counter-flat ul.ez-toc-list-level-5,
.information-single__content #ez-toc-container.counter-hierarchy ul.ez-toc-list-level-5,
.information-single__content .ez-toc-widget-container.counter-flat ul.ez-toc-list-level-5,
.information-single__content .ez-toc-widget-container.counter-hierarchy ul.ez-toc-list-level-5 {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 750px) {
  .information-single__content #ez-toc-container.counter-flat ul.ez-toc-list-level-5,
.information-single__content #ez-toc-container.counter-hierarchy ul.ez-toc-list-level-5,
.information-single__content .ez-toc-widget-container.counter-flat ul.ez-toc-list-level-5,
.information-single__content .ez-toc-widget-container.counter-hierarchy ul.ez-toc-list-level-5 {
    margin-left: 0 !important;
  }
}
.information-single__content #ez-toc-container.counter-flat ul li,
.information-single__content #ez-toc-container.counter-hierarchy ul li,
.information-single__content .ez-toc-widget-container.counter-flat ul li,
.information-single__content .ez-toc-widget-container.counter-hierarchy ul li {
  margin-bottom: 0;
  padding: 0;
}
.information-single__content #ez-toc-container.counter-flat ul li::after,
.information-single__content #ez-toc-container.counter-hierarchy ul li::after,
.information-single__content .ez-toc-widget-container.counter-flat ul li::after,
.information-single__content .ez-toc-widget-container.counter-hierarchy ul li::after {
  display: none !important;
}
.information-single__content #ez-toc-container.counter-decimal ul.ez-toc-list li a,
.information-single__content .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a {
  display: block;
  margin-bottom: 12px !important;
  line-height: 1.3;
  letter-spacing: 0.5px;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .information-single__content #ez-toc-container.counter-decimal ul.ez-toc-list li a,
.information-single__content .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a {
    margin-bottom: 9px !important;
    font-size: 15px;
    line-height: 2;
  }
}
.information-single__content #ez-toc-container.counter-decimal ul.ez-toc-list li a:hover,
.information-single__content .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a:hover {
  color: #00A7CC;
}
.information-single__content #ez-toc-container.counter-decimal ul.ez-toc-list li a:before,
.information-single__content .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a:before {
  display: inline-block;
  counter-increment: item;
  content: counters(item, ".") ".";
  width: auto;
  height: auto;
  color: #00A7CC;
  text-decoration: none;
  margin-right: 7px;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .information-single__content #ez-toc-container.counter-decimal ul.ez-toc-list li a:before,
.information-single__content .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a:before {
    font-size: 15px;
  }
}
.information-single__content h2 {
  display: block;
  margin: 0 0 28px;
  padding: 0 0 33px;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .information-single__content h2 {
    margin: 0 0 20px;
    padding: 0 0 25px;
    font-size: 21px;
    line-height: 1.5;
  }
}
.information-single__content h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/common/ttl-wave.png) center/cover no-repeat;
  width: 102px;
  height: 18px;
}
@media screen and (max-width: 750px) {
  .information-single__content h2::after {
    width: 77px;
    height: 14px;
  }
}
.information-single__content h3 {
  position: relative;
  margin: 0 0 33px;
  padding: 0 0 23px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .information-single__content h3 {
    padding: 0 0 15px;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.information-single__content h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #00A7CC 0px, #00A7CC 65px, #A9DFEE 65px, #A9DFEE 100%);
}
.information-single__content h4 {
  position: relative;
  margin: 0 0 23px;
  padding: 0 0 0 22px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .information-single__content h4 {
    margin: 0 0 20px;
    padding: 2px 0 0 15px;
    font-size: 19px;
    line-height: 1.5;
  }
}
.information-single__content h4::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: calc(100% - 10px);
  background: #00A7CC;
}
@media screen and (max-width: 750px) {
  .information-single__content h4::after {
    height: calc(100% - 5px);
    width: 3px;
  }
}
.information-single__content h5 {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0 26px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 750px) {
  .information-single__content h5 {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.information-single__content h5::after {
  position: absolute;
  top: 18px;
  left: 0;
  content: "";
  width: 13px;
  height: 3px;
  background: #00A7CC;
}
@media screen and (max-width: 750px) {
  .information-single__content h5::after {
    top: 14px;
    width: 12px;
    height: 2px;
  }
}
.information-single__content p {
  margin: 0 0 24px;
  line-height: 2;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 750px) {
  .information-single__content p {
    line-height: 2;
    font-size: 15px;
  }
}
.information-single__content p::after {
  content: "";
  clear: both;
  display: block;
}
.information-single__content p a {
  color: #00A7CC;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  transition: 0.2s;
}
.information-single__content p a:hover {
  opacity: 0.7;
}
.information-single__content p strong {
  color: #00A7CC;
  font-weight: bold;
}
.information-single__content p em {
  font-style: italic;
}
.information-single__content p[style="text-align: left;"], .information-single__content p[style="text-align: center;"], .information-single__content p[style="text-align: right;"] {
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}
.information-single__content img {
  border-radius: 7px;
}
.information-single__content img.alignnone, .information-single__content img.aligncenter {
  margin: 0 auto 41px;
}
@media screen and (max-width: 750px) {
  .information-single__content img.alignnone, .information-single__content img.aligncenter {
    margin: 0 auto 20px;
  }
}
.information-single__content img.aligncenter {
  display: flex;
  justify-content: center;
}
.information-single__content img.alignleft, .information-single__content img.alignright {
  max-width: 372px;
}
@media screen and (max-width: 1240px) {
  .information-single__content img.alignleft, .information-single__content img.alignright {
    max-width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .information-single__content img.alignleft, .information-single__content img.alignright {
    max-width: inherit;
    width: 100%;
  }
}
.information-single__content img.alignleft {
  float: left;
  margin: 2px 25px 39px 0;
}
@media screen and (max-width: 750px) {
  .information-single__content img.alignleft {
    float: none;
    margin: 0 0 20px;
  }
}
.information-single__content img.alignright {
  float: right;
  margin: 2px 0 39px 25px;
}
@media screen and (max-width: 750px) {
  .information-single__content img.alignright {
    float: none;
    margin: 0 0 20px;
  }
}
.information-single__content ul, .information-single__content ol {
  margin-bottom: 34px;
}
@media screen and (max-width: 750px) {
  .information-single__content ul, .information-single__content ol {
    margin: 30px 0;
  }
}
.information-single__content ul li, .information-single__content ol li {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 0 23px;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 750px) {
  .information-single__content ul li, .information-single__content ol li {
    padding: 0 0 0 17px;
    line-height: 2;
  }
}
.information-single__content ul li::after, .information-single__content ol li::after {
  position: absolute;
  left: 0;
  content: "";
}
.information-single__content ul li::after {
  top: 7px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #00A7CC;
}
@media screen and (max-width: 750px) {
  .information-single__content ul li::after {
    top: 12px;
    width: 6px;
    height: 6px;
  }
}
.information-single__content ol li {
  counter-increment: li_count;
}
.information-single__content ol li::after {
  content: counter(li_count) ".";
  line-height: 1;
  top: 3px;
  color: #00A7CC;
}
@media screen and (max-width: 750px) {
  .information-single__content ol li::after {
    top: 7px;
  }
}
.information-single__content blockquote {
  position: relative;
  margin: 60px 0 50px;
  padding: 48px 40px 44px;
  border-radius: 12px;
  background: #FAFAFA;
}
@media screen and (max-width: 750px) {
  .information-single__content blockquote {
    margin: 40px 0 30px;
    padding: 25px 20px 20px;
  }
}
.information-single__content blockquote::after {
  content: "";
  position: absolute;
  left: 45px;
  top: -10px;
  background: url(../img/information/quote.svg) center/cover no-repeat;
  width: 25.34px;
  height: 27.84px;
}
@media screen and (max-width: 750px) {
  .information-single__content blockquote::after {
    left: 20px;
    width: 20px;
    height: 22px;
  }
}
.information-single__content blockquote p {
  margin-bottom: 0;
  color: gray;
}
.information-single__content table {
  margin: 0 0 47px;
}
@media screen and (max-width: 750px) {
  .information-single__content table {
    margin: 0 0 30px;
  }
}
.information-single__content table th, .information-single__content table td {
  padding: 19.5px 10px;
  border: solid 1px #D0D0D0;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .information-single__content table th, .information-single__content table td {
    font-size: 14px;
    padding: 10px 5px;
    letter-spacing: 0;
  }
}
.information-single__content table thead th, .information-single__content table thead td {
  color: #00A7CC;
  background: #E7F6F9;
  font-weight: bold;
  border-bottom: 0;
}
.information-single__content table tbody th, .information-single__content table tbody td {
  border-top: 0;
}
.information-single__content .linkcard {
  margin: 0 0 17px;
}
@media screen and (max-width: 750px) {
  .information-single__content .linkcard {
    margin: 0 0 10px;
  }
}
.information-single__content .linkcard .lkc-link {
  position: relative;
  display: block;
  width: 100%;
  border: solid 1px #CFCECF;
  border-radius: 10px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.information-single__content .linkcard .lkc-link::after {
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: solid 7px #E7F6F9;
  z-index: 1;
  border-radius: 10px;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .information-single__content .linkcard .lkc-link::after {
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    border: solid 3.5px #E7F6F9;
    border-radius: 5px;
  }
}
@media screen and (max-width: 750px) {
  .information-single__content .linkcard .lkc-link {
    border-radius: 5px;
    box-shadow: 0 1.5px 0 rgba(0, 0, 0, 0.1);
  }
}
.information-single__content .linkcard .lkc-link .lkc-card {
  position: relative;
  margin: 0 !important;
  padding: 25px 60px 25px 30px;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .information-single__content .linkcard .lkc-link .lkc-card {
    padding: 10px 30px 10px 10px;
  }
}
.information-single__content .linkcard .lkc-link:hover::after {
  opacity: 1;
}
.information-single__content .linkcard .lkc-link:hover .lkc-title-text {
  text-decoration: none;
  color: #00A7CC;
}
.information-single__content .linkcard .lkc-info {
  display: none !important;
}
.information-single__content .linkcard .lkc-content {
  display: flex;
  margin: 0;
}
.information-single__content .linkcard .lkc-thumbnail {
  flex: 0 0 170px;
  height: 113px;
  margin: 0 25px 0 0 !important;
  float: none !important;
}
@media screen and (max-width: 750px) {
  .information-single__content .linkcard .lkc-thumbnail {
    flex: 0 0 35%;
    margin: 0 15px 0 0 !important;
    height: 17vw;
  }
}
.information-single__content .linkcard .lkc-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.information-single__content .linkcard .lkc-inner {
  flex: 0 1 auto;
  width: calc(80% - 40px);
}
.information-single__content .linkcard .lkc-title-text, .information-single__content .linkcard .lkc-url, .information-single__content .linkcard .lkc-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 50px);
}
@media screen and (max-width: 750px) {
  .information-single__content .linkcard .lkc-title-text, .information-single__content .linkcard .lkc-url, .information-single__content .linkcard .lkc-excerpt {
    width: calc(100% - 10px);
  }
}
.information-single__content .linkcard .lkc-title-text {
  margin: 20px 0 15px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .information-single__content .linkcard .lkc-title-text {
    margin: 1.5vw 0 1vw;
    font-size: 3.5vw;
  }
}
.information-single__content .linkcard .lkc-url {
  margin: 0 0 14px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .information-single__content .linkcard .lkc-url {
    margin: 0 0 1.5vw;
    font-size: 3vw;
  }
}
.information-single__content .linkcard .lkc-excerpt {
  font-size: 12px !important;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .information-single__content .linkcard .lkc-excerpt {
    font-size: 3.5vw !important;
  }
}
.information-single__content .linkcard .lkc-internal-wrap {
  position: relative;
}
.information-single__content .linkcard .lkc-internal-wrap::after {
  position: absolute;
  top: calc(50% - 1px);
  right: 32px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 13.48px;
  height: 21.57px;
  background: url(../img/information/internal-link.svg) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .information-single__content .linkcard .lkc-internal-wrap::after {
    right: 10px;
    width: 8px;
    height: 10px;
  }
}
.information-single__content .linkcard .lkc-external-wrap {
  position: relative;
}
.information-single__content .linkcard .lkc-external-wrap::after {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 24.05px;
  height: 24.05px;
  background: url(../img/information/external-link.svg) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .information-single__content .linkcard .lkc-external-wrap::after {
    right: 10px;
    width: 12px;
    height: 12px;
  }
}
.information-single__share {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 750px) {
  .information-single__share {
    margin: 0 0 30px;
  }
}
.information-single__share-text {
  position: relative;
  left: 4px;
  margin-right: 84px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .information-single__share-text {
    font-size: 14px;
    margin-right: 40px;
  }
}
.information-single__share-text::after {
  position: absolute;
  content: "";
  top: calc(50% + 1px);
  right: -58px;
  transform: translateY(-50%);
  width: 42px;
  height: 2px;
  background: #CFCECF;
}
@media screen and (max-width: 750px) {
  .information-single__share-text::after {
    right: -22px;
    width: 15px;
  }
}
.information-single__share .addtoany_list a {
  width: 32px;
  height: 32px;
  padding: 0 !important;
  transition: 0.2s !important;
  background: #fff;
  border-radius: 50%;
  margin-right: 20px;
}
.information-single__share .addtoany_list a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .information-single__share .addtoany_list a {
    margin-right: 10px;
  }
}
.information-single__comment {
  margin: 0 0 60px;
  padding: 45px 40px 40px;
  background: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 1240px) {
  .information-single__comment {
    padding: 25px 20px 20px;
  }
}
@media screen and (max-width: 750px) {
  .information-single__comment {
    margin: 0 0 40px;
    padding: 25px 10px 20px;
    border-radius: 6px;
  }
}
.information-single__comment-ttl {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #00A7CC;
}
@media screen and (max-width: 750px) {
  .information-single__comment-ttl {
    font-size: 18px;
    text-align: center;
  }
}
.information-single__comment-inner {
  display: flex;
}
@media screen and (max-width: 750px) {
  .information-single__comment-inner {
    display: block;
  }
}
.information-single__comment-img {
  margin: 0 30px 0 0;
  flex: 0 0 273px;
  height: 182px;
}
@media screen and (max-width: 750px) {
  .information-single__comment-img {
    margin: 0 0 10px;
    width: 100%;
    height: 50vw;
  }
}
.information-single__comment-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.information-single__comment-txts {
  flex: 0 1 100%;
  padding: 4px 0 0;
}
.information-single__comment-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .information-single__comment-name {
    text-align: center;
  }
}
.information-single__comment-txt {
  margin: 9px 0 5px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .information-single__comment-txt {
    margin: 10px 0;
  }
}
.information-single__comment-sns {
  display: flex;
}
@media screen and (max-width: 750px) {
  .information-single__comment-sns {
    justify-content: center;
  }
}
.information-single__comment-sns li.facebook {
  margin: 0 20px;
}
@media screen and (max-width: 750px) {
  .information-single__comment-sns li.facebook {
    margin: 0 15px;
  }
}
.information-single__comment-sns li a {
  transition: 0.1s;
}
.information-single__comment-sns li a:hover {
  opacity: 0.7;
}
.information-single__pnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 128px;
}
@media screen and (max-width: 750px) {
  .information-single__pnav {
    display: block;
    margin: 0 0 50px;
  }
}
.information-single__pnav-prev, .information-single__pnav-next {
  display: block;
  flex: 0 0 278px;
}
@media screen and (max-width: 1240px) {
  .information-single__pnav-prev, .information-single__pnav-next {
    flex: 0 0 30%;
  }
}
.information-single__pnav-prev a, .information-single__pnav-next a {
  position: relative;
  display: block;
  line-height: 1.75;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: 0.2s;
}
.information-single__pnav-prev a::before, .information-single__pnav-next a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
.information-single__pnav-prev a:hover, .information-single__pnav-next a:hover {
  color: #00A7CC;
}
.information-single__pnav-next a {
  padding-left: 35px;
}
.information-single__pnav-next a::before {
  left: -1px;
  background: url(../img/information/prev.svg) center/cover no-repeat;
}
.information-single__pnav-prev a {
  padding-right: 35px;
}
@media screen and (max-width: 750px) {
  .information-single__pnav-prev a {
    text-align: right;
  }
}
.information-single__pnav-prev a::before {
  right: 2px;
  background: url(../img/information/next.svg) center/cover no-repeat;
}
.information-single__pnav-list {
  flex: 0 0 227px;
}
@media screen and (max-width: 1240px) {
  .information-single__pnav-list {
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 750px) {
  .information-single__pnav-list {
    max-width: 210px;
    margin: 10px auto;
  }
}
.information-single__pnav-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  border-radius: 26px;
  background: #00A7CC;
  border: solid 1px #00A7CC;
  color: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .information-single__pnav-list a {
    height: 42px;
    border-radius: 21px;
  }
}
.information-single__pnav-list a:hover {
  background: #fff;
  color: #00A7CC;
}
.information-single__pnav-list a span {
  line-height: 1;
}
.information-single__related-ttl {
  display: block;
  line-height: 1;
}
.information-single__related-ttl .ja {
  margin-right: 7px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .information-single__related-ttl .ja {
    font-size: 20px;
  }
}
.information-single__related-ttl .en {
  position: relative;
  padding-left: 12px;
  font-size: 12px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.9px;
  color: #00A7CC;
}
.information-single__related-ttl .en::before {
  position: absolute;
  top: 0.5px;
  left: 0;
  content: "/";
  font-size: 13px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  color: #00A7CC;
  transform: rotate(3deg);
}
.information-single__related-list {
  display: flex;
  margin: 35px 0 0;
}
@media screen and (max-width: 750px) {
  .information-single__related-list {
    display: block;
    margin: 20px 0 0;
  }
}
.information-single__related-item {
  position: relative;
  flex: 0 0 266px;
  margin-right: 13px;
}
@media screen and (max-width: 1240px) {
  .information-single__related-item {
    flex: 0 0 calc(33.3333333333% - 10px);
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  .information-single__related-item {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1240px) {
  .information-single__related-item:last-child {
    margin-right: 0;
  }
}
.information-single__related-item-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.information-single__related-item-link:hover + .information-single__related-item-item-inner .information-single__related-item-ttl {
  color: #00A7CC;
}
.information-single__related-item-inner {
  transition: 0.2s;
}
.information-single__related-item-thumb {
  width: 100%;
  height: 177px;
}
@media screen and (max-width: 1240px) {
  .information-single__related-item-thumb {
    height: 15vw;
  }
}
@media screen and (max-width: 959px) {
  .information-single__related-item-thumb {
    height: 20vw;
  }
}
@media screen and (max-width: 750px) {
  .information-single__related-item-thumb {
    height: 50vw;
  }
}
.information-single__related-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}
.information-single__related-item-ttl {
  margin: 14px 0 11px;
  line-height: 1.75;
  letter-spacing: 0.7px;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .information-single__related-item-ttl {
    margin: 5px 0;
    font-size: 15px;
    line-height: 2;
  }
}
.information-single__related-item-date {
  line-height: 1;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  color: #2F3B50;
}

.policy {
  padding: 0 0 80px;
}

.policy-cont {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .policy-cont {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1240px) {
  .policy-cont .c-inner {
    padding: 0;
  }
}
.policy-cont__read {
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2.25;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .policy-cont__read {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .policy-cont__read {
    font-size: 15px;
    line-height: 2;
  }
}
.policy-cont__cont {
  margin-top: 28px;
}
.policy-cont__cont &gt; * + * {
  margin-top: 33px;
}
.policy-cont__foot {
  margin: 40px 0 0;
  text-align: right;
}
@media screen and (max-width: 1240px) {
  .policy-cont__foot {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .policy-cont__foot {
    font-size: 15px;
    line-height: 2;
  }
}

.policy-cont-item__ttl {
  display: block;
  background: linear-gradient(to right, #00c5db 0%, #3974ce 100%);
  text-align: center;
  color: #fff;
  padding: 17px;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  border-radius: 4px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .policy-cont-item__ttl {
    border-radius: 0;
  }
}
@media screen and (max-width: 750px) {
  .policy-cont-item__ttl {
    padding: 12px;
    font-size: 20px;
    font-weight: normal;
  }
}
.policy-cont-item__txt {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2.25;
}
@media screen and (max-width: 1240px) {
  .policy-cont-item__txt {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .policy-cont-item__txt {
    font-size: 15px;
    line-height: 2;
  }
}
.policy-cont-item__list {
  margin: 20px 0 0;
}
.policy-cont-item__list li {
  padding-left: 3.5em;
  text-indent: -3.5em;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 1240px) {
  .policy-cont-item__list li {
    padding: 0 20px;
    padding-left: 3.5em;
  }
}
@media screen and (max-width: 750px) {
  .policy-cont-item__list li {
    line-height: 2;
  }
}


/* 2024.04.16 add */
.message-pic__txts {
    right: 0;
		left: auto;
    padding-left: 0;
    padding-right: 16.6666666667%;
}
.message-pic__decoration-ttl {
	left: auto;
    right: 2px;
}
@media screen and (max-width: 750px){
.message-pic__txts {
    padding-left: 0;
    padding-right: 20px;
}
.message-pic__decoration-ttl {
    left: auto;
    right: 0;
}
.message-pic__ttl {
    text-align: right;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
}</pre></body></html>