@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  outline: none;

  font: inherit;
  font-family: inherit;
  font-weight: inherit;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
img {
  border: none;
  outline: none;
}

img {
  vertical-align: middle;
}

label,
button {
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

a:active {
  opacity: 0.5;
}

a {
  -webkit-transition: 0.16s ease-in-out;
  transition: 0.16s ease-in-out;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

b,
.b {
  font-weight: normal;
}

strong,
.strong {
  font-weight: bold;
}

em {
  font-weight: normal;
}

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

small,
.small {
  font-size: 85.75%;
}

p,
.p,
li,
dt,
dd,
th,
td {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw, 16px);
  line-height: 1.9444444444vw;
  line-height: max(1.9444444444vw, 28px);

  line-break: strict;
}

@media only screen and (min-width: 1441px) {

  p,
  .p,
  li,
  dt,
  dd,
  th,
  td {
    font-size: 16px;
    line-height: 28px;
  }
}

ol,
ul,
li {
  list-style: none;
}

ul li p,
ol li p {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;

  vertical-align: middle;
}

img .lazy {
  opacity: 0;
}

img .fade-in {
  opacity: 1;

  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

a {
  color: #222;
}

a:link,
a:active,
a:hover,
a:visited {
  color: #222;
}

*[target=_blank]:after,
.newwindow:after {
  background: url("../img/icon_newwindow.svg") no-repeat 0 0;
  background-size: 13px 12px;

  font-size: 0;
  line-height: 12px;

  position: relative;
  top: -2px;

  display: inline-block;

  margin-right: 0;
  margin-left: 3px;
  width: 13px;
  height: 12px;

  content: "";
  vertical-align: middle;
}

p.notes,
span.notes {
  overflow: visible;

  margin-left: 1em !important;

  text-indent: -1em !important;
}

span.notes {
  display: block;
}

html>img {
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: -1;
}

body {
  opacity: 1;

  background-color: #fff;

  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 162.5%;
  color: #222;

  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-break: strict;
}

@media only screen and (min-width: 1441px) {
  body {
    font-size: 16px;
  }
}

body.no_scroll {
  overflow: hidden;
}

.body-wrap {
  background-color: #fff;

  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}

.corp-content {
  color: #45484e;

  padding: 100px 5%;
}

@media only screen and (max-width: 767px) {
  .corp-content {
    padding: 50px 0;
  }
}

.corp-content__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1240px;

  gap: 36px;
}

@media only screen and (max-width: 767px) {
  .corp-content__wrap {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}

.corp-content__main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 319px);
}

@media only screen and (max-width: 767px) {
  .corp-content__main {
    margin-right: 0;
    width: 100%;
  }
}

.corp-content__menu {
  position: relative;

  width: 283px;
}

@media only screen and (max-width: 767px) {
  .corp-content__menu {
    padding: 0 5%;
    width: 100%;
  }
}

.corp-content__menu nav ul li {
  margin-bottom: 1em;
}

.corp-content__menu nav ul li a.current {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .corp-content__menu nav ul li a {
    border-bottom: 1px solid #595959;

    position: relative;

    display: block;

    padding-bottom: 0.3em;
  }

  .corp-content__menu nav ul li a::after {
    border-right: 1px solid #595959;
    border-bottom: 1px solid #595959;

    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 8px;
    height: 8px;

    content: "";
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
  }

  .corp-content__menu nav ul li a[href^="#"]::after {
    border-right: 1px solid #595959;
    border-bottom: 1px solid #595959;

    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 8px;
    height: 8px;

    content: "";
    -webkit-transform: rotate(45deg) translateY(-70%) translateX(-100%);
    transform: rotate(45deg) translateY(-70%) translateX(-100%);
  }
}

.corp-content__menu nav.sticky {
  position: fixed;
  top: 40px;

  padding-top: 1em;
  width: 283px;
}

.corp-content__menu nav.absolute {
  position: absolute;
  bottom: 0;

  width: 283px;
}

@media only screen and (max-width: 767px) {
  .corp-content__menu nav.sticky {
    position: static;
    top: auto;

    width: 100%;
  }

  .corp-content__menu nav.absolute {
    position: static;
    bottom: auto;

    width: 100%;
  }
}

h1,
h2,
h3,
.font-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.heading {
  margin: 0 auto;
  padding-bottom: 50px;
  max-width: 1076px;
  width: 100%;

  text-align: center;
}

.heading h2 {
  font-size: 38px;
  line-height: 1.3;

  position: relative;

  letter-spacing: 2px;
}

