@charset "UTF-8";
/* CSS Document */
/* ==========================================================================
Foundation
========================================================================== */
/*----------------------------------------------------
Font
----------------------------------------------------*/
@font-face {
  font-family: "MPLUSRounded1c";
  font-weight: normal;
  src: url("../font/MPLUSRounded1c-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "MPLUSRounded1c";
  font-weight: bold;
  src: url("../font/MPLUSRounded1c-Medium.ttf") format("truetype");
}
/*----------------------------------------------------
Media Queries
----------------------------------------------------*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

/*----------------------------------------------------
Base
----------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.7;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #313131;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875em;
  }
}
body .is-fixed {
  overflow: hidden;
  height: 100%;
}

a {
  text-decoration: none;
  word-break: break-word;
  color: inherit;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

::-moz-selection {
  background-color: rgba(39, 83, 196, 0.7);
  color: #fff;
}

::selection {
  background-color: rgba(39, 83, 196, 0.7);
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
}

address {
  font-style: normal;
}

small {
  font-size: 100%;
}

iframe {
  vertical-align: bottom;
}

input, select, textarea {
  font-size: 16px !important;
}

button {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

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

img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

video {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table th {
  text-align: left;
}

/* ==========================================================================
Layout
========================================================================== */
/*----------------------------------------------------
Header
----------------------------------------------------*/
.header {
  background-color: #fff;
  width: 100%;
  height: 130px;
  padding: 30px 174px 30px 4%;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 60px;
    padding: 10px 4%;
  }
}
.header .inner {
  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;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .header .logo {
    height: 40px;
  }
}
.header .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .header .nav-list {
    display: none;
  }
}
.header .nav-list > li {
  font-size: 15px;
}
.header .nav-list > li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .nav-list > li a:hover {
  color: #2753c4;
}
.header .contact-btn {
  width: 134px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .header .contact-btn {
    display: none;
  }
}
.header .contact-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background-color: #2753c4;
  color: #fff;
  font-size: 15px;
  height: 100%;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .contact-btn a::before {
  content: "";
  width: 34px;
  height: 23px;
  background-image: url(../img/common/mail-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.header .contact-btn a:hover {
  opacity: 0.7;
}

.header .menubtn {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .header .menubtn {
    display: block;
  }
}
.header .menubtn span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .menubtn.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.header .menubtn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.header .menubtn.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
.header .menubtn > span {
  display: block;
  background-color: #2753c4;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0px;
  left: 0;
}
.header .menubtn > span:nth-child(2) {
  top: 10px;
}
.header .menubtn > span:nth-child(3) {
  top: 20px;
}

.header .menu {
  display: none;
  background-color: #e8f6f4;
  position: fixed;
  z-index: 99999;
  top: 130px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 60px);
  padding: 60px 4%;
}
@media screen and (max-width: 1200px) {
  .header .menu {
    top: 60px;
  }
}
.header .menu .menu-inner {
  max-width: 1500px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.header .menu .menu-list {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 4%;
}
.header .menu .menu-list > li {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
.header .menu .menu-list a {
  display: block;
  padding: 15px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .menu .menu-list a:hover {
  opacity: 0.7;
}
.header .menu .child-list > li a {
  border-top: 1px solid #ccc;
  padding-left: 20px;
}

/*----------------------------------------------------
Footer
----------------------------------------------------*/
.footer {
  background-color: #2753c4;
  color: #fff;
}
.footer .nav {
  border-bottom: 1px solid #a2b5e6;
  padding: 40px 4%;
}
.footer .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer .nav-list {
    gap: 20px;
  }
}
.footer .nav-list > li {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .footer .nav-list > li {
    font-size: 14px;
  }
}
.footer .nav-list > li::before {
  content: "ー";
}
.footer .nav-list > li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .nav-list > li a:hover {
  opacity: 0.7;
}
.footer .info {
  padding: 50px 4%;
}
.footer .info .inner {
  max-width: 1700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer .info .inner {
    display: block;
  }
}
.footer .logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer .logo {
    text-align: center;
  }
}
.footer .address {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .footer .address {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.footer .copyright {
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    text-align: center;
  }
}
.footer .pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer .pagetop {
    right: 10px;
    bottom: 10px;
  }
}

/*----------------------------------------------------
Main
----------------------------------------------------*/
.container {
  padding-top: 130px;
}
@media screen and (max-width: 1200px) {
  .container {
    padding-top: 60px;
  }
}

/* ==========================================================================
Object
========================================================================== */
/*----------------------------------------------------
Component
----------------------------------------------------*/
.c-pagehead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e8f6f4;
  background-image: url(../img/common/pagehead-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
}

.c-pagettl {
  font-family: "MPLUSRounded1c";
  font-size: 44px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-pagettl {
    font-size: 30px;
  }
}
.c-pagettl::before {
  content: "";
  background-color: #2753c4;
  width: 80px;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-pagenav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .c-pagenav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.c-pagenav-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-pagenav-list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-color: #dcdcdc;
  border-radius: 6px;
  font-size: 18px;
  color: #2753c4;
  width: 100%;
  padding: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-pagenav-list > li a {
    font-size: 14px;
    padding: 16px;
  }
}
.c-pagenav-list > li a::after {
  content: "";
  background-image: url(../img/common/arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-pagenav-list > li a::after {
    width: 20px;
    height: 20px;
  }
}
.c-pagenav-list > li a:hover, .c-pagenav-list > li.is-current a {
  background-color: #2753c4;
  color: #fff;
}
.c-pagenav-list > li a:hover::after, .c-pagenav-list > li.is-current a::after {
  background-image: url(../img/common/arrow-white.svg);
}
.c-pagenav-list > li.is-current a {
  cursor: auto;
}

.c-section {
  padding: 100px 4%;
}
@media screen and (max-width: 768px) {
  .c-section {
    padding: 50px 4%;
  }
}

.c-sec-contact {
  background-color: #e8f6f4;
}
.c-sec-contact .box {
  background-color: #fff;
  padding: 4%;
}
.c-sec-contact .secttl {
  font-family: "MPLUSRounded1c";
  font-size: 36px;
  text-align: center;
  color: #2753c4;
  margin-bottom: -20px;
}
@media screen and (max-width: 768px) {
  .c-sec-contact .secttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.c-sec-contact .c-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-sec-contact .left, .c-sec-contact .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-sec-contact .left, .c-sec-contact .right {
    width: 100%;
  }
}
.c-sec-contact .left {
  border-right: 1px solid #2753c4;
}
@media screen and (max-width: 768px) {
  .c-sec-contact .left {
    border: none;
    border-bottom: 1px solid #2753c4;
    padding-bottom: 20px;
  }
}
.c-sec-contact .ttl {
  font-size: 18px;
  color: #2753c4;
  text-align: center;
  margin-bottom: 10px;
}
.c-sec-contact .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  font-size: 46px;
  font-weight: bold;
  color: #2753c4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-sec-contact .tel {
    font-size: 30px;
  }
}
.c-sec-contact .tel::before {
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../img/common/tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-sec-contact .tel::before {
    width: 20px;
    height: 20px;
  }
}
.c-sec-contact .time {
  color: #2753c4;
  text-align: center;
}
.c-sec-contact .mail-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #2753c4;
  border: 2px solid #2753c4;
  border-radius: 99px;
  font-size: 17px;
  color: #fff;
  max-width: 420px;
  margin: auto;
  padding: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-sec-contact .mail-btn a {
    font-size: 14px;
  }
}
.c-sec-contact .mail-btn a::before {
  content: "";
  width: 24px;
  height: 18px;
  background-image: url(../img/common/mail-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-sec-contact .mail-btn a:hover {
  opacity: 0.7;
}

.c-top-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.c-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.c-top-secttl {
  font-family: "MPLUSRounded1c";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 46px;
  margin: -100px auto 40px;
}
@media screen and (max-width: 768px) {
  .c-top-secttl {
    font-size: 20px;
    margin: -50px auto 20px;
  }
}
.c-top-secttl::before {
  content: "";
  background-image: url(../img/common/secttl-dot.png);
  background-repeat: repeat-y;
  width: 5px;
  height: 60px;
}
.c-top-secttl .en {
  font-size: 18px;
}

.c-secttl {
  font-family: "MPLUSRounded1c";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 38px;
  margin: -100px auto 40px;
}
@media screen and (max-width: 768px) {
  .c-secttl {
    font-size: 20px;
    margin: -50px auto 20px;
  }
}
.c-secttl::before {
  content: "";
  background-image: url(../img/common/secttl-dot.png);
  background-repeat: repeat-y;
  width: 5px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .c-secttl::before {
    height: 30px;
  }
}
.c-secttl .en {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-secttl .en {
    font-size: 12px;
  }
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.c-form .tbl-wrap {
  overflow: auto;
}
.c-form .tbl-wrap th, .c-form .tbl-wrap td {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .c-form .tbl-wrap th, .c-form .tbl-wrap td {
    display: block;
    padding: 10px;
  }
}
.c-form .tbl-wrap th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  font-weight: normal;
  vertical-align: top;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .c-form .tbl-wrap th {
    width: auto;
  }
}
.c-form .col-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 30px;
}
.c-form .row-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.c-form .required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ea5452), to(#e7231d));
  background: linear-gradient(#ea5452, #e7231d);
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  padding: 1px;
}
.c-form ::-webkit-input-placeholder {
  color: #bfbfbf;
}
.c-form ::-moz-placeholder {
  color: #bfbfbf;
}
.c-form :-ms-input-placeholder {
  color: #bfbfbf;
}
.c-form ::-ms-input-placeholder {
  color: #bfbfbf;
}
.c-form ::placeholder {
  color: #bfbfbf;
}
.c-form label {
  cursor: pointer;
}
.c-form select {
  border: 1px solid #959495;
  padding: 3px;
}
.c-form [type=text], .c-form [type=email], .c-form [type=tel] {
  background-color: #fff;
  border: 1px solid #959495;
  max-width: 250px;
  width: 100%;
  min-height: 40px;
  padding: 10px;
}
.c-form textarea {
  background-color: #fff;
  border: 1px solid #959495;
  max-width: 600px;
  width: 100% !important;
  height: 180px !important;
  padding: 3px;
}
.c-form .privacy {
  background-color: #fff;
  border: 1px solid #959495;
  height: 230px;
  padding: 30px;
  overflow-y: scroll;
}
.c-form .privacy dt {
  font-weight: bold;
  margin-top: 30px;
}
.c-form .agree {
  text-align: center;
  margin: 30px auto;
}
.c-form .btn {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-form .btn {
    margin: 20px auto;
  }
}
.c-form .btn button {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfdfdf));
  background: linear-gradient(#fff, #dfdfdf);
  border: 1px solid #cbcbcc;
  border-radius: 6px;
  color: #1b1b1b;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 30px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-form .btn button:hover {
  opacity: 0.7;
}

