@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap");
* {
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
th,
td,
pre,
form,
fieldset,
input,
textarea {
  line-height: 1em;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

body {
  text-align: justify;
  text-justify: inter-ideograph;
  height: 100.5%;
  word-wrap: break-word;
}

p,
dd,
li {
  word-break: normal;
}

img {
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Bold");
  font-weight: bold;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/YakuHanJP-Regular.woff2") format("woff2"), url("../webfonts/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  src: url("../webfonts/YakuHanJP-Bold.woff2") format("woff2"), url("../webfonts/YakuHanJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "YakuHanMP";
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/YakuHanMP-Regular.woff2") format("woff2"), url("../webfonts/YakuHanMP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanMP";
  font-style: normal;
  font-weight: bold;
  src: url("../webfonts/YakuHanMP-Bold.woff2") format("woff2"), url("../webfonts/YakuHanMP-Bold.woff") format("woff");
}
html {
  height: 100%;
}

body {
  font-family: "Helvetica Neue", "YakuHanJP", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "M+ 1p", Arial, sans-serif;
  font-size: 16px;
  color: #333;
  word-wrap: break-word;
}

a {
  color: #003EED;
  transition: all 0.25s ease;
}
a:hover {
  color: #215bff;
}

h1,
h2,
h3,
h4,
h4,
div {
  line-height: 1.3;
}
@media only screen and (max-width: 980px) {
  h1,
  h2,
  h3,
  h4,
  h4,
  div {
    line-height: 1.1;
  }
}

p,
li,
dt,
dd {
  line-height: 1.8;
}
@media only screen and (max-width: 980px) {
  p,
  li,
  dt,
  dd {
    line-height: 1.6;
  }
}

.wp {
  overflow: hidden;
  zoom: 1;
}

.wp .attachment img {
  max-width: 900px;
}

.wp .alignleft,
.wp img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.wp .alignright,
.wp img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.wp .aligncenter,
.wp img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp img.alignleft,
.wp img.alignright,
.wp img.aligncenter {
  margin-bottom: 12px;
}

.wp .wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}

.wp .wp-caption img {
  margin: 5px 5px 0;
}

.wp .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}

.wp .wp-smiley {
  margin: 0;
}

.wp .gallery {
  margin: 0 auto 18px;
}

.wp .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.wp .gallery img {
  border: 2px solid #cfcfcf;
}

.wp .gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.wp .gallery dl {
  margin: 0;
}

.wp .gallery img {
  border: 10px solid #f1f1f1;
}

.wp .gallery br + br {
  display: none;
}

.wp .attachment img {
  display: block;
  margin: 0 auto;
}

.wp ul {
  padding: 0 0 0 3rem;
  margin: 0 0 1rem;
}
.wp ul li {
  line-height: 1.6;
  margin: 0 0 1rem;
  position: relative;
  list-style: none;
}
.wp ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  left: -1.2rem;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #333;
}
.wp ul li:last-child {
  margin: 0;
}

.l-header {
  display: flex;
  justify-content: space-between;
}

.l-content {
  padding: 75px 0 0;
}
@media only screen and (max-width: 900px) {
  .l-content {
    padding: 44px 0 0;
  }
}
.l-content-section__button-link {
  padding: 20px 35px;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
}
@media only screen and (max-width: 900px) {
  .l-content-section__button-link {
    font-size: 1.6rem;
    padding: 3rem 1rem;
  }
}
.l-content-section__button-link__right {
  padding: 20px 0;
  display: flex;
  justify-content: flex-end;
  font-size: 1.6rem;
}
@media only screen and (max-width: 900px) {
  .l-content-section__button-link__right {
    font-size: 1.6rem;
    padding: 3rem 1rem;
  }
}
.l-content-page {
  padding: 75px 0 100px;
}
@media only screen and (max-width: 1080px) {
  .l-content-page {
    padding: 35px 0 50px;
  }
}
.l-content-page__header {
  background: #f0f7fd;
  padding: 15px 0 200px;
}
@media only screen and (max-width: 980px) {
  .l-content-page__header {
    padding: 10px 0 100px;
  }
}
.l-content-page__header.no-image {
  padding-bottom: 120px;
}
@media only screen and (max-width: 980px) {
  .l-content-page__header.no-image {
    padding-bottom: 50px;
  }
}
.l-content-page__header-light {
  background: #f0f7fd;
  padding: 50px 0 80px;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .l-content-page__header-light {
    padding: 30px 0 40px;
  }
}
.l-content-page__header-image {
  text-align: right;
  margin: -150px 0 0;
}
@media only screen and (max-width: 980px) {
  .l-content-page__header-image {
    margin: -80px 0 0 35px;
  }
}
.l-content-page__main {
  padding: 100px 0 0;
}
@media only screen and (max-width: 980px) {
  .l-content-page__main {
    padding: 35px 0 0;
  }
}
.l-content-single {
  padding: 80px 0 100px;
}
@media only screen and (max-width: 1080px) {
  .l-content-single {
    padding: 44px 0 50px;
  }
}
.l-content-overlay {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.25s ease;
}
.l-content-overlay.js-active {
  visibility: visible;
  opacity: 0.45;
  z-index: 10;
}
.l-content-form {
  padding: 44px 0 100px;
}
@media only screen and (max-width: 900px) {
  .l-content-form {
    padding: 0 0 75px;
  }
}
.l-content-form-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.l-content-form-footer {
  margin: auto 0 0;
}

.l-footer {
  background: #060606;
  padding: 75px 0 45px;
}
@media only screen and (max-width: 1080px) {
  .l-footer {
    padding: 50px 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 35px 0 20px;
  }
}

.u-left {
  text-align: left;
}

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

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

.u-none {
  display: none;
}

.u-fleft {
  float: left;
}

.u-fright {
  float: right;
}

.u-accessibility {
  display: none;
}

.u-m0 {
  margin: 0;
}

.u-mr0 {
  margin-right: 0;
}

.u-mr10 {
  margin-right: 10px;
}

