@charset "UTF-8";
/* CSS Document */
/* ==========================================================================
Foundation
========================================================================== */
/*----------------------------------------------------
Font
----------------------------------------------------*/
@font-face {
  font-family: "";
  font-weight: normal;
  src: url("../font/") format("");
}
/*----------------------------------------------------
Media Query
----------------------------------------------------*/
.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 {
  font-family: "小塚ゴシック Pr6N", KozGoStd, "kozuka-gothic-pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.7;
  color: #202020;
  position: relative;
  word-wrap: break-word;
  counter-reset: count 0;
}
@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(3, 64, 178, 0.7);
  color: #fff;
}
::selection {
  background-color: rgba(3, 64, 178, 0.7);
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  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%;
  -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%;
}

/* ==========================================================================
Layout
========================================================================== */
/*----------------------------------------------------
Header
----------------------------------------------------*/
.header {
  background-color: #fff;
  width: 100%;
  padding: 24px 4%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .header {
    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;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .header .logo {
    height: 40px;
  }
}
.header .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .header .nav {
    display: none;
  }
}
.header .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.header .nav-list > li {
  font-size: 16px;
  font-size: clamp(12px, 1.2vw, 16px);
  position: relative;
}
.header .nav-list > li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .nav-list > li a:hover {
  color: #0340b2;
}
.header .menu-btn {
  background-color: #0340b2;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 999;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header .menu-btn {
    width: 40px;
    height: 40px;
  }
}
.header .menu-btn > span {
  display: block;
  background-color: #fff;
  width: 18px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .header .menu-btn > span {
    top: 12px;
  }
}
.header .menu-btn > span:nth-child(2) {
  top: 24px;
}
@media screen and (max-width: 768px) {
  .header .menu-btn > span:nth-child(2) {
    top: 18px;
  }
}
.header .menu-btn > span:nth-child(3) {
  top: 32px;
}
@media screen and (max-width: 768px) {
  .header .menu-btn > span:nth-child(3) {
    top: 24px;
  }
}
.header .menu-btn.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .header .menu-btn.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
}
.header .menu-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.header .menu-btn.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .header .menu-btn.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
  }
}
.header .menu {
  display: none;
  background-color: #edf7fc;
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  padding: 100px 4%;
  top: 0;
  left: 0;
}
.header .menu-inner {
  max-width: 880px;
  height: 100%;
  margin: 0 auto;
}
.header .menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .header .menu-nav {
    display: block;
  }
}
.header .menu-list {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.header .menu-list > li {
  border-bottom: 1px solid #bdbdbd;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .header .menu-list > li {
    font-size: 14px;
  }
}
.header .menu-list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .header .menu-list > li a {
    padding: 20px 10px;
  }
}
.header .menu-list > li a::before {
  content: "";
  background-image: url(../img/common/menu-arrow.png);
  width: 16px;
  height: 16px;
}
.header .menu-list > li a:hover {
  color: #0340b2;
}