.c-blue {
  color: #2753c4;
}

/* Project
========================================================================== */
/*----------------------------------------------------
Top
----------------------------------------------------*/
.p-top .hero {
  text-align: center;
}

.p-top .section01 {
  background-image: url(../img/top/top-concept-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  font-size: 1.375em;
}
@media screen and (max-width: 768px) {
  .p-top .section01 {
    font-size: 0.875em;
  }
}
.p-top .section01 .catch {
  font-family: "MPLUSRounded1c";
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .section01 .catch {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.p-top .section02 {
  background-color: #e8f6f4;
  background-image: url(../img/top/top-service-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.p-top .section02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top .section02 .list > li {
  background-color: #fff;
  border-radius: 6px;
  max-width: 447px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
.p-top .section02 .list .txt-wrap {
  padding: 30px 30px 80px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .list .txt-wrap {
    padding: 20px 20px 40px;
  }
}
.p-top .section02 .list > li::after {
  content: "";
  background-image: url(../img/top/arrow-wblue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 34px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .list > li::after {
    width: 20px;
    height: 20px;
    right: 20px;
    bottom: 20px;
  }
}
.p-top .section02 .list a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top .section02 .list a:hover {
  opacity: 0.7;
}
.p-top .section02 .list .ttl {
  font-family: "MPLUSRounded1c";
  border-bottom: 5px solid #9ee0f7;
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .list .ttl {
    border-width: 2px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.p-top .section03 .article {
  gap: 40px;
  border-bottom: 2px dotted #2753c4;
}
.p-top .section03 .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding: 20px 100px 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .section03 .meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 10px 50px 10px 0;
  }
}
.p-top .section03 .meta::before {
  content: "";
  background-color: #2753c4;
  width: 14px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}
.p-top .section03 .meta::after {
  content: "";
  background-color: #2753c4;
  width: 2px;
  height: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
}
.p-top .section03 .meta.is-open::after {
  display: none;
}
.p-top .section03 .date {
  width: 180px;
}
.p-top .section03 .ttl {
  font-weight: bold;
}
.p-top .section03 .txt {
  margin-left: 180px;
  padding: 0 100px 20px 0;
}
@media screen and (max-width: 768px) {
  .p-top .section03 .txt {
    margin: 0;
    padding: 0 50px 10px 0;
  }
}

.p-top .section04 {
  background-color: #e8f6f4;
}
.p-top .section04 .map {
  border: 5px solid #fff;
  border-radius: 6px;
  margin-bottom: 30px;
}
.p-top .section04 .map iframe {
  width: 100%;
  height: 300px;
}
.p-top .section04 .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top .section04 .address {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .section04 .address {
    margin-bottom: 20px;
  }
}
.p-top .section04 .contact-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 2px solid #2753c4;
  border-radius: 6px;
  font-size: 18px;
  color: #2753c4;
  max-width: 480px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .section04 .contact-btn a {
    font-size: 14px;
    padding: 16px;
  }
}
.p-top .section04 .contact-btn a::before {
  content: "";
  width: 24px;
  height: 18px;
  background-image: url(../img/top/mail-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top .section04 .contact-btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top .section04 .contact-btn a:hover {
  background-color: rgba(39, 83, 196, 0.3);
}
.p-top .section04 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-top .section04 .list .toho {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-top .section04 .list .toho::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/top/toho.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}
.p-top .section04 .list .bus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-top .section04 .list .bus::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/top/bus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}

/*----------------------------------------------------
Item
----------------------------------------------------*/
.p-item .section01 .cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 60px auto;
}
.p-item .section01 .cat-list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #2753c4;
  border-radius: 99px;
  font-size: 16px;
  color: #2753c4;
  padding: 6px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-item .section01 .cat-list > li a {
    font-size: 14px;
    padding: 6px 20px;
  }
}
.p-item .section01 .cat-list > li a:hover {
  background-color: #2753c4;
  color: #fff;
}
.p-item .section01 .subsec {
  margin-bottom: 60px;
}
.p-item .section01 .catttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border: 2px solid #2753c4;
  border-radius: 6px;
  font-size: 16px;
  color: #2753c4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-item .section01 .catttl {
    font-size: 12px;
  }
}
.p-item .section01 .catttl .ttl {
  padding: 10px;
}
.p-item .section01 .catttl .cat {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "MPLUSRounded1c";
  font-size: 20px;
  font-weight: bold;
  border-left: 1px solid #2753c4;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .p-item .section01 .catttl .cat {
    font-size: 14px;
  }
}
.p-item .section01 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 4.1071428571%;
}
@media screen and (max-width: 768px) {
  .p-item .section01 .list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-item .section01 .list > li {
  max-width: 263px;
  width: 21.9166666667%;
}
@media screen and (max-width: 768px) {
  .p-item .section01 .list > li {
    width: 47%;
  }
}
.p-item .section01 .list .img {
  margin-bottom: 10px;
}
.p-item .section01 .list a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-item .section01 .list a:hover {
  opacity: 0.7;
}
.p-item .section01 .list img {
  border-radius: 6px;
}

/*----------------------------------------------------
Flow
----------------------------------------------------*/
.p-flow-purchase .sec-nav .box {
  border: 2px solid #2753c4;
  border-radius: 10px;
  font-size: 1.125em;
  margin-top: 60px;
  padding: 4%;
}
.p-flow-purchase .sec-nav .ttl {
  font-family: "MPLUSRounded1c";
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-flow-purchase .sec-nav .ttl {
    font-size: 20px;
  }
}
.p-flow-purchase .sec-nav .ref {
  background-color: #2753c4;
  border-radius: 99px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .p-flow-purchase .sec-nav .ref {
    font-size: 0.875em;
  }
}

.p-flow-taxi .sec-nav .about-wrap {
  margin-top: 60px;
}
.p-flow-taxi .sec-nav .ttl {
  font-family: "MPLUSRounded1c";
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-flow-taxi .sec-nav .ttl {
    font-size: 20px;
  }
}
.p-flow-taxi .sec-nav .catch {
  font-family: "MPLUSRounded1c";
  font-size: 30px;
  text-align: center;
  color: #2753c4;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-flow-taxi .sec-nav .catch {
    font-size: 1em;
    text-align: left;
  }
}
.p-flow-taxi .sec-nav .txt-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-flow-taxi .sec-nav .list {
  margin-top: 40px;
}
.p-flow-taxi .sec-nav .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-flow-taxi .sec-nav .list > li::before {
  content: "●";
}
.p-flow-taxi .sec-nav .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #c8f1ff));
  background: linear-gradient(transparent 60%, #c8f1ff 60%);
}

.p-flow .sec-flow {
  background-color: #e8f6f4;
}
.p-flow .sec-flow .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  counter-reset: count 0;
}
.p-flow .sec-flow .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 6px;
  counter-increment: count 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow .sec-flow .list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-flow .sec-flow .list > li::after {
  content: "";
  background-color: #2753c4;
  width: 2px;
  height: 100px;
  position: absolute;
  z-index: 1;
  bottom: -70px;
  left: 85px;
}
@media screen and (max-width: 768px) {
  .p-flow .sec-flow .list > li::after {
    display: none;
  }
}
.p-flow .sec-flow .list > li:last-child:after {
  display: none;
}
.p-flow .sec-flow .num-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-flow .sec-flow .num-wrap {
    padding: 20px 20px 0;
  }
}
.p-flow .sec-flow .num-wrap .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2753c4;
  color: #fff;
  border-radius: 99px;
  font-size: 16px;
  max-width: 85px;
  width: 100%;
}
.p-flow .sec-flow .num-wrap::after {
  font-family: "MPLUSRounded1c";
  content: counter(count, decimal-leading-zero);
  font-size: 74px;
  font-weight: bold;
  line-height: 1.4;
  color: #2753c4;
}
@media screen and (max-width: 768px) {
  .p-flow .sec-flow .num-wrap::after {
    font-size: 40px;
    line-height: 1.7;
  }
}
.p-flow .sec-flow .txt-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4%;
}
.p-flow .sec-flow .ttl {
  font-family: "MPLUSRounded1c";
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-flow .sec-flow .ttl {
    font-size: 20px;
  }
}
.p-flow .sec-flow .img img {
  width: 315px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 6px 6px 0;
}
@media screen and (max-width: 768px) {
  .p-flow .sec-flow .img img {
    border-radius: 0 0 6px 6px;
    width: 100%;
  }
}

