@charset "UTF-8";
/*==================================================
reset
==================================================*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*==================================================
base
==================================================*/
html {
  font-size: 62.5%;
  font-weight: medium;
  color: #3e4244;
  font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.9;
  letter-spacing: 0.04em;
  /* IEだけに適応 */
}
html _:lang(x)::-ms-backdrop,
html .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

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

a {
  color: inherit;
  cursor: pointer;
}

/* l-header
---------------------------------------*/
.l-header {
  background: #fff;
  height: 80px;
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0px 8px 17px -7px rgba(113, 142, 157, 0.1);
          box-shadow: 0px 8px 17px -7px rgba(113, 142, 157, 0.1);
  z-index: 100;
  top: 0;
  left: 0;
}
@media all and (max-width: 1200px) {
  .l-header {
    height: 70px;
  }
}
@media all and (max-width: 767px) {
  .l-header {
    height: 60px;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* footer
---------------------------------------*/
.l-footer {
  background-color: #598eb9;
  padding: 81px 0 53px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .l-footer {
    padding: 60px 0 40px;
  }
}

.l-footer-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 80px;
}

.l-footer__logo img {
  width: 270px;
}
@media all and (max-width: 767px) {
  .l-footer__logo img {
    width: 230px;
  }
}

.l-footer__link-list.-sp-adjustment {
  padding-left: 0;
  margin-top: 23px;
  margin-bottom: 46px;
}

.l-footer__border {
  border-bottom: 1px solid #fff;
}

.l-footer__copyright {
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 30px;
  display: inline-block;
}

/* l-inner
---------------------------------------*/
.l-inner {
  width: 100%;
  max-width: 1266px;
  margin: 0 auto;
  padding-right: 43px;
  padding-left: 43px;
}
@media all and (max-width: 767px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* l-inner--narrow
---------------------------------------*/
.l-inner--narrow {
  width: 100%;
  max-width: 1166px;
  margin: 0 auto;
  padding-right: 43px;
  padding-left: 43px;
}
@media all and (max-width: 767px) {
  .l-inner--narrow {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/*cta
---------------------------------------*/
.c-cta {
  margin-top: 60px;
  margin-bottom: 55px;
}
@media all and (max-width: 767px) {
  .c-cta {
    margin-top: 40px;
  }
}

.c-cta__container {
  background-color: #eff5fb;
  padding: 40px 10px 30px 10px;
  border-radius: 10px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .c-cta__container {
    padding: 25px 10px 20px 10px;
  }
}

.c-cta__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 767px) {
  .c-cta__head {
    display: block;
  }
}

.c-cta__head-icon {
  padding-right: 20px;
}
.c-cta__head-icon img {
  width: 50px;
}
@media all and (max-width: 767px) {
  .c-cta__head-icon {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .c-cta__head-icon img {
    width: 45px;
  }
}

.c-cta__head-txt {
  font-size: 2.7rem;
  letter-spacing: 0.16em;
  font-weight: bold;
  color: #00547f;
}
@media all and (max-width: 767px) {
  .c-cta__head-txt {
    font-size: 1.7rem;
    letter-spacing: 0.08em;
  }
}

.c-cta-lead {
  text-align: center;
  font-size: 1.6rem;
  color: #598eb9;
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  .c-cta-lead {
    font-size: 1.4rem;
    margin-top: 10px;
    line-height: 1.7;
  }
}

.c-cta-arrow {
  padding: 5px 0;
}
@media all and (max-width: 767px) {
  .c-cta-arrow {
    padding: 3px 0 5px;
  }
}

.c-cta__btn-wrap {
  margin-top: 10px;
}

.c-cta__btn {
  width: 500px;
  display: inline-block;
  background-image: linear-gradient(132deg, rgb(224, 121, 47), rgb(254, 187, 64));
  -webkit-box-shadow: 0px 12px 18px -8px rgba(30, 43, 50, 0.3);
          box-shadow: 0px 12px 18px -8px rgba(30, 43, 50, 0.3);
  border-radius: 60px;
  text-align: center;
  padding: 24px 0;
  position: relative;
  overflow: hidden;
}
.c-cta__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.c-cta__btn:hover::before {
  -webkit-animation: shine 1s;
          animation: shine 1s;
}
@media all and (max-width: 767px) {
  .c-cta__btn {
    width: 90%;
    padding: 20px 0;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.c-cta__btn-txt {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}
@media all and (max-width: 767px) {
  .c-cta__btn-txt {
    font-size: 1.7rem;
  }
}

/* c-heading
---------------------------------------*/
.c-heading {
  line-height: 1.35;
  color: #00547f;
}
.c-heading.-color-f {
  color: #fff;
}

.c-heading.-white {
  color: #fff;
}

.c-heading-en {
  font-size: 32px;
  letter-spacing: 0.34em;
  font-weight: 600;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .c-heading-en {
    font-size: 28px;
  }
}
@media all and (max-width: 767px) {
  .c-heading-en {
    font-size: 25px;
  }
}

.c-heading-ja {
  font-size: 15px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .c-heading-ja {
    font-size: 14px;
  }
}

/* c-heading
---------------------------------------*/
.c-heading-m {
  font-size: 3rem;
  color: #00547f;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 40px;
}
@media all and (max-width: 1024px) {
  .c-heading-m {
    font-size: 2.3rem;
    margin-bottom: 30px;
  }
}

/* access
---------------------------------------*/
.p-header__logo {
  width: 205px;
}
.p-header__logo img {
  display: block;
}
@media all and (max-width: 767px) {
  .p-header__logo {
    width: 180px;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.p-header__nav li {
  font-size: 14px;
}
.p-header__nav li:not(first-child) {
  margin-left: 35px;
}
.p-header__nav a {
  position: relative;
  color: #00547f;
  font-weight: bold;
}
.p-header__nav a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-header__nav a:hover, .p-header__nav a.is-active {
  color: #598eb9;
}
.p-header__nav a:hover::after, .p-header__nav a.is-active::after {
  background: #598eb9;
}
@media all and (max-width: 1200px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__cta {
  margin-left: 35px;
}
.p-header__cta a {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  width: 180px;
  padding: 11px 0 11px 25px;
  border-radius: 25px;
  background-color: #598eb9;
  border: 2px solid #598eb9;
}
.p-header__cta a:hover {
  color: #598eb9;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media all and (max-width: 1200px) {
  .p-header__cta a {
    padding: 9px 0 9px 25px;
  }
}
@media all and (max-width: 767px) {
  .p-header__cta a {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .p-header__cta {
    margin-left: auto;
    margin-right: 20px;
  }
}
@media all and (max-width: 767px) {
  .p-header__cta {
    margin-right: 30px;
  }
}

.p-header__cta-ico {
  position: absolute;
  left: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17.827px;
  height: 16.969px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  fill: #fff;
}

.p-header__cta a:hover .p-header__cta-ico {
  fill: #598eb9;
}

/* p-drawer
---------------------------------------*/
.p-drawer-icon {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 300;
  display: none;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  .p-drawer-icon {
    display: block;
    top: 25px;
  }
}
@media all and (max-width: 767px) {
  .p-drawer-icon {
    top: 20px;
  }
}
.p-drawer-icon.is-active {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}
.p-drawer-icon.is-active .p-drawer-icon__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}
.p-drawer-icon.is-active .p-drawer-icon__bar2 {
  display: none;
}
.p-drawer-icon.is-active .p-drawer-icon__bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}

.p-drawer-icon__bars {
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
}

.p-drawer-icon__bar1,
.p-drawer-icon__bar2,
.p-drawer-icon__bar3 {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #598eb9;
  top: 0;
  left: 0;
}

.p-drawer-icon__bar1 {
  top: 0;
}

.p-drawer-icon__bar2 {
  top: 8px;
}

.p-drawer-icon__bar3 {
  top: 16px;
}

.p-drawer-content {
  width: 200px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 0 3px rgba(49, 49, 49, 0.16);
          box-shadow: 0 0 0 3px rgba(49, 49, 49, 0.16);
  z-index: 299;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.p-drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-drawer-content-item {
  border-bottom: 1px dotted #598eb9;
}
.p-drawer-content-item a {
  display: block;
  color: #707070;
  padding: 18px 20px;
  position: relative;
  font-size: 1.4rem;
  color: #598eb9;
  font-weight: bold;
}
.p-drawer-content-item a::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 11px;
  background: url(../img/ico_arrow_r.svg) no-repeat center/contain;
}

.p-drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 50, 57, 0.8);
  z-index: 298;
  display: none;
}
.p-drawer-background.is-active {
  display: block;
}

/* p-top
---------------------------------------*/
.p-top {
  background: url(../img/mv.jpg) center center/cover;
  width: 100%;
  height: 642px;
  position: relative;
  margin-top: 80px;
}
@media all and (max-width: 1200px) {
  .p-top {
    margin-top: 70px;
  }
}
@media all and (max-width: 767px) {
  .p-top {
    background: url(../img/mv_sp.jpg) center center/cover;
    margin-top: 60px;
    width: 100%;
    height: 481px;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.p-top__deco {
  position: absolute;
  right: 10%;
  bottom: -65px;
  background: url(../img/top_deco_sai.png) center center/contain no-repeat;
}
@media all and (max-width: 767px) {
  .p-top__deco {
    right: 32px;
    bottom: -70px;
  }
}

.p-tpp__deco-txt {
  width: 165px;
  height: 165px;
  -webkit-animation: 30s linear infinite rotation;
          animation: 30s linear infinite rotation;
}
@media all and (max-width: 767px) {
  .p-tpp__deco-txt {
    width: 140px;
    height: 140px;
  }
}

.p-top-copy {
  max-width: 550px;
  padding-top: 50px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-top-copy {
    max-width: 480px;
    padding-top: 95px;
  }
}
@media all and (max-width: 767px) {
  .p-top-copy {
    display: none;
  }
}

.p-top-curve {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55vw;
}

/* p-problem
---------------------------------------*/
.p-problem {
  margin-top: 40px;
}

.p-problem__head-en {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5em;
  color: #00547f;
  padding-left: 65px;
}
.p-problem__head-en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #00547f;
}

.p-problem__ja {
  font-size: 33px;
  font-weight: bold;
  color: #00547f;
  line-height: 1.5em;
}
@media all and (max-width: 1024px) {
  .p-problem__ja {
    font-size: 2.5rem;
  }
}

.p-problem-lead {
  font-size: 16px;
  font-weight: bold;
  color: #00547f;
  margin-top: 20px;
}
@media all and (max-width: 1024px) {
  .p-problem-lead {
    font-size: 15px;
  }
}

.p-problem__lists {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 767px) {
  .p-problem__lists {
    display: block;
  }
}

.p-problem__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.67%;
          flex: 0 0 23.67%;
}
.p-problem__list img {
  border-radius: 10px;
  -webkit-box-shadow: -5px 6px 18px 0px rgba(0, 85, 128, 0.18);
          box-shadow: -5px 6px 18px 0px rgba(0, 85, 128, 0.18);
}
@media all and (max-width: 767px) {
  .p-problem__list {
    margin-bottom: 10px;
  }
}

.p-problem-arrow {
  text-align: center;
  margin-top: 37px;
}
.p-problem-arrow img {
  width: 80px;
}

.p-problem__content {
  padding-top: 25px;
  position: relative;
}

.p-problem__content-bg {
  display: block;
  height: 45vw;
  width: 30%;
  background-color: #598eb9;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .p-problem__content-bg {
    height: 65vw;
    max-height: 800px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-problem__content-bg {
    height: 60vw;
    max-height: 800px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-problem__content-bg {
    height: 60vw;
    max-height: 500px;
  }
}
@media all and (max-width: 767px) {
  .p-problem__content-bg {
    height: 370px;
    width: 40%;
  }
}

.p-problem__bg {
  bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.p-problem__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .p-problem__items {
    display: block;
  }
}

@media all and (max-width: 767px) {
  .p-problem__text .c-heading-m {
    margin-top: 80px;
  }
}

.p-problem__text {
  width: calc(53% - 50px);
  font-size: 14px;
  margin-top: 50px;
}
.p-problem__text p {
  max-width: 390px;
  margin-left: auto;
  margin-right: 70px;
  color: #61686b;
  letter-spacing: 0.02em;
}
@media all and (max-width: 1024px) {
  .p-problem__text p {
    max-width: 100%;
    margin-right: 0;
  }
}
.p-problem__text p:nth-of-type(2) {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .p-problem__text {
    width: 100%;
  }
}

.p-problem__img-wrapper {
  width: calc(47% - 50px);
}
@media all and (max-width: 767px) {
  .p-problem__img-wrapper {
    width: 100%;
    text-align: center;
  }
}

/* p-problem-c2
---------------------------------------*/
.p-problem-c2 {
  position: relative;
  z-index: -2;
  margin-top: 80px;
  padding-top: 100px;
  background: url(../img/case_2_bg.png) top center/cover no-repeat;
}
@media all and (max-width: 767px) {
  .p-problem-c2 {
    background: url(../img/case_2_bg_sp.png) 0% top/cover no-repeat;
    margin-top: 30px;
    padding-top: 70px;
  }
}

.p-problem-c2__head {
  text-align: right;
}

.p-problem-c2__head-en {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5em;
  color: #00547f;
  padding-left: 65px;
}
.p-problem-c2__head-en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #00547f;
}

.p-problem-c2__ja {
  font-size: 33px;
  font-weight: bold;
  color: #00547f;
  line-height: 1.5em;
}
@media all and (max-width: 1024px) {
  .p-problem-c2__ja {
    font-size: 2.5rem;
  }
}

.p-problem-c2-lead {
  font-size: 16px;
  font-weight: bold;
  color: #00547f;
  margin-top: 20px;
}

.p-problem-c2__lists {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-problem-c2__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.67%;
          flex: 0 0 23.67%;
}
.p-problem-c2__list:nth-of-type(n + 5) {
  margin-top: 15px;
}
.p-problem-c2__list img {
  border-radius: 10px;
  -webkit-box-shadow: -5px 6px 18px 0px rgba(0, 85, 128, 0.18);
          box-shadow: -5px 6px 18px 0px rgba(0, 85, 128, 0.18);
}
@media all and (max-width: 767px) {
  .p-problem-c2__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
  }
  .p-problem-c2__list:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}

.p-problem-c2-arrow {
  text-align: center;
  margin-top: 37px;
}
.p-problem-c2-arrow img {
  width: 80px;
}

.p-problem-c2__content {
  padding-top: 25px;
  position: relative;
}

.p-problem-c2__content-bg {
  display: block;
  background-color: #598eb9;
}
@media all and (min-width: 1201px) {
  .p-problem-c2__content-bg {
    height: 55vw;
    width: 30%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-problem-c2__content-bg {
    height: 45vw;
    width: 30%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-problem-c2__content-bg {
    height: 55vw;
    width: 30%;
  }
}
@media all and (max-width: 767px) {
  .p-problem-c2__content-bg {
    height: 320px;
    max-height: 550px;
    width: 40%;
  }
}

.p-problem-c2__bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.p-problem-c2__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .p-problem-c2__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media all and (max-width: 767px) {
  .p-problem-c2__text .c-heading-m {
    margin-top: 60px;
  }
}

.p-problem-c2__text {
  width: 42%;
  font-size: 14px;
  margin-top: 50px;
}
.p-problem-c2__text p {
  max-width: 390px;
  margin-left: auto;
  margin-left: 70px;
  color: #61686b;
  letter-spacing: 0.02em;
}
@media all and (max-width: 1024px) {
  .p-problem-c2__text p {
    max-width: 100%;
    margin-left: 0;
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  .p-problem-c2__text {
    width: 100%;
    margin-top: 18px;
  }
}

.p-problem-c2__img-wrapper {
  width: 48%;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .p-problem-c2__img-wrapper {
    width: 100%;
    text-align: center;
  }
}

/* p-about
---------------------------------------*/
.p-about {
  margin-top: 180px;
  padding-bottom: 130px;
}
@media all and (max-width: 767px) {
  .p-about {
    margin-top: 80px;
    padding-bottom: 60px;
  }
}

.p-about__head {
  padding-top: 25px;
  position: relative;
}

.p-about__head-bg {
  display: block;
  height: 35vw;
  width: 40%;
  max-height: 435px;
  background-color: #00547f;
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-about__head-bg {
    height: 45vw;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-about__head-bg {
    height: 47vw;
  }
}
@media all and (max-width: 767px) {
  .p-about__head-bg {
    height: 77vw;
    width: 41%;
  }
}

.p-about__bg {
  bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.p-about__head-img {
  margin-top: 60px;
  max-width: 80%;
  margin-left: auto;
}
@media all and (max-width: 767px) {
  .p-about__head-img {
    margin-top: 15px;
  }
}

@media all and (max-width: 767px) {
  .l-inner--narrow.-about-img {
    padding: 0;
  }
}

.p-about__ttl {
  position: relative;
}

.p-about__ttl-txt {
  position: absolute;
  top: 180px;
  left: 0;
}
@media all and (max-width: 767px) {
  .p-about__ttl-txt {
    top: 90px;
  }
}

.p-about__content {
  margin-top: 140px;
}
@media all and (max-width: 767px) {
  .p-about__content {
    margin-top: 80px;
  }
  .p-about__content .c-heading-m {
    white-space: nowrap;
  }
}

.p-about__content-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-about__content-txt p {
  font-size: 14px;
}
.p-about__content-txt p .strong {
  color: #00547f;
  font-size: 16px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .p-about__content-txt {
    display: block;
  }
}

.p-about__content-txt-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
@media all and (max-width: 767px) {
  .p-about__content-txt-col + .p-about__content-txt-col {
    margin-top: 20px;
  }
}

/* p-about__course
---------------------------------------*/
.p-about__course {
  margin-top: 80px;
  margin-bottom: 200px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-about__course {
    margin-bottom: 150px;
  }
}

.p-about__course-items {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-about__course-items {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .p-about__course-items {
    display: block;
  }
}

.p-about__course-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.5%;
          flex: 0 0 30.5%;
  background-color: #fff;
  position: relative;
  max-height: 400px;
  -webkit-box-shadow: -40px 1.9px 25px rgba(92, 101, 108, 0.057), -25px 5px 30px rgba(153, 169, 181, 0.076), -15px 101px 11.4px rgba(135, 149, 159, 0.086), -10px 200px 19.8px rgba(169, 187, 200, 0.092), -5px 38.4px 34.8px rgba(145, 160, 171, 0.1), -5px 101px 74px rgba(147, 163, 174, 0.13);
          box-shadow: -40px 1.9px 25px rgba(92, 101, 108, 0.057), -25px 5px 30px rgba(153, 169, 181, 0.076), -15px 101px 11.4px rgba(135, 149, 159, 0.086), -10px 200px 19.8px rgba(169, 187, 200, 0.092), -5px 38.4px 34.8px rgba(145, 160, 171, 0.1), -5px 101px 74px rgba(147, 163, 174, 0.13);
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-about__course-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.5%;
            flex: 0 0 31.5%;
  }
}

.p-about__course-item.-basic {
  margin-top: 100px;
}
.p-about__course-item.-basic::after {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: -50px;
  right: -15px;
  content: "";
  width: 115px;
  height: 92px;
  background-image: url(../img/no_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .p-about__course-item.-basic {
    margin-top: 0;
  }
}

.p-about__course-item.-advance {
  margin-top: 50px;
}
.p-about__course-item.-advance::after {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: -50px;
  right: -15px;
  content: "";
  width: 115px;
  height: 92px;
  background-image: url(../img/no_2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .p-about__course-item.-advance {
    margin-top: 220px;
  }
}

.p-about__course-item.-master::after {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: -50px;
  right: -15px;
  content: "";
  width: 115px;
  height: 92px;
  background-image: url(../img/no_3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .p-about__course-item.-master {
    margin-top: 220px;
  }
}

.p-about__course-img {
  position: relative;
  max-width: 100%;
  height: auto;
}

.p-about__course-name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.p-about__course-name span:first-of-type {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.4em;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-about__course-name span:first-of-type {
    font-size: 17px;
  }
}
.p-about__course-name span:nth-of-type(2) {
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-about__course-name span:nth-of-type(2) {
    font-size: 13px;
  }
}

.p-about__course-content {
  background-color: #fff;
  padding: 15px 22px 25px 32px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-about__course-content {
    padding: 10px 15px 15px 20px;
  }
}
.p-about__course-content p {
  font-size: 15px;
  font-weight: bold;
  color: #00547f;
}

.p-about__course-lead {
  font-size: 22px;
  font-weight: bold;
  color: #00547f;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-about__course-lead {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
}

.p-about__course-lists {
  font-size: 14px;
  font-weight: bold;
  color: #61686b;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-about__course-lists {
    font-size: 13px;
  }
}
.p-about__course-lists.-basic li {
  position: relative;
  padding-left: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.p-about__course-lists.-basic li::before {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
  left: 0;
  content: "";
  width: 14px;
  height: 10px;
  background-image: url(../img/ico_basic_check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-about__course-lists.-advance li {
  position: relative;
  padding-left: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.p-about__course-lists.-advance li::before {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
  left: 0;
  content: "";
  width: 14px;
  height: 10px;
  background-image: url(../img/ico_advance_check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-about__course-lists.-master li {
  position: relative;
  padding-left: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.p-about__course-lists.-master li::before {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
  left: 0;
  content: "";
  width: 14px;
  height: 10px;
  background-image: url(../img/ico_master_check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* p-seminar
---------------------------------------*/
.p-seminar {
  background: #598eb9;
  border-radius: 10px;
  padding: 30px 40px 40px 40px;
  color: #fff;
  max-width: 1040px;
  margin: 100px auto 0 auto;
}
.p-seminar h3 {
  font-size: 17px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .p-seminar h3 {
    text-align: center;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-seminar {
    max-width: 950px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-seminar {
    border-radius: 0px;
  }
}
@media all and (max-width: 767px) {
  .p-seminar {
    padding: 30px 25px 60px 25px;
    border-radius: 0px;
  }
}

.p-seminar-container {
  max-width: 870px;
  margin: 0 auto;
}

.p-seminar__lists-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .p-seminar__lists-wrap {
    display: block;
  }
}

.p-seminar__lists {
  margin-top: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

.p-seminar__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-seminar__list dl dt {
  width: 60px;
}
@media all and (max-width: 767px) {
  .p-seminar__list dl dt {
    width: 55px;
  }
}
.p-seminar__list dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  padding-left: 15px;
}
.p-seminar__list + .p-seminar__list {
  margin-top: 15px;
}

/* p-acm
---------------------------------------*/
.p-acm h3 {
  width: 670px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .p-acm h3 {
    width: 350px;
  }
}

:root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
  --box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), inset -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-dark: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.1), -0.8rem -0.8rem 1.2rem rgba(#fff, 0.2);
}

.acm-slide {
  background-color: #eff5fb;
}

.acm-slide .l-inner--narrow {
  padding-top: 20px;
  padding-bottom: 8rem;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.card05 {
  overflow: hidden;
}

.card05 .swiper {
  overflow: visible;
}

.card05 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.card05 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.card05 .slide {
  overflow: hidden;
  width: 36rem;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.card05 .slide-media {
  padding-top: 62.5%;
}

.card05 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}

@media only screen and (min-width: 1025px) {
  .swiper-button-prev::before,
  .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .card05 .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card05 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card05 .slide:hover {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: var(--box-shadow-hover);
    box-shadow: var(--box-shadow-hover);
  }
  .card05 .slide:hover img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .card05 .swiper:hover .slide:not(:hover) {
    opacity: 0.3;
  }
}
/* p-benefit
---------------------------------------*/
.p-benefit {
  background-color: #fff;
  position: relative;
  padding-top: 60px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-benefit {
    padding: 60px 20px 0 20px;
  }
}
@media all and (max-width: 767px) {
  .p-benefit {
    padding-top: 90px;
  }
}

.p-benefit--triangle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-benefit--triangle img {
  width: 100px;
}

.p-benefit .c-heading-m {
  position: relative;
  display: inline-block;
}
.p-benefit .c-heading-m::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../img/ico_benefit.svg) center center/contain no-repeat;
  right: -45px;
}
@media all and (max-width: 767px) {
  .p-benefit .c-heading-m::after {
    width: 25px;
    height: 25px;
    right: -30px;
  }
}
@media all and (max-width: 767px) {
  .p-benefit .c-heading-m {
    font-size: 20px;
  }
}

.p-benefit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media all and (max-width: 1024px) {
  .p-benefit__content {
    display: block;
  }
}

.p-benefit__content-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54%;
          flex: 0 0 54%;
}
.p-benefit__content-txt p {
  font-size: 14px;
  color: #5280ad;
  max-width: 460px;
  margin-left: 35px;
  padding-bottom: 60px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-benefit__content-txt p {
    max-width: 630px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .p-benefit__content-txt p {
    margin-left: 0;
    padding-bottom: 17px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-benefit__content-txt {
    width: 100%;
  }
}

.p-benefit__content-img {
  width: 500px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-benefit__content-img {
    width: 460px;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .p-benefit__content-img {
    width: 300px;
    margin: 0 auto;
  }
}

/* c-heading
---------------------------------------*/
.p-feature {
  background: #00547f;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media all and (max-width: 767px) {
  .p-feature {
    padding-top: 60px;
  }
}

.p-feature-ttl {
  text-align: center;
}
.p-feature-ttl img {
  width: 450px;
}
@media all and (max-width: 767px) {
  .p-feature-ttl img {
    width: 325px;
  }
}

.p-feature__items-wrap {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width: 767px) {
  .p-feature__items-wrap {
    margin: -25px auto 0 auto;
  }
}

.p-feature__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
@media all and (max-width: 767px) {
  .p-feature__items {
    display: block;
    padding: 0 10px;
  }
}

.p-feature__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48%;
  color: #fff;
  border-radius: 1px;
  background: #00547f;
  -webkit-box-shadow: 17px 17px 34px #00496e, -17px -17px 34px #005f90;
          box-shadow: 17px 17px 34px #00496e, -17px -17px 34px #005f90;
}
.p-feature__item:nth-child(n+3) {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .p-feature__item {
    width: 100%;
  }
  .p-feature__item + .p-feature__item {
    margin-top: 40px;
  }
}

.p-feature__item-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 45px 40px 45px;
  text-align: left;
}

.p-feature__item-ttl {
  height: 90px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media all and (max-width: 767px) {
  .p-feature__item-ttl {
    font-size: 2.2rem;
    height: 76px;
    margin-top: 20px;
  }
}

.p-feature__item-text {
  font-size: 15px;
}
.p-feature__item-text ul li {
  position: relative;
  padding-left: 30px;
}
.p-feature__item-text ul li::before {
  position: absolute;
  content: "";
  top: 13px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/ico_check.svg) center center/contain no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-feature__item.-first::before {
  position: absolute;
  content: "";
  width: 88px;
  height: 88px;
  background: url(../img/feature_1.svg) center center/contain no-repeat;
  top: -5px;
  left: -5px;
}
@media all and (max-width: 767px) {
  .p-feature__item.-first::before {
    width: 78px;
    height: 78px;
  }
}
.p-feature__item.-first::after {
  position: absolute;
  content: "";
  width: 135px;
  height: 120px;
  background: url(../img/ico_feature_1.svg) center center/contain no-repeat;
  top: 10%;
  right: 10%;
}
@media all and (max-width: 767px) {
  .p-feature__item.-first::after {
    width: 105px;
    height: 90px;
  }
}

.p-feature__item.-second::before {
  position: absolute;
  content: "";
  width: 88px;
  height: 88px;
  background: url(../img/feature_2.svg) center center/contain no-repeat;
  top: -5px;
  left: -5px;
}
@media all and (max-width: 767px) {
  .p-feature__item.-second::before {
    width: 78px;
    height: 78px;
  }
}
.p-feature__item.-second::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 111px;
  background: url(../img/ico_feature_2.svg) center center/contain no-repeat;
  top: 9%;
  right: 10%;
}
@media all and (max-width: 767px) {
  .p-feature__item.-second::after {
    width: 60px;
    height: 81px;
  }
}

.p-feature__item.-third::before {
  position: absolute;
  content: "";
  width: 88px;
  height: 88px;
  background: url(../img/feature_3.svg) center center/contain no-repeat;
  top: -5px;
  left: -5px;
}
@media all and (max-width: 767px) {
  .p-feature__item.-third::before {
    width: 78px;
    height: 78px;
  }
}
.p-feature__item.-third::after {
  position: absolute;
  content: "";
  width: 130px;
  height: 133px;
  background: url(../img/ico_feature_3.svg) center center/contain no-repeat;
  top: 5%;
  right: 8%;
}
@media all and (max-width: 767px) {
  .p-feature__item.-third::after {
    width: 100px;
    height: 103px;
  }
}

.p-feature__item.-forth::before {
  position: absolute;
  content: "";
  width: 88px;
  height: 88px;
  background: url(../img/feature_4.svg) center center/contain no-repeat;
  top: -5px;
  left: -5px;
}
@media all and (max-width: 767px) {
  .p-feature__item.-forth::before {
    width: 78px;
    height: 78px;
  }
}
.p-feature__item.-forth::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 104px;
  background: url(../img/ico_feature_4.svg) center center/contain no-repeat;
  top: 11%;
  right: 10%;
}
@media all and (max-width: 767px) {
  .p-feature__item.-forth::after {
    width: 60px;
    height: 64px;
  }
}

/* p-profile
---------------------------------------*/
.p-profile {
  padding-top: 120px;
}
@media all and (max-width: 767px) {
  .p-profile {
    padding-top: 60px;
  }
}

@media all and (max-width: 767px) {
  .l-inner--narrow.-profile {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-profile__tc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-profile__tc {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .p-profile__tc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-profile__tc-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-right: -5%;
  margin-top: 70px;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .p-profile__tc-img {
    margin-right: 0;
    width: 85%;
  }
}

.p-profile__tc-summary {
  background-color: #00547f;
  padding: 30px;
  color: #fff;
  padding: 88px 85px 100px 150px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-profile__tc-summary {
    padding: 70px 48px 60px 95px;
  }
}
@media all and (max-width: 767px) {
  .p-profile__tc-summary {
    margin-top: -180px;
    padding: 220px 30px 50px 30px;
    text-align: center;
  }
}

.p-profile__tc-position {
  font-size: 1.7rem;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-profile__tc-position {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .p-profile__tc-position {
    font-size: 1.5rem;
  }
}

.p-profile__tc-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media all and (max-width: 767px) {
  .p-profile__tc-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-profile__tc-head-name {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  padding-top: 12px;
  padding-right: 20px;
}
.p-profile__tc-head-name span {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  padding-right: 10px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-profile__tc-head-name {
    font-size: 2.7rem;
  }
}
@media all and (max-width: 767px) {
  .p-profile__tc-head-name {
    margin-bottom: 15px;
    font-size: 2.6rem;
  }
}

.p-profile__tc-head-en {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.17em;
  margin-bottom: 2px;
}

.p-profile__tc-content {
  font-size: 1.5rem;
  margin-top: 50px;
  text-align: left;
}

.p-profile__career {
  max-width: 900px;
  margin: 60px auto 50px auto;
  border-top: 1px solid #b6cbe6;
}

.p-profile__career-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #b6cbe6;
}
.p-profile__career-item dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  color: #598eb9;
  font-size: 1.7rem;
  text-align: center;
}
@media all and (max-width: 767px) {
  .p-profile__career-item dt {
    border-bottom: 1px solid #b6cbe6;
    padding: 20px 0 15px 0;
  }
}
.p-profile__career-item dd {
  font-size: 1.5rem;
  border-left: 1px solid #b6cbe6;
  padding-left: 47px;
}
@media all and (max-width: 767px) {
  .p-profile__career-item dd {
    border: none;
    padding-left: 0;
    padding: 20px 0 18px 0;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .p-profile__career-item {
    display: block;
    border: 1px solid #b6cbe6;
    border-top: none;
    padding: 0 27px 10px 27px;
  }
}

.p-profile__career-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-profile__career-lists ul:first-child {
  margin-right: 25px;
}
@media all and (max-width: 767px) {
  .p-profile__career-lists {
    display: block;
  }
}

.p-profile__apl {
  position: relative;
}
.p-profile__apl h4 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #598eb9;
  padding-left: 43px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-profile__apl h4 {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .p-profile__apl h4 {
    padding-left: 20px;
  }
}

.p-profile__apl-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  padding-right: 43px;
  padding-left: 43px;
}
.p-profile__apl-lists li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.6%;
          flex: 0 0 31.6%;
}
.p-profile__apl-lists li:nth-of-type(n + 4) {
  margin-top: 17px;
}
@media all and (max-width: 767px) {
  .p-profile__apl-lists li {
    width: 100%;
  }
  .p-profile__apl-lists li:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-profile__apl-lists {
    padding-right: 0;
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .p-profile__apl-lists {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-profile__bg-bottom {
  position: absolute;
  bottom: -300px;
  left: 0;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .p-profile__bg-bottom {
    bottom: -170px;
  }
}

/* p-instagram
---------------------------------------*/
.p-instagram {
  margin-top: 100px;
  padding-right: 43px;
  padding-left: 43px;
}
@media all and (max-width: 767px) {
  .p-instagram {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-instagram_head {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #598eb9;
}

.p-instagram_icon {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .p-instagram_icon {
    margin-bottom: 30px;
  }
}
.p-instagram_icon img {
  width: 70px;
}

.p-instagram_btn {
  text-align: center;
}

.p-instagram_link {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  padding: 15px 10px;
  background-color: #00547f;
  border-radius: 30px;
  width: 230px;
  margin-top: 30px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-instagram_link:hover {
  opacity: 0.7;
}

/* p-voice
---------------------------------------*/
.p-voice {
  position: relative;
  background: #598eb9;
  padding: 60px 0 60px 90px;
  max-width: calc(50vw + 600px);
  margin-left: auto;
  margin-top: 100px;
}
@media all and (max-width: 767px) {
  .p-voice {
    padding: 60px 0 40px 20px;
  }
}

.p-voice__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-voice__head .c-heading.-white {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  padding-right: 20px;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .p-voice__head .c-heading.-white .c-heading-en {
    font-size: 2.8rem;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .p-voice__head .c-heading.-white .c-heading-en {
    font-size: 2.4rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-voice__head .c-heading.-white .c-heading-en {
    line-height: 1.2;
    padding-bottom: 10px;
    display: inline-block;
  }
}
.p-voice__head p {
  color: #fff;
  font-size: 1.5rem;
  padding-right: 20px;
}
.p-voice__head p .-yello-no {
  color: #ffe293;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.p-voice__head p .-yello {
  color: #ffe293;
  font-weight: bold;
  font-size: 1.7rem;
}
@media all and (max-width: 767px) {
  .p-voice__head p {
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .p-voice__head {
    display: block;
  }
}

.p-voice-list {
  margin-top: 120px;
}
@media all and (max-width: 767px) {
  .p-voice-list {
    margin-top: 90px;
  }
}

.p-voice-item {
  position: relative;
}

.p-voice-item-picture {
  position: absolute;
  top: -55px;
  left: 100px;
}
.p-voice-item-picture img {
  width: 100px;
}
@media all and (max-width: 767px) {
  .p-voice-item-picture img {
    width: 90px;
  }
}
@media all and (max-width: 767px) {
  .p-voice-item-picture {
    top: -50px;
    left: 92px;
  }
}

.p-voice-item-content {
  height: 340px;
  background: #fff;
  border-radius: 10px;
  padding: 5px 30px 30px 30px;
}
@media all and (max-width: 767px) {
  .p-voice-item-content {
    height: 300px;
    padding: 5px 20px 20px 20px;
  }
}

.p-voice-item-title {
  margin: 0 auto;
  line-height: 1.5;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}
.p-voice-item-title h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #598eb9;
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 1px solid #598eb9;
}
@media all and (max-width: 767px) {
  .p-voice-item-title h4 {
    font-size: 1.6rem;
  }
}

.p-voice-item-text {
  font-size: 1.5rem;
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .p-voice-item-text {
    font-size: 1.4rem;
    margin-top: 0;
  }
}

.p-voice-pagination {
  position: static;
  text-align: left;
  margin-top: 40px;
  margin-left: 5px;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin-right: 15px !important;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: solid 1px #fff;
  border-radius: 50%;
}

/* p-message
---------------------------------------*/
.p-message {
  position: relative;
  padding-bottom: 100px;
}
.p-message::after {
  position: absolute;
  width: 68px;
  height: 549px;
  content: "";
  background: url(../img/message.svg) center center/contain no-repeat;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  .p-message::after {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .p-message {
    margin-top: 70px;
    padding-bottom: 50px;
  }
}

.p-message-head {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .p-message-head {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 54% 1fr;
    grid-template-rows: auto 1fr;
    margin: 120px auto 0;
  }
}
.p-message-head .header-title {
  text-align: left;
}

@media all and (max-width: 1024px) {
  .l-inner--narrow.-message {
    padding: 0;
  }
}

.p-message-head-lead {
  margin-top: 32px;
}
.p-message-head-lead h4 {
  margin-top: 50px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #00547f;
  position: relative;
  padding-left: 40px;
}
.p-message-head-lead h4::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  background-color: #00547f;
  top: 1em;
  left: 0;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-message-head-lead h4 {
    font-size: 1.9rem;
    margin-left: 43px;
  }
}
@media all and (max-width: 767px) {
  .p-message-head-lead h4 {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 768px) {
  .p-message-head-lead {
    grid-area: 2/1/3/2;
  }
}
@media all and (max-width: 767px) {
  .p-message-head-lead {
    margin-top: 26px;
    margin-left: 20px;
  }
}

@media all and (min-width: 768px) {
  .p-message-head-inner {
    grid-area: 1/1/2/2;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-message-head-inner {
    padding-left: 43px;
  }
}
@media all and (max-width: 767px) {
  .p-message-head-inner {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
}

@media all and (min-width: 768px) {
  .p-message-head-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 726px;
            flex: 0 1 726px;
    max-width: 100%;
    grid-area: 1/2/3/3;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-message-head-img {
    padding-right: 0;
  }
}
@media all and (max-width: 767px) {
  .p-message-head-img {
    margin-top: 50px;
    padding-right: 0;
    padding-left: 20px;
  }
}

.p-message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-message__content {
    margin-top: 50px;
    padding-right: 43px;
    padding-left: 43px;
  }
}
@media all and (max-width: 767px) {
  .p-message__content {
    padding-left: 20px;
    padding-right: 20px;
    margin: 30px auto 0 auto;
    display: block;
  }
}

.p-message__content-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.8%;
          flex: 0 0 47.8%;
}
.p-message__content-txt:not(:first-child) {
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .p-message__content-txt:not(:first-child) {
    margin-top: 25px;
  }
}
.p-message__content-txt p {
  font-size: 1.4rem;
}

.p-message__content-txt-sign {
  text-align: right;
  margin-top: 30px;
}

/* p-flow
---------------------------------------*/
.p-flow {
  padding-top: 80px;
  padding-bottom: 100px;
  background: url(../img/flow_bg.jpg) center center/cover no-repeat;
}
@media all and (max-width: 767px) {
  .p-flow {
    padding-bottom: 50px;
  }
}

.p-flow-content {
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .p-flow-content picture {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
}

.p-flow-caution {
  font-size: 1.5rem;
  color: #00547f;
  text-align: center;
  margin-top: 30px;
  line-height: 1.5;
}
.p-flow-caution span img {
  padding-right: 8px;
  width: 30px;
}
@media all and (max-width: 767px) {
  .p-flow-caution span img {
    width: 28px;
  }
}
@media all and (max-width: 767px) {
  .p-flow-caution {
    font-size: 1.4rem;
    text-align: left;
    text-indent: -2.5rem;
    padding-left: 2.5rem;
  }
}

/* faq
---------------------------------------*/
.p-faq {
  background-color: #e3e9ee;
  padding: 63px 0 80px 0;
}
@media all and (max-width: 767px) {
  .p-faq {
    padding: 63px 0 70px 0;
  }
}

.p-faq__items {
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
@media all and (max-width: 1024px) {
  .p-faq__items {
    padding-right: 0;
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .p-faq__items {
    margin-top: 40px;
  }
}

.p-faq__item {
  background-color: #fff;
  padding: 30px 0 33px;
}
.p-faq__item:not(first-child) {
  margin-top: 20px;
  padding: 25px 0 20px;
}
@media all and (max-width: 767px) {
  .p-faq__item:not(first-child) {
    margin-top: 15px;
  }
}

.p-faq__item-question {
  padding: 0 40px 25px 35px;
  border-bottom: 1px solid #e3e9ee;
}
@media all and (max-width: 767px) {
  .p-faq__item-question {
    padding: 0 15px 15px 20px;
  }
}

.p-faq__item-answer {
  padding: 20px 40px 0 35px;
}
@media all and (max-width: 767px) {
  .p-faq__item-answer {
    padding: 20px 15px 0 20px;
  }
}

.p-faq__item-question-txt {
  font-size: 1.7rem;
  color: #598eb9;
  line-height: 1.5;
  font-weight: 600;
  padding-left: 50px;
  position: relative;
}
.p-faq__item-question-txt::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  background: url(../img/question.svg) center center/contain no-repeat;
  left: 0;
  top: -0.15em;
}
@media all and (max-width: 767px) {
  .p-faq__item-question-txt::before {
    width: 31px;
    height: 31px;
    top: -0.22em;
  }
}
@media all and (max-width: 767px) {
  .p-faq__item-question-txt {
    font-size: 1.6rem;
    padding-left: 42px;
  }
}

.p-faq__item-answer-txt {
  font-size: 1.5rem;
  position: relative;
  padding-left: 50px;
}
.p-faq__item-answer-txt::before {
  position: absolute;
  content: "A.";
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  color: #598eb9;
  left: 5px;
}
@media all and (max-width: 767px) {
  .p-faq__item-answer-txt::before {
    font-size: 2.4rem;
    left: 7px;
    top: 3px;
  }
}
@media all and (max-width: 767px) {
  .p-faq__item-answer-txt {
    padding-left: 45px;
  }
}

/* p-contact-thanks
---------------------------------------*/
.p-contact {
  margin-top: 80px;
  margin-bottom: 100px;
}
.p-contact .c-heading {
  margin-bottom: 80px;
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  .p-contact .c-heading {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .p-contact {
    margin-top: 50px;
    margin-bottom: 0;
  }
}

@media all and (max-width: 767px) {
  .p-contact .l-inner--narrow {
    padding: 0;
  }
}

.p-contact__step {
  max-width: 500px;
  margin: 20px auto 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 767px) {
  .p-contact__step {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.p-contact__step-2,
.p-contact__step-3 {
  margin-left: 1%;
}

.p-contact__step-1-circle,
.p-contact__step-2-circle,
.p-contact__step-3-circle {
  position: relative;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .p-contact__step-1-circle,
  .p-contact__step-2-circle,
  .p-contact__step-3-circle {
    width: 99px;
    height: 99px;
  }
}

.p-contact__step-1-circle {
  background-color: #598eb9;
}

.p-contact__step-2-circle {
  background-color: #fff;
  border: 2px solid #598eb9;
}
@media all and (max-width: 767px) {
  .p-contact__step-2-circle {
    border: 2px solid #598eb9;
  }
}

.p-contact__step-3-circle {
  background-color: #fff;
  border: 2px solid #598eb9;
}
@media all and (max-width: 767px) {
  .p-contact__step-3-circle {
    border: 2px solid #598eb9;
  }
}

.p-contact__step-1-txt,
.p-contact__step-2-txt,
.p-contact__step-3-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 140px;
  text-align: center;
  font-size: 1.5rem;
}
@media all and (max-width: 767px) {
  .p-contact__step-1-txt,
  .p-contact__step-2-txt,
  .p-contact__step-3-txt {
    font-size: 1.3rem;
  }
}

.p-contact__step-1-txt {
  color: #fff;
}

.p-contact__step-2-txt {
  color: #598eb9;
}

.p-contact__step-3-txt {
  color: #598eb9;
}

/* FORM
---------------------------------------*/
#formWrap {
  margin: 0 auto;
  font-size: 1.6rem;
  background-color: #eff5fb;
  padding: 50px 40px 50px 40px;
  border-radius: 10px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  #formWrap {
    padding: 50px 20px 50px 20px;
  }
}
@media all and (max-width: 767px) {
  #formWrap {
    padding: 15px 15px 100px 15px;
    border-radius: 0;
  }
}

table.formTable {
  width: 85%;
  margin: 0 auto;
  border-collapse: collapse;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  table.formTable {
    width: 95%;
    max-width: 700px;
  }
}
@media all and (max-width: 767px) {
  table.formTable {
    width: 100%;
  }
}

table.formTable td,
table.formTable th {
  padding: 10px;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  table.formTable td,
  table.formTable th {
    display: block;
  }
}

table.formTable th.form-privacy-row,
table.formTable td.form-privacy-row {
  padding-top: 30px;
}
@media all and (max-width: 767px) {
  table.formTable th.form-privacy-row,
  table.formTable td.form-privacy-row {
    padding-top: 20px;
  }
}

table.formTable th {
  width: 300px;
  font-weight: bold;
  color: #00547f;
  text-align: left;
}
@media all and (max-width: 1024px) {
  table.formTable th {
    width: 250px;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  table.formTable th {
    padding: 15px 0 5px;
  }
}

@media all and (max-width: 767px) {
  table.formTable td {
    padding: 0 0 10px;
  }
}

table.formTable .form-label-red {
  display: inline-block;
  text-align: center;
  background-color: rgb(241, 117, 95);
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 16px;
  padding: 4px 0;
  width: 49px;
  margin-right: 8px;
}
@media all and (max-width: 1024px) {
  table.formTable .form-label-red {
    width: 40px;
    font-size: 1.2rem;
  }
}

table.formTable .form-label-gray {
  display: inline-block;
  text-align: center;
  background-color: rgb(147, 147, 147);
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 16px;
  padding: 4px 0;
  width: 49px;
  margin-right: 8px;
}

table.formTable input::-webkit-input-placeholder {
  color: rgba(80, 96, 100, 0.3);
}

table.formTable input::-moz-placeholder {
  color: rgba(80, 96, 100, 0.3);
}

table.formTable input:-ms-input-placeholder {
  color: rgba(80, 96, 100, 0.3);
}

table.formTable input::-ms-input-placeholder {
  color: rgba(80, 96, 100, 0.3);
}

table.formTable input::placeholder {
  color: rgba(80, 96, 100, 0.3);
}

table.formTable .form-input-radio input[type=radio] {
  margin-left: 40px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  table.formTable .form-input-radio input[type=radio] {
    margin-left: 20px;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  table.formTable .form-input-radio input[type=radio] {
    margin-left: 0;
  }
}

table.formTable .form-input-radio span {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  line-height: 1;
  padding: 20px 0 20px 38px;
}
table.formTable .form-input-radio span::before {
  content: "";
  width: 28px;
  height: 28px;
  border: 1px solid #dadfe4;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
}
table.formTable .form-input-radio span::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #598eb9;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  display: none;
}
@media all and (max-width: 767px) {
  table.formTable .form-input-radio span {
    font-size: 1.5rem;
  }
}

table.formTable .form-input-radio [type=radio]:checked + span::after {
  display: block;
}

table.formTable input[type=text] {
  border: 1px solid #dadfe4;
  border-radius: 4px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 50px;
  width: 400px;
  background: #fff;
  font-size: 1.6rem;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  table.formTable input[type=text] {
    width: 100%;
    max-width: 400px;
    margin-left: 20px;
  }
}
@media all and (max-width: 767px) {
  table.formTable input[type=text] {
    width: 100%;
    margin-left: 0;
  }
}

table.formTable textarea {
  border: 1px solid #dadfe4;
  border-radius: 4px;
  margin-left: 40px;
  padding: 8px 14px;
  height: 180px;
  width: 100%;
  max-width: 600px;
  background: #fff;
  font-size: 1.5rem;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  table.formTable textarea {
    max-width: 400px;
    margin-left: 20px;
  }
}
@media all and (max-width: 767px) {
  table.formTable textarea {
    width: 100%;
    margin-left: 0;
  }
}

.p-contact__form-item-privacy {
  display: block;
  font-size: 1.6rem;
  padding-left: 45px;
  position: relative;
  margin-left: 40px;
}
@media all and (max-width: 767px) {
  .p-contact__form-item-privacy {
    margin-left: 0;
    padding-left: 42px;
  }
}
.p-contact__form-item-privacy::before {
  background: #fff;
  border: solid 1px #598eb9;
  border-radius: 8px;
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  left: 0;
  position: absolute;
  top: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-contact__form-item-privacy:hover::before {
  border-color: #598eb9;
  -webkit-box-shadow: 0 0 4px #598eb9;
          box-shadow: 0 0 4px #598eb9;
}
.p-contact__form-item-privacy:active::before {
  border-color: #598eb9;
  -webkit-box-shadow: 0 0 4px #598eb9;
          box-shadow: 0 0 4px #598eb9;
}
.p-contact__form-item-privacy:after {
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
  content: "";
  display: block;
  height: 12px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 17px;
}

input[type=checkbox]#form-privacy {
  display: block;
}

input[type=checkbox]:checked + .p-contact__form-item-privacy:before {
  background-color: #598eb9;
}

input[type=checkbox]:checked + .p-contact__form-item-privacy:after {
  opacity: 1;
}

.p-contact__form-item-privacy-link {
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .p-contact__form-item-privacy-link {
    font-size: 1.5rem;
  }
}

.form-submit input {
  border-radius: 60px;
  margin: 52px auto 0 auto;
  padding: 19px 0;
  width: 350px;
  display: block;
  background: #00547f;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-box-shadow: 0px 8px 10px rgba(82, 82, 82, 0.16);
          box-shadow: 0px 8px 10px rgba(82, 82, 82, 0.16);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.form-submit input:hover {
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  .form-submit input {
    width: 300px;
    font-size: 1.6rem;
  }
}

.form-privacy-content {
  background-color: #fff;
  text-align: left;
  margin: 40px auto 3% auto;
}

.form-privacy-content-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: auto;
  border: 1px solid #ccc;
  overflow-y: scroll;
}
.form-privacy-content-inner div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 200px;
  padding: 15px;
}
.form-privacy-content-inner h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.form-privacy-content-inner p {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* p-contact-confirm
---------------------------------------*/
.p-contact-header {
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 17px -7px rgba(113, 142, 157, 0.1);
          box-shadow: 0px 8px 17px -7px rgba(113, 142, 157, 0.1);
}

.p-contact-header__logo {
  padding: 15px;
  text-align: center;
}
.p-contact-header__logo img {
  width: 205px;
}

.p-contact-confirm__container {
  background: url(../img/about_bg.jpg) center center/cover no-repeat;
  width: 100%;
  padding-bottom: 50px;
}

.p-contact-confirm__container #formWrap {
  background: none;
  max-width: 800px;
}

.p-contact-confirm-error {
  font-weight: bold;
  color: #00547f;
  text-align: center;
}

.p-contact-confirm-lead {
  text-align: center;
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .p-contact-confirm-lead {
    text-align: left;
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}

.-error_message {
  color: rgb(241, 117, 95);
  font-weight: bold;
}

.p-contact-confirm-submit input {
  border-radius: 60px;
  margin: 52px auto 20px auto;
  padding: 19px 0;
  width: 350px;
  display: block;
  background: #00547f;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-box-shadow: 0px 8px 10px rgba(82, 82, 82, 0.16);
          box-shadow: 0px 8px 10px rgba(82, 82, 82, 0.16);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-contact-confirm-submit input:hover {
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  .p-contact-confirm-submit input {
    width: 300px;
    font-size: 1.6rem;
    margin: 22px auto 20px auto;
  }
}

.p-contact-confirm-submit-before input {
  border-radius: 60px;
  margin: 0 auto;
  padding: 19px 0;
  width: 350px;
  display: block;
  background-color: rgb(121, 121, 121);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-box-shadow: 0px 8px 10px rgba(82, 82, 82, 0.16);
          box-shadow: 0px 8px 10px rgba(82, 82, 82, 0.16);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-contact-confirm-submit-before input:hover {
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  .p-contact-confirm-submit-before input {
    width: 300px;
    font-size: 1.6rem;
  }
}

.p-contact-confirm__step {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 767px) {
  .p-contact-confirm__step {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto 20px auto;
  }
}

.p-contact-confirm__step-2,
.p-contact-confirm__step-3 {
  margin-left: 1%;
}

.p-contact-confirm__step-1-circle,
.p-contact-confirm__step-2-circle,
.p-contact-confirm__step-3-circle {
  position: relative;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .p-contact-confirm__step-1-circle,
  .p-contact-confirm__step-2-circle,
  .p-contact-confirm__step-3-circle {
    width: 99px;
    height: 99px;
  }
}

.p-contact-confirm__step-1-circle,
.p-contact-confirm__step-2-circle {
  background-color: #598eb9;
}

.p-contact-confirm__step-3-circle {
  background-color: #fff;
  border: 2px solid #598eb9;
}
@media all and (max-width: 767px) {
  .p-contact-confirm__step-3-circle {
    border: 2px solid #598eb9;
  }
}

.p-contact-confirm__step-1-txt,
.p-contact-confirm__step-2-txt,
.p-contact-confirm__step-3-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150px;
  text-align: center;
  font-size: 1.6rem;
}
@media all and (max-width: 767px) {
  .p-contact-confirm__step-1-txt,
  .p-contact-confirm__step-2-txt,
  .p-contact-confirm__step-3-txt {
    font-size: 1.4rem;
  }
}

.p-contact-confirm__step-1-txt,
.p-contact-confirm__step-2-txt {
  color: #fff;
}

.p-contact-confirm__step-3-txt {
  color: #598eb9;
}

/* form */
.p-contact-confirm__form {
  margin: 62px auto 0 auto;
  max-width: 800px;
}
@media all and (max-width: 767px) {
  .p-contact-confirm__form {
    margin-top: 38px;
  }
}

.p-contact-confirm__form-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 36px;
}
@media all and (max-width: 767px) {
  .p-contact-confirm__form-item {
    display: block;
  }
  .p-contact-confirm__form-item:not(:first-child) {
    margin-top: 22px;
  }
}

.p-contact-confirm__form-txt {
  font-size: 1.6rem;
  margin-left: 40px;
  max-width: 554px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (max-width: 767px) {
  .p-contact-confirm__form-txt {
    margin-left: 0;
    margin-top: 7px;
  }
}
.p-contact-confirm__form-txt.-txtarea {
  margin-top: 0;
  line-height: 1.7;
}

.p-contact-confirm__form-btn {
  border-radius: 60px;
  margin: 52px auto 0 auto;
  padding: 27px 0;
  width: 360px;
  display: block;
  background: #598eb9;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-contact-confirm__form-btn:hover {
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  .p-contact-confirm__form-btn {
    width: 100%;
    margin: 44px auto 0 auto;
  }
}

.p-contact-confirm__form-before {
  text-align: center;
  margin-top: 39px;
}
@media all and (max-width: 767px) {
  .p-contact-confirm__form-before {
    margin-top: 29px;
  }
}

.p-contact-confirm__form-before-link {
  font-size: 1.6rem;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-contact-confirm__form-before-link:hover {
  opacity: 0.6;
}

/* p-contact-thanks
---------------------------------------*/
.p-contact-thanks__container {
  background: url(../img/about_bg.jpg) center center/cover no-repeat;
  width: 100%;
  padding-bottom: 50px;
}

.p-contact-thanks__step {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 767px) {
  .p-contact-thanks__step {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto 20px auto;
  }
}

.p-contact-thanks__step-2,
.p-contact-thanks__step-3 {
  margin-left: 1%;
}

.p-contact-thanks__step-1-circle,
.p-contact-thanks__step-2-circle,
.p-contact-thanks__step-3-circle {
  position: relative;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .p-contact-thanks__step-1-circle,
  .p-contact-thanks__step-2-circle,
  .p-contact-thanks__step-3-circle {
    width: 99px;
    height: 99px;
  }
}

.p-contact-thanks__step-1-circle,
.p-contact-thanks__step-2-circle,
.p-contact-thanks__step-3-circle {
  background-color: #598eb9;
}

.p-contact-thanks__step-1-txt,
.p-contact-thanks__step-2-txt,
.p-contact-thanks__step-3-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150px;
  text-align: center;
  font-size: 1.6rem;
}
@media all and (max-width: 767px) {
  .p-contact-thanks__step-1-txt,
  .p-contact-thanks__step-2-txt,
  .p-contact-thanks__step-3-txt {
    font-size: 1.4rem;
  }
}

.p-contact-thanks__step-1-txt,
.p-contact-thanks__step-2-txt,
.p-contact-thanks__step-3-txt {
  color: #fff;
}

.p-contact-thanks__btn {
  border-radius: 60px;
  margin: 40px auto 0;
  padding: 15px 0;
  width: 350px;
  display: block;
  background-color: #00547f;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-box-shadow: 0px 8px 10px rgba(82, 82, 82, 0.16);
          box-shadow: 0px 8px 10px rgba(82, 82, 82, 0.16);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-contact-thanks__btn:hover {
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  .p-contact-thanks__btn {
    width: 250px;
    font-size: 1.6rem;
  }
}

.p-contact-thanks-content {
  margin: 0 auto;
  max-width: 800px;
}
.p-contact-thanks-content h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #00547f;
  text-align: center;
  margin-top: 40px;
}
.p-contact-thanks-content p {
  font-size: 1.5rem;
  margin-top: 20px;
  text-align: center;
}

/*==================================================
非表示
==================================================*/
@media all and (max-width: 1200px) {
  .pc-only {
    display: none !important;
  }
}

@media all and (min-width: 1201px) {
  .sp-tb-only {
    display: none !important;
  }
}

@media all and (min-width: 1025px) {
  .sp-tb-show {
    display: none !important;
  }
}

@media all and (min-width: 1201px) {
  .pc-up-hidden {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-only-show {
    display: none !important;
  }
}
@media all and (min-width: 1024px) {
  .tb-only-show {
    display: none !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .tb-only-hidden {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1201px) {
  .tb-pc-hidden {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  .tb-pc-only-middle {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-up-hidden {
    display: none;
  }
}

/* u-main-bg
---------------------------------------*/
.u-main-bg {
  background: url(../img/about_bg.jpg) top center/cover no-repeat;
  position: relative;
  z-index: -2;
  padding-bottom: 50px;
}
@media all and (max-width: 767px) {
  .u-main-bg {
    padding-bottom: 30px;
  }
}

/* u-main-bg-2
---------------------------------------*/
.u-main-bg-2 {
  background: url(../img/apl_bg.png) center center/cover no-repeat;
  padding-bottom: 0;
}
@media all and (max-width: 1024px) {
  .u-main-bg-2 {
    background: url(../img/apl_bg_2.png) center center/cover no-repeat;
  }
}/*# sourceMappingURL=style.css.map */