.u-ml0 {
  margin-left: 0;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt0 {
  margin-top: 0;
}

.u-pb0 {
  padding-bottom: 0;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-p0 {
  padding: 0;
}

.u-w50 {
  width: 50px;
}

.c-title {
  color: #003EED;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 45px;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  .c-title {
    font-size: 30px;
    margin: 0 0 35px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .c-title {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 1.4;
  }
}
.c-title span {
  display: block;
}
@media only screen and (max-width: 768px) {
  .c-title span {
    display: inline;
  }
  .c-title span:first-child {
    display: block;
  }
}

.c-list__list {
  list-style: none;
}
.c-list__terms {
  counter-reset: count 0;
}
.c-list__terms-inner p.terms-text {
  margin: 0 0 0.5rem 0;
}
@media only screen and (max-width: 768px) {
  .c-list__terms-inner p.terms-text {
    margin: 0 0 0.7rem 0;
  }
}
.c-list__terms-list {
  margin: 0 0 18px;
  padding: 0 0 0 24px;
  position: relative;
  line-height: 1.8;
}
.c-list__terms-list:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  position: absolute;
  left: 8px;
}
.c-list__item {
  margin: 0 0 18px;
  padding: 0 0 0 24px;
  position: relative;
  line-height: 1.8;
}
.c-list__item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #003EED;
  position: absolute;
  top: 0.7em;
  left: 8px;
  margin: -4px 0 0 0;
}
.c-list__item:last-child {
  margin: 0;
}
.c-list__terms-box {
  padding: 0 50px 10px;
  position: relative;
  margin: 0;
}
.c-list__terms-box span {
  position: absolute;
  left: 28px;
}
.c-list__terms-box.c-list__item:before {
  display: none;
}
.c-list-box {
  margin: 0 0 100px;
}
.c-list-box__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-list-box__item {
  width: 30%;
  border-bottom: 1px solid #bebebe;
  padding: 0 0 50px;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  .c-list-box__item {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
}
.c-list-box__title {
  color: #d60005;
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .c-list-box__title {
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
}
.c-list-box__catch {
  font-weight: bold;
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .c-list-box__catch {
    margin: 0 0 10px;
  }
}
.c-list-box__body {
  line-height: 1.8;
}

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

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.c-input__box {
  margin: 0 0 25px;
}
.c-input__box-row-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 5px;
}
@media only screen and (max-width: 768px) {
  .c-input__box-row-2 {
    display: block;
  }
}
.c-input__box-col-2 {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .c-input__box-col-2 {
    width: 100%;
  }
}
.c-input__box-row {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}
@media only screen and (max-width: 768px) {
  .c-input__box-row {
    display: block;
  }
}
.c-input__box-col {
  margin: 0 4rem 0 0;
}
.c-input__box-col:last-child {
  margin: 0;
}
.c-input__box-label {
  font-weight: bold;
  margin: 0 0 5px;
}
.c-input__box-name:first-child {
  margin: 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .c-input__box-name:first-child {
    margin: 0 0 6px;
  }
}
.c-input__box-zip {
  margin: 0 0 5px;
}
.c-input__box-pref {
  margin: 0 0 5px;
  position: relative;
}
.c-input__box-pref select {
  font-size: 1.6rem;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #a5a5a5;
  border-radius: 4px;
  padding: 8px 30px 8px 8px;
  background: transparent;
  position: relative;
  z-index: 2;
}
.c-input__box-pref i {
  position: absolute;
  top: 25%;
  left: 13.75rem;
}
.c-input__box-address {
  margin: 0 0 5px;
}
.c-input__box-note {
  margin: 0 0 10px;
}
.c-input__box-notice {
  padding: 5px 0 0;
  font-size: 1.4rem;
}
.c-input__box-recommendation {
  background: #f6f6f6;
  margin: 15px 0 0;
  padding: 20px;
}
.c-input__box-person {
  margin: 0 0 5px;
  position: relative;
}
.c-input__box-person select {
  font-size: 1.6rem;
  appearance: none;
  border: 1px solid #a5a5a5;
  border-radius: 4px;
  font-size: 1.6rem;
  padding: 8px 30px 8px 8px;
  background: transparent;
  position: relative;
  z-index: 2;
}
.c-input__box-person i {
  position: absolute;
  top: 25%;
  left: 5rem;
}
.c-input__box-chair {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .c-input__box-chair {
    display: block;
  }
}
.c-input__box-chair div:first-child {
  width: 20rem;
  padding: 3px 0 0;
}
.c-input__box-chair-amount {
  margin: 0 0 0 25px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-input__box-chair-amount {
    margin: 0 0 0 30px;
  }
}
.c-input__box-chair-amount select {
  font-size: 1.6rem;
  appearance: none;
  border: 1px solid #a5a5a5;
  border-radius: 4px;
  font-size: 1.6rem;
  padding: 8px 30px 8px 8px;
  background: transparent;
  position: relative;
  z-index: 2;
}
.c-input__box-chair-amount select:disabled + i {
  color: #ccc;
}
.c-input__box-chair-amount i {
  position: absolute;
  top: 25%;
  left: 24.5rem;
}
.c-input__box-school {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .c-input__box-school {
    display: block;
  }
}
.c-input__box-school-name {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .c-input__box-school-name {
    margin: 0 0 10px;
  }
}
.c-input__box-school-name span {
  font-weight: bold;
  width: 4em;
  display: block;
}
@media only screen and (max-width: 768px) {
  .c-input__box-school-name input {
    flex: 1;
  }
}
.c-input__box-school-year {
  display: flex;
  align-items: center;
}
.c-input__box-school-year span {
  font-weight: bold;
  padding: 0 10px 0 20px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .c-input__box-school-year span {
    width: 4em;
    padding: 0;
  }
}
.c-input__box-school-year input {
  text-align: center;
  width: 3em;
  margin: 0 8px 0 0;
}
.c-input__box-exsample {
  display: flex;
}
.c-input__box-exsample-label span {
  display: inline-block;
  background: #D7E0F8;
  color: #fff;
  font-weight: bold;
  padding: 0.25rem 0.8rem;
  font-size: 0.9em;
}
.c-input__box-exsample-body {
  padding: 0 0 0.75rem 1rem;
  line-height: 1.5;
}
.c-input__static {
  padding: 10px 0 0;
}
.c-input__text {
  border: 1px solid #a5a5a5;
  font-size: 1.8rem;
  outline: none;
  width: 100%;
  padding: 12px 10px;
  border-radius: 4px;
}
.c-input__textarea {
  border: 1px solid #a5a5a5;
  font-size: 18px;
  outline: none;
  width: 100%;
  min-height: 200px;
  line-height: 1.6;
  padding: 12px 12px;
  border-radius: 4px;
}
.c-input__select {
  position: relative;
  display: inline-block;
  padding-top: 5px;
}
.c-input__select select {
  -o-appearance: none;
  appearance: none;
  border: 1px solid #a5a5a5;
  border-radius: 4px;
  font-size: 1.6rem;
  padding: 8px 30px 8px 8px;
  background: transparent;
  position: relative;
  z-index: 2;
}
.c-input__select select:disabled + i {
  color: #D7E0F8;
}
.c-input__select i {
  position: absolute;
  top: 35%;
  right: 10px;
  color: #333;
  z-index: 1;
}
.c-input__radio {
  margin: 0 0 10px;
  padding: 10px 0 0;
}
.c-input__radio-horizontal {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .c-input__radio-horizontal {
    display: block;
  }
  .c-input__radio-horizontal .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
}
.c-input__radio label {
  padding: 5px 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-input__radio label {
    display: block;
  }
}
.c-input__radio input[type=radio] {
  outline: none;
  opacity: 0.01;
}
.c-input__radio input[type=radio] + span {
  padding: 0 0 0 8px;
}
.c-input__radio input[type=radio] + span:before {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #e3e3e3;
  border: 2px solid #e3e3e3;
  border-radius: 24px;
  content: " ";
  transition: all 0.25s ease;
}
.c-input__radio input[type=radio] + span:after {
  position: absolute;
  display: block;
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #e3e3e3;
  content: " ";
  transition: all 0.25s ease;
}
.c-input__radio input[type=radio] + span + span {
  padding: 0 0 0 20px;
}
.c-input__radio input[type=radio]:checked + span:before {
  background: #fff;
  border-color: #003EED;
}
.c-input__radio input[type=radio]:checked + span:after {
  background: #003EED;
}
@media only screen and (max-width: 768px) {
  .c-input__radio-date-vertical {
    display: block;
  }
}
.c-input__radio-date-vertical > span {
  display: block;
  margin: 0 0 8px 0 !important;
  line-height: 15px;
}
@media only screen and (max-width: 768px) {
  .c-input__radio-date-vertical > span {
    width: auto;
    margin: 0 0 10px;
  }
}
.c-input__radio-date3 {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .c-input__radio-date3 {
    display: block;
  }
}
.c-input__radio-date3 > span {
  width: 28%;
  display: block;
  margin-left: 0 !important;
}
@media only screen and (max-width: 768px) {
  .c-input__radio-date3 > span {
    width: auto;
    margin: 0 0 10px;
  }
}
.c-input__file input[type=file] {
  border: 1px solid #a5a5a5;
  background: #fff;
  padding: 3px;
  border-radius: 4px;
}
.c-input__checkbox .mwform-checkbox-field {
  position: relative;
  display: block;
  margin: 0 0 15px 0 !important;
}
.c-input__checkbox label {
  cursor: pointer;
}
.c-input__checkbox input[type=checkbox] {
  outline: none;
  opacity: 0.01;
}
.c-input__checkbox input[type=checkbox] + span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 0 0 30px;
}
.c-input__checkbox input[type=checkbox] + span:before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  background: #fff;
  border: 1px solid #a5a5a5;
  content: " ";
  border-radius: 3px;
  transition: all 0.25s ease;
  cursor: pointer;
}
.c-input__checkbox input[type=checkbox]:checked + span:before {
  background: #003EED;
  border-color: #003EED;
}
.c-input__checkbox input[type=checkbox]:checked + span:after {
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  width: 4px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  content: " ";
  cursor: pointer;
}
.c-input__checkbox-ex {
  display: none;
}
.c-input__checkbox-ex-inner {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
@media only screen and (max-width: 768px) {
  .c-input__checkbox-ex-inner {
    display: block;
  }
}
.c-input__checkbox-ex-label {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .c-input__checkbox-ex-label {
    margin: 0 0 5px;
  }
}
.c-input__size-row {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .c-input__size-row {
    display: block;
  }
}
.c-input__size-col {
  display: flex;
  align-items: center;
  margin: 0 25px 0 0;
}
.c-input__size-col:last-child {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c-input__size-col {
    margin: 0 0 8px;
  }
}
.c-input__size-label {
  padding: 0 5px 0 0;
}
@media only screen and (max-width: 768px) {
  .c-input__size-label {
    padding: 0;
    display: block;
    width: 10rem;
  }
}
.c-input__action {
  display: flex;
  justify-content: center;
  margin: 0 0 15px;
}
.c-input__action:last-child {
  margin: 0;
}
.c-input__content {
  padding: 35px 0 75px;
}
.c-input__group {
  padding: 0 1.5rem 2.5rem;
  margin: 0 0 2.5rem;
  border-bottom: 1px solid #eee;
}
.c-input__group-label {
  position: relative;
  font-weight: bold;
  margin: 0 0 0.75rem;
}
.c-input__group-notice {
  padding: 0.75rem 0 0;
}
.c-input__group-zip-code {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
}
.c-input__group-zip-code__col {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 10px 0 0;
}
.c-input__group-address__col {
  margin: 0 0 10px;
}
.c-input__group-member-title {
  font-weight: bold;
  width: 6em;
  padding: 1.5rem 0 0;
}
.c-input__group-member-box {
  padding: 1rem 0 1rem 2.5rem;
  border-bottom: 1px dotted #ccc;
}
@media only screen and (max-width: 768px) {
  .c-input__group-member-box {
    padding-left: 1.5rem;
  }
}
.c-input__group-member-row {
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
}
@media only screen and (max-width: 768px) {
  .c-input__group-member-row {
    display: block;
  }
}
.c-input__group-member-label {
  font-weight: bold;
  width: 5em;
}
@media only screen and (max-width: 768px) {
  .c-input__group-member-label {
    width: auto;
    margin: 0 0 0.5rem;
  }
}
.c-input__group-inner-title {
  font-weight: bold;
  width: 6em;
  padding: 1.5rem 0 0;
}
.c-input__group-inner-box {
  padding: 1rem 0 1rem 2.5rem;
}
@media only screen and (max-width: 768px) {
  .c-input__group-inner-box {
    padding-left: 1.5rem;
  }
}
.c-input__group-inner-row {
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
}
@media only screen and (max-width: 768px) {
  .c-input__group-inner-row {
    display: block;
  }
}
.c-input__group-inner-label {
  font-weight: bold;
  width: 9em;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .c-input__group-inner-label {
    width: auto;
    margin: 0 0 0.5rem;
  }
}
.c-input__group-inner-label__long {
  font-weight: bold;
  width: 13em;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .c-input__group-inner-label__long {
    width: auto;
    margin: 0 0 0.5rem;
  }
}
.c-input__group-inner-body {
  padding: 0 0 0 1rem;
}
.c-input__guardian {
  padding: 2rem 0 0;
}
.c-input__guardian-label {
  font-weight: bold;
  margin: 0 0 1rem;
}
.c-input__guardian-notice {
  margin: 0 0 0.75rem;
}
.c-input__seat {
  display: flex;
}
.c-input__seat-floor {
  padding-top: 0;
  margin: 0 1rem 0 0;
}
.c-input__seat-1row {
  padding-top: 0;
  margin: 0 1rem 0 0;
  display: none;
}
.c-input__seat-1row span {
  display: none;
}
.c-input__seat-2row {
  padding-top: 0;
  margin: 0 1rem 0 0;
  display: none;
}
.c-input__seat-2row span {
  display: none;
}
.c-input__seat-no {
  margin: 0 1rem 0 0;
}
.c-input__seat .active {
  display: block;
}
.c-input__seat select {
  padding: 14px 30px 14px 8px;
}
.c-input__required {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #d60005;
  padding: 0.3rem 0.5rem;
  margin: 0 0 0 1rem;
  font-size: 1.2rem;
}
.c-input__optional {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #D5B478;
  padding: 0.3rem 0.5rem;
  margin: 0 0 0 1rem;
  font-size: 1.2rem;
}
.c-input__password {
  width: 200px;
}
.c-input__name {
  width: 260px;
}
.c-input__name-hurigana {
  width: 380px;
}
.c-input__other-name {
  width: 100%;
}
.c-input__zip-code {
  width: 100px;
}
.c-input__address {
  width: 100%;
}
.c-input__tell {
  width: 240px;
}
.c-input__val {
  width: 60px;
  text-align: right;
}
.c-input__performance-title {
  display: block;
  padding: 13px 0 0;
  font-size: 2rem;
  font-weight: bold;
}
.c-input__emergency-row {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .c-input__emergency-row {
    display: block;
  }
}
.c-input__emergency-col {
  display: flex;
  align-items: center;
}
.c-input__emergency-col:first-child {
  padding: 0 25px 0 0;
}
@media only screen and (max-width: 768px) {
  .c-input__emergency-col {
    display: block;
  }
}
.c-input__emergency-label {
  padding: 0 5px 0 0;
}
@media only screen and (max-width: 768px) {
  .c-input__emergency-label {
    display: block;
    padding: 0;
    margin: 0 0 3px;
  }
}
@media only screen and (max-width: 768px) {
  .c-input__emergency-body {
    display: block;
    margin: 0 0 10px;
  }
}
.c-input__form-outline {
  margin: 0 0 50px;
}
.c-input__form-wrap {
  border: 8px solid #F7F5E9;
  border-radius: 25px;
  padding: 55px 50px;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  .c-input__form-wrap {
    padding: 25px 10px;
    margin: 0 0 25px;
  }
}
.c-input__form-wrap-privacy {
  background: #f5f2e5;
  padding: 35px 35px 5px;
  margin: 0 0 35px;
}
.c-input__form-title {
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 15px;
}
.c-input__form-sei, .c-input__form-mei, .c-input__form-sei-kana, .c-input__form-sei-mei {
  width: 20rem;
}
@media only screen and (max-width: 768px) {
  .c-input__form-sei, .c-input__form-mei, .c-input__form-sei-kana, .c-input__form-sei-mei {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .c-input__form-sei, .c-input__form-sei-kana {
    margin: 0 0 5px;
  }
}
.c-input__form-pen-name {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .c-input__form-pen-name {
    width: 100%;
  }
}
.c-input__form-group-name {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .c-input__form-group-name {
    width: 100%;
  }
}
.c-input__form-tel {
  width: 20rem;
}
@media only screen and (max-width: 768px) {
  .c-input__form-tel {
    width: 100%;
  }
}
.c-input__form-zip1 {
  width: 6rem;
  text-align: center;
}
.c-input__form-zip2 {
  width: 8rem;
  text-align: center;
}
.c-input__form-year {
  width: 7rem;
  text-align: center;
}
.c-input__form-month {
  width: 5rem;
  text-align: center;
}
.c-input__form-day {
  width: 5rem;
  text-align: center;
}
.c-input__form-age {
  width: 5rem;
  text-align: center;
}
.c-input__form-no {
  width: 5rem;
  text-align: center;
}
.c-input__form-university {
  margin: 0 0 5px;
}
@media only screen and (max-width: 768px) {
  .c-input__form-department {
    margin: 0 0 5px;
  }
}
.c-input__form-size {
  width: 7rem;
  text-align: center;
}
.c-input__form-relation {
  width: 380px;
}
@media only screen and (max-width: 768px) {
  .c-input__form-relation {
    width: 100%;
  }
}
.c-input__form-person, .c-input__form-chair-amount {
  width: 7rem;
  text-align: center;
}
.c-input__form-privacy {
  text-align: center;
  margin: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .c-input__form-privacy {
    display: block;
  }
}
.c-input__form-privacy .validation-errors {
  width: 100%;
}
.c-input__form-privacy .validation-errors .c-input__error {
  width: 60% !important;
  margin: 0 auto !important;
}
@media only screen and (max-width: 768px) {
  .c-input__form-privacy .validation-errors .c-input__error {
    width: auto !important;
  }
}
.c-input__form-privacy label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-input__form-privacy input[type=checkbox] {
  outline: none;
  opacity: 0.01;
}
.c-input__form-privacy input[type=checkbox] + span {
  display: block;
  padding: 0 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .c-input__form-privacy input[type=checkbox] + span {
    display: flex;
    padding: 0;
    margin: 0 0 15px;
    position: relative;
  }
}
.c-input__form-privacy input[type=checkbox] + span:before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #a5a5a5;
  content: " ";
  border-radius: 3px;
  transition: all 0.25s ease;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .c-input__form-privacy input[type=checkbox] + span:before {
    left: -25px;
  }
}
.c-input__form-privacy input[type=checkbox]:checked + span:before {
  background: #003EED;
  border-color: #003EED;
}
.c-input__form-privacy input[type=checkbox]:checked + span:after {
  position: absolute;
  top: 3px;
  left: 8px;
  display: block;
  width: 4px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  content: " ";
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .c-input__form-privacy input[type=checkbox]:checked + span:after {
    left: -17px;
  }
}
.c-input__form-enquete-label {
  margin: 0 0 15px;
}
.c-input__form-enquete-label span {
  font-weight: bold;
  font-size: 1.8rem;
}
.c-input__form-enquete-outline {
  margin: 0 0 15px;
}
.c-input__ex {
  margin: 0 0 15px;
}
.c-input__ex:last-child {
  margin: 0;
}
.c-input__ex-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 5px;
}
.c-input__ex-body input {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .c-input__ex-body input {
    width: 100%;
    margin: 0 0 5px;
  }
}
.c-input__close {
  font-size: 1.5rem !important;
  background: #F7F5E9;
  padding: 0.75rem 1rem;
}