.p-flow .sec-other .ttl {
  display: inline-block;
  border: 1px solid #2753c4;
  color: #2753c4;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px 20px;
}
.p-flow .sec-other dd {
  margin-bottom: 40px;
  padding: 0 20px;
}
.p-flow .sec-other dd:last-child {
  margin-bottom: 0;
}
.p-flow .sec-other .list > li {
  text-indent: -1em;
  padding-left: 1em;
}

.p-flow .sec-fee {
  padding-bottom: 0;
}
.p-flow .sec-fee .item {
  margin-bottom: 60px;
}
.p-flow .sec-fee .ttl {
  font-size: 22px;
  font-weight: bold;
  color: #2753c4;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-flow .sec-fee .ttl {
    font-size: 20px;
  }
}
.p-flow .sec-fee .tbl-wrap th, .p-flow .sec-fee .tbl-wrap td {
  border: 1px solid #bbbbbb;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-flow .sec-fee .tbl-wrap th, .p-flow .sec-fee .tbl-wrap td {
    padding: 10px;
  }
}
.p-flow .sec-fee .tbl-wrap th {
  background-color: #eee;
  font-weight: normal;
}
.p-flow .sec-fee .ref {
  margin-top: 10px;
}
.p-flow .sec-fee .img {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-flow .sec-fee .img {
    margin-top: 20px;
  }
}
.p-flow .sec-fee .box {
  border: 2px solid #2753c4;
  border-radius: 10px;
  color: #2753c4;
  margin-top: 50px;
  padding: 30px;
}
.p-flow .sec-fee .box-ttl-wrap {
  margin: -40px auto 20px;
}
.p-flow .sec-fee .box-ttl {
  background-color: #2753c4;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
}

