@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");
* {
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  height: 101%;
}

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");
}
body {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #101010;
  display: flex;
  flex-direction: column;
}

footer {
  margin: auto 0 0;
}

a {
  color: #0b318f;
  transition: all 0.25s ease;
}
a:hover {
  color: #0f41be;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

div {
  line-height: 1;
}

p,
li,
dt,
dd {
  line-height: 1.8;
}

.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: #101010;
}
.wp ul li:last-child {
  margin: 0;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1240px) {
  .l-header {
    width: 100%;
  }
}
.l-header-wp-logged top {
  top: 32px;
}

.l-content {
  padding: 90px 0 0;
}
@media only screen and (max-width: 1600px) {
  .l-content {
    width: auto;
  }
}
@media only screen and (max-width: 1240px) {
  .l-content {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .l-content {
    padding: 75px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-content {
    padding: 44px 0 0;
  }
}
.l-content-section__button-link {
  padding: 3rem;
  display: flex;
  justify-content: center;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .l-content-section__button-link {
    font-size: 16px;
    padding: 3rem 1rem;
  }
}
.l-content-page {
  padding: 0 0 100px;
}
@media only screen and (max-width: 768px) {
  .l-content-page {
    padding: 0 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: 999;
}

.l-footer {
  color: #fff;
  background: #0b318f;
}
@media only screen and (max-width: 1600px) {
  .l-footer {
    width: auto;
  }
}
@media only screen and (max-width: 1240px) {
  .l-footer {
    width: 100%;
  }
}

.l-wp-logged .l-header {
  top: 32px;
}
.l-wp-logged .l-content {
  padding: 91px 0 0;
}
@media only screen and (max-width: 768px) {
  .l-wp-logged .l-content {
    padding: 42px 0 0;
  }
}

.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-table {
  width: 100%;
}
.c-table th {
  font-weight: bold;
  color: #d60005;
  padding: 25px 10px;
  text-align: center;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .c-table th {
    padding: 10px 5px;
    font-size: 14px;
  }
}
.c-table td {
  padding: 20px 10px;
  border-bottom: 1px solid #989898;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .c-table td {
    padding: 10px 5px;
    font-size: 14px;
  }
}
.c-table td.c-table__left {
  text-align: left;
}
.c-table em {
  font-weight: bold;
  padding: 0 0 0 5px;
  white-space: nowrap;
}

.c-title {
  color: #0b318f;
  font-size: 22px;
  margin: 0 0 25px !important;
}
@media only screen and (max-width: 900px) {
  .c-title {
    font-size: 20px;
    margin: 0 0 20px !important;
  }
}
.c-title__local {
  font-size: 20px;
  margin: 0 0 20px !important;
}
@media only screen and (max-width: 900px) {
  .c-title__local {
    font-size: 16px;
    margin: 0 0 10px !important;
  }
}
.c-title__catch {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 25px !important;
}
@media only screen and (max-width: 900px) {
  .c-title__catch {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 20px !important;
  }
  .c-title__catch br {
    display: none;
  }
}
.c-title__line {
  color: #0b318f;
  font-size: 34px;
  border-top: 1px solid #bebebe;
  padding: 25px 0 0;
  margin: 0 0 35px !important;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .c-title__line {
    padding: 15px 0 0;
    font-size: 24px;
    margin: 0 0 25px !important;
  }
}
.c-title__line::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #00a0e9;
  width: 150px;
  height: 6px;
}
@media only screen and (max-width: 900px) {
  .c-title__line::before {
    width: 125px;
    height: 4px;
  }
}
.c-title__en {
  font-size: 18px;
  font-weight: 700;
  color: #0b318f;
}

.c-list__list {
  list-style: disc;
  list-style-position: inherit;
  margin: 0 0 0 22px;
}
.c-list__item {
  margin: 0 0 0.5em;
}
.c-list__item:last-child {
  margin: 0;
}
.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: 20px;
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .c-list-box__title {
    font-size: 16px;
    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;
}

.c-grid__inner {
  width: 1550px;
  margin: 0 auto;
}
@media only screen and (max-width: 1600px) {
  .c-grid__inner {
    width: auto;
  }
}
@media only screen and (max-width: 1240px) {
  .c-grid__inner {
    width: 100%;
  }
}
.c-grid__inner-long {
  width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 1480px) {
  .c-grid__inner-long {
    width: 100%;
    padding: 0 0 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  .c-grid__inner-long {
    padding: 0 0 0 15px;
  }
}
.c-grid__inner-short {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .c-grid__inner-short {
    width: 100%;
    padding: 0 35px;
  }
}
@media only screen and (max-width: 900px) {
  .c-grid__inner-short {
    padding: 0 15px;
  }
}
.c-grid__inner-shorter {
  width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 920px) {
  .c-grid__inner-shorter {
    width: 100%;
  }
}
.c-grid__fill {
  background: #EFF7FA;
}

.c-local__row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .c-local__row {
    display: block;
  }
}
.c-local__col-body {
  width: 42%;
}
@media only screen and (max-width: 900px) {
  .c-local__col-body {
    width: auto;
    margin: 0 0 25px;
  }
}
.c-local__col-photo {
  width: 53%;
}
@media only screen and (max-width: 900px) {
  .c-local__col-photo {
    width: auto;
  }
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  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__text {
  border: 1px solid #a5a5a5;
  font-size: 18px;
  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 {
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #a5a5a5;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px 30px 8px 8px;
  background: transparent;
  position: relative;
  z-index: 2;
}
.c-input__select select:disabled + i {
  color: #bebebe;
}
.c-input__select i {
  position: absolute;
  top: 13px;
  right: 10px;
  font-size: 22px;
  color: #d60005;
  z-index: 1;
}
.c-input__radio {
  margin: 0 0 10px;
  padding: 10px 0 0;
}
.c-input__radio label {
  padding: 5px 0;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .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: #00a0e9;
}
.c-input__radio input[type=radio]:checked + span:after {
  background: #00a0e9;
}
.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: #00a0e9;
  border-color: #00a0e9;
}
.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: 1000px) {
  .c-input__checkbox-ex-inner {
    display: block;
  }
}
.c-input__checkbox-ex-label {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 1000px) {
  .c-input__checkbox-ex-label {
    margin: 0 0 5px;
  }
}
.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;
  display: flex;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 1000px) {
  .c-input__group {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .c-input__group {
    padding: 0 10px 25px;
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 900px) {
  .c-input__group {
    padding: 0 5px 25px;
  }
}
.c-input__group-label {
  font-weight: bold;
  display: flex;
  width: 220px;
  padding: 10px 0 0;
  justify-content: space-between;
  align-items: baseline;
}
@media only screen and (max-width: 1000px) {
  .c-input__group-label {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding: 0;
    margin: 0 0 10px;
  }
}
.c-input__group-body {
  flex: 1;
  padding: 0 0 0 25px;
}
@media only screen and (max-width: 1000px) {
  .c-input__group-body {
    padding: 0;
  }
}
.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: 24px;
  font-weight: bold;
  padding: 0 10px 0 0;
}
.c-input__group-address__col {
  margin: 0 0 10px;
}
.c-input__required {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #F54240;
  padding: 5px 8px;
  font-size: 12px;
}
@media only screen and (max-width: 1000px) {
  .c-input__required {
    margin: 0 0 0 8px;
  }
}
.c-input__optional {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #a49620;
  padding: 0.3rem 0.5rem;
  margin: 0 0 0 1rem;
  font-size: 12px;
}
.c-input__form-outline {
  margin: 0 0 50px;
}
@media only screen and (max-width: 1000px) {
  .c-input__form-wrap {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1000px) {
  .c-input__form-wrap {
    padding: 0 15px;
  }
}
.c-input__form-wrap-privacy {
  background: #f5f2e5;
  padding: 35px 35px 5px;
  margin: 0 0 35px;
}
.c-input__form-name {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  .c-input__form-name {
    width: 100%;
  }
}
.c-input__form-hurigana {
  width: 350px;
}
@media only screen and (max-width: 768px) {
  .c-input__form-hurigana {
    width: 100%;
  }
}
.c-input__form-company {
  width: 400px;
}
@media only screen and (max-width: 768px) {
  .c-input__form-company {
    width: 100%;
  }
}
.c-input__form-email {
  width: 500px;
}
@media only screen and (max-width: 768px) {
  .c-input__form-email {
    width: 100%;
  }
}
.c-input__form-tel {
  width: 20rem;
}
@media only screen and (max-width: 768px) {
  .c-input__form-tel {
    width: 100%;
  }
}
.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: 1000px) {
  .c-input__form-privacy {
    display: block;
  }
}
.c-input__form-privacy .validation-errors {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0 0;
}
.c-input__form-privacy .validation-errors .c-input__error {
  width: 60% !important;
  margin: 0 auto !important;
}
@media only screen and (max-width: 1000px) {
  .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: 1000px) {
  .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: -4px;
  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: 1000px) {
  .c-input__form-privacy input[type=checkbox] + span:before {
    left: -25px;
  }
}
.c-input__form-privacy input[type=checkbox]:checked + span:before {
  background: #00a0e9;
  border-color: #00a0e9;
}
.c-input__form-privacy input[type=checkbox]:checked + span:after {
  position: absolute;
  top: -1px;
  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: 1000px) {
  .c-input__form-privacy input[type=checkbox]:checked + span:after {
    left: -17px;
  }
}

.c-input__privacy-link a {
  color: #00a0e9;
}
.c-input__privacy-link a:hover {
  color: #0b318f;
}

.mw_wp_form_confirm .c-input__group-label,
.mw_wp_form_confirm .c-input__radio {
  padding: 0;
}
.mw_wp_form_confirm .c-input__privacy-link,
.mw_wp_form_confirm .c-input__form-wrap-privacy {
  display: none;
}

.error {
  display: table !important;
  margin: 5px 0 0;
  padding: 14px 8px !important;
  color: #d60005 !important;
  background: #fce0e1;
  font-weight: bold;
  font-size: 14px !important;
}
.error.hidden {
  display: none;
}

.has-error input[type=text] {
  background: #fef2f3;
  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: 14px;
  color: #d60005;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 15px 3px !important;
  margin: 0 !important;
  background: #fce0e1;
}
.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: 12px;
  line-height: 1.2;
}

.form-content-act.local-content {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1000px) {
  .form-content-act.local-content {
    display: block;
  }
}
.form-content-act__btn {
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .form-content-act__btn {
    margin-bottom: 2.5rem;
  }
  .form-content-act__btn:last-child {
    margin-bottom: 0;
  }
}
.form-content-act__btn .fa-angle-right {
  padding: 0 0 0 10px;
}
.form-content-act__btn .fa-angle-left {
  padding: 0 10px 0 0;
}
.form-content-act__btn-confirm, .form-content-act__btn-back {
  background: #0b318f;
}
.form-content-act__btn-confirm:hover, .form-content-act__btn-back:hover {
  background: #00a0e9;
}
.form-content-act__btn-submit {
  background: #00a0e9;
}
.form-content-act__btn-submit:hover {
  background: #f54240;
}
.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;
  width: 300px;
  font-size: 18px;
}
.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 {
  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: 18px;
}

