@charset "UTF-8";
/* CSS Document */
/*==================================================
Foundation
==================================================*/
/*--------------------------------------------------
Font
--------------------------------------------------*/
/*@font-face {
  font-family: '';
  font-weight: normal;
  src: url('../font/') format('');
  font-display: swap;
}*/
.gothic {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
}

/*--------------------------------------------------
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
--------------------------------------------------*/
*, ::before, ::after {
  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: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  line-height: 1.7;
  color: #000;
  position: relative;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}
body.is-fixed {
  overflow: hidden;
  height: 100%;
}

#container {
  min-width: 320px;
}

p {
  margin-bottom: 1em;
}

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;
  }
}

article a {
  text-decoration: underline;
  color: inherit;
}

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

address {
  font-style: normal;
}

small {
  font-size: 100%;
}

iframe {
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
}

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%;
  width: auto;
  height: auto;
}

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: 20px 4%;
}
@media screen and (max-width: 1000px) {
  .header {
    padding: 10px;
  }
}
.header.is-fixed {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4%;
  max-width: 1800px;
  margin: 0 auto;
}
.header .logo {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#3d96fa), color-stop(80%, #3dc2fa));
  background: linear-gradient(90deg, #3d96fa 0%, #3dc2fa 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .header .logo img {
    height: 40px;
  }
}
.header .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  .header .gnav {
    display: none;
  }
}
.header .gnav .gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
.header .gnav .gnav-list > li {
  font-size: 16px;
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: bold;
  position: relative;
}
.header .gnav .gnav-list > li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .gnav .gnav-list > li a:hover {
  color: #3d95fa;
}
.header .menu-btn {
  display: none;
  background-color: #fff;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header .menu-btn {
    display: block;
  }
}
.header .menu-btn > span {
  display: block;
  background-color: #3d95fa;
  width: 30px;
  height: 4px;
  margin: auto;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .menu-btn > span:nth-child(2) {
  top: 19px;
}
.header .menu-btn > span:nth-child(3) {
  top: 29px;
}
.header .menu-btn.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) 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(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
.header .menu {
  display: none;
  background-color: #202020;
  color: #fff;
  position: fixed;
  z-index: 9;
  top: 60px;
  left: 0;
  width: 100vw;
  padding: 0 4%;
}
.header .menu-inner {
  max-width: 1200px;
  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;
}
.header .menu-list {
  max-width: 400px;
  width: 100%;
}
.header .menu-list > li {
  border-bottom: 1px solid #fff;
  font-size: 13px;
}
.header .menu-list > li:last-child {
  border-bottom: 0;
}
.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 20px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.header .menu-list > li a::before {
  content: "";
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 6px;
  height: 6px;
  position: absolute;
  top: 28px;
  left: 10px;
}
.header .menu-list > li a:hover {
  opacity: 0.7;
}

/*--------------------------------------------------
Footer
--------------------------------------------------*/
.footer {
  background-color: #3d95fa;
  background: -webkit-gradient(linear, left top, right top, from(#3d95fa), to(#3dc2fa));
  background: linear-gradient(to right, #3d95fa, #3dc2fa);
  color: #fff;
  padding: 40px 4%;
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 14px;
  }
}
.footer .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer .foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .foot-img {
  text-align: center;
  padding-bottom: 40px;
}
.footer .foot-img img {
  border-radius: 20px;
  overflow: hidden;
}
.footer .inner {
  max-width: 1800px;
  margin: 0 auto;
}
.footer .logo {
  font-size: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer .logo {
    font-size: 22px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer .address {
    text-align: center;
    margin-bottom: 2em;
  }
}
.footer .nav {
  margin-bottom: 2em;
}
.footer .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 2em;
}
@media screen and (max-width: 768px) {
  .footer .nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em 0;
  }
}
.footer .nav-list > li {
  padding-left: 14px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer .nav-list > li {
    padding: 0 1em;
  }
}
.footer .nav-list > li::before {
  content: "";
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .footer .nav-list > li::before {
    clip-path: none;
    width: 1px;
    height: 1em;
    margin: auto;
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .nav-list > li:first-child::before {
    display: none;
  }
}
.footer .nav-list > li a:hover {
  text-decoration: underline;
}
.footer .copyright {
  font-size: 12px;
  text-align: right;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    text-align: center;
  }
}

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

/*--------------------------------------------------
Main
--------------------------------------------------*/
.pagehead {
  background-color: #e7f2fe;
  color: #3d95fa;
  padding: 60px 4%;
}
@media screen and (max-width: 768px) {
  .pagehead {
    padding: 20px 4%;
  }
}
.pagehead .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: 20px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.pagehead .pagettl {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .pagehead .pagettl {
    font-size: 18px;
  }
}
.pagehead .pagettl .small {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .pagehead .pagettl .small {
    font-size: 12px;
  }
}
.pagehead .img {
  width: 50%;
}
.pagehead .img img {
  border-radius: 20px;
}

.breadcrumb {
  padding: 10px 4% 50px;
}
.breadcrumb .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: flex-end;
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumb .breadcrumb-list > li {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb-list > li {
    font-size: 12px;
  }
}
.breadcrumb .breadcrumb-list > li::after {
  content: ">";
  margin: 0 5px;
}
.breadcrumb .breadcrumb-list > li a {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-list > li a:hover {
  text-decoration: none;
}
.breadcrumb .breadcrumb-list > li:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 14em;
}
.breadcrumb .breadcrumb-list > li:last-child::after {
  display: none;
}

/*--------------------------------------------------
Side
--------------------------------------------------*/
/*==================================================
Object
==================================================*/
/*--------------------------------------------------
Component
--------------------------------------------------*/
.c-section {
  padding: 100px 4%;
}
@media screen and (max-width: 768px) {
  .c-section {
    padding: 50px 4%;
  }
}
.c-section:last-child {
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .c-section:last-child {
    padding-bottom: 80px;
  }
}

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

.c-heading {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#3d96fa), color-stop(80%, #3dc2fa));
  background: linear-gradient(90deg, #3d96fa 0%, #3dc2fa 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 22px;
  }
}

.c-tbl-wrap table tr {
  border-bottom: 1px solid #3d96fa;
}
.c-tbl-wrap table th, .c-tbl-wrap table td {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .c-tbl-wrap table th, .c-tbl-wrap table td {
    padding: 10px;
  }
}
.c-tbl-wrap table th {
  text-align: left;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .c-tbl-wrap table th {
    width: 120px;
  }
}
.c-tbl-wrap table a {
  text-decoration: underline;
  color: #dd3333;
}
.c-tbl-wrap table a:hover {
  text-decoration: none;
}

.c-btn {
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-btn {
    max-width: 275px;
  }
}
.c-btn a {
  display: block;
  background-color: #3d95fa;
  background: -webkit-gradient(linear, left top, right top, from(#3d95fa), to(#3dc2fa));
  background: linear-gradient(to right, #3d95fa, #3dc2fa);
  border-radius: 99px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn a {
    font-size: 13px;
  }
}
.c-btn a:hover {
  opacity: 0.7;
}

/*--------------------------------------------------
Form
--------------------------------------------------*/
.form table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.form table th, .form table td {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .form table th, .form table td {
    display: block;
    padding: 10px;
  }
}
.form table th {
  text-align: left;
  width: 400px;
  color: #3d95fa;
}
@media screen and (max-width: 768px) {
  .form table th {
    width: auto;
    padding-bottom: 0;
  }
}
.form .required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  background-color: #b31432;
  color: #fff;
  font-size: 9px;
  font-weight: normal;
  margin-left: 1em;
  padding: 1px 6px;
}
.form .col-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.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;
}
.form label {
  cursor: pointer;
}
.form [type=text], .form [type=email], .form [type=tel] {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 99px;
  max-width: 550px;
  width: 100%;
  min-height: 40px;
  padding: 10px;
}
.form [type=number] {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 99px;
  max-width: 60px;
  width: 100%;
  min-height: 40px;
  padding: 10px;
}
.form select {
  border: 1px solid #ccc;
  border-radius: 99px;
  padding: 10px;
}
.form textarea {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 10px;
  max-width: 650px;
  width: 100%;
  height: 120px;
  padding: 10px;
}
.form ::-webkit-input-placeholder {
  color: #ccc;
}
.form ::-moz-placeholder {
  color: #ccc;
}
.form :-ms-input-placeholder {
  color: #ccc;
}
.form ::-ms-input-placeholder {
  color: #ccc;
}
.form ::placeholder {
  color: #ccc;
}
.form .privacy {
  border: 1px solid #ccc;
  border-radius: 20px;
  height: 380px;
  margin: 2em 0;
  padding: 20px;
  overflow-y: scroll;
}
.form .privacy .privacy-head {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #3d95fa;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .form .privacy .privacy-head {
    font-size: 18px;
  }
}
.form .privacy dl {
  margin: 2em 0;
}
.form .privacy dl div {
  margin-bottom: 2em;
}
.form .privacy dl dt {
  font-weight: bold;
}
.form .agree {
  text-align: center;
  margin: 2em 0;
}
.form .btn {
  max-width: 560px;
  width: 100%;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .form .btn {
    max-width: 275px;
  }
}
.form .btn button, .form .btn input {
  background-color: #3d95fa;
  background: -webkit-gradient(linear, left top, right top, from(#3d95fa), to(#3dc2fa));
  background: linear-gradient(to right, #3d95fa, #3dc2fa);
  border: none;
  border-radius: 99px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .form .btn button, .form .btn input {
    font-size: 13px;
    padding: 10px;
  }
}
.form .btn button:hover, .form .btn input:hover {
  opacity: 0.7;
}

/*--------------------------------------------------
Pagination
--------------------------------------------------*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.2em;
  line-height: 1;
  padding: 2em 0;
}
.pagination .pagination-last,
.pagination .pagination-first,
.pagination .pagination-next,
.pagination .pagination-prev,
.pagination .pagination-item a,
.pagination .is-current {
  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;
  text-align: center;
  text-decoration: none;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 50%;
  min-width: 32px;
  min-height: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.5em 0.5em;
  margin: 0 0.2em;
}
.pagination .pagination-last:hover:not(li),
.pagination .pagination-first:hover:not(li),
.pagination .pagination-next:hover:not(li),
.pagination .pagination-prev:hover:not(li),
.pagination .pagination-item a:hover:not(li),
.pagination .is-current:hover:not(li) {
  background: #ddd;
}
.pagination .pagination-list {
  display: none;
}
@media (min-width: 520px) {
  .pagination .pagination-list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 960px) {
  .pagination .pagination-list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 520px) {
  .pagination .is-current {
    background: #3dc0fa;
    color: #fff;
    font-weight: bold;
  }
}
.pagination .pagination-page {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border: 1px solid #ccc;
  padding: 1em;
}
@media (min-width: 520px) {
  .pagination .pagination-page {
    display: none;
  }
}
.pagination .pagination-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 520px) {
  .pagination .pagination-prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 960px) {
  .pagination .pagination-prev {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.pagination .pagination-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 520px) {
  .pagination .pagination-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 960px) {
  .pagination .pagination-next {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.pagination .pagination-first {
  display: none;
}
@media (min-width: 960px) {
  .pagination .pagination-first {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
  }
}
.pagination .pagination-last {
  display: none;
}
@media (min-width: 960px) {
  .pagination .pagination-last {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    display: block;
  }
}

.pagenav {
  padding: 2em 0;
}
.pagenav .pagenav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4%;
}
.pagenav .pagenav-list > li {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .pagenav .pagenav-list > li {
    font-size: 14px;
  }
}
.pagenav .next {
  text-align: right;
}
.pagenav a {
  color: #3dc0fa;
}
.pagenav a:hover {
  text-decoration: underline;
}

/* Project
==================================================*/
/*--------------------------------------------------
top
--------------------------------------------------*/
.p-top .hero {
  text-align: center;
}
.p-top .hero .slick-slide img {
  margin: 0 auto;
}

.p-top .section01 {
  background-color: #e7f2fe;
}
.p-top .section01 .list article {
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2em;
  margin-bottom: 20px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .section01 .list article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top .section01 .list article .time {
  color: #ccc;
}
.p-top .section01 .list article .ttl {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-top .section01 .list article .ttl {
    font-size: 16px;
  }
}

.p-top .section02 {
  background-color: #fff;
}
.p-top .section02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 7.7777777778%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .list {
    margin-bottom: 40px;
  }
}
.p-top .section02 .list > li {
  max-width: 505px;
  width: 28.0555555556%;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .list > li {
    width: auto;
    margin: 0 auto;
  }
}
.p-top .section02 .list > li a {
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  overflow: hidden;
}
.p-top .section02 .list > li .txtarea {
  padding: 20px;
}
.p-top .section02 .list > li .ttl {
  font-size: 22px;
  color: #3d95fa;
}
@media screen and (max-width: 768px) {
  .p-top .section02 .list > li .ttl {
    font-size: 18px;
  }
}

.p-top .section03 {
  background-color: #e7f2fe;
}
.p-top .section03 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 6.6666666667%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-top .section03 .list {
    margin-bottom: 40px;
  }
}
.p-top .section03 .list > li {
  max-width: 520px;
  width: 28.8888888889%;
}
@media screen and (max-width: 768px) {
  .p-top .section03 .list > li {
    width: auto;
    margin: 0 auto;
  }
}
.p-top .section03 .list > li a {
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  overflow: hidden;
}
.p-top .section03 .list > li img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top .section03 .list > li .txtarea {
  padding: 20px;
}
.p-top .section03 .list > li .ttl {
  font-size: 22px;
  color: #3d95fa;
}
@media screen and (max-width: 768px) {
  .p-top .section03 .list > li .ttl {
    font-size: 18px;
  }
}

/*--------------------------------------------------
service
--------------------------------------------------*/
.p-service .section01 {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-service .section01 {
    margin-bottom: 80px;
  }
}
.p-service .section01 .list {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-service .section01 .list {
    margin-bottom: 50px;
  }
}
.p-service .section01 .list > li {
  background-color: #fff;
  padding: 80px 4%;
}
@media screen and (max-width: 768px) {
  .p-service .section01 .list > li {
    padding: 40px 4%;
  }
}
.p-service .section01 .list > li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-service .section01 .list > li .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-service .section01 .list > li .img {
  width: 48%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-service .section01 .list > li .img {
    width: auto;
  }
}
.p-service .section01 .list > li .img img {
  border-radius: 20px;
}
.p-service .section01 .list > li .ttl {
  font-size: 40px;
  color: #3d95fa;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .p-service .section01 .list > li .ttl {
    font-size: 18px;
  }
}
.p-service .section01 .list > li .ttl .small {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-service .section01 .list > li .ttl .small {
    font-size: 12px;
  }
}
.p-service .section01 .list > li:nth-child(even) {
  background-color: #e7f2fe;
}
.p-service .section01 .list > li:nth-child(even) .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .p-service .section01 .list > li:nth-child(even) .img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

/*--------------------------------------------------
feature
--------------------------------------------------*/
.p-feature .section01 .lead {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-feature .section01 .lead {
    text-align: left;
    margin-bottom: 50px;
  }
}
.p-feature .section01 .lead-img {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-feature .section01 .lead-img {
    margin-bottom: 40px;
  }
}
.p-feature .section01 .lead-img img {
  border-radius: 20px;
}
.p-feature .section01 .list > li {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .p-feature .section01 .list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-feature .section01 .list > li .img {
    text-align: center;
  }
}
.p-feature .section01 .list > li .ttl {
  font-size: 40px;
  color: #3d95fa;
}
@media screen and (max-width: 768px) {
  .p-feature .section01 .list > li .ttl {
    font-size: 18px;
  }
}

/*--------------------------------------------------
works
--------------------------------------------------*/
.p-works .section01 .cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 2.2222222222%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-works .section01 .cat-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px 0;
    margin-bottom: 40px;
  }
}
.p-works .section01 .cat-list > li {
  width: 22.5%;
}
@media screen and (max-width: 768px) {
  .p-works .section01 .cat-list > li {
    width: 48%;
  }
}
.p-works .section01 .cat-list > li a {
  display: block;
  border: 1px solid #3d95fa;
  border-radius: 20px;
  font-size: 22px;
  text-align: center;
  color: #3d95fa;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-works .section01 .cat-list > li a {
    font-size: 14px;
  }
}
.p-works .section01 .works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 2.2222222222%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-works .section01 .works-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px 0;
  }
}
.p-works .section01 .works-list > li {
  width: 22.5%;
}
@media screen and (max-width: 768px) {
  .p-works .section01 .works-list > li {
    width: 48%;
  }
}
.p-works .section01 .works-list > li a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 20px;
  overflow: hidden;
}
.p-works .section01 .works-list > li .img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works .section01 .works-list > li .ttl {
  font-size: 20px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-works .section01 .works-list > li .ttl {
    font-size: 18px;
  }
}