.mw_wp_form_confirm .c-input__box-exsample,
.mw_wp_form_confirm .c-input__privacy-link,
.mw_wp_form_confirm .c-input__form-wrap-privacy {
  display: none;
}
.mw_wp_form_confirm .c-input__seat-1row span,
.mw_wp_form_confirm .c-input__seat-2row span {
  display: inline-block;
}

#temp-files li {
  padding: 5px 5px 10px;
  display: block;
  position: relative;
  line-height: 1;
}

#temp-files li .delete {
  position: absolute;
  top: 0;
  right: 5px;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
}

#temp-files li .delete:hover {
  background: #d60b17;
}

#drag-area {
  background: #fafafa;
  border: 3px dotted #ecefea;
  padding: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 15px;
}

#drag-area .btn-group {
  display: inline-block;
}

#drag-area #btn-select-files {
  font-size: 14px;
  font-size: 1.4rem;
  background: #d60b17;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: bold;
}

#drag-area p {
  font-size: 14px;
  font-size: 1.4rem;
}

#progress_bar-wrap {
  background: #e4e4e4;
  opacity: 0;
  border-radius: 3px;
  margin: 0 0 10px !important;
}

#progress_bar-wrap #progress_bar {
  width: 0;
  background: #f2c94b;
  border-radius: 3px;
}

