@charset "UTF-8";
/* base
=========================================== */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  min-height: 100%;
  height: 100%;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.86;
}

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

@media (max-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  min-height: 0vw;
}

/* header
========================================== */
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 272px;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 99;
}
@media (max-width: 1600px) {
  .l-header {
    color: #fff;
    background: rgba(0, 160, 233, 0.95);
    width: 100%;
    max-width: 275px;
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    transition-property: opacity, visibility, transform;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
  }
}
@media (max-width: 640px) {
  .l-header {
    max-width: 100%;
  }
}

@media (max-width: 1600px) {
  .is-drawerActive .l-header {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
/* footer
========================================== */
.l-footer {
  padding: 36px 0 56px;
  color: #fff;
  background-color: #00A0E9;
}
@media (max-width: 960px) {
  .l-footer {
    padding: 45px 0 140px 0;
  }
}
@media (max-width: 960px) {
  .l-footer .l-inner {
    padding-left: 6.4%;
    padding-right: 6.4%;
  }
}

/* main
========================================== */
.l-container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.l-main {
  position: relative;
  flex-grow: 1;
}

.l-inner {
  margin: 0 auto;
  max-width: 1248px;
  width: 100%;
  padding-left: 272px;
  padding-right: 30px;
}
.l-inner.-primary {
  box-sizing: content-box;
}
.l-inner.-secondary {
  max-width: 840px;
  box-sizing: content-box;
}
.l-inner.-flow {
  padding-right: 0;
  margin-right: 0;
  max-width: calc((100% - 1520px) / 2 + 1520px);
  box-sizing: content-box;
}
@media (max-width: 1600px) {
  .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .l-inner.-primary {
    box-sizing: border-box;
  }
  .l-inner.-secondary {
    max-width: 840px;
    padding-left: 6.4%;
    padding-right: 6.4%;
    box-sizing: border-box;
  }
  .l-inner.-flow {
    margin-right: 0;
    padding-left: clamp(62px,6.45vw,124px);
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  .l-inner {
    padding-left: 6.4%;
    padding-right: 6.4%;
  }
}
@media (max-width: 640px) {
  .l-inner.-flow {
    padding-left: 6.4%;
  }
}

/* section
========================================== */
.c-section {
  padding: 180px 0;
}
@media (max-width: 960px) {
  .c-section {
    padding: 90px 0;
  }
}

/* button
========================================== */
/* button
========================================== */
.c-button01 a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  color: #00A0E9;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid #00A0E9;
  overflow: hidden;
  transition: color 0.3s;
  z-index: 0;
}
.c-button01 a span {
  position: relative;
  z-index: 1;
}
.c-button01 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.3s, 0.3s border-radius 0.3s;
  opacity: 0;
  background: #00A0E9;
  transform-origin: left;
  transform: scale(0.1, 1);
  border-radius: 50px;
  z-index: 0;
}
.c-button01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: translate(0, -50%) rotate(45deg);
  vertical-align: middle;
  color: #00A0E9;
  border: 0.1em solid #00A0E9;
  border-bottom: 0;
  border-left: 0;
  line-height: 1;
  transition: color 0.3s;
  z-index: 1;
}
.c-button01 a:hover, .c-button01 a:focus {
  border: 1px solid #00A0E9;
  color: #fff;
}
.c-button01 a:hover span, .c-button01 a:focus span {
  color: #fff;
}
.c-button01 a:hover::before, .c-button01 a:focus::before {
  opacity: 1;
  transform: scale(1, 1);
  border-radius: 0;
}
.c-button01 a:hover::after, .c-button01 a:focus::after {
  color: #fff;
}

/* card
========================================== */
.c-card.-col2-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 36px;
}
@media (max-width: 640px) {
  .c-card.-col2-1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 36px 36px;
  }
}
.c-card.-col3-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 36px;
  margin: 0 auto;
  align-items: flex-start;
}
@media (max-width: 960px) {
  .c-card.-col3-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .c-card.-col3-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-card.-col4-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 36px;
}
@media (max-width: 960px) {
  .c-card.-col4-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .c-card.-col4-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-card__title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.45;
  text-transform: uppercase;
  font-family: YakuHanJP, "Josefin Sans", "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
}
@media (max-width: 640px) {
  .c-card__title {
    font-size: 1.6rem;
    line-height: 1.18;
  }
}