/*----------------------------------------------------
Footer
----------------------------------------------------*/
.footer-contact {
  background-color: #edf7fc;
  padding: 80px 4%;
}
@media screen and (max-width: 768px) {
  .footer-contact {
    padding: 40px 4%;
  }
}
.footer-contact .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-contact .secttl {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-contact .secttl {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.footer-contact .secttl::first-letter {
  color: #0340b2;
}
.footer-contact .secttl::after {
  content: "";
  background-color: #202020;
  width: 60px;
  height: 3px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .footer-contact .secttl::after {
    width: 30px;
  }
}
.footer-contact .lead {
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-contact .lead {
    font-size: 1em;
  }
}
.footer-contact .flex {
  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;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer-contact .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
}
.footer-contact .left, .footer-contact .right {
  width: 50%;
  padding: 0 4%;
}
@media screen and (max-width: 768px) {
  .footer-contact .left, .footer-contact .right {
    width: 100%;
    padding: 0;
  }
}
.footer-contact .left {
  border-right: 1px solid #0340b2;
}
@media screen and (max-width: 768px) {
  .footer-contact .left {
    border: none;
  }
}
.footer-contact .tel {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-contact .tel {
    font-size: 36px;
  }
}
.footer-contact .tel::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url(../img/common/tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 44px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .footer-contact .tel::before {
    width: 24px;
    height: 29px;
  }
}
.footer-contact .time {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-contact .time {
    font-size: 1em;
  }
}
.footer-contact .btn {
  max-width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-contact .btn {
    max-width: 275px;
  }
}
.footer-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: 1px solid #0340b2;
  border-radius: 99px;
  color: #0340b2;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .footer-contact .btn a {
    font-size: 14px;
  }
}
.footer-contact .btn a::before {
  content: "";
  background-image: url(../img/common/mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
}
.footer-contact .btn a:hover {
  background-color: #fff;
}

.footer-info {
  background-color: #0340b2;
  color: #fff;
  padding: 60px 4%;
}
@media screen and (max-width: 768px) {
  .footer-info {
    padding: 40px 4%;
  }
}
.footer-info .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-info .logo {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer-info .logo {
    margin-bottom: 20px;
  }
}
.footer-info .address {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer-info .address {
    font-size: 14px;
  }
}
.footer-info .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.footer-info .nav-list > li {
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-info .nav-list > li {
    font-size: 14px;
  }
}

.copyright {
  background-color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 10px;
  }
}

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

/* ==========================================================================
Object
========================================================================== */
/*----------------------------------------------------
Component
----------------------------------------------------*/
.c-pagehead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #edf7fc;
  background-image: url(../img/common/pagehead.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  height: 300px;
  padding: 4%;
}
@media screen and (max-width: 768px) {
  .c-pagehead {
    height: 90px;
  }
}

.c-pagettl {
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-pagettl {
    font-size: 16px;
  }
}
.c-pagettl .small {
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 24px;
  color: #0340b2;
}
@media screen and (max-width: 768px) {
  .c-pagettl .small {
    font-size: 12px;
  }
}

.c-breadcrumb {
  padding: 10px 4% 80px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    padding: 10px 4% 60px;
  }
}
.c-breadcrumb .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  max-width: 1200px;
  margin: 0 auto;
}
.c-breadcrumb .list > li {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb .list > li {
    font-size: 14px;
  }
}
.c-breadcrumb .list > li::after {
  content: ">";
  margin: 0 10px;
}
.c-breadcrumb .list > li a:hover {
  text-decoration: underline;
}
.c-breadcrumb .list > li:last-child:after {
  display: none;
}

.c-top-section {
  padding: 120px 4%;
}
@media screen and (max-width: 768px) {
  .c-top-section {
    padding: 40px 4%;
  }
}
.c-top-section:last-child {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .c-top-section:last-child {
    padding-bottom: 75px;
  }
}

.c-section {
  padding: 0 4% 120px;
}
@media screen and (max-width: 768px) {
  .c-section {
    padding-bottom: 60px;
  }
}
.c-section:last-child {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .c-section:last-child {
    padding-bottom: 75px;
  }
}

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

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

