@charset "UTF-8";
/* design size variable */
/* constance variable */
/* device width variable */
/* font responsive ratio */
/* spacer responsive ratio */
/* noto sans font weight */
/* general method */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/**
EC-CUBE リセット
 */
body {
  background: none;
}

.ec-layoutRole {
  background: none;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

html {
  font-size: 100%;
}

body {
  position: relative;
  font-family: "fot-rodin-pron", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
}

main {
  overflow: hidden;
  padding-top: 104px;
}
@media only screen and (max-width: 1000px) {
  main {
    padding-top: 10.4vw;
  }
}
@media only screen and (max-width: 736px) {
  main {
    padding-top: 16vw;
  }
}

p, li, dt, dd, input, textarea, th, td {
  color: #4d4d4d;
  line-height: 175%;
  letter-spacing: 0.05em;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  width: 100%;
}

figure img {
  width: 100%;
}

.pc {
  display: block;
}
@media only screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

.pc-min-1281 {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .pc-min-1281 {
    display: inherit;
  }
}

.pc-1280 {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .pc-1280 {
    display: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .pc-1280 {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 736px) {
  .sp {
    display: inherit;
  }
}

img.pc, br.pc, span.pc, strong.pc, small.pc {
  display: inline;
}
@media only screen and (max-width: 736px) {
  img.pc, br.pc, span.pc, strong.pc, small.pc {
    display: none;
  }
}
img.sp, br.sp, span.sp, strong.sp, small.sp {
  display: none;
}
@media only screen and (max-width: 736px) {
  img.sp, br.sp, span.sp, strong.sp, small.sp {
    display: inline;
  }
}

a[href^=tel] {
  cursor: text;
}
@media only screen and (max-width: 736px) {
  a[href^=tel] {
    cursor: pointer;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
}
.l-header .l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 96%;
  height: 104px;
}
@media only screen and (max-width: 1000px) {
  .l-header .l-header__inner {
    height: 10.4vw;
  }
}
@media only screen and (max-width: 736px) {
  .l-header .l-header__inner {
    height: 16vw;
  }
}
.l-header .l-header__inner .l-header__logo {
  width: 171px;
}
@media only screen and (max-width: 1000px) {
  .l-header .l-header__inner .l-header__logo {
    width: 17.1vw;
  }
}
@media only screen and (max-width: 736px) {
  .l-header .l-header__inner .l-header__logo {
    width: 40vw;
  }
}
.l-header .l-header__inner .l-gnav {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  .l-header .l-header__inner .l-gnav {
    display: block;
    transform: scaleY(0);
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    padding: 26.6666666667vw 0;
    width: 100%;
    background: #f7f7f7;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.25s;
    -webkit-transition-timing-function: liner;
    -moz-transition-property: all;
    -moz-transition-duration: 0.25s;
    -moz-transition-timing-function: liner;
    -ms-transition-property: all;
    -ms-transition-duration: 0.25s;
    -ms-transition-timing-function: liner;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: liner;
    transform-origin: left top;
  }
}
.l-header .l-header__inner .l-gnav .l-gnav__lists {
  display: flex;
}
@media only screen and (max-width: 736px) {
  .l-header .l-header__inner .l-gnav .l-gnav__lists {
    display: block;
    padding-top: 5.3333333333vw;
    margin: 0 auto;
    width: 96vw;
  }
}
.l-header .l-header__inner .l-gnav .l-gnav__lists .l-gnav__list a {
  display: block;
  position: relative;
  font-size: 15px;
  color: #ababab;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .l-header .l-header__inner .l-gnav .l-gnav__lists .l-gnav__list a {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 736px) {
  .l-header .l-header__inner .l-gnav .l-gnav__lists .l-gnav__list a {
    padding: 4vw 0 4vw 5.3333333333vw;
    font-size: 3.7333333333vw;
    color: #4d4d4d;
    border-top: 2px solid #fff;
    text-align: left;
  }
}
@media only screen and (max-width: 736px) {
  .l-header .l-header__inner .l-gnav .l-gnav__lists .l-gnav__list a::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
    width: 2.5333333333vw;
    height: 5.0666666667vw;
    background: url(../img/arrow.png) no-repeat top left/contain;
  }
}
.l-header .l-header__inner .l-gnav .l-gnav__lists .l-gnav__list a .eng {
  display: block;
  font-size: 20px;
  color: #4d4d4d;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1000px) {
  .l-header .l-header__inner .l-gnav .l-gnav__lists .l-gnav__list a .eng {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 736px) {
  .l-header .l-header__inner .l-gnav .l-gnav__lists .l-gnav__list a .eng {
    display: none;
  }
}
.l-header .l-header__inner .l-gnav .l-gnav__lists .l-gnav__list:not(:last-child) {
  margin-right: 40px;
}
@media only screen and (max-width: 1000px) {
  .l-header .l-header__inner .l-gnav .l-gnav__lists .l-gnav__list:not(:last-child) {
    margin-right: 4vw;
  }
}
@media only screen and (max-width: 736px) {
  .l-header .l-header__inner .l-gnav .l-gnav__lists .l-gnav__list:not(:last-child) {
    margin-right: 0;
  }
}
.l-header .l-header__inner .l-gnav.active {
  transform: scaleY(1);
  overflow: scroll;
}
.l-header .l-header__inner .l-gnav.active .sp {
  margin-bottom: 5.3333333333vw;
}
.l-header .drawer {
  display: none;
}
@media only screen and (max-width: 736px) {
  .l-header .drawer {
    display: block;
    position: fixed;
    top: 5.3333333333vw;
    right: 4vw;
    margin-left: auto;
    z-index: 9999;
  }
}
.l-header .drawer a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 54px;
}
@media only screen and (max-width: 736px) {
  .l-header .drawer a {
    width: 8vw;
    height: 5.3333333333vw;
  }
}
.l-header .drawer a span.box {
  display: block;
  width: 16px;
  height: 14px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .l-header .drawer a span.box {
    width: 8vw;
    height: 5.3333333333vw;
  }
}
.l-header .drawer a span.line {
  background: #4d4d4d;
  display: block;
  width: 100%;
  height: 1.0666666667vw;
  position: absolute;
  left: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: liner;
  -moz-transition-property: all;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: liner;
  -ms-transition-property: all;
  -ms-transition-duration: 0.25s;
  -ms-transition-timing-function: liner;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: liner;
  border-radius: 13.3333333333vw;
}
.l-header .drawer a span.line:first-child {
  top: 0;
}
.l-header .drawer a span.line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header .drawer a span.line:last-child {
  bottom: 0;
}
.l-header .drawer a.active span.line:first-child {
  top: 50%;
  transform: translate(0, -100%) rotate(-45deg);
}
.l-header .drawer a.active span.line:nth-child(2) {
  transform: scale(0, 1);
}
.l-header .drawer a.active span.line:last-child {
  bottom: 50%;
  transform: translate(0, 0) rotate(45deg);
}

.l-footer {
  padding: 90px 0;
}
@media only screen and (max-width: 736px) {
  .l-footer {
    padding: 16vw 0;
  }
}
.l-footer .l-footer__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px;
  width: 530px;
}
@media only screen and (max-width: 1100px) {
  .l-footer .l-footer__inner {
    width: 79.7272727273vw;
  }
}
@media only screen and (max-width: 736px) {
  .l-footer .l-footer__inner {
    margin-bottom: 10.6666666667vw;
    width: 90.6666666667vw;
  }
}
.l-footer .l-footer__inner .p-footer_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 800px;
}
@media only screen and (max-width: 736px) {
  .l-footer .l-footer__inner .p-footer_nav {
    width: 100%;
  }
}
.l-footer .l-footer__inner .p-footer_nav__item {
  width: 50%;
}
@media only screen and (max-width: 736px) {
  .l-footer .l-footer__inner .p-footer_nav__item {
    width: 100%;
  }
}
.l-footer .l-footer__inner .p-footer_nav__item span {
  font-size: 18px;
  color: #36a893;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  .l-footer .l-footer__inner .p-footer_nav__item span {
    font-size: 4.8vw;
  }
}
.l-footer .l-footer__inner .p-footer_nav__item span.eng {
  font-size: 24px;
}
@media only screen and (max-width: 736px) {
  .l-footer .l-footer__inner .p-footer_nav__item span.eng {
    font-size: 5.0666666667vw;
  }
}
.l-footer .l-footer__inner .p-footer_nav__item span.jp {
  font-size: 20px;
}
@media only screen and (max-width: 736px) {
  .l-footer .l-footer__inner .p-footer_nav__item span.jp {
    font-size: 4vw;
  }
}
.l-footer .l-footer__inner .p-footer_nav__item .p-footer_nav_sub li {
  font-size: 16px;
  color: #36a893;
  line-height: 2.5em;
}
@media only screen and (max-width: 736px) {
  .l-footer .l-footer__inner .p-footer_nav__item .p-footer_nav_sub li {
    font-size: 3.4666666667vw;
  }
}
.l-footer .l-footer__inner .p-footer_nav__item .p-footer_nav_sub li::before {
  content: "・";
}
.l-footer .l-footer__inner .p-footer_nav__item:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  .l-footer .l-footer__inner .p-footer_nav__item:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
.l-footer .l-footer__inner .p-footer_nav__item a {
  color: #36a893;
}
.l-footer .c-right {
  font-size: 11px;
  color: #36a893;
  text-align: center;
}