/*--------------------------------------------------
works(single)
--------------------------------------------------*/
.p-works-s .section01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-works-s .section01 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-works-s .section01 .flex .img {
  width: 48%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-works-s .section01 .flex .img {
    width: auto;
  }
}
.p-works-s .section01 .flex .img img {
  border-radius: 20px;
}
.p-works-s .section01 .flex .ttl {
  font-size: 25px;
  color: #3d95fa;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .p-works-s .section01 .flex .ttl {
    font-size: 18px;
  }
}
.p-works-s .section01 .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 2.2222222222%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-works-s .section01 .img-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px 0;
    margin-bottom: 40px;
  }
}
.p-works-s .section01 .img-list > li {
  width: 22.5%;
}
@media screen and (max-width: 768px) {
  .p-works-s .section01 .img-list > li {
    width: 48%;
  }
}
.p-works-s .section01 .img-list > li a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

/*--------------------------------------------------
company
--------------------------------------------------*/
.p-company .section01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@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;
  }
}
.p-company .section01 .flex .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 48%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-company .section01 .flex .img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: auto;
  }
}
.p-company .section01 .flex .img img {
  border-radius: 20px;
}

.p-company .section02 .box {
  background-color: #e7f2fe;
  border-radius: 20px;
  padding: 80px 4%;
}
@media screen and (max-width: 768px) {
  .p-company .section02 .box {
    padding: 20px;
  }
}