.c-top-secttl {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 52px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-top-secttl {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.c-top-secttl::first-letter {
  color: #0340b2;
}
.c-top-secttl .small {
  font-size: 21px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .c-top-secttl .small {
    font-size: 14px;
    margin-left: 20px;
  }
}

.c-secttl {
  font-size: 38px;
  font-weight: bold;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-secttl {
    gap: 15px;
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.c-secttl::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  vertical-align: middle;
  background-color: #0340b2;
  width: 4px;
  height: 50px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .c-secttl::before {
    height: 25px;
    margin-right: 10px;
  }
}
.c-secttl .small {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 18px;
  color: #0340b2;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .c-secttl .small {
    font-size: 12px;
    margin-left: 10px;
  }
}

.c-subsecttl {
  background-color: #0340b2;
  border-radius: 20px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-bottom: 40px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .c-subsecttl {
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 15px;
  }
}
.c-subsecttl::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  background-image: url(../img/common/circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .c-subsecttl::before {
    width: 12px;
    height: 12px;
  }
}

.c-tbl-wrap table th, .c-tbl-wrap table td {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .c-tbl-wrap table th, .c-tbl-wrap table td {
    padding: 15px;
  }
}
.c-tbl-wrap table th {
  background-color: #edf7fc;
  text-align: left;
}
.c-tbl-wrap table a {
  text-decoration: underline;
  color: #0340b2;
}
.c-tbl-wrap table a:hover {
  text-decoration: none;
}

.c-form {
  margin-top: 30px;
}
.c-form .tbl-wrap table th, .c-form .tbl-wrap table td {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .c-form .tbl-wrap table th, .c-form .tbl-wrap table td {
    display: block;
    padding: 15px;
  }
}
.c-form .tbl-wrap table th {
  background-color: #edf7fc;
  text-align: left;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .c-form .tbl-wrap table th {
    width: auto;
  }
}
.c-form .tbl-wrap table a {
  text-decoration: underline;
  color: #0340b2;
}
.c-form .tbl-wrap table a:hover {
  text-decoration: none;
}
.c-form .col-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-form .col-list {
    gap: 20px;
  }
}
.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 label {
  cursor: pointer;
}
.c-form [type=text], .c-form [type=email], .c-form [type=tel] {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  max-width: 350px;
  width: 100%;
  min-height: 40px;
  padding: 10px;
}
.c-form textarea {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  max-width: 700px;
  width: 100% !important;
  height: 150px !important;
  padding: 10px;
}
.c-form select {
  border: 1px solid #d0d0d0;
  padding: 10px;
}
.c-form ::-webkit-input-placeholder {
  color: #d0d0d0;
}
.c-form ::-moz-placeholder {
  color: #d0d0d0;
}
.c-form :-ms-input-placeholder {
  color: #d0d0d0;
}
.c-form ::-ms-input-placeholder {
  color: #d0d0d0;
}
.c-form ::placeholder {
  color: #d0d0d0;
}
.c-form .required {
  display: inline-block;
  background-color: #e9624f;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
  padding: 0 6px;
}
.c-form .privacy {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .c-form .privacy {
    margin: 20px 0;
  }
}
.c-form .privacy-head {
  background-color: #edf7fc;
  font-weight: bold;
  text-align: center;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .c-form .privacy-head {
    padding: 15px;
  }
}
.c-form .privacy-body {
  border-bottom: 1px solid #d0d0d0;
  height: 240px;
  padding: 30px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .c-form .privacy-body {
    height: 160px;
    padding: 15px;
  }
}
.c-form dl dt {
  color: #0340b2;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-form dl dt {
    margin-top: 20px;
  }
}
.c-form .agree {
  text-align: center;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .c-form .agree {
    margin: 20px 0;
  }
}
.c-form .btn {
  max-width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-form .btn {
    max-width: 240px;
  }
}
.c-form .btn button {
  background: transparent;
  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: #0340b2;
  border-radius: 99px;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-form .btn button {
    font-size: 14px;
  }
}
.c-form .btn button:hover {
  opacity: 0.7;
}

.c-btn {
  max-width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-btn {
    max-width: 240px;
  }
}
.c-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;
  background-color: #0340b2;
  border-radius: 99px;
  color: #fff;
  font-size: 16px;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn a {
    font-size: 14px;
  }
}
.c-btn a:hover {
  opacity: 0.7;
}