.c-card.-topics {
  margin-top: 56px;
  padding-bottom: 100px;
  align-items: stretch;
}
@media (max-width: 640px) {
  .c-card.-topics {
    margin-top: 56px;
    padding-bottom: 80px;
  }
}
.c-card.-topics .c-card__item {
  padding: 2em 1.5em;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  border-radius: 30px;
  background: #fff;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.15);
}
@media (max-width: 640px) {
  .c-card.-topics .c-card__item {
    padding: 0.75em 0.5em;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 10px;
  }
}
.c-card.-topics .c-card__item:hover, .c-card.-topics .c-card__item:active {
  box-shadow: 5px 5px 25px rgba(0, 160, 233, 0.15);
}
.c-card.-topics .c-card__body {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 640px) {
  .c-card.-topics .c-card__body {
    margin-left: 14px;
  }
  .c-card.-topics .c-card__body::before {
    content: "";
    display: block;
    margin-left: auto;
    width: 21px;
    height: 21px;
    background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
  }
}
.c-card.-topics .c-card__text {
  margin-top: 26px;
  font-size: 1.8rem;
  line-height: 1.55;
  color: #585A6A;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 640px) {
  .c-card.-topics .c-card__text {
    margin-top: 0;
    font-size: 1.3rem;
    line-height: 1.61;
  }
}
.c-card.-topics .c-card__date {
  margin-top: 22px;
  color: #00A0E9;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.86;
}
@media (max-width: 640px) {
  .c-card.-topics .c-card__date {
    margin-top: auto;
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media (max-width: 640px) {
  .c-card.-topics .c-card__thumbnail {
    flex-shrink: 0;
    width: 45.5%;
  }
}
.c-card.-works {
  margin-top: 68px;
}
.c-card.-works .c-card__item {
  display: flex;
  flex-direction: column-reverse;
}
.c-card.-works .c-card__item:hover .c-card__title, .c-card.-works .c-card__item:active .c-card__title {
  color: #00A0E9;
}
.c-card.-works .c-card__title {
  margin-top: 22px;
}
@media (max-width: 640px) {
  .c-card.-works .c-card__thumbnail {
    width: 114.8%;
    margin-left: -7.4%;
    margin-right: -7.4%;
  }
}
.c-card.-service {
  margin-top: 64px;
}
@media (max-width: 640px) {
  .c-card.-service {
    margin-top: 40px;
  }
}
.c-card.-service .c-card__item {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.c-card.-service .c-card__item:hover .c-card__body, .c-card.-service .c-card__item:active .c-card__body {
  box-shadow: 5px 5px 25px rgba(0, 160, 233, 0.15);
}
@media (max-width: 640px) {
  .c-card.-service .c-card__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .c-card.-service .c-card__item:nth-child(odd) .c-card__thumbnail {
    position: absolute;
    top: 0;
    left: -7.4%;
  }
  .c-card.-service .c-card__item:nth-child(odd) .c-card__body {
    margin-top: 55px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .c-card.-service .c-card__item:nth-child(even) {
    flex-direction: row;
  }
  .c-card.-service .c-card__item:nth-child(even) .c-card__thumbnail {
    position: absolute;
    bottom: 0;
    right: -7.4%;
  }
  .c-card.-service .c-card__item:nth-child(even) .c-card__body {
    margin-top: 55px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .c-card.-service .c-card__thumbnail {
    width: 64.53%;
  }
}
.c-card.-service .c-card__body {
  position: relative;
  margin: -30px auto 0;
  padding: 1.5em 1.75em;
  width: 82.5%;
  border-radius: 30px;
  background: #fff;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
@media (max-width: 640px) {
  .c-card.-service .c-card__body {
    padding: 1.75em 1.25em;
    width: 53.5%;
  }
}
.c-card.-service .c-card__title {
  color: #00A0E9;
}
@media (max-width: 960px) {
  .c-card.-service .c-card__title {
    font-size: 1.6rem;
    line-height: 1.18;
  }
}
.c-card.-service .c-card__text {
  margin-top: 0.5em;
  font-size: 1.5rem;
  line-height: 1.86;
}
@media (max-width: 640px) {
  .c-card.-service .c-card__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
/* input
========================================== */
.c-form-text {
  height: 2.4em;
  width: 100%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-form-text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #00A0E9 inset;
}
.c-form-text.-half {
  width: 50%;
}

/* チェックボックス　＆　ラジオボックス */
.c-form-checkbox input[type=checkbox],
.c-form-radio input[type=radio] {
  position: relative;
  cursor: pointer;
  margin: 0;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  text-align: center;
  border: none;
}

.c-form-checkbox input[type=checkbox]::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.c-form-checkbox input[type=checkbox]::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.4em;
  height: 0.65em;
  transform: translateY(-1px) rotate(45deg);
  opacity: 0;
}

.c-form-radio input[type=radio]::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
}
.c-form-radio input[type=radio]::after {
  display: block;
  content: "";
  position: absolute;
  left: 33%;
  top: 33%;
  border-radius: 100%;
  width: 0.5em;
  height: 0.5em;
  background-color: #fff;
  opacity: 0;
}

.c-form-checkbox-text, .c-form-radiobox-text {
  margin-left: 0.5em;
}

.c-form-checkbox input[type=checkbox]:checked::before {
  background-color: #00A0E9;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.c-form-radio input[type=radio]:checked::before {
  background-color: #00A0E9;
  border: 1px solid #ccc;
  border-radius: 100%;
}

.c-form-checkbox input[type=checkbox]:checked::after,
.c-form-radio input[type=radio]:checked::after {
  opacity: 1;
}

.c-form-checkbox input:focus,
.c-form-checkbox input:focus-visible {
  border: 1px solid #00A0E9;
  border-radius: 5px;
}

.c-form-radio input:focus,
.c-form-radio input:focus-visible {
  border: 1px solid #00A0E9;
  border-radius: 100%;
}

.c-form-select {
  position: relative;
}
.c-form-select:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  pointer-events: none;
}
.c-form-select select {
  height: 2.4em;
  width: 100%;
  padding: 0 8px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.c-form-select select::-ms-expand {
  display: none;
}
.c-form-select select select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #00A0E9 inset;
}

.c-form-textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  resize: vertical;
}
.c-form-textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #00A0E9 inset;
}

button[type=submit],
input[type=button],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=submit].c-form-submit-button, input[type=button].c-form-submit-button {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #00A0E9;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 50px;
  background-color: transparent;
  background-image: url(../img/common/contact_arrow_b.svg);
  background-size: 20px 20px;
  background-position: top 50% right 30px;
  background-repeat: no-repeat;
  border: 1px solid #00A0E9;
  overflow: hidden;
  transition: color 0.3s;
  padding: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}
input[type=submit].c-form-submit-button:hover, input[type=submit].c-form-submit-button:focus, input[type=button].c-form-submit-button:hover, input[type=button].c-form-submit-button:focus {
  border: 1px solid #00A0E9;
  background-color: #00A0E9;
  background-image: url(../img/common/contact_arrow_w.svg);
  color: #fff;
}

.c-form-submit__wrap {
  display: flex;
}

/* list
========================================== */
/* hero
========================================== */
.c-kv {
  height: 204px;
  background-color: #fff;
}
.c-kv .l-inner {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.c-kv__title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.42;
}
.c-kv__title::before {
  content: attr(data-subtitle);
  display: inline-block;
  padding-top: 0.25em;
  padding-right: 0.5em;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #00A0E9;
  text-transform: uppercase;
  font-family: YakuHanJP, "Josefin Sans", "Noto Sans JP", sans-serif;
}
.c-kv__title.-row {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.c-kv__title.-row::after {
  margin-right: 0.75em;
}

/* title
========================================== */
.c-title01 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.42;
  overflow-wrap: anywhere;
}
.c-title01::after {
  content: attr(data-subtitle);
  display: inline-block;
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: clamp(38px,3.38vw,65px);
  color: #00A0E9;
  text-transform: uppercase;
  font-family: YakuHanJP, "Josefin Sans", "Noto Sans JP", sans-serif;
}
@media (max-width: 960px) {
  .c-title01::after {
    font-size: 3.8rem;
    line-height: 1.23;
  }
}
.c-title01.-left {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  text-align: left;
}
.c-title01.-left::after {
  display: block;
}
.c-title01.-center {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
}
.c-title01.-center::after {
  display: block;
}
.c-title01.-right {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  text-align: right;
}
.c-title01.-right::after {
  display: block;
}
.c-title01.-row {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.c-title01.-row::after {
  margin-right: 0.5em;
}
.c-title01.-small::after {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.22;
}
@media (max-width: 960px) {
  .c-title01.-small::after {
    font-size: 3rem;
    line-height: 1.23;
  }
}

.c-title02 {
  position: relative;
  padding: 1em 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0.1em;
  color: #00A0E9;
  overflow-wrap: anywhere;
}
@media (max-width: 960px) {
  .c-title02 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.c-title02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  display: block;
  width: 54px;
  height: 1px;
  color: inherit;
  font-size: 0.8em;
  background-color: #00A0E9;
}
.c-title02.-left {
  text-align: left;
}

.c-title03 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.42;
}
.c-title03::after {
  content: attr(data-subtitle);
  display: inline-block;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
  color: #00A0E9;
  text-transform: uppercase;
  font-family: YakuHanJP, "Josefin Sans", "Noto Sans JP", sans-serif;
  overflow-wrap: anywhere;
}
@media (max-width: 960px) {
  .c-title03::after {
    font-size: 5rem;
    line-height: 1.22;
  }
}
.c-title03.-left {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  text-align: left;
}
.c-title03.-left::after {
  display: block;
}
.c-title03.-center {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
}
.c-title03.-center::after {
  display: block;
}
.c-title03.-right {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  text-align: right;
}
.c-title03.-right::after {
  display: block;
}
.c-title03.-row {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.c-title03.-row::after {
  margin-right: 0.5em;
}

.c-title04 {
  position: relative;
  padding: 0 0 2em 182px;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.44;
}
@media (max-width: 960px) {
  .c-title04 {
    font-size: 2.4rem;
    padding: 0 0 1.5em 10.4%;
  }
}
@media (max-width: 640px) {
  .c-title04 {
    padding: 0 0 1em 14%;
  }
}
.c-title04::before {
  content: "";
  position: absolute;
  top: 0.05em;
  left: 1em;
  content: attr(data-subtitle);
  display: inline-block;
  font-size: 10.4rem;
  line-height: 0.5;
  font-size: clamp(42px,5.41vw,104px);
  color: #00A0E9;
  text-transform: uppercase;
  font-family: YakuHanJP, "Josefin Sans", "Noto Sans JP", sans-serif;
  transform: rotate(90deg);
  transform-origin: 0 0;
}
@media (max-width: 960px) {
  .c-title04::before {
    left: 4%;
  }
}
@media (max-width: 640px) {
  .c-title04::before {
    left: 0.5em;
  }
}

/* grid
========================================== */
.c_grid__left {
  display: grid;
  grid-template-columns: 1fr 50%;
  grid-template-rows: auto auto 1fr;
  gap: 0 6.42%;
  grid-template-areas: "c_grid__title c_grid__thumb" "c_grid__subtitle c_grid__thumb" "c_grid__text c_grid__thumb";
}
@media (max-width: 960px) {
  .c_grid__left {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto;
    gap: 0 0;
    grid-template-areas: "c_grid__title" "c_grid__subtitle" "c_grid__text" "c_grid__thumb";
  }
}
.c_grid__left .c_grid__title {
  grid-area: c_grid__title;
}
.c_grid__left .c_grid__subtitle {
  grid-area: c_grid__subtitle;
}
.c_grid__left .c_grid__text {
  grid-area: c_grid__text;
}
.c_grid__left .c_grid__thumb {
  grid-area: c_grid__thumb;
}

.c_grid__left.-kv {
  display: grid;
  grid-template-columns: 1fr 45.12%;
  grid-template-rows: auto 1fr;
  grid-template-areas: "c_grid__title c_grid__thumb" "c_grid__text c_grid__thumb";
  gap: 0 32px;
}
@media (max-width: 960px) {
  .c_grid__left.-kv {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    gap: 0 0;
    grid-template-areas: "c_grid__title" "c_grid__text" "c_grid__thumb";
  }
}

@media (max-width: 960px) {
  .web-production .c_grid__left.-kv .c_grid__title::after {
    font-size: 4.4rem;
  }
}
.c_grid__right {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 0 6.42%;
  grid-template-areas: "c_grid__thumb c_grid__title" "c_grid__thumb c_grid__subtitle" "c_grid__thumb c_grid__text";
}
@media (max-width: 960px) {
  .c_grid__right {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto;
    gap: 0 0;
    grid-template-areas: "c_grid__title" "c_grid__subtitle" "c_grid__text" "c_grid__thumb";
  }
}
.c_grid__right .c_grid__title {
  grid-area: c_grid__title;
}
.c_grid__right .c_grid__subtitle {
  grid-area: c_grid__subtitle;
}
.c_grid__right .c_grid__text {
  grid-area: c_grid__text;
}
.c_grid__right .c_grid__thumb {
  grid-area: c_grid__thumb;
}

.c_grid__right + .c_grid__left {
  margin-top: 135px;
}

.c_grid__left + .c_grid__right {
  margin-top: 135px;
}

.c_grid__text {
  margin-top: 48px;
}
@media (max-width: 960px) {
  .c_grid__text {
    margin-top: 24px;
  }
}

.c_grid__subtitle {
  margin-top: 48px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.45;
}
@media (max-width: 960px) {
  .c_grid__subtitle {
    margin-top: 48px;
    font-size: 2.4rem;
    line-height: 1.45;
  }
}

.c_grid__right .c_grid__subtitle {
  text-align: right;
}

@media (max-width: 960px) {
  .c_grid__thumb {
    margin-top: 40px;
  }
}

/* table
========================================== */
.c-table01 {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.c-table01 th {
  font-weight: 400;
  width: 8em;
}
/* fixedmenu
========================================== */
.c-fixedmenu {
  position: fixed;
  right: 0;
  bottom: 50px;
  display: inline-block;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: #00A0E9;
  border-radius: 27px 0 0 27px;
  width: 64px;
  height: 224px;
  z-index: 50;
}
@media (max-width: 640px) {
  .c-fixedmenu {
    writing-mode: horizontal-tb;
    right: auto;
    left: 0;
    bottom: 0;
    border-radius: 0;
    width: 100%;
    height: 68px;
  }
}

.c-fixedmenu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.c-fixedmenu__text {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 2.5em;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.17;
}
@media (max-width: 640px) {
  .c-fixedmenu__text {
    padding: 0 2.5em;
    font-size: 2.2rem;
    text-align: center;
  }
}
.c-fixedmenu__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(../img/common/icon_contact.png) no-repeat center/contain;
}
@media (max-width: 640px) {
  .c-fixedmenu__text::before {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
.c-fixedmenu__text::after {
  content: attr(data-subtitle);
  margin-top: 1.75em;
  margin-right: 0.5em;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: YakuHanJP, "Josefin Sans", "Noto Sans JP", sans-serif;
}
@media (max-width: 640px) {
  .c-fixedmenu__text::after {
    margin-top: 0.5em;
    margin-right: 0;
    font-size: 1rem;
    line-height: 1.3;
  }
}

/* loading
========================================== */
.c-loading {
  position: fixed;
  display: none;
  background-color: white;
  text-align: center;
  width: 100%;
  height: 100vh;
  z-index: 110;
  pointer-events: none;
  overflow: hidden;
}
.c-loading.is-show {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.c-loading.is-show::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 15;
}

.c-loading__logo {
  position: relative;
  display: inline-block;
  margin: 1em auto 0;
  text-align: center;
  color: #00A0E9;
  font-size: 1.2rem;
}
.c-loading__logo svg {
  position: relative;
  z-index: 2;
}

.c-loading__text {
  position: relative;
  display: block;
  margin: 1em auto 0;
  text-align: center;
  color: #00A0E9;
  text-transform: uppercase;
  font-size: 1.2rem;
}

#path_wrap {
  fill: #d6d6d6;
}

#path_g {
  transform: translate(3137px, 524px);
  fill: #d6d6d6;
}

#path_wrap {
  transform: translate(3137px, 524px);
}

#path_blue {
  fill: #00A0E9;
  transform: translate(1165px, 515px) scale(0);
}
#path_blue.is-show {
  -webkit-animation-name: big;
          animation-name: big;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transform-origin: center;
}