/*----------------------------------------------------
Reform
----------------------------------------------------*/
.p-reform .section01 .box {
  background-color: #ccc;
  background-image: url(../img/reform/reform-about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 4%;
}
@media screen and (max-width: 768px) {
  .p-reform .section01 .box {
    padding: 4%;
  }
}
.p-reform .section01 .overlay {
  font-family: "MPLUSRounded1c";
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 32px;
  text-align: center;
  padding: 20px 60px;
}
@media screen and (max-width: 768px) {
  .p-reform .section01 .overlay {
    font-size: 20px;
    padding: 4%;
  }
}

.p-reform .section02 {
  background-color: #e8f6f4;
}
.p-reform .section02 .box {
  background-color: #fff;
  padding: 4%;
}
.p-reform .section02 .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  counter-reset: count 0;
}
.p-reform .section02 .box-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  counter-increment: count 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-reform .section02 .box-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-reform .section02 .num-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-reform .section02 .num-wrap .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2753c4;
  color: #fff;
  border-radius: 99px;
  font-size: 16px;
  max-width: 85px;
  width: 100%;
}
.p-reform .section02 .num-wrap::after {
  font-family: "MPLUSRounded1c";
  content: counter(count, decimal-leading-zero);
  font-size: 74px;
  font-weight: bold;
  line-height: 1.4;
  color: #2753c4;
}
@media screen and (max-width: 768px) {
  .p-reform .section02 .num-wrap::after {
    font-size: 40px;
    line-height: 1.7;
  }
}
.p-reform .section02 .txt-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-reform .section02 .ttl {
  font-family: "MPLUSRounded1c";
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-reform .section02 .ttl {
    font-size: 20px;
  }
}
.p-reform .section02 .img img {
  border-radius: 6px;
}