.pagination .pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .pagination .pagination-list {
    gap: 2%;
  }
}
.pagination .pagination-list > li {
  background-color: #ebebeb;
  border-radius: 6px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .pagination .pagination-list > li {
    font-size: 13px;
  }
}
.pagination .pagination-list > li a, .pagination .pagination-list > li span {
  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;
  min-width: 45px;
  min-height: 45px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .pagination .pagination-list > li a, .pagination .pagination-list > li span {
    min-width: 35px;
    min-height: 35px;
    padding: 1%;
  }
}
.pagination .pagination-list > li.is-current {
  background-color: #0340b2;
  color: #fff;
}

.c-blue {
  color: #0340b2;
}

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

.p-top .section01 {
  background-image: url(../img/top/top-about-bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.p-top .section01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-top .section01 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
  }
}
.p-top .section01 .img {
  width: 48.125%;
}
@media screen and (max-width: 768px) {
  .p-top .section01 .img {
    width: auto;
  }
}
.p-top .section01 .img img {
  border-radius: 20px;
}
.p-top .section01 .txt-wrap {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top .section01 .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;
}
@media screen and (max-width: 768px) {
  .p-top .section01 .list {
    gap: 10px;
  }
}
.p-top .section01 .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #edf7fc;
  border-radius: 20px;
  font-size: 21px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .section01 .list > li {
    font-size: 1rem;
    padding: 15px;
  }
}
.p-top .section01 .list > li::before {
  content: "";
  background-image: url(../img/top/top-about-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 26px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .section01 .list > li::before {
    width: 24px;
    height: 18px;
  }
}
.p-top .section01 .btm-txt {
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-top .section01 .btm-txt {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
.p-top .section01 .btm-txt strong {
  text-shadow: 0 0 10px #fff;
  color: #e9624f;
}

.p-top .section02 .subsec {
  margin-bottom: 100px;
}
.p-top .section02 .subsec:last-of-type {
  margin-bottom: 0;
}
.p-top .section02 .subsecttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #0340b2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .subsecttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.p-top .section02 .subsecttl::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  background-image: url(../img/top/top-business-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .subsecttl::before {
    width: 12px;
    height: 12px;
  }
}
.p-top .section02 .owner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .owner-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-top .section02 .owner-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff4f2;
  border-radius: 20px;
  max-width: 490px;
  width: 30.625%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .owner-list > li {
    width: 100%;
  }
}
.p-top .section02 .owner-list .txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 20px;
}
.p-top .section02 .owner-list .ttl {
  font-size: 21px;
  font-weight: bold;
  color: #e9624f;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .owner-list .ttl {
    font-size: 16px;
  }
}
.p-top .section02 .owner-list .txt {
  margin-bottom: 20px;
}
.p-top .section02 .owner-list .btn {
  width: 160px;
  margin: auto 0 0 auto;
}
.p-top .section02 .owner-list .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;
  background-color: #e9624f;
  border-radius: 99px;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .owner-list .btn a {
    font-size: 14px;
  }
}
.p-top .section02 .owner-list .btn a:hover {
  opacity: 0.7;
}
.p-top .section02 .individual-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .individual-list {
    gap: 20px 4.2253521127%;
    margin-bottom: 20px;
  }
}
.p-top .section02 .individual-list > li {
  background-color: #edf7fc;
  border-radius: 20px;
  width: 22.5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .individual-list > li {
    width: 47.8873239437%;
  }
}
.p-top .section02 .individual-list 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;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .individual-list a {
    padding: 15px;
  }
}
.p-top .section02 .individual-list a::after {
  content: "";
  background-color: #0340b2;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .individual-list a::after {
    width: 10px;
    height: 10px;
    right: 5px;
    bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-top .section02 .individual-list .ico {
    max-width: 60px;
    max-height: 60px;
  }
}
.p-top .section02 .individual-list .cap {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #0340b2;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .individual-list .cap {
    font-size: 14px;
  }
}
.p-top .section02 .btm-txt {
  font-size: 21px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .btm-txt {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 20px;
  }
}
.p-top .section02 .btm-txt strong {
  color: #e9624f;
}