.c-card-box__link {
  background: #fff;
  display: block;
  height: 100%;
  border-radius: 8px;
  padding: 3rem;
  text-decoration: none;
  text-align: center;
  color: #101010;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
  .c-card-box__link {
    padding: 0.75rem;
  }
}
.c-card-box__photo {
  margin: 0 0 1.5rem;
  position: relative;
  font-size: 1px;
}
.c-card-box__photo img {
  font-size: 1px;
}
.c-card-box__photo:after {
  content: " ";
  display: block;
  border: 1px solid #fff;
  position: absolute;
  width: 90%;
  height: 90%;
  border-radius: 120px;
  top: 50%;
  left: 50%;
  margin: -47% 0 0 -46%;
}
.c-card-box__title {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 1.5rem;
  color: #10386b;
}
@media only screen and (max-width: 768px) {
  .c-card-box__title {
    font-size: 15px;
  }
}
.c-card-box__body p {
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .c-card-box__body p {
    font-size: 15px;
    line-height: 1.4;
    padding: 0 0 1rem;
  }
  .c-card-box__body p br {
    display: none;
  }
}
.c-card-performance {
  height: 100%;
}
.c-card-performance__link {
  display: flex;
  color: #101010;
  justify-content: space-between;
  padding: 3rem;
  text-decoration: none;
  background: #fff;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .c-card-performance__link {
    padding: 1rem;
  }
}
.c-card-performance__thumbnail {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .c-card-performance__thumbnail {
    width: 25%;
  }
}
.c-card-performance__thumbnail img {
  border: 1px solid #bebebe;
}
.c-card-performance__content {
  flex: 1;
  display: flex;
  flex-flow: column;
  padding: 0 0 0 2.5rem;
}
@media only screen and (max-width: 768px) {
  .c-card-performance__content {
    padding: 0 0 0 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-card-performance__labels {
    margin: 0 0 0.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-card-performance__label {
    display: inline-block;
  }
}
.c-card-performance__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0.8rem;
}
@media only screen and (max-width: 768px) {
  .c-card-performance__title {
    font-size: 16px;
  }
}
.c-card-performance__body p {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .c-card-performance__body p {
    display: none;
  }
}
.c-card-performance__date {
  margin: auto 0 0;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-card-performance__date {
    font-size: 13px;
    font-weight: normal;
  }
}

.c-button, .c-button__small, .c-button__primary {
  display: inline-block;
  padding: 1em 2.5em;
  font-weight: 500;
  text-decoration: none;
  border: none;
  outline: none;
  text-align: center;
  transition: all 0.25s ease;
}
.c-button:hover, .c-button__small:hover, .c-button__primary:hover {
  cursor: pointer;
  color: #fff;
}
.c-button__primary {
  color: #fff;
  background: #0b318f;
  display: flex;
}
.c-button__primary span {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .c-button__primary {
    min-width: 100%;
  }
}
.c-button__success {
  background: #d60005;
}
.c-button__confirm {
  width: 280px;
  margin: 0 15px;
  padding: 1.75rem 2.5rem;
  font-size: 18px;
  background: #0b318f;
}
@media only screen and (max-width: 768px) {
  .c-button__confirm {
    width: 100%;
  }
}
.c-button__confirm:hover {
  background: #08266e;
}
.c-button__modify {
  width: 280px;
  margin: 0 15px;
  padding: 1.75rem 2.5rem;
  font-size: 18px;
  background: #0b318f;
}
.c-button__modify:hover {
  background: #08266e;
}
.c-button__submit {
  width: 280px;
  padding: 1.75rem 2.5rem;
  margin: 0 15px;
  font-size: 18px;
  background: #d60005;
}
.c-button__submit:hover {
  background: #b20004;
}
.c-button__small {
  font-size: 16px;
  padding: 0.78em 0;
  border-radius: 6px;
  color: #fff;
  background: #0b318f;
  min-width: auto;
}
.c-button__trigger {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  background: #0b318f;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.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-button__important {
  background: #d60005;
  padding: 2rem 2.5rem;
}
.c-button__to-form {
  text-align: center;
}
.c-button__universal {
  display: inline-block;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .c-button__universal {
    display: block;
  }
}
.c-button__universal a {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  .c-nav-global {
    width: 100%;
  }
}
.c-nav-global__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 1000px) {
  .c-nav-global__list {
    display: block;
    padding: 10px 15px 15px 10px;
  }
}
.c-nav-global__item {
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 1480px) {
  .c-nav-global__item {
    margin: 0 0 0 12px;
  }
}
@media only screen and (max-width: 1240px) {
  .c-nav-global__item {
    margin: 0 0 0 8px;
  }
}
@media only screen and (max-width: 1000px) {
  .c-nav-global__item {
    border-bottom: 1px solid #bebebe;
    padding: 8px 5px;
  }
}
.c-nav-global__item a {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  text-decoration: none;
  color: #101010;
  font-weight: bold;
  transition: all 0.25s ease;
  line-height: 1;
  overflow: hidden;
  padding: 12px 3px;
}
@media only screen and (max-width: 1480px) {
  .c-nav-global__item a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1240px) {
  .c-nav-global__item a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1000px) {
  .c-nav-global__item a {
    font-size: 18px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 5px;
  }
}
.c-nav-global__item a span {
  display: inline-block;
  position: relative;
}
.c-nav-global__item a span::before {
  position: absolute;
  width: calc(100% + 6px);
  height: 3px;
  display: block;
  content: " ";
  left: calc(-100% - 10px);
  bottom: -12px;
  background: #00a0e9;
  opacity: 0;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1000px) {
  .c-nav-global__item a span::before {
    display: none;
  }
}
.c-nav-global__item a:hover span::before {
  opacity: 1;
  left: -3px;
}
.c-nav-global__item a i {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .c-nav-global__item a i {
    display: block;
    color: #00a0e9;
  }
}
@media only screen and (max-width: 1000px) {
  .c-nav-global__item a.current {
    color: #00a0e9;
  }
}
.c-nav-global__item a.current span::before {
  opacity: 1;
  left: -3px;
}
.c-nav-header__list {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1000px) {
  .c-nav-header__list {
    justify-content: center;
    padding: 0 0 35px;
  }
}
.c-nav-header__item a {
  font-size: 14px;
  font-weight: 700;
  color: #101010;
}
@media only screen and (max-width: 1240px) {
  .c-nav-header__item a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1000px) {
  .c-nav-header__item a {
    font-size: 14px;
  }
}
.c-nav-lang {
  display: flex;
  align-items: center;
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 1000px) {
  .c-nav-lang {
    justify-content: center;
    padding: 15px 0 0;
    margin: 0 0 25px;
  }
}
.c-nav-lang__icon {
  padding: 0 2px 0 0;
}
.c-nav-lang .bogo-language-switcher {
  display: flex;
  flex-direction: row-reverse;
}
.c-nav-lang .bogo-language-switcher a {
  color: #9a9a9a;
  display: block;
  padding: 2px 3px;
  font-size: 14px;
  text-decoration: none;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  transition: all 0.25s ease;
}
.c-nav-lang .bogo-language-switcher a:hover {
  color: #00a0e9;
}
@media only screen and (max-width: 1240px) {
  .c-nav-lang .bogo-language-switcher a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1000px) {
  .c-nav-lang .bogo-language-switcher a {
    font-size: 16px;
  }
}
.c-nav-lang .bogo-language-switcher .current a {
  color: #101010 !important;
}
.c-nav-lang .bogo-language-switcher li:first-child {
  display: flex;
  align-items: center;
}
.c-nav-lang .bogo-language-switcher li:first-child::before {
  content: "/";
  display: block;
  font-size: 12px;
  padding: 0 3px;
}
@media only screen and (max-width: 1000px) {
  .c-nav-lang .bogo-language-switcher li:first-child::before {
    padding: 0 6px;
  }
}
.c-nav-pagination__list {
  padding: 5rem 0 10rem;
  display: flex;
  justify-content: center;
}
.c-nav-pagination__item {
  margin: 0 10px;
}
.c-nav-pagination__item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: #0b318f;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.25s ease;
  border-radius: 4px;
}
.c-nav-pagination__item-link:hover {
  color: #fff;
  background: #0d39a7;
}
.c-nav-pagination__item-link__current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  color: #10386b;
  background: #00a0e9;
  font-weight: bold;
  border-radius: 4px;
}
.c-nav-pagination__item-icon-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 44px;
  color: #0b318f;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.25s ease;
}
.c-nav-pagination__item-icon-link:hover {
  color: #0d39a7;
}
@media only screen and (max-width: 1000px) {
  .c-nav-footer {
    margin: 0 0 25px;
  }
}
.c-nav-footer__list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin: 0 0 10px;
}
@media only screen and (max-width: 1000px) {
  .c-nav-footer__list {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .c-nav-footer__list {
    margin: 0;
  }
}
.c-nav-footer__item {
  margin: 0 0 0 25px;
}
@media only screen and (max-width: 1480px) {
  .c-nav-footer__item {
    margin: 0 0 0 15px;
  }
}
@media only screen and (max-width: 1240px) {
  .c-nav-footer__item {
    margin: 0 0 0 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .c-nav-footer__item {
    margin: 0 0 5px;
  }
}
.c-nav-footer__item a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.c-nav-footer__item a:hover {
  color: #cee6f4;
}
@media only screen and (max-width: 1240px) {
  .c-nav-footer__item a {
    font-size: 14px;
  }
}
.c-nav-footer__sub-list {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 1000px) {
  .c-nav-footer__sub-list {
    display: block;
  }
}
.c-nav-footer__sub-item {
  margin: 0 0 0 25px;
}
@media only screen and (max-width: 1000px) {
  .c-nav-footer__sub-item {
    margin: 0 0 5px;
  }
}
.c-nav-footer__sub-item a {
  font-size: 14px;
  color: #fff;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.c-nav-footer__sub-item a:hover {
  color: #cee6f4;
}
@media only screen and (max-width: 1240px) {
  .c-nav-footer__sub-item a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1000px) {
  .c-nav-footer__sub-item a {
    font-size: 14px;
  }
}

.c-breadcrumbs {
  margin-bottom: 8rem;
}
.c-breadcrumbs.c-breadcrumbs__custom {
  padding: 25px 0 0;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .c-breadcrumbs {
    display: none;
  }
}
.c-breadcrumbs__list {
  display: flex;
}
.c-breadcrumbs__item {
  padding: 0 0.75rem 0 0;
  font-size: 14px;
}
.c-breadcrumbs__item a {
  color: #0b318f;
}
.c-breadcrumbs__item span {
  border-bottom: 1px solid #0b318f;
}

.c-icon__arrow {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 12px 0 0;
  text-align: center;
  border-radius: 18px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background: rgb(0, 160, 233);
  background: linear-gradient(145deg, rgb(0, 160, 233) 0%, rgb(11, 49, 143) 100%);
}
.c-icon__blank {
  position: relative;
  display: inline-block;
  padding-right: 1.2em;
  text-decoration: none;
}
.c-icon__blank:before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  border-bottom: solid 1px #0b318f;
  border-left: solid 1px #0b318f;
  top: 50%;
  right: 0.25em;
  margin-top: -0.2em;
}
.c-icon__blank:after {
  content: "";
  width: 0.55em;
  height: 0.6em;
  border: 0;
  border: solid 1px #0b318f;
  position: absolute;
  top: 50%;
  right: 0em;
  margin-top: -0.5em;
}
.c-icon__blank-white {
  position: relative;
  display: inline-block;
  padding-right: 1.2em;
  text-decoration: none;
}
.c-icon__blank-white:before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  top: 50%;
  right: 0.25em;
  margin-top: -0.2em;
}
.c-icon__blank-white:after {
  content: "";
  width: 0.55em;
  height: 0.6em;
  border: 0;
  border: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 0em;
  margin-top: -0.5em;
}