#form-container dd #notice-attach {
  margin: 10px 0 0;
  background: #f3f3f3;
  padding: 10px 15px;
}

#form-container dd #notice-attach p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.error {
  display: table;
  margin: 5px 0 0;
  padding: 6px 8px;
  color: #d60005;
  background: #b53558;
  font-weight: bold;
  font-size: 1.4rem;
}
.error.hidden {
  display: none;
}

.has-error input[type=text] {
  background: #c53a5f;
  border: 1px solid #d60005;
}

.validation-errors {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.validation-errors .c-input__error {
  display: block;
  font-size: 1.4rem;
  color: #F00C0C;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 15px 3px !important;
  margin: 0 !important;
  background: #FFEFEF;
}
.validation-errors .c-input__error:first-child {
  padding-top: 10px !important;
}
.validation-errors .c-input__error:last-child {
  padding-bottom: 10px !important;
  margin-bottom: 5px !important;
}

.validation-error-msg {
  font-size: 1.2rem;
  line-height: 1.2;
}

.form-content-act.local-content {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .form-content-act.local-content {
    display: block;
  }
}
.form-content-act__btn {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .form-content-act__btn {
    margin-bottom: 2.5rem;
  }
  .form-content-act__btn:last-child {
    margin-bottom: 0;
  }
}
.form-content-act__btn-confirm, .form-content-act__btn-back {
  background: #363C41;
}
.form-content-act__btn-submit {
  background: #64CDFC;
}
.form-content-act .btn {
  margin: 0 35px;
}
.form-content-act .button {
  display: inline-block;
  padding: 1em 2.5em;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  outline: none;
  text-align: center;
  transition: all 0.25s ease;
  color: #fff;
  min-width: 30rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .form-content-act .button {
    min-width: auto;
    width: 80%;
  }
}
.form-content-act .button:hover {
  cursor: pointer;
  color: #fff;
}

.c-input__group-body .c-input__box-notice {
  color: #666;
}

.mw_wp_form_confirm .c-input__box-notice,
.mw_wp_form_confirm .c-input__box-note,
.mw_wp_form_confirm .c-input__box-pref i,
.mw_wp_form_confirm .c-input__box-person i,
.mw_wp_form_confirm .c-input__box-chair-amount i,
.mw_wp_form_confirm .c-input__box-chair-amount span,
.mw_wp_form_confirm .c-input__form-enquete-outline,
.mw_wp_form_confirm .c-input__checkbox-ex-label,
.mw_wp_form_confirm .c-input__form-privacy,
.mw_wp_form_confirm .c-input__select i,
.mw_wp_form_confirm .c-input__close,
.mw_wp_form_confirm .c-input__date-notice,
.mw_wp_form_confirm .c-input__guardian-notice {
  display: none;
}
.mw_wp_form_confirm .c-input__box-pref,
.mw_wp_form_confirm .c-input__box-address,
.mw_wp_form_confirm .c-input__box-university,
.mw_wp_form_confirm .c-input__box-row-2,
.mw_wp_form_confirm .c-input__box-col-2 {
  display: inline-block;
}
.mw_wp_form_confirm .c-input__box-col-2 {
  width: auto;
}
.mw_wp_form_confirm .c-input__checkbox-ex {
  display: block;
}
.mw_wp_form_confirm .c-input__group-body {
  font-size: 1.8rem;
}

.js-member-input2, .js-member-input3, .js-member-input4 {
  display: none;
}
.js-member-input2.active, .js-member-input3.active, .js-member-input4.active {
  display: block;
}

.js-form-conducting,
.js-form-colepetitua {
  display: none;
}
.js-form-conducting.js-active,
.js-form-colepetitua.js-active {
  display: block;
}

.js-form-year1,
.js-form-year2 {
  display: none;
}
.js-form-year1.js-active,
.js-form-year2.js-active {
  display: inline-block;
}

.c-input__29347-checkbox .c-input__checkbox input[type=checkbox] {
  position: absolute;
}

.c-input__29347-checkbox .c-input__checkbox input[type=checkbox] + span {
  position: relative;
}

@media only screen and (max-width: 768px) {
  #mw_wp_form_mw-wp-form-29347 .c-input__group-inner-label {
    display: block;
  }
}
.mw_wp_form_confirm .c-input__29347-checkbox {
  display: none;
}