.p-top .section03 {
  background-color: #edf7fc;
}
.p-top .section03 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-top .section03 .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
  }
}
.p-top .section03 .list > li {
  background-color: #fff;
  border-radius: 20px;
  max-width: 355px;
  width: 22.1875%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .section03 .list > li {
    width: 100%;
  }
}
.p-top .section03 .list > li a::before {
  content: "After";
  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: #e9624f;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 16px;
  left: 16px;
}
.p-top .section03 .list .txt-wrap {
  padding: 20px;
}
.p-top .section03 .list .ttl {
  font-size: 21px;
  font-weight: bold;
  color: #0340b2;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .section03 .list .ttl {
    font-size: 16px;
  }
}

.p-top .section04 .list {
  height: 360px;
  padding-right: 60px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .p-top .section04 .list {
    height: 325px;
    padding-right: 20px;
  }
}
.p-top .section04 .article {
  border-bottom: 1px solid #c1c1c1;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .section04 .article {
    padding: 15px;
  }
}
.p-top .section04 .article::before {
  content: "";
  background-color: #202020;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 5px;
  height: 7px;
  position: absolute;
  top: 40px;
  left: 16px;
}
@media screen and (max-width: 768px) {
  .p-top .section04 .article::before {
    top: 22px;
    left: 0;
  }
}
.p-top .section04 .article:first-child {
  border-top: 1px solid #c1c1c1;
}
.p-top .section04 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top .section04 .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-top .section04 .ttl {
  font-weight: bold;
  color: #0340b2;
}

.p-top .section05 {
  padding-top: 0;
}
.p-top .section05 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-top .section05 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-top .section05 .img {
  width: 48.125%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .section05 .img {
    width: auto;
  }
}
.p-top .section05 .img::after {
  content: "";
  background-color: #edf7fc;
  border-radius: 20px;
  width: 100%;
  padding-top: 65%;
  position: absolute;
  z-index: -1;
  left: 50px;
  top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top .section05 .img::after {
    display: none;
  }
}
.p-top .section05 .img img {
  border-radius: 20px;
}
.p-top .section05 .txt-wrap {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-top .section05 .txt-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-top .section05 .txt {
  font-size: 21px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-top .section05 .txt {
    font-size: 1em;
    margin-bottom: 20px;
  }
}
.p-top .section05 .txt strong {
  color: #0340b2;
}

/*----------------------------------------------------
About
----------------------------------------------------*/
.p-about .section01 .lead {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-about .section01 .lead {
    margin-bottom: 20px;
  }
}
.p-about .section01 .list {
  margin-bottom: 60px;
}
.p-about .section01 .list > li {
  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: 60px;
  background-color: #edf7fc;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .p-about .section01 .list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
.p-about .section01 .list .img img {
  border-radius: 20px;
}
.p-about .section01 .list .txt-wrap {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-about .section01 .list .txt-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-about .section01 .list .ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #0340b2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-about .section01 .list .ttl {
    font-size: 16px;
  }
}
.p-about .section01 .list .ttl::before {
  counter-increment: count 1;
  content: counter(count, decimal-leading-zero);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: #0340b2;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-about .section01 .list .ttl::before {
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.p-about .section01 .list .ttl strong {
  color: #e9624f;
}

/*----------------------------------------------------
Owner
----------------------------------------------------*/
.p-owner .section01 .about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-owner .section01 .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.p-owner .section01 .about-wrap .img {
  text-align: center;
}
.p-owner .section01 .about-wrap .img img {
  border-radius: 20px;
}
.p-owner .section01 .about-wrap .txt-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-owner .section01 .about-wrap .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #0340b2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-owner .section01 .about-wrap .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.p-owner .section01 .subsecttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  color: #e9624f;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-owner .section01 .subsecttl {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.p-owner .section01 .list {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-owner .section01 .list {
    margin-bottom: 30px;
  }
}
.p-owner .section01 .list > li {
  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: 60px;
  background-color: #edf7fc;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .p-owner .section01 .list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
}
.p-owner .section01 .list .img img {
  border-radius: 20px;
}
.p-owner .section01 .list .txt-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-owner .section01 .list .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #0340b2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-owner .section01 .list .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/*----------------------------------------------------
Individual
----------------------------------------------------*/
.p-individual .section01 .about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-individual .section01 .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.p-individual .section01 .about-wrap .img {
  text-align: center;
}
.p-individual .section01 .about-wrap .img img {
  border-radius: 20px;
}
.p-individual .section01 .about-wrap .txt-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-individual .section01 .about-wrap .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #0340b2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-individual .section01 .about-wrap .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.p-individual .section01 .subsecttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  color: #e9624f;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-individual .section01 .subsecttl {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.p-individual .section01 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-individual .section01 .list {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.p-individual .section01 .list > li {
  width: 29.1666666667%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-individual .section01 .list > li {
    width: 350px;
  }
}
.p-individual .section01 .list .img img {
  border-radius: 20px;
}
.p-individual .section01 .list .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #0340b2;
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  .p-individual .section01 .list .ttl {
    font-size: 16px;
  }
}