.c-loading_screen {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.c-loading_screen.is-show {
  -webkit-animation: mask-bg 1s;
          animation: mask-bg 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#dgp__left {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 125px;
  height: 69px;
  z-index: 1;
  transform-origin: right 0 center;
}
#dgp__left.is-show {
  width: 125px;
  height: 69px;
  display: block;
  -webkit-animation-name: big2;
          animation-name: big2;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#icon_loading {
  transform: translate(-1147px, -524px);
}
#icon_loading.is-hide {
  -webkit-animation: logofadeout 1s;
          animation: logofadeout 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes big {
  0% {
    transform: translate(1165px, 515px) scale(0);
    fill: #00A0E9;
  }
  100% {
    transform: translate(1165px, 515px) scale(3);
    fill: #00A0E9;
  }
}

@keyframes big {
  0% {
    transform: translate(1165px, 515px) scale(0);
    fill: #00A0E9;
  }
  100% {
    transform: translate(1165px, 515px) scale(3);
    fill: #00A0E9;
  }
}
@-webkit-keyframes big2 {
  0% {
    transform: translate(0, 0) scale(1);
    z-index: 4;
  }
  99% {
    transform: translate(1920px, 0) scale(80);
  }
  100% {
    display: none;
  }
}
@keyframes big2 {
  0% {
    transform: translate(0, 0) scale(1);
    z-index: 4;
  }
  99% {
    transform: translate(1920px, 0) scale(80);
  }
  100% {
    display: none;
  }
}
@-webkit-keyframes logofadeout {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes logofadeout {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes mask-bg {
  0% {
    background-color: #00A0E9;
    opacity: 1;
    visibility: visible;
  }
  100% {
    background-color: #00A0E9;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes mask-bg {
  0% {
    background-color: #00A0E9;
    opacity: 1;
    visibility: visible;
  }
  100% {
    background-color: #00A0E9;
    opacity: 0;
    visibility: hidden;
  }
}
.eachTextAnime span > span {
  -webkit-animation: text_anime_on 0.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: text_anime_on 0.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  display: inline-block;
}

@-webkit-keyframes text_anime_on {
  10% {
    transform: scale(0.8);
  }
}

@keyframes text_anime_on {
  10% {
    transform: scale(0.8);
  }
}
/* animation
========================================== */
.js-animation[data-type=fadeIn] {
  visibility: hidden;
  opacity: 0;
  transition: 0.9s ease-out;
  transition-property: opacity, visibility;
}

.js-animation[data-type=fadeIn].is-show {
  visibility: visible;
  opacity: 1;
}

.js-animation[data-type=fadeInLeft] {
  transform: translate(-30px, 0);
  opacity: 0;
  transition: 0.9s ease-out;
  transition-property: opacity, transform;
}

.js-animation[data-type=fadeInLeft].is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.js-animation[data-type=fadeInUp] {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.9s ease-out;
  transition-property: opacity, transform;
}

.js-animation[data-type=fadeInUp].is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* gnav
========================================== */
.p-header__inner {
  padding: 0 24px 0 36px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 640px) {
  .p-header__inner {
    padding: 0 0 50px;
  }
}

.p-logo {
  margin: 92px auto 0;
  display: block;
  width: 126px;
  height: 100px;
}
@media (max-width: 1600px) {
  .p-logo {
    display: none;
  }
}

.p-header__nav {
  margin-top: 158px;
  padding-bottom: 50px;
}
@media (max-width: 1600px) {
  .p-header__nav {
    margin-top: 124px;
  }
}

@media (max-width: 640px) {
  .p-gnav__item {
    padding-left: 15%;
    padding-right: 6.4%;
    border-bottom: 1px solid #3DC2FF;
  }
  .p-gnav__item:first-child {
    border-top: 1px solid #3DC2FF;
  }
}

.p-gnav__link {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.57;
  transition: color 0.3s ease-in-out;
}
.p-gnav__link.-nolink {
  cursor: default;
}
.p-gnav__link:not(.-nolink):hover {
  color: #00A0E9;
}
@media (max-width: 1600px) {
  .p-gnav__link:not(.-nolink):hover {
    color: #fff;
    opacity: 0.6;
  }
}
@media (max-width: 640px) {
  .p-gnav__link {
    font-size: 1.8rem;
    line-height: 2.72;
    line-height: 3.5;
    transition: opacity 0.3s ease-in-out;
  }
  .p-gnav__link:hover {
    color: #fff;
    opacity: 0.6;
  }
}

@media (max-width: 640px) {
  .p-dropdown:last-child {
    padding-bottom: 1em;
  }
}
.p-dropdown a {
  transition: color 0.3s ease-in-out;
}
.p-dropdown a:hover {
  color: #00A0E9;
}
@media (max-width: 1600px) {
  .p-dropdown a:hover {
    color: #fff;
    opacity: 0.6;
  }
}

.p-dropdown__term {
  font-weight: 400;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.57;
}
@media (max-width: 640px) {
  .p-dropdown__term {
    font-size: 1.8rem;
    line-height: 2.72;
  }
}
.p-dropdown__term span {
  position: relative;
  padding-left: 1.5em;
}
.p-dropdown__term span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #00A0E9;
}
@media (max-width: 1600px) {
  .p-dropdown__term span::before {
    display: none;
  }
}

.p-dropdown__list {
  margin-left: 2.5em;
}
@media (max-width: 640px) {
  .p-dropdown__list {
    margin-left: 3.5em;
  }
}

.p-dropdown__item {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.57;
}
@media (max-width: 640px) {
  .p-dropdown__item {
    font-size: 1.8rem;
    line-height: 2.72;
  }
}

.p-subnav {
  margin-top: 2.5em;
}
@media (max-width: 640px) {
  .p-subnav {
    margin-top: 2em;
    padding-left: 15%;
  }
}

.p-subnav_item:nth-child(n+2) {
  margin-top: 0.75em;
}

.p-subnav__link {
  font-size: 1.2rem;
  line-height: 1.16;
  letter-spacing: 0.01em;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 640px) {
  .p-subnav__link {
    font-size: 1.5rem;
    line-height: 1.86;
    letter-spacing: 0.01em;
    transition: opacity 0.3s ease-in-out;
  }
}
.p-subnav__link:hover {
  color: #00A0E9;
}
@media (max-width: 1600px) {
  .p-subnav__link:hover {
    color: #fff;
    opacity: 0.6;
  }
}

.p-hamburger {
  position: fixed;
  content: "";
  top: 24px;
  right: 5%;
  bottom: 0;
  left: auto;
  display: none;
  z-index: 100;
  outline: 0;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  width: 55px;
  height: 55px;
  transition: background-color 0.3s cubic-bezier(0.23, 1, 0.58, 1);
}
@media (max-width: 1600px) {
  .p-hamburger {
    display: block;
  }
}
.p-hamburger::after {
  content: "menu";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0.19em;
  color: #00A0E9;
  text-transform: uppercase;
  font-family: YakuHanJP, "Josefin Sans", "Noto Sans JP", sans-serif;
}

.p-hamburger__line {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background 0.2s cubic-bezier(0.23, 1, 0.58, 1);
  margin: auto;
  border-radius: 0.25em;
  background-color: #00A0E9;
  width: 80%;
  height: 2px;
}

.p-hamburger__line:after,
.p-hamburger__line:before {
  display: block;
  position: absolute;
  content: "";
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.58, 1), top 0.2s cubic-bezier(0.23, 1, 0.58, 1) 0.2s;
  border-radius: inherit;
  background-color: inherit;
  width: 100%;
  height: 100%;
}

.p-hamburger__line:before {
  top: -14px;
}

.p-hamburger__line:after {
  top: 14px;
}

.is-drawerActive .p-hamburger__line {
  background-color: transparent;
}

.is-drawerActive .p-hamburger__line:after,
.is-drawerActive .p-hamburger__line:before {
  top: 0;
  background-color: #00A0E9;
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.58, 1) 0.2s, top 0.2s cubic-bezier(0.23, 1, 0.58, 1);
}

