@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, b {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 100%;
  list-style-type: none;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  line-height: 140%;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #333;
}
@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
}

input[type=submit], input[type=button],
button[type=submit],
button[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration,
button[type=submit]::-webkit-search-decoration,
button[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus,
button[type=submit]::focus,
button[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.no-padding {
  padding: 0 !important;
}

.bg-yellow {
  background-color: #fff8eb;
}

header {
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  transition: 0.3s;
}
@media screen and (max-width: 950px) {
  header {
    height: 50px;
    overflow: hidden;
    width: 100vw;
  }
}
header.show {
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 951px) {
  header.show .gnavList_link {
    color: #0080CB;
  }
}
header #navDrawer {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .navClose {
  display: none;
}
@media screen and (max-width: 950px) {
  header .navClose {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    z-index: 100;
  }
  header .navClose button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    height: 14px;
    width: 26px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .navClose button::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: 0.2s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
  }
  header .navClose button::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
  }
  header .navClose.active button {
    border-top: none;
    border-bottom: none;
  }
  header .navClose.active button::after {
    transform: rotate(45deg);
    left: 0;
  }
  header .navClose.active button::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    transform: rotate(-45deg);
    left: 0;
  }
}
header.show .navClose button {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
header.show .navClose button::after {
  background-color: #000;
}
header.show .navClose button::before {
  background-color: #000;
}
header.show .navClose.active button {
  border-top: none;
  border-bottom: none;
}
@media screen and (max-width: 950px) {
  header #navContent {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    height: calc(100vh - 50px);
    position: fixed;
    left: 101vw;
    top: 50px;
    transition: 0.3s;
    background-image: url(../images/bg_pageHead.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  header #navContent.active {
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
  }
}
header .headerLogo {
  width: 100%;
  max-width: 220px;
  height: 22.5px;
}
@media screen and (max-width: 950px) {
  header .headerLogo {
    height: 21px;
    width: 160px;
    display: flex;
    align-items: center;
    top: 18px;
    left: 30px;
  }
}
header .headerLogo_link {
  display: block;
  max-height: 100%;
  position: relative;
}
header .headerLogo_link img {
  width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 2;
  transition: 0.2s;
}
header .headerLogo_link .logo01 {
  display: none;
}
header .headerLogo_link .logo02 {
  display: block;
}
header .gnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  header .gnav {
    order: 1;
    margin: 0;
    flex-wrap: wrap;
    padding: 0;
    align-items: inherit;
  }
}
header .gnavList {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 950px) {
  header .gnavList {
    padding: 12vw;
    display: block;
    width: 100vw;
  }
}
header .gnavList_link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  position: relative;
  white-space: nowrap;
  color: #0080CB;
}
@media screen and (max-width: 950px) {
  header .gnavList_link {
    justify-content: flex-start;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
  }
}
header .gnavList_item {
  box-sizing: border-box;
  border-bottom: none;
}
header .gnavList_item + .gnavList_item {
  margin-left: 30px;
}
@media screen and (max-width: 950px) {
  header .gnavList_item {
    margin-left: 0;
    width: 100%;
  }
  header .gnavList_item + .gnavList_item {
    border-top: 1px solid #fff;
    margin-left: auto;
  }
}
header .gnavList_item.contact_item {
  border-top: none !important;
}
header .gnavList_item.contact_item a {
  background-color: #0080CB;
  padding: 8px 30px 10px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  justify-content: center;
}
header .followNavi {
  position: fixed;
  top: 143px;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  header .followNavi {
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
  }
}
@media screen and (max-width: 767px) {
  header .followNavi {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100vw;
  }
}
header .followNavi_link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 4.8px;
  background-color: #0080CB;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  header .followNavi_link {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  header .followNavi_link {
    font-size: 20px;
    padding: 10px 0;
  }
}

body#top header::after {
  content: none;
}
body#top header.show {
  background-color: rgb(255, 255, 255);
}
body header.show {
  background-color: rgb(255, 255, 255);
}
body header.show::after {
  content: none;
}
body header.show .gnavList_item.contact_item a {
  background-color: #0080CB;
  padding: 8px 30px 10px;
  border-radius: 30px;
  color: #fff;
}
body .headerLogo .logo01 {
  display: block;
}
body .headerLogo .logo01.hidden {
  opacity: 0;
}
body .headerLogo .logo02 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
}
body .headerLogo .logo02.show {
  opacity: 1;
}