@media all and (max-width: 1440px) {
  .heading h2 {
    font-size: max(2.6388888889vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .heading h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .heading h2 {
    font-size: max(7.4666666667vw, 12px);
  }
}

.heading h2.solution-service {
  font-size: 32px;
}

@media only screen and (max-width: 767px) {
  .heading h2.solution-service {
    font-size: 24px;
  }
}

@media only screen and (max-width: 375px) {
  .heading h2.solution-service {
    font-size: max(6.4vw, 12px);
  }
}

.heading h2 .label {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: normal;

  position: absolute;
  top: 0;
  left: 50%;

  display: inline-block;

  margin: 0 auto;

  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  letter-spacing: 1px;
}

@media all and (max-width: 1440px) {
  .heading h2 .label {
    font-size: max(1.3888888889vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .heading h2 .label {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .heading h2 .label {
    font-size: max(4.8vw, 12px);
  }
}

.heading h2+h3 {
  padding-top: 1.1em;
}

.heading>h3 {
  padding-top: 1.5em;
}

.heading.no-label h2 {
  padding-top: 0;
}

.heading--read {
  font-weight: normal;

  padding-top: 1.5em;

  letter-spacing: 1px;
}

@media all and (max-width: 1440px) {
  .heading--read {
    font-size: max(1.1111111111vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .heading--read {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .heading--read {
    font-size: max(4.2666666667vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .heading {
    padding-bottom: 40px;
  }
}

.sub-heading {
  margin: 0 auto;
  padding-bottom: 50px;
  max-width: 1076px;
  width: 100%;

  text-align: center;
}

.sub-heading h2 {
  font-size: 32px;
  line-height: 1.3;

  position: relative;

  padding-top: 1.6em;

  letter-spacing: 2px;
}

@media all and (max-width: 1440px) {
  .sub-heading h2 {
    font-size: max(2.2222222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .sub-heading h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .sub-heading h2 {
    font-size: max(5.3333333333vw, 12px);
  }
}

.sub-heading h2 .small {
  font-size: 24px;
}

@media all and (max-width: 1440px) {
  .sub-heading h2 .small {
    font-size: max(1.6666666667vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .sub-heading h2 .small {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .sub-heading h2 .small {
    font-size: max(4.8vw, 12px);
  }
}

.sub-heading--read {
  font-weight: normal;

  padding-top: 1.5em;

  letter-spacing: 1px;
}

@media all and (max-width: 1440px) {
  .sub-heading--read {
    font-size: max(1.1111111111vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .sub-heading--read {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .sub-heading--read {
    font-size: max(4.2666666667vw, 12px);
  }
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .sp-only {
    display: inline-block !important;
  }
}

.section-base {
  padding: 140px 5%;
}

@media only screen and (max-width: 767px) {
  .section-base {
    padding: 90px 5%;
  }
}

.section-base__wrap {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}

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

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

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

.box-gray {
  border-radius: 50px;
  background-color: #f8f8f8;

  padding: 60px;
}

@media only screen and (max-width: 767px) {
  .box-gray {
    border-radius: 30px;

    padding: 30px 20px;
  }
}

.quote-box {
  background-color: #f1f5f6;

  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #45484e;

  position: relative;

  margin: 40px 0;
  padding: 70px 30px;

  text-align: center;
}

.quote-box::before {
  font-size: 60px;
  line-height: 1;

  position: absolute;
  top: 20px;
  left: 20px;

  content: "“";
}

.quote-box::after {
  font-size: 60px;
  line-height: 1;

  position: absolute;
  bottom: 20px;
  right: 20px;

  content: "“";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .quote-box {
    font-size: 18px;

    margin: 20px 0;
    padding: 50px 20px;
  }

  .quote-box::before {
    font-size: 40px;

    top: 10px;
    left: 10px;
  }

  .quote-box::after {
    font-size: 40px;

    bottom: 10px;
    right: 10px;
  }
}

.bridge {
  background: url("../img/bg_strongpoint.png") no-repeat center center #103a8c;

  color: #fff;

  position: relative;

  overflow: hidden;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 160px 0 80px 0;
}

@media only screen and (max-width: 767px) {
  .bridge {
    margin-top: 60px;
    padding: 60px 0 20px 0;
  }
}

.bridge::before {
  border-top: 80px solid #fff;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;

  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -50%;
  width: 100%;

  content: "";
}

@media only screen and (max-width: 767px) {
  .bridge::before {
    border-top: 40px solid #fff;
  }
}

.bridge__eyecatch {
  text-align: center;
}

.bridge__eyecatch p {
  font-size: 24px;

  position: relative;

  display: inline-block;

  margin: 0 auto;
  padding-left: 80px;
}

.bridge__eyecatch p span {
  font-size: 32px;
}

.bridge__eyecatch p:before {
  border-radius: 50%;
  background: #fff url("../img/icon_check_gray.svg") no-repeat center center;

  font-size: 25px;
  line-height: 1;

  position: absolute;
  top: 50%;
  left: 0;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  height: 60px;

  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.bridge__eyecatch p::after {
  background-color: #fff;

  position: absolute;
  bottom: -20px;
  left: calc(50% + 30px);

  display: block;

  width: 82%;
  height: 2px;

  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bridge__strong {
  text-align: center;
}

.bridge__strong p {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;

  margin: 0 auto;
}

.bridge__strong p .small {
  font-size: 24px;

  display: block;
}

.breadcrumb {
  background: #f2f6f9;

  padding: 10px;
}

.breadcrumb__wrap {
  margin: 0 auto 0 auto;
  max-width: 1250px;
}

.breadcrumb__wrap ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
}

.breadcrumb__wrap ol li {
  margin-right: 10px;

  white-space: nowrap;
}

@media all and (max-width: 1440px) {
  .breadcrumb__wrap ol li {
    font-size: max(1.1111111111vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb__wrap ol li {
    font-size: 14px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 375px) {
  .breadcrumb__wrap ol li {
    font-size: max(3.7333333333vw, 12px);
  }
}

.breadcrumb__wrap ol li::after {
  margin-left: 10px;

  content: ">";
}

.breadcrumb__wrap ol li:last-child {
  font-weight: 600;
  color: #103a8c;

  overflow: hidden;

  margin-right: 0;

  text-overflow: ellipsis;
}

.breadcrumb__wrap ol li:last-child a,
.breadcrumb__wrap ol li:last-child span {
  color: #103a8c;
}

.breadcrumb__wrap ol li:last-child::after {
  display: none;
}

.pop-banner {
  background-color: rgba(0, 0, 0, 0.7);

  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;

  display: none;

  width: 100vw;
  height: 100vh;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.pop-banner.display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pop-banner__content {
  background: #fff;

  position: relative;

  max-width: 1100px;
  width: 90%;

  text-align: center;
}

.pop-banner__content img {
  max-width: 100%;
}

.pop-banner__content span {
  color: #fff;

  position: absolute;
  top: -40px;
  right: 0;

  display: block;

  width: 30px;
  height: 30px;
}

.pop-banner__content span .close {
  font-size: 0;

  position: relative;

  display: block;

  width: 30px;
  height: 30px;

  cursor: pointer;
  text-align: center;
}

.pop-banner__content span .close::before {
  background: #fff;

  position: absolute;
  top: 14px;
  left: 0;

  width: 100%;
  height: 2px;

  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pop-banner__content span .close::after {
  background: #fff;

  position: absolute;
  top: 14px;
  left: 0;

  width: 100%;
  height: 2px;

  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.imgpop {
  display: block;
}

.col2-content {
  padding: 100px 5%;
}

@media only screen and (max-width: 767px) {
  .col2-content {
    padding: 50px 0;
  }
}

.col2-content__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1240px;

  gap: 100px;
}

@media only screen and (max-width: 767px) {
  .col2-content__wrap {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    gap: 60px;
  }
}

.col2-content__main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 433px);
}

@media only screen and (max-width: 767px) {
  .col2-content__main {
    margin-right: 0;
    width: 100%;
  }
}

.col2-content__main .pickup {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .col2-content__main .pickup {
    display: none;

    padding: 0 5%;
  }
}

.col2-content__main .pickup h2 {
  font-size: 20px;

  padding-bottom: 10px;
}

.col2-content__main .pickup__item {
  margin-top: 20px;
}

.col2-content__main .pickup__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  gap: 4.4%;
}

.col2-content__main .pickup__image {
  overflow: hidden;

  width: 34.7%;

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.col2-content__main .pickup__image img {
  display: block;

  width: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.col2-content__main .pickup__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  width: 60.9%;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.col2-content__main .pickup__text h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;

  display: -webkit-box;
  overflow: hidden;

  max-height: 7em;

  text-overflow: ellipsis;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

.col2-content__main .pickup__text p {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  color: #a3a3a3;

  padding-top: 0.5em;
}

.col2-content__right {
  position: relative;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 333px;

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

@media only screen and (max-width: 767px) {
  .col2-content__right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
  }
}

.col2-content__right--wrap.sticky {
  position: fixed;
  top: 40px;

  width: 333px;
}

.col2-content__right--wrap.absolute {
  position: absolute;
  bottom: 0;

  width: 333px;
}

@media only screen and (max-width: 767px) {
  .col2-content__right--wrap.sticky {
    position: static;
    top: auto;

    width: 100%;
  }

  .col2-content__right--wrap.absolute {
    position: static;
    bottom: auto;

    width: 100%;
  }
}

.col2-content__right--banner a {
  display: block;

  margin-bottom: 10px;
}

.col2-content__right--banner a img {
  display: block;

  width: 100%;
}

.col2-content__right *+.pickup {
  margin-top: 40px;
}

.col2-content__right .pickup__item {
  margin-top: 1em;
}

.col2-content__right .pickup__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  gap: 10px;
}

.col2-content__right .pickup__image {
  width: 120px;

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.col2-content__right .pickup__image img {
  border-radius: 10px;

  display: block;

  width: 100%;
  height: auto;
}

.col2-content__right .pickup__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.col2-content__right .pickup__text h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;

  display: -webkit-box;
  overflow: hidden;

  max-height: 4.5em;

  text-overflow: ellipsis;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

@media only screen and (max-width: 767px) {
  .col2-content__right .pickup__text h3 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

.col2-content__right .pickup__text p {
  font-size: 12px;
  color: #a3a3a3;

  padding-top: 0.5em;
}

.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2em 4%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.col2__cell {
  width: 48%;
}

.col2__item--headtitle {
  font-size: 18px;

  padding-bottom: 0.5em;

  text-align: center;
}

@media all and (max-width: 1440px) {
  .col2__item--headtitle {
    font-size: max(1.25vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .col2__item--headtitle {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .col2__item--headtitle {
    font-size: max(4.2666666667vw, 12px);
  }
}

.col2__item--image {
  width: 100%;

  text-align: center;
}

.col2__item--image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.col2__item--title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;

  margin-top: 40px;
  padding: 0;
}

@media all and (max-width: 1440px) {
  .col2__item--title {
    font-size: max(1.3888888889vw, 12px);
  }
}

.col2__item--title .label {
  font-size: 12px;
  font-weight: normal;

  display: block;

  padding-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .col2 {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    gap: 40px;
  }

  .col2__cell {
    width: 100%;
  }

  .col2__item--image {
    height: auto;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .col2__item--title {
    font-size: max(5.3333333333vw, 12px);
  }
}

.col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2em 2.9%;
}

.col3__cell {
  width: 31.4%;
}

.col3__cell>a {
  display: block;
}

.col3__item {
  position: relative;
}

.col3__item--headtitle {
  font-size: 18px;

  padding-bottom: 15px;

  text-align: center;
}

@media all and (max-width: 1440px) {
  .col3__item--headtitle {
    font-size: max(1.25vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .col3__item--headtitle {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .col3__item--headtitle {
    font-size: max(4.2666666667vw, 12px);
  }
}

.col3__item--image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;

  text-align: center;
}

.col3__item--image img {
  display: block;

  -o-object-fit: cover;
  object-fit: cover;
}

.col3__item--company {
  font-size: 14px;
  font-weight: 700;

  margin: 0 0 1em 0;
}

@media all and (max-width: 1440px) {
  .col3__item--company {
    font-size: max(0.9722222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .col3__item--company {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .col3__item--company {
    font-size: max(3.7333333333vw, 12px);
  }
}

.col3__item--content {
  color: #222;

  padding-top: 15px;
}

.col3__item--service {
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;

  padding: 40px 0 30px 0;

  text-align: center;
}

@media all and (max-width: 1440px) {
  .col3__item--service {
    font-size: max(2.2222222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .col3__item--service {
    font-size: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .col3__item--service {
    font-size: max(7.4666666667vw, 12px);
  }
}

.col3__item--service a,
.col3__item--service span {
  position: relative;

  display: block;

  padding: 0 30px;
}

.col3__item--service a::after,
.col3__item--service span::after {
  background: url("../img/icon_arrow_black.svg") 0 0;
  background-size: 18px 15px;

  position: absolute;
  top: 50%;
  right: 0;

  display: block;

  width: 18px;
  height: 15px;

  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.col3__item--service2 {
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;

  padding: 40px 0 0 0;

  text-align: center;
}

@media all and (max-width: 1440px) {
  .col3__item--service2 {
    font-size: max(2.2222222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .col3__item--service2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .col3__item--service2 {
    font-size: max(7.4666666667vw, 12px);
  }
}

.col3__item--service2 a,
.col3__item--service2 span {
  position: relative;

  display: block;

  padding: 0 30px;
}

.col3__item--title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #222;

  margin-top: 30px;
  padding: 0;
}

@media all and (max-width: 1440px) {
  .col3__item--title {
    font-size: max(1.25vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .col3__item--title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .col3__item--title {
    font-size: max(4.8vw, 12px);
  }
}

.col3__item--title .label {
  font-size: 12px;
  font-weight: normal;

  display: block;

  padding-bottom: 0.6em;
}

.support .col3__item--title {
  text-align: center;
}

.col3__item--title.adjust20 {
  font-size: 20px;
}

@media all and (max-width: 1440px) {
  .col3__item--title.adjust20 {
    font-size: max(1.3888888889vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .col3__item--title.adjust20 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .col3__item--title.adjust20 {
    font-size: max(5.3333333333vw, 12px);
  }
}

.col3__item--title.center {
  text-align: center;
}

.col3__item .count {
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #f1f5f6;

  margin-bottom: -40px;
}

.col3__item--tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.col3__item--tags a,
.col3__item--tags span {
  background: #d9d9d9;

  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
  line-height: 1;
  color: #424242;

  display: block;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
}

.col3__item--detail {
  font-size: 16px;

  padding-top: 30px;
}

@media all and (max-width: 1440px) {
  .col3__item--detail {
    font-size: max(1.1111111111vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .col3__item--detail {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .col3__item--detail {
    font-size: max(4.2666666667vw, 12px);
  }
}

.col3__item--content>.col3__item--title {
  margin-top: 0;
}

.col3__item--table {
  border-bottom: 1px solid #424242;

  font-size: 14px;

  padding: 20px 0;
}

.col3__item--table table thead td {
  font-size: 14px;
  font-weight: 700;
}

.col3__item--table table tr th {
  font-size: 14px;
  color: #a3a3a3;

  text-align: left;
}

.col3__item--table table tr td {
  font-size: 14px;
  color: #222;

  padding-left: 1em;
}

.col3__item--annotation {
  font-size: 14px;
  font-weight: 700;

  padding-top: 1.2em;
  padding-bottom: 2em;
}

.col3__item--date {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #a3a3a3;

  margin-top: 0.5em;
}

@media all and (max-width: 1440px) {
  .col3__item--date {
    font-size: max(0.8333333333vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .col3__item--date {
    font-size: 12px;
  }
}

@media only screen and (max-width: 375px) {
  .col3__item--date {
    font-size: max(3.2vw, 12px);
  }
}

.col3__item--linktext {
  font-size: 20px;
  font-weight: 700;

  margin-top: 1em;

  text-align: center;
}

.col3__item--linkbutton {
  background-color: #595959;

  font-size: 14px;
  font-weight: 700;
  color: #fff;

  display: block;

  margin-top: 20px;
  padding: 0.5em 0;
  width: 100%;

  text-align: center;
  /*a, span {
  	display: block;
  	background-color: #595959;
  	color: #FFF;
  	padding: 0.5em 0;
  	text-align: center;
  	width: 100%;
  }*/
}

@media all and (max-width: 1440px) {
  .col3__item--linkbutton {
    font-size: max(0.9722222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .col3__item--linkbutton {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .col3__item--linkbutton {
    font-size: max(3.7333333333vw, 12px);
  }
}

.col3__item--linkbutton--col2 {
  font-size: 14px;
  font-weight: 700;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-top: 20px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media all and (max-width: 1440px) {
  .col3__item--linkbutton--col2 {
    font-size: max(0.9722222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .col3__item--linkbutton--col2 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .col3__item--linkbutton--col2 {
    font-size: max(3.7333333333vw, 12px);
  }
}

.col3__item--linkbutton--col2 a {
  background-color: #595959;

  color: #fff;

  display: block;

  padding: 0.5em 0;
  width: 46%;

  text-align: center;
}

.col3__item--nextlink {
  font-size: 14px;

  padding-top: 1em;

  text-align: left;
}

@media all and (max-width: 1440px) {
  .col3__item--nextlink {
    font-size: max(0.9722222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .col3__item--nextlink {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .col3__item--nextlink {
    font-size: max(3.7333333333vw, 12px);
  }
}

.col3__item--nextlink a,
.col3__item--nextlink span {
  font-weight: 700;
  color: #103a8c;
}

.col3__item--nextlink a::before,
.col3__item--nextlink span::before {
  background: url("../img/icon_detail-link_blue.svg") no-repeat 0 0;
  background-size: cover;

  display: inline-block;

  margin-right: 0.5em;
  width: 12px;
  height: 12px;

  content: "";
}

@media only screen and (max-width: 767px) {
  .col3 {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    gap: 40px;
  }

  .col3__cell {
    width: 100%;
  }

  .col3__item--image {
    height: auto;
  }

  .col3__item--service {
    font-size: 20px;

    padding: 20px 0 20px 0;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .col3__item--service {
    font-size: max(5.3333333333vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .col3__item--service a {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .col3__item--title {
    font-size: max(5.3333333333vw, 12px);
  }
}

.imageset__col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  gap: 70px;
}

.imageset__col2--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  gap: 7%;
}

.imageset__col2--img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 43%;
}

.imageset__col2--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  width: 50%;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.imageset__col2--text .read {
  font-weight: 700;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  padding-bottom: 20px;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  gap: 20px;
}

.imageset__col2--text .read .count {
  font-family: "Outfit", sans-serif;
  font-size: 70px;
  font-weight: 500;
  color: #f1f5f6;

  display: block;

  padding-bottom: 25px;
}

.imageset__col2--text h3 {
  font-size: 32px;
  line-height: 1.4;

  padding-bottom: 25px;
}

@media all and (max-width: 1440px) {
  .imageset__col2--text h3 {
    font-size: max(2.2222222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .imageset__col2--text h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .imageset__col2--text h3 {
    font-size: max(5.3333333333vw, 12px);
  }
}

.imageset__col2--text .ex {
  font-weight: 700;

  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .imageset__col2 {
    gap: 40px;
  }

  .imageset__col2--item {
    position: relative;

    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .imageset__col2--img {
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
  }

  .imageset__col2--text {
    width: 100%;
  }

  .imageset__col2--text .read {
    padding-bottom: 10px;
  }

  .imageset__col2 .read .count {
    font-size: 40px;

    position: absolute;
    top: 15px;
    left: 0;
    z-index: 2;
  }
}

.imageset__col2large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  gap: 70px;
}

.imageset__col2large--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  gap: 11.5%;
}

.imageset__col2large--img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
}

.imageset__col2large--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  width: 40.5%;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.imageset__col2large--text .read {
  font-weight: 700;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  padding-bottom: 20px;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  gap: 20px;
}

.imageset__col2large--text .read .count {
  font-family: "Outfit", sans-serif;
  font-size: 70px;
  font-weight: 500;
  color: #f1f5f6;

  display: block;

  padding-bottom: 25px;
}

.imageset__col2large--text h3 {
  font-size: 32px;
  line-height: 1.4;

  padding-bottom: 25px;
}

@media all and (max-width: 1440px) {
  .imageset__col2large--text h3 {
    font-size: max(2.2222222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .imageset__col2large--text h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .imageset__col2large--text h3 {
    font-size: max(5.3333333333vw, 12px);
  }
}

.imageset__col2large--text .ex {
  font-weight: 700;

  margin-top: 20px;
}

.imageset__col2large--text .note {
  margin-top: 20px;
}

@media all and (max-width: 960px) {
  .imageset__col2large--item {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .imageset__col2large--img {
    margin-bottom: 20px;
    width: 100%;
  }

  .imageset__col2large--text {
    width: 100%;
  }
}

.imageset__col2large+.imageset__col2large {
  margin-top: 70px;
}

.imageset__col2small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  gap: 30px;
}

.imageset__col2small--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 7%;
  -webkit-justify-content: center;
  justify-content: center;
}

.imageset__col2small--img {
  width: 30%;
}

.imageset__col2small--text {
  width: 63%;
}

.table-unit {
  border: 1px solid #424242;
  border-radius: 5px;

  overflow: hidden;

  width: 100%;

  border-collapse: separate;
}

.table-unit table {
  width: 100%;
}

.table-unit th,
.table-unit td {
  border-bottom: 1px solid #424242;

  font-size: 13px;

  padding: 20px;

  text-align: left;
}

.table-unit th {
  font-weight: 700;
}

.table-unit thead th {
  border-left: 1px solid #424242;
}

.table-unit thead th:first-child {
  border-left: none;
}

.table-unit tbody th {
  font-size: 16px;
}

.table-unit tbody td {
  border-left: 1px solid #424242;
}

.table-unit tbody tr:last-child th,
.table-unit tbody tr:last-child td {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .table-unit {
    overflow-x: scroll;

    width: 100%;
  }

  .table-unit table {
    min-width: 1000px;
    width: 100%;
  }

  .table-unit table thead th {
    min-width: 14em;
  }

  .table-unit table tbody th {
    width: 18em;
  }
}

.product-list01 h4 {
  font-size: 16px;
  font-weight: 700;
}

.product-list01 ul {
  margin-bottom: 5px;
}

.product-list01 ul li {
  position: relative;

  padding-left: 1.5em;
}

.product-list01 ul li::before {
  position: absolute;
  top: 0;
  left: 0.5em;

  content: "・";
}

.youtube-unit {
  margin: 0 auto 30px auto;
  max-width: 560px;
  width: 100%;

  aspect-ratio: 16/9;
}

.youtube-unit iframe {
  width: 100%;
  height: 100%;
}

.image-unit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.image-unit img {
  width: 100%;
}

.image-unit+div {
  margin-top: 50px;
}

.imagelist__col6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 2.9%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.imagelist__col6 li {
  border: solid 1px #c8c8c8;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14%;
}

.imagelist__col6 li img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .imagelist__col6 li {
    width: 31%;
  }
}

.list__col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
}

.list__col2--cell {
  width: 50%;
}

.list__col2--cell:first-child {
  border-right: 1px solid #424242;

  padding-right: 50px;
}

.list__col2--cell:last-child {
  padding-left: 50px;
}

.list__col2--cell .label {
  font-size: 18px;
  font-weight: 700;

  margin-bottom: 2em;

  text-align: center;
}

@media all and (max-width: 1440px) {
  .list__col2--cell .label {
    font-size: max(1.25vw, 12px);
  }
}

.list__col2 ul li {
  position: relative;

  padding: 5px 0 5px 30px;
}

.list__col2 ul li::before {
  background: url("../img/icon_check_green.svg") no-repeat 0 0;
  background-size: cover;

  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 18px;
  height: 18px;

  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.red .list__col2 ul li::before {
  background: url("../img/icon_check_red.svg") no-repeat 0 0;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .list__col2 {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .list__col2--cell {
    width: 100%;
  }

  .list__col2--cell:first-child {
    border-right: none;
    border-bottom: 1px solid #424242;

    margin-bottom: 30px;
    padding: 0 0 30px 0;
  }

  .list__col2--cell:last-child {
    padding: 0;
  }

  .list__col2--cell .label {
    font-size: 18px;

    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .list__col2--cell .label {
    font-size: max(4.8vw, 12px);
  }
}

.note-list {
  margin-top: 40px;
}

.note-list li {
  font-size: 14px;

  padding-left: 1em;

  text-indent: -1em;
}

.note-list li:before {
  content: "※";
}

.note-center {
  font-size: 16px;

  margin-top: 40px;

  text-align: center;
}

@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.scroll-logo {
  border-top: 2px solid #f1f5f6;
  border-bottom: 2px solid #f1f5f6;
  background: #fff;

  position: relative;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;

  padding: 10px 0;
}

.scroll-logo img {
  display: block;

  height: auto;
}

.scroll-logo ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin: 0;
  padding-left: 5px;

  list-style: none;

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.scroll-logo ul li img {
  height: 72px;
}

.scroll-logo ul:first-child {
  -webkit-animation: slide1 180s -90s linear infinite;
  animation: slide1 180s -90s linear infinite;
}

.scroll-logo ul:last-child {
  -webkit-animation: slide2 180s linear infinite;
  animation: slide2 180s linear infinite;
}

.float_bnr {
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 10;

  display: none;

  width: 240px;
  height: 240px;
}

@media only screen and (max-width: 767px) {
  .float_bnr {
    bottom: 10px;
    right: 10px;

    width: 40vw;
    height: 40vw;
  }
}

.float_bnr p {
  position: relative;
}

.float_bnr p button {
  border: none;
}

.float_bnr p .close {
  position: absolute;
  top: -25px;
  right: 2px;

  width: 17px;
  height: 17px;
}

.float_bnr p .close span {
  position: relative;

  display: block;

  width: 100%;
  height: 100%;

  cursor: pointer;
}

.float_bnr p .close span::before {
  background: #103a8c;

  position: absolute;
  top: 0;
  right: -10px;

  display: block;

  width: 100%;
  height: 1px;

  content: "";
  -webkit-transform: rotate(45deg) translateY(11px);
  transform: rotate(45deg) translateY(11px);
}

.float_bnr p .close span::after {
  background: #103a8c;

  position: absolute;
  bottom: 0;
  right: -10px;

  display: block;

  width: 100%;
  height: 1px;

  content: "";
  -webkit-transform: rotate(-45deg) translateY(-11px);
  transform: rotate(-45deg) translateY(-11px);
}

@media only screen and (max-width: 767px) {
  .float_bnr p .close {
    top: -25px;
    right: 0;

    width: 20px;
    height: 20px;
  }

  .float_bnr p .close span::before {
    top: 0;
    right: -10px;

    -webkit-transform: rotate(45deg) translateY(14px);
    transform: rotate(45deg) translateY(14px);
  }

  .float_bnr p .close span::after {
    bottom: 0;
    right: -10px;

    -webkit-transform: rotate(-45deg) translateY(-14px);
    transform: rotate(-45deg) translateY(-14px);
  }
}

.float_bnr p img {
  display: block;
}

.float_bnr.display {
  display: block;
}

.info-important {
  border-radius: 8px;
  background: #f2f6f9;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 100px auto;
  padding: 30px 50px;
  max-width: 974px;
  width: 90%;
}

@media only screen and (max-width: 767px) {
  .info-important {
    flex-direction: column;

    margin: 50px auto 50px auto;
    padding: 20px 30px;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}

.info-important h2 {
  font-weight: 700;

  width: 10em;
}

@media only screen and (max-width: 767px) {
  .info-important h2 {
    width: 100%;
  }
}

.info-important__text {
  width: calc(100% - 10em);
}

.info-important__text p {
  font-size: 14px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
}

.info-important__text p .date {
  width: 6.5em;
}

.info-important__text p a {
  color: #103a8c;

  position: relative;

  display: block;

  padding-right: 20px;
  width: calc(100% - 6.5em);

  text-decoration: underline;
}

.info-important__text p a:after {
  position: absolute;
  top: 15px;
  right: 0;

  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .info-important__text {
    width: 100%;
  }
}

.button {
  text-align: center;
}

.button a,
.button span,
.button button {
  border: 2px solid #103a8c;
  border-radius: 30px;

  font-size: 20px;
  font-weight: 700;
  color: #103a8c;

  position: relative;

  display: inline-block;

  padding: 15px 40px;
  min-width: 400px;

  text-align: center;
}

@media all and (max-width: 1440px) {

  .button a,
  .button span,
  .button button {
    font-size: max(1.3888888889vw, 12px);
  }
}

@media only screen and (max-width: 767px) {

  .button a,
  .button span,
  .button button {
    font-size: 16px;

    padding: 10px 40px;
    min-width: 100%;
  }
}

@media only screen and (max-width: 375px) {

  .button a,
  .button span,
  .button button {
    font-size: max(4.2666666667vw, 12px);
  }
}

.button a::after,
.button span::after,
.button button::after {
  background: url("../img/icon_arrow_blue.svg") no-repeat 0 0;
  background-size: 15px 14px;

  position: absolute;
  top: 50%;
  right: 20px;

  display: block;

  width: 15px;
  height: 14px;

  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button a.green,
.button span.green,
.button button.green {
  border: 2px solid #26ac76;
  background-color: #26ac76;

  color: #fff;
}

.button a.green::after,
.button span.green::after,
.button button.green::after {
  background: url("../img/icon_arrow_white.svg") no-repeat 0 0;
}

.button a.white,
.button span.white,
.button button.white {
  border: 2px solid #26ac76;
  background-color: #fff;

  color: #26ac76;
}

.button a.white::after,
.button span.white::after,
.button button.white::after {
  background: url("../img/icon_arrow_blue.svg") no-repeat 0 0;
}

.button a.none::after,
.button span.none::after,
.button button.none::after {
  display: none;
}

.button a.type01,
.button span.type01,
.button button.type01 {
  border: 2px solid #103a8c;
  background-color: #103a8c;

  color: #fff;
}

.button a.type01::after,
.button span.type01::after,
.button button.type01::after {
  background: url("../img/icon_arrow_white.svg") no-repeat 0 0;
}

.button a.type02,
.button span.type02,
.button button.type02 {
  border: 2px solid #103a8c;
  background-color: #fff;

  color: #103a8c;
}

.button a.type02::after,
.button span.type02::after,
.button button.type02::after {
  background: url("../img/icon_arrow_blue.svg") no-repeat 0 0;
}

.button a.download,
.button span.download,
.button button.download {
  border: 2px solid #103a8c;
  background-color: #103a8c;

  color: #fff;
}

.button a.download::after,
.button span.download::after,
.button button.download::after {
  background: url("../img/icon_dl.svg") no-repeat 0 0;

  width: 22px;
  height: 22px;
}

.button-small a,
.button-small span,
.button-small button {
  border: 2px solid #000;
  border-radius: 30px;

  font-size: 16px;
  font-weight: 700;

  display: inline-block;

  padding: 10px 20px;

  text-align: center;
}

@media all and (max-width: 1440px) {

  .button-small a,
  .button-small span,
  .button-small button {
    font-size: max(1.1111111111vw, 12px);
  }
}

@media only screen and (max-width: 767px) {

  .button-small a,
  .button-small span,
  .button-small button {
    font-size: 12px;

    padding: 5px 20px;
  }
}

@media only screen and (max-width: 375px) {

  .button-small a,
  .button-small span,
  .button-small button {
    font-size: max(3.2vw, 12px);
  }
}

.button-small a.green,
.button-small span.green,
.button-small button.green {
  border: 2px solid #26ac76;
  background-color: #26ac76;

  color: #fff;
}

.button-small a.white,
.button-small span.white,
.button-small button.white {
  border: 2px solid #26ac76;

  color: #26ac76;
}

.button-small a.type01,
.button-small span.type01,
.button-small button.type01 {
  border: 1px solid #103a8c;
  background-color: #103a8c;

  color: #fff;
}

.button-small a.type02,
.button-small span.type02,
.button-small button.type02 {
  border: 1px solid #103a8c;
  background-color: #fff;

  color: #103a8c;
}

.button-small a[target=_blank]::after,
.button-small span[target=_blank]::after,
.button-small button[target=_blank]::after {
  display: none;
}

.section-base .button {
  margin-top: 50px;
}

/* .nav-links{
	margin: 20px auto 100px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	.screen-reader-text{
		display: none;
	}
	a, span{
		display: flex;
		width: 48px;
		height: 48px;
		text-decoration: none;
		box-sizing: border-box;
		border: solid 2px #F1F1F1;
		border-radius: 5px;
		color: #000000;
		justify-content: center;
		align-items: center;
		line-height: 1.3;
		font-size: 14px;
		font-weight: 600;
		font-family: $font-family-opensans;
		@media only screen and (max-width: 767px) {
			width: 7%;
			max-width: 30px;
			height: 40px;
		}
		@media only screen and (max-width: 375px) {
			font-size: unquote("max(") math.div(14,375) * 100vw unquote(", 12px)");
		}
		&.current{
			background-color: $marubeni-blue;
			border: solid 2px $marubeni-blue;
			color: #FFF;
		}
	}
} */
.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin: 20px auto 100px auto;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  gap: 10px;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    gap: 2%;
  }
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .first,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
  border: solid 2px #f1f1f1;
  border-radius: 5px;

  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48px;
  height: 48px;

  text-decoration: none;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {

  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .first,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .last {
    max-width: 30px;
    width: 7%;
    height: 40px;
  }
}

@media only screen and (max-width: 375px) {

  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .first,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .last {
    font-size: max(3.7333333333vw, 12px);
  }
}

.wp-pagenavi .first {
  background: url("../img/icon_pagenation_first.svg") no-repeat center center;

  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .first {
    background-size: contain;
  }
}

.wp-pagenavi .previouspostslink {
  background: url("../img/icon_pagenation_prev.svg") no-repeat center center;

  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    background-size: contain;
  }
}

.wp-pagenavi .nextpostslink {
  background: url("../img/icon_pagenation_next.svg") no-repeat center center;

  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    background-size: contain;
  }
}

.wp-pagenavi .last {
  background: url("../img/icon_pagenation_last.svg") no-repeat center center;

  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .last {
    background-size: contain;
  }
}

.wp-pagenavi .current {
  border: solid 2px #103a8c;
  background-color: #103a8c;

  color: #fff;
}

.pageturn {
  position: relative;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-top: 60px;
  min-height: 62px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .pageturn {
    margin-top: 30px;
    min-height: 52px;
  }
}

.pageturn .prev {
  color: #103a8c;

  position: relative;

  display: inline-block;

  padding: 18px 0 18px 20px;
}

@media only screen and (max-width: 767px) {
  .pageturn .prev {
    padding: 12px 0 12px 20px;
  }
}

.pageturn .prev:after {
  background: url("../img/icon_arrow_blue.svg") no-repeat 0 0;
  background-size: 14px 14px;

  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 14px;
  height: 14px;

  content: "";
  -webkit-transform: translateY(-55%) rotate(180deg);
  transform: translateY(-55%) rotate(180deg);
}

.pageturn .next {
  color: #103a8c;

  position: relative;

  display: inline-block;

  padding: 18px 20px 18px 0;
}

@media only screen and (max-width: 767px) {
  .pageturn .next {
    padding: 12px 20px 12px 0;
  }
}

.pageturn .next:after {
  background: url("../img/icon_arrow_blue.svg") no-repeat 0 0;
  background-size: 14px 14px;

  position: absolute;
  top: 50%;
  right: 0;

  display: block;

  width: 14px;
  height: 14px;

  content: "";
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

.pageturn .button {
  position: absolute;
  left: 50%;

  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .pageturn .button {
    width: 50%;
  }
}

.pageturn .button a,
.pageturn .button button {
  border-color: #103a8c;

  color: #103a8c;
}

.pageturn .button a:after,
.pageturn .button button:after {
  background: url("../img/icon_arrow_blue.svg") no-repeat 0 0;
}

.header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 10px 5%;
    height: 50px;
  }
}

.header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin: 0 auto;
  max-width: 1440px;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .header__wrap {
    -webkit-align-items: start;
    align-items: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
}

.header__logo {
  margin-right: 3%;
}

.header__logo img {
  display: block;

  height: 26px;
}

.header__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-flex: 1;
  -webkit-box-pack: start;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-pack: start;
  -ms-flex-positive: 1;
  -webkit-justify-content: start;
  justify-content: start;
}

.header__open {
  background-color: #fff;

  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;

  display: none;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  .header__open {
    display: block;
  }
}

.header__open a {
  position: relative;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 100%;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  gap: 5px;
  -webkit-justify-content: center;
  justify-content: center;
}

.header__open a span {
  background-color: #000;

  font-size: 0;
  line-height: 0;

  display: block;

  width: 100%;
  height: 2px;
}

.header__close {
  border: none;
  background: none;

  display: none;
}

.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  gap: 2vw;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.header__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 30px;
}

.header__menu ul li {
  font-size: 14px;
}

@media all and (max-width: 1440px) {
  .header__menu ul li {
    font-size: max(0.9722222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .header__menu ul li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .header__menu ul li {
    font-size: max(3.7333333333vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .header__menu {
    display: none;
  }
}

.header__menu--sp {
  display: none;
}

.header__entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  white-space: nowrap;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  gap: 10px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .header__entry {
    display: none;
  }
}

.header.open .header__menu--sp {
  background: #fff;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;

  display: block;
  overflow-y: scroll;

  padding: 0;
  padding-bottom: 30px;
  width: 100vw;
  height: 100vh;
}

.header.open .header__menu--sp ul {
  margin: 2em 5%;
}

.header.open .header__menu--sp ul li {
  border-bottom: 1px solid #424242;

  padding: 1em 0;
}

.header.open .header__logo {
  border-bottom: 1px solid #424242;
  background-color: #fff;

  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;

  margin: 0;
  padding: 10px 5%;
  width: 100%;
  height: 50px;
}

.header.open .header__close {
  position: fixed;
  top: 10px;
  right: 5%;
  z-index: 10;

  display: block;
}

.header.open .header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.header.open .header__open {
  display: none;
}

.header.open .header__entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  padding: 0 5%;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  gap: 15px;
}

.header.open .header__entry a,
.header.open .header__entry button {
  padding-top: 1em;
  padding-bottom: 1em;
}

.header__category {
  background-color: #f1f5f6;

  padding: 3em 5%;
}

.header__category--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin: 0 auto;
  max-width: 1240px;
  width: 100%;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .header__category--wrap {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}

.header__category h1 {
  font-size: 34px;

  margin: 0;
}

@media only screen and (max-width: 767px) {
  .header__category h1 {
    font-size: 2em;

    margin: 1em 0 0 0;
  }
}

.header__category--title {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .header__category--title {
    width: 100%;

    text-align: center;
  }
}

.header__category--caption {
  font-size: 16px;

  margin-top: 1.5em;
  max-width: 30em;

  text-align: left;
}

@media only screen and (max-width: 767px) {
  .header__category--caption {
    font-size: 16px;

    margin-top: 1em;
    max-width: initial;

    text-align: center;
  }
}

@media only screen and (max-width: 375px) {
  .header__category--caption {
    font-size: max(4.2666666667vw, 12px);
  }
}

.header__category--cta {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .header__category--cta {
    margin-top: 1em;
    width: 100%;
  }

  .header__category--cta .nav__cta {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .header__category--cta .nav__cta a,
  .header__category--cta .nav__cta button {
    width: 100%;
  }
}

.header__category--cta p {
  font-size: 16px;

  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .header__category--cta p {
    font-size: 14px;

    padding-top: 1em;

    text-align: center;
  }
}

@media only screen and (max-width: 375px) {
  .header__category--cta p {
    font-size: max(3.7333333333vw, 12px);
  }
}

.headersimple {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .headersimple {
    padding: 10px;
  }
}

.headersimple__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin: 0 auto;
  max-width: 1240px;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  -ms-flex-align: center;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .headersimple__wrap {
    flex-direction: column;

    padding: 0 2%;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}

.headersimple__logo {
  margin-right: 3%;
}

@media only screen and (max-width: 767px) {
  .headersimple__logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.headersimple__logo img {
  height: 26px;
}

.first-view {
  background: rgba(255, 255, 255, 0.8);

  padding: 52px 40px;
}

@media only screen and (max-width: 767px) {
  .first-view {
    padding: 52px 5% 52px 5%;
  }
}

.first-view.service {
  border-bottom: 1px solid #dcdcdc;
}

.first-view.service h1 {
  font-size: 48px;

  margin: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .first-view.service h1 {
    font-size: 30px;
  }
}

.first-view.service h1 .logo_fv {
  margin-bottom: 10px;
  width: 170px;
}

.first-view.service h1 .label {
  border-radius: 8px;
  background-color: #103a8c;

  font-size: 20px;
  font-weight: 700;
  color: #fff;

  display: inline-block;

  margin-bottom: 20px;
  padding: 5px 20px;

  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .first-view.service h1 .label {
    font-size: 18px;
  }
}

.first-view__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin: 0 auto;
  max-width: 1160px;
  width: 100%;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  gap: 0 20;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .first-view__wrap {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}

.first-view__main {
  color: #103a8c;

  padding: 40px 0;
  max-width: calc(100% - 465px);

  text-align: left;
}

@media only screen and (max-width: 767px) {
  .first-view__main {
    padding: 0;
    max-width: 100%;
  }
}

.first-view__main--catchphrase {
  font-size: 20px;
  font-weight: 700;

  display: inline;
}

@media all and (max-width: 1440px) {
  .first-view__main--catchphrase {
    font-size: max(1.3888888889vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .first-view__main--catchphrase {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .first-view__main--catchphrase {
    font-size: max(4.2666666667vw, 12px);
  }
}

.first-view__main h1 {
  font-size: 50px;
  line-height: 1.2;

  margin: 20px 0;
}

@media all and (max-width: 1440px) {
  .first-view__main h1 {
    font-size: max(3.4722222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .first-view__main h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 375px) {
  .first-view__main h1 {
    font-size: max(10.6666666667vw, 12px);
  }
}

.first-view__main--point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin: 15px 0;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 15px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .first-view__main--point {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}

.first-view__main--point li {
  border: 1px solid #000;
  background: #fff url("../img/icon_checkmark.svg") no-repeat 20px center;

  font-size: 18px;
  color: #000;

  padding: 10px 10px 10px 80px;
}

.first-view__main--keyword {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

@media only screen and (max-width: 767px) {
  .first-view__main--keyword {
    gap: 5px;
  }
}

.first-view__main--keyword span {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  background: #fff;

  font-size: 13px;
  color: #666;

  display: inline-block;

  padding: 5px 10px;
}

@media only screen and (max-width: 767px) {
  .first-view__main--keyword span {
    padding: 5px 8px;
  }
}

.first-view__main--achieve {
  font-family: "Inter", sans-serif;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-top: 30px;
  max-width: 560px;

  -webkit-box-pack: start;
  -ms-flex-pack: start;
  gap: 8px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .first-view__main--achieve {
    max-width: initial;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.first-view__main--achieve p {
  background: url("../img/img_awardframe.svg") no-repeat center center;
  background-size: contain;

  font-size: 12px;
  font-weight: 700;
  line-height: 1;

  padding: 10px 20px 0 20px;
  width: auto;

  text-align: center;
}

@media all and (max-width: 1440px) {
  .first-view__main--achieve p {
    font-size: max(0.8333333333vw, 12px);
  }
}

.first-view__main--achieve p .title {
  font-size: 15px;

  letter-spacing: 0.3em;
}

@media all and (max-width: 1440px) {
  .first-view__main--achieve p .title {
    font-size: max(1.0416666667vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .first-view__main--achieve p .title {
    font-size: 10px;
  }
}

@media only screen and (max-width: 900px) {
  .first-view__main--achieve p .title {
    letter-spacing: 0.3em;
  }

  .first-view__main--achieve p .title::after {
    content: "\a";
    white-space: pre;
  }
}

@media only screen and (max-width: 375px) {
  .first-view__main--achieve p .title {
    font-size: max(2.6666666667vw, 12px);
  }
}

.first-view__main--achieve p .score {
  font-size: 50px;
  font-weight: 900;
}

.first-view__main--achieve p .score::after {
  content: "\a";
  white-space: pre;
}

@media all and (max-width: 1440px) {
  .first-view__main--achieve p .score {
    font-size: max(3.4722222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .first-view__main--achieve p .score {
    font-size: 26px;
  }
}

@media only screen and (max-width: 375px) {
  .first-view__main--achieve p .score {
    font-size: max(6.9333333333vw, 12px);
  }
}

.service .first-view__main {
  color: #103a8c;
}

.first-view__form {
  border-radius: 5px;
  background-color: #f2f6f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px;
  width: 415px;

  text-align: center;
}

.first-view__form h2,
.single-view__form h2 {
  font-size: 24px !important;
  margin: 0;
  padding: 0;
}

.first-view__form--caption,
.single-view__form--caption {
  font-size: 14px;
  line-height: 1.4;
  margin: 1em 0;
}

.first-view__form .close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .first-view__form {
    margin-top: 30px;
    width: 100%;
  }

  .first-view__form .form__area,
  .first-view__form .form__note,
  .first-view__form iframe {
    display: none;
  }
}

.first-view__form.open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 100vw;
  height: 100vh;
}

.first-view__form.open .form__area,
.first-view__form.open .form__note,
.first-view__form.open iframe,
.first-view__form.open .close {
  display: block;
}

.first-view__form.open .sp-form {
  display: none;
}

.first-view__form iframe {
  border: none;

  width: 100%;
  min-height: 540px;
}

@media only screen and (max-width: 767px) {
  .first-view__form iframe {
    min-height: 480px;
  }
}

.first-view__form .form__button {
  width: 100%;
}

.first-view .point-order {
  counter-reset: point-order;
}

.first-view .point-order li {
  font-size: 18px;
  font-weight: 700;

  position: relative;

  padding: 10px 0 10px 60px;
}

.first-view .point-order li::before {
  border-radius: 50%;
  background-color: #103a8c;

  font-family: "Roboto", sans-serif;
  font-size: 19px;
  line-height: 1;
  color: #fff;

  position: absolute;
  top: 50%;
  left: 10px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 27px;
  height: 27px;

  content: counter(point-order);
  counter-increment: point-order;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.first-view.top-fv {
  background: url("../img/bg_top-fv.png") no-repeat center center;
  background-size: cover;
}

.first-view.top-fv .first-view__form {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 24px rgba(4, 83, 150, 0.1);
  box-shadow: 0 4px 24px rgba(4, 83, 150, 0.1);
}

.price__detail {
  position: relative;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin: 0 auto 30px auto;
  max-width: 870px;

  text-align: center;

  gap: 10%;
}

.price__detail::after {
  background: url(../img/img_plus_green.svg) no-repeat;
  background-size: cover;

  position: absolute;
  top: 50%;
  left: 50%;

  display: block;

  width: 32px;
  height: 32px;

  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.price__detail h3 {
  font-size: 24px;
  font-weight: 700;
}

@media all and (max-width: 1440px) {
  .price__detail h3 {
    font-size: max(1.6666666667vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .price__detail h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .price__detail h3 {
    font-size: max(4.2666666667vw, 12px);
  }
}

.price__detail p {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .price__detail p {
    font-size: 14px;
    line-height: 1.4;

    margin-top: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .price__detail p {
    font-size: max(3.7333333333vw, 12px);
  }
}

.price__initial {
  border: solid 7px #f1f5f6;
  border-radius: 30px;

  padding: 30px;
  width: 45%;
}

.price__month {
  border: solid 7px #f1f5f6;
  border-radius: 30px;
  background: #f1f5f6;

  padding: 30px;
  width: 45%;
}

.price__list {
  margin: 50px auto 50px auto;
  max-width: 1028px;
}

@media only screen and (max-width: 767px) {
  .price__detail::after {
    width: 20px;
    height: 20px;
  }

  .price__detail h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .price__detail h3 {
    font-size: max(5.3333333333vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .price__initial {
    border: solid 5px #f1f5f6;

    font-size: 14px;

    padding: 20px 10px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .price__initial {
    font-size: max(3.7333333333vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .price__month {
    border: solid 5px #f1f5f6;

    font-size: 14px;

    padding: 20px 10px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .price__month {
    font-size: max(3.7333333333vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .price__list {
    margin: 20px auto 20px auto;
  }
}

.price.red .price__detail::after {
  background: url(../img/img_plus_red.svg) no-repeat;
  background-size: cover;
}

.customers__list {
  margin-bottom: 50px;
}

.customers .col3__item--content {
  background-color: #f8f8f8;

  padding: 20px;
}

.customers .col3__item--title {
  font-size: 20px;
}

@media all and (max-width: 1440px) {
  .customers .col3__item--title {
    font-size: max(1.3888888889vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .customers .col3__item--title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .customers .col3__item--title {
    font-size: max(4.8vw, 12px);
  }
}

.event .col3__item--title {
  margin-bottom: 15px;
}

.event__schedule {
  font-size: 12px;
  line-height: 1.6;

  padding-left: 3em;

  text-indent: -3em;
}

.event .col3__item--linkbutton--col2 {
  margin-top: 10px;
}

.event-seminar__wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
}

.event-seminar__wrap>h2 {
  font-size: 30px;
  font-weight: 700;

  padding-top: 50px;

  text-align: center;
}

.event-seminar__wrap.past {
  background: #f8f8f8;
}

.event-seminar__list {
  margin: 0 auto;
  max-width: 1240px;
}

.event-seminar__list--wrap {
  padding: 50px 0;
}

.event-seminar__schedule {
  font-size: 14px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-top: 1em;
}

.event-seminar__schedule .head {
  color: #a3a3a3;

  letter-spacing: 1em;
}

.event-seminar__schedule .item {
  padding-left: 1em;
}

.event-seminar .col3__item--tags {
  margin-top: 1em;

  gap: 5px;
}

.event-seminar .col3__item--linkbutton--col2 {
  border-top: 1px solid #959595;

  margin-top: 20px;
  padding-top: 20px;
}

.event-seminar .col3__item--linkbutton--col2 a:first-child {
  border: 1px solid;
  background-color: #fff;

  color: #000;
}

.event-seminar .col3__item--linkbutton--col2 a:last-child {
  border: 1px solid #000;
  background-color: #000;
}

.event-seminar .other-seminar {
  padding-bottom: 50px;
}

.event-detail {
  padding: 30px 5% 100px 5%;
}

.event-detail .col2-content__wrap {
  gap: 50px;
}

.event-detail .col2-content__wrap .col2-content__main {
  width: calc(100% - 545px);
}

.event-detail .col2-content__wrap .col2-content__right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 495px;
}

.event-detail .col2-content__wrap .col2-content__right--wrap.sticky,
.event-detail .col2-content__wrap .col2-content__right--wrap.absolute {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 495px;
}

@media only screen and (max-width: 767px) {
  .event-detail__title {
    padding: 0 5%;
  }
}

.event-detail__title h1 {
  font-size: 38px;
  line-height: 1.4;
}

@media all and (max-width: 1440px) {
  .event-detail__title h1 {
    font-size: max(2.6388888889vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .event-detail__title h1 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 375px) {
  .event-detail__title h1 {
    font-size: max(6.4vw, 12px);
  }
}

.event-detail__title--image {
  margin: 30px 0;
}

.event-detail__title--category {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #a3a3a3;

  margin-top: 50px;
}

@media all and (max-width: 1440px) {
  .event-detail__title--category {
    font-size: max(0.8333333333vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .event-detail__title--category {
    font-size: 12px;
  }
}

@media only screen and (max-width: 375px) {
  .event-detail__title--category {
    font-size: max(3.2vw, 12px);
  }
}

.event-detail__schedule {
  font-size: 14px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .event-detail__schedule {
    padding: 0 5%;
  }
}

.event-detail__schedule .head {
  color: #a3a3a3;

  letter-spacing: 1em;
}

.event-detail__schedule .item {
  padding-left: 1em;
}

.event-detail__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-top: 1em;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

@media only screen and (max-width: 767px) {
  .event-detail__tags {
    padding: 0 5%;
  }
}

.event-detail__tags a,
.event-detail__tags span {
  background: #d9d9d9;

  font-size: 11px;
  line-height: 1;
  color: #424242;

  display: block;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
}

.event-detail__lead {
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  .event-detail__lead {
    padding: 10px 5% 30px 5%;
  }
}

.event-detail__lead ul {
  margin-top: 1em;
  margin-left: 1.5em;
}

.event-detail__lead ul li {
  list-style: disc;
}

.event-detail__lead p {
  padding-top: 1em;
}

.event-detail__lineup {
  margin-bottom: 20px;
}

.event-detail__lineup h2 {
  font-weight: 700;

  margin-bottom: 1.6em;
}

.event-detail__lineup ul li {
  position: relative;

  padding: 12px 0 12px 50px;
}

.event-detail__lineup ul li::before {
  border-radius: 50%;
  background-color: #4a90e2;

  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 31px;
  height: 31px;

  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.event-detail__lineup ul li::after {
  background: url("../img/icon_check_white.svg") no-repeat 0 0;
  background-size: cover;

  position: absolute;
  top: 50%;
  left: 7px;

  display: block;

  width: 16px;
  height: 11px;

  content: "";
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.event-detail__form {
  background-color: #f7f7f7;

  padding: 56px 28px;
}

.event-detail__form h2 {
  font-size: 24px;
  font-weight: 700;

  margin: 15px 0;

  text-align: center;
}

.event-detail__form--free {
  font-size: 20px;
  font-weight: 700;

  text-align: center;
}

.event-detail__form--caption {
  font-size: 14px;
  color: #878080;

  margin-bottom: 15px;

  text-align: center;
}

.event-detail .cv__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  text-align: left;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .event-detail .cv__wrap {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}

.event-detail .cv__wrap--text h2 {
  font-size: 20px;

  margin-bottom: 0.5em;
}

@media all and (max-width: 1440px) {
  .event-detail .cv__wrap--text h2 {
    font-size: max(1.3888888889vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .event-detail .cv__wrap--text h2 {
    font-size: 18px;

    text-align: center;
  }
}

@media only screen and (max-width: 375px) {
  .event-detail .cv__wrap--text h2 {
    font-size: max(4.8vw, 12px);
  }
}

.event-detail .cv__wrap--text p {
  font-size: 14px;
}

@media all and (max-width: 1440px) {
  .event-detail .cv__wrap--text p {
    font-size: max(0.9722222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .event-detail .cv__wrap--text p {
    font-size: 14px;

    text-align: center;
  }
}

@media only screen and (max-width: 375px) {
  .event-detail .cv__wrap--text p {
    font-size: max(3.7333333333vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .event-detail .cv__wrap .button-small {
    margin-top: 30px;
    width: 100%;
  }

  .event-detail .cv__wrap .button-small a {
    font-size: 17px;

    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .event-detail .cv__wrap .button-small a {
    font-size: max(4.5333333333vw, 12px);
  }
}

.event-detail .article {
  background-color: #fff;

  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  .event-detail .article {
    padding: 30px 5% 30px 5%;
  }
}

.event-detail .article #toc_container {
  background-color: #f8f8f8;

  margin-bottom: 30px;
}

.event-detail .article__content {
  padding: 0;
}

.event-detail .article__content p {
  font-size: 14px;
}

.event-detail .article__content ol li,
.event-detail .article__content ul li {
  font-size: 14px;
}

.news__navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin: 0 auto;
  max-width: 800px;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 10px;
  -webkit-justify-content: center;
  justify-content: center;
}

.news__navi a {
  border-radius: 30px;
  background-color: #f1f5f6;

  font-size: 14px;
  color: #222;

  display: inline-block;

  padding: 10px 20px;
}

.news__navi a.current {
  background-color: #212121;

  color: #fff;
}

@media only screen and (max-width: 767px) {
  .news__navi {
    overflow-x: scroll;

    max-width: initial;

    white-space: nowrap;

    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    -webkit-justify-content: initial;
    justify-content: initial;
  }
}

.news__list {
  border-top: 1px solid #dcdcdc;

  margin: 40px auto 0 auto;
  max-width: 800px;
}

.news__item {
  border-bottom: 1px solid #dcdcdc;

  padding: 30px 0 30px 0;
}

.news__item--label {
  color: #a3a3a3;

  display: block;

  margin-bottom: 12px;
}

.news__item--headline {
  font-weight: 500;

  position: relative;

  display: -webkit-box;
  overflow: hidden;

  padding-right: 60px;

  text-overflow: ellipsis;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news__item--headline::after {
  background: url("../img/icon_arrow_black.svg") no-repeat 0 0;

  position: absolute;
  top: 0;
  right: 0;

  display: block;

  width: 20px;
  height: 20px;

  content: "";
}

.news__sorter {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 30px 0;
  max-width: 800px;
}

@media only screen and (max-width: 767px) {
  .news__sorter {
    overflow-x: scroll;

    width: 100%;
  }
}

.news__sorter p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin: 0 auto;
  max-width: 1240px;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 10px;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .news__sorter p {
    padding: 0 5%;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
  }
}

.news__sorter p label {
  display: inline-block;
}

.news__sorter p label span {
  border: 1px solid #f1f5f6;
  border-radius: 30px;
  background: #f1f5f6;

  font-size: 14px;
  font-weight: 700;

  display: inline-block;

  padding: 5px 20px;

  white-space: nowrap;
}

@media all and (max-width: 1440px) {
  .news__sorter p label span {
    font-size: max(0.9722222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .news__sorter p label span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .news__sorter p label span {
    font-size: max(3.7333333333vw, 12px);
  }
}

.news__sorter p label input {
  display: none;
}

.news__sorter p label input:checked+span {
  border: 1px solid #000;
  background-color: #000;

  color: #fff;
}

.news.news-page .news__list {
  border-top: none;

  margin: 80px auto 100px auto;
}

.news.news-page .news__item {
  padding: 10px 0 20px 0;
}

.news.news-page .news__item--label {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
}

.news.news-page .news__item--headline::after {
  background: url("../img/icon_arrow_green.svg") no-repeat 0 0;

  top: 0;
  right: 0;

  width: 20px;
  height: 20px;
}

.news.news-page .news__sorter {
  padding: 30px 0;
}

.news.news-page .news__sorter p label input:checked+span {
  border: 1px solid #103a8c;
  background-color: #103a8c;
}

@media only screen and (max-width: 767px) {
  .news-detail__title {
    padding: 0 5%;
  }
}

.news-detail__title h1 {
  font-size: 38px;
  line-height: 1.4;
}

@media all and (max-width: 1440px) {
  .news-detail__title h1 {
    font-size: max(2.6388888889vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .news-detail__title h1 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 375px) {
  .news-detail__title h1 {
    font-size: max(6.4vw, 12px);
  }
}

.news-detail__title--date {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #a3a3a3;

  margin-top: 30px;
}

@media all and (max-width: 1440px) {
  .news-detail__title--date {
    font-size: max(0.8333333333vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .news-detail__title--date {
    font-size: 12px;
  }
}

@media only screen and (max-width: 375px) {
  .news-detail__title--date {
    font-size: max(3.2vw, 12px);
  }
}

.news-detail__lead {
  padding: 10px 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .news-detail__lead {
    padding: 10px 5% 30px 5%;
  }
}

.news-detail__lead p {
  padding-top: 1em;
}

.news-detail .cv__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  text-align: left;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .news-detail .cv__wrap {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}

.news-detail .cv__wrap--text h2 {
  font-size: 20px;

  padding-bottom: 0.5em;
}

@media all and (max-width: 1440px) {
  .news-detail .cv__wrap--text h2 {
    font-size: max(1.3888888889vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .news-detail .cv__wrap--text h2 {
    font-size: 18px;

    text-align: center;
  }
}

@media only screen and (max-width: 375px) {
  .news-detail .cv__wrap--text h2 {
    font-size: max(4.8vw, 12px);
  }
}

.news-detail .cv__wrap--text p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
}

@media all and (max-width: 1440px) {
  .news-detail .cv__wrap--text p {
    font-size: max(0.9722222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .news-detail .cv__wrap--text p {
    font-size: 14px;

    text-align: center;
  }
}

@media only screen and (max-width: 375px) {
  .news-detail .cv__wrap--text p {
    font-size: max(3.7333333333vw, 12px);
  }
}

.news-detail .cv__wrap .button-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  gap: 10px;
}

.news-detail .cv__wrap .button-small a {
  display: block;

  padding: 10px 20px;
}

@media only screen and (max-width: 767px) {
  .news-detail .cv__wrap .button-small {
    margin-top: 10px;
    width: 100%;
  }

  .news-detail .cv__wrap .button-small a {
    font-size: 17px;

    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .news-detail .cv__wrap .button-small a {
    font-size: max(4.5333333333vw, 12px);
  }
}

.news-detail .article {
  background-color: #fff;

  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  .news-detail .article {
    padding: 30px 5% 30px 5%;
  }
}

.news-detail .article #toc_container {
  background-color: #f8f8f8;

  margin-bottom: 30px;
}

.news-detail .article__content {
  padding: 0;
}

.faq__list {
  border-top: 1px solid #dcdcdc;

  margin: 0 auto;
  max-width: 1028px;
}

.faq__item {
  border-bottom: 1px solid #dcdcdc;

  position: relative;

  padding: 20px 30px;
}

.faq__item::after {
  background: #103a8c;

  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 0;

  display: block;

  width: 23px;
  height: 3px;

  content: "";
}

.faq__item--q {
  font-weight: 700;

  position: relative;

  padding-left: 3em;

  cursor: pointer;
}

.faq__item--q::before {
  font-size: 24px;
  font-weight: 700;
  color: #103a8c;

  position: absolute;
  left: 0;

  content: "Q.";
}

.faq__item--q::after {
  background: #103a8c;

  position: absolute;
  top: 0;
  right: 10px;

  display: block;

  width: 3px;
  height: 23px;

  content: "";
}

.faq__item--q.open::after {
  display: none;
}

.faq__item--a {
  position: relative;

  display: none;

  margin-top: 1em;
  padding-left: 3em;
}

.faq__item--a::before {
  font-size: 24px;
  font-weight: 700;

  position: absolute;
  left: 0;

  content: "A.";
}

.faq__item--a dl {
  margin-top: 1em;
}

.faq__item--a dl dt {
  font-weight: 700;
}

.faq__item--title {
  font-weight: 700;

  position: relative;

  cursor: pointer;
}

.faq__item--title::after {
  background: #103a8c;

  position: absolute;
  top: 0;
  right: 10px;

  display: block;

  width: 3px;
  height: 23px;

  content: "";
}

.faq__item--title.open::after {
  display: none;
}

.faq__item--detail {
  position: relative;

  display: none;

  margin-top: 1em;
}

.faq__item--detail dl {
  margin-top: 1em;
}

.faq__item--detail dl dt {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .faq__item {
    padding: 20px 30px 20px 0;
  }

  .faq__item::after {
    right: 0;
  }

  .faq__item--q::after,
  .faq__item--title::after {
    right: -20px;
  }
}

.faq .section-base__wrap+.heading {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .faq .section-base__wrap+.heading {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .download.section-base {
    padding: 50px 0;
  }

  .download .heading {
    padding: 0 5% 40px 5%;
  }
}

.download__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .download__detail {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}

.download__detail--text {
  width: 54%;
}

@media only screen and (max-width: 767px) {
  .download__detail--text {
    margin: 0 auto;
    width: 90%;
  }
}

.download__detail--text img {
  margin-bottom: 1em;
  width: 100%;
}

.download__detail--text ul li {
  font-size: 16px;

  position: relative;

  padding: 15px 0 15px 40px;
}

@media only screen and (max-width: 767px) {
  .download__detail--text ul li {
    font-size: 1em;
  }
}

.download__detail--text ul li::before {
  border-radius: 50%;
  background-color: #4a90e2;

  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 31px;
  height: 31px;

  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.download__detail--text ul li::after {
  background: url("../img/icon_check_white.svg") no-repeat 0 0;
  background-size: cover;

  position: absolute;
  top: 50%;
  left: 8px;

  display: block;

  width: 16px;
  height: 11px;

  content: "";
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.download__detail--form {
  background-color: #f1f5f6;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  padding: 40px;
  width: 38%;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .download__detail--form {
    border-radius: 0;

    top: 0;
    left: 0;

    overflow-y: scroll;

    margin-bottom: -50px;
    padding: 40px 23px;
    width: 100%;
  }
}

.download__detail--form.open {
  display: block;
}

.download__detail--form h3 {
  font-size: 24px;

  text-align: center;
}

.download__detail--form h3~p {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .download__detail--form h3 {
    font-size: 1.6em;

    margin-bottom: 0.8em;

    text-align: left;
  }
}

.download__detail--form .close {
  display: none;
}

@media only screen and (max-width: 767px) {
  .download__detail--form .close {
    position: absolute;
    top: 1.3em;
    right: 5%;

    display: block;

    padding: 0.5em;
    width: 2.5em;
    height: 2.5em;
  }
}

.download__detail--form iframe {
  border: none;

  width: 100%;
  min-height: 530px;
}

.download__detail--intro {
  color: #878080;

  margin: 1em 0;

  text-align: center;
}

.download__detail__sp-link {
  display: none;
}

@media only screen and (max-width: 767px) {
  .download__detail__sp-link {
    border: none;
    border-radius: 4px;
    background: #ffd600;

    font-size: 1.1em;
    font-weight: 700;
    color: #222;

    position: relative;

    display: block;

    padding: 0.7em 1.25em;

    text-decoration: none;
    letter-spacing: 0;
  }

  .download__detail__sp-link::after {
    background: url("../img/icon_arrow_black_s.svg") no-repeat 0 0;
    background-size: 20px 20px;

    position: absolute;
    top: 50%;
    right: 1em;

    display: block;

    width: 20px;
    height: 20px;

    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.download__subtitle {
  font-size: 16px;
  font-weight: 700;

  padding: 1em 0;
}

@media only screen and (max-width: 767px) {
  .download__subtitle {
    font-size: 1em;
  }
}

.download__lead {
  font-size: 14px;
}

@media all and (max-width: 1440px) {
  .download__lead {
    font-size: max(0.9722222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .download__lead {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .download__lead {
    font-size: max(3.7333333333vw, 12px);
  }
}

.problem .col3__item--content ul li {
  position: relative;

  padding-bottom: 1em;
  padding-left: 30px;
}

.problem .col3__item--content ul li::before {
  border-right: 2px solid #ff5a5f;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 17px;
  height: 17px;

  content: "";
  -webkit-transform: rotate(45deg) translateY(11%);
  transform: rotate(45deg) translateY(11%);
}

.problem .col3__item--content ul li::after {
  border-top: 2px solid #ff5a5f;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 17px;
  height: 17px;

  content: "";
  -webkit-transform: rotate(45deg) translateY(50%) translateX(50%);
  transform: rotate(45deg) translateY(50%) translateX(50%);
}

.point .col2 {
  margin: 0 auto;
  max-width: 1028px;
}

.point .col2__cell {
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 10px rgba(143, 143, 143, 0.2);
  box-shadow: 0 3px 10px rgba(143, 143, 143, 0.2);

  overflow: hidden;
}

.point .col2__item--content {
  position: relative;

  padding: 60px 40px;
}

.point .col2__item--content .count {
  font-family: "Outfit", sans-serif;
  font-size: 100px;
  font-weight: 500;
  color: #f1f5f6;

  position: absolute;
  top: 60px;
  left: 20px;
  z-index: 0;

  display: block;

  padding-bottom: 25px;
}

.point .col2__item--title {
  font-family: "Outfit", sans-serif;
  font-size: 26px;

  position: relative;
  z-index: 1;

  margin-top: 10px;
  margin-bottom: 1em;
}

@media all and (max-width: 1440px) {
  .point .col2__item--title {
    font-size: max(1.8055555556vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .point .col2__item--title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 375px) {
  .point .col2__item--title {
    font-size: max(5.8666666667vw, 12px);
  }
}

.point .other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  margin: 50px auto 0 auto;
  max-width: 1028px;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  gap: 50px;
}

.point .other__item {
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 10px rgba(143, 143, 143, 0.2);
  box-shadow: 0 3px 10px rgba(143, 143, 143, 0.2);

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;

  padding: 30px 30px 30px 0;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.point .other__item .count {
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  font-weight: 500;
  color: #f1f5f6;

  top: 60px;
  left: 20px;
  z-index: 0;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  width: 18%;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.point .other__item .text {
  width: 82%;
}

.point .other__item .text--title {
  font-family: "Outfit", sans-serif;
  font-size: 26px;

  position: relative;
  z-index: 1;

  margin-bottom: 1em;
}

@media all and (max-width: 1440px) {
  .point .other__item .text--title {
    font-size: max(1.8055555556vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .point .other__item .text--title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 375px) {
  .point .other__item .text--title {
    font-size: max(5.8666666667vw, 12px);
  }
}

.point .other__item .text--content {
  font-size: 22px;
  font-weight: 700;

  padding: 1em 0;
}

@media all and (max-width: 1440px) {
  .point .other__item .text--content {
    font-size: max(1.5277777778vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .point .other__item .text--content {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .point .other__item .text--content {
    font-size: max(4.8vw, 12px);
  }
}

@media all and (max-width: 860px) {
  .point .other {
    margin: 2em auto 0 auto;

    gap: 2em;
  }

  .point .other__item {
    border-radius: 30px;

    position: relative;

    display: block;

    padding: 40px 20px 20px 20px;
  }

  .point .other__item .count {
    position: absolute;
    top: 25px;
    left: 10px;

    width: 2em;
  }

  .point .other__item .text {
    width: 100%;
  }
}

.point__graph {
  background: #f8f8f8;

  padding: 50px;

  text-align: center;
}

.point__graph h3 {
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  line-height: 1.6;

  margin-bottom: 30px;
}

@media all and (max-width: 1440px) {
  .point__graph h3 {
    font-size: max(2.2222222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .point__graph h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .point__graph h3 {
    font-size: max(7.4666666667vw, 12px);
  }
}

.point__graph h3 span {
  background: #222;

  color: #fff;

  display: inline-block;

  margin: 0 10px;
  padding: 0 10px;
}

.point__graph p {
  font-size: 12px;

  margin-top: 30px;
}

.function .col3__item--title {
  text-align: center;
}

.license .col3__item--title {
  padding-bottom: 1em;

  text-align: center;
}

.works {
  background: #f1f5f6;

  padding: 100px 5% 0 5%;
}

@media only screen and (max-width: 767px) {
  .works {
    padding: 50px 5% 0 5%;
  }
}

.works__overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin: 0 auto;
  max-width: 1240px;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  gap: 12%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .works__overview {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    gap: 30px;
  }
}

.works__overview--title {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .works__overview--title {
    width: 100%;
  }
}

.works__overview--title h1 {
  font-size: 34px;
  line-height: 1.6;

  margin-bottom: 1em;
}

@media all and (max-width: 1440px) {
  .works__overview--title h1 {
    font-size: max(2.3611111111vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .works__overview--title h1 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 375px) {
  .works__overview--title h1 {
    font-size: max(6.4vw, 12px);
  }
}

.works__overview--cta {
  margin-top: 80px;

  text-align: center;
}

@media only screen and (max-width: 767px) {
  .works__overview--cta {
    margin-top: 30px;
  }
}

.works__overview--cta .button {
  margin-top: 1em;
}

.works__overview--cta .button a {
  background: #212121;

  font-size: 16px;
  color: #fff;

  padding: 10px;
  min-width: initial;
  width: 100%;
}

@media all and (max-width: 1440px) {
  .works__overview--cta .button a {
    font-size: max(1.1111111111vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .works__overview--cta .button a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .works__overview--cta .button a {
    font-size: max(4.2666666667vw, 12px);
  }
}

.works__overview--client {
  width: 49.3%;
}

@media only screen and (max-width: 767px) {
  .works__overview--client {
    width: 100%;
  }
}

.works__overview--image {
  text-align: center;
}

.works__overview--name {
  font-weight: 700;
  line-height: 1.5;

  margin-top: 1em;
}

.works__overview--person {
  font-size: 14px;
  line-height: 1.5;

  margin-top: 0.5em;
}

.works__overview--person span {
  display: inline-block;

  padding-right: 1em;
}

.works__overview--detail {
  border-top: 1px solid #424242;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-top: 1em;
  padding-top: 1em;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5em 4em;
}

.works__overview--detail p {
  font-size: 14px;
}

@media all and (max-width: 1440px) {
  .works__overview--detail p {
    font-size: max(0.9722222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .works__overview--detail p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .works__overview--detail p {
    font-size: max(3.7333333333vw, 12px);
  }
}

.works__overview--detail p span {
  color: #a3a3a3;

  display: inline-block;

  padding-right: 2em;
}

.document .col2 {
  margin: 0 auto;
  max-width: 1240px;
}

.document .col2__item--title {
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  color: #000;
}

.document .col2__item .button {
  margin-top: 20px;
}

.document .col2__item .button a,
.document .col2__item .button span {
  background: #000;

  font-size: 16px;
  color: #fff;

  width: 82%;
}

.document .col2__item .button a::after,
.document .col2__item .button span::after {
  display: none;
}

@media all and (max-width: 1440px) {

  .document .col2__item .button a,
  .document .col2__item .button span {
    font-size: max(1.1111111111vw, 12px);
  }
}

@media only screen and (max-width: 767px) {

  .document .col2__item .button a,
  .document .col2__item .button span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {

  .document .col2__item .button a,
  .document .col2__item .button span {
    font-size: max(4.2666666667vw, 12px);
  }
}

.article {
  background: #f1f5f6;

  padding: 100px 5%;
}

.article__main {
  margin: 0 auto;
  max-width: 1028px;
}

.article__content {
  background: #fff;

  line-height: 1.5;

  padding: 100px;
}

@media only screen and (max-width: 767px) {
  .article__content {
    padding: 30px;
  }
}

.article__content h2,
.article__content .has-large-font-size {
  font-size: 32px;
}

@media all and (max-width: 1440px) {

  .article__content h2,
  .article__content .has-large-font-size {
    font-size: max(2.2222222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {

  .article__content h2,
  .article__content .has-large-font-size {
    font-size: 26px;
  }
}

@media only screen and (max-width: 375px) {

  .article__content h2,
  .article__content .has-large-font-size {
    font-size: max(6.9333333333vw, 12px);
  }
}

.article__content h3,
.article__content .has-medium-font-size {
  font-size: 24px;
}

@media all and (max-width: 1440px) {

  .article__content h3,
  .article__content .has-medium-font-size {
    font-size: max(1.6666666667vw, 12px);
  }
}

@media only screen and (max-width: 767px) {

  .article__content h3,
  .article__content .has-medium-font-size {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {

  .article__content h3,
  .article__content .has-medium-font-size {
    font-size: max(4.8vw, 12px);
  }
}

.article__content *+h2,
.article__content *+h3,
.article__content *+p,
.article__content *+figure {
  margin-top: 2em;
}

.article__content .wp-block-image :where(figcaption) {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.article__content figcaption {
  font-size: 14px;

  text-align: center;
}

.article__content .quote {
  position: relative;

  margin: 40px 2em 0 2em;
  padding-left: 3em;
}

@media only screen and (max-width: 767px) {
  .article__content .quote {
    margin: 20px 1em 0 1em;
    padding-left: 2em;
  }
}

.article__content .quote::before,
.article__content .quote::after {
  background: #424242;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 1px;
  height: 100%;

  content: "";
}

.article__content .quote::after {
  left: 1em;
}

.article__content .quote__source {
  font-size: 14px;

  margin-top: 1em;
}

.article__content blockquote.wp-block-quote {
  position: relative;

  margin: 40px 2em 0 2em;
  padding-left: 3em;
}

@media only screen and (max-width: 767px) {
  .article__content blockquote.wp-block-quote {
    margin: 20px 1em 0 1em;
    padding-left: 2em;
  }
}

.article__content blockquote.wp-block-quote::before,
.article__content blockquote.wp-block-quote::after {
  background: #424242;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 1px;
  height: 100%;

  content: "";
}

.article__content blockquote.wp-block-quote::after {
  left: 1em;
}

.article__content blockquote.wp-block-quote p:last-child {
  font-size: 14px;

  margin-top: 1em;
}

.article__content .linkcard {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-top: 40px;
  padding: 1em;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media only screen and (max-width: 767px) {
  .article__content .linkcard {
    flex-direction: column;

    margin-top: 30px;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}

.article__content .linkcard__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;

  width: 25%;
  height: 100%;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .article__content .linkcard__image {
    width: 100%;
    height: auto;

    aspect-ratio: 16/9;
  }
}

@media only screen and (max-width: 767px) {
  .article__content .linkcard__image img {
    width: 100%;

    -o-object-fit: cover;
    object-fit: cover;
  }
}

.article__content .linkcard__content {
  padding: 10px 30px;
  width: 75%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .article__content .linkcard__content {
    padding: 10px 20px;
    width: 100%;
  }
}

.article__content .linkcard__content--title {
  font-size: 18px;
  font-weight: 700;

  display: -webkit-box;
  overflow: hidden;

  margin: 0 0 10px 0;
  max-height: 60px;
  min-height: 20px;

  text-overflow: ellipsis;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.article__content .linkcard__content--title a {
  color: #103a8c;
}

@media only screen and (max-width: 767px) {
  .article__content .linkcard__content--title {
    max-height: 90px;

    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

.article__content .linkcard__content--text {
  margin: 0;
}

.article__content--table,
.article__content .wp-block-table {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {

  .article__content--table,
  .article__content .wp-block-table {
    overflow-x: scroll;

    margin-top: 20px;

    white-space: nowrap;
  }
}

.article__content--table table,
.article__content .wp-block-table table {
  border: 1px solid #424242;
  border-radius: 20px;

  overflow: hidden;

  margin: 10px 0;
  width: 100%;

  border-spacing: unset;
  border-collapse: unset;
}

@media only screen and (max-width: 767px) {

  .article__content--table table,
  .article__content .wp-block-table table {
    width: auto;
  }
}

.article__content--table table thead,
.article__content .wp-block-table table thead {
  border-bottom: none;
}

.article__content--table table thead th,
.article__content .wp-block-table table thead th {
  border-top: none;
  border-right: 1px solid #424242;
  border-bottom: 1px solid #424242;
  border-left: none;

  font-weight: 900;

  padding: 0.5em 2em;

  text-align: left;
}

.article__content--table table thead th:last-child,
.article__content .wp-block-table table thead th:last-child {
  border-right: none;
}

.article__content--table table tbody tr th,
.article__content--table table tbody tr td,
.article__content .wp-block-table table tbody tr th,
.article__content .wp-block-table table tbody tr td {
  border-top: none;
  border-right: 1px solid #424242;
  border-bottom: 1px solid #424242;
  border-left: none;

  padding: 0.5em 2em;

  text-align: left;
}

.article__content--table table tbody tr th:last-child,
.article__content--table table tbody tr td:last-child,
.article__content .wp-block-table table tbody tr th:last-child,
.article__content .wp-block-table table tbody tr td:last-child {
  border-right: none;
}

.article__content--table table tbody tr:last-child th,
.article__content--table table tbody tr:last-child td,
.article__content .wp-block-table table tbody tr:last-child th,
.article__content .wp-block-table table tbody tr:last-child td {
  border-bottom: none;
}

.article__content ul li {
  position: relative;

  padding-bottom: 0.5em;
  padding-left: 1.8em;
}

.article__content ul li::before {
  border-radius: 50%;
  background: #000;

  position: absolute;
  top: 0.5em;
  left: 0.5em;

  display: block;

  width: 8px;
  height: 8px;

  content: "";
}

.article__content ol {
  margin-top: 2em;
  margin-left: 1.2em;
}

.article__content ol li {
  list-style: decimal;
}

.article__content--image {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .article__content--image {
    margin-top: 20px;
  }
}

.article__content--image .image-caption {
  font-size: 13px;
  color: #a3a3a3;
}

@media only screen and (max-width: 767px) {
  .article__content--image .image-caption {
    font-size: 13px;
  }
}

.article__content--image .image-caption p {
  margin-top: 0.3em;
}

.article #toc_container {
  border: none;
  background: #fff;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 200px;
  padding: 50px 50px 30px 50px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .article #toc_container {
    margin-bottom: 100px;
    padding: 30px 20px 10px 20px;
  }
}

.article #toc_container .toc_title {
  font-size: 20px;
  font-weight: 700;

  padding-bottom: 20px;

  text-align: center;
}

.article #toc_container .toc_list li {
  font-weight: 700;

  padding-left: 0;
}

.article #toc_container .toc_list li::before {
  display: none;
}

.article #toc_container .toc_list li ul li {
  font-weight: normal;

  position: relative;

  padding-top: 0.3em;
  padding-bottom: 0;
  padding-left: 1em;
}

.article #toc_container .toc_list li ul li::before {
  border-radius: 50%;
  background: #222;

  position: absolute;
  top: 1.2em;
  left: 0;

  display: block;

  width: 7px;
  height: 7px;

  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.article__author {
  background: #f8f8f8;

  position: relative;

  margin: 40px auto 0 auto;
  padding: 20px;
  max-width: 815px;
}

@media only screen and (max-width: 767px) {
  .article__author {
    margin: 20px auto 0 auto;
  }
}

.article__author--detail {
  border-left: 1px dotted #424242;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 25%;
  padding: 2em;
}

@media only screen and (max-width: 767px) {
  .article__author--detail {
    border-left: none;

    margin-left: 0;
    padding: 0;
  }
}

.article__author--detail h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.3em;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .article__author--detail h2 {
    display: block;
  }
}

.article__author--detail p {
  font-size: 12px;
}

.article__author--title {
  font-size: 14px;

  position: absolute;
  top: 50%;
  left: 2em;

  width: 20%;

  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align:center;
}

@media only screen and (max-width: 767px) {
  .article__author--title {
    position: static;
    top: auto;
    left: auto;

    display: inline-block;

    margin-right: 20px;
    width: auto;

    -webkit-transform: none;
    transform: none;
    text-align: left;
  }

  .article__author--title::after {
    content: " :";
  }
}

.article__author--name {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .article__author--name {
    font-size: 14px;

    display: inline-block;
  }
}

.pickup__wrap {
  padding: 0 5%;
}

.pickup h2 {
  font-size: 20px;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1240px;
}

.blog {
  padding-top: 20px;
  /*&__sorter{
      padding: 60px 5%;
      @media only screen and (max-width: 767px) {
          padding: 50px 0 30px 0;
          overflow-x: scroll;
          width: 100%;
      }
      p{
          max-width: 1240px;
          margin: 0 auto;
          display: flex;
          justify-content: center;
          gap: 10px;
          @media only screen and (max-width: 767px) {
              justify-content: start;
              padding: 0 5%;
          }
          label{
              display: inline-block;
              span{
                  display: inline-block;
                  padding: 5px 20px;
                  border: 1px solid $system-gray;
                  border-radius: 30px;
                  background: $system-gray;
                  font-size: 14px;
                  font-weight: 700;
                  white-space: nowrap;
                  @media all and (max-width: 1440px) {
                      font-size: unquote("max(") math.div(14,1440) * 100vw, 12px unquote(")");
                  }
                  @media only screen and (max-width: 767px) {
                      font-size: 14px;
                  }
                  @media only screen and (max-width: 375px) {
                      font-size: unquote("max(") math.div(14,375) * 100vw unquote(", 12px)");
                  }
              }
              input{
                  display: none;
                  &:checked + span{
                      border: 1px solid $main-color;
                      background-color: $main-color;
                      color: #FFF;
                  }
              }
          }
      }
  }*/
}

.blog .slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog .slider__item {
  border-radius: 5px;

  overflow: hidden;

  max-height: 176px;
}

@media only screen and (max-width: 767px) {
  .blog .slider__item {
    max-height: initial;
  }
}

.blog .slider__item--image {
  max-height: 176px;
}

.blog .slider__item--image img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .blog .slider__item {
    border-radius: 30px;

    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;

    height: auto;
  }

  .blog .slider__item--content {
    display: block;

    padding-bottom: 0;
    height: auto;
  }

  .blog .slider__item--image {
    display: block;

    max-height: 156px;
  }

  .blog .slider__item--image img {
    width: 100%;
    height: auto;

    -o-object-fit: cover;
    object-fit: cover;
  }
}

.blog__wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
}

.blog__wrap+.cv {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .blog__wrap+.cv {
    margin-top: 30px;
  }
}

.blog .cv+.blog__wrap {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .blog .cv+.blog__wrap {
    margin-top: 30px;
  }
}

.blog__result {
  margin: 0 auto;
  max-width: 1240px;
}

.blog__result--wrap {
  padding: 50px 0;
}

.blog__result .col3__item--image {
  border-radius: 5px;

  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .blog__result .col3__item--image {
    border-radius: 30px;
  }
}

.blog__result .col3__item--title {
  font-size: 20px;

  display: -webkit-box;
  overflow: hidden;

  max-height: 60px;
  min-height: 20px;

  text-overflow: ellipsis;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

@media all and (max-width: 1440px) {
  .blog__result .col3__item--title {
    font-size: max(1.3888888889vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .blog__result .col3__item--title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .blog__result .col3__item--title {
    font-size: max(4.8vw, 12px);
  }
}

.blog__categorys {
  padding: 60px 5%;
}

@media only screen and (max-width: 767px) {
  .blog__categorys {
    overflow-x: scroll;

    padding: 50px 0 30px 0;
    width: 100%;
  }
}

.blog__categorys ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin: 0 auto;
  max-width: 1240px;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 10px;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .blog__categorys ul {
    padding: 0 5%;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
  }
}

.blog__categorys ul li {
  display: inline-block;
}

.blog__categorys ul li a {
  border: 1px solid #f1f5f6;
  border-radius: 30px;
  background: #f1f5f6;

  font-size: 14px;
  font-weight: 700;

  display: inline-block;

  padding: 5px 20px;

  white-space: nowrap;
}

@media all and (max-width: 1440px) {
  .blog__categorys ul li a {
    font-size: max(0.9722222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .blog__categorys ul li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .blog__categorys ul li a {
    font-size: max(3.7333333333vw, 12px);
  }
}

.blog__categorys ul li.selected a {
  border: 1px solid #103a8c;
  background-color: #103a8c;

  color: #fff;
}

@media only screen and (max-width: 767px) {
  .blog-detail__title {
    padding: 0 5%;
  }
}

.blog-detail__title h1 {
  font-size: 38px;
  line-height: 1.4;
}

@media all and (max-width: 1440px) {
  .blog-detail__title h1 {
    font-size: max(2.6388888889vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail__title h1 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 375px) {
  .blog-detail__title h1 {
    font-size: max(6.4vw, 12px);
  }
}

.blog-detail__title--date {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #a3a3a3;

  margin-top: 30px;
}

@media all and (max-width: 1440px) {
  .blog-detail__title--date {
    font-size: max(0.8333333333vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail__title--date {
    font-size: 12px;
  }
}

@media only screen and (max-width: 375px) {
  .blog-detail__title--date {
    font-size: max(3.2vw, 12px);
  }
}

.blog-detail__lead {
  padding: 10px 0 50px 0;
}

@media only screen and (max-width: 767px) {
  .blog-detail__lead {
    padding: 10px 5% 30px 5%;
  }
}

.blog-detail__lead p {
  padding-top: 1em;
}

.blog-detail .cv__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  text-align: left;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .blog-detail .cv__wrap {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}

.blog-detail .cv__wrap--text h2 {
  font-size: 20px;

  padding-bottom: 0.5em;
}

@media all and (max-width: 1440px) {
  .blog-detail .cv__wrap--text h2 {
    font-size: max(1.3888888889vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail .cv__wrap--text h2 {
    font-size: 24px;

    padding-bottom: 0.8em;

    text-align: center;
  }
}

@media only screen and (max-width: 375px) {
  .blog-detail .cv__wrap--text h2 {
    font-size: max(6.4vw, 12px);
  }
}

.blog-detail .cv__wrap--text p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
}

@media all and (max-width: 1440px) {
  .blog-detail .cv__wrap--text p {
    font-size: max(0.9722222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail .cv__wrap--text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;

    text-align: center;
  }
}

@media only screen and (max-width: 375px) {
  .blog-detail .cv__wrap--text p {
    font-size: max(1.1111111111vw, 16px);
  }
}

.blog-detail .cv__wrap .button-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  gap: 10px;
}

.blog-detail .cv__wrap .button-small a {
  display: block;

  padding: 10px 20px;
}

@media only screen and (max-width: 767px) {
  .blog-detail .cv__wrap .button-small {
    margin-top: 10px;
    width: 100%;
  }

  .blog-detail .cv__wrap .button-small a {
    font-size: 17px;

    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .blog-detail .cv__wrap .button-small a {
    font-size: max(4.5333333333vw, 12px);
  }
}

.blog-detail .cv+.pickup {
  margin-top: 100px;
}

.blog-detail .article {
  background-color: #fff;

  padding: 50px 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .blog-detail .article {
    padding: 30px 5% 30px 5%;
  }
}

.blog-detail .article__content {
  padding: 0;
}

.blog-detail .article #toc_container {
  background-color: #f2f6f9;

  margin-bottom: 0;
}

.blog-detail .article #toc_container+.article__content {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .blog-detail .article #toc_container+.article__content {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .company {
    padding: 0 5%;
  }
}

.company h2 {
  font-size: 30px;
  font-weight: 700;

  padding-top: 1.7em;
  padding-bottom: 1.5em;
}

.company h2:first-child {
  padding-top: 0;
}

.company__table--row {
  display: table;

  margin-bottom: 40px;
}

.company__table--row:last-child {
  margin-bottom: 0;
}

.company__table--header {
  font-weight: 500;

  display: table-cell;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
  width: 177px;
}

.company__table--data {
  display: table-cell;
}

@media only screen and (max-width: 767px) {
  .company__table--row {
    display: block;

    margin-bottom: 30px;
  }

  .company__table--row:last-child {
    margin-bottom: 0;
  }

  .company__table--header {
    display: block;

    margin-bottom: 5px;
  }

  .company__table--data {
    display: block;
  }
}

.company__message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  gap: 40px;
}

@media only screen and (max-width: 767px) {
  .company__message {
    flex-direction: column-reverse;

    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
}

.company__message--image {
  width: 240px;

  text-align: center;
}

@media only screen and (max-width: 767px) {
  .company__message--image {
    width: 100%;
  }
}

.company__message--image img {
  width: 240px;
  height: auto;

  -o-object-fit: cover;
  object-fit: cover;
}

.company__message--image p {
  margin-top: 0.5em;

  vertical-align: middle;
}

.company__message--image p span {
  font-size: 20px;
  font-weight: 700;

  display: inline-block;

  padding-left: 0.5em;
}

.company__message--text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.company__message--text h3 {
  font-size: 24px;
  font-weight: 700;
}

.company__message--text p {
  margin-top: 1em;
}

.company__boardmember--image {
  margin: 40px 0;
}

.company__boardmember--image:first-child {
  margin-top: 0;
}

.company__boardmember--image img {
  width: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.company__philosophy--item {
  border-left: 1px solid #45484e;

  margin-top: 40px;
  padding-left: 1em;
}

.company__philosophy--item:first-child {
  margin-top: 0;
}

.company__philosophy--item h3 {
  font-size: 20px;
  font-weight: 700;

  display: inline-block;

  margin-bottom: 0.5em;
}

.company__philosophy--item h3.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#86d9f6), to(#000));
  background: linear-gradient(90deg, #86d9f6 0%, #000 100%);
  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

.company__philosophy--item .content {
  font-size: 20px;
  font-weight: 700;
}

.company__philosophy--item .content+p {
  margin-top: 1em;
}

.company__history--row {
  display: table;

  margin-bottom: 1em;
}

.company__history--row:last-child {
  margin-bottom: 0;
}

.company__history--header {
  display: table-cell;

  width: 7.5em;
}

.company__history--data {
  display: table-cell;
}

.company__access--guide {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.company__access--guide+p {
  color: #45484e;

  margin-top: 1em;
}

.company__access--map {
  margin-top: 30px;
  width: 100%;
  height: 450px;
}

.company__access h3 {
  font-size: 30px;
  font-weight: 700;

  margin: 40px 0 30px 0;
}

.company__access--image {
  margin-top: 20px;
}

.company__access--image img {
  width: 100%;
}

.company__access--sign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-top: 10px;

  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.company__access--sign div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  gap: 10px;
  -webkit-justify-content: center;
  justify-content: center;
}

.company__access--sign div img {
  width: 40px;
  height: auto;
}

.company__access--sign div p {
  line-height: 1.4;
  color: #45484e;
}

.privacy {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 5%;
}

.privacy__wrap {
  margin: 0 auto;
  max-width: 708px;
}

.privacy__item {
  margin-bottom: 80px;
}

.privacy__item:last-child {
  margin-bottom: 0;
}

.privacy__item h3 {
  font-size: 24px;
  font-weight: 700;

  margin-bottom: 20px;
}

.privacy__item h3 span {
  display: inline-block;

  width: 2em;
}

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

.privacy__item ul {
  margin-top: 20px;
}

.privacy__item ol {
  margin-top: 20px;
}

.privacy__item ol.lower-alpha {
  margin-left: 1.5em;

  list-style-type: lower-alpha;
}

.privacy__item ol.lower-alpha li {
  padding-left: 1em;

  list-style-type: inherit;
}

.recruit h2 {
  font-size: 30px;
  font-weight: 700;

  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .recruit h2 {
    padding: 0 5%;
  }
}

.recruit h3 {
  font-size: 24px;
  font-weight: 700;

  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .recruit h3 {
    padding: 0 5%;
  }
}

.recruit ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 36px;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 27px 3%;
}

@media only screen and (max-width: 767px) {
  .recruit ul {
    flex-direction: column;

    padding: 0 5%;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    gap: 15px;
  }
}

.recruit ul li {
  border: 1px solid #000;

  width: 48.5%;
}

@media only screen and (max-width: 767px) {
  .recruit ul li {
    width: 100%;
  }
}

.recruit ul li a {
  font-weight: 700;

  display: block;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  height: 100%;
}

.recruit ul li a span {
  font-size: 12px;
  font-weight: 500;

  display: block;
}

.recruit ul:last-child {
  margin-bottom: 0;
}

.introduction h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;

  margin-top: 36px;
  margin-bottom: 36px;
}

.introduction h2:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .introduction h2 {
    font-size: 24px;

    padding: 0 5%;
  }
}

.introduction h4 {
  font-weight: 700;

  margin-top: 1em;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 767px) {
  .introduction__profile {
    padding: 0 5%;
  }
}

.introduction__profile h3 {
  font-weight: 700;

  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.introduction__profile h3:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .introduction .quote-box {
    margin: 20px 5%;
  }
}

.introduction--text p {
  margin-top: 0.8em;
}

@media only screen and (max-width: 767px) {
  .introduction--text {
    padding: 0 5% 0 5%;
  }
}

.introduction__business {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  gap: 40px;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .introduction__business {
    padding: 0 5%;

    gap: 30px;
  }
}

.introduction__business--item {
  position: relative;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  padding-left: 37%;
  min-height: 283px;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .introduction__business--item {
    padding-left: 0;
  }
}

.introduction__business--item h4 {
  font-size: 16px;
  font-weight: 700;

  margin-bottom: 0.5em;
}

.introduction__business--item p {
  font-size: 12px;
}

.introduction__business--img {
  border: 1px solid #000;

  position: absolute;
  top: 0;
  left: 0;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  width: 30%;
  width: 283px;
  height: 283px;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.introduction__business--img img {
  max-width: 100%;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .introduction__business--img {
    position: static;
    top: auto;
    left: auto;

    width: 100%;
    height: 180px;
  }
}

.introduction .career {
  gap: 36px;
}

@media only screen and (max-width: 767px) {
  .introduction .career {
    padding: 0 5%;

    gap: 20px;
  }
}

.introduction .career .imageset__col2small--item {
  gap: 5%;
}

.introduction .career .imageset__col2small--img {
  width: 177px;
  height: 177px;
}

@media only screen and (max-width: 767px) {
  .introduction .career .imageset__col2small--img {
    width: 24%;
    height: auto;
  }
}

.introduction .career .imageset__col2small--img img {
  width: 177px;
  height: 177px;

  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .introduction .career .imageset__col2small--img img {
    width: 100%;
    height: auto;
  }
}

.introduction .career .imageset__col2small--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  width: calc(95% - 177px);

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .introduction .career .imageset__col2small--text {
    width: 71%;
  }
}

.introduction .career .imageset__col2small--text h4 {
  font-size: 16px;

  margin-top: 0;
  margin-bottom: 0.5em;
}

.introduction .career .imageset__col2small--text p {
  font-size: 14px;
}

.introduction .cv {
  margin-top: 40px;
}

.introduction .cv__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  text-align: left;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .introduction .cv__wrap {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}

.introduction .cv__wrap--text h2 {
  font-size: 20px;

  margin-bottom: 0.5em;
  padding: 0;
}

@media all and (max-width: 1440px) {
  .introduction .cv__wrap--text h2 {
    font-size: max(1.3888888889vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .introduction .cv__wrap--text h2 {
    font-size: 18px;

    text-align: center;
  }
}

@media only screen and (max-width: 375px) {
  .introduction .cv__wrap--text h2 {
    font-size: max(4.8vw, 12px);
  }
}

.introduction .cv__wrap--text p {
  font-size: 14px;
}

@media all and (max-width: 1440px) {
  .introduction .cv__wrap--text p {
    font-size: max(0.9722222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .introduction .cv__wrap--text p {
    font-size: 14px;

    text-align: center;
  }
}

@media only screen and (max-width: 375px) {
  .introduction .cv__wrap--text p {
    font-size: max(3.7333333333vw, 12px);
  }
}

.introduction .cv__wrap .button-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  gap: 10px;
}

.introduction .cv__wrap .button-small a {
  display: block;

  padding: 10px 20px;
}

@media only screen and (max-width: 767px) {
  .introduction .cv__wrap .button-small {
    margin-top: 10px;
    width: 100%;
  }

  .introduction .cv__wrap .button-small a {
    font-size: 17px;

    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .introduction .cv__wrap .button-small a {
    font-size: max(4.5333333333vw, 12px);
  }
}

.inquiry {
  padding: 40px 5%;
}

.inquiry__wrap {
  margin: 0 auto;
  max-width: 814px;
}

.inquiry__wrap iframe {
  border: none;

  margin-top: 20px;
  width: 100%;
  min-height: 1000px;
}

.inquiry__note {
  color: #103a8c;

  padding-bottom: 5px;
}

.inquiry__note sup {
  padding-right: 0.3em;

  vertical-align: middle;
}

.inquiry__table--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: -1px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .inquiry__table--row {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}

.inquiry__table--data {
  border: 1px solid #a3a3a3;

  padding: 10px;
  width: 100%;
}

.inquiry__table--data.error {
  border: 2px solid #26ac76;

  z-index: 2;
}

.inquiry__table--data2 {
  border: 1px solid #a3a3a3;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 50%;
}

.inquiry__table--data2:first-child {
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .inquiry__table--data2 {
    width: 100%;
  }

  .inquiry__table--data2:first-child {
    border: 1px solid #a3a3a3;

    margin-bottom: -1px;
  }
}

.inquiry__table--data2.error {
  border: 2px solid #26ac76;

  z-index: 2;
}

.inquiry__table sup {
  color: #26ac76;

  padding-left: 0.3em;

  vertical-align: middle;
}

.inquiry__table .error_message {
  font-weight: 500;
  color: #26ac76;

  display: none;
}

.inquiry__table .error_message.indicate {
  font-size: 14px;

  display: inline-block;

  padding-left: 0.5em;
}

.inquiry__table select {
  border: none;

  padding: 5px;
  width: 100%;
}

.inquiry__table input {
  border: none;

  padding: 5px;
  width: 100%;
}

.inquiry__table textarea {
  border: none;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 6em;
}

.inquiry__label {
  font-weight: 700;
}

.inquiry__agree--check {
  margin-top: 30px;

  text-align: center;
}

.inquiry__agree--check label {
  position: relative;

  display: inline-block;

  padding-left: 30px;
}

.inquiry__agree--check label::before {
  border: 1px solid #000;
  border-radius: 5px;

  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 20px;
  height: 20px;

  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inquiry__agree--check label::after {
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;

  position: absolute;
  top: 50%;
  left: 7px;

  display: none;

  width: 5px;
  height: 10px;

  content: "";
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.inquiry__agree--check label a {
  text-decoration: underline;
}

.inquiry__agree--check input {
  display: none;
}

.inquiry__agree--check input:checked+label::after {
  display: block;
}

.inquiry__agree .button {
  margin-top: 30px;
}

.inquiry__agree .button a,
.inquiry__agree .button button {
  border-color: #103a8c;
  background-color: #103a8c;

  color: #fff;
}

.inquiry__agree .button a::after,
.inquiry__agree .button button::after {
  background: url("../img/icon_arrow_white.svg") no-repeat 0 0;
}

.inquiry__agree .agree-text {
  font-size: 12px;
  line-height: 1.6;

  margin-top: 30px;
}

.complete {
  padding: 220px 5%;
}

@media only screen and (max-width: 767px) {
  .complete {
    padding: 70px 5%;
  }
}

.complete__wrap {
  margin: 0 auto;
  width: 624px;

  text-align: center;
}

.complete__wrap h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

.complete__wrap .button a {
  width: 390px;
}

@media only screen and (max-width: 767px) {
  .complete__wrap {
    width: 100%;
  }

  .complete__wrap h2 {
    font-size: 30px;
  }

  .complete__wrap .button a {
    width: 100%;
  }
}

.complete--text {
  margin: 40px 0;
}

.complete--text.for-contact {
  margin: 40px 0 60px 0;
}

.complete--text a {
  color: #103a8c;

  text-decoration: underline;
}

.complete__note {
  background: #f2f6f9;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 30px 50px;
}

.complete__note h3 {
  font-size: 16px;

  margin-bottom: 1.5em;
}

.form__note {
  font-size: 14px;
  color: #ff5a5f;

  padding-bottom: 5px;

  text-align: left;
}

.form__input {
  border-bottom: 1px solid #d9d9d9;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  text-align: left;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.form__input--inner {
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  background: #fff;

  padding: 10px 10px 5px 10px;
}

.form__input--inner .label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;

  display: block;
}

.form__input--inner sup {
  color: #ff5a5f;

  vertical-align: top;
}

.form__input--inner input[type=text],
.form__input--inner input[type=email],
.form__input--inner input[type=tel] {
  border: none;

  font-size: 15px;
  font-weight: normal;

  margin-top: 5px;
}

.form__input--inner .error_message {
  font-size: 15px;
  font-weight: 500;
  color: #ff5a5f;

  display: none;
}

.form__input--inner .error_message.indicate {
  display: block;
}

.form__input--inner textarea {
  border: none;

  font-size: 15px;
  font-weight: normal;

  margin-top: 5px;
  width: 100%;
}

.form__note .desc {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  color: #262626;

  display: inline-block;

  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .form__note .desc {
    font-size: 0.65em;
  }
}

.form__note .desc a {
  color: inherit;

  text-decoration: underline;
}

.form__note .desc a:focus,
.form__note .desc a:hover {
  color: inherit;

  text-decoration: underline;
}

.form__button a,
.form__button button {
  border: none;
  border-radius: 4px;
  background: #103a8c;
  -webkit-box-shadow: 0 4px 24px 0 rgba(57, 115, 215, 0.4);
  box-shadow: 0 4px 24px 0 rgba(57, 115, 215, 0.4);

  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;

  position: relative;

  display: block;

  margin-top: 30px;
  padding: 20px 40px;
  width: 100%;

  text-align: center;
}

.form__button a.sp-form,
.form__button button.sp-form {
  margin-top: 10px;
}

.form__button a::after,
.form__button button::after {
  background: url("../img/icon_arrow_white_s.svg") no-repeat center center;

  position: absolute;
  top: 50%;
  right: 30px;

  display: block;

  width: 20px;
  height: 20px;

  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {

  .form__button a::after,
  .form__button button::after {
    right: 15px;
  }
}

.plan h3 {
  font-size: 22px;

  margin-bottom: 1em;

  text-align: center;
}

.plan h4 {
  font-size: 18px;
  font-weight: 700;

  margin-bottom: 1em;
}

.plan .table-unit {
  border-color: rgb(214, 217, 223);
  border-radius: 5px;
}

.plan .table-unit th,
.plan .table-unit td {
  border-bottom-color: rgb(214, 217, 223);
}

.plan .table-unit th {
  font-weight: 700;
}

.plan .table-unit thead th {
  border-left-color: rgb(214, 217, 223);
  background-color: rgb(36, 134, 252);

  color: #fff;

  text-align: center;
}

.plan .table-unit thead th:first-child {
  border-left: none;
}

.plan .table-unit tbody th {
  background-color: rgb(102, 102, 102);

  color: #fff;

  width: 15em;
}

.plan .table-unit tbody td {
  border-left-color: rgb(214, 217, 223);

  text-align: center;
}

.plan .table-unit tbody tr:last-child th,
.plan .table-unit tbody tr:last-child td {
  border-bottom: none;
}

.plan .table-unit+h3 {
  margin-top: 60px;
}

.plan .table-unit+h4 {
  margin-top: 30px;
}

.plan__absolute h3 {
  background-color: #f2f6f9;

  font-size: 24px;

  padding: 1em 0;
  width: 100%;

  text-align: center;
}

@media only screen and (max-width: 767px) {
  .plan__absolute h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .plan__absolute h3 {
    font-size: max(5.3333333333vw, 12px);
  }
}

.plan__absolute h4 {
  font-size: 32px;
  font-weight: 700;

  margin-top: 30px;

  text-align: center;
}

@media only screen and (max-width: 767px) {
  .plan__absolute h4 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 375px) {
  .plan__absolute h4 {
    font-size: max(6.9333333333vw, 12px);
  }
}

.plan__absolute .other__item .text {
  position: relative;
  z-index: 1;
}

.plan__absolute .other__item .text--title {
  font-size: 22px;
  font-weight: 700;
}

.plan__absolute .other+h3 {
  margin-top: 60px;
}

.top-feature__subtitle {
  font-size: 32px;
  line-height: 1.6;

  padding: 60px 0 60px 0;

  text-align: center;
}

@media only screen and (max-width: 767px) {
  .top-feature__subtitle {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .top-feature__subtitle {
    font-size: max(5.3333333333vw, 12px);
  }
}

.cv {
  background-color: #103a8c;

  color: #fff;

  padding: 30px;

  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cv {
    padding: 30px 5vw;
  }
}

.cv__wrap {
  margin: 0 auto;
  max-width: 1240px;
}

.cv__wrap h2 {
  font-size: 28px;
  font-weight: 600;

  padding-bottom: 0.8em;
}

@media all and (max-width: 1440px) {
  .cv__wrap h2 {
    font-size: max(1.9444444444vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .cv__wrap h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 375px) {
  .cv__wrap h2 {
    font-size: max(6.4vw, 12px);
  }
}

.cv__wrap h2+p {
  margin-bottom: 0.5em;
}

.cv__wrap h2+.button p a,
.cv__wrap h2+.button p button {
  margin-top: 1em;
}

.cv .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  gap: 30px;
  -webkit-justify-content: center;
  justify-content: center;
}

.cv .button p {
  font-size: 16px;
  font-weight: 600;
}

.cv .button p a,
.cv .button p button {
  border: 2px solid #fff;

  font-size: 20px;

  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .cv .button {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    gap: 0;
  }

  .cv .button p {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .cv .button p {
    font-size: max(4.2666666667vw, 12px);
  }
}

@media only screen and (max-width: 767px) {

  .cv .button p a,
  .cv .button p button {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {

  .cv .button p a,
  .cv .button p button {
    font-size: max(4.5333333333vw, 12px);
  }
}

.nav__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  margin: 1em 0;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-align: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  gap: 1em;
}

.nav__cta a {
  border: 1px solid #103a8c;
  border-radius: 2.5rem;
  background-color: #103a8c;

  font-size: 16px;
  font-weight: 700;
  color: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  padding: 0.75em 1.5em;
  min-width: 15em;
  height: 100%;

  text-align: center;
  text-decoration: none;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  gap: 10px;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 1120px) {
  .nav__cta a {
    font-size: 14px;
  }
}

.nav__cta a:first-child {
  background: #fff;

  color: #103a8c;
}

.nav__cta a[target=_blank]::after {
  display: none;
}

.under__form {
  display: none;
}

@media only screen and (max-width: 767px) {
  .under__form {
    background-color: #fff;

    overflow-y: scroll;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 40px 20px;
    width: 100%;

    text-align: center;
  }

  .under__form h2 {
    font-size: 24px;

    margin: 0;
    padding: 0;
  }

  .under__form--caption {
    font-size: 14px;
    line-height: 1.4;

    margin: 1em 0;
  }

  .under__form .close {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .under__form .sp-form {
    display: none;
  }

  .under__form.open {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;

    display: block;

    margin: 0;
    width: 100vw;
    height: 100vh;
  }
}

.slider {
  padding: 30px 0 10px 0;
}

@media only screen and (max-width: 767px) {
  .slider {
    padding: 10px 0 10px 0;
  }
}

.slider__item {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  margin: 10px 45px;
  max-width: 1028px;
  width: 90vw;
}

@media only screen and (max-width: 767px) {
  .slider__item {
    margin: 10px 15px;
    max-width: 78vw;
  }
}

.slider__item--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  height: 100%;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media only screen and (max-width: 767px) {
  .slider__item--wrap {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}

.slider__item--image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;

  width: 32.6%;
  height: 100%;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .slider__item--image {
    width: 100%;
    height: 49%;
  }
}

.slider__item--image img {
  max-height: 100%;
}

.slider__item--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  padding: 10px 30px;
  width: 67.4%;
  height: 100%;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .slider__item--content {
    padding: 10px 20px;
    width: 100%;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.slider__item--logo {
  margin-bottom: 10px;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  .slider__item--logo {
    height: 40px;
  }
}

.slider__item--logo img {
  height: 100%;
}

.slider__item--title {
  font-size: 18px;
  font-weight: 700;

  display: -webkit-box;
  overflow: hidden;

  max-height: 60px;
  min-height: 20px;

  text-overflow: ellipsis;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

@media only screen and (max-width: 767px) {
  .slider__item--title {
    max-height: 5em;

    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

.slider__item--company {
  font-size: 14px;
  font-weight: 700;
}

@media all and (max-width: 1440px) {
  .slider__item--company {
    font-size: max(0.9722222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .slider__item--company {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .slider__item--company {
    font-size: max(3.7333333333vw, 12px);
  }
}

.slider__item--detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  padding-top: 10px;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}

@media only screen and (max-width: 767px) {
  .slider__item--detail {
    padding-top: 5px;

    gap: 0 1.5em;
  }
}

.slider__item--detail p {
  font-size: 14px;
}

@media all and (max-width: 1440px) {
  .slider__item--detail p {
    font-size: max(0.9722222222vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .slider__item--detail p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .slider__item--detail p {
    font-size: max(3.7333333333vw, 12px);
  }
}

.slider__item--detail p span {
  color: #a3a3a3;

  display: inline-block;

  padding-right: 1em;
}

.slider__item--date {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #a3a3a3;
}

@media all and (max-width: 1440px) {
  .slider__item--date {
    font-size: max(0.8333333333vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .slider__item--date {
    font-size: 12px;

    margin-top: 5px;
  }
}

@media only screen and (max-width: 375px) {
  .slider__item--date {
    font-size: max(3.2vw, 12px);
  }
}

.slider__item a {
  color: #000;

  text-decoration: none;
}

.slider__item a:active,
.slider__item a:hover {
  color: #000;
}

.slider .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-top: 20px;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 20px;
  -webkit-justify-content: center;
  justify-content: center;
}

.slider .slick-dots li button {
  border: none;
  border-radius: 50%;
  background-color: #dde4e5;

  font-size: 0;

  display: block;

  width: 12px;
  height: 12px;

  cursor: pointer;
}

.slider .slick-dots li.slick-active button {
  background-color: #424242;
}

.slider .slick-arrow {
  border: none;
  border-radius: 50%;
  background: #fff url(../img/icon_arrow_black_s.svg) no-repeat center center;

  font-size: 0;

  position: absolute;
  top: 45%;
  z-index: 10;

  width: 30px;
  height: 30px;

  cursor: pointer;
}

.slider .slick-arrow.slick-next {
  right: 3vw;
}

.slider .slick-arrow.slick-prev {
  left: 50%;

  margin-left: -15px;

  -webkit-transform: translateX(-44vw) rotate(180deg);
  transform: translateX(-44vw) rotate(180deg);
}

.slider .slick-arrow.slick-next {
  left: 50%;
  right: auto;

  margin-left: -15px;

  -webkit-transform: translateX(44vw);
  transform: translateX(44vw);
}

@media (max-width: 1280px) {
  .slider .slick-arrow.slick-prev {
    left: 3vw;

    margin-left: 0;

    -webkit-transform: translateX(0) rotate(180deg);
    transform: translateX(0) rotate(180deg);
  }

  .slider .slick-arrow.slick-next {
    left: auto;
    right: 3vw;

    margin-left: 0;

    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 1280px) {
  .slider .slick-arrow.slick-prev {
    left: 50%;

    margin-left: 0;

    -webkit-transform: translateX(-571px) rotate(180deg);
    transform: translateX(-571px) rotate(180deg);
  }

  .slider .slick-arrow.slick-next {
    left: 50%;
    right: auto;

    margin-left: 0;

    -webkit-transform: translateX(541px);
    transform: translateX(541px);
  }
}

@media only screen and (max-width: 767px) {
  .slider .slick-arrow {
    top: 46%;
  }

  .slider .slick-arrow.slick-prev {
    left: 3vw;

    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.search__wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
}

.search__keywords {
  margin: 0 auto;
  padding: 50px 0;
  max-width: 1240px;
}

.search__keywords--wrap {
  margin-top: 60px;
}

.search__keywords h2 {
  font-size: 20px;
  font-weight: 700;

  position: relative;

  padding-left: 2em;

  cursor: pointer;
}

.search__keywords h2::before {
  background-color: #212121;

  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 1em;
  height: 3px;

  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search__keywords h2::after {
  background-color: #212121;

  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 1em;
  height: 3px;

  content: "";
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.search__keywords.open h2::after {
  display: none;
}

.search__keywords--category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .search__keywords--category {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}

.search__keywords--category h3 {
  padding: 15px 0;
  width: 6em;

  vertical-align: top;
}

.search__keywords--select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.search__keywords--select label {
  font-family: "Outfit", sans-serif;

  display: inline-block;
}

.search__keywords--select label span {
  border: 1px solid #f1f5f6;
  border-radius: 30px;
  background: #f1f5f6;

  display: inline-block;

  padding: 10px 15px;
}

.search__keywords--select label input {
  display: none;
}

.search__keywords--select label input:checked+span {
  border: 1px solid #103a8c;
  background-color: rgba(28, 181, 123, 0.05);

  color: #103a8c;
}

.search__keywords--select.check label span {
  border: none;
  background: none;

  position: relative;

  padding: 10px 10px 10px 35px;
}

.search__keywords--select.check label span::before {
  border-radius: 50%;
  background: #f1f5f6;

  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 26px;
  height: 26px;

  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search__keywords--select.check label span::after {
  border-right: 2px solid #a3a3a3;
  border-bottom: 2px solid #a3a3a3;

  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 5px;
  height: 10px;

  content: "";
  -webkit-transform: translateY(-50%) translateX(10px) rotate(45deg);
  transform: translateY(-50%) translateX(10px) rotate(45deg);
}

.search__keywords--select.check label input:checked+span {
  border: none;
  background: none;

  color: #103a8c;
}

.search__keywords--select.check label input:checked+span::before {
  background: #103a8c;
}

.search__keywords--select.check label input:checked+span::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.search__result {
  margin: 140px auto 90px auto;
  max-width: 1240px;
}

@media only screen and (max-width: 767px) {
  .search__result {
    margin: 90px auto 90px auto;
  }
}

.search__result--conditions {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}

.search__result--conditions button {
  border: none;
  background: none;

  position: relative;

  margin-left: 20px;
  padding-left: 35px;
}

.search__result--conditions button::before {
  background: url("../img/icon_cross_black.svg") no-repeat center center;
  background-size: cover;

  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 22px;
  height: 22px;

  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .search__result--conditions button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 0.5em;
    margin-left: 0;
    width: 100%;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.search__result--wrap {
  padding: 50px 0;
}

.search__result .col3__item--title {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .search__result .col3__item--title {
    font-size: 18px;
  }
}

.search__result .col3__item--detail {
  font-size: 14px;
}

.contact {
  background: url("../img/bg_contact.png") no-repeat center 0;
  background-size: 100% auto;

  color: #fff;

  padding: 80px 5%;
}

@media only screen and (max-width: 767px) {
  .contact {
    background-size: cover;
  }
}

.contact__wrap {
  margin: 0 auto;
  max-width: 1240px;
}

.contact__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 80px;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .contact__heading {
    margin-bottom: 50px;
  }
}

.contact__heading--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  width: 100%;

  text-align: center;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.contact__heading--text h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;

  margin-bottom: 20px;
}

.contact__heading--text h2 .label {
  font-size: 20px;
  font-weight: normal;

  display: block;

  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .contact__heading--text {
    padding-left: 0;
    width: 100%;
  }

  .contact__heading--text h2 {
    font-size: 24px;

    text-align: center;
  }
}

@media only screen and (max-width: 767px) and (max-width: 1440px) {
  .contact__heading--text h2 {
    font-size: max(1.6666666667vw, 12px);
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contact__heading--text h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .contact__heading--text h2 {
    font-size: max(5.8666666667vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .contact__heading--text h2 .label {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 1440px) {
  .contact__heading--text h2 .label {
    font-size: max(1.1111111111vw, 12px);
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contact__heading--text h2 .label {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .contact__heading--text h2 .label {
    font-size: max(4.2666666667vw, 12px);
  }
}

@media only screen and (max-width: 767px) {
  .contact__heading--read {
    text-align: center;
  }
}

.contact .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 40px;
  -webkit-justify-content: center;
  justify-content: center;
}

.contact .button p {
  width: 50%;
}

.contact .button p a {
  border-radius: 40px;

  padding: 20px 40px;
  width: 100%;
}

.contact .button p a.type02 {
  border-color: #fff;
}

@media only screen and (max-width: 767px) {
  .contact .button {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    gap: 15px;
  }

  .contact .button p {
    width: 100%;
  }

  .contact .button p a {
    padding: 15px 40px;
  }
}

.footer {
  background-color: #f2f6f9;

  padding: 80px 5% 20px 5%;
}

.footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin: 0 auto;
  max-width: 1440px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin: 0 auto 80px auto;
  max-width: 1440px;

  -webkit-align-items: last baseline;
  align-items: last baseline;
  -webkit-box-align: last baseline;
  -webkit-box-pack: justify;
  -ms-flex-align: last baseline;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer__logo--image {
  max-width: 250px;
}

.footer__logo--image a img {
  display: block;
}

.footer__corp {
  width: 40%;
}

.footer__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  width: 60%;

  -webkit-box-pack: end;
  -ms-flex-pack: end;
  gap: 100px;
  -webkit-justify-content: end;
  justify-content: end;
}

.footer__to-head a {
  background: url("../img/icon_to-head.svg") no-repeat 0 0;
  background-size: cover;

  display: inline-block;

  width: 45px;
  height: 45px;
}

.footer__name {
  font-size: 18px;
  font-weight: 700;
}

.footer__address {
  margin-top: 10px;
}

.footer__address .zip {
  font-family: "Outfit", sans-serif;

  display: inline-block;

  padding-right: 1em;
}

.footer__map a {
  text-decoration: underline;
}

.footer__map a::after {
  display: none;
}

.footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  margin-bottom: 20px;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  gap: 10px 20px;
}

.footer__menu li {
  font-weight: 500;
}

.footer__menu li a::after {
  display: none;
}

.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin: 250px auto 0 auto;
  max-width: 1440px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer__nav li {
  font-size: 12px;

  display: inline-block;

  padding-left: 10px;
}

.footer__nav li::before {
  margin-right: 10px;

  content: "|";
}

.footer__nav li:first-child {
  padding-left: 0;
}

.footer__nav li:first-child::before {
  display: none;
}

.footer__nav li a {
  padding-right: 0;
}

.footer__nav li a[target=_blank]:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 40px 5%;
  }

  .footer__wrap {
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .footer__logo {
    margin: 0 auto 40px auto;
  }

  .footer__logo--image {
    max-width: 40%;
  }

  .footer__corp {
    width: 100%;
  }

  .footer__link {
    flex-direction: column;

    margin-top: 30px;
    width: 100%;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-pack: start;
    gap: 20px;
    -webkit-justify-content: start;
    justify-content: start;
  }

  .footer__address .zip {
    display: block;
  }

  .footer__menu li {
    display: block;
  }

  .footer__nav {
    flex-direction: column;

    margin: 30px auto 140px auto;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .footer__nav li:last-child {
    padding-left: 0;
  }

  .footer__nav li:last-child::before {
    display: none;
  }
}

.footersimple {
  text-align: center;
}

.footersimple__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  width: 100%;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8em;
  -webkit-justify-content: center;
  justify-content: center;
}

.footersimple__nav li {
  border-right: 1px solid #424242;

  font-size: 12px;
  line-height: 1;

  padding-right: 1em;
}

.footersimple__nav li:last-child {
  border-right: none;

  padding-right: 0;
}

.footersimple__copyright {
  font-size: 12px;

  margin-top: 1em;

  text-align: center;
}

.copyright {
  font-size: 12px;
}

body {
  opacity: 1;
}

/* MIH Add */
.ul_disc li {
  list-style: disc;
}


.single-view__form {
  margin-top: 60px;
  border-radius: 5px;
  background-color: #f2f6f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px;
  width: 100%;
  text-align: center;
}

.single-view__form iframe {
  border: none;
  width: 100%;
  min-height: 480px;
}


.article .article__content p a,
.article .article__content figcaption a {
  color: #103a8c;
}


.article__author--title .avatar {
  border: 4px solid #EEE;
  border-radius: 50%;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 140px;
}