.c-grid__inner {
  width: 1220px;
  margin: 0 auto;
}
@media only screen and (max-width: 1380px) {
  .c-grid__inner {
    width: 100%;
    padding: 0 75px;
  }
}
@media only screen and (max-width: 1080px) {
  .c-grid__inner {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 768px) {
  .c-grid__inner {
    padding: 0 12px;
  }
}
.c-grid__inner.member-nav {
  width: 40%;
}
@media only screen and (max-width: 1380px) {
  .c-grid__inner.member-nav {
    width: 60%;
  }
}
@media only screen and (max-width: 1080px) {
  .c-grid__inner.member-nav {
    display: block;
    padding: 0 18px;
    width: auto;
  }
}
.c-grid__inner-short {
  width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 1180px) {
  .c-grid__inner-short {
    padding: 0px;
  }
}
@media only screen and (max-width: 1080px) {
  .c-grid__inner-short {
    padding: 0px;
  }
}
@media only screen and (max-width: 900px) {
  .c-grid__inner-short {
    width: 100%;
    padding: 0 18px;
  }
}
.c-grid__inner-minimum {
  width: 780px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .c-grid__inner-minimum {
    width: 100%;
    padding: 0 10px;
  }
}

.c-card__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-card__item {
  width: 24%;
  display: flex;
  flex-direction: column;
  margin: 0 0 60px;
}
@media only screen and (max-width: 1080px) {
  .c-card__item {
    width: 48%;
    margin: 0 0 25px;
  }
}
.c-card__title {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  .c-card__title {
    font-size: 14px;
  }
}
.c-card__title span {
  display: block;
}
@media only screen and (max-width: 1080px) {
  .c-card__title span {
    display: inline;
    line-height: 1.4;
  }
}
.c-card__title-bg {
  font-size: 19px;
  font-weight: 600;
  padding: 6px 0;
  height: 100%;
  text-align: center;
  margin: auto 25px;
  background: #F7F5E9;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1080px) {
  .c-card__title-bg {
    padding: 12px 0;
    flex-direction: row;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .c-card__title-bg {
    font-size: 14px;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    margin: auto 0;
  }
}
.c-card__title-bg span {
  display: block;
  margin: auto 0;
}
@media only screen and (max-width: 1080px) {
  .c-card__title-bg span {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  .c-card__title-bg span {
    display: block;
    margin: auto 8px;
  }
}
.c-card__image {
  padding: 15px 0 0;
  text-align: center;
}

.c-button, .c-button__letter, .c-button__contact, .c-button__success, .c-button__service, .c-button__smaller, .c-button__small__disabled, .c-button__small, .c-button__disabled, .c-button__secondary, .c-button__primary {
  display: inline-block;
  padding: 15px 50px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border: none;
  outline: none;
  text-align: center;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 900px) {
  .c-button, .c-button__letter, .c-button__contact, .c-button__success, .c-button__service, .c-button__smaller, .c-button__small__disabled, .c-button__small, .c-button__disabled, .c-button__secondary, .c-button__primary {
    font-size: 15px;
  }
}
.c-button:hover, .c-button__letter:hover, .c-button__contact:hover, .c-button__success:hover, .c-button__service:hover, .c-button__smaller:hover, .c-button__small__disabled:hover, .c-button__small:hover, .c-button__disabled:hover, .c-button__secondary:hover, .c-button__primary:hover {
  cursor: pointer;
  color: #fff;
}
.c-button span, .c-button__letter span, .c-button__contact span, .c-button__success span, .c-button__service span, .c-button__smaller span, .c-button__small__disabled span, .c-button__small span, .c-button__disabled span, .c-button__secondary span, .c-button__primary span {
  transition: all 0.25s ease;
}
.c-button i, .c-button__letter i, .c-button__contact i, .c-button__success i, .c-button__service i, .c-button__smaller i, .c-button__small__disabled i, .c-button__small i, .c-button__disabled i, .c-button__secondary i, .c-button__primary i {
  transition: all 0.25s ease;
}
.c-button__primary {
  color: #fff;
  background: #333;
  position: relative;
  min-width: 280px;
}
@media only screen and (max-width: 768px) {
  .c-button__primary {
    min-width: 90%;
  }
}
.c-button__primary:hover {
  background: #ef8867;
}
.c-button__primary:hover i {
  color: #ef8867;
}
.c-button__primary span {
  position: absolute;
  display: block;
  color: #333;
  text-align: center;
  background: #fff;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 18px;
  top: 50%;
  right: 15px;
  margin: -10px 0 0;
}
.c-button__secondary {
  color: #fff;
  background: #ef8867;
  position: relative;
  min-width: 300px;
}
@media only screen and (max-width: 768px) {
  .c-button__secondary {
    min-width: 90%;
  }
}
.c-button__secondary:hover {
  background: #ef8867;
}
.c-button__secondary:hover i {
  color: #ef8867;
}
.c-button__secondary span {
  position: absolute;
  display: block;
  color: #ef8867;
  text-align: center;
  background: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  top: 50%;
  right: 15px;
  margin: -10px 0 0;
}
.c-button__disabled {
  cursor: default !important;
  color: #fff !important;
  background: #bcc0c6;
  min-width: 300px;
}
@media only screen and (max-width: 768px) {
  .c-button__disabled {
    min-width: 90%;
  }
}
.c-button__small {
  color: #fff;
  background: #333;
  position: relative;
  min-width: 200px;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .c-button__small {
    min-width: 90%;
  }
}
.c-button__small:hover {
  background: #ef8867;
}
.c-button__small:hover i {
  color: #ef8867;
}
.c-button__small span {
  position: absolute;
  display: block;
  color: #333;
  text-align: center;
  background: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 16px;
  top: 50%;
  right: 15px;
  margin: -8px 0 0;
  font-size: 14px;
}
.c-button__small__disabled {
  color: #eee !important;
  background: #bcc0c6;
  position: relative;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 15px;
  cursor: default !important;
}
.c-button__smaller {
  color: #fff;
  background: #333;
  position: relative;
  min-width: 160px;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .c-button__smaller {
    min-width: 90%;
  }
}
.c-button__smaller:hover {
  background: #ef8867;
}
.c-button__smaller:hover i {
  color: #ef8867;
}
.c-button__smaller span {
  position: absolute;
  display: block;
  color: #333;
  text-align: center;
  background: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 16px;
  top: 50%;
  right: 15px;
  margin: -8px 0 0;
  font-size: 14px;
}
.c-button__service {
  background: #fff;
  position: relative;
  min-width: 220px;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 13px !important;
  border: 1px solid #D7E0F8;
}
@media only screen and (max-width: 768px) {
  .c-button__service {
    min-width: 90%;
  }
}
.c-button__service:hover {
  background: #ef8867;
  color: #fff !important;
  border-color: #ef8867;
}
.c-button__service:hover span {
  color: #ef8867;
  background: #fff;
}
.c-button__service span {
  position: absolute;
  display: block;
  color: #fff;
  text-align: center;
  background: #ef8867;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 16px;
  top: 50%;
  right: 15px;
  margin: -8px 0 0;
  font-size: 14px;
}
.c-button__success {
  color: #fff;
  background: #ef8661;
  position: relative;
  min-width: 300px;
  padding: 20px 50px;
}
@media only screen and (max-width: 768px) {
  .c-button__success {
    min-width: 90%;
    padding: 18px 38px 18px 15px;
  }
}
.c-button__success:hover {
  background: #ef8867;
}
.c-button__success span {
  position: absolute;
  display: block;
  color: #ef8867;
  text-align: center;
  background: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  top: 50%;
  right: 15px;
  margin: -10px 0 0;
}
.c-button__contact {
  color: #fff;
  background: #003EED;
  position: relative;
  min-width: 400px;
  padding: 20px 75px;
}
@media only screen and (max-width: 768px) {
  .c-button__contact {
    min-width: 90%;
  }
}
.c-button__contact:hover {
  background: #ef8867;
}
.c-button__contact span {
  position: absolute;
  display: block;
  color: #ef8867;
  text-align: center;
  background: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  top: 50%;
  right: 15px;
  margin: -10px 0 0;
}
.c-button__confirm {
  width: 280px;
  margin: 0 15px;
  padding: 1.75rem 2.5rem;
  font-size: 1.8rem;
  color: #fff;
  background: #363C41;
}
@media only screen and (max-width: 768px) {
  .c-button__confirm {
    width: 90%;
  }
}
.c-button__confirm:hover {
  opacity: 0.9;
}
.c-button__modify {
  width: 280px;
  margin: 0 15px;
  padding: 1.75rem 2.5rem;
  font-size: 1.8rem;
  color: #fff;
  background: #363C41;
}
.c-button__modify:hover {
  opacity: 0.9;
}
.c-button__submit {
  width: 280px;
  padding: 1.75rem 2.5rem;
  margin: 0 15px;
  font-size: 1.8rem;
  color: #fff;
  background: #363C41;
}
.c-button__submit:hover {
  opacity: 0.9;
}
.c-button__letter {
  color: #fff;
  background: #003EED;
  position: relative;
  min-width: 200px;
  font-size: 14px;
  padding: 10px 15px;
}
@media only screen and (max-width: 768px) {
  .c-button__letter {
    min-width: 90%;
  }
}
.c-button__letter:hover {
  background: #ef8867;
}
.c-button__letter span {
  position: absolute;
  display: block;
  color: #ef8867;
  text-align: center;
  background: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  top: 50%;
  right: 15px;
  margin: -10px 0 0;
}
.c-button__trigger {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  background: #363C41;
}
.c-button__trigger-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 19px;
  width: 28px;
  height: 2px;
  margin: -1px 0 0 -11px;
  background: #fff;
  transition: 0.2s;
}
.c-button__trigger-icon:before, .c-button__trigger-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.c-button__trigger-icon:before {
  margin-top: -9px;
}
.c-button__trigger-icon:after {
  margin-top: 7px;
}
.c-button__trigger .js-close {
  background: transparent;
}
.c-button__trigger .js-close:before, .c-button__trigger .js-close:after {
  margin-top: 0;
  background: #fff;
}
.c-button__trigger .js-close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.c-button__trigger .js-close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.c-col-4 {
  width: 23%;
}
@media only screen and (max-width: 768px) {
  .c-col-4 {
    width: 49%;
  }
}
.c-col-2 {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .c-col-2 {
    width: 100%;
  }
}

.c-box-section {
  margin: 0 0 150px;
}
@media only screen and (max-width: 980px) {
  .c-box-section {
    margin: 0 0 75px;
  }
}
.c-box-section:last-child {
  margin: 0;
}
.c-box-content {
  display: flex;
  padding: 35px 0;
  border-bottom: 1px solid #dedede;
}
@media only screen and (max-width: 980px) {
  .c-box-content {
    display: block;
    padding: 15px 0;
  }
}
.c-box-content__label {
  width: 145px;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 980px) {
  .c-box-content__label {
    width: auto;
    margin: 0 0 5px;
  }
}
.c-box-content__body {
  flex: 1;
  margin: 0 0 0 15px;
  line-height: 1.6;
}
@media only screen and (max-width: 980px) {
  .c-box-content__body {
    margin: 0;
  }
}

.c-section-have {
  margin: 0 0 100px;
}
@media only screen and (max-width: 768px) {
  .c-section-have {
    margin: 0 0 50px;
  }
}
.c-section-have .c-title {
  margin: 0 0 75px;
}
@media only screen and (max-width: 768px) {
  .c-section-have .c-title {
    margin: 0 0 35px;
  }
}
.c-section-want {
  margin: 0 0 50px;
}
.c-section-want .c-title {
  margin: 0 0 75px;
}
@media only screen and (max-width: 768px) {
  .c-section-want .c-title {
    margin: 0 0 35px;
  }
}
.c-section-advantage {
  margin: 0 0 150px;
}
@media only screen and (max-width: 768px) {
  .c-section-advantage {
    margin: 0 0 75px;
  }
}
.c-section-differentiation {
  padding: 80px 0;
  margin: 0 0 150px;
  background: #F7F5E9;
}
@media only screen and (max-width: 768px) {
  .c-section-differentiation {
    padding: 40px 0;
    margin: 0 0 75px;
  }
}
.c-section-works .c-title {
  margin: 0 0 75px;
}
@media only screen and (max-width: 768px) {
  .c-section-works .c-title {
    margin: 0 0 35px;
  }
}

.c-nav-header__list {
  display: flex;
}
@media only screen and (max-width: 1080px) {
  .c-nav-header__list {
    display: none;
  }
}
.c-nav-header__item {
  margin: 0 0 0 35px;
}
.c-nav-header__item a {
  color: #fff;
  font-weight: 600;
  transition: all 0.25s ease;
  text-decoration: none;
  padding: 0 0 2px;
  border-bottom: 1px solid transparent;
}
.c-nav-header__item a:hover {
  border-color: #fff;
}

.p-header-title__logo {
  display: flex;
}
.p-header-title__logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1px;
  line-height: 1;
}
.p-header-title__logo img {
  width: 180px;
}
@media only screen and (max-width: 768px) {
  .p-header-title__logo img {
    width: 120px;
  }
}
.p-header-title__logo span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .p-header-title__logo span {
    font-size: 12px;
  }
}
.p-header-content {
  display: flex;
  align-items: center;
}