.link {
  display: flex;
}
.link.topBack {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .link.topBack {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.link_button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 75px 30px;
  box-sizing: border-box;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  background-color: #0080CB;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .link_button {
    padding: 13px 30px 14px;
    font-size: 15px;
  }
}
.link_button::after {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background-image: url(../images/icon_link01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .link_button::after {
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }
}

main.page .pageHeadSection {
  max-width: 100%;
  background-image: url(../images/bg_pageHead.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main.page .pageHeadSection + .contactPageSection {
  margin-top: 60px;
}
main.page .pageHeadSection .pageHeadWrapper {
  max-width: 1140px;
  margin: auto;
  padding: 135px 20px 50px;
}
@media screen and (max-width: 767px) {
  main.page .pageHeadSection .pageHeadWrapper {
    padding-top: 83px;
    padding-bottom: 40px;
  }
}
main.page .pageHeadSection .pageHeadWrapper h2 {
  padding-left: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  main.page .pageHeadSection .pageHeadWrapper h2 {
    font-size: 32px;
    margin-bottom: 0;
  }
}
main.page .pageHeadSection .pageHeadWrapper h2::before {
  content: none;
}
main.page .pageHeadSection .pageHeadWrapper h2 .eng {
  color: #fff;
}
@media screen and (max-width: 767px) {
  main.page .pageHeadSection .pageHeadWrapper h2 .eng {
    margin-bottom: 5px;
  }
}
main.page .pageHeadSection .pageHeadWrapper h2 .wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main.page .pageHeadSection .pageHeadWrapper h2 .wrapper {
    flex-wrap: wrap;
  }
}
main.page .pageHeadSection .pageHeadWrapper h2 .wrapper p {
  font-weight: 400;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  main.page .pageHeadSection .pageHeadWrapper h2 .wrapper p {
    margin-left: 34px;
  }
}
@media screen and (max-width: 767px) {
  main.page .pageHeadSection .pageHeadWrapper h2 .wrapper p {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
  }
}

.contentContainer {
  max-width: 1140px;
  margin: auto;
}
.contentContainer_title {
  font-size: 46px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 30px;
  padding-left: 33px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contentContainer_title {
    font-size: 35px;
    padding-left: 24px;
    margin-bottom: 20px;
  }
}
.contentContainer_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  border: 4px solid #0080CB;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contentContainer_title::before {
    width: 12px;
    height: 12px;
    border: 3px solid #0080CB;
    top: 8px;
  }
}
.contentContainer_title .eng {
  color: #0080CB;
  font-size: 21px;
  font-weight: 700;
  line-height: 150%;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contentContainer_title .eng {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.contentContainer_title + p {
  padding-left: 33px;
}
@media screen and (max-width: 767px) {
  .contentContainer_title + p {
    padding-left: 24px;
  }
}
.contentContainer p {
  font-size: 23px;
  font-weight: 500;
  line-height: 155%;
}
@media screen and (max-width: 767px) {
  .contentContainer p {
    font-size: 17px;
  }
}

.contentSection.fvSection {
  text-align: center;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .contentSection.fvSection {
    padding-top: 50px;
  }
}
.contentSection.fvSection .fvContainer {
  max-width: 100%;
  position: relative;
}
.contentSection.fvSection .fvContainer img {
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .contentSection.fvSection .fvContainer img {
    height: 294.37px;
    width: 100%;
  }
}
.contentSection.fvSection .fvContainer h2 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateY(-56%) translateX(-50%);
  font-family: "Noto Serif JP", serif;
  color: #FFF;
  font-size: 81px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 16.2px;
  z-index: 2;
}
.contentSection.fvSection .fvContainer h2::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .contentSection.fvSection .fvContainer h2 {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
.contentSection.fvSection .infoContainer {
  position: relative;
  background-color: #4DA6DB;
  max-width: 100%;
  z-index: 1;
  padding: 90px 20px 117px;
  color: #FFF;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contentSection.fvSection .infoContainer {
    padding: 45px 20px 58px;
  }
}
.contentSection.fvSection .infoContainer p {
  line-height: 166.667%;
}
@media screen and (max-width: 767px) {
  .contentSection.fvSection .infoContainer p {
    font-size: 16px;
  }
}
.contentSection.fvSection .infoContainer .infoNav {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  border-radius: 5px;
  border: 1px solid #FFF;
  overflow: hidden;
  background-color: #fff;
}
.contentSection.fvSection .infoContainer .infoNav_item + * {
  border-left: 1px solid #FFF;
}
.contentSection.fvSection .infoContainer .infoNav_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 420px;
  background-color: #175288;
  color: #FFF;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 6.8px;
  padding: 28px 0 30px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contentSection.fvSection .infoContainer .infoNav_link {
    padding: 12px 17px 13px;
    width: 45vw;
    font-size: 15px;
    letter-spacing: 1.7px;
  }
}
.contentSection.fvSection .infoContainer .infoNav_link::after {
  content: "";
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 21px;
  background-image: url(../images/icon_arrowBottom01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .contentSection.fvSection .infoContainer .infoNav_link::after {
    width: 13px;
    height: 9px;
    right: 15px;
  }
}
.contentSection.advantageSection {
  padding: 160px 30px;
  background-image: url(../images/bg01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection {
    padding: 60px 16px 25px;
  }
  .contentSection.advantageSection h2 {
    margin-left: 6px;
  }
  .contentSection.advantageSection h2 + p {
    padding-left: 30px;
  }
}
.contentSection.advantageSection .advantageList {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList {
    margin-top: 35px;
  }
}
.contentSection.advantageSection .advantageList_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contentSection.advantageSection .advantageList_item.item {
  background-color: #fff;
  border-radius: 15px;
  padding: 50px 60px;
}
@media screen and (max-width: 1066px) {
  .contentSection.advantageSection .advantageList_item.item {
    padding: 20px;
  }
}
.contentSection.advantageSection .advantageList_item.item2 {
  background-color: #fff;
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
}
.contentSection.advantageSection .advantageList_item.item2 a {
  display: flex;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item.item2 a {
    flex-wrap: wrap;
  }
}
.contentSection.advantageSection .advantageList_item .column01 {
  width: 50%;
}
@media screen and (max-width: 1066px) {
  .contentSection.advantageSection .advantageList_item .column01 {
    width: 100%;
  }
}
.contentSection.advantageSection .advantageList_item .column01 h3 {
  font-size: 25px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item .column01 h3 {
    font-size: 19px;
  }
}
.contentSection.advantageSection .advantageList_item .column01 h2 {
  font-size: 68px;
  line-height: 130%;
  font-weight: 800;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}
.contentSection.advantageSection .advantageList_item .column01 h2::after {
  content: "";
  display: block;
  position: absolute;
  top: -21px;
  left: calc(100% + 30px);
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-top: 12px solid #0080CB;
  border-left: 12px solid #0080CB;
}
.contentSection.advantageSection .advantageList_item .column01 h2.wide::after {
  left: 100%;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item .column01 h2 {
    font-size: 34px;
    margin-left: 0;
  }
}
.contentSection.advantageSection .advantageList_item .column01 h2 span {
  color: #0080CB;
}
.contentSection.advantageSection .advantageList_item .column01 .title01 {
  background-color: #0080CB;
  padding: 17px 0 17px 45px;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item .column01 .title01 {
    padding: 17px;
    font-size: 16px;
  }
}
.contentSection.advantageSection .advantageList_item .column01 p {
  font-size: 18px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item .column01 p {
    padding-left: 0;
    font-size: 15px;
    line-height: 150%;
  }
}
.contentSection.advantageSection .advantageList_item .column01 .text {
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item .column01 .text {
    padding: 15px 17px;
  }
}
.contentSection.advantageSection .advantageList_item .column_image {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item .column_image {
    height: 180px;
  }
  .contentSection.advantageSection .advantageList_item .column_image img {
    object-fit: cover;
  }
}
.contentSection.advantageSection .advantageList_item .column_image::after {
  content: "";
  display: block;
  position: absolute;
  right: 27px;
  bottom: 22px;
  background-image: url(../images/icon_arrowRightTop01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 45.24px;
  height: 45.24px;
}
@media screen and (max-width: 1066px) {
  .contentSection.advantageSection .advantageList_item .column_image {
    width: 100%;
  }
}
.contentSection.advantageSection .advantageList_item .column02 {
  width: 50%;
}
@media screen and (max-width: 1066px) {
  .contentSection.advantageSection .advantageList_item .column02 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item .column02 .case {
    margin-top: 20px;
  }
}
.contentSection.advantageSection .advantageList_item .column02 .case_item + * {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000;
}
.contentSection.advantageSection .advantageList_item .column02 .case_item .title {
  font-size: 18px;
  font-weight: 700;
}
.contentSection.advantageSection .advantageList_item .column02 .case_item .title span {
  font-size: 14px;
  display: inline-block;
  background-color: #0080CB;
  padding: 3px 5px 4px;
  color: #fff;
  margin-right: 10px;
}
.contentSection.advantageSection .advantageList_item .column02 .case_item p {
  font-size: 18px;
  margin-top: 10px;
}
.contentSection.advantageSection .advantageList_item .column02.col {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item .column02.col {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .contentSection.advantageSection .advantageList_item .column02.col .column02_colItem + * {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item .column02.col .column02_colItem + * {
    margin-top: 20px;
  }
}
.contentSection.advantageSection .advantageList_item .column02.col .column02_colItem.text {
  background-color: #0080CB;
  padding: 15px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item .column02.col .column02_colItem.text {
    width: 100%;
  }
}
.contentSection.advantageSection .advantageList_item .column02.col .column02_colItem.text h3 {
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item .column02.col .column02_colItem.text h3 {
    font-size: 16px;
  }
}
.contentSection.advantageSection .advantageList_item .column02.col .column02_colItem.text h4 {
  background-color: #fff;
  padding: 3px 5px 4px;
  color: #0080CB;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item .column02.col .column02_colItem.text ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.contentSection.advantageSection .advantageList_item .column02.col .column02_colItem.text ul li {
  padding-left: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item .column02.col .column02_colItem.text ul li {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.contentSection.advantageSection .advantageList_item .column02.col .column02_colItem.text ul li::before {
  content: "•";
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .contentSection.advantageSection .advantageList_item .column02.col .column02_colItem.text ul li + li {
    margin-top: 5px;
  }
}
.contentSection.advantageSection .advantageList_item .column02 .row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item .column02 .row {
    align-items: start;
  }
  .contentSection.advantageSection .advantageList_item .column02 .row .spL02 {
    align-items: end;
  }
}
.contentSection.advantageSection .advantageList_item .column02 .row + .row {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 20px;
}
.contentSection.advantageSection .advantageList_item .column02 .row.after01::after {
  content: "※2012年〜2025年3月6日時点";
  display: block;
  font-size: 12px;
  margin-top: 4px;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.contentSection.advantageSection .advantageList_item .column02 .row .text01 {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 120%;
}
.contentSection.advantageSection .advantageList_item .column02 .row .text02 {
  font-size: 50px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #0080CB;
  transform: scale(1, 1.3);
  margin-bottom: 10px;
}
.contentSection.advantageSection .advantageList_item .column02 .row .text02 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  transform: scale(1, 0.8);
  display: inline-block;
}
.contentSection.advantageSection .advantageList_item .column02 .row .text03 {
  font-size: 12px;
  margin-top: 4px;
  text-align: right;
}
.contentSection.advantageSection .advantageList_item .column02 .row .text05 {
  font-size: 70px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #0080CB;
  transform: scale(1, 1.2);
}
.contentSection.advantageSection .advantageList_item .column02 .row .text05 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 700;
  transform: scale(1, 0.8);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item .column02 .row_item.spW100 {
    width: 100%;
  }
  .contentSection.advantageSection .advantageList_item .column02 .row_item.spW50 {
    width: 50%;
  }
  .contentSection.advantageSection .advantageList_item .column02 .row_item.spL01 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .contentSection.advantageSection .advantageList_item .column02 .row_item.spL01 > div {
    width: 49%;
  }
  .contentSection.advantageSection .advantageList_item .column02 .row_item.spBdrR01 {
    border-right: 1px solid #000;
    padding-right: 10%;
  }
}
.contentSection.advantageSection .advantageList_item .column02 .row_item .tar {
  text-align: right;
}
.contentSection.advantageSection .advantageList_item .column02 .row_item .text05 {
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item .column02 .row_item .list01 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.contentSection.advantageSection .advantageList_item .column02 .row_item .list01 li {
  font-size: 15.5px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item .column02 .row_item .list01 li {
    margin-right: 20px;
  }
}
.contentSection.advantageSection .advantageList_item .column02 .row_item .list01 li::before {
  content: "■";
  color: #0080CB;
}
.contentSection.advantageSection .advantageList_item .column02 .row_item .label01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.contentSection.advantageSection .advantageList_item .column02 .row_item .label01_item {
  background-color: #000;
  padding: 2px 3px 4px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-right: 2px;
  letter-spacing: -1px;
}
.contentSection.advantageSection .advantageList_item .column02 .row_item .text04 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item .column02 .row_item .text04 {
    letter-spacing: 1px;
  }
}
.contentSection.advantageSection .advantageList_item .column02 .row_item .rank {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.contentSection.advantageSection .advantageList_item .column02 .row_item .rank_item {
  font-size: 15.5px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item .column02 .row_item .rank_item {
    font-size: 18px;
  }
}
.contentSection.advantageSection .advantageList_item img {
  display: block;
  width: 100%;
}
.contentSection.advantageSection .advantageList_item + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contentSection.advantageSection .advantageList_item + * {
    margin-top: 20px;
  }
}
.contentSection.advantage2Section .advantage2 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 100px 20px;
  border-bottom: 1px solid #767676;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2 {
    padding: 60px 20px;
    border-bottom: none;
    position: relative;
  }
  .contentSection.advantage2Section .advantage2::after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #767676;
  }
}
.contentSection.advantage2Section .advantage2.spNoAfter {
  border-bottom: none;
}
.contentSection.advantage2Section .advantage2.spNoAfter::after {
  content: none !important;
}
.contentSection.advantage2Section .advantage2Info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contentSection.advantage2Section .advantage2Info_image img {
  border-radius: 10px;
}
.contentSection.advantage2Section .advantage2Info_image, .contentSection.advantage2Section .advantage2Info_text {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2Info_image, .contentSection.advantage2Section .advantage2Info_text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2Info_text {
    margin-bottom: 40px;
  }
}
.contentSection.advantage2Section .advantage2Info_textTitle {
  display: flex;
  align-items: center;
}
.contentSection.advantage2Section .advantage2Info_textTitle span {
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  width: calc(100% - 114px);
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2Info_textTitle span {
    width: calc(100% - 75px);
    font-size: 18px;
  }
}
.contentSection.advantage2Section .advantage2Info_textTitle > div {
  background-color: #0080CB;
  width: 74.54px;
  height: 74.54px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  margin-right: 40px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2Info_textTitle > div {
    width: 59.64px;
    height: 59.64px;
    margin-right: 15px;
  }
}
.contentSection.advantage2Section .advantage2Info_textTitle > div .number {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-top: 3px;
}
.contentSection.advantage2Section .advantage2Info_textSubTitle {
  margin-top: 50px;
  margin-bottom: 18px;
  color: #0080CB;
  font-size: 60px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2Info_textSubTitle {
    margin-top: 20px;
    font-size: 46px;
  }
}
.contentSection.advantage2Section .advantage2Info_text p {
  font-size: 18px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2Info_text p {
    font-size: 16px;
  }
}
.contentSection.advantage2Section .advantage2 > p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.contentSection.advantage2Section .advantage2_title01 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  border-left: 14px solid #0080CB;
  padding-left: 20px;
  margin-top: 57px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2_title01 {
    font-size: 24px;
    line-height: 150%;
  }
}
.contentSection.advantage2Section .advantage2_title01 span {
  display: block;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2_title01 span {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.contentSection.advantage2Section .advantage2Contents01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.contentSection.advantage2Section .advantage2Contents01_image, .contentSection.advantage2Section .advantage2Contents01_item {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2Contents01_image, .contentSection.advantage2Section .advantage2Contents01_item {
    width: 100%;
  }
}
.contentSection.advantage2Section .advantage2Contents01_item {
  background-color: #0080CB;
  padding: 35px;
  color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2Contents01_item {
    padding: 25px;
    margin-top: 30px;
  }
}
.contentSection.advantage2Section .advantage2Contents01_item h3 {
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2Contents01_item h3 {
    font-size: 23px;
  }
}
.contentSection.advantage2Section .advantage2Contents01_item h3 .sub {
  display: block;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2Contents01_item h3 .sub {
    font-size: 16px;
  }
}
.contentSection.advantage2Section .advantage2Contents01_item h3 .bb {
  border-bottom: 7px solid #FCCF00;
}
.contentSection.advantage2Section .advantage2Contents01_item h4 {
  background-color: #fff;
  padding: 3px 5px 4px;
  color: #0080CB;
  margin-bottom: 14px;
  margin-top: 14px;
  font-size: 18px;
  display: inline-block;
  min-width: 110px;
  text-align: center;
}
.contentSection.advantage2Section .advantage2Contents01_item ul {
  display: flex;
  flex-wrap: wrap;
}
.contentSection.advantage2Section .advantage2Contents01_item ul li {
  padding-left: 10px;
  position: relative;
  font-size: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2Contents01_item ul li {
    font-size: 16px;
  }
}
.contentSection.advantage2Section .advantage2Contents01_item ul li::before {
  content: "•";
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contentSection.advantage2Section .advantage2CaseList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 47px;
}
.contentSection.advantage2Section .advantage2CaseList_item {
  width: 47%;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2CaseList_item {
    margin-bottom: 0px;
    width: 100%;
  }
  .contentSection.advantage2Section .advantage2CaseList_item + * {
    margin-top: 30px;
  }
}
.contentSection.advantage2Section .advantage2CaseList_item .title {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #EAEAEA;
}
.contentSection.advantage2Section .advantage2CaseList_item .title .case {
  width: 80.28px;
  height: 41.4px;
  background-color: #0080CB;
  color: #fff;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2CaseList_item .title .case {
    width: 64px;
    font-size: 14px;
  }
}
.contentSection.advantage2Section .advantage2CaseList_item .title .text {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2CaseList_item .title .text {
    font-size: 19px;
    padding-left: 11px;
  }
}
.contentSection.advantage2Section .advantage2CaseList_item .title2 {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2CaseList_item .title2 {
    margin-bottom: 14px;
  }
}
.contentSection.advantage2Section .advantage2CaseList_item .title2 .image {
  width: 80.28px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2CaseList_item .title2 .image {
    width: 64px;
    height: auto;
  }
  .contentSection.advantage2Section .advantage2CaseList_item .title2 .image img {
    max-width: 70%;
  }
}
.contentSection.advantage2Section .advantage2CaseList_item .title2 .text {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2CaseList_item .title2 .text {
    font-size: 15px;
  }
}
.contentSection.advantage2Section .advantage2CaseList_item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2CaseList_item p {
    font-size: 14px;
  }
}
.contentSection.advantage2Section .advantage2achievements {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2achievements {
    margin-top: 0px;
  }
}
.contentSection.advantage2Section .advantage2achievements_item {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .contentSection.advantage2Section .advantage2achievements_item {
    width: 100%;
    margin-top: 48px;
    position: relative;
  }
  .contentSection.advantage2Section .advantage2achievements_item + *::before {
    content: "";
    display: block;
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0080CB;
  }
}
@media screen and (min-width: 768px) {
  .contentSection.advantage2Section .advantage2achievements_item.item02, .contentSection.advantage2Section .advantage2achievements_item.item04 {
    position: relative;
  }
  .contentSection.advantage2Section .advantage2achievements_item.item02::after, .contentSection.advantage2Section .advantage2achievements_item.item04::after {
    content: "";
    display: block;
    position: absolute;
    left: -6%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #0080CB;
  }
  .contentSection.advantage2Section .advantage2achievements_item.item03, .contentSection.advantage2Section .advantage2achievements_item.item04 {
    margin-top: 6%;
    position: relative;
  }
  .contentSection.advantage2Section .advantage2achievements_item.item03::before, .contentSection.advantage2Section .advantage2achievements_item.item04::before {
    content: "";
    display: block;
    position: absolute;
    top: -26%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0080CB;
  }
}
.contentSection.serviceSection {
  padding: 65px 20px 130px;
}
@media screen and (max-width: 767px) {
  .contentSection.serviceSection {
    padding: 40px 16px 60px;
  }
  .contentSection.serviceSection .contentContainer_title {
    margin-left: 14px;
  }
  .contentSection.serviceSection .contentContainer_title + p {
    margin-left: 14px;
  }
}
.contentSection.serviceSection > h2 {
  display: flex;
  justify-content: center;
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.7px;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contentSection.serviceSection > h2 {
    margin-bottom: 60px;
  }
}
.contentSection.serviceSection > h2 span {
  padding-bottom: 14px;
  border-bottom: 8px solid #0080CB;
}
@media screen and (max-width: 767px) {
  .contentSection.serviceSection > h2 span {
    font-size: 24px;
    line-height: 150%;
    padding-bottom: 3px;
    border-bottom: 3px solid #0080CB;
    letter-spacing: 0;
  }
}
.contentSection.serviceSection .serviceList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .contentSection.serviceSection .serviceList_item {
    width: 46.22%;
    margin-bottom: 60px;
  }
  .contentSection.serviceSection .serviceList_item.widthFull {
    width: 100%;
  }
  .contentSection.serviceSection .serviceList_item + * {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contentSection.serviceSection .serviceList_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .contentSection.serviceSection .serviceList_item img {
    display: block;
    width: 100%;
  }
}
.contentSection.serviceSection .serviceList_item_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  padding: 40px 20px;
}
.contentSection.serviceSection .serviceList_item_link_img {
  width: 100%;
  margin-bottom: 20px;
}
.contentSection.serviceSection .serviceList_item_link_title {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.contentSection.serviceSection .serviceList_item_link_text {
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  margin-bottom: 20px;
}
.contentSection.serviceSection .serviceList_item_link_button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 60px;
  padding: 0 18px;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #66abbd;
}
.contentSection.serviceSection .serviceList_item_link_button .icon {
  background-color: #fff;
  border-radius: 30px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contentSection.serviceSection .serviceSupport {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .contentSection.serviceSection .serviceSupport {
    margin-top: 20px;
  }
}
.contentSection.serviceSection .serviceSupport_title {
  text-align: center;
  color: #000;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .contentSection.serviceSection .serviceSupport_title {
    font-size: 18px;
    margin-bottom: 34px;
  }
}
.contentSection.serviceSection .serviceSupport_image {
  display: block;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .contentSection.serviceSection .serviceSupport_image {
    margin-bottom: 35px;
  }
}
.contentSection.serviceSection .serviceSupport_link {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contentSection.serviceSection .serviceSupport_link .link_button {
    padding: 13px 30px 14px;
    font-size: 15px;
  }
  .contentSection.serviceSection .serviceSupport_link .link_button::after {
    width: 14px;
    height: 14px;
  }
}
.contentSection.structureSection {
  padding: 85px 20px 140px;
  background-image: url(../images/bg02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contentSection.structureSection {
    padding: 50px 16px;
  }
}
.contentSection.structureSection h2 {
  color: #fff;
}
.contentSection.structureSection h2::before {
  border: 4px solid #fff;
}
.contentSection.structureSection h2 .eng {
  color: #fff;
}
.contentSection.structureSection .structureBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .contentSection.structureSection .structureBox {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .contentSection.structureSection .structureType {
    width: 345px;
  }
}
@media screen and (max-width: 767px) {
  .contentSection.structureSection .structureType {
    margin-left: 14px;
    margin-right: 14px;
    margin-top: 45px;
  }
}
.contentSection.structureSection .structureType .title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .contentSection.structureSection .structureType .title {
    font-size: 22px;
  }
}
.contentSection.structureSection .structureType .text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .contentSection.structureSection .structureType .text {
    font-size: 14px;
  }
}
.contentSection.structureSection .structureLink {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  align-items: flex-start;
  width: 100%;
}
.contentSection.structureSection .structureLink_button {
  display: block;
  max-width: 90%;
  width: 100%;
  padding: 12px 28px 13px;
  background-color: #175288;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  border-radius: 25px;
  position: relative;
}
.contentSection.structureSection .structureLink_button::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 13.45px;
  height: 13.45px;
  background-image: url(../images/icon_arrowRightTop02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contentSection.structureSection .structureList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .contentSection.structureSection .structureList {
    width: calc(100% - 400px);
  }
}
.contentSection.structureSection .structureList > img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .contentSection.structureSection .structureList {
    margin-top: 25px;
    padding-bottom: 10px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .contentSection.structureSection .structureList_item {
    width: 100%;
    margin-bottom: 25px;
  }
  .contentSection.structureSection .structureList_item img {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contentSection.structureSection .structureList_item {
    width: 46.22%;
    margin-bottom: 84px;
  }
}
.contentSection.structureSection .structureFlow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
}
.contentSection.structureSection .structureFlow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  max-width: 345px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contentSection.structureSection .structureFlow::before {
    top: -40px;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .contentSection.structureSection .structureFlow {
    padding: 0 14px;
  }
}
@media screen and (min-width: 768px) {
  .contentSection.structureSection .structureFlow_contents {
    width: 345px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contentSection.structureSection .structureFlow_contents {
    margin-bottom: 38px;
  }
}
.contentSection.structureSection .structureFlow_contents .title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.68px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .contentSection.structureSection .structureFlow_contents .title {
    font-size: 23px;
    margin-bottom: 15px;
  }
}
.contentSection.structureSection .structureFlow_contents .text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .contentSection.structureSection .structureFlow_contents .text {
    font-size: 15px;
    line-height: 150%;
  }
}
@media screen and (min-width: 768px) {
  .contentSection.structureSection .structureFlow_image {
    width: calc(100% - 400px);
  }
  .contentSection.structureSection .structureFlow_image > img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .contentSection.structureSection .structureFlow_image {
    width: 100%;
  }
  .contentSection.structureSection .structureFlow_image img {
    display: block;
    margin: auto;
  }
}
.contentSection.buySection {
  padding: 160px 20px 100px;
}
@media screen and (max-width: 767px) {
  .contentSection.buySection {
    padding: 36px 30px 50px;
  }
}
.contentSection.buySection h1 {
  display: flex;
  justify-content: center;
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.7px;
  margin-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contentSection.buySection h1 {
    margin-bottom: 45px;
  }
}
.contentSection.buySection h1 span {
  padding-bottom: 14px;
  border-bottom: 8px solid #1EA364;
}
@media screen and (max-width: 767px) {
  .contentSection.buySection h1 span {
    font-size: 24px;
    line-height: 150%;
    padding-bottom: 3px;
    border-bottom: 3px solid #1EA364;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.contentSection.buySection .buyImage {
  display: flex;
  justify-content: center;
}
.contentSection.buySection .buyImage a {
  display: block;
}
.contentSection.buySection .buyImage a img {
  display: block;
}
.contentSection.buySection .event {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  background-color: #0080CB;
  padding: 40px 20px;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contentSection.buySection .event {
    padding: 20px 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.contentSection.buySection .event::before {
  content: "開催中のイベント";
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  text-align: center;
}
.contentSection.buySection .event_link {
  display: block;
  text-align: center;
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .contentSection.buySection .event_link {
    padding: 10px;
  }
}
.contentSection.buySection .event_link .tagWrapper {
  display: flex;
  justify-content: center;
}
.contentSection.buySection .event_link .tagWrapper span {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px;
  margin: 5px;
}
.contentSection.buySection .event_link .tagWrapper span.color01 {
  background-color: #5bd461;
}
.contentSection.buySection .event_link .tagWrapper span.color02 {
  background-color: #0080CB;
}
.contentSection.buySection .event_link .tagWrapper span.color03 {
  background-color: #f7a600;
}
.contentSection.buySection .event_link .title {
  display: block;
  font-size: 60px;
  font-weight: 900;
  color: #0080CB;
  margin: 10px auto 30px;
}
@media screen and (max-width: 767px) {
  .contentSection.buySection .event_link .title {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 20px;
  }
}
.contentSection.buySection .event_link .option {
  background-color: #fffd78;
  padding: 10px;
  border-radius: 20px;
  display: block;
  line-height: 150%;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contentSection.buySection .event_link .option {
    font-size: 16px;
  }
}
.contentSection.buySection .event_link .option b {
  display: block;
  color: #cb0000;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .contentSection.buySection .event_link .option b {
    font-size: 32px;
  }
}
.contentSection.contactSection {
  background-color: #0080CB;
  padding: 70px 20px 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contentSection.contactSection {
    padding: 26px 30px;
  }
}
.contentSection.contactSection h3 {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 142.857%;
  letter-spacing: 1.68px;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .contentSection.contactSection h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.contentSection.contactSection .contactList {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .contentSection.contactSection .contactList_button {
    max-width: 47.54%;
    width: 50%;
  }
  .contentSection.contactSection .contactList_button + * {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contentSection.contactSection .contactList_button {
    max-width: 270px;
    width: 100%;
    margin: auto;
  }
  .contentSection.contactSection .contactList_button + * {
    margin-top: 20px;
  }
}
.contentSection.contactSection .contactList_link {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FCCF00;
  border-radius: 5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contentSection.contactSection .contactList_link {
    padding: 10px 25px;
    font-size: 18px;
  }
}
.contentSection.contactSection .contactList_link img {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .contentSection.contactSection .contactList_link img {
    height: 14px;
    margin-left: 10px;
  }
}
.contentSection.contactSection .contactList_link.tel {
  font-family: "Barlow", sans-serif;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 3.06px;
  align-items: flex-end;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .contentSection.contactSection .contactList_link.tel {
    font-size: 24px;
    letter-spacing: 1.06px;
    line-height: 28px;
  }
}
.contentSection.contactSection .contactList_link.tel img {
  display: block;
  height: 35px;
  margin-left: 0;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contentSection.contactSection .contactList_link.tel img {
    height: 15px;
    transform: translateY(-6px);
  }
}
@media screen and (max-width: 767px) {
  .contentSection.contactPageSection {
    padding: 0 16px;
  }
  .contentSection.contactPageSection .contentContainer_title + p {
    padding-left: 0;
  }
}
.contentSection.contactPageSection .contactPageContainer .required {
  color: #FF0000;
}
.contentSection.contactPageSection .contactPageContainer .pageContents {
  margin-top: 60px;
  border-top: 1px solid #dedddd;
  font-size: 15px;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .row {
  display: flex;
  border-left: 1px solid #dedddd;
  border-bottom: 1px solid #dedddd;
  border-right: 1px solid #dedddd;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .row .required {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contentSection.contactPageSection .contactPageContainer .pageContents .row {
    flex-wrap: wrap;
  }
}
.contentSection.contactPageSection .contactPageContainer .pageContents .row > label {
  border-right: 1px solid #dedddd;
  padding: 15px;
  text-align: left;
  vertical-align: top;
  background: #F5F5F5;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .contentSection.contactPageSection .contactPageContainer .pageContents .row > label {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .contentSection.contactPageSection .contactPageContainer .pageContents .row > label {
    width: 100%;
    padding: 10px;
  }
}
.contentSection.contactPageSection .contactPageContainer .pageContents .row #visit .wpcf7-not-valid-tip {
  display: none;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .row .contents {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .contentSection.contactPageSection .contactPageContainer .pageContents .row .contents {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .contentSection.contactPageSection .contactPageContainer .pageContents .row .contents {
    width: 100%;
    padding: 15px 10px;
  }
}
.contentSection.contactPageSection .contactPageContainer .pageContents .row .contents .visit_title {
  font-weight: bold;
  margin-bottom: 10px;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .row .contents * + .visit_title {
  margin-top: 20px;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .row .contents .wpcf7-radio,
.contentSection.contactPageSection .contactPageContainer .pageContents .row .contents .wpcf7-checkbox {
  margin-bottom: -10px;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .row .contents .wpcf7-radio,
.contentSection.contactPageSection .contactPageContainer .pageContents .row .contents .wpcf7-checkbox,
.contentSection.contactPageSection .contactPageContainer .pageContents .row .contents .wpcf7-list-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .row .contents .wpcf7-list-item {
  margin-bottom: 10px;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .row .contents .wpcf7-text,
.contentSection.contactPageSection .contactPageContainer .pageContents .row .contents .wpcf7-textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #dedddd;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 15px;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .row .contents .wpcf7-not-valid-tip {
  margin-top: 5px;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .row .contents .your-dropdown {
  display: flex;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .row .contents .your-dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .row .contents .your-dropdown select.wpcf7-select {
  width: auto;
  border: 1px solid #dedddd;
  background-color: #ffffff;
  padding: 10px 44px 10px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .row .contents .your-dropdown .wpcf7-form-control-wrap {
  position: relative;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .row .contents .your-dropdown .wpcf7-form-control-wrap::after {
  position: absolute;
  right: 20px;
  top: 13px;
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  background-image: url(../images/icon_arrowBottom02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .row .contents .zipWrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contentSection.contactPageSection .contactPageContainer .pageContents .row .contents .zipWrapper .wpcf7-form-control-wrap {
    max-width: 150px;
  }
  .contentSection.contactPageSection .contactPageContainer .pageContents .row .contents .zipWrapper .wpcf7-form-control-wrap input {
    max-width: 100%;
  }
}
.contentSection.contactPageSection .contactPageContainer .pageContents .row .contents .zipWrapper .zip {
  width: auto;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .wpcf7-acceptance {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #E3E3E3;
  padding: 20px 10px;
  margin-bottom: 30px;
  text-align: center;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .wpcf7-acceptance label {
  cursor: pointer;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .form-submit input[type=submit] {
  display: block;
  max-width: 300px;
  width: 100%;
  background-color: #333;
  border-style: none;
  margin: 0 auto;
  padding: 15px 40px;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .contentSection.contactPageSection .contactPageContainer .pageContents .form-submit input[type=submit]:hover {
    opacity: 0.8;
  }
}
.contentSection.contactPageSection .contactPageContainer .pageContents .policy {
  max-width: 800px;
  margin: 20px auto;
  border: 1px solid #dedddd;
  padding: 10px;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .policy .formPrivacy {
  padding: 10px;
  max-height: 200px;
  overflow-y: auto;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .policy .formPrivacy * {
  font-size: 15px;
  line-height: 150%;
  font-weight: 400;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .policy .formPrivacy * + * {
  margin-top: 10px;
}
.contentSection.contactPageSection .contactPageContainer .pageContents .policy .formPrivacy p.bold {
  font-weight: 700;
}
.contentSection.structure02Section .contentContainer {
  max-width: 100%;
}
.contentSection.structure02Section .structureBox01 {
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: flex-end;
  margin-top: -50px;
  padding-bottom: 100px;
  border-bottom: 1px solid #767676;
}
@media screen and (max-width: 767px) {
  .contentSection.structure02Section .structureBox01 {
    flex-wrap: wrap;
    position: relative;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 179px;
    padding-left: 17px;
    padding-right: 17px;
    border-bottom: none;
  }
  .contentSection.structure02Section .structureBox01::after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #767676;
  }
}
.contentSection.structure02Section .structureBox01 img {
  display: block;
  border-radius: 10px;
}
.contentSection.structure02Section .structureBox01 .column01 {
  width: 49%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .contentSection.structure02Section .structureBox01 .column01 {
    width: 100%;
    margin-right: 0;
  }
  .contentSection.structure02Section .structureBox01 .column01 img {
    position: absolute;
    bottom: 38px;
    left: 0;
    width: 66.133vw;
  }
}
.contentSection.structure02Section .structureBox01 .column01 p {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contentSection.structure02Section .structureBox01 .column01 p {
    margin-bottom: 0;
    font-size: 26px;
  }
}
.contentSection.structure02Section .structureBox01 .column02 {
  width: 44%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contentSection.structure02Section .structureBox01 .column02 {
    width: 100%;
    margin-bottom: 0;
  }
  .contentSection.structure02Section .structureBox01 .column02 img {
    position: absolute;
    top: -20px;
    right: 0;
    width: 51.733vw;
  }
}
.contentSection.structure02Section .structureBox01 .column02 p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 55px;
  white-space: nowrap;
}
.contentSection.structure02Section .structureBox01 .column02 p.spWrap {
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .contentSection.structure02Section .structureBox01 .column02 p {
    font-size: 16px;
    margin-top: 20px;
  }
}
.contentSection.structure02Section .structureBox02 {
  padding: 60px 20px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contentSection.structure02Section .structureBox02 {
    padding: 30px 0;
    margin-left: 17px;
    margin-right: 17px;
    border-top: 1px solid #767676;
  }
}
.contentSection.structure02Section .structureBox02 .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 180%;
  margin-bottom: 15px;
  color: #0080CB;
}
@media screen and (max-width: 767px) {
  .contentSection.structure02Section .structureBox02 .title {
    text-align: center;
    font-size: 24px;
    line-height: 150%;
  }
}
.contentSection.structure02Section .structureBox02 p {
  font-size: 18px;
  line-height: 180%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contentSection.structure02Section .structureBox02 p {
    font-size: 16px;
  }
}
.contentSection.structure02Section .structureBox03 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contentSection.structure02Section .structureBox03 .column01 {
  padding: 18px 50px 44px;
  width: 50%;
  background-color: #FCCF00;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .contentSection.structure02Section .structureBox03 .column01 {
    justify-content: center;
    padding: 14px 17px 40px;
    width: 100%;
  }
}
.contentSection.structure02Section .structureBox03 .column02 {
  padding: 18px 50px 44px;
  width: 50%;
  background-color: #0080CB;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .contentSection.structure02Section .structureBox03 .column02 {
    justify-content: center;
    padding: 14px 17px 40px;
    width: 100%;
  }
}
.contentSection.structure02Section .structureBox04 {
  max-width: 900px;
  margin: 45px auto 140px;
}
@media screen and (max-width: 767px) {
  .contentSection.structure02Section .structureBox04 {
    margin: 10px auto 110px;
    padding-left: 17px;
    padding-right: 17px;
  }
}
.contentSection.structure02Section .structureBox04 img {
  max-width: 870px;
  display: block;
  margin: auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .contentSection.structure02Section .structureBox04 img {
    max-width: 100%;
  }
}
.contentSection.structure02Section .structureBox04 .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 180%;
  margin-bottom: 15px;
  color: #0080CB;
  text-align: center;
  margin: 85px auto 25px;
}
@media screen and (max-width: 767px) {
  .contentSection.structure02Section .structureBox04 .title {
    margin: 35px auto 5px;
    font-size: 24px;
  }
}
.contentSection.structure02Section .structureBox04 p {
  font-size: 18px;
  line-height: 180%;
  font-weight: 400;
  max-width: 800px;
  margin: auto auto 50px;
}
@media screen and (max-width: 767px) {
  .contentSection.structure02Section .structureBox04 p {
    font-size: 16px;
  }
}
.contentSection.tsuyomiBannerSection {
  background-color: #EAEAEA;
  padding: 0 20px 18px;
  position: relative;
  margin-bottom: 135px;
}
@media screen and (min-width: 1021px) {
  .contentSection.tsuyomiBannerSection .pc {
    display: block !important;
  }
  .contentSection.tsuyomiBannerSection .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1020px) {
  .contentSection.tsuyomiBannerSection .sp {
    display: block !important;
  }
  .contentSection.tsuyomiBannerSection .pc {
    display: none !important;
  }
}
@media screen and (max-width: 1020px) {
  .contentSection.tsuyomiBannerSection {
    padding-top: 40px;
    padding-bottom: 65px;
  }
}
.contentSection.tsuyomiBannerSection img {
  display: block;
  margin: auto;
  transform: translateY(-20px);
  max-width: 1000px;
}
@media screen and (max-width: 1020px) {
  .contentSection.tsuyomiBannerSection img {
    transform: translateY(0px);
  }
}
.contentSection.tsuyomiBannerSection .tsuyomiBanner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 2;
}
.contentSection.tsuyomiBannerSection .tsuyomiBanner_link {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  min-width: 200px;
  padding: 12px 28px 14px;
  background-color: #0080CB;
  border-radius: 45px;
  position: relative;
}
.contentSection.tsuyomiBannerSection .tsuyomiBanner_link::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icon_arrow_rightTop01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contentSection.contact02Section {
  background-color: #FFFAE5;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
}
.contentSection.contact02Section .contact02 {
  display: flex;
  flex-wrap: wrap;
}
.contentSection.contact02Section .contact02_title {
  border-bottom: 1px solid #898989;
  padding: 39px 20px 42px;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contentSection.contact02Section .contact02_title {
    font-size: 20px;
    line-height: 120%;
    padding: 28px 20px 30px;
  }
}
.contentSection.contact02Section .contact02_link {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: Barlow;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 2.7px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contentSection.contact02Section .contact02_link {
    padding: 35px 20px;
    font-size: 35px;
    letter-spacing: 0.7px;
  }
}
.contentSection.contact02Section .contact02_link > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contentSection.contact02Section .contact02_link span {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.contentSection.contact02Section .contact02_link rt {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.contentSection.contact02Section .contact02_link img {
  display: block;
  margin-right: 12px;
  margin-bottom: 3px;
}
.contentSection.contact02Section .contact02_column {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contentSection.contact02Section .contact02_column {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contentSection.contact02Section .contact02_column + * {
    border-left: 1px solid #898989;
  }
}
@media screen and (max-width: 767px) {
  .contentSection.contact02Section .contact02_column + * {
    border-top: 1px solid #898989;
  }
}
.contentSection.contact02Section .contact02_column .columnWrapper01,
.contentSection.contact02Section .contact02_column .columnWrapper02 {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contentSection.contact02Section .contact02_column .columnWrapper02 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .contentSection.contact02Section .contact02_column .columnWrapper02 {
    font-size: 25px;
  }
}
.contentSection.contact02Section .contact02_column .columnWrapper02 span {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .contentSection.contact02Section .contact02_column .columnWrapper02 span {
    margin-bottom: 8px;
  }
}
.contentSection.service02Section.sectionFirst {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section.sectionFirst {
    margin-top: 50px;
  }
}
.contentSection.service02Section .contentContainer {
  max-width: 100%;
  margin: auto;
}
.contentSection.service02Section .service02_hero {
  padding-bottom: 51%;
  background-image: url(../images/image_service02_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02_hero {
    background-image: url(../images/image_service02_01_sp.png);
    padding-bottom: 145%;
  }
}
.contentSection.service02Section .service02 .triple_hero {
  padding-bottom: 55%;
  background-image: url(../images/image_triple_hero.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .triple_hero {
    padding-bottom: 157%;
    background-image: url(../images/image_triple_hero_sp.png);
  }
}
.contentSection.service02Section .service02 .sumikae_hero {
  padding-bottom: 55%;
  background-image: url(../images/image_sumikae_hero.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .sumikae_hero {
    padding-bottom: 146%;
    background-image: url(../images/image_sumikae_hero_sp.png);
  }
}
.contentSection.service02Section .service02 .nayami {
  margin: 45px auto 60px;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .nayami {
    max-width: calc(100% - 36px);
  }
}
.contentSection.service02Section .service02 .nayami::after {
  content: "";
  display: block;
  width: 37.33px;
  height: 28.46px;
  background-image: url(../images/image_service02_03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 56px auto 0;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .nayami::after {
    margin-top: 30px;
  }
}
.contentSection.service02Section .service02 .nayami_title {
  margin-bottom: 40px;
}
.contentSection.service02Section .service02 .nayami_title img {
  display: block;
  margin: auto;
}
.contentSection.service02Section .service02 .nayamiList_item {
  border-bottom: 1px solid #0080CB;
  padding: 14px 10px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .nayamiList_item {
    font-size: 20px;
    position: relative;
    padding-left: 40px;
    line-height: 140%;
  }
}
.contentSection.service02Section .service02 .nayamiList_item::before {
  content: "";
  display: block;
  width: 21.34px;
  height: 27.104px;
  background-image: url(../images/icon_nayami01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .nayamiList_item::before {
    width: 19.203px;
    height: 24.372px;
    position: absolute;
    left: 10px;
    top: 20px;
  }
}
.contentSection.service02Section .service02 .kaitori {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}
.contentSection.service02Section .service02 .kaitori_title {
  margin-bottom: 48px;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori_title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.contentSection.service02Section .service02 .kaitori_title .blue {
  color: #0080CB;
  font-size: 56px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori_title .blue {
    font-size: 42px;
    margin-bottom: 5px;
  }
  .contentSection.service02Section .service02 .kaitori_title .blue.mm {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.contentSection.service02Section .service02 .kaitori_title .cat {
  margin: 23px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contentSection.service02Section .service02 .kaitori_title .cat span {
  display: block;
  font-size: 28px;
  line-height: 100%;
  font-weight: 700;
  color: #FFF;
  padding: 14px 40px 17px;
  background-color: #0080CB;
  border-radius: 50px;
  margin: 5px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori_title .cat span {
    font-size: 22px;
    padding: 10px 20px 13px;
    margin: 3px;
  }
}
.contentSection.service02Section .service02 .kaitori_title .cat span:last-of-type {
  position: relative;
}
.contentSection.service02Section .service02 .kaitori_title .cat span:last-of-type::after {
  content: "etc...";
  position: absolute;
  display: block;
  right: 9px;
  top: calc(100% + 3px);
  color: #000;
  font-size: 18px;
}
.contentSection.service02Section .service02 .kaitori_title .cat02 {
  margin: 0 auto 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 41px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori_title .cat02 {
    font-size: 32px;
    margin: 10px auto;
  }
}
.contentSection.service02Section .service02 .kaitori_title .cat02 span {
  display: block;
  font-size: 28px;
  line-height: 100%;
  font-weight: 700;
  color: #FFF;
  padding: 7px 20px 10px;
  background-color: #264584;
  border-radius: 10px;
  margin: 5px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori_title .cat02 span {
    font-size: 20px;
    padding: 7px 10px 10px;
    margin: 3px;
  }
}
.contentSection.service02Section .service02 .kaitori p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  max-width: 700px;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori p {
    padding: 0 16px;
    font-size: 16px;
  }
}
.contentSection.service02Section .service02 .kaitori p + .kaitori_title {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori p + .kaitori_title {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
.contentSection.service02Section .service02 .kaitori .merit {
  margin: 160px auto 127px;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .merit {
    max-width: calc(100% - 36px);
    margin: 144px auto 41px;
  }
}
.contentSection.service02Section .service02 .kaitori .merit_title {
  position: absolute;
  max-width: 567px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .merit_title {
    max-width: 71.467vw;
    width: 100%;
  }
}
.contentSection.service02Section .service02 .kaitori .meritList {
  position: relative;
  background-image: url(../images/bg_kaitori02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 80px 43px 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: count;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .meritList {
    padding: 80px 20px 25px;
  }
}
.contentSection.service02Section .service02 .kaitori .meritList > p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .meritList > p {
    font-size: 12px;
    padding: 0;
  }
}
.contentSection.service02Section .service02 .kaitori .meritList_item {
  width: 48%;
  background-color: #fff;
  padding: 42px;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .meritList_item {
    width: 100%;
    margin-bottom: 20px;
    padding: 28px 22px;
  }
}
.contentSection.service02Section .service02 .kaitori .meritList_item .title {
  display: flex;
  align-items: center;
  color: #0080CB;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
  transform: translateX(-50px);
  white-space: nowrap;
  width: 110%;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .meritList_item .title {
    transform: translateX(-28px);
    font-size: 22px;
    width: 120%;
  }
}
.contentSection.service02Section .service02 .kaitori .meritList_item .title span {
  display: block;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .meritList_item .title span {
    font-size: 14px;
  }
}
.contentSection.service02Section .service02 .kaitori .meritList_item .title .num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  background-color: #0080CB;
  margin-right: 15px;
}
.contentSection.service02Section .service02 .kaitori .meritList_item .title .num::before {
  content: "Merit";
  color: #FFF;
  font-family: Barlow;
  font-size: 14.47px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.contentSection.service02Section .service02 .kaitori .meritList_item .title .num::after {
  counter-increment: count;
  content: "0" counter(count);
  color: #F1E624;
  font-family: Barlow;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.contentSection.service02Section .service02 .kaitori .meritList_item .contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .meritList_item .contents p {
    padding-left: 0;
    padding-right: 0;
  }
  .contentSection.service02Section .service02 .kaitori .meritList_item .contents img {
    display: block;
    width: 25%;
  }
}
.contentSection.service02Section .service02 .kaitori .satei {
  margin: 120px auto 127px;
  max-width: 1000px;
  background-color: #F1E624;
  position: relative;
  padding: 80px 20px 55px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .satei {
    padding: 28px 18px;
    margin: 20px 17px 60px;
  }
  .contentSection.service02Section .service02 .kaitori .satei > p {
    padding: 0;
    margin: 0;
  }
}
.contentSection.service02Section .service02 .kaitori .satei_title {
  position: absolute;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .satei_title {
    position: static;
    margin-left: 17px;
    margin-right: 17px;
    width: calc(100% - 36px);
    transform: none;
    margin-top: 60px;
  }
}
.contentSection.service02Section .service02 .kaitori .sateiList {
  margin-top: 40px;
}
.contentSection.service02Section .service02 .kaitori .sateiList > p {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .sateiList > p {
    font-size: 12px;
    text-align: left;
  }
}
.contentSection.service02Section .service02 .kaitori .sateiList_item {
  max-width: 800px;
  background-color: #fff;
  border-radius: 10px;
  transform: translateX(-8px);
  box-shadow: 16px 16px 0px #264584;
  padding: 40px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .sateiList_item {
    transform: translateX(-4px);
    box-shadow: 8px 8px 0px #264584;
    padding: 20px;
  }
}
.contentSection.service02Section .service02 .kaitori .sateiList_item .title {
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .sateiList_item .title {
    margin-bottom: 24px;
    margin-top: -40px;
  }
}
.contentSection.service02Section .service02 .kaitori .sateiList_item .contents {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .sateiList_item .contents_item + * {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .contentSection.service02Section .service02 .kaitori .sateiList_item .contents_item {
    width: calc(50% - 20px);
    margin: 0 0 0 20px;
    position: relative;
  }
  .contentSection.service02Section .service02 .kaitori .sateiList_item .contents_item:nth-of-type(odd) {
    margin: 0 20px 0 0;
  }
  .contentSection.service02Section .service02 .kaitori .sateiList_item .contents_item:nth-of-type(odd)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 100%;
    border-left: 1px dashed #231815;
  }
  .contentSection.service02Section .service02 .kaitori .sateiList_item .contents_item.bdrTop {
    margin-top: 40px;
  }
  .contentSection.service02Section .service02 .kaitori .sateiList_item .contents_item.bdrTop::before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px dashed #231815;
  }
}
.contentSection.service02Section .service02 .kaitori .sateiList_item .contents h3 {
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  padding: 12px 20px 14px;
  background-color: #264584;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .sateiList_item .contents h3 {
    font-size: 22px;
    justify-content: center;
  }
}
.contentSection.service02Section .service02 .kaitori .sateiList_item .contents h3 span {
  font-size: 13px;
  margin-left: 10px;
}
.contentSection.service02Section .service02 .kaitori .sateiList_item .contents p {
  padding: 0 10px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .sateiList_item .contents p {
    font-size: 16px;
    padding: 0;
  }
}
.contentSection.service02Section .service02 .kaitori .sateiList_item .contents > p {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .sateiList_item .contents > p {
    font-size: 12px;
  }
}
.contentSection.service02Section .service02 .kaitori .sumikae_image01 {
  max-width: 1000px;
  margin: 60px auto 112px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .sumikae_image01 {
    margin: 26px auto 100px;
  }
}
.contentSection.service02Section .service02 .kaitori .sumikae_pattern {
  background-image: url(../images/bg_sumikae01_sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 370px 20px 90px;
  margin-top: 356px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .sumikae_pattern {
    margin-top: 408px;
  }
}
.contentSection.service02Section .service02 .kaitori .sumikae_pattern .point {
  position: absolute;
  top: -243px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 840px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .sumikae_pattern .point {
    top: -372px;
    width: calc(100% - 36px);
  }
}
.contentSection.service02Section .service02 .kaitori .sumikae_pattern .patternList {
  background-color: #fff;
  border-radius: 10px;
  padding: 60px;
  max-width: 1000px;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1040px) {
  .contentSection.service02Section .service02 .kaitori .sumikae_pattern .patternList {
    padding: 60px 6%;
  }
}
.contentSection.service02Section .service02 .kaitori .sumikae_pattern .patternList > p {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .sumikae_pattern .patternList > p {
    padding-left: 0;
    padding-right: 0;
  }
}
.contentSection.service02Section .service02 .kaitori .sumikae_pattern .patternList > .title {
  position: absolute;
  display: block;
  max-width: 840px;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contentSection.service02Section .service02 .kaitori .sumikae_pattern .patternList_item {
  width: 46%;
  background-color: #FEF1B2;
  padding: 10% 3% 3% 3%;
  position: relative;
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .sumikae_pattern .patternList_item {
    width: 100%;
    margin-top: 40px;
    padding: 20% 0 3% 0;
  }
}
.contentSection.service02Section .service02 .kaitori .sumikae_pattern .patternList_item .title {
  position: absolute;
  display: block;
  top: -14px;
  left: -14px;
  height: 128px;
  width: 100%;
  background-image: url(../images/image_sumikae_title01.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: flex;
  align-items: center;
  padding: 0 38px 20px 26px;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 140%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .sumikae_pattern .patternList_item .title {
    font-size: 5vw;
    padding: 0 20px 15px 10px;
    height: 97px;
    top: -10px;
    left: -10px;
  }
}
.contentSection.service02Section .service02 .kaitori .sumikae_pattern .patternList_item .content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .sumikae_pattern .patternList_item .content {
    padding: 0 20px;
  }
}
.contentSection.service02Section .service02 .kaitori .sumikae_pattern .patternList_item:nth-of-type(3), .contentSection.service02Section .service02 .kaitori .sumikae_pattern .patternList_item:nth-of-type(4) {
  background-color: #BEC7DA;
}
.contentSection.service02Section .service02 .kaitori .sumikae_pattern .patternList_item:nth-of-type(3) .title, .contentSection.service02Section .service02 .kaitori .sumikae_pattern .patternList_item:nth-of-type(4) .title {
  background-image: url(../images/image_sumikae_title02.svg);
  color: #fff;
}
.contentSection.service02Section .service02 .kaitori .support {
  margin-top: 90px;
  margin-bottom: 166px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .support {
    margin-top: 64px;
    margin-bottom: 44px;
  }
}
.contentSection.service02Section .service02 .kaitori .support h2 {
  font-size: 40px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .support h2 {
    font-size: 32px;
  }
}
.contentSection.service02Section .service02 .kaitori .support h2 .eng {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
}
.contentSection.service02Section .service02 .kaitori .supportList {
  display: flex;
  fles-wrap: wrap;
  justify-content: center;
  margin: 45px 0 0;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .supportList {
    margin-top: 35px;
    flex-wrap: wrap;
  }
}
.contentSection.service02Section .service02 .kaitori .supportList_item {
  width: 282.6px;
  height: 233px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 21.66px;
  font-style: normal;
  font-weight: 700;
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  .contentSection.service02Section .service02 .kaitori .supportList_item {
    width: 100%;
    height: 268px;
    margin: 0 0 24px;
  }
}
.contentSection.service02Section .service02 .kaitori .supportList_item.item01 {
  background-image: url(../images/banner_support01.png);
}
.contentSection.service02Section .service02 .kaitori .supportList_item.item02 {
  background-image: url(../images/banner_support02.png);
}
.contentSection.service02Section .service02 .kaitori .supportList_item.item03 {
  background-image: url(../images/banner_support03.png);
}
.contentSection.service02Section .service02 .kaitori .supportList_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}
.contentSection.service02Section .service02 .kaitori .supportList_item a .wrapper {
  line-height: 140%;
}
.contentSection.service02Section .service02 .kaitori .supportList_item a .wrapper span {
  color: #FCCF00;
}
.contentSection.staffSection {
  padding: 100px 0;
  background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .contentSection.staffSection {
    padding: 50px 0;
  }
}
.contentSection.staffSection .contentContainer {
  max-width: 100%;
  margin: auto;
}
.contentSection.staffSection .contentContainer_title,
.contentSection.staffSection .contentContainer p {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .contentSection.staffSection .contentContainer_title,
  .contentSection.staffSection .contentContainer p {
    margin-left: 16px;
  }
}
.contentSection.staffSection .contentContainer .staffSlider .slick-list,
.contentSection.staffSection .contentContainer .staffList .slick-list {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .contentSection.staffSection .contentContainer .staffSlider .slick-list,
  .contentSection.staffSection .contentContainer .staffList .slick-list {
    padding-top: 32px;
    padding-bottom: 38px;
  }
}
.contentSection.staffSection .contentContainer .staffSlider_item,
.contentSection.staffSection .contentContainer .staffList_item {
  margin: 0 18px;
  width: 240px;
  padding: 12px;
  box-shadow: 20px 20px 10px rgba(35, 24, 21, 0.5);
  background-color: #fff;
  border-radius: 10px;
  min-height: 350px;
}
.contentSection.staffSection .contentContainer .staffSlider_item:nth-of-type(even),
.contentSection.staffSection .contentContainer .staffList_item:nth-of-type(even) {
  margin-top: 50px;
}
.contentSection.staffSection .contentContainer .staffSlider_image,
.contentSection.staffSection .contentContainer .staffList_image {
  margin-bottom: 16px;
}
.contentSection.staffSection .contentContainer .staffSlider_text h3,
.contentSection.staffSection .contentContainer .staffList_text h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 13px;
}
.contentSection.staffSection .contentContainer .staffSlider_text h3 span,
.contentSection.staffSection .contentContainer .staffList_text h3 span {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}
.contentSection.staffSection .contentContainer .staffSlider_text h4,
.contentSection.staffSection .contentContainer .staffList_text h4 {
  font-size: 12px;
}
.contentSection.staffSection .contentContainer .staffSlider .slick-track,
.contentSection.staffSection .contentContainer .staffList .slick-track {
  margin-left: -10px;
  margin-right: -10px;
}
.contentSection.staffSection .contentContainer .sliderLink {
  display: flex;
  justify-content: center;
}
.contentSection.staffSection .contentContainer .sliderLink_button {
  display: block;
  max-width: 260px;
  width: 100%;
  padding: 12px 28px 13px;
  background-color: #0080CB;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  border-radius: 25px;
  position: relative;
}
.contentSection.staffSection .contentContainer .sliderLink_button::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 13.45px;
  height: 13.45px;
  background-image: url(../images/icon_arrowRightTop02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contentSection.staff2Section {
  padding: 90px 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contentSection.staff2Section {
    padding: 60px 16px;
  }
}
@media screen and (min-width: 768px) {
  .contentSection.staff2Section .contentContainer {
    width: calc(100% + 36px);
  }
}
.contentSection.staff2Section .contentContainer h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 65px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .contentSection.staff2Section .contentContainer h2 {
    text-align: left;
  }
}
.contentSection.staff2Section .contentContainer .staffList {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .contentSection.staff2Section .contentContainer .staffList {
    transform: translateX(18px);
  }
}
@media screen and (max-width: 767px) {
  .contentSection.staff2Section .contentContainer .staffList {
    justify-content: space-between;
  }
}
.contentSection.staff2Section .contentContainer .staffList_text {
  min-height: 63px;
}
.contentSection.staff2Section .contentContainer .staffList_item {
  margin-right: 36px;
  width: 240px;
  padding: 12px;
  background-color: #EFEFEF;
  border-radius: 10px;
  min-height: 350px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contentSection.staff2Section .contentContainer .staffList_item {
    min-height: 0;
    width: calc(50% - 9px);
    margin-right: 0;
    margin-bottom: 24px;
    padding: 10px 10px 24px;
  }
}
.contentSection.staff2Section .contentContainer .staffList_item::after {
  opacity: 0;
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-55%, 60px);
  width: 100px;
  height: 47px;
  background-image: url(../images/icon_arrowTop01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  z-index: 3;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 767px) {
  .contentSection.staff2Section .contentContainer .staffList_item::after {
    height: 37px;
    transform: translate(-55%, 50px);
  }
}
.contentSection.staff2Section .contentContainer .staffList_item.active::after {
  opacity: 1;
  pointer-events: auto;
}
.contentSection.staff2Section .contentContainer .staffList_item .modal {
  position: absolute;
  background-color: #EFEFEF;
  width: 100vw;
  max-width: 950px;
  left: 0;
  z-index: 2;
  top: 410px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 767px) {
  .contentSection.staff2Section .contentContainer .staffList_item .modal {
    box-shadow: 8px 8px8px rgba(0, 0, 0, 0.5);
    top: 318px;
    width: calc(100vw - 32px);
    left: 16px;
  }
}
.contentSection.staff2Section .contentContainer .staffList_item .modal.active {
  opacity: 1;
  pointer-events: auto;
}
.contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper {
  position: relative;
  padding: 34px 24px 24px;
  min-height: 300px;
}
.contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .close {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 32px;
  height: 52px;
  background-image: url(../images/icon_close01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .close {
    transition: all 0.5s ease-in-out;
  }
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .close:hover {
    opacity: 0.7;
  }
}
.contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-left: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .title {
    font-size: 22px;
    margin-left: 0;
    margin-right: 70px;
    line-height: 140%;
  }
}
.contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex {
    flex-direction: column;
  }
}
.contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .image {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .image {
    width: 84%;
    margin: 0 auto 33px;
  }
}
@media screen and (min-width: 768px) {
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .image .position,
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .image .name,
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .image .position2 {
    display: none;
  }
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .image .position .position,
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .image .name .position,
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .image .position2 .position {
    height: 17px;
    margin-bottom: 6px;
  }
}
.contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .name {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .name {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .name_en {
  font-size: 16px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .name_en {
    margin-left: 20px;
    font-size: 12px;
  }
}
.contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .position {
  margin-bottom: 6px;
  font-size: 14px;
}
.contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .position2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 26px;
  line-height: 150%;
}
.contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .text {
  width: calc(65% - 30px);
}
@media screen and (max-width: 767px) {
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .text {
    width: 100%;
  }
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .text .position,
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .text .name,
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .text .position2 {
    display: none;
  }
}
.contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .text .prof {
  display: flex;
  flex-wrap: wrap;
}
.contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .text .prof + .prof {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #595757;
}
@media screen and (max-width: 767px) {
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .text .prof + .prof {
    margin-top: 14px;
    padding-top: 14px;
  }
}
.contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .text .prof_title {
  width: 80px;
  color: #595757;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .text .prof_title {
    width: 100%;
    line-height: 100%;
    margin-bottom: 8px;
  }
}
.contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .text .prof_text {
  width: calc(100% - 80px);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .contentSection.staff2Section .contentContainer .staffList_item .modal .wrapper .flex .text .prof_text {
    line-height: 160%;
    width: 100%;
    font-size: 12px;
  }
}
.contentSection.staff2Section .contentContainer .staffList_image {
  margin-bottom: 16px;
  cursor: pointer;
}
.contentSection.staff2Section .contentContainer .staffList_text {
  cursor: pointer;
}
.contentSection.staff2Section .contentContainer .staffList_text h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 13px;
}
.contentSection.staff2Section .contentContainer .staffList_text h3 span {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}
.contentSection.staff2Section .contentContainer .staffList_text h4 {
  font-size: 12px;
}

.footer {
  position: relative;
  padding: 60px 20px 30px;
  max-width: 1140px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 24px 16px 62px;
    flex-direction: column-reverse;
  }
}
.footerAddress p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .footerAddress p {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.footerAddress p.address {
  font-size: 19px;
  letter-spacing: 1.14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footerAddress p.address {
    font-size: 12px;
  }
}
.footerLogo {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .footerLogo {
    margin: 10px 0;
    max-width: 256px;
  }
}
.footer .copy {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    font-size: 12px;
  }
}
.footerNavi {
  display: flex;
  max-width: 270px;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footerNavi {
    margin-bottom: 30px;
  }
}
.footerNaviList_link {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.footerNaviList_item + * {
  margin-top: 15px;
}
.footerNaviList_item.subItem {
  margin-top: 10px;
}
.footerNaviList_item.subItem a {
  font-weight: 400;
}