.is-drawerActive .p-hamburger__line:before {
  transform: rotate(-34deg);
}

.is-drawerActive .p-hamburger__line:after {
  transform: rotate(34deg);
}

.p-header__copy {
  padding-bottom: 66px;
}

.sp-logo {
  display: none;
  width: 66px;
  height: 53px;
}
@media (max-width: 1600px) {
  .sp-logo {
    position: fixed;
    top: 33px;
    left: 6.4%;
    display: block;
    z-index: 102;
  }
}
.sp-logo .st0 {
  -webkit-clip-path: url(#clip-path01_00000177442393222823510040000000471940327852235453_);
          clip-path: url(#clip-path01_00000177442393222823510040000000471940327852235453_);
}
.sp-logo .st1 {
  fill: #231815;
}
.sp-logo .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #231815;
}
.sp-logo .st3 {
  fill: #00A0E9;
}

@media (max-width: 1600px) {
  .is-drawerActive .sp-logo .st1 {
    fill: #fff;
  }
  .is-drawerActive .sp-logo .st2 {
    fill: #fff;
  }
  .is-drawerActive .sp-logo .st3 {
    fill: #fff;
  }
}
@media (max-width: 640px) {
  .is-drawerActive .p-hamburger::after {
    color: #fff;
  }
  .is-drawerActive .p-hamburger__line:before, .is-drawerActive .p-hamburger__line::after {
    background-color: #fff;
  }
}
/* footer
========================================== */
.p-footer__address {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 960px) {
  .p-footer__address {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.85;
  }
}
.p-footer__address + .p-footer__address {
  margin-top: 0.75em;
  line-height: 1.5;
}
.p-footer__address .zipcode {
  display: block;
}
.p-footer__address .text {
  display: inline-block;
}
@media (max-width: 640px) {
  .p-footer__address .text {
    display: block;
  }
}

.p-footer__bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.p-footer__map span {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.4rem;
  font-weight: 700;
  transition: color 0.3s ease-in-out;
}
.p-footer__map span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_map.svg) no-repeat center/contain;
}
.p-footer__map span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 6em;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease-in-out;
}
.p-footer__map:hover span::after {
  width: 0;
}