.p-footer {
  background: #003EED;
  color: #fff;
  padding: 45px 0 30px;
}
.p-footer-corp {
  font-size: 14px;
}
.p-footer-corp__logo {
  margin: 0 0 10px;
}
.p-footer-corp__logo img {
  width: 140px;
}
.p-footer-corp__name {
  line-height: 1.8;
  margin: 0 0 15px;
}
.p-footer-corp__address {
  margin: 0 0 25px;
}
.p-footer-corp__address-place {
  line-height: 1.6;
  margin: 0 0 10px;
}
.p-footer-corp__address-tel {
  line-height: 1.8;
}
.p-footer-copyright {
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-footer-copyright {
    font-size: 13px;
  }
}
.p-footer-policy {
  position: fixed;
  z-index: -1;
  left: 0;
  width: 100%;
  background: rgba(54, 60, 65, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  color: #fff;
  padding: 2.5rem 1rem 3rem;
  font-size: 1.4rem;
  font-weight: bold;
  transition: all 0.25s ease;
  opacity: 0;
  bottom: -15px;
  line-height: 1;
}
.p-footer-policy.js-active {
  bottom: 0;
  opacity: 1;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .p-footer-policy {
    padding: 1.5rem 1.25rem 2.5rem;
  }
}
.p-footer-policy__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-footer-policy__inner {
    display: block;
  }
}
.p-footer-policy__content {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .p-footer-policy__content {
    margin: 0 0 1.5rem;
  }
}
.p-footer-policy__content p {
  line-height: 1.6;
}
.p-footer-policy__content a {
  color: #fff;
}
.p-footer-policy__content a:hover {
  color: #ef8867;
}
.p-footer-policy__agree {
  width: 200px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-footer-policy__agree {
    width: auto;
  }
}
.p-footer-policy__agree a {
  display: inline-block;
  background: #fff;
  text-decoration: none;
  border-radius: 4px;
  padding: 1rem 2rem;
  color: #363C41;
  transition: all 0.25s ease;
}
.p-footer-policy__agree a:hover {
  background: #ef8867;
  color: #fff;
}