.c-link__arrow a {
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #00a0e9;
  font-weight: bold;
  line-height: 18px;
  transition: all 0.25s ease;
}
.c-link__arrow a:hover {
  color: #0b318f;
}

body.mce-content-body {
  font-family: "poppins", "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  position: relative;
  line-height: 1.4 !important;
}
.editor-styles-wrapper h1:after,
.editor-styles-wrapper h2:after,
.editor-styles-wrapper h3:after,
.editor-styles-wrapper h4:after,
.editor-styles-wrapper h5:after,
.editor-styles-wrapper h6:after {
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 3px;
  background: #444;
  color: #fff;
  font-size: 8px;
  letter-spacing: 0;
  top: -5px !important;
  left: -20px !important;
}
.editor-styles-wrapper h1:after {
  content: "H1" !important;
  left: -20px;
}
.editor-styles-wrapper h2:after {
  content: "H2" !important;
  left: -20px;
}
.editor-styles-wrapper h3:after {
  content: "H3" !important;
}
.editor-styles-wrapper h4:after {
  content: "H4" !important;
}
.editor-styles-wrapper h5:after {
  content: "H5" !important;
}
.editor-styles-wrapper h6:after {
  content: "H6" !important;
}

.wp-block {
  max-width: 100%;
  padding: 0 8px;
  margin: 8px 0;
}