.p-reform .section03 {
  padding: 0 4%;
}

/*----------------------------------------------------
Company
----------------------------------------------------*/
.p-company .section01 .catch {
  font-family: "MPLUSRounded1c";
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-company .section01 .catch {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.p-company .section02 {
  background-color: #e8f6f4;
}
.p-company .section02 .box {
  background-color: #fff;
  padding: 4%;
}
.p-company .section02 .list {
  counter-reset: count 0;
}
.p-company .section02 .list > li {
  font-family: "MPLUSRounded1c";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 30px;
  font-weight: bold;
  counter-increment: count 1;
}
@media screen and (max-width: 768px) {
  .p-company .section02 .list > li {
    font-size: 20px;
  }
}
.p-company .section02 .list > li::before {
  content: counter(count) ".";
}

.p-company .section03 .tbl-wrap th, .p-company .section03 .tbl-wrap td {
  border-bottom: 1px dotted #1b1b1b;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-company .section03 .tbl-wrap th, .p-company .section03 .tbl-wrap td {
    padding: 10px;
  }
}
.p-company .section03 .tbl-wrap th {
  text-align: left;
  color: #2753c4;
}
.p-company .section03 .pdf a {
  font-weight: bold;
  text-decoration: underline;
}
.p-company .section03 .pdf a::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  background-image: url(../img/common/PDF_24.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.p-company .section03 .pdf a:hover {
  text-decoration: none;
}

.p-company .section04 {
  background-color: #e8f6f4;
}
.p-company .section04 .map {
  border: 5px solid #fff;
  border-radius: 6px;
  margin-bottom: 30px;
}
.p-company .section04 .map iframe {
  width: 100%;
  height: 300px;
}
.p-company .section04 .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-company .section04 .address {
  margin-bottom: 40px;
}
.p-company .section04 .contact-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 2px solid #2753c4;
  border-radius: 6px;
  font-size: 18px;
  color: #2753c4;
  max-width: 480px;
  padding: 20px;
}
.p-company .section04 .contact-btn a::before {
  content: "";
  width: 24px;
  height: 18px;
  background-image: url(../img/top/mail-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-company .section04 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-company .section04 .list .toho {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-company .section04 .list .toho::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/top/toho.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}
.p-company .section04 .list .bus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-company .section04 .list .bus::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/top/bus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}

/*----------------------------------------------------
Contact
----------------------------------------------------*/
.p-contact .section01 .tel {
  font-weight: bold;
  color: #2753c4;
}

.p-contact .section02 {
  background-color: #e8f6f4;
}
.p-contact .section02 .box {
  background-color: #fff;
  padding: 4%;
}/*# sourceMappingURL=style.css.map */