.container {
  position: relative;
  background: #fff;
  height: 300px;
}

.wave {
  position: absolute;
  height: 137px;
  width: 100%;
  background: #fff;
  bottom: 0;
}

.wave::before, .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}

.wave::before {
  width: 55%;
  height: 100%;
  background-color: #fff;
  right: -1.5%;
  top: 40%;
}

.wave::after {
  width: 55%;
  height: 109%;
  background-color: #F0F7FA;
  left: -1.5%;
  top: 60%;
}

.p-content-intro {
  padding: 35px 0 0;
  margin: 0 0 125px;
  background: url(../images/biz/bg_intro.jpg) 0 bottom no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .p-content-intro {
    margin: 0 0 75px;
  }
}
@media only screen and (max-width: 1040px) {
  .p-content-intro {
    padding: 15px 0 0;
    background: url(../images/biz/bg_intro-sp.jpg) 0 bottom no-repeat;
  }
}
.p-content-intro__inner {
  padding: 0 0 250px;
  background: url(../images/biz/bg_intro.png) 0 bottom repeat-x;
  background: url(https://alphace.co.jp/cms/wp-content/themes/alphace2023/assets/images/biz/bg_intro.png) 0 bottom repeat-x;
}
@media only screen and (max-width: 768px) {
  .p-content-intro__inner {
    padding: 0 0 200px;
  }
}
.p-content-mv__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-content-mv__row {
    padding: 25px 0 0;
  }
}
.p-content-mv__col-catch {
  width: 40%;
  padding: 80px 0 0 20px;
}
@media only screen and (max-width: 1040px) {
  .p-content-mv__col-catch {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .p-content-mv__col-catch {
    padding: 30px 0 0 5px;
  }
}
.p-content-mv__col-image {
  width: 55%;
  text-align: right;
}
@media only screen and (max-width: 1040px) {
  .p-content-mv__col-image {
    width: 30%;
    text-align: center;
  }
}
.p-content-mv__catch {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 0 0 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .p-content-mv__catch {
    font-size: 26px;
  }
}
.p-content-mv__copy {
  font-size: 30px;
  color: #fff;
  margin: 0 0 50px;
  opacity: 0.9;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .p-content-mv__copy {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1040px) {
  .p-content-mv__contact {
    display: none;
  }
}
.p-content-mv__contact a {
  display: inline-block;
  background: #F5C906;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.25s ease;
}
.p-content-mv__contact a:hover {
  color: #fff;
  background: #00BAFF;
}
.p-content-mv__sp-image {
  display: none;
}
@media only screen and (max-width: 1040px) {
  .p-content-mv__sp-image {
    display: block;
    text-align: center;
    margin: 0 0 45px;
  }
}
@media only screen and (max-width: 768px) {
  .p-content-mv__sp-image img {
    width: 60%;
  }
}
.p-content-mv__sp-contact {
  display: none;
}
@media only screen and (max-width: 1040px) {
  .p-content-mv__sp-contact {
    display: block;
    text-align: center;
  }
  .p-content-mv__sp-contact a {
    display: inline-block;
    background: #F5C906;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    padding: 12px 80px;
    border-radius: 50px;
    transition: all 0.25s ease;
  }
  .p-content-mv__sp-contact a:hover {
    color: #fff;
    background: #00BAFF;
  }
}
@media only screen and (max-width: 1040px) and (max-width: 768px) {
  .p-content-mv__sp-contact a {
    width: 85%;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding: 12px 15px;
  }
}
.p-content-have {
  width: 80%;
  font-size: 26px;
  font-weight: 600;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  border-radius: 60px;
  color: #fff;
  background: #003EED;
}
@media only screen and (max-width: 768px) {
  .p-content-have {
    width: 98%;
    font-size: 20px;
    padding: 12px 20px;
  }
  .p-content-have span {
    display: block;
    line-height: 1.2;
  }
}
.p-content-solution {
  background: #003EED;
  text-align: center;
  padding: 60px 0;
  position: relative;
  margin: 0 0 140px;
}
@media only screen and (max-width: 768px) {
  .p-content-solution {
    padding: 35px 0;
    margin: 0 0 100px;
  }
}
.p-content-solution::after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 80px 0 80px;
  border-color: #003EED transparent transparent transparent;
  position: absolute;
  bottom: -90px;
  right: 50%;
  margin: 0 -80px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-content-solution::after {
    border-width: 80px 50px 0 50px;
    bottom: -60px;
    margin: 0 -40px 0 0;
  }
}
.p-content-solution__catch__1st {
  color: #fff;
  font-weight: 600;
  font-size: 34px;
}
@media only screen and (max-width: 768px) {
  .p-content-solution__catch__1st {
    font-size: 18px;
    line-height: 1.4;
  }
}
.p-content-solution__catch__2nd {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .p-content-solution__catch__2nd {
    font-size: 20px;
    line-height: 1.4;
  }
}
.p-content-solution__catch__2nd span {
  color: #F5C906;
  display: inline-block;
  padding: 0 5px;
}
.p-content-about {
  background: #F7F5E9;
  border-radius: 30px;
  padding: 45px;
  margin: 0 0 100px;
}
@media only screen and (max-width: 768px) {
  .p-content-about {
    border-radius: 15px;
    padding: 25px 20px;
    margin: 0 0 50px;
  }
}
.p-content-about__title {
  color: #003EED;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 5px;
}
@media only screen and (max-width: 768px) {
  .p-content-about__title {
    font-size: 18px;
    text-align: center;
  }
}
.p-content-about__title-en {
  color: #B0B7BC;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 25px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .p-content-about__title-en {
    font-size: 14px;
    margin: 0 0 10px;
    text-align: center;
  }
}
.p-content-about__row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1080px) {
  .p-content-about__row {
    display: block;
  }
}
.p-content-about__col-content {
  width: 62%;
}
@media only screen and (max-width: 1080px) {
  .p-content-about__col-content {
    width: auto;
  }
}
.p-content-about__col-image {
  width: 35%;
}
@media only screen and (max-width: 1080px) {
  .p-content-about__col-image {
    display: none;
  }
}
.p-content-about__col-image-sp {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .p-content-about__col-image-sp {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .p-content-about__col-image-sp {
    margin: 0 0 25px;
  }
}
.p-content-about__catch {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .p-content-about__catch {
    font-size: 18px;
  }
}
.p-content-about__catch span {
  font-size: 32px;
  padding: 0 1px 0 3px;
}
@media only screen and (max-width: 768px) {
  .p-content-about__catch span {
    font-size: 23px;
    padding: 0 0 0 2px;
  }
}
.p-content-advantage__separator {
  text-align: center;
  margin: 0 0 50px;
}
.p-content-advantage__list {
  margin: 0 135px;
}
@media only screen and (max-width: 1080px) {
  .p-content-advantage__list {
    margin: 0 45px;
  }
}
@media only screen and (max-width: 768px) {
  .p-content-advantage__list {
    margin: 0;
  }
}
.p-content-advantage__item {
  display: flex;
  padding: 0 25px 35px;
  margin: 0 0 35px;
  border-bottom: 1px solid #D7E0F8;
}
@media only screen and (max-width: 768px) {
  .p-content-advantage__item {
    padding: 0 5px 15px;
    margin: 0 0 15px;
  }
}
.p-content-advantage__content {
  width: 65%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-content-advantage__content {
    width: auto;
  }
}
.p-content-advantage__label {
  font-weight: 600;
  color: #003EED;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-content-advantage__label-head {
    font-size: 14px;
  }
}
.p-content-advantage__label-no {
  font-size: 46px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .p-content-advantage__label-no {
    font-size: 30px;
  }
}
.p-content-advantage__body {
  padding: 25px 0 0;
}
.p-content-advantage__head {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .p-content-advantage__head {
    font-size: 20px;
  }
}
.p-content-advantage__text p {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-content-advantage__text p {
    line-height: 1.6;
  }
}
.p-content-advantage__image {
  width: 30%;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .p-content-advantage__image {
    display: none;
  }
}
.p-content-advantage__image-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-content-advantage__image-sp {
    display: block;
    text-align: center;
  }
}
.p-content-differentiation__catch {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 45px;
}
@media only screen and (max-width: 1080px) {
  .p-content-differentiation__catch {
    font-size: 26px;
    margin: 0 0 35px;
  }
}
@media only screen and (max-width: 768px) {
  .p-content-differentiation__catch {
    font-size: 20px;
    margin: 0 0 25px;
    line-height: 1.2;
  }
}
.p-content-differentiation__catch span {
  display: block;
}
.p-content-differentiation__row {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .p-content-differentiation__row {
    display: block;
    padding: 0 5px;
  }
}
.p-content-differentiation__col {
  width: 42%;
  background: #fff;
  padding: 35px;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .p-content-differentiation__col {
    width: auto;
    padding: 25px;
  }
  .p-content-differentiation__col:first-child {
    margin: 0 0 35px;
  }
}
.p-content-differentiation__cross {
  width: 15%;
  text-align: center;
  display: flex;
}
.p-content-differentiation__cross span {
  margin: auto;
  font-size: 130px;
  color: #A2A093;
}
@media only screen and (max-width: 768px) {
  .p-content-differentiation__cross {
    display: none;
  }
}
.p-content-differentiation__title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .p-content-differentiation__title {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
.p-content-differentiation__image {
  text-align: center;
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .p-content-differentiation__image {
    padding: 0 25px;
    margin: 0 0 10px;
  }
}
.p-content-works__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 75px;
}
@media only screen and (max-width: 768px) {
  .p-content-works__list {
    display: block;
  }
}
.p-content-works__item {
  width: 30%;
  margin: 0 0 60px;
}
@media only screen and (max-width: 900px) {
  .p-content-works__item {
    width: 48%;
    margin: 0 0 45px;
  }
}
@media only screen and (max-width: 768px) {
  .p-content-works__item {
    width: auto;
    margin: 0 0 35px;
  }
}
.p-content-works__link {
  display: block;
  text-decoration: none;
}
.p-content-works__link img {
  filter: drop-shadow(8px 8px 7px rgba(40, 81, 85, 0.35));
  transition: all 0.25s ease;
}
.p-content-works__link:hover .p-content-works__thumbnail {
  background: #CBF1FF;
}
.p-content-works__link:hover .p-content-works__thumbnail img {
  scale: 1.03;
}
.p-content-works__link:hover .p-content-works__title {
  color: #00BAFF;
}
.p-content-works__link:hover .p-content-works__label span {
  background: #289ED1;
}
.p-content-works__box .p-content-works__thumbnail {
  padding: 0;
}
.p-content-works__thumbnail {
  background: #EDF4F8;
  font-size: 0;
  line-height: 1;
  padding: 10px 0 0;
  text-align: center;
  margin: 0 0 20px;
  overflow: hidden;
  transition: all 0.25s ease;
}
.p-content-works__title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 5px;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
  .p-content-works__title {
    font-size: 16px;
  }
}
.p-content-works__data {
  display: flex;
  margin: 0 0 10px;
}
.p-content-works__data span {
  font-size: 14px;
  color: #999;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-content-works__data span {
    font-size: 13px;
  }
}
.p-content-works__label {
  display: flex;
}
.p-content-works__label span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #28CEBA;
  padding: 2px 8px;
  margin: 0 10px 0 0;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
  .p-content-works__label span {
    font-size: 12px;
  }
}
.p-content-contact {
  width: 800px;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1080px) {
  .p-content-contact {
    width: auto;
    margin: 0 0 100px;
  }
}
@media only screen and (max-width: 768px) {
  .p-content-contact {
    margin: 0 0 50px;
  }
}
.p-content-contact__body {
  margin: 0 0 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-content-contact__body {
    margin: 0 0 25px;
    text-align: left;
  }
}