.c-title {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .c-title {
    margin-bottom: 8vw;
  }
}
.c-title .eng {
  font-size: 45px;
  font-weight: bold;
  color: #424b9b;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 736px) {
  .c-title .eng {
    font-size: 8vw;
  }
}
.c-title .eng--white {
  color: #fff;
}
.c-title .main {
  margin-top: 5px;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #ababab;
}
@media only screen and (max-width: 736px) {
  .c-title .main {
    margin-top: 2.6666666667vw;
    font-size: 4vw;
  }
}
.c-title .main--white {
  color: #fff;
}

.c-card_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 900px;
}
@media only screen and (max-width: 1000px) {
  .c-card_list {
    width: 90vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-card_list {
    width: 90.6666666667vw;
  }
}
.c-card_list::after {
  content: " ";
  display: block;
  width: 280px;
}
@media only screen and (max-width: 1300px) {
  .c-card_list::after {
    width: 28.9230769231vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-card_list::after {
    content: none;
  }
}
.c-card_list .c-card_list__item {
  margin-bottom: 30px;
  width: 280px;
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
}
@media only screen and (max-width: 1000px) {
  .c-card_list .c-card_list__item {
    width: 28vw;
    border-radius: 5vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-card_list .c-card_list__item {
    margin-bottom: 0;
    width: 100%;
    border-radius: 0;
    background: none;
  }
}
@media only screen and (max-width: 736px) {
  .c-card_list .c-card_list__item:not(:last-child) {
    margin-bottom: 8vw;
  }
}
.c-card_list .c-card_list__item figure {
  height: 200px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .c-card_list .c-card_list__item figure {
    height: 20vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-card_list .c-card_list__item figure {
    width: 100%;
    height: 53.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.c-card_list .c-card_list__item figure img {
  transition: 0.4s;
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 736px) {
  .c-card_list .c-card_list__item figure img {
    width: 100%;
    height: auto;
  }
}
.c-card_list .c-card_list__item .txtbox {
  padding: 20px 20px 45px;
  background: #fff;
}
@media only screen and (max-width: 736px) {
  .c-card_list .c-card_list__item .txtbox {
    padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw;
    background: none;
  }
}
.c-card_list .c-card_list__item .txtbox .detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  .c-card_list .c-card_list__item .txtbox .detail {
    margin-bottom: 2.6666666667vw;
  }
}
.c-card_list .c-card_list__item .txtbox .detail .cat {
  padding: 2px 0;
  width: 80px;
  border-radius: 5px;
  background: #36a893;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .c-card_list .c-card_list__item .txtbox .detail .cat {
    padding: 0.5vw 0;
    width: 8vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-card_list .c-card_list__item .txtbox .detail .cat {
    padding: 0.8vw 2.1333333333vw 1.0666666667vw;
    width: 24vw;
  }
}
.c-card_list .c-card_list__item .txtbox .detail .cat span {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
@media only screen and (max-width: 1000px) {
  .c-card_list .c-card_list__item .txtbox .detail .cat span {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-card_list .c-card_list__item .txtbox .detail .cat span {
    font-size: 3.7333333333vw;
  }
}
.c-card_list .c-card_list__item .txtbox .detail .date span {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #ababab;
}
@media only screen and (max-width: 1000px) {
  .c-card_list .c-card_list__item .txtbox .detail .date span {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-card_list .c-card_list__item .txtbox .detail .date span {
    font-size: 4vw;
  }
}
.c-card_list .c-card_list__item .txtbox .ttl {
  font-size: 18px;
  color: #4d4d4d;
  letter-spacing: 0.05em;
  line-height: 1.3em;
}
@media only screen and (max-width: 736px) {
  .c-card_list .c-card_list__item .txtbox .ttl {
    font-size: 4.5333333333vw;
  }
}
.c-card_list .c-card_list__item:hover figure img {
  transform: translate(-50%, -50%) scale(1.1);
}

.c-second_fv {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 1920px) {
  .c-second_fv {
    padding: 5.2083333333vw 0;
  }
}
@media only screen and (max-width: 736px) {
  .c-second_fv {
    padding: 8vw 0;
  }
}
.c-second_fv .c-second_fv__textbox {
  margin: 0 auto;
  width: 1200px;
}
@media only screen and (max-width: 1920px) {
  .c-second_fv .c-second_fv__textbox {
    width: 62.5vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-second_fv .c-second_fv__textbox {
    margin: 0 auto;
    width: 90.6666666667vw;
  }
}
.c-second_fv .c-second_fv__textbox h1 {
  font-size: 50px;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.3em;
}
@media only screen and (max-width: 1920px) {
  .c-second_fv .c-second_fv__textbox h1 {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-second_fv .c-second_fv__textbox h1 {
    font-size: 5.3333333333vw;
  }
}
.c-second_fv .c-second_fv__textbox h1 span {
  font-size: 55px;
}
@media only screen and (max-width: 1920px) {
  .c-second_fv .c-second_fv__textbox h1 span {
    font-size: 2.8645833333vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-second_fv .c-second_fv__textbox h1 span {
    font-size: 5.8666666667vw;
  }
}
.c-second_fv .c-second_fv__textbox .c-second_fv__textbox__link {
  font-size: 18px;
  margin-top: 10px;
}
@media only screen and (max-width: 1920px) {
  .c-second_fv .c-second_fv__textbox .c-second_fv__textbox__link {
    margin-top: 0.5208333333vw;
    font-size: 0.9375vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-second_fv .c-second_fv__textbox .c-second_fv__textbox__link {
    margin-top: 0;
    font-size: 3.2vw;
  }
}
.c-second_fv .c-second_fv__textbox .c-second_fv__textbox__link a {
  transition: 0.3s;
  color: #fff;
}
.c-second_fv .c-second_fv__textbox .c-second_fv__textbox__link a:hover {
  text-decoration: underline;
}
.c-second_fv .c-second_fv__textbox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 1920px) {
  .c-second_fv .c-second_fv__textbox ul {
    gap: 1.5625vw;
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-second_fv .c-second_fv__textbox ul {
    gap: 4vw;
    margin-top: 4vw;
  }
}
.c-second_fv .c-second_fv__textbox ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 376px;
  height: 72px;
  background: #36a893;
  font-size: 28px;
  color: #fff;
  border-radius: 15px;
}
@media only screen and (max-width: 1920px) {
  .c-second_fv .c-second_fv__textbox ul li {
    width: 19.5833333333vw;
    height: 3.75vw;
    font-size: 1.4583333333vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-second_fv .c-second_fv__textbox ul li {
    border-radius: 1.3333333333vw;
    font-size: 3.7333333333vw;
    width: 100%;
    height: 8vw;
  }
}
.c-second_fv .c-second_fv__textbox ul li span {
  font-size: 34px;
}
@media only screen and (max-width: 1920px) {
  .c-second_fv .c-second_fv__textbox ul li span {
    font-size: 1.7708333333vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-second_fv .c-second_fv__textbox ul li span {
    font-size: 2.6666666667vw;
  }
}
.c-second_fv .c-second_fv__textbox ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: 0.3s;
}
.c-second_fv .c-second_fv__textbox ul li a:hover {
  opacity: 0.7;
}

.c-contact {
  padding: 60px 0;
  background: #36a893;
}
@media only screen and (max-width: 736px) {
  .c-contact {
    padding: 13.3333333333vw 0;
  }
}
.c-contact .wrapper {
  margin: 0 auto;
  width: 976px;
}
@media only screen and (max-width: 1100px) {
  .c-contact .wrapper {
    width: 88.7272727273vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-contact .wrapper {
    width: 90.6666666667vw;
  }
}

.c-form iframe {
  height: 100%;
}
.c-form--01 {
  height: 800px;
}
@media only screen and (max-width: 736px) {
  .c-form--01 {
    height: 1100px;
  }
}
.c-form--02 {
  height: 600px;
}
@media only screen and (max-width: 736px) {
  .c-form--02 {
    height: 900px;
  }
}
.c-form--03 {
  height: 700px;
}
@media only screen and (max-width: 736px) {
  .c-form--03 {
    height: 1100px;
  }
}
.c-form p {
  height: 100%;
}

.c-breadcrumb {
  display: flex;
  margin: 30px auto 50px;
  max-width: 1200px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 736px) {
  .c-breadcrumb {
    width: 90.6666666667vw;
    margin: 8vw auto 13.3333333333vw;
  }
}
.c-breadcrumb li {
  position: relative;
  font-size: 15px;
}
@media only screen and (max-width: 736px) {
  .c-breadcrumb li {
    font-size: 2.9333333333vw;
  }
}
.c-breadcrumb li:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 736px) {
  .c-breadcrumb li:not(:last-child) {
    margin-right: 6.6666666667vw;
  }
}
.c-breadcrumb li:not(:last-child)::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-color: #000;
  border-style: solid;
  border-width: 1px 1px 0 0;
}
@media only screen and (max-width: 736px) {
  .c-breadcrumb li:not(:last-child)::after {
    right: -4vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
.c-breadcrumb li a {
  text-decoration: underline;
}

.c-btn {
  margin: 0 auto;
  width: 460px;
}
@media only screen and (max-width: 736px) {
  .c-btn {
    width: 82.6666666667vw;
  }
}
.c-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 10px;
  border: #36a893 3px solid;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #36a893;
  background: #fff;
  transition: 0.4s;
}
@media only screen and (max-width: 736px) {
  .c-btn a {
    height: 13.3333333333vw;
    border-radius: 4vw;
    font-size: 3.7333333333vw;
    border: 2px solid #36a893;
  }
}
.c-btn a:hover {
  transform: scale(1.1);
}

.c-sub_ttl {
  margin-bottom: 45px;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #4d4d4d;
  line-height: 1.4em;
}
@media only screen and (max-width: 736px) {
  .c-sub_ttl {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}

.c-service__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  width: 800px;
  gap: 20px;
}
@media only screen and (max-width: 1100px) {
  .c-service__list {
    width: 72.7272727273vw;
    margin-bottom: 5vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-service__list {
    flex-wrap: wrap;
    gap: 5.3333333333vw;
    margin-bottom: 13.3333333333vw;
    width: 90.6666666667vw;
  }
}
.c-service__list__item {
  padding: 40px 20px;
  width: 380px;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 1100px) {
  .c-service__list__item {
    padding: 1.8181818182vw;
    width: 34.5454545455vw;
    border-radius: 1.8181818182vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-service__list__item {
    padding: 2.6666666667vw;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 736px) {
  .c-service__list__item:not(:last-child) {
    padding-bottom: 8vw;
  }
}
.c-service__list__item h4 {
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #36a893;
  line-height: 1.65em;
}
@media only screen and (max-width: 1000px) {
  .c-service__list__item h4 {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-service__list__item h4 {
    margin-bottom: 2.6666666667vw;
    font-size: 4.5333333333vw;
  }
}
.c-service__list__item figure {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  .c-service__list__item figure {
    display: block;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    max-height: 100%;
    max-width: 100%;
  }
}
.c-service__list__item p {
  margin-top: 0.5em;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #4d4d4d;
}
@media only screen and (max-width: 1000px) {
  .c-service__list__item p {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-service__list__item p {
    font-size: 3.4666666667vw;
  }
}
.c-service__list--col1 {
  width: 380px;
  margin: 0 auto;
}
.c-service__list--col3 {
  width: 1200px;
}
@media only screen and (max-width: 1300px) {
  .c-service__list--col3 {
    width: 92.3076923077vw;
  }
}
.c-service__list--col3 .p-seo__list__item {
  width: 380px;
}
@media only screen and (max-width: 1300px) {
  .c-service__list--col3 .p-seo__list__item {
    width: 29.2307692308vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-service__list--col3 .p-seo__list__item {
    width: 100%;
  }
}
.c-service__list--col3 .p-seo__list__item figure .img5 {
  width: 270px;
}
@media only screen and (max-width: 1300px) {
  .c-service__list--col3 .p-seo__list__item figure .img5 {
    width: 17.6923076923vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-service__list--col3 .p-seo__list__item figure .img5 {
    width: 61.3333333333vw;
  }
}
.c-service__list--col3 .p-seo__list__item figure .img6 {
  display: block;
  position: relative;
  margin-top: 90px;
  left: -20px;
  width: 310px;
}
@media only screen and (max-width: 1300px) {
  .c-service__list--col3 .p-seo__list__item figure .img6 {
    margin-top: 6.9230769231vw;
    left: -1.5384615385vw;
    width: 23.8461538462vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-service__list--col3 .p-seo__list__item figure .img6 {
    margin-top: 0;
    left: 10.6666666667vw;
    width: 61.3333333333vw;
  }
}
.c-service__list--col3 .p-seo__list__item figure .img7 {
  width: 300px;
}
@media only screen and (max-width: 1300px) {
  .c-service__list--col3 .p-seo__list__item figure .img7 {
    width: 23.0769230769vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-service__list--col3 .p-seo__list__item figure .img7 {
    width: 61.3333333333vw;
  }
}
.c-service__list--col3 .p-seo__list__item figure.line-1 {
  margin-bottom: 36px;
}
@media only screen and (max-width: 1300px) {
  .c-service__list--col3 .p-seo__list__item figure.line-1 {
    margin-bottom: 2.7692307692vw;
  }
}

.c-service__flow {
  margin: 0 auto 80px;
  width: 800px;
}
@media only screen and (max-width: 1000px) {
  .c-service__flow {
    width: 80vw;
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-service__flow {
    margin-bottom: 10.6666666667vw;
    width: 90.6666666667vw;
  }
}
.c-service__flow li {
  position: relative;
  padding: 12px 0 12px 80px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50px;
  font-size: 21px;
  letter-spacing: 0.05em;
  color: #36a893;
}
@media only screen and (max-width: 736px) {
  .c-service__flow li {
    padding: 1.3333333333vw 4vw 1.3333333333vw 9.3333333333vw;
    border-radius: 13.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.c-service__flow li small {
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  .c-service__flow li small {
    font-size: 2.6666666667vw;
  }
}
.c-service__flow li span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #36a893;
  font-size: 22px;
  color: #36a893;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 736px) {
  .c-service__flow li span {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.c-service__flow li:not(:last-child) {
  margin-bottom: 25px;
}
@media only screen and (max-width: 736px) {
  .c-service__flow li:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}

.c-service__price {
  padding: 60px 0;
  background: #36a893;
}
@media only screen and (max-width: 736px) {
  .c-service__price {
    padding: 16vw 0;
  }
}
.c-service__price .c-service__price__ttl {
  margin-bottom: 40px;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 120%;
}
@media only screen and (max-width: 736px) {
  .c-service__price .c-service__price__ttl {
    margin-bottom: 10.6666666667vw;
    font-size: 9.0666666667vw;
  }
}
.c-service__price .c-service__price__block {
  margin: 0 auto;
  width: 1026px;
}
@media only screen and (max-width: 1200px) {
  .c-service__price .c-service__price__block {
    width: 85.5vw;
  }
}
@media only screen and (max-width: 1080px) {
  .c-service__price .c-service__price__block {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  .c-service__price .c-service__price__block {
    width: 90.6666666667vw;
  }
}
.c-service__price .c-service__price__block .box {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
}
.c-service__price .c-service__price__block .box:not(:last-child) {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1080px) {
  .c-service__price .c-service__price__block .box:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 736px) {
  .c-service__price .c-service__price__block .box:not(:last-child) {
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-service__price .c-service__price__block .box .c-title {
    margin-bottom: 5.3333333333vw;
  }
}
.c-service__price .c-service__price__block .box .cont-wrapper {
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 736px) {
  .c-service__price .c-service__price__block .box .cont-wrapper {
    height: auto;
  }
}
.c-service__price .c-service__price__block .box .cont {
  padding: 80px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
}
@media only screen and (max-width: 736px) {
  .c-service__price .c-service__price__block .box .cont {
    padding: 10.6666666667vw 5.3333333333vw;
    height: auto;
  }
}
.c-service__price .c-service__price__block .box .cont p {
  font-size: 35px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #36a893;
  line-height: 120%;
}
@media only screen and (max-width: 736px) {
  .c-service__price .c-service__price__block .box .cont p {
    font-size: 6.4vw;
  }
}
.c-service__price .c-service__price__block .box .cont p span {
  font-family: neuzeit-grotesk, sans-serif;
  margin: 0 0.15em;
  font-size: 57px;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  .c-service__price .c-service__price__block .box .cont p span {
    font-size: 12vw;
    letter-spacing: 0.1em;
  }
}
.c-service__price .c-service__price__block .box .cont p small {
  font-size: 25px;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 736px) {
  .c-service__price .c-service__price__block .box .cont p small {
    font-size: 3.7333333333vw;
    letter-spacing: 0;
  }
}
.c-service__price .c-service__price__block .box .cont .subtxt {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #36a893;
  line-height: 120%;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .c-service__price .c-service__price__block .box .cont .subtxt {
    font-size: 3.4666666667vw;
    letter-spacing: 0;
  }
}
.c-service__price .c-service__price__block .box .cont .aside_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px auto 0;
}
@media only screen and (max-width: 736px) {
  .c-service__price .c-service__price__block .box .cont .aside_box {
    margin-top: 4vw;
    height: auto;
    width: 100%;
  }
}
.c-service__price .c-service__price__block .box .cont .aside_box .aside {
  width: 100%;
}
.c-service__price .c-service__price__block .box .cont .aside_box .aside li {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #ababab;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .c-service__price .c-service__price__block .box .cont .aside_box .aside li {
    font-size: 3.4666666667vw;
  }
}
.c-service__price .c-service__price__block .box .cont .aside_box .aside li:not(:last-child) {
  margin-bottom: 0.3em;
}
.c-service__price .c-btn {
  margin: 40px auto 0;
}
@media only screen and (max-width: 736px) {
  .c-service__price .c-btn {
    margin-top: 10.6666666667vw;
  }
}

.u-ng {
  font-family: neuzeit-grotesk, sans-serif;
}

.c-single__profile {
  border: 1px solid #4d4d4d;
  border-radius: 30px;
  padding: 35px 50px;
}
@media only screen and (max-width: 736px) {
  .c-single__profile {
    padding: 5.3333333333vw;
  }
}
.c-single__profile .c-single__profile__inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 736px) {
  .c-single__profile .c-single__profile__inner {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.c-single__profile .c-single__profile__inner .l-box {
  width: 185px;
}
@media only screen and (max-width: 736px) {
  .c-single__profile .c-single__profile__inner .l-box {
    width: 53.3333333333vw;
  }
}
.c-single__profile .c-single__profile__inner .l-box figure {
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  .c-single__profile .c-single__profile__inner .l-box figure {
    margin-bottom: 2.6666666667vw;
  }
}
.c-single__profile .c-single__profile__inner .l-box .names {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.c-single__profile .c-single__profile__inner .l-box .names .instructor {
  background: #36a893;
  border-radius: 5px;
  padding: 5px 20px;
}
@media only screen and (max-width: 736px) {
  .c-single__profile .c-single__profile__inner .l-box .names .instructor {
    border-radius: 5px;
    padding: 0 2.6666666667vw 1.0666666667vw 2.6666666667vw;
  }
}
.c-single__profile .c-single__profile__inner .l-box .names .instructor span {
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  .c-single__profile .c-single__profile__inner .l-box .names .instructor span {
    font-size: 3.4666666667vw;
  }
}
.c-single__profile .c-single__profile__inner .l-box .names .name {
  font-size: 14px;
  color: #4d4d4d;
}
@media only screen and (max-width: 736px) {
  .c-single__profile .c-single__profile__inner .l-box .names .name {
    font-size: 3.7333333333vw;
  }
}
.c-single__profile .c-single__profile__inner .l-box .company {
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 12px;
}
@media only screen and (max-width: 1000px) {
  .c-single__profile .c-single__profile__inner .l-box .company {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-single__profile .c-single__profile__inner .l-box .company {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-single__profile .c-single__profile__inner .r-box {
    margin-top: 4vw;
    width: 100%;
  }
}
.c-single__profile .c-single__profile__inner .r-box p {
  margin: 0;
  width: 570px;
  font-size: 18px;
}
@media only screen and (max-width: 1000px) {
  .c-single__profile .c-single__profile__inner .r-box p {
    width: 57vw;
  }
}
@media only screen and (max-width: 736px) {
  .c-single__profile .c-single__profile__inner .r-box p {
    width: 100%;
    font-size: 3.4666666667vw;
  }
}

.l-container {
  margin: 0 auto;
  width: 900px;
}
@media only screen and (max-width: 1100px) {
  .l-container {
    width: 81.8181818182vw;
  }
}
@media only screen and (max-width: 736px) {
  .l-container {
    width: 90.6666666667vw;
  }
}

.p-fv {
  position: relative;
}
.p-fv .p-fv__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1180px;
}
@media only screen and (max-width: 1920px) {
  .p-fv .p-fv__txt {
    width: 61.4583333333vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-fv .p-fv__txt {
    width: 85.3333333333vw;
  }
}
.p-fv .p-fv__txt h2 {
  margin-bottom: 90px;
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 1.74em;
  color: #fff;
}
@media only screen and (max-width: 1920px) {
  .p-fv .p-fv__txt h2 {
    margin-bottom: 4.6875vw;
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-fv .p-fv__txt h2 {
    margin-bottom: 6.6666666667vw;
    font-size: 4.5333333333vw;
  }
}
.p-fv .p-fv__txt ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 736px) {
  .p-fv .p-fv__txt ul {
    gap: 1.3333333333vw;
  }
}
.p-fv .p-fv__txt ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 68px;
  background: #36a893;
  font-size: 25px;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 1920px) {
  .p-fv .p-fv__txt ul li {
    width: 18.2291666667vw;
    height: 3.5416666667vw;
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-fv .p-fv__txt ul li {
    margin: 0 auto;
    width: 50.6666666667vw;
    height: 6.6666666667vw;
    font-size: 3.4666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.p-fv .p-fv__txt ul li.link {
  background: #28588C;
}
.p-fv .p-fv__txt ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.p-fv .p-fv__txt ul li span {
  font-size: 29px;
  line-height: 100%;
}
@media only screen and (max-width: 1920px) {
  .p-fv .p-fv__txt ul li span {
    font-size: 1.5104166667vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-fv .p-fv__txt ul li span {
    font-size: 3.7333333333vw;
  }
}
.p-fv .p-fv__txt ul li a {
  color: #fff;
}

.p-top_news {
  padding: 60px 0;
  background: #f7f7f7;
}
@media only screen and (max-width: 736px) {
  .p-top_news {
    padding: 16vw 0;
  }
}
.p-top_news .wrapper {
  margin: 0 auto;
  width: 1200px;
}
@media only screen and (max-width: 1300px) {
  .p-top_news .wrapper {
    width: 92.3076923077vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-top_news .wrapper {
    width: 90.6666666667vw;
  }
}
.p-top_news .wrapper .c-card_list {
  width: 970px;
}
@media only screen and (max-width: 1050px) {
  .p-top_news .wrapper .c-card_list {
    width: 92.380952381vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-top_news .wrapper .c-card_list {
    width: 90.6666666667vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-top_news .wrapper .c-card_list .c-card_list__item {
    margin-bottom: 0;
  }
}
.p-top_news .wrapper .p-top_news__btn {
  margin: 50px auto 0;
  width: 250px;
}
@media only screen and (max-width: 736px) {
  .p-top_news .wrapper .p-top_news__btn {
    margin-top: 10.6666666667vw;
    width: 48vw;
  }
}
.p-top_news .wrapper .p-top_news__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border: #424b9b 3px solid;
  border-radius: 10px;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #424b9b;
  transition: 0.4s;
}
@media only screen and (max-width: 736px) {
  .p-top_news .wrapper .p-top_news__btn a {
    height: 13.3333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 4.8vw;
    border: #424b9b 2px solid;
  }
}
.p-top_news .wrapper .p-top_news__btn a:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 736px) {
  .p-top_news .wrapper .swiper-button-next, .p-top_news .wrapper .swiper-button-prev {
    top: 40%;
  }
}
.p-top_news .wrapper .swiper-button-next:after, .p-top_news .wrapper .swiper-button-prev:after {
  color: #36a893;
}

.p-top_service {
  padding: 60px 0;
}
@media only screen and (max-width: 736px) {
  .p-top_service {
    padding: 16vw 0 0;
  }
}
.p-top_service .wrapper {
  margin: 0 auto;
  width: 1050px;
}
@media only screen and (max-width: 1150px) {
  .p-top_service .wrapper {
    width: 91.3043478261vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-top_service .wrapper {
    width: 90.6666666667vw;
  }
}
.p-top_service .p-top_service__ttl {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 27px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 736px) {
  .p-top_service .p-top_service__ttl {
    margin-top: 16vw;
    margin-bottom: 16vw;
    font-size: 4.5333333333vw;
    line-height: 1.4em;
  }
}
.p-top_service .p-top_service__content {
  margin-bottom: 100px;
}
@media only screen and (max-width: 736px) {
  .p-top_service .p-top_service__content {
    margin-bottom: 10.6666666667vw;
  }
}
.p-top_service .p-top_service__content .p-top_service__content__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-top_service .p-top_service__content .p-top_service__content__box:not(:last-child) {
  margin-bottom: 70px;
}
@media only screen and (max-width: 736px) {
  .p-top_service .p-top_service__content .p-top_service__content__box:not(:last-child) {
    margin-bottom: 8vw;
  }
}
.p-top_service .p-top_service__content .p-top_service__content__box .img {
  width: 400px;
}
@media only screen and (max-width: 1115px) {
  .p-top_service .p-top_service__content .p-top_service__content__box .img {
    width: 35.8744394619vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-top_service .p-top_service__content .p-top_service__content__box .img {
    width: 40vw;
  }
}
.p-top_service .p-top_service__content .p-top_service__content__box .text {
  width: 525px;
}
@media only screen and (max-width: 1115px) {
  .p-top_service .p-top_service__content .p-top_service__content__box .text {
    width: 47.0852017937vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-top_service .p-top_service__content .p-top_service__content__box .text {
    width: 48vw;
  }
}
.p-top_service .p-top_service__content .p-top_service__content__box .text h4 {
  margin-bottom: 30px;
  font-size: 27px;
  letter-spacing: 0.05em;
  color: #36a893;
  line-height: 1.3em;
}
@media only screen and (max-width: 736px) {
  .p-top_service .p-top_service__content .p-top_service__content__box .text h4 {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-top_service .p-top_service__content .p-top_service__content__box .text p {
  font-size: 19px;
  color: #4d4d4d;
}
@media only screen and (max-width: 736px) {
  .p-top_service .p-top_service__content .p-top_service__content__box .text p {
    font-size: 3.2vw;
  }
}
.p-top_service .p-top_service__btn_list li {
  margin: 0 auto;
  width: 460px;
}
@media only screen and (max-width: 736px) {
  .p-top_service .p-top_service__btn_list li {
    width: 82.6666666667vw;
  }
}
.p-top_service .p-top_service__btn_list li:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  .p-top_service .p-top_service__btn_list li:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
.p-top_service .p-top_service__btn_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 10px;
  border: #424b9b 3px solid;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #424b9b;
  transition: 0.4s;
}
@media only screen and (max-width: 736px) {
  .p-top_service .p-top_service__btn_list li a {
    height: 13.3333333333vw;
    border-radius: 4vw;
    font-size: 3.7333333333vw;
    border: 2px solid #424b9b;
  }
}
.p-top_service .p-top_service__btn_list li a:hover {
  transform: scale(1.1);
}
.p-top_service .p-top_service__btn_list li.navy > a {
  background: #424b9b;
  color: #fff;
}

.p-cons {
  padding: 60px 0;
}
@media only screen and (max-width: 736px) {
  .p-cons {
    padding: 21.3333333333vw 0;
  }
}
.p-cons .wrapper {
  margin: 0 auto;
  width: 1000px;
}
@media only screen and (max-width: 1110px) {
  .p-cons .wrapper {
    width: 90.9090909091vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-cons .wrapper {
    width: 90.6666666667vw;
  }
}
.p-cons .wrapper .p-cons__profile {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 736px) {
  .p-cons .wrapper .p-cons__profile {
    display: block;
    margin-bottom: 8vw;
    border-radius: 1.3333333333vw;
  }
}
.p-cons .wrapper .p-cons__profile figure {
  width: 380px;
}
@media only screen and (max-width: 1100px) {
  .p-cons .wrapper .p-cons__profile figure {
    width: 34.5454545455vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-cons .wrapper .p-cons__profile figure {
    margin: 0 auto 4vw;
    width: 58.6666666667vw;
  }
}
.p-cons .wrapper .p-cons__profile .txt_box {
  width: 580px;
}
@media only screen and (max-width: 1100px) {
  .p-cons .wrapper .p-cons__profile .txt_box {
    width: 52.7272727273vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-cons .wrapper .p-cons__profile .txt_box {
    width: 100%;
  }
}
.p-cons .wrapper .p-cons__profile .txt_box .name {
  margin-bottom: 20px;
  font-size: 23px;
  letter-spacing: 0.05em;
  color: #36a893;
}
@media only screen and (max-width: 736px) {
  .p-cons .wrapper .p-cons__profile .txt_box .name {
    margin-bottom: 2.6666666667vw;
    width: 100%;
    font-size: 4.8vw;
    text-align: center;
  }
}
.p-cons .wrapper .p-cons__profile .txt_box .p-cons__text p {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #4d4d4d;
}
@media only screen and (max-width: 736px) {
  .p-cons .wrapper .p-cons__profile .txt_box .p-cons__text p {
    font-size: 3.4666666667vw;
  }
}
.p-cons--page {
  background: #f7f7f7;
}
.p-cons--page .p-cons__box {
  background: #fff;
  padding: 100px 70px;
  border-radius: 50px;
}
@media only screen and (max-width: 1920px) {
  .p-cons--page .p-cons__box {
    padding: 5.2083333333vw 3.6458333333vw;
    border-radius: 2.6041666667vw;
  }
}
.p-cons--page .p-cons__box .p-cons__profile {
  margin-bottom: 0;
}
.p-cons--page .p-cons__box .p-cons__profile:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  .p-cons--page .p-cons__box .p-cons__profile:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
}
.p-cons--page .p-cons__box .p-cons__profile figure {
  width: 40%;
}
@media only screen and (max-width: 736px) {
  .p-cons--page .p-cons__box .p-cons__profile figure {
    width: 80%;
  }
}
.p-cons--page .p-cons__box .p-cons__profile .txt_box {
  width: 55%;
}
@media only screen and (max-width: 736px) {
  .p-cons--page .p-cons__box .p-cons__profile .txt_box {
    width: 100%;
  }
}

.p-service {
  background: #f7f7f7;
}
.p-service .sub_ttl {
  margin-bottom: 50px;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #4d4d4d;
  line-height: 1.4em;
}
@media only screen and (max-width: 736px) {
  .p-service .sub_ttl {
    margin-bottom: 10.6666666667vw;
    font-size: 4.8vw;
  }
}
.p-service .p-seo__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 100px;
  width: 800px;
}
@media only screen and (max-width: 1100px) {
  .p-service .p-seo__list {
    width: 72.7272727273vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-service .p-seo__list {
    display: block;
    margin-bottom: 13.3333333333vw;
    width: 90.6666666667vw;
  }
}
.p-service .p-seo__list .p-seo__list__item {
  padding: 40px 20px;
  width: 380px;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1100px) {
  .p-service .p-seo__list .p-seo__list__item {
    padding: 1.8181818182vw;
    width: 34.5454545455vw;
    border-radius: 1.8181818182vw;
    margin-bottom: 5.4545454545vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-service .p-seo__list .p-seo__list__item {
    padding: 2.6666666667vw;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 736px) {
  .p-service .p-seo__list .p-seo__list__item:not(:last-child) {
    padding-bottom: 8vw;
  }
}
.p-service .p-seo__list .p-seo__list__item h4 {
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #36a893;
  line-height: 1.65em;
}
@media only screen and (max-width: 1000px) {
  .p-service .p-seo__list .p-seo__list__item h4 {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-service .p-seo__list .p-seo__list__item h4 {
    margin-bottom: 2.6666666667vw;
    font-size: 4.5333333333vw;
  }
}
.p-service .p-seo__list .p-seo__list__item figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 270px;
}
@media only screen and (max-width: 1100px) {
  .p-service .p-seo__list .p-seo__list__item figure {
    height: 24.5454545455vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-service .p-seo__list .p-seo__list__item figure {
    display: block;
    margin-bottom: 5.3333333333vw;
    height: auto;
    text-align: center;
  }
}
.p-service .p-seo__list .p-seo__list__item figure .img1 {
  width: 300px;
}
@media only screen and (max-width: 1100px) {
  .p-service .p-seo__list .p-seo__list__item figure .img1 {
    width: 27.2727272727vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-service .p-seo__list .p-seo__list__item figure .img1 {
    width: 61.3333333333vw;
  }
}
.p-service .p-seo__list .p-seo__list__item figure .img2 {
  width: 320px;
}
@media only screen and (max-width: 1100px) {
  .p-service .p-seo__list .p-seo__list__item figure .img2 {
    width: 29.0909090909vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-service .p-seo__list .p-seo__list__item figure .img2 {
    width: 61.3333333333vw;
  }
}
.p-service .p-seo__list .p-seo__list__item figure .img3 {
  width: 300px;
}
@media only screen and (max-width: 1100px) {
  .p-service .p-seo__list .p-seo__list__item figure .img3 {
    width: 27.2727272727vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-service .p-seo__list .p-seo__list__item figure .img3 {
    width: 61.3333333333vw;
  }
}
.p-service .p-seo__list .p-seo__list__item figure .img4 {
  width: 300px;
}
@media only screen and (max-width: 1100px) {
  .p-service .p-seo__list .p-seo__list__item figure .img4 {
    width: 27.2727272727vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-service .p-seo__list .p-seo__list__item figure .img4 {
    width: 61.3333333333vw;
  }
}
.p-service .p-seo__list .p-seo__list__item p {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #4d4d4d;
}
@media only screen and (max-width: 1000px) {
  .p-service .p-seo__list .p-seo__list__item p {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-service .p-seo__list .p-seo__list__item p {
    font-size: 3.4666666667vw;
  }
}
.p-service .p-seo__list--web {
  width: 1200px;
}
@media only screen and (max-width: 1300px) {
  .p-service .p-seo__list--web {
    width: 92.3076923077vw;
  }
}
.p-service .p-seo__list--web .p-seo__list__item {
  width: 380px;
}
@media only screen and (max-width: 1300px) {
  .p-service .p-seo__list--web .p-seo__list__item {
    width: 29.2307692308vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-service .p-seo__list--web .p-seo__list__item {
    width: 100%;
  }
}
.p-service .p-seo__list--web .p-seo__list__item figure .img5 {
  width: 270px;
}
@media only screen and (max-width: 1300px) {
  .p-service .p-seo__list--web .p-seo__list__item figure .img5 {
    width: 17.6923076923vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-service .p-seo__list--web .p-seo__list__item figure .img5 {
    width: 61.3333333333vw;
  }
}
.p-service .p-seo__list--web .p-seo__list__item figure .img6 {
  display: block;
  position: relative;
  margin-top: 90px;
  left: -20px;
  width: 310px;
}
@media only screen and (max-width: 1300px) {
  .p-service .p-seo__list--web .p-seo__list__item figure .img6 {
    margin-top: 6.9230769231vw;
    left: -1.5384615385vw;
    width: 23.8461538462vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-service .p-seo__list--web .p-seo__list__item figure .img6 {
    margin-top: 0;
    left: 10.6666666667vw;
    width: 61.3333333333vw;
  }
}
.p-service .p-seo__list--web .p-seo__list__item figure .img7 {
  width: 300px;
}
@media only screen and (max-width: 1300px) {
  .p-service .p-seo__list--web .p-seo__list__item figure .img7 {
    width: 23.0769230769vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-service .p-seo__list--web .p-seo__list__item figure .img7 {
    width: 61.3333333333vw;
  }
}
.p-service .p-seo__list--web .p-seo__list__item figure.line-1 {
  margin-bottom: 36px;
}
@media only screen and (max-width: 1300px) {
  .p-service .p-seo__list--web .p-seo__list__item figure.line-1 {
    margin-bottom: 2.7692307692vw;
  }
}
.p-service .p-seo__flow {
  margin: 0 auto;
  width: 800px;
}
@media only screen and (max-width: 1000px) {
  .p-service .p-seo__flow {
    width: 80vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-service .p-seo__flow {
    width: 90.6666666667vw;
  }
}
.p-service .p-seo__flow li {
  position: relative;
  padding: 12px 0 12px 80px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50px;
  font-size: 21px;
  letter-spacing: 0.05em;
  color: #36a893;
}
@media only screen and (max-width: 736px) {
  .p-service .p-seo__flow li {
    padding: 1.3333333333vw 4vw 1.3333333333vw 9.3333333333vw;
    border-radius: 13.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.p-service .p-seo__flow li small {
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  .p-service .p-seo__flow li small {
    font-size: 2.6666666667vw;
  }
}
.p-service .p-seo__flow li span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #36a893;
  font-size: 22px;
  color: #36a893;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 736px) {
  .p-service .p-seo__flow li span {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-service .p-seo__flow li:not(:last-child) {
  margin-bottom: 25px;
}
@media only screen and (max-width: 736px) {
  .p-service .p-seo__flow li:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}

.p-seo__price {
  padding: 60px 0;
  background: #36a893;
}
@media only screen and (max-width: 736px) {
  .p-seo__price {
    padding: 16vw 0;
  }
}
.p-seo__price .p-seo__price__block {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1026px;
}
@media only screen and (max-width: 1200px) {
  .p-seo__price .p-seo__price__block {
    width: 85.5vw;
  }
}
@media only screen and (max-width: 1080px) {
  .p-seo__price .p-seo__price__block {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  .p-seo__price .p-seo__price__block {
    width: 90.6666666667vw;
  }
}
.p-seo__price .p-seo__price__block .box {
  width: 458px;
}
@media only screen and (max-width: 1080px) {
  .p-seo__price .p-seo__price__block .box {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 736px) {
  .p-seo__price .p-seo__price__block .box {
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .p-seo__price .p-seo__price__block .box:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 736px) {
  .p-seo__price .p-seo__price__block .box:not(:last-child) {
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-seo__price .p-seo__price__block .box .c-title {
    margin-bottom: 5.3333333333vw;
  }
}
.p-seo__price .p-seo__price__block .box .cont {
  padding: 30px 0 0;
  height: 245px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
}
@media only screen and (max-width: 736px) {
  .p-seo__price .p-seo__price__block .box .cont {
    padding: 5.3333333333vw 2.6666666667vw;
    height: auto;
  }
}
.p-seo__price .p-seo__price__block .box .cont h3 {
  font-size: 45px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #36a893;
}
@media only screen and (max-width: 736px) {
  .p-seo__price .p-seo__price__block .box .cont h3 {
    font-size: 6.9333333333vw;
    letter-spacing: 0.4em;
  }
}
.p-seo__price .p-seo__price__block .box .cont h3 span {
  margin: 0 0.15em;
  font-size: 50px;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  .p-seo__price .p-seo__price__block .box .cont h3 span {
    font-size: 7.7333333333vw;
  }
}
.p-seo__price .p-seo__price__block .box .cont h3 small {
  display: block;
  margin-top: 0.7em;
  font-size: 15px;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 736px) {
  .p-seo__price .p-seo__price__block .box .cont h3 small {
    font-size: 2.9333333333vw;
    letter-spacing: 0;
  }
}
.p-seo__price .p-seo__price__block .box .cont .aside_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 378px;
  height: 150px;
}
@media only screen and (max-width: 736px) {
  .p-seo__price .p-seo__price__block .box .cont .aside_box {
    margin-top: 4vw;
    height: auto;
    width: 80%;
  }
}
.p-seo__price .p-seo__price__block .box .cont .aside_box .aside--2 {
  position: relative;
  top: 15px;
}
@media only screen and (max-width: 1080px) {
  .p-seo__price .p-seo__price__block .box .cont .aside_box .aside--2 {
    top: 0;
  }
}
.p-seo__price .p-seo__price__block .box .cont .aside_box .aside li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #ababab;
}
@media only screen and (max-width: 736px) {
  .p-seo__price .p-seo__price__block .box .cont .aside_box .aside li {
    font-size: 3.4666666667vw;
  }
}
.p-seo__price .p-seo__price__block .box .cont .aside_box .aside li:not(:last-child) {
  margin-bottom: 1em;
}
.p-seo__price .c-btn {
  margin: 40px auto 0;
}
@media only screen and (max-width: 736px) {
  .p-seo__price .c-btn {
    margin-top: 10.6666666667vw;
  }
}

.p-contact {
  padding: 30px 0 80px;
}
@media only screen and (max-width: 736px) {
  .p-contact {
    padding: 8vw 0;
  }
}
.p-contact h1 {
  margin-bottom: 50px;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 736px) {
  .p-contact h1 {
    margin-bottom: 10.6666666667vw;
    font-size: 4.8vw;
  }
}
.p-contact p {
  margin: 0 auto;
  width: 800px;
  font-size: 18px;
}
@media only screen and (max-width: 1000px) {
  .p-contact p {
    width: 80vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-contact p {
    width: 90.6666666667vw;
    font-size: 3.4666666667vw;
  }
}

.p-mail {
  padding: 30px 0 90px;
}
@media only screen and (max-width: 736px) {
  .p-mail {
    padding: 8vw 0;
  }
}
.p-mail p {
  margin: 80px auto 0;
  width: 800px;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .p-mail p {
    width: 80vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-mail p {
    margin-top: 10.6666666667vw;
    width: 90.6666666667vw;
    font-size: 3.4666666667vw;
  }
}

.p-company {
  padding: 30px 0 130px;
}
@media only screen and (max-width: 736px) {
  .p-company {
    padding: 8vw 0;
  }
}
.p-company table {
  margin: 60px auto 0;
  width: 620px;
  border-spacing: 0 10px;
  border-collapse: separate;
}
@media only screen and (max-width: 736px) {
  .p-company table {
    margin-top: 16vw;
    width: 90.6666666667vw;
  }
}
.p-company table tr th, .p-company table tr td {
  font-size: 18px;
}
@media only screen and (max-width: 736px) {
  .p-company table tr th, .p-company table tr td {
    font-size: 3.4666666667vw;
  }
}
.p-company table tr th {
  width: 20%;
  text-align: left;
}
@media only screen and (max-width: 736px) {
  .p-company table tr th {
    width: 20%;
  }
}

.p-map {
  padding: 60px 0;
  background: #36a893;
}
.p-map .p-map__wrapper {
  margin: 0 auto;
  width: 800px;
}
@media only screen and (max-width: 1000px) {
  .p-map .p-map__wrapper {
    width: 80vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-map .p-map__wrapper {
    width: 90.6666666667vw;
  }
}
.p-map .p-map__wrapper iframe {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 736px) {
  .p-map .p-map__wrapper iframe {
    height: 53.3333333333vw;
  }
}

.p-news {
  padding: 30px 0 90px;
  background: #f7f7f7;
}
@media only screen and (max-width: 736px) {
  .p-news {
    padding: 8vw 0 16vw;
  }
}
.p-news .p-news__wrapper {
  margin: 0 auto;
  width: 1200px;
}
@media only screen and (max-width: 1300px) {
  .p-news .p-news__wrapper {
    width: 92.3076923077vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-news .p-news__wrapper {
    width: 90.6666666667vw;
  }
}
.p-news .p-news__wrapper .page_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 736px) {
  .p-news .p-news__wrapper .page_nav {
    margin-top: 10.6666666667vw;
  }
}
.p-news .p-news__wrapper .page_nav .pager {
  display: flex;
}
.p-news .p-news__wrapper .page_nav a {
  font-family: "Neuzeit Grotesk", sans-serif;
  color: #36a893;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 1920px) {
  .p-news .p-news__wrapper .page_nav a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 736px) {
  .p-news .p-news__wrapper .page_nav a {
    font-size: 4.8vw;
  }
}

.p-single {
  padding: 30px 0 80px;
}
@media only screen and (max-width: 736px) {
  .p-single {
    padding: 8vw 0;
  }
}
.p-single .p-single__container {
  margin: 80px auto 0;
  width: 900px;
}
@media only screen and (max-width: 1100px) {
  .p-single .p-single__container {
    width: 81.8181818182vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-single .p-single__container {
    margin-top: 13.3333333333vw;
    width: 90.6666666667vw;
  }
}
.p-single .p-single__container .detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  .p-single .p-single__container .detail {
    display: block;
    margin-bottom: 10.6666666667vw;
  }
}
.p-single .p-single__container .detail .category {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  .p-single .p-single__container .detail .category {
    margin-bottom: 4vw;
  }
}
.p-single .p-single__container .detail .category .cat {
  margin-right: 20px;
  padding: 5px 0;
  width: 115px;
  border-radius: 5px;
  background: #36a893;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .p-single .p-single__container .detail .category .cat {
    padding: 1.0666666667vw 2.6666666667vw 1.3333333333vw;
    margin-right: 4vw;
    width: auto;
  }
}
.p-single .p-single__container .detail .category .cat span {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 736px) {
  .p-single .p-single__container .detail .category .cat span {
    font-size: 3.4666666667vw;
  }
}
.p-single .p-single__container .detail .category .date span {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #ababab;
}
@media only screen and (max-width: 736px) {
  .p-single .p-single__container .detail .category .date span {
    font-size: 3.4666666667vw;
  }
}
.p-single .p-single__container .detail .back a {
  display: block;
  padding: 5px 15px;
  background: #ababab;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 5px;
}
@media only screen and (max-width: 736px) {
  .p-single .p-single__container .detail .back a {
    display: inline-block;
    padding: 1.3333333333vw 4vw;
    font-size: 3.4666666667vw;
  }
}
.p-single .p-single__container .p-single__content .p-single__images {
  margin-bottom: 80px;
}
@media only screen and (max-width: 736px) {
  .p-single .p-single__container .p-single__content .p-single__images {
    margin-bottom: 16vw;
  }
}
.p-single .p-single__container .p-single__content a {
  text-decoration: underline;
  color: #36a893;
}
.p-single .p-single__container .p-single__content h1 {
  margin-bottom: 35px;
  font-size: 40px;
  line-height: 1.4em;
  color: #4d4d4d;
}
@media only screen and (max-width: 736px) {
  .p-single .p-single__container .p-single__content h1 {
    margin-bottom: 9.3333333333vw;
    font-size: 6.6666666667vw;
  }
}
.p-single .p-single__container .p-single__content h2 {
  margin-bottom: 20px;
  font-size: 30px;
  color: #4d4d4d;
}
@media only screen and (max-width: 736px) {
  .p-single .p-single__container .p-single__content h2 {
    margin-bottom: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.p-single .p-single__container .p-single__content h3, .p-single .p-single__container .p-single__content h4, .p-single .p-single__container .p-single__content h5 {
  margin-bottom: 20px;
  color: #4d4d4d;
}
@media only screen and (max-width: 736px) {
  .p-single .p-single__container .p-single__content h3, .p-single .p-single__container .p-single__content h4, .p-single .p-single__container .p-single__content h5 {
    margin-bottom: 5.3333333333vw;
  }
}
.p-single .p-single__container .p-single__content p {
  margin-bottom: 30px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-size: 18px;
}
@media only screen and (max-width: 736px) {
  .p-single .p-single__container .p-single__content p {
    font-size: 4vw;
  }
}
.p-single .p-single__container .p-single__content figure {
  margin-bottom: 30px;
}
@media only screen and (max-width: 736px) {
  .p-single .p-single__container .p-single__content figure {
    margin-bottom: 8vw;
  }
}
.p-single .p-single__container .p-single__content img {
  max-width: 100%;
}
.p-single .p-single__container .p-single__content .description table tr th, .p-single .p-single__container .p-single__content .description table tr td {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-size: 18px;
}
@media only screen and (max-width: 736px) {
  .p-single .p-single__container .p-single__content .description table tr th, .p-single .p-single__container .p-single__content .description table tr td {
    font-size: 4vw;
  }
}
.p-single .p-single__container .p-single__content .description table tr th {
  display: flex;
  justify-content: space-between;
  width: 60px;
  text-align: justify;
}
@media only screen and (max-width: 736px) {
  .p-single .p-single__container .p-single__content .description table tr th {
    width: 13.3333333333vw;
  }
}
.p-single .p-single__container .p-single__content .description table tr td {
  padding-left: 30px;
  width: 840px;
}
@media only screen and (max-width: 1100px) {
  .p-single .p-single__container .p-single__content .description table tr td {
    padding-left: 2.7272727273vw;
    width: 76.3636363636vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-single .p-single__container .p-single__content .description table tr td {
    width: 100%;
    padding-left: 4vw;
  }
}
.p-single .p-single__container .p-single__content .description table tr td .aside {
  font-size: 14px;
  color: #36a893;
  line-height: 1.4em;
}
@media only screen and (max-width: 736px) {
  .p-single .p-single__container .p-single__content .description table tr td .aside {
    font-size: 3.2vw;
  }
}
.p-single .p-single__container .p-single__content .sns_share {
  display: flex;
  align-items: center;
  margin-top: 1em;
}
.p-single .p-single__container .p-single__content .sns_share li:not(:last-child) {
  margin-right: 20px;
}
.p-single .p-single__container .p-single__content .sns_share .fv_icon {
  width: 90px;
}
.p-single .p-single__container .p-single__content .sns_share .fv_icon img {
  vertical-align: baseline;
}

.p-service_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}
@media only screen and (max-width: 1300px) {
  .p-service_list {
    justify-content: center;
    gap: 1.5384615385vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-service_list {
    gap: 6.6666666667vw;
  }
}
.p-service_list__item {
  position: relative;
  width: 500px;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 1300px) {
  .p-service_list__item {
    width: 38.4615384615vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-service_list__item {
    width: 100%;
  }
}
.p-service_list__item:hover {
  opacity: 0.7;
}
.p-service_list__item__text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1300px) {
  .p-service_list__item__text {
    padding: 1.5384615385vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-service_list__item__text {
    padding: 4vw;
  }
}
.p-service_list__item__text p {
  margin-top: 5px;
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 1300px) {
  .p-service_list__item__text p {
    margin-top: 0.3846153846vw;
    font-size: 1.5384615385vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-service_list__item__text p {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.p-service_list__item__ttl {
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 1300px) {
  .p-service_list__item__ttl {
    font-size: 3.0769230769vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-service_list__item__ttl {
    font-size: 6.6666666667vw;
  }
}

.p-service_list02 {
  padding: 100px 0;
  background: #f7f7f7;
}
@media only screen and (max-width: 736px) {
  .p-service_list02 {
    padding: 21.3333333333vw 0;
  }
}
.p-service_list02__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media only screen and (max-width: 736px) {
  .p-service_list02__list {
    gap: 10.6666666667vw;
  }
}
.p-service_list02__item {
  padding: 50px 0;
  width: 100%;
  background: #fff;
  border-radius: 40px;
}
@media only screen and (max-width: 736px) {
  .p-service_list02__item {
    padding: 8vw 0;
    border-radius: 8vw;
  }
}
.p-service_list02__item__ttl {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #36a893;
  line-height: 140%;
}
@media only screen and (max-width: 736px) {
  .p-service_list02__item__ttl {
    font-size: 6.1333333333vw;
  }
}
.p-service_list02__item__text {
  margin-top: 25px;
  font-size: 18px;
  text-align: center;
  color: #36a893;
}
@media only screen and (max-width: 736px) {
  .p-service_list02__item__text {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

.p-country {
  padding: 100px 0;
  background: #36a893;
}
@media only screen and (max-width: 736px) {
  .p-country {
    padding: 21.3333333333vw 0;
  }
}
.p-country.--pb-x2 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 736px) {
  .p-country.--pb-x2 {
    padding-bottom: 21.3333333333vw;
  }
}
.p-country.--white {
  background: #fff;
}
.p-country.--white .c-title .eng {
  color: #424b9b;
}
.p-country.--white .c-title .main {
  color: #ababab;
}
.p-country .c-title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 736px) {
  .p-country .c-title {
    margin-bottom: 10.6666666667vw;
  }
}
.p-country .c-title .eng, .p-country .c-title .main {
  color: #fff;
}
.p-country .wrapper {
  margin: 0 auto;
  width: 1025px;
}
@media only screen and (max-width: 1300px) {
  .p-country .wrapper {
    width: 78.8461538462vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-country .wrapper {
    width: 90.6666666667vw;
  }
}
.p-country .p-country__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
}
@media only screen and (max-width: 1300px) {
  .p-country .p-country__list {
    gap: 2.3076923077vw 0;
  }
}
@media only screen and (max-width: 736px) {
  .p-country .p-country__list {
    justify-content: space-between;
    gap: 4vw 0;
  }
}
.p-country .p-country__list::after {
  content: " ";
  display: inline-block;
  width: 320px;
}
@media only screen and (max-width: 736px) {
  .p-country .p-country__list::after {
    content: none;
  }
}
.p-country .p-country__list .p-country__list__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  box-sizing: border-box;
  width: 320px;
  height: 70px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #ababab;
}
@media only screen and (max-width: 1300px) {
  .p-country .p-country__list .p-country__list__item {
    width: 24.6153846154vw;
    height: 5.3846153846vw;
    padding-left: 3.4615384615vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-country .p-country__list .p-country__list__item {
    padding-left: 6.6666666667vw;
    width: 48%;
    height: 9.8666666667vw;
    border-radius: 13.3333333333vw;
  }
}
.p-country .p-country__list .p-country__list__item span {
  font-size: 26px;
  color: #36a893;
  font-weight: bold;
}
@media only screen and (max-width: 1300px) {
  .p-country .p-country__list .p-country__list__item span {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-country .p-country__list .p-country__list__item span {
    font-size: 4vw;
  }
}
.p-country .p-country__list .p-country__list__item img {
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 67px;
}
@media only screen and (max-width: 1300px) {
  .p-country .p-country__list .p-country__list__item img {
    left: 0.1538461538vw;
    width: 5.1538461538vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-country .p-country__list .p-country__list__item img {
    left: 0.5333333333vw;
    width: 9.0666666667vw;
  }
}
.p-country .p-country__other {
  margin-top: 60px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .p-country .p-country__other {
    margin-top: 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
}

.p-platforms {
  padding-bottom: 180px;
  background: #36a893;
}
@media only screen and (max-width: 736px) {
  .p-platforms {
    padding-bottom: 21.3333333333vw;
  }
}
.p-platforms.--white {
  background: #fff;
}
.p-platforms.--white .c-title .eng {
  color: #424b9b;
}
.p-platforms.--white .c-title .main {
  color: #ababab;
}
.p-platforms .c-title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 736px) {
  .p-platforms .c-title {
    margin-bottom: 10.6666666667vw;
  }
}
.p-platforms .c-title .eng, .p-platforms .c-title .main {
  color: #fff;
}
.p-platforms .wrapper {
  margin: 0 auto;
  width: 1025px;
}
@media only screen and (max-width: 1300px) {
  .p-platforms .wrapper {
    width: 78.8461538462vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-platforms .wrapper {
    width: 90.6666666667vw;
  }
}
.p-platforms .p-platforms__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 1300px) {
  .p-platforms .p-platforms__list {
    gap: 2.3076923077vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-platforms .p-platforms__list {
    justify-content: space-between;
    gap: 4vw 0;
  }
}
.p-platforms .p-platforms__list .p-platforms__list__item {
  width: 320px;
}
@media only screen and (max-width: 1300px) {
  .p-platforms .p-platforms__list .p-platforms__list__item {
    width: 24.6153846154vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-platforms .p-platforms__list .p-platforms__list__item {
    width: 48%;
  }
}
.p-platforms .p-platforms__other {
  margin-top: 80px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .p-platforms .p-platforms__other {
    margin-top: 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
}

.p-case_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 0;
}
@media only screen and (max-width: 1300px) {
  .p-case_list {
    gap: 3.8461538462vw 0;
  }
}
@media only screen and (max-width: 736px) {
  .p-case_list {
    gap: 8vw;
  }
}
.p-case_list .p-case_list__item {
  width: 480px;
  border-radius: 40px;
  overflow: hidden;
  transition: all 0.3s linear;
  background: #fff;
}
@media only screen and (max-width: 1300px) {
  .p-case_list .p-case_list__item {
    width: 36.9230769231vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-case_list .p-case_list__item {
    width: 100%;
  }
}
.p-case_list .p-case_list__item:hover {
  opacity: 0.7;
}
.p-case_list .p-case_list__item a {
  display: block;
  height: 100%;
}
.p-case_list .p-case_list__item .p-case_list__item__ttl {
  padding: 20px 0;
  background: #36a893;
  font-size: 25px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  .p-case_list .p-case_list__item .p-case_list__item__ttl {
    padding: 1.5384615385vw 0;
    font-size: 2.3076923077vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-case_list .p-case_list__item .p-case_list__item__ttl {
    padding: 4vw 0;
    font-size: 5.3333333333vw;
  }
}
.p-case_list .p-case_list__item .p-case_list__item__cont {
  padding: 30px;
  background: #fff;
}
@media only screen and (max-width: 1300px) {
  .p-case_list .p-case_list__item .p-case_list__item__cont {
    padding: 2.3076923077vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-case_list .p-case_list__item .p-case_list__item__cont {
    padding: 5.3333333333vw;
  }
}
.p-case_list .p-case_list__item .p-case_list__item__row {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}
@media only screen and (max-width: 1300px) {
  .p-case_list .p-case_list__item .p-case_list__item__row {
    gap: 1.5384615385vw;
    margin-top: 1.9230769231vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-case_list .p-case_list__item .p-case_list__item__row {
    gap: 4vw;
    margin-top: 5.3333333333vw;
  }
}
.p-case_list .p-case_list__item .p-case_list__item__cat {
  flex-shrink: 0;
}
.p-case_list .p-case_list__item .p-case_list__item__cat > span {
  display: inline-block;
  padding: 5px;
  background: #36a893;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 1300px) {
  .p-case_list .p-case_list__item .p-case_list__item__cat > span {
    padding: 0.3846153846vw;
    font-size: 1.2307692308vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-case_list .p-case_list__item .p-case_list__item__cat > span {
    padding: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-case_list .p-case_list__item .p-case_list__item__country p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 150%;
}
@media only screen and (max-width: 1300px) {
  .p-case_list .p-case_list__item .p-case_list__item__country p {
    font-size: 1.2307692308vw;
  }
}
@media only screen and (max-width: 736px) {
  .p-case_list .p-case_list__item .p-case_list__item__country p {
    font-size: 3.7333333333vw;
  }
}

.p-case {
  background: #f7f7f7;
  padding: 80px 0;
}
@media only screen and (max-width: 736px) {
  .p-case {
    padding: 16vw 0;
  }
}
.p-case .p-case__btn {
  width: 300px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 736px) {
  .p-case .p-case__btn {
    width: 61.3333333333vw;
  }
}
.p-case .p-case__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border: 3px solid #424b9b;
  border-radius: 15px;
  font-size: 25px;
  font-weight: bold;
  color: #424b9b;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 736px) {
  .p-case .p-case__btn a {
    height: 12vw;
    font-size: 4.2666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.p-case .p-case__btn a:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 736px) {
  .p-banner {
    width: 90.6666666667vw;
    margin: 0 auto;
  }
}
.p-banner p {
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  .p-banner p {
    font-size: 3.7333333333vw;
  }
}

.l-container01 {
  margin: 0 auto;
  width: 1000px;
}
@media only screen and (max-width: 1300px) {
  .l-container01 {
    width: 76.9230769231vw;
  }
}
@media only screen and (max-width: 736px) {
  .l-container01 {
    width: 90.6666666667vw;
  }
}