.p-footer__copy {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

/* top
========================================== */
.p-mv__row {
  position: relative;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 640px) {
  .p-mv__row {
    padding-top: 102px;
  }
}
.p-mv__row::before {
  content: "";
  display: block;
  padding-top: 60%;
}
@media (max-width: 960px) {
  .p-mv__row::before {
    padding-top: 90%;
  }
}

.p-mv__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  left: 13.8%;
  bottom: 22.5%;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.15em;
  font-size: clamp(31px,2.39vw,46px);
  text-align: left;
}
@media (max-width: 1700px) and (min-width: 1601px) {
  .p-mv__title {
    left: 15.8%;
  }
}
@media (max-width: 1600px) and (min-width: 961px) {
  .p-mv__title {
    left: 0;
  }
}
@media (max-width: 960px) {
  .p-mv__title {
    top: 66%;
    left: 7%;
    bottom: auto;
    font-size: 2.6rem;
    line-height: 1.42;
    font-size: clamp(26px, 2.39vw, 40px);
  }
}
.p-mv__title span {
  display: inline-block;
  padding: 0.35em 0.5em 0.45em;
  line-height: 1;
  color: #fff;
  background-color: #00A0E9;
  border-radius: 60px;
  opacity: 0;
  visibility: hidden;
}
.p-mv__title span + span {
  margin-top: 32px;
}
@media (max-width: 960px) {
  .p-mv__title span + span {
    margin-top: 11px;
  }
}
.p-mv__title span:not(:last-child) {
  padding-right: 0.85em;
}
.p-mv__title.is-active span:nth-child(1) {
  -webkit-animation: slideText 1s forwards cubic-bezier(0.4, 0, 0.2, 1);
          animation: slideText 1s forwards cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.p-mv__title.is-active span:nth-child(2) {
  -webkit-animation: slideText 1s forwards cubic-bezier(0.4, 0, 0.2, 1);
          animation: slideText 1s forwards cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.p-mv__title.is-active span:nth-child(3) {
  -webkit-animation: slideText 1s forwards cubic-bezier(0.4, 0, 0.2, 1);
          animation: slideText 1s forwards cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes slideText {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

@keyframes slideText {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.p-mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.p-mv .l-inner {
  position: relative;
  height: inherit;
}
@media (max-width: 1600px) and (min-width: 961px) {
  .p-mv .l-inner {
    max-width: 87.2%;
  }
}

.movie__wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -99;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  width: 125%;
  min-width: 100%;
  height: 125%;
  transform: translate(-10%, -10%);
  z-index: -100;
}

@media (max-width: 960px) {
  .movie__wrap {
    position: absolute;
    top: 102px;
    height: 56.25%;
  }
  .bg-video {
    top: 0;
    width: 100%;
    height: auto;
    transform: translate(0, 0);
  }
}
.p-top__news__row {
  width: 100%;
  max-width: 1248px;
  height: 85px;
  margin: 20px auto;
  padding: 0.5em 57px;
  border: 1px solid #00A0E9;
  border-radius: 50px;
}
@media (max-width: 960px) {
  .p-top__news__row {
    height: 120px;
    margin: 6px auto;
    padding: 0 1.5em;
    border-radius: 32px;
  }
}

.p-top__news__item a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 960px) {
  .p-top__news__item a {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.p-top__news__item a.-nolink {
  cursor: default;
}
.p-top__news__item .date {
  padding-top: 0.25em;
  color: #00A0E9;
  font-size: 1.6rem;
  line-height: 0.5;
  letter-spacing: 0.1em;
}
@media (max-width: 960px) {
  .p-top__news__item .date {
    padding-top: 0;
    font-size: 1.3rem;
    line-height: 1.38;
  }
}
.p-top__news__item .text {
  margin-left: 54px;
  font-size: 1.5rem;
  line-height: 1.86;
  letter-spacing: 0.1em;
}
@media (max-width: 960px) {
  .p-top__news__item .text {
    font-size: 1.3rem;
    line-height: 1.76;
    margin-left: 0;
  }
}

.p-section__top {
  padding: 180px 0;
}
@media (max-width: 960px) {
  .p-section__top {
    padding: 90px 0;
  }
}

.p-section__top.-about, .p-section__top.-works {
  background-color: #F5F5F5;
}

.p-section__top {
  overflow: hidden;
}

.p-section__top * + .c-title02 {
  margin-top: 92px;
}
@media (max-width: 960px) {
  .p-section__top * + .c-title02 {
    margin-top: 48px;
  }
}

.p-top__grid.-about {
  display: grid;
  grid-template-columns: 60.9% 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 62px 92px;
  grid-template-areas: "p-top__about__thumb p-top__about__title" "p-top__about__thumb p-top__about__text" "p-top__about__thumb p-top__about__button";
}
@media (max-width: 960px) {
  .p-top__grid.-about {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto;
    gap: 24px 0;
    grid-template-areas: "p-top__about__title" "p-top__about__text" "p-top__about__thumb" "p-top__about__button";
  }
}

.p-top__about__thumb {
  grid-area: p-top__about__thumb;
}

.p-top__about__title {
  grid-area: p-top__about__title;
}

.p-top__about__text {
  grid-area: p-top__about__text;
}

.p-top__about__button {
  grid-area: p-top__about__button;
}

@media (max-width: 960px) {
  .p-top__about__thumb {
    margin-right: -6.4%;
  }
}

.p-top__about__button {
  margin: 0 auto;
}
@media (max-width: 960px) {
  .p-top__about__button {
    margin-top: 24px;
  }
}
.p-top__about__button > div + div {
  margin-top: 40px;
}

.p-top__works__button,
.p-top__topics__button {
  margin: 40px auto 0;
}
.p-top__works__button > div,
.p-top__topics__button > div {
  margin: 0 auto;
}

/* page
========================================== */
.p-card-flow {
  position: relative;
  padding: 1.5em 2em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  width: 406px;
}
.p-card-flow:nth-child(n+2) {
  margin-left: 60px;
}
@media (max-width: 640px) {
  .p-card-flow {
    width: 300px;
  }
  .p-card-flow:nth-child(n+2) {
    margin-left: 40px;
  }
}

.p-card-flow__no {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #00A0E9;
  order: 2;
  font-size: 2.4rem;
  line-height: 1.16;
}
.p-card-flow__no::before {
  margin-right: 0.25em;
  content: counter(listnum, decimal-leading-zero);
  counter-increment: listnum;
  color: #00A0E9;
  font-family: YakuHanJP, "Josefin Sans", "Noto Sans JP", sans-serif;
  font-size: 4.5rem;
  line-height: 0.48;
}
@media (max-width: 640px) {
  .p-card-flow__no {
    font-size: 1.6rem;
  }
  .p-card-flow__no::before {
    font-size: 3.2rem;
  }
}

.p-card-flow__thumb {
  order: 1;
}

.p-card-flow__text {
  margin-top: 1em;
  margin-bottom: auto;
  font-size: 1.5rem;
  line-height: 1.86;
  order: 3;
}

.p-flow-scroll__outer {
  margin-left: 182px;
}
@media (max-width: 960px) {
  .p-flow-scroll__outer {
    margin-left: 10.4%;
  }
}
@media (max-width: 640px) {
  .p-flow-scroll__outer {
    margin-left: 14%;
  }
}

.p-flow-scroll {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.p-flow-scroll__inner {
  display: flex;
  padding-bottom: 50px;
  position: absolute;
  top: 0;
  left: 0;
  counter-reset: listnum;
}

.p-section-flow {
  padding: 54px 0;
  overflow: hidden;
}
@media (max-width: 640px) {
  .p-section-flow {
    padding: 54px 0 90px;
  }
}

/* about
========================================== */
.p-about__grid.-message {
  display: grid;
  grid-template-columns: 1fr 45.11%;
  grid-template-rows: auto 1fr;
  gap: 62px 50px;
  grid-template-areas: "p-message__title p-message__thumb" "p-message__text p-message__thumb";
}
@media (max-width: 960px) {
  .p-about__grid.-message {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    gap: 40px 0;
    grid-template-areas: "p-message__title" "p-message__text" "p-message__thumb";
  }
}

.p-message__title {
  grid-area: p-message__title;
}

.p-message__text {
  grid-area: p-message__text;
}

.p-message__thumb {
  grid-area: p-message__thumb;
}

.p-about__grid.-group {
  display: grid;
  grid-template-columns: 57.7% 1fr;
  grid-template-rows: auto auto auto;
  gap: 0 47px;
  align-items: stretch;
  grid-template-areas: "p-group__list p-group__title" "p-group__list p-group__lead" "p-group__list p-group__text";
}
@media (max-width: 960px) {
  .p-about__grid.-group {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto;
    gap: 30px 0;
    align-items: center;
    grid-template-areas: "p-group__title" "p-group__list" "p-group__lead" "p-group__text";
  }
}

.p-group__lead {
  grid-area: p-group__lead;
}

.p-group__title {
  grid-area: p-group__title;
}

.p-group__text {
  grid-area: p-group__text;
}

.p-group__list {
  grid-area: p-group__list;
}

.p-group__text {
  margin-top: 20px;
}

.p-group__lead {
  margin-top: 64px;
  color: #00A0E9;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.16;
}
@media (max-width: 960px) {
  .p-group__lead {
    margin-top: 48px;
    font-size: 2.4rem;
    line-height: 1.75;
  }
}

.p-group__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 960px) {
  .p-group__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-group__item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.p-group__item:nth-child(1), .p-group__item:nth-child(2) {
  border-top: 1px solid #E5E5E5;
}
.p-group__item:nth-child(odd) {
  border-left: 1px solid #E5E5E5;
}
@media (max-width: 960px) {
  .p-group__item {
    padding: 16px 16px 22px;
    border-left: 1px solid #E5E5E5;
  }
  .p-group__item:nth-child(2) {
    border-top: none;
  }
}
.p-group__item:hover, .p-group__item:active, .p-group__item:focus {
  opacity: 0.6;
}
.p-group__item p {
  color: #00A0E9;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.28;
}

.p-group__logo {
  margin: 12px auto 0;
  width: 89%;
}
@media (max-width: 640px) {
  .p-group__logo {
    margin-top: 15px;
    width: 98%;
    max-width: 293px;
  }
}

.p-company__table {
  margin-top: 48px;
}
.p-company__table a:hover, .p-company__table a:focus {
  color: #00A0E9;
}

.p-company__map {
  margin-top: 70px;
  position: relative;
  padding-bottom: 37.1428571429%;
  height: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 640px) {
  .p-company__map {
    padding-bottom: 70.9480122324%;
  }
}
.p-company__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-message__glogo {
  margin: 35px auto;
  max-width: 275px;
  width: 100%;
}

/* sitemap
========================================== */
.p-sitemap__link {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.57;
  transition: color 0.3s ease-in-out;
}
.p-sitemap__link-nolink {
  cursor: default;
}
.p-sitemap__link:not(.-nolink):hover {
  color: #00A0E9;
}

.p-sitemap__term {
  font-weight: 400;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.57;
}
.p-sitemap__term span {
  position: relative;
  padding-left: 1.5em;
}
.p-sitemap__term span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #00A0E9;
}

.p-sitemap__list {
  margin-left: 2.5em;
}

.p-sitemap__item {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.57;
}
.p-sitemap__item a.-nolink {
  cursor: default;
}

/* policy
========================================== */
.p-policy_wrap * + h2, .p-policy_wrap * + h3, .p-policy_wrap * + h4, .p-policy_wrap * + h5, .p-policy_wrap * + h6 {
  margin-top: 1.75em;
}
.p-policy_wrap h2 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.77;
}
.p-policy_wrap h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.77;
}
.p-policy_wrap h4 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.77;
}
.p-policy_wrap h5 {
  font-weight: 600;
}
.p-policy_wrap h6 {
  font-weight: 600;
}
.p-policy_wrap p + ul {
  margin-top: 1.5em;
}
.p-policy_wrap ul li {
  position: relative;
  padding-left: 1.5em;
}
.p-policy_wrap ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
  display: inline-block;
}
.p-policy_wrap ol {
  list-style: none;
  counter-reset: number;
}
.p-policy_wrap ol li {
  position: relative;
  padding-left: 2em;
}
.p-policy_wrap ol li::before {
  counter-increment: number;
  content: counter(number) "）";
  position: absolute;
  left: 0;
}
.p-policy_wrap table {
  width: 800px;
}
.p-policy_wrap table th, .p-policy_wrap table td {
  border: 1px solid #363E41;
  font-size: 16px;
}
.p-policy_wrap table th {
  padding: 5px 25px;
  background-color: #f5f5f5;
  font-weight: 600;
  text-align: center;
}
.p-policy_wrap table td {
  padding: 6px 25px;
  line-height: 1.625;
  vertical-align: middle;
}

.p-policy-table__wrap {
  margin: 25px auto;
  overflow-x: auto;
}
.p-policy-table__wrap table th {
  width: 50%;
}
.p-policy-table__wrap a:hover, .p-policy-table__wrap a:active, .p-policy-table__wrap a:focus {
  color: #00A0E9;
}

.p-policy__box {
  padding: 1em 1.5em;
  background-color: #fff;
}
.p-policy__box + * {
  margin-top: 40px;
}
.p-policy__box a:hover, .p-policy__box a:active, .p-policy__box a:focus {
  color: #00A0E9;
}

* + .p-policy__box {
  margin-top: 40px;
}

.p-policy__top {
  margin-top: 40px;
}

.p-policy__bottom {
  margin-top: 40px;
}

/* contact
========================================== */
.p-contact__form {
  margin: 30px auto 0;
  width: 100%;
  max-width: 800px;
}
.p-contact__form th, .p-contact__form td {
  padding: 1em 0.5em;
}
.p-contact__form th {
  position: relative;
  font-weight: 500;
  width: 15em;
}
.p-contact__form td {
  width: calc(100% - 15em);
}
.p-contact__form th span.is-required::after {
  content: "※";
  margin-left: 1.25em;
  display: inline-block;
  color: #f00;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (max-width: 960px) {
  .p-contact__form th, .p-contact__form td {
    display: block;
    width: 100%;
  }
  .p-contact__form td {
    padding-top: 0;
  }
}

.p-contact-submit__wrap {
  margin: 40px auto 0;
  max-width: 600px;
}
.p-contact-submit__wrap > .c-form-submit-button {
  max-width: 234px;
  width: 100%;
}
.p-contact-submit__wrap > .c-form-submit-button:nth-child(2) {
  margin-left: 30px;
}
@media (max-width: 960px) {
  .p-contact-submit__wrap {
    flex-direction: column-reverse;
  }
  .p-contact-submit__wrap > .c-form-submit-button:nth-child(1) {
    margin-top: 30px;
  }
  .p-contact-submit__wrap > .c-form-submit-button:nth-child(2) {
    margin-left: auto;
  }
}

.p-form-agree {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-form-agree a {
  text-decoration: underline;
}

.p-form-agree__check .c-form-checkbox-name {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.p-form-agree__check .error {
  margin-left: 0.5em;
}

.p-contact-text__caution {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.p-contact-text__caution span {
  color: #f00;
}

.mw_wp_form_confirm .c-form-select::before {
  display: none;
}
.mw_wp_form_confirm .p-form-agree__text {
  display: none;
}
.mw_wp_form_confirm .p-form-agree {
  display: none;
}

.mw_wp_form_confirm .p-contact-text__caution,
.mw_wp_form_complete .p-contact-text__caution {
  display: none;
}

.p-country-name {
  display: none;
}

.p-post-header {
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
.p-post-header + .p-post-contents {
  margin-top: 40px;
}

.p-post-contents {
  padding-bottom: 40px;
}

.p-post-title {
  margin-top: 40px;
  padding-bottom: 1em;
  word-break: break-all;
  font-size: 3.2rem;
  line-height: 1.25;
}
@media (max-width: 640px) {
  .p-post-title {
    font-size: 2rem;
  }
}

.p-post-date {
  font-size: 2rem;
}

.p-post-category {
  display: inline-block;
  margin-right: 1em;
  padding: 0.1em 0.5em;
  font-size: 1.2rem;
  background-color: #ddd;
}

.p-post-links {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.p-post-links .p-post-links__item {
  position: relative;
  width: 33.3%;
}
.p-post-links .p-post-links__item:before {
  content: "";
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 0.5em;
  z-index: 1;
}
.p-post-links .p-post-links__item.-prev:before {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  left: 0.35em;
  transform: rotate(45deg) translateY(-50%);
}
.p-post-links .p-post-links__item.-next:before {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  right: 0.35em;
  transform: rotate(-45deg) translateY(-50%);
}
.p-post-links .p-post-links__item.-next {
  margin-left: auto;
}
.p-post-links .p-post-links__item.-next a {
  padding: 1em 2em 1em 1em;
  text-align: right;
  justify-content: flex-end;
}
.p-post-links a {
  position: relative;
  color: inherit;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1.4;
  min-height: 4em;
  padding: 1em 1em 1em 2em;
  width: 100%;
}

/* utility
========================================== */
.u-link.-underline:hover {
  text-decoration: underline;
}
.u-link.-color:hover {
  color: #00A0E9;
}

.u-tac {
  text-align: center;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-num {
  font-family: YakuHanJP, "Josefin Sans", "Noto Sans JP", sans-serif;
}

.u-en {
  font-family: YakuHanJP, "Josefin Sans", "Noto Sans JP", sans-serif;
}

.u-fwb {
  font-weight: 600;
}

.u-btn__nomal {
  width: 273px;
}

.u-bg__white {
  background-color: #fff;
}

.u-bg__gray {
  background-color: #F5F5F5;
}

.u-bg__blue {
  background: linear-gradient(#e5f1f7 0%, #fafcfc 100%);
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media (max-width: 960px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}