/*----------------------------------------------------
Works
----------------------------------------------------*/
.p-works .section01 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 3.3333333333%;
  margin: 30px auto 60px;
}
@media screen and (max-width: 768px) {
  .p-works .section01 .list {
    gap: 20px 2.8169014085%;
    margin: 20px auto 30px;
  }
}
.p-works .section01 .list > li {
  width: 22.5%;
}
@media screen and (max-width: 768px) {
  .p-works .section01 .list > li {
    width: 47.1830985915%;
  }
}
.p-works .section01 .list a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-works .section01 .list a:hover {
  opacity: 0.7;
}
.p-works .section01 .list .img {
  text-align: center;
}
.p-works .section01 .list .img img {
  border-radius: 20px;
}
.p-works .section01 .list .cap {
  text-align: center;
  margin-top: 10px;
}

/*----------------------------------------------------
Works(Single)
----------------------------------------------------*/
.p-works-single .section01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-works-single .section01 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.p-works-single .section01 .img-wrap {
  max-width: 600px;
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-works-single .section01 .img-wrap {
    width: 100%;
  }
}
.p-works-single .section01 .main-list .img {
  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;
}
.p-works-single .section01 .img img {
  border-radius: 20px;
}
.p-works-single .section01 .cap {
  text-align: center;
  margin: 10px auto 30px;
}
@media screen and (max-width: 768px) {
  .p-works-single .section01 .cap {
    margin: 10px auto 20px;
  }
}
.p-works-single .section01 .thumb-list .item {
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-works-single .section01 .thumb-list .item:hover {
  opacity: 0.7;
}
.p-works-single .section01 .main-list .slick-prev {
  width: 45px;
  height: 70px;
  margin: auto;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
}
.p-works-single .section01 .main-list .slick-prev::before {
  content: "";
  display: block;
  background-image: url(../../assets/img/works/slider-prev.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.p-works-single .section01 .main-list .slick-next {
  width: 45px;
  height: 70px;
  margin: auto;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
}
.p-works-single .section01 .main-list .slick-next::before {
  content: "";
  display: block;
  background-image: url(../../assets/img/works/slider-next.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.p-works-single .section01 .thumb-list .slick-prev {
  z-index: 9;
  left: 0;
}
.p-works-single .section01 .thumb-list .slick-prev::before {
  color: #b2b2b2;
}
.p-works-single .section01 .thumb-list .slick-next {
  z-index: 9;
  right: 0;
}
.p-works-single .section01 .thumb-list .slick-next::before {
  color: #b2b2b2;
}
.p-works-single .section01 .txt-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-works-single .section01 .before, .p-works-single .section01 .after {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-works-single .section01 .before, .p-works-single .section01 .after {
    margin-bottom: 20px;
  }
}
.p-works-single .section01 .before .ttl {
  font-weight: bold;
  color: #0340b2;
}
.p-works-single .section01 .after .ttl {
  font-weight: bold;
  color: #e9624f;
}

/*----------------------------------------------------
FAQ
----------------------------------------------------*/
.p-faq .section01 dl {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-faq .section01 dl {
    margin-top: 20px;
  }
}
.p-faq .section01 dl dt, .p-faq .section01 dl dd {
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .p-faq .section01 dl dt, .p-faq .section01 dl dd {
    padding: 15px;
  }
}
.p-faq .section01 dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-color: #edf7fc;
  border-radius: 20px;
  color: #0340b2;
  font-weight: bold;
}
.p-faq .section01 dl dt::before {
  content: "Q";
  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: #0340b2;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 36px;
  height: 36px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .p-faq .section01 dl dt::before {
    font-size: 14px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}
.p-faq .section01 dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-faq .section01 dl dd {
    margin-bottom: 20px;
  }
}
.p-faq .section01 dl dd::before {
  content: "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: #e9624f;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 36px;
  height: 36px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .p-faq .section01 dl dd::before {
    font-size: 14px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}

/*----------------------------------------------------
Staff
----------------------------------------------------*/
.p-staff .section01 .list {
  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;
  gap: 40px 3.3333333333%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-staff .section01 .list {
    gap: 20px;
  }
}
.p-staff .section01 .list > li {
  background-color: #edf7fc;
  border-radius: 20px;
  width: 48.3333333333%;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-staff .section01 .list > li {
    width: 100%;
    padding: 20px;
  }
}
.p-staff .section01 .list .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.p-staff .section01 .list .img {
  width: 34%;
}
.p-staff .section01 .list .profile {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-staff .section01 .list .ttl {
  border-bottom: 1px solid #bcbcbc;
  font-size: 24px;
  font-weight: bold;
  color: #0340b2;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-staff .section01 .list .ttl {
    font-size: 16px;
  }
}
.p-staff .section01 .list .job {
  font-size: 1rem;
  color: #202020;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-staff .section01 .list .job {
    margin-right: 15px;
  }
}
.p-staff .section01 .list .comment {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .p-staff .section01 .list .comment {
    margin-top: 20px;
    padding: 15px;
  }
}

/*----------------------------------------------------
Company
----------------------------------------------------*/
.p-company .section01 .flex {
  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: 60px;
}
@media screen and (max-width: 768px) {
  .p-company .section01 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-company .section01 .img {
  text-align: center;
}
.p-company .section01 .img img {
  border-radius: 20px;
}
.p-company .section01 .txt-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-company .section01 .name {
  font-size: 21px;
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-company .section01 .name {
    font-size: 16px;
    margin-top: 20px;
  }
}

.p-company .section03 .map {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-company .section03 .map {
    margin-top: 20px;
  }
}
.p-company .section03 .map iframe {
  border-radius: 20px;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .p-company .section03 .map iframe {
    height: 225px;
  }
}

/*----------------------------------------------------
Contact
----------------------------------------------------*/
.p-contact .section01 .box {
  background-color: #edf7fc;
  border-radius: 20px;
  margin-top: 30px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact .section01 .box {
    margin-top: 20px;
    padding: 20px;
  }
}
.p-contact .section01 .box .ttl {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #0340b2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-contact .section01 .box .ttl {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 20px;
  }
}
.p-contact .section01 .box .flex {
  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: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact .section01 .box .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-contact .section01 .tel {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .section01 .tel {
    font-size: 34px;
  }
}
.p-contact .section01 .tel::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url(../img/common/tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 44px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact .section01 .tel::before {
    width: 24px;
    height: 29px;
  }
}
.p-contact .section01 .box .time {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-contact .section01 .box .time {
    font-size: 1em;
  }
}