.editor-styles-wrapper * {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.editor-styles-wrapper p,
.editor-styles-wrapper dl,
.editor-styles-wrapper dt,
.editor-styles-wrapper dd,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol,
.editor-styles-wrapper li,
.editor-styles-wrapper blockquote,
.editor-styles-wrapper th,
.editor-styles-wrapper td,
.editor-styles-wrapper pre,
.editor-styles-wrapper form,
.editor-styles-wrapper fieldset,
.editor-styles-wrapper input,
.editor-styles-wrapper textarea {
  font-size: 16px;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

.editor-styles-wrapper,
.c-wp-content {
  /*
  h1 {
    margin: 0 0 3rem;
  }
  h2 {
    margin: 0 0 2.5rem;
  }
  h3 {
    margin: 0 0 2rem;
  }
  h4 {
    margin: 0 0 1rem;
  }
  h5 {
    margin: 0 0 1rem;
  }
  h6 {
    margin: 0 0 1rem;
  } */
}
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.c-wp-content h1,
.c-wp-content h2,
.c-wp-content h3,
.c-wp-content h4,
.c-wp-content h5,
.c-wp-content h6 {
  /*
      font-family: 'Noto Sans JP', sans-serif;
      font-family: 'Raleway', sans-serif;
      font-family: 'Zen Kaku Gothic New', sans-serif;
  */
  margin: 0;
  font-weight: bold;
}
.editor-styles-wrapper h1.is-style-large,
.editor-styles-wrapper h2.is-style-large,
.editor-styles-wrapper h3.is-style-large,
.editor-styles-wrapper h4.is-style-large,
.editor-styles-wrapper h5.is-style-large,
.editor-styles-wrapper h6.is-style-large,
.c-wp-content h1.is-style-large,
.c-wp-content h2.is-style-large,
.c-wp-content h3.is-style-large,
.c-wp-content h4.is-style-large,
.c-wp-content h5.is-style-large,
.c-wp-content h6.is-style-large {
  color: #0b318f;
  font-size: 50px;
}
.editor-styles-wrapper h1.is-style-medium,
.editor-styles-wrapper h2.is-style-medium,
.editor-styles-wrapper h3.is-style-medium,
.editor-styles-wrapper h4.is-style-medium,
.editor-styles-wrapper h5.is-style-medium,
.editor-styles-wrapper h6.is-style-medium,
.c-wp-content h1.is-style-medium,
.c-wp-content h2.is-style-medium,
.c-wp-content h3.is-style-medium,
.c-wp-content h4.is-style-medium,
.c-wp-content h5.is-style-medium,
.c-wp-content h6.is-style-medium {
  color: #0b318f;
  font-size: 22px;
  margin: 0 0 3rem;
}
.editor-styles-wrapper h1.is-style-sub,
.editor-styles-wrapper h2.is-style-sub,
.editor-styles-wrapper h3.is-style-sub,
.editor-styles-wrapper h4.is-style-sub,
.editor-styles-wrapper h5.is-style-sub,
.editor-styles-wrapper h6.is-style-sub,
.c-wp-content h1.is-style-sub,
.c-wp-content h2.is-style-sub,
.c-wp-content h3.is-style-sub,
.c-wp-content h4.is-style-sub,
.c-wp-content h5.is-style-sub,
.c-wp-content h6.is-style-sub {
  color: #101010;
  font-size: 20px;
  line-height: 1.8;
  margin: 0 0 1.5rem;
}
.editor-styles-wrapper h1.is-style-line,
.editor-styles-wrapper h2.is-style-line,
.editor-styles-wrapper h3.is-style-line,
.editor-styles-wrapper h4.is-style-line,
.editor-styles-wrapper h5.is-style-line,
.editor-styles-wrapper h6.is-style-line,
.c-wp-content h1.is-style-line,
.c-wp-content h2.is-style-line,
.c-wp-content h3.is-style-line,
.c-wp-content h4.is-style-line,
.c-wp-content h5.is-style-line,
.c-wp-content h6.is-style-line {
  color: #0b318f;
  font-size: 34px;
  border-top: 1px solid #bebebe;
  padding: 2.25rem 0 0;
  margin: 0 0 2.5rem;
  position: relative;
}
.editor-styles-wrapper h1.is-style-line::before,
.editor-styles-wrapper h2.is-style-line::before,
.editor-styles-wrapper h3.is-style-line::before,
.editor-styles-wrapper h4.is-style-line::before,
.editor-styles-wrapper h5.is-style-line::before,
.editor-styles-wrapper h6.is-style-line::before,
.c-wp-content h1.is-style-line::before,
.c-wp-content h2.is-style-line::before,
.c-wp-content h3.is-style-line::before,
.c-wp-content h4.is-style-line::before,
.c-wp-content h5.is-style-line::before,
.c-wp-content h6.is-style-line::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #00a0e9;
  width: 150px;
  height: 6px;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper h1.is-style-line,
.editor-styles-wrapper h2.is-style-line,
.editor-styles-wrapper h3.is-style-line,
.editor-styles-wrapper h4.is-style-line,
.editor-styles-wrapper h5.is-style-line,
.editor-styles-wrapper h6.is-style-line,
.c-wp-content h1.is-style-line,
.c-wp-content h2.is-style-line,
.c-wp-content h3.is-style-line,
.c-wp-content h4.is-style-line,
.c-wp-content h5.is-style-line,
.c-wp-content h6.is-style-line {
    font-size: 16px;
    margin: 0 0 1rem;
  }
}
.editor-styles-wrapper h1.is-style__en,
.editor-styles-wrapper h2.is-style__en,
.editor-styles-wrapper h3.is-style__en,
.editor-styles-wrapper h4.is-style__en,
.editor-styles-wrapper h5.is-style__en,
.editor-styles-wrapper h6.is-style__en,
.c-wp-content h1.is-style__en,
.c-wp-content h2.is-style__en,
.c-wp-content h3.is-style__en,
.c-wp-content h4.is-style__en,
.c-wp-content h5.is-style__en,
.c-wp-content h6.is-style__en {
  color: #a49620;
  font-size: 12px;
  margin: 0 0 0.25rem;
}
.editor-styles-wrapper ul,
.c-wp-content ul {
  padding: 0 0 0 2rem;
}
.editor-styles-wrapper ul li,
.c-wp-content ul li {
  position: relative;
  margin: 0 0 1rem;
  line-height: 1.6;
}
.editor-styles-wrapper ul li::before,
.c-wp-content ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.9rem;
  left: -1.2rem;
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background: #101010;
}
.editor-styles-wrapper ul li:last-child,
.c-wp-content ul li:last-child {
  margin: 0;
}
.editor-styles-wrapper ol,
.c-wp-content ol {
  padding: 0 0 0 2rem;
}
.editor-styles-wrapper ol li,
.c-wp-content ol li {
  list-style: decimal;
  margin: 0 0 1rem;
}
.editor-styles-wrapper ol li:last-child,
.c-wp-content ol li:last-child {
  margin: 0;
}
.editor-styles-wrapper .has-c-wp-small-font-size,
.c-wp-content .has-c-wp-small-font-size {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .has-c-wp-small-font-size,
.c-wp-content .has-c-wp-small-font-size {
    font-size: 12px;
  }
}
.editor-styles-wrapper .has-c-wp-little-larg-font-size,
.c-wp-content .has-c-wp-little-larg-font-size {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .has-c-wp-little-larg-font-size,
.c-wp-content .has-c-wp-little-larg-font-size {
    font-size: 18px;
  }
}
.editor-styles-wrapper .has-c-wp-larg-font-size,
.c-wp-content .has-c-wp-larg-font-size {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .has-c-wp-larg-font-size,
.c-wp-content .has-c-wp-larg-font-size {
    font-size: 22px;
  }
}
.editor-styles-wrapper .has-c-wp-huge-font-size,
.c-wp-content .has-c-wp-huge-font-size {
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .has-c-wp-huge-font-size,
.c-wp-content .has-c-wp-huge-font-size {
    font-size: 24px;
  }
}
.editor-styles-wrapper .has-c-wp-section-head-font-size,
.c-wp-content .has-c-wp-section-head-font-size {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .has-c-wp-section-head-font-size,
.c-wp-content .has-c-wp-section-head-font-size {
    font-size: 18px;
  }
}
.editor-styles-wrapper .has-c-wp-head-font-size,
.c-wp-content .has-c-wp-head-font-size {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .has-c-wp-head-font-size,
.c-wp-content .has-c-wp-head-font-size {
    font-size: 16px;
  }
}
.editor-styles-wrapper .wp-block-columns,
.c-wp-content .wp-block-columns {
  justify-content: space-between;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns,
.c-wp-content .wp-block-columns {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-column,
.c-wp-content .wp-block-column {
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-column .wp-block-columns,
.c-wp-content .wp-block-column .wp-block-columns {
    margin-right: 0;
    margin-left: 0;
  }
}
.editor-styles-wrapper .wp-block-columns.is-style-columns-narrow,
.c-wp-content .wp-block-columns.is-style-columns-narrow {
  width: 960px;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns.is-style-columns-narrow,
.c-wp-content .wp-block-columns.is-style-columns-narrow {
    width: auto;
  }
}
.editor-styles-wrapper .wp-block-columns.is-style-columns-inner,
.c-wp-content .wp-block-columns.is-style-columns-inner {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns.is-style-columns-inner,
.c-wp-content .wp-block-columns.is-style-columns-inner {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.editor-styles-wrapper .wp-block-columns.is-style-columns-margin-short,
.c-wp-content .wp-block-columns.is-style-columns-margin-short {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns.is-style-columns-margin-short,
.c-wp-content .wp-block-columns.is-style-columns-margin-short {
    margin-bottom: 0.75rem;
  }
}
.editor-styles-wrapper .wp-block-columns.is-style-columns-margin-medium,
.c-wp-content .wp-block-columns.is-style-columns-margin-medium {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns.is-style-columns-margin-medium,
.c-wp-content .wp-block-columns.is-style-columns-margin-medium {
    margin-bottom: 1.5rem;
  }
}
.editor-styles-wrapper .wp-block-columns.is-style-columns-margin-long,
.c-wp-content .wp-block-columns.is-style-columns-margin-long {
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns.is-style-columns-margin-long,
.c-wp-content .wp-block-columns.is-style-columns-margin-long {
    margin-bottom: 3rem;
  }
}
.editor-styles-wrapper .wp-block-columns.is-style-columns-margin-longer,
.c-wp-content .wp-block-columns.is-style-columns-margin-longer {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns.is-style-columns-margin-longer,
.c-wp-content .wp-block-columns.is-style-columns-margin-longer {
    margin-bottom: 5rem;
  }
}
.editor-styles-wrapper .wp-block-columns.is-style-columns-margin-longest,
.c-wp-content .wp-block-columns.is-style-columns-margin-longest {
  margin-bottom: 12.5rem;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns.is-style-columns-margin-longest,
.c-wp-content .wp-block-columns.is-style-columns-margin-longest {
    margin-bottom: 7rem;
  }
}
.editor-styles-wrapper .wp-block-columns.is-style-columns-box,
.c-wp-content .wp-block-columns.is-style-columns-box {
  border: 1px solid #d9d8b0;
  padding: 3rem;
}
.editor-styles-wrapper .wp-block-columns.is-style-columns-line,
.c-wp-content .wp-block-columns.is-style-columns-line {
  border-top: 2px solid #d9d8b0;
  border-bottom: 2px solid #d9d8b0;
  padding: 3.5rem 2.5rem;
}
.editor-styles-wrapper .wp-block-column.is-style-column-margin-short,
.c-wp-content .wp-block-column.is-style-column-margin-short {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-column.is-style-column-margin-short,
.c-wp-content .wp-block-column.is-style-column-margin-short {
    margin-bottom: 0.75rem;
  }
}
.editor-styles-wrapper .wp-block-column.is-style-column-margin-medium,
.c-wp-content .wp-block-column.is-style-column-margin-medium {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-column.is-style-column-margin-medium,
.c-wp-content .wp-block-column.is-style-column-margin-medium {
    margin-bottom: 1.5rem;
  }
}
.editor-styles-wrapper .wp-block-column.is-style-column-margin-long,
.c-wp-content .wp-block-column.is-style-column-margin-long {
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-column.is-style-column-margin-long,
.c-wp-content .wp-block-column.is-style-column-margin-long {
    margin-bottom: 3rem;
  }
}
.editor-styles-wrapper .wp-block-column.is-style-column-margin-longer,
.c-wp-content .wp-block-column.is-style-column-margin-longer {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-column.is-style-column-margin-longer,
.c-wp-content .wp-block-column.is-style-column-margin-longer {
    margin-bottom: 5rem;
  }
}
.editor-styles-wrapper .wp-block-column.is-style-column-margin-longest,
.c-wp-content .wp-block-column.is-style-column-margin-longest {
  margin-bottom: 12.5rem;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-column.is-style-column-margin-longest,
.c-wp-content .wp-block-column.is-style-column-margin-longest {
    margin-bottom: 7rem;
  }
}
.editor-styles-wrapper .wp-block-table.is-style-table-simple tr,
.c-wp-content .wp-block-table.is-style-table-simple tr {
  border: none;
  line-height: 1.6;
}
.editor-styles-wrapper .wp-block-table.is-style-table-simple td,
.c-wp-content .wp-block-table.is-style-table-simple td {
  border: none;
  padding: 1.5rem;
  line-height: 1.6;
  border-bottom: 1px solid white;
}
.editor-styles-wrapper .wp-block-table.is-style-table-simple td:first-child,
.c-wp-content .wp-block-table.is-style-table-simple td:first-child {
  font-weight: bold;
  width: 20%;
  color: #10386b;
  white-space: nowrap;
}
.editor-styles-wrapper .wp-block-table.is-style-table-classic tr,
.c-wp-content .wp-block-table.is-style-table-classic tr {
  border: none;
  line-height: 1.6;
}
.editor-styles-wrapper .wp-block-table.is-style-table-classic td,
.c-wp-content .wp-block-table.is-style-table-classic td {
  border: none;
  padding: 1.5rem;
  line-height: 1.6;
  border-bottom: 1px solid white;
}
.editor-styles-wrapper .wp-block-table.is-style-table-classic td:first-child,
.c-wp-content .wp-block-table.is-style-table-classic td:first-child {
  font-weight: bold;
  color: #10386b;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-table,
.c-wp-content .wp-block-table {
    overflow: auto;
    white-space: nowrap;
  }
  .editor-styles-wrapper .wp-block-table::-webkit-scrollbar,
.c-wp-content .wp-block-table::-webkit-scrollbar {
    height: 15px;
  }
  .editor-styles-wrapper .wp-block-table::-webkit-scrollbar-track,
.c-wp-content .wp-block-table::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .editor-styles-wrapper .wp-block-table::-webkit-scrollbar-thumb,
.c-wp-content .wp-block-table::-webkit-scrollbar-thumb {
    background: #bbb;
  }
}
.editor-styles-wrapper .wp-block-button.is-style-button-primary .wp-block-button__link,
.c-wp-content .wp-block-button.is-style-button-primary .wp-block-button__link {
  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;
  background: #0b318f;
  min-width: 40rem;
}
.editor-styles-wrapper .wp-block-button.is-style-button-primary .wp-block-button__link:hover,
.c-wp-content .wp-block-button.is-style-button-primary .wp-block-button__link:hover {
  cursor: pointer;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-button.is-style-button-primary .wp-block-button__link,
.c-wp-content .wp-block-button.is-style-button-primary .wp-block-button__link {
    min-width: auto;
  }
}
.editor-styles-wrapper .wp-block-button.is-style-button-secondary .wp-block-button__link,
.c-wp-content .wp-block-button.is-style-button-secondary .wp-block-button__link {
  font-size: 14px;
  display: inline-block;
  padding: 1em 2.5em;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  outline: none;
  text-align: center;
  transition: all 0.25s ease;
  color: #fff;
  background: #0b318f;
  min-width: 30rem;
}
@media only screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-button.is-style-button-secondary .wp-block-button__link,
.c-wp-content .wp-block-button.is-style-button-secondary .wp-block-button__link {
    min-width: auto;
  }
}
.editor-styles-wrapper .wp-block-button.is-style-button-secondary .wp-block-button__link:hover,
.c-wp-content .wp-block-button.is-style-button-secondary .wp-block-button__link:hover {
  cursor: pointer;
  color: #fff;
}
.editor-styles-wrapper .wp-block-button.is-style-button-secondary .wp-block-button__link:hover,
.c-wp-content .wp-block-button.is-style-button-secondary .wp-block-button__link:hover {
  cursor: pointer;
  color: #fff;
}
.editor-styles-wrapper .alignwide,
.c-wp-content .alignwide {
  margin-left: 0;
  margin-right: 0;
  max-width: 100vw;
}
.editor-styles-wrapper .alignfull,
.c-wp-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
.editor-styles-wrapper .alignfull img,
.c-wp-content .alignfull img {
  width: 100vw;
}

.wp-admin .wp-block-columns {
  padding: 10px 0;
  border: 1px dotted #aaa;
  justify-content: space-between;
}
.wp-admin .wp-block-column {
  border-right: 1px dashed #ccc;
}
.wp-admin .wp-block-column:last-child {
  border: none;
}
.wp-admin .wp-block-group {
  background: #fafafa;
  margin: 8px 0;
  padding: 5px 0;
}

.wp-block-image.is-style-image-space-short {
  padding-bottom: 1rem;
}
.wp-block-image.is-style-image-space-medium {
  padding-bottom: 3rem;
}
.wp-block-image.is-style-image-space-long {
  padding-bottom: 5rem;
}
.wp-block-image.is-style-image-space-longer {
  padding-bottom: 7.5rem;
}
.wp-block-image.is-style-image-space-longest {
  padding-bottom: 12rem;
}

.editor-styles-wrapper .is-style-paragraph-margin-none,
.c-wp-content .is-style-paragraph-margin-none {
  margin-bottom: 1rem;
}
.editor-styles-wrapper .is-style-paragraph-margin-short,
.c-wp-content .is-style-paragraph-margin-short {
  margin-bottom: 1rem;
}
.editor-styles-wrapper .is-style-paragraph-margin-medium,
.c-wp-content .is-style-paragraph-margin-medium {
  margin-bottom: 3rem;
}
.editor-styles-wrapper .is-style-paragraph-margin-long,
.c-wp-content .is-style-paragraph-margin-long {
  margin-bottom: 5rem;
}
.editor-styles-wrapper .is-style-paragraph-margin-longer,
.c-wp-content .is-style-paragraph-margin-longer {
  margin-bottom: 7.5rem;
}
.editor-styles-wrapper .is-style-paragraph-margin-longest,
.c-wp-content .is-style-paragraph-margin-longest {
  margin-bottom: 12rem;
}

.has-color-white-color {
  color: #fff;
}

.has-color-blue-color {
  color: #023b69;
}

.has-color-yellow-color {
  color: #a49620;
}

.has-color-red-color {
  color: #b60005;
}

.has-color-beige-color {
  color: #d9d8b0;
}

.has-color-gray-color {
  color: #ebebdf;
}

.has-color-blue-light-color {
  color: #e5f5fc;
}

.wp-block-columns.has-background {
  padding: 3.5rem !important;
}
@media only screen and (max-width: 768px) {
  .wp-block-columns.has-background {
    padding: 1rem !important;
  }
}

.has-color-white-background-color {
  background: #fff;
}

.has-color-blue-background-color {
  background: #023b69;
}

.has-color-yellow-background-color {
  background: #a49620;
}

.has-color-red-background-color {
  background: #b60005;
}

.has-color-beige-background-color {
  background: #d9d8b0;
}

.has-color-gray-background-color {
  background: #ebebdf;
}

.has-color-blue-light-background-color {
  background: #e5f5fc;
}

.editor-styles-wrapper h1.is-style-large,
.editor-styles-wrapper h2.is-style-large,
.editor-styles-wrapper h3.is-style-large,
.editor-styles-wrapper h4.is-style-large,
.editor-styles-wrapper h5.is-style-large,
.editor-styles-wrapper h6.is-style-large {
  font-size: 50px !important;
}
.editor-styles-wrapper h1.is-style-medium,
.editor-styles-wrapper h2.is-style-medium,
.editor-styles-wrapper h3.is-style-medium,
.editor-styles-wrapper h4.is-style-medium,
.editor-styles-wrapper h5.is-style-medium,
.editor-styles-wrapper h6.is-style-medium {
  font-size: 22px !important;
  margin: 0 0 32px;
}
.editor-styles-wrapper h1.is-style-sub,
.editor-styles-wrapper h2.is-style-sub,
.editor-styles-wrapper h3.is-style-sub,
.editor-styles-wrapper h4.is-style-sub,
.editor-styles-wrapper h5.is-style-sub,
.editor-styles-wrapper h6.is-style-sub {
  font-size: 20px !important;
  margin: 0 0 24px;
}
.editor-styles-wrapper h1.is-style-line,
.editor-styles-wrapper h2.is-style-line,
.editor-styles-wrapper h3.is-style-line,
.editor-styles-wrapper h4.is-style-line,
.editor-styles-wrapper h5.is-style-line,
.editor-styles-wrapper h6.is-style-line {
  font-size: 34px !important;
  padding: 24px 0 0;
  margin: 0 0 24px;
}
.editor-styles-wrapper h1.is-style__en,
.editor-styles-wrapper h2.is-style__en,
.editor-styles-wrapper h3.is-style__en,
.editor-styles-wrapper h4.is-style__en,
.editor-styles-wrapper h5.is-style__en,
.editor-styles-wrapper h6.is-style__en {
  font-size: 12px !important;
  margin: 0 0 4px;
}
.editor-styles-wrapper p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.editor-styles-wrapper .wp-block-button.is-style-button-primary .wp-block-button__link {
  font-size: 18px !important;
}
.editor-styles-wrapper .wp-block-button.is-style-button-secondary .wp-block-button__link {
  font-size: 16px !important;
}

@media only screen and (max-width: 768px) {
  .is-col-reverse {
    flex-direction: column-reverse;
  }
}

.block-editor-block-variation-picker__variations li::before {
  display: none !important;
}

.c-ex__font-size__normal {
  font-size: 62.5%;
}
.c-ex__font-size__large {
  font-size: 70%;
}

.swiper-container div,
.swiper-container img {
  font-size: 1px;
  line-height: 0;
}
.swiper-container a {
  display: block;
  font-size: 1px;
  line-height: 0;
}

.cc-revoke.cc-bottom {
  display: none !important;
}

.p-header {
  position: relative;
  display: flex;
  background: #fff;
  z-index: 9999;
  height: 90px;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .p-header {
    height: 75px;
  }
}
@media only screen and (max-width: 768px) {
  .p-header {
    height: 44px;
  }
}
.p-header.js-active {
  overflow: visible;
}
.p-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  width: 100%;
  margin: auto 0;
}
@media only screen and (max-width: 1240px) {
  .p-header-wrap {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .p-header-wrap {
    padding: 0 0 0 10px;
  }
}
.p-header-logo a {
  display: flex;
  align-items: center;
}
.p-header-logo__zuiko img {
  width: 202px;
}
@media only screen and (max-width: 1480px) {
  .p-header-logo__zuiko img {
    width: 181.8px;
  }
}
@media only screen and (max-width: 1240px) {
  .p-header-logo__zuiko img {
    width: 151.5px;
  }
}
@media only screen and (max-width: 768px) {
  .p-header-logo__zuiko img {
    width: 101px;
  }
}
.p-header-logo__body {
  padding: 0 0 0 14px;
}
@media only screen and (max-width: 768px) {
  .p-header-logo__body {
    padding: 0 0 0 10px;
  }
}
.p-header-logo__en {
  margin: 0 0 6px;
}
@media only screen and (max-width: 768px) {
  .p-header-logo__en {
    margin: 0 0 1px;
  }
}
.p-header-logo__en img {
  width: 262px;
}
@media only screen and (max-width: 1480px) {
  .p-header-logo__en img {
    width: 235.8px;
  }
}
@media only screen and (max-width: 1240px) {
  .p-header-logo__en img {
    width: 196.5px;
  }
}
@media only screen and (max-width: 768px) {
  .p-header-logo__en img {
    width: 157.2px;
  }
}
.p-header-logo__main {
  font-size: 1px;
  line-height: 1;
}
.p-header-logo__main img {
  width: 184px;
}
@media only screen and (max-width: 1480px) {
  .p-header-logo__main img {
    width: 165.6px;
  }
}
@media only screen and (max-width: 1240px) {
  .p-header-logo__main img {
    width: 138px;
  }
}
@media only screen and (max-width: 768px) {
  .p-header-logo__main img {
    width: 110.4px;
  }
}
.p-header-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .p-header-nav {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    background: #EFF7FA;
    z-index: -10;
    opacity: 0;
    transition: all 0.25s ease;
  }
  .p-header-nav a {
    pointer-events: none;
  }
  .p-header-nav.js-active {
    opacity: 1;
    z-index: 1000;
  }
  .p-header-nav.js-active a {
    pointer-events: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-header-nav {
    top: 44px;
  }
}
.p-header-nav__wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1000px) {
  .p-header-nav__wrap {
    flex-direction: column;
  }
}
.p-header-nav__trigger {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .p-header-nav__trigger {
    display: block;
  }
}

.p-footer-row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 45px;
}
@media only screen and (max-width: 1000px) {
  .p-footer-row {
    display: block;
    padding: 45px 25px;
  }
}
@media only screen and (max-width: 768px) {
  .p-footer-row {
    padding: 35px 20px;
  }
}
.p-footer-corp__logo {
  margin: 0 0 15px;
}
.p-footer-corp__logo img {
  width: 204px;
}
@media only screen and (max-width: 1000px) {
  .p-footer-corp__logo img {
    width: 160px;
  }
}
.p-footer-corp__name {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 12px;
}
@media only screen and (max-width: 1240px) {
  .p-footer-corp__name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-footer-corp__name {
    font-size: 18px;
  }
}
.p-footer-corp__data {
  display: flex;
}
@media only screen and (max-width: 1480px) {
  .p-footer-corp__data {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .p-footer-corp__data {
    font-size: 14px;
  }
}
.p-footer-corp__tel {
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 1480px) {
  .p-footer-corp__tel {
    padding: 8px 0 0;
    margin: 0 0 8px;
  }
}
.p-footer-corp__fax {
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 1480px) {
  .p-footer-corp__fax {
    margin: 0;
  }
}
.p-footer-message {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.25px;
  text-align: right;
  padding: 0 45px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1000px) {
  .p-footer-message {
    text-align: center;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-footer-message {
    font-size: 18px;
  }
}
.p-footer-copyright {
  padding: 0 0 35px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .p-footer-copyright {
    font-size: 14px;
  }
}
.p-footer-copyright__form {
  padding: 35px 0;
  text-align: center;
}
.p-footer-policy {
  position: fixed;
  z-index: -1;
  left: 0;
  width: 100%;
  background: rgba(206, 230, 244, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  color: #101010;
  padding: 2.5rem 1rem 3rem;
  font-size: 14px;
  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: #101010;
}
.p-footer-policy__content a:hover {
  color: #0b318f;
}
.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: #10386b;
  transition: all 0.25s ease;
}
.p-footer-policy__agree a:hover {
  background: #0b318f;
  color: #fff;
}

.p-home-mv {
  position: relative;
  padding: 100px 0 0 50px;
}
@media only screen and (max-width: 1240px) {
  .p-home-mv {
    padding: 100px 0 0 35px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-mv {
    padding: 80px 0 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-mv {
    padding: 50px 0 0 12px;
  }
}
.p-home-mv__video {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
}
.p-home-mv__catch {
  font-size: 90px;
  color: #0b318f;
  font-weight: 700;
  margin: 0 0 15px;
  text-align: left;
}
@media only screen and (max-width: 1480px) {
  .p-home-mv__catch {
    font-size: 76px;
  }
}
@media only screen and (max-width: 1240px) {
  .p-home-mv__catch {
    font-size: 60px;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-mv__catch {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-mv__catch {
    font-size: 23px;
    margin: 0 0 5px;
  }
}
.p-home-mv__catch-sub {
  font-size: 36px;
  color: #0b318f;
  font-weight: 700;
  margin: 0 0 50px;
}
@media only screen and (max-width: 1240px) {
  .p-home-mv__catch-sub {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-mv__catch-sub {
    font-size: 20px;
    margin: 0 0 35px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-mv__catch-sub {
    font-size: 14px;
    margin: 0 0 25px;
  }
}
.p-home-slide {
  text-align: right;
  margin: 0 0 0 25%;
  background: #fff;
}
.p-home-slide__wrapper {
  overflow: hidden;
}
.p-home-slide .slide-media img {
  transition: 7s 1s ease-out;
}
.p-home-slide .swiper-slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.075);
}
.p-home-about {
  margin: -300px 0 0;
  padding: 150px 0 100px;
}
@media only screen and (max-width: 1240px) {
  .p-home-about {
    margin: -250px 0 0;
    padding: 150px 0 100px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-about {
    margin: -200px 0 0;
    padding: 150px 0 100px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-about {
    padding: 150px 0 0px;
  }
}
.p-home-about__outline {
  padding: 300px 0 150px;
  margin: 0 0 75px;
  overflow: hidden;
}
@media only screen and (max-width: 1240px) {
  .p-home-about__outline {
    padding: 200px 0 150px;
    margin: 0 0 75px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-about__outline {
    padding: 150px 0;
    margin: 0 0 75px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-about__outline {
    padding: 100px 0;
    margin: 0 0 75px;
  }
}
.p-home-about__row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .p-home-about__row {
    display: block;
  }
}
.p-home-about__col-photo {
  width: 54%;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  .p-home-about__col-photo {
    width: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-about__col-photo {
    width: 65%;
  }
}
.p-home-about__col-body {
  width: 45%;
  padding: 100px 15% 0 100px;
}
@media only screen and (max-width: 1480px) {
  .p-home-about__col-body {
    padding: 100px 80px 0 100px;
  }
}
@media only screen and (max-width: 1240px) {
  .p-home-about__col-body {
    width: 48%;
    padding: 100px 50px 0 100px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-about__col-body {
    width: auto;
    padding: 80px 25px 0 40%;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-about__col-body {
    padding: 15px 15px 0;
  }
}
.p-home-about__photo-sub {
  width: 40%;
  position: absolute;
  top: 300px;
  right: -80px;
}
@media only screen and (max-width: 1240px) {
  .p-home-about__photo-sub {
    top: 200px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-about__photo-sub {
    top: 175px;
  }
}
@media only screen and (max-width: 900px) {
  .p-home-about__photo-sub {
    top: 150px;
  }
}
@media only screen and (max-width: 800px) {
  .p-home-about__photo-sub {
    top: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-about__photo-sub {
    top: 70px;
  }
}
.p-home-about__catch {
  position: relative;
  left: -35%;
  margin: 0 0 50px;
  white-space: nowrap;
  background: #0b318f;
  display: inline-block;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  padding: 12px 15px;
}
@media only screen and (max-width: 1480px) {
  .p-home-about__catch {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-about__catch {
    left: -50px;
    font-size: 36px;
    margin: 0 0 35px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-about__catch {
    left: auto;
    font-size: 24px;
    margin: 0 0 25px;
  }
}
.p-home-about__list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1600px) {
  .p-home-about__list {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-about__list {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-about__list {
    display: block;
    padding: 0 15px 75px;
  }
}
.p-home-about__list-item {
  width: 30%;
  padding: 200px 0 0;
}
@media only screen and (max-width: 1000px) {
  .p-home-about__list-item {
    width: 32%;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-about__list-item {
    padding: 0;
    width: auto;
    margin: 0 0 35px;
  }
}
.p-home-about__list-item:first-child {
  padding: 50px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-home-about__list-item:first-child {
    padding: 0;
  }
}
.p-home-about__list-item:last-child {
  padding: 350px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-home-about__list-item:last-child {
    padding: 0;
    margin: 0;
  }
}
.p-home-about__list-item__title {
  display: flex;
  align-items: center;
  color: #0b318f;
  margin: 0 0 15px;
}
.p-home-about__list-item__no {
  font-size: 86px;
  font-weight: 300;
  padding: 0 15px 0 0;
}
@media only screen and (max-width: 1000px) {
  .p-home-about__list-item__no {
    font-size: 40px;
  }
}
.p-home-about__list-item__label {
  font-size: 28px;
  font-weight: 600;
}
@media only screen and (max-width: 1000px) {
  .p-home-about__list-item__label {
    font-size: 20px;
  }
}
.p-home-about__list-item__content {
  position: relative;
  padding: 0 0 0 80px;
}
@media only screen and (max-width: 1000px) {
  .p-home-about__list-item__content {
    padding: 0 0 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-about__list-item__content {
    display: flex;
    align-items: center;
  }
}
.p-home-about__list-item__content::before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  top: 0;
  left: 40px;
  background-color: #00a0e9;
}
@media only screen and (max-width: 1000px) {
  .p-home-about__list-item__content::before {
    left: 20px;
  }
}
.p-home-about__list-item__photo {
  position: relative;
  padding: 0 8% 8% 0;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .p-home-about__list-item__photo {
    padding: 0 16px 16px 0;
    width: 125px;
  }
}
.p-home-about__list-item__photo::before {
  position: absolute;
  z-index: 5;
  content: "";
  display: block;
  width: 92%;
  height: 92%;
  bottom: 0;
  right: 0;
  background: linear-gradient(132deg, rgb(206, 230, 244) 0%, rgb(202, 246, 255) 100%);
}
.p-home-about__list-item__photo img {
  position: relative;
  z-index: 10;
}
.p-home-about__list-item__body {
  color: #0b318f;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 1000px) {
  .p-home-about__list-item__body {
    font-size: 16px;
  }
  .p-home-about__list-item__body p {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-about__list-item__body {
    flex: 1;
    padding: 0 0 0 20px;
  }
}
.p-home-quality {
  padding: 150px 0 0;
}
@media only screen and (max-width: 1000px) {
  .p-home-quality {
    padding: 100px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-quality {
    padding: 75px 0 0;
  }
}
.p-home-quality__outline {
  padding: 300px 0 150px;
  margin: 0 0 75px;
}
.p-home-quality__row {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 0 150px;
}
@media only screen and (max-width: 1000px) {
  .p-home-quality__row {
    display: block;
    padding: 0 0 100px;
  }
}
.p-home-quality__col-photo {
  width: 55%;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .p-home-quality__col-photo {
    width: auto;
    margin: 0 0 0 45%;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-quality__col-photo {
    margin: 0 0 0 30%;
  }
}
.p-home-quality__col-body {
  width: 43%;
  padding: 100px 15% 0 100px;
}
@media only screen and (max-width: 1480px) {
  .p-home-quality__col-body {
    padding: 100px 15% 0 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .p-home-quality__col-body {
    padding: 100px 15% 0 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-quality__col-body {
    width: auto;
    padding: 75px 38% 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-quality__col-body {
    padding: 75px 15px 0 15px;
  }
}
.p-home-quality__photo-sub {
  width: 35%;
  position: absolute;
  top: 400px;
  left: -150px;
}
@media only screen and (max-width: 1480px) {
  .p-home-quality__photo-sub {
    top: 300px;
  }
}
@media only screen and (max-width: 1240px) {
  .p-home-quality__photo-sub {
    top: 250px;
  }
}
@media only screen and (max-width: 1100px) {
  .p-home-quality__photo-sub {
    top: 200px;
    left: -125px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-quality__photo-sub {
    top: 160px;
    left: -100px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-quality__photo-sub {
    top: 120px;
    left: -50px;
  }
}
.p-home-quality__catch {
  position: relative;
  right: -80%;
  white-space: nowrap;
  background: #0b318f;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  padding: 12px 15px;
  display: inline-block;
}
@media only screen and (max-width: 1480px) {
  .p-home-quality__catch {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-quality__catch {
    right: auto;
    left: -25px;
    font-size: 36px;
    margin: 0 0 35px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-quality__catch {
    left: auto;
    font-size: 24px;
    margin: 0 0 25px;
  }
}
.p-home-quality__catch-mgp {
  font-size: 90px;
  font-weight: bold;
  text-align: right;
  color: #0b318f;
}
@media only screen and (max-width: 1600px) {
  .p-home-quality__catch-mgp {
    padding: 0 25px 0 0;
  }
}
@media only screen and (max-width: 1240px) {
  .p-home-quality__catch-mgp {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-quality__catch-mgp {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-quality__catch-mgp {
    font-size: 36px;
  }
}
.p-home-quality__list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1600px) {
  .p-home-quality__list {
    padding: 0 50px 50px;
  }
}
@media only screen and (max-width: 1240px) {
  .p-home-quality__list {
    padding: 0 25px 25px;
  }
}
.p-home-quality__list-wrap {
  margin: -75px 0 0;
  padding: 0 0 50px;
  background: linear-gradient(180deg, rgb(239, 247, 250) 50%, rgb(255, 255, 255) 50%);
}
@media only screen and (max-width: 1000px) {
  .p-home-quality__list-wrap {
    margin: -15px 0 0;
    padding: 0 0 0;
  }
}
.p-home-quality__list-item {
  width: 26%;
  padding: 200px 0 0;
}
@media only screen and (max-width: 1000px) {
  .p-home-quality__list-item {
    padding: 100px 0 0;
  }
}
.p-home-quality__list-item:first-child {
  padding: 50px 0 0;
}
@media only screen and (max-width: 1000px) {
  .p-home-quality__list-item:first-child {
    padding: 25px 0 0;
  }
}
.p-home-quality__list-item:last-child {
  padding: 350px 0 0;
}
@media only screen and (max-width: 1000px) {
  .p-home-quality__list-item:last-child {
    padding: 175px 0 0;
  }
}
.p-home-works {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .p-home-works {
    padding: 50px 0;
  }
}
.p-home-works__row {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 0 100px;
}
@media only screen and (max-width: 1600px) {
  .p-home-works__row {
    padding: 0 50px 100px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-works__row {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-works__row {
    padding: 0 15px 35px;
  }
}
.p-home-works__col-body {
  width: 40%;
}
@media only screen and (max-width: 1000px) {
  .p-home-works__col-body {
    width: auto;
    margin: 0 0 50px;
  }
}
.p-home-works__col-photo {
  width: 53%;
}
@media only screen and (max-width: 1000px) {
  .p-home-works__col-photo {
    width: auto;
  }
}
.p-home-works__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .p-home-works__list {
    padding: 0 15px;
  }
}
.p-home-works__item {
  width: 31%;
  margin: 0 0 20px;
}
.p-home-slider__wrap {
  overflow: hidden;
}
.p-home-slider__list {
  transition-timing-function: linear;
}
.p-home-slider__item {
  margin: 0 10px;
}
.p-home-group {
  padding: 150px 0;
}
@media only screen and (max-width: 768px) {
  .p-home-group {
    padding: 50px 0;
  }
}
.p-home-group__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .p-home-group__row {
    padding: 0 50px 100px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-group__row {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-group__row {
    padding: 0 15px 35px;
  }
}
.p-home-group__col-body {
  width: 40%;
}
@media only screen and (max-width: 1000px) {
  .p-home-group__col-body {
    width: auto;
    margin: 0 0 50px;
  }
}
.p-home-group__col-image {
  width: 55%;
}
@media only screen and (max-width: 1000px) {
  .p-home-group__col-image {
    width: auto;
    padding: 0 7.5%;
  }
}
.p-home-factory {
  padding: 0 0 150px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 20%, rgb(239, 247, 250) 20%);
}
@media only screen and (max-width: 768px) {
  .p-home-factory {
    padding: 0 0 25px;
  }
}
.p-home-factory__row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1600px) {
  .p-home-factory__row {
    padding: 0 50px 100px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-factory__row {
    flex-direction: column-reverse;
    padding: 0 50px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-factory__row {
    padding: 0 15px 35px;
  }
}
.p-home-factory__col-photo {
  width: 53%;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .p-home-factory__col-photo {
    width: auto;
  }
}
.p-home-factory__col-body {
  flex: 1;
  padding: 18% 10% 100px 50px;
}
@media only screen and (max-width: 1600px) {
  .p-home-factory__col-body {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-factory__col-body {
    padding: 0 0 75px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-factory__col-body {
    padding: 0 0 50px;
  }
}
.p-home-factory__photo {
  font-size: 0;
  line-height: 0;
  margin: 0 0 5%;
}
.p-home-factory__photo-list {
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: space-between;
}
.p-home-factory__photo-item {
  font-size: 0;
  line-height: 0;
  width: 30%;
}
.p-home-news {
  padding: 150px 0;
}
@media only screen and (max-width: 768px) {
  .p-home-news {
    padding: 50px 0 75px;
  }
}
.p-home-news__head {
  color: #101010;
  font-size: 30px;
  font-weight: 700;
  padding: 15px 0 0;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1000px) {
  .p-home-news__head {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-news__head {
    font-size: 20px;
  }
}
.p-home-news__row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1600px) {
  .p-home-news__row {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home-news__row {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-news__row {
    padding: 0 15px;
  }
}
.p-home-news__content {
  width: 53%;
}
@media only screen and (max-width: 1000px) {
  .p-home-news__content {
    width: auto;
  }
}
.p-home-news__photo {
  width: 38%;
  padding: 35px 0 0;
}
@media only screen and (max-width: 1000px) {
  .p-home-news__photo {
    width: auto;
  }
  .p-home-news__photo img {
    width: 100%;
  }
}
.p-home-news__link {
  padding: 50px 0 0;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .p-home-news__link {
    padding: 25px 0 0;
    justify-content: flex-start;
  }
}
.p-home-content-line {
  position: relative;
  padding: 15px 0 0 50px;
}
@media only screen and (max-width: 768px) {
  .p-home-content-line {
    padding: 15px 0 0 30px;
  }
}
.p-home-content-line::before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  top: 1rem;
  left: 15px;
  background-color: #00a0e9;
}
@media only screen and (max-width: 768px) {
  .p-home-content-line::before {
    left: 13px;
  }
}
.p-home-content-line__body-text {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 35px;
}
@media only screen and (max-width: 1240px) {
  .p-home-content-line__body-text {
    font-size: 16px;
  }
  .p-home-content-line__body-text p {
    line-height: 1.6;
  }
}
.p-home-content-line__title {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 25px;
}
@media only screen and (max-width: 1240px) {
  .p-home-content-line__title {
    font-size: 30px;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-home-content-line__title {
    font-size: 22px;
    margin: 0 0 12px;
  }
}
.p-home-content-line__body {
  font-size: 16px;
  margin: 0 0 35px;
}
.p-equipment {
  margin: 0 0 150px;
}
.p-equipment__outline {
  margin: 0 0 75px;
}
.p-equipment__column {
  margin: 0 0 50px;
}
.p-equipment__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 0 0;
}
.p-equipment__item {
  width: 46%;
  margin: 0 0 50px;
}
@media only screen and (max-width: 900px) {
  .p-equipment__item {
    width: auto;
  }
}
.p-equipment__item-maker {
  margin: 0 0 10px;
}
@media only screen and (max-width: 900px) {
  .p-equipment__item-maker {
    font-size: 14px;
    margin: 0 0 8px;
  }
}
.p-equipment__item-title {
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 20px;
}
@media only screen and (max-width: 900px) {
  .p-equipment__item-title {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
.p-equipment__item-photo {
  margin: 0 0 20px;
}
.p-equipment__item-photo img {
  width: 100%;
}
.p-equipment__item-detail {
  display: flex;
  margin: 0 0 10px;
}
.p-equipment__software {
  font-size: 18px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 900px) {
  .p-equipment__software {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
.p-equipment__software:last-child {
  margin: 0;
}
.p-equipment__software span {
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .p-equipment__software span {
    display: block;
    margin: 0 0 8px;
  }
}

.p-factory-outline {
  margin: 0 0 100px;
}
.p-factory-access__row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .p-factory-access__row {
    display: block;
  }
}
.p-factory-access__col-body {
  width: 600px;
}
@media only screen and (max-width: 900px) {
  .p-factory-access__col-body {
    width: auto;
  }
}
.p-factory-access__col-map {
  width: 540px;
}
@media only screen and (max-width: 900px) {
  .p-factory-access__col-map {
    width: auto;
    margin: 15px 0 0;
  }
}
.p-factory-access__col-map iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-factory-access__title {
  font-weight: bold;
  padding: 40px 0 5px;
}
.p-factory-address {
  line-height: 1.6;
}
.p-factory-address__link {
  font-weight: 700;
  padding: 10px 0 0;
}
.p-factory-address__link a {
  color: #00a0e9;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.25s ease;
}
.p-factory-address__link a:hover {
  color: #0b318f;
}
.p-factory-address__link a span {
  padding: 2px 3px 0 0;
  display: inline-block;
}

.p-works__outline {
  margin: 0 0 75px;
}
.p-works__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 100px;
}
@media only screen and (max-width: 900px) {
  .p-works__list {
    margin: 0 0 75px;
  }
}
.p-works__list::after {
  content: "";
  display: block;
  width: 30%;
}
.p-works__item {
  width: 30%;
  margin: 0 0 25px;
}
@media only screen and (max-width: 900px) {
  .p-works__item {
    width: 48%;
  }
}
.p-works__item-photo {
  margin: 0 0 15px;
}
@media only screen and (max-width: 900px) {
  .p-works__item-photo {
    margin: 0 0 10px;
  }
}
.p-works__item-material {
  margin: 0 0 8px;
}
@media only screen and (max-width: 900px) {
  .p-works__item-material {
    font-size: 14px;
  }
}
.p-works__item-heat {
  margin: 0 0 8px;
}
@media only screen and (max-width: 900px) {
  .p-works__item-heat {
    font-size: 14px;
  }
}
.p-works__item-surface {
  margin: 0 0 8px;
}
.p-works__item-surface sub {
  font-size: 0.7em;
  vertical-align: baseline;
}
@media only screen and (max-width: 900px) {
  .p-works__item-surface {
    font-size: 14px;
  }
}
.p-works__item-notice {
  font-size: 14px;
}
@media only screen and (max-width: 900px) {
  .p-works__item-notice {
    font-size: 12px;
  }
}
@media only screen and (max-width: 900px) {
  .p-works__column {
    padding: 0 0 75px;
  }
}

.p-about-outline__photo {
  position: relative;
  z-index: 10;
  align-self: stretch;
}
.p-about-outline__photo:first-child {
  z-index: 20;
  right: -50px;
  bottom: -100px;
  display: flex;
}
.p-about-outline__photo:first-child img {
  display: block;
  margin: auto 0 0;
}
.p-about-outline__photo:last-child {
  z-index: 20;
  left: -50px;
  top: 200px;
  display: flex;
}
.p-about-outline__photo:last-child img {
  display: block;
  margin: 0 0 auto;
}
.p-about-outline__photo-wrap {
  display: flex;
  align-items: center;
  background: url(../images/pages/about/bg_about_circle.png) center center no-repeat;
  background-size: contain;
  padding: 0 0 200px;
}
@media only screen and (max-width: 900px) {
  .p-about-outline__photo-wrap {
    padding: 0 10px 140px;
  }
}
.p-about-outline__content {
  margin: -150px 0 100px 550px;
}
@media only screen and (max-width: 1240px) {
  .p-about-outline__content {
    margin: -80px 0 100px 220px;
  }
}
@media only screen and (max-width: 900px) {
  .p-about-outline__content {
    margin: 0 0 0;
    padding: 0 15px;
  }
}
.p-about-outline__title {
  margin: 0 0 35px !important;
}
@media only screen and (max-width: 900px) {
  .p-about-outline__title {
    margin: 0 0 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-outline__title {
    background: #0b318f;
    padding: 8px 12px;
    line-height: 1.2;
  }
}
.p-about-outline__title span {
  color: #fff;
  font-size: 56px;
  line-height: 1.4;
  background: #0b318f;
  display: inline-block;
  padding: 0 20px 0px;
}
.p-about-outline__title span:first-child {
  padding-top: 6px;
}
@media only screen and (max-width: 768px) {
  .p-about-outline__title span:first-child {
    padding: 0;
  }
}
.p-about-outline__title span:last-child {
  padding-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  .p-about-outline__title span:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 1480px) {
  .p-about-outline__title span {
    font-size: 42px;
  }
}
@media only screen and (max-width: 900px) {
  .p-about-outline__title span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-outline__title span {
    font-size: 22px;
    display: inline;
    background: transparent;
  }
}
@media only screen and (max-width: 1480px) {
  .p-about-outline__body {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .p-about-outline__body {
    padding-right: 0;
  }
}
.p-about-outline__body p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 1.5em;
}
@media only screen and (max-width: 900px) {
  .p-about-outline__body p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-outline__body p br {
    display: none;
  }
}
.p-about-outline__index {
  display: flex;
  justify-content: space-between;
  padding: 0 150px 50px;
}
@media only screen and (max-width: 1480px) {
  .p-about-outline__index {
    padding: 0 100px 50px;
  }
}
@media only screen and (max-width: 900px) {
  .p-about-outline__index {
    display: none;
  }
}
.p-about-outline__index-item {
  width: 350px;
  height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  background: linear-gradient(145deg, rgb(205, 236, 250) 0%, rgb(202, 246, 255) 100%);
  box-sizing: border-box;
  margin: 100px 0;
}
@media only screen and (max-width: 900px) {
  .p-about-outline__index-item {
    margin: 50px 0;
  }
}
.p-about-outline__index-item:first-child {
  margin: 0;
}
.p-about-outline__index-item:last-child {
  margin: 200px 0 0;
}
@media only screen and (max-width: 900px) {
  .p-about-outline__index-item:last-child {
    margin: 100px 0;
  }
}
@media only screen and (max-width: 1480px) {
  .p-about-outline__index-item {
    width: 300px;
    height: 290px;
  }
}
@media only screen and (max-width: 1240px) {
  .p-about-outline__index-item {
    width: 220px;
    height: 210px;
  }
}
.p-about-outline__index-no {
  color: #0b318f;
  font-size: 74px;
  margin: auto 0 10px;
  font-weight: 300;
}
@media only screen and (max-width: 900px) {
  .p-about-outline__index-no {
    font-size: 40px;
    margin: auto 0 5px;
  }
}
.p-about-outline__index-label {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 auto;
}
@media only screen and (max-width: 900px) {
  .p-about-outline__index-label {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-outline__index-label {
    font-size: 18px;
  }
}
.p-about-outline__index-label span {
  display: block;
  padding: 10px 0 0;
}
@media only screen and (max-width: 900px) {
  .p-about-outline__index-label span {
    padding: 5px 0 0;
  }
}
.p-about-content__column {
  padding: 0 0 100px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 20%, rgb(239, 247, 250) 20%);
}
.p-about-content__column.reverse {
  background: transparent;
  padding: 0 0 50px;
}
.p-about-content__column.reverse .p-about-content__photo {
  margin: 0;
  text-align: right;
}
.p-about-content__column.reverse .p-about-content__body {
  margin: 0;
  width: 740px;
}
@media only screen and (max-width: 900px) {
  .p-about-content__column.reverse .p-about-content__body {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-content__column.reverse .p-about-content__body {
    margin: 0 0 25px;
  }
}
.p-about-content__photo {
  flex: 1;
  position: relative;
  bottom: -100px;
}
@media only screen and (max-width: 900px) {
  .p-about-content__photo {
    padding: 0 10% 0 0;
    bottom: -50px;
  }
}
.p-about-content__body {
  width: 650px;
  margin: 0 0 0 auto;
  position: relative;
  top: -100px;
}
@media only screen and (max-width: 900px) {
  .p-about-content__body {
    width: auto;
    padding: 0 0 0 10%;
    top: -25px;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-content__body {
    top: 0;
    margin: 0 0 25px;
  }
}
.p-about-content__inner {
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(145deg, rgb(205, 236, 250) 0%, rgb(202, 246, 255) 100%);
}
@media only screen and (max-width: 900px) {
  .p-about-content__inner {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-content__inner {
    padding: 18px 20px;
    display: block;
  }
}
.p-about-content__title {
  width: 260px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .p-about-content__title {
    width: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-content__title {
    width: auto;
    display: flex;
    align-items: center;
  }
}
.p-about-content__title-no {
  color: #0b318f;
  font-size: 74px;
  margin: auto 0 10px;
  font-weight: 300;
}
@media only screen and (max-width: 900px) {
  .p-about-content__title-no {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-content__title-no {
    margin: 0 0 5px;
    padding: 0 8px 0 0;
  }
}
.p-about-content__title-label {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 auto;
}
@media only screen and (max-width: 900px) {
  .p-about-content__title-label {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-content__title-label {
    font-size: 18px;
  }
}
.p-about-content__title-label span {
  display: block;
  padding: 10px 0 0;
}
@media only screen and (max-width: 900px) {
  .p-about-content__title-label span {
    padding: 5px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-content__title-label span {
    display: inline;
  }
}
.p-about-content__outline {
  flex: 1;
  border-left: 2px solid #00a0e9;
  padding: 15px 15px 15px 45px;
}
@media only screen and (max-width: 900px) {
  .p-about-content__outline {
    padding: 5px 15px 5px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-content__outline {
    padding: 5px 5px 5px 20px;
    margin: 0 0 0 15px;
  }
}
.p-about-content__outline p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 900px) {
  .p-about-content__outline p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-content__outline p {
    font-size: 14px;
  }
  .p-about-content__outline p br {
    display: none;
  }
}
.p-about-content__list {
  display: flex;
  justify-content: center;
  padding: 0 150px;
}
@media only screen and (max-width: 1480px) {
  .p-about-content__list {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 900px) {
  .p-about-content__list {
    margin: 0 10px;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-content__list {
    display: block;
  }
}
.p-about-content__item {
  width: 360px;
  margin: 0 50px;
}
@media only screen and (max-width: 1480px) {
  .p-about-content__item {
    width: 280px;
    margin: 0 25px;
  }
}
@media only screen and (max-width: 900px) {
  .p-about-content__item {
    width: 28%;
    margin: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-content__item {
    width: auto;
    margin: 0 0 35px;
  }
}
.p-about-content__item-photo {
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .p-about-content__item-photo {
    text-align: center;
  }
}
.p-group-outline {
  margin: 0 0 100px;
}
@media only screen and (max-width: 900px) {
  .p-group-outline {
    margin: 0 0 75px;
  }
}
.p-group-content__column {
  padding: 0;
  background: #EFF7FA;
}
.p-group-content__column.first .p-group-content__column-inner::before {
  top: 100px;
}
.p-group-content__column.last .p-group-content__column-inner::before {
  top: auto;
  bottom: 50px;
}
.p-group-content__column.even {
  background: #fff;
}
.p-group-content__column.even .p-group-content__head-title {
  background: #00a0e9;
}
.p-group-content__column.even .p-group-content__no span {
  background: #fff;
}
.p-group-content__column-inner {
  position: relative;
  padding: 75px 0;
}
@media only screen and (max-width: 900px) {
  .p-group-content__column-inner {
    padding: 50px 0;
  }
}
.p-group-content__column-inner::before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  top: 0;
  left: 65px;
  background-color: #00a0e9;
}
@media only screen and (max-width: 900px) {
  .p-group-content__column-inner::before {
    left: 10px;
  }
}
.p-group-content__no {
  font-size: 110px;
  font-weight: 300;
  color: #0b318f;
  position: relative;
  z-index: 30;
}
@media only screen and (max-width: 900px) {
  .p-group-content__no {
    font-size: 34px;
    left: -8px;
  }
}
.p-group-content__no span {
  background: #EFF7FA;
}
.p-group-content__body {
  padding: 0 0 75px 60px;
  margin: 0 0 0 50px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .p-group-content__body {
    padding: 0 0 30px 34px;
    margin: 0;
  }
}
.p-group-content__photo {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-group-content__photo {
    display: block;
    padding: 0 0 0 45px;
    margin: -45px 0 15px;
  }
}
.p-group-content__outline {
  min-height: 350px;
  background: no-repeat right 0;
  background-size: 45% auto;
}
.p-group-content__outline-bg-ppm {
  background-image: url(../images/pages/group/img_group_ppm_photo_outline.jpg);
}
.p-group-content__outline-bg-cad-cam {
  background-image: url(../images/pages/group/img_group_cad-cam_photo_outline.jpg);
}
.p-group-content__outline-bg-c-lathe {
  background-image: url(../images/pages/group/img_group_c-lathe_photo_outline.jpg);
}
.p-group-content__outline-bg-milling {
  background-image: url(../images/pages/group/img_group_milling_photo_outline.jpg);
}
.p-group-content__outline-bg-pi {
  background-image: url(../images/pages/group/img_group_pi_photo_outline.jpg);
}
@media only screen and (max-width: 900px) {
  .p-group-content__outline {
    min-height: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .p-group-content__outline {
    min-height: auto;
    margin: 0 0 35px;
    background: transparent !important;
  }
}
.p-group-content__head {
  display: flex;
  align-items: center;
  margin: 0 0 45px;
}
@media only screen and (max-width: 900px) {
  .p-group-content__head {
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  .p-group-content__head {
    position: relative;
    left: -10px;
  }
}
.p-group-content__head-icon {
  background: #dbe7ed;
  width: 140px;
  height: 140px;
  display: flex;
  border-radius: 80px;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 1200px) {
  .p-group-content__head-icon {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 900px) {
  .p-group-content__head-icon {
    width: 45px;
    height: 45px;
  }
}
.p-group-content__head-icon img {
  display: block;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .p-group-content__head-icon img {
    height: 48px;
  }
}
@media only screen and (max-width: 900px) {
  .p-group-content__head-icon img {
    height: 26px;
  }
}
.p-group-content__head-title {
  color: #fff;
  background: #0b318f;
  font-size: 34px;
  padding: 15px 0 15px 40px;
  width: 500px;
  position: relative;
  left: -20px;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .p-group-content__head-title {
    font-size: 26px;
    width: 400px;
    left: -25px;
    padding: 10px 0 10px 35px;
  }
}
@media only screen and (max-width: 900px) {
  .p-group-content__head-title {
    width: auto;
    font-size: 20px;
    padding: 4px 15px 4px 30px;
  }
}
.p-group-content__catch {
  font-size: 26px;
  line-height: 1.8;
  font-weight: 700;
  width: 50%;
  padding: 0 0 45px;
}
@media only screen and (max-width: 900px) {
  .p-group-content__catch {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  .p-group-content__catch {
    width: auto;
    margin: 0;
    padding: 0;
  }
}
.p-group-content__role {
  margin: 0 0 100px;
}
@media only screen and (max-width: 900px) {
  .p-group-content__role {
    margin: 0 0 50px;
  }
}
.p-group-content__row {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0 0 75px;
}
@media only screen and (max-width: 900px) {
  .p-group-content__row {
    display: block;
    margin: 0 0 50px;
  }
}
.p-group-content__row:last-child {
  margin: 0;
}
.p-group-content__row.reverse {
  flex-direction: row;
}
.p-group-content__row.reverse .p-group-content__col-body {
  margin: 0 65px 0 0;
}
@media only screen and (max-width: 900px) {
  .p-group-content__row.reverse .p-group-content__col-body {
    margin: 0 0 20px;
  }
}
.p-group-content__col-body {
  flex: 1;
  margin: 0 0 0 50px;
}
@media only screen and (max-width: 900px) {
  .p-group-content__col-body {
    margin: 0 0 20px;
  }
}
.p-group-content__col-photo {
  width: 460px;
}
@media only screen and (max-width: 1200px) {
  .p-group-content__col-photo {
    width: 380px;
  }
}
@media only screen and (max-width: 900px) {
  .p-group-content__col-photo {
    width: auto;
    text-align: center;
  }
}

.p-quality-system {
  margin: 0 0 150px;
}
@media only screen and (max-width: 900px) {
  .p-quality-system {
    margin: 0 0 100px;
  }
}
.p-quality-system__outline {
  margin: 0 0 75px;
}
.p-quality-system__image {
  margin: 0 0 50px;
}
.p-quality-system__column {
  margin: 0 0 50px;
}
@media only screen and (max-width: 900px) {
  .p-quality-system__column {
    margin: 0 0 35px;
  }
}
.p-quality-system__column:last-child {
  margin: 0;
}
.p-quality-check__outline {
  margin: 0 0 75px;
}
.p-quality-check__equipment {
  margin: 0 0 75px;
}
@media only screen and (max-width: 900px) {
  .p-quality-check__equipment {
    margin: 0 0 50px;
  }
}
.p-quality-check__equipment-row {
  display: flex;
  justify-content: space-between;
  margin: 0 0 100px;
}
@media only screen and (max-width: 900px) {
  .p-quality-check__equipment-row {
    display: block;
  }
}
.p-quality-check__equipment-col {
  width: 48%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 900px) {
  .p-quality-check__equipment-col {
    width: auto;
    margin: 0 0 50px;
  }
  .p-quality-check__equipment-col:last-child {
    margin: 0;
  }
}
.p-quality-check__equipment-inner {
  margin: auto 0 0;
}
.p-quality-check__column {
  margin: 0 0 100px;
}
.p-quality-check__row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .p-quality-check__row {
    display: block;
    padding: 0 0 75px;
  }
}
.p-quality-check__col {
  width: 48%;
}
@media only screen and (max-width: 900px) {
  .p-quality-check__col {
    width: auto;
  }
  .p-quality-check__col:first-child {
    margin: 0 0 15px;
  }
}

.p-news__archive {
  min-height: 300px;
}
.p-news__item {
  display: flex;
  align-items: center;
  padding: 18px 12px;
  border-bottom: 1px solid #bebebe;
}
@media only screen and (max-width: 1000px) {
  .p-news__item {
    display: block;
    padding: 12px 8px;
  }
}
.p-news__link {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0.5rem;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  .p-news__link {
    padding: 3px 0;
  }
}
.p-news__date {
  width: 11rem;
  color: #101010;
}
@media only screen and (max-width: 1000px) {
  .p-news__date {
    margin: 0 0 4px;
  }
}
.p-news__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  color: #00a0e9;
  font-weight: 700;
  transition: all 0.25s ease;
  line-height: 1.2;
}
.p-news__title:hover {
  color: #0b318f;
}
.p-news__title i {
  padding: 0 0 0 5px;
}
.p-news__single-title {
  color: #0b318f;
  padding: 0 0 15px;
  margin: 0 0 25px;
  font-weight: 700;
  border-bottom: 1px solid #bebebe;
}
@media only screen and (max-width: 900px) {
  .p-news__single-title {
    font-size: 20px;
  }
}
.p-news__single-date {
  margin: 0 0 50px;
}
.p-news__single-content {
  margin: 0 0 100px;
}
.p-news__single-content p {
  line-height: 1.8;
}
@media only screen and (max-width: 900px) {
  .p-news__single-content p {
    line-height: 1.6;
  }
}
.p-news__single-link {
  display: flex;
  justify-content: center;
}

.p-page-title {
  font-weight: 700;
  border-left: 1px solid #00a0e9;
  font-size: 32px;
  padding: 8px 25px;
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 1200px) {
  .p-page-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .p-page-title {
    font-size: 22px;
    padding: 4px 12px;
    margin: 0 0 0 10px;
  }
}
.p-page-title__wrap {
  position: relative;
  height: 530px;
}
@media only screen and (max-width: 1200px) {
  .p-page-title__wrap {
    height: 380px;
  }
}
@media only screen and (max-width: 900px) {
  .p-page-title__wrap {
    height: 320px;
  }
}
.p-page-title__en {
  color: #0b318f;
  font-size: 16px;
  font-weight: 800;
  padding: 200px 0 0;
  margin: 0 0 15px;
}
@media only screen and (max-width: 900px) {
  .p-page-title__en {
    font-size: 14px;
    padding: 220px 0 0;
    margin: 0 0 10px;
  }
}
.p-page-title__photo {
  width: 55vw;
  height: 400px;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
@media only screen and (max-width: 1480px) {
  .p-page-title__photo {
    height: 360px;
  }
}
@media only screen and (max-width: 1200px) {
  .p-page-title__photo {
    width: 65vw;
    height: 280px;
  }
}
@media only screen and (max-width: 900px) {
  .p-page-title__photo {
    width: 80vw;
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .p-page-title__photo {
    width: 85vw;
    height: 160px;
  }
}
.p-page-title__photo:before {
  content: "";
  display: block;
  position: absolute;
  width: 55vw;
  height: 400px;
  top: 80px;
  right: 200px;
  background: #cee6f4;
  z-index: -1;
}
@media only screen and (max-width: 1480px) {
  .p-page-title__photo:before {
    height: 360px;
  }
}
@media only screen and (max-width: 1200px) {
  .p-page-title__photo:before {
    width: 65vw;
    height: 280px;
    right: 100px;
  }
}
@media only screen and (max-width: 900px) {
  .p-page-title__photo:before {
    width: 80vw;
    height: 200px;
    top: 40px;
    right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .p-page-title__photo:before {
    width: 85vw;
    height: 160px;
    right: 40px;
  }
}

.p-404__title {
  font-size: 22px;
  margin: 0 0 3.5rem;
  font-weight: bold;
  color: #10386b;
}
@media only screen and (max-width: 768px) {
  .p-404__title {
    font-size: 18px;
    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;
  }
}

.p-contact-title {
  font-weight: 700;
  font-size: 30px;
}
@media only screen and (max-width: 900px) {
  .p-contact-title {
    font-size: 22px;
  }
}
.p-contact-title__wrap {
  padding: 50px 0;
  margin: 0 0 35px;
  background: #EFF7FA;
}
@media only screen and (max-width: 900px) {
  .p-contact-title__wrap {
    padding: 30px 0;
    margin: 0 0 20px;
  }
}
.p-contact-title__en {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 10px;
  color: #0b318f;
}
@media only screen and (max-width: 900px) {
  .p-contact-title__en {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.p-contact-outline {
  margin: 0 0 50px;
}
@media only screen and (max-width: 1000px) {
  .p-contact-outline {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1000px) {
  .p-contact-outline {
    padding: 0 15px;
    margin: 0 0 35px;
  }
}
.p-contact-thanks__msg {
  font-size: 26px;
  color: #0b318f;
  text-align: center;
  font-weight: 700;
  padding: 20px 0 0;
  margin: 0 0 50px;
}
@media only screen and (max-width: 900px) {
  .p-contact-thanks__msg {
    font-size: 17px;
    margin: 0 0 20px;
  }
}
.p-contact-thanks__body {
  font-size: 16px;
  text-align: center;
  margin: 0 0 35px;
}
@media only screen and (max-width: 900px) {
  .p-contact-thanks__body {
    text-align: left;
    padding: 0 15px;
  }
}
.p-contact-thanks__link {
  display: flex;
  justify-content: center;
}