.ico-blank {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.ico-blank::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  border: 1px solid #444;
  border-top: 3px solid #444;
  top: 5px;
  left: 4px;
}
.ico-blank::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  top: 3px;
  left: 7px;
}

.p-form-title__logo {
  padding: 20px 0 30px;
}
@media only screen and (max-width: 900px) {
  .p-form-title__logo {
    padding: 10px 0 25px;
  }
}
.p-form-title__logo img {
  width: 240px;
}
@media only screen and (max-width: 900px) {
  .p-form-title__logo img {
    width: 200px;
  }
}
.p-form-head__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 25px;
}
@media only screen and (max-width: 900px) {
  .p-form-head__title {
    font-size: 20px;
  }
}
.p-form-outline {
  margin: 0 0 50px;
}
.p-form-thanks__head {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 25px;
}
.p-form-pass__title {
  font-weight: 700;
  margin: 0 0 35px;
  padding: 2px 0 2px 15px;
  border-left: 3px solid #003EED;
}
.p-form-pass__head {
  font-weight: 700;
  margin: 0 0 25px;
}
.p-form-pass__label {
  font-weight: 700;
  margin: 0 0 15px;
}
.p-form-pass__notice {
  margin: 0 0 25px;
}

.p-404__title {
  font-size: 22px;
  margin: 0 0 3.5rem;
  font-weight: bold;
  color: #2345A0;
}
@media only screen and (max-width: 768px) {
  .p-404__title {
    font-size: 18px;
    padding: 15px 0 0;
    margin: 0 0 2.5rem;
  }
}
.p-404__body {
  font-size: 18px;
  margin: 0 0 7.5rem;
}
@media only screen and (max-width: 768px) {
  .p-404__body {
    font-size: 16px;
    margin: 0 0 5rem;
  }
}