.p-company .section03 .map iframe {
  border-radius: 20px;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .p-company .section03 .map iframe {
    height: 200px;
  }
}

/*--------------------------------------------------
recruit
--------------------------------------------------*/
.p-recruit .section01 .lead {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-recruit .section01 .lead {
    text-align: left;
    margin-bottom: 50px;
  }
}
.p-recruit .section01 .box {
  background-color: #e7f2fe;
  border-radius: 20px;
  padding: 80px 4%;
}
@media screen and (max-width: 768px) {
  .p-recruit .section01 .box {
    padding: 20px;
  }
}
.p-recruit .section01 dl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit .section01 dl {
    margin-bottom: 20px;
  }
}
.p-recruit .section01 dl div {
  margin-bottom: 1em;
}
.p-recruit .section01 dl dt {
  color: #3d96fa;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-recruit .section01 dl dt {
    font-size: 18px;
  }
}
.p-recruit .section01 .list {
  background-color: #fff;
  border-radius: 20px;
  color: #3d96fa;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-recruit .section01 .list {
    font-size: 1em;
  }
}

.p-recruit .section02 .box {
  background-color: #e7f2fe;
  border-radius: 20px;
  padding: 80px 4%;
}
@media screen and (max-width: 768px) {
  .p-recruit .section02 .box {
    padding: 20px;
  }
}
.p-recruit .section02 .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit .section02 .img-list {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.p-recruit .section02 .img-list img {
  border-radius: 20px;
}
.p-recruit .section02 .list {
  color: #3d96fa;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-recruit .section02 .list {
    font-size: 1em;
  }
}

.p-recruit .section03 .box {
  background-color: #e7f2fe;
  border-radius: 20px;
  padding: 80px 4%;
}
@media screen and (max-width: 768px) {
  .p-recruit .section03 .box {
    padding: 20px;
  }
}

/*--------------------------------------------------
contact
--------------------------------------------------*/
.p-contact .section01 {
  padding-bottom: 0;
}
.p-contact .section01 .lead {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-contact .section01 .lead {
    text-align: left;
    margin-bottom: 50px;
  }
}
.p-contact .section01 .box {
  background-color: #e7f2fe;
  border-radius: 20px;
  padding: 80px 4%;
}
@media screen and (max-width: 768px) {
  .p-contact .section01 .box {
    padding: 20px;
  }
}
.p-contact .section01 .box .txt {
  text-align: center;
}
.p-contact .section01 .box .tel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 40px;
  font-size: 38px;
  font-weight: bold;
  color: #3d95fa;
}
@media screen and (max-width: 768px) {
  .p-contact .section01 .box .tel-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 22px;
    text-align: center;
  }
}
.p-contact .section01 .box .time {
  font-size: 1rem;
}/*# sourceMappingURL=style.css.map */