@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 1440px) {
  html {
    scroll-padding-top: 6.944vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 16.279vw;
  }
}

body {
  font-family: "Noto Sans JP", "Noto Sans Japanese", NotoSansJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
.raleway {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}

.flex {
  display: flex;
  justify-content: center;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrapper .bg-gr {
  background: linear-gradient(180deg, #B7D6F0, #F7F7F0, #D9E8F7, #F7F7F1, #DBEEFD, #F7F7F0, #B7D6F0 50%, #B7D6F0 100%);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.wrapper .bg-gr .bg2 {
  width: 100%;
  position: absolute;
  top: 25.6%;
  left: 0;
  z-index: -1;
  opacity: 0.26;
  mix-blend-mode: multiply;
}
.wrapper .bg-gr .bg2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header {
  width: 100%;
  height: 90px;
  padding: 20px 78px 0 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.5s background;
}
@media screen and (max-width: 1440px) {
  .header {
    height: 6.25vw;
    padding: 1.389vw 5.417vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 15.116vw;
    overflow: hidden;
    padding: 15.116vw 0 0;
    background: #B7D6F0;
  }
}
.header .inner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header .inner {
    height: 100%;
    background: linear-gradient(180deg, #104696, #0676B6);
  }
}
.header h1 {
  position: absolute;
  top: 27px;
  left: 65px;
  z-index: 10;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .header h1 {
    top: 1.875vw;
    left: 4.514vw;
  }
}
@media screen and (max-width: 768px) {
  .header h1 {
    top: -13.023vw;
    left: 4.651vw;
  }
}
.header h1 a {
  display: block;
  transition: 0.3s;
}
.header h1 a:hover {
  opacity: 0.8;
}
.header h1 a span {
  display: block;
  position: absolute;
}
.header h1 a .logo {
  width: 178px;
  height: 118px;
  top: -9px;
  left: -7px;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .header h1 a .logo {
    width: 12.361vw;
    height: 8.194vw;
    top: -0.625vw;
    left: -0.486vw;
  }
}
@media screen and (max-width: 768px) {
  .header h1 a .logo {
    width: 11.628vw;
    height: 7.709vw;
    top: 2.326vw;
    left: -1.628vw;
  }
}
.header h1 a .name {
  width: 217px;
  height: 40px;
  top: -8px;
  left: 200px;
}
@media screen and (max-width: 1440px) {
  .header h1 a .name {
    width: 15.069vw;
    height: 2.778vw;
    top: -0.556vw;
    left: 13.889vw;
  }
}
@media screen and (max-width: 768px) {
  .header h1 a .name {
    width: 35.814vw;
    height: 6.744vw;
    top: 2.326vw;
    left: 10.93vw;
  }
}
.header h1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header nav {
  display: block;
}
@media screen and (max-width: 768px) {
  .header nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    opacity: 0;
    transition: 0.3s opacity;
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100vh - 15.116vw);
  }
}
.header nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 20px;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .header nav ul {
    gap: 0 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .header nav ul {
    flex-direction: column;
    gap: 4vh 0;
  }
}
@media screen and (max-width: 768px) {
  .header nav ul li {
    width: 100%;
  }
}
.header nav ul li a {
  display: block;
  padding: 0 1em;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  color: #000;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .header nav ul li a {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .header nav ul li a {
    font-size: 5.116vw;
    line-height: 1.36;
    color: #fff;
  }
}
.header nav ul li a .en {
  display: block;
  font-size: 3.721vw;
  font-style: italic;
  line-height: 1.2;
  color: #3289D3;
}
.header nav ul li a:hover {
  color: #3358D3;
}
@media screen and (max-width: 768px) {
  .header nav ul li a:hover {
    color: #fff;
  }
}
.header nav ul + li {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .header nav ul + li {
    margin-left: 0;
  }
}
.header nav ul .contact-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  background: linear-gradient(90deg, #3458D3, #469DD3, #2890D0);
  border-radius: 22.5px;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .header nav ul .contact-btn a {
    width: 10.417vw;
    height: 3.125vw;
    border-radius: 1.563vw;
  }
}
@media screen and (max-width: 768px) {
  .header nav ul .contact-btn a {
    flex-direction: column;
    margin: 0 auto;
    width: 59.07vw;
    height: 17.674vw;
    border: 2px solid #3358D3;
    border-radius: 8.837vw;
    background: #fff;
  }
}
.header nav ul .contact-btn a span {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .header nav ul .contact-btn a span {
    font-size: 1.042vw;
  }
}
@media screen and (max-width: 768px) {
  .header nav ul .contact-btn a span {
    font-size: 4.884vw;
    color: #3358D3;
  }
}
.header nav ul .contact-btn a span.en {
  font-size: 3.721vw;
  font-style: italic;
  line-height: 1.2;
  color: #C9C9C9;
}
.header nav ul .contact-btn a:hover {
  transform: scale(1.05);
}
@media (min-width: 769px) {
  .header.bg01 {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
  }
  .header.bg01 h1 {
    top: 5px;
  }
  .header.bg01 h1 .logo {
    transform: scale(0.5);
    transform-origin: right top;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .header.bg01 h1 .logo {
    transform: scale(0.5);
  }
}
.header .sp_btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 13.953vw;
  height: 13.953vw;
}
.header .sp_btn span {
  display: block;
  position: absolute;
  top: 4.651vw;
  right: 3.721vw;
  width: 6.512vw;
  height: 2px;
  background-color: #3558D3;
  transform: translate(0%, 0%);
  transition: 0.3s;
}
.header .sp_btn span:nth-child(1) {
  width: 5.349vw;
  top: 6.047vw;
}
.header .sp_btn span:nth-child(2) {
  width: 7.907vw;
  top: 7.674vw;
}

.nav_open {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .nav_open .header {
    height: 100vh;
  }
}
.nav_open .header nav {
  opacity: 1;
}
.nav_open .header .sp_btn span:nth-child(1) {
  transform: rotate(160deg);
  width: 7.907vw;
}
.nav_open .header .sp_btn span:nth-child(2) {
  transform: rotate(200deg);
}
@media screen and (max-width: 768px) {
  .nav_open .header .sp_btn span:nth-child(n) {
    top: 6.977vw;
  }
}

main {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
section {
  display: block;
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 1440px) {
  section {
    padding: 3.472vw 0;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 5.814vw 0;
  }
}
section > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 1440px) {
  section > .inner {
    max-width: 83.333vw;
    padding: 0 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  section > .inner {
    max-width: 600px;
    padding: 0 5.814vw;
  }
}
.h2_01 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .h2_01 {
    font-size: 2.5vw;
    margin-bottom: 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .h2_01 {
    font-size: 6.512vw;
    margin-bottom: 5.814vw;
  }
}
.h2_01 span {
  display: block;
  text-align: center;
}
.h2_01 .en {
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .h2_01 .en {
    margin-bottom: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .h2_01 .en {
    margin-bottom: 2.326vw;
  }
}
.h2_01 .ja {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .h2_01 .ja {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .h2_01 .ja {
    font-size: 3.023vw;
  }
}
.h2_01 .screen {
  mix-blend-mode: screen;
}

.mainv {
  width: 100%;
  max-width: 1920px;
  height: calc(100vh - 90px);
  max-height: 1119.72px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding-top: 90px;
  padding-left: 90px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .mainv {
    height: calc(100vh - 6.25vw);
    max-height: 1119.72px;
    padding-top: 6.25vw;
    padding-left: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .mainv {
    padding-top: 15.116vw;
    padding-left: 11.628vw;
  }
}
.mainv .inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../img/mainv.jpg") no-repeat center;
  background-size: cover;
  border-radius: 100px 0 0 0;
}
@media screen and (max-width: 1440px) {
  .mainv .inner {
    border-radius: 6.944vw 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .mainv .inner {
    background-image: url("../img/mainv-sp.jpg");
    border-radius: 11.628vw 0 0 0;
  }
}
.mainv .mainv-txt {
  width: 30.625vw;
  max-width: 587.853px;
  height: auto;
  max-height: 286.595px;
  position: absolute;
  top: 37.380952381%;
  left: 11.5555555556%;
}
@media screen and (max-width: 768px) {
  .mainv .mainv-txt {
    width: 62.791vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.mainv .mainv-txt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mainv .side-scroll {
  position: absolute;
  left: 40px;
  bottom: 150px;
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  color: #3358D3;
}
@media screen and (max-width: 1440px) {
  .mainv .side-scroll {
    left: 2.778vw;
    bottom: 10.417vw;
    font-size: 0.903vw;
  }
}
@media screen and (max-width: 768px) {
  .mainv .side-scroll {
    left: 5.814vw;
    bottom: 17.442vw;
    font-size: 2.326vw;
  }
}
.mainv .side-scroll span {
  display: block;
  transform: rotate(-90deg);
  transform-origin: left center;
}
.mainv .side-scroll i {
  display: block;
  width: 2px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 100%;
}
@media screen and (max-width: 1440px) {
  .mainv .side-scroll i {
    height: 6.944vw;
  }
}
@media screen and (max-width: 768px) {
  .mainv .side-scroll i {
    height: 11.628vw;
  }
}
.mainv .side-scroll i:before, .mainv .side-scroll i:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #B7B7B7;
  opacity: 1;
  z-index: 1;
  transition: 0.3s;
}
.mainv .side-scroll i:before {
  width: 2px;
  height: 50%;
  background-color: #3458D3;
  z-index: 2;
  animation: slide-bar 2s linear 0s normal none infinite;
}

@keyframes slide-bar {
  0% {
    top: -55%;
  }
  100% {
    top: 150%;
  }
}
/* .anchor {
  display: block;
  padding-top: 90px;
  margin-top: -90px;
  @include pc {
    padding-top: pc_vw(90px);
    margin-top: pc_vw(-90px);
  }
  @include sp {
    padding-top: vw(65px);
    margin-top: vw(-65px);
  }
} */
.sec01 {
  padding: 80px 0 50px;
}
@media screen and (max-width: 1440px) {
  .sec01 {
    padding: 5.556vw 0 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 9.302vw 0 5.814vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .inner {
    max-width: 100%;
    padding: 0 4.651vw;
  }
}
.sec01 h2 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .sec01 h2 {
    margin-bottom: 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 h2 {
    margin-bottom: 5.814vw;
  }
}
.sec01 h2 span {
  font-size: 29px;
  font-style: italic;
  color: #3358D3;
}
@media screen and (max-width: 1440px) {
  .sec01 h2 span {
    font-size: 2.014vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 h2 span {
    font-size: 4.651vw;
  }
}

.message {
  display: block;
}
.message .message-txt {
  min-height: 347px;
  position: relative;
  padding: 0 30px 80px;
}
@media screen and (max-width: 1440px) {
  .message .message-txt {
    min-height: 24.097vw;
    padding: 0 2.083vw 5.556vw;
  }
}
@media screen and (max-width: 768px) {
  .message .message-txt {
    min-height: 48.837vw;
    padding: 0 0 9.302vw;
  }
}
.message .message-txt p {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 2.23;
  color: #626262;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .message .message-txt p {
    font-size: 1.806vw;
  }
}
@media screen and (max-width: 768px) {
  .message .message-txt p {
    font-size: 3.953vw;
  }
}
.message .message-txt .bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .message .message-txt .bg {
    display: flex;
    justify-content: center;
  }
}
.message .message-txt .bg figure {
  width: 397px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .message .message-txt .bg figure {
    width: 27.569vw;
  }
}
@media screen and (max-width: 768px) {
  .message .message-txt .bg figure {
    width: 48.837vw;
  }
}
.message .message-txt .bg figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec02 .inner {
  padding: 0 25px;
}
@media screen and (max-width: 1440px) {
  .sec02 .inner {
    padding: 0 1.736vw;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .inner {
    padding: 0 5.814vw;
  }
}
.sec02 h2 .en img {
  width: 246px;
}
@media screen and (max-width: 1440px) {
  .sec02 h2 .en img {
    width: 17.083vw;
  }
}
@media screen and (max-width: 768px) {
  .sec02 h2 .en img {
    width: 34.419vw;
  }
}
.sec02 .bg {
  width: 139px;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .sec02 .bg {
    width: 9.653vw;
    top: 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .bg {
    width: 16.279vw;
    top: 50vh;
  }
}
.service {
  display: block;
}
.service .service-top {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .service .service-top {
    margin-bottom: 5.556vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service-top {
    margin-bottom: 9.302vw;
  }
}
.service .service-top p {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .service .service-top p {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service-top p {
    font-size: 3.256vw;
  }
}
.service .service-list {
  display: block;
}
@media screen and (max-width: 768px) {
  .service .service-list {
    padding: 0 2.326vw;
  }
}
.service .service-list ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 3%;
  padding-bottom: 140px;
}
@media screen and (max-width: 1440px) {
  .service .service-list ul {
    padding-bottom: 9.722vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service-list ul {
    flex-direction: column;
    gap: 9.302vw 0;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.service .service-list ul li {
  width: 30%;
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 1440px) {
  .service .service-list ul li {
    border-radius: 2.083vw;
    padding: 2.083vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service-list ul li {
    width: 100%;
    border-radius: 4.651vw;
    padding: 4.651vw;
  }
}
.service .service-list ul li .num {
  position: absolute;
  top: -24px;
  left: -14px;
}
@media screen and (max-width: 1440px) {
  .service .service-list ul li .num {
    top: -1.667vw;
    left: -0.972vw;
    width: 5.903vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service-list ul li .num {
    top: -2.791vw;
    left: -1.628vw;
    width: 16.279vw;
  }
}
.service .service-list ul li h3 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .service .service-list ul li h3 {
    margin-bottom: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service-list ul li h3 {
    margin-bottom: 3.488vw;
  }
}
.service .service-list ul li h3 span {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.8;
  color: #3358D3;
  border-bottom: 2px solid #3358D3;
}
@media screen and (max-width: 1440px) {
  .service .service-list ul li h3 span {
    font-size: 1.806vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service-list ul li h3 span {
    font-size: 4.651vw;
    border-bottom-width: 1px;
  }
}
.service .service-list ul li .txt {
  font-size: 15px;
  font-weight: normal;
  line-height: 2.13;
  color: #333333;
}
@media screen and (max-width: 1440px) {
  .service .service-list ul li .txt {
    font-size: 1.042vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service-list ul li .txt {
    font-size: 3.023vw;
  }
}
.service .service-list ul li:nth-child(1) {
  top: 0;
}
.service .service-list ul li:nth-child(2) {
  top: 66px;
}
@media screen and (max-width: 1440px) {
  .service .service-list ul li:nth-child(2) {
    top: 4.583vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service-list ul li:nth-child(2) {
    top: 0px;
  }
}
.service .service-list ul li:nth-child(3) {
  top: 132px;
}
@media screen and (max-width: 1440px) {
  .service .service-list ul li:nth-child(3) {
    top: 9.167vw;
  }
}
@media screen and (max-width: 768px) {
  .service .service-list ul li:nth-child(3) {
    top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .sec03 {
    padding: 0 0 5.814vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03 h2 span {
    text-align: left;
  }
}
.sec03 h2 .en img {
  width: 325px;
}
@media screen and (max-width: 1440px) {
  .sec03 h2 .en img {
    width: 22.569vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03 h2 .en img {
    width: 37.791vw;
  }
}
.sec03 .bg {
  width: 138px;
  position: absolute;
  top: 50px;
  right: 0;
}
@media screen and (max-width: 1440px) {
  .sec03 .bg {
    width: 9.583vw;
    top: 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .bg {
    width: 16.047vw;
    top: 13.953vw;
  }
}
.company {
  display: block;
}
.company .company-01-img-sp {
  width: 88.372vw;
  height: 88.372vw;
  position: relative;
  margin-bottom: 20px;
}
.company .company-01-img-sp img {
  object-fit: contain;
  position: absolute;
  bottom: 0;
  left: -30%;
}
.company .company-01 {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .company .company-01 {
    margin-bottom: 6.944vw;
  }
}
@media screen and (max-width: 768px) {
  .company .company-01 {
    margin-bottom: 11.628vw;
  }
}
.company .company-01 .company-01-img {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company .company-01 .company-01-img {
    width: 80%;
  }
}
.company .company-01 .company-01-img img {
  width: 759px;
  height: 759px;
  max-width: 759px;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1440px) {
  .company .company-01 .company-01-img img {
    width: 52.708vw;
    height: 52.708vw;
  }
}
.company .company-01 .profile {
  width: 100%;
  padding-left: 100px;
}
@media screen and (max-width: 1440px) {
  .company .company-01 .profile {
    padding-left: 6.944vw;
  }
}
@media screen and (max-width: 768px) {
  .company .company-01 .profile {
    padding-left: 0;
  }
}
.company .company-01 .profile dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.company .company-01 .profile dl dt, .company .company-01 .profile dl dd {
  font-size: 16px;
  padding: 1em;
}
@media screen and (max-width: 1440px) {
  .company .company-01 .profile dl dt, .company .company-01 .profile dl dd {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .company .company-01 .profile dl dt, .company .company-01 .profile dl dd {
    font-size: 3.256vw;
    padding: 0 1em;
  }
}
.company .company-01 .profile dl dt {
  width: 30%;
  width: 153px;
  border-bottom: 2px solid #3458D3;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .company .company-01 .profile dl dt {
    width: 10.625vw;
  }
}
@media screen and (max-width: 768px) {
  .company .company-01 .profile dl dt {
    width: 100%;
    border-bottom: none;
    padding-top: 1em;
    padding-left: 1.5em;
    margin-bottom: 1em;
  }
}
.company .company-01 .profile dl dd {
  width: 70%;
  width: calc(100% - 153px);
  border-bottom: 1px solid #BABABA;
  padding-left: 2em;
  font-weight: normal;
}
@media screen and (max-width: 1440px) {
  .company .company-01 .profile dl dd {
    width: calc(100% - 10.625vw);
  }
}
@media screen and (max-width: 768px) {
  .company .company-01 .profile dl dd {
    width: 100%;
    padding-left: 1.5em;
    padding-bottom: 1em;
  }
}
.company .company-01 .profile dl dd a {
  border-bottom: 1px solid #000;
  transition: 0.3s;
}
.company .company-01 .profile dl dd a:hover {
  opacity: 0.6;
}
.company .company-02 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .company .company-02 {
    flex-wrap: wrap;
  }
}
.company .company-02 .company-02-img {
  width: 20%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .company .company-02 .company-02-img {
    width: 100%;
    text-align: right;
    margin-top: 6.977vw;
  }
}
.company .company-02 .company-02-img img {
  width: 475px;
  height: 475px;
  max-width: 475px;
  object-fit: contain;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  .company .company-02 .company-02-img img {
    width: 32.986vw;
    height: 32.986vw;
  }
}
@media screen and (max-width: 768px) {
  .company .company-02 .company-02-img img {
    position: relative;
    width: 78.605vw;
    height: 78.605vw;
    right: -30%;
  }
}
.company .company-02 .history {
  display: block;
  width: 72%;
  max-width: 790px;
  min-height: 450px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .company .company-02 .history {
    max-width: 54.861vw;
    min-height: 31.25vw;
  }
}
@media screen and (max-width: 768px) {
  .company .company-02 .history {
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }
}
.company .company-02 .history h3 {
  font-size: 27px;
  font-weight: bold;
  color: #3458D3;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .company .company-02 .history h3 {
    font-size: 1.875vw;
    margin-bottom: 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .company .company-02 .history h3 {
    font-size: 5.581vw;
    margin-bottom: 6.977vw;
  }
}
.company .company-02 .history ul {
  display: block;
  width: 100%;
  padding-left: 15px;
}
@media screen and (max-width: 1440px) {
  .company .company-02 .history ul {
    padding-left: 1.042vw;
  }
}
@media screen and (max-width: 768px) {
  .company .company-02 .history ul {
    padding-left: 1.86vw;
  }
}
.company .company-02 .history ul li {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company .company-02 .history ul li {
    flex-wrap: wrap;
  }
}
.company .company-02 .history ul li p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  .company .company-02 .history ul li p {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .company .company-02 .history ul li p {
    font-size: 3.721vw;
  }
}
.company .company-02 .history ul li .year {
  width: 15%;
  flex-shrink: 0;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #3458D3;
}
@media screen and (max-width: 1440px) {
  .company .company-02 .history ul li .year {
    font-size: 2.431vw;
  }
}
@media screen and (max-width: 768px) {
  .company .company-02 .history ul li .year {
    width: 3em;
    font-size: 6.744vw;
  }
}
.company .company-02 .history ul li .month {
  width: 15%;
  flex-shrink: 0;
  font-weight: bold;
  text-align: right;
  padding-right: 7%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company .company-02 .history ul li .month {
    width: auto;
    padding-right: 0;
  }
}
.company .company-02 .history ul li .month:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  right: 20px;
  background-color: #E2E24A;
  border: 1px solid #3458D3;
  border-radius: 6px;
  opacity: 1;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .company .company-02 .history ul li .month:before {
    width: 0.833vw;
    height: 0.833vw;
    top: 0.347vw;
    right: 1.389vw;
    border-radius: 0.417vw;
  }
}
@media screen and (max-width: 768px) {
  .company .company-02 .history ul li .month:before {
    display: none;
  }
}
.company .company-02 .history ul li .month:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 17px;
  right: 25px;
  background-color: #3458D3;
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .company .company-02 .history ul li .month:after {
    top: 1.181vw;
    right: 1.736vw;
  }
}
@media screen and (max-width: 768px) {
  .company .company-02 .history ul li .month:after {
    display: none;
  }
}
.company .company-02 .history ul li .month span {
  display: block;
}
.company .company-02 .history ul li .txt-wrap {
  display: block;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .company .company-02 .history ul li .txt-wrap {
    width: 100%;
  }
}
.company .company-02 .history ul li .txt {
  font-weight: normal;
}
.company .company-02 .history ul li + li {
  padding-top: 10px;
}
@media screen and (max-width: 1440px) {
  .company .company-02 .history ul li + li {
    padding-top: 0.694vw;
  }
}
@media screen and (max-width: 768px) {
  .company .company-02 .history ul li + li {
    padding-top: 9.302vw;
  }
}
.company .company-02 .history ul li:last-child .month:after {
  display: none;
}

.sec04 {
  padding: 140px 0 0;
  background: linear-gradient(180deg, #3458D3, #469DD3, #2890D0);
}
@media screen and (max-width: 1440px) {
  .sec04 {
    padding: 9.722vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 16.279vw 0 0;
  }
}
.sec04 .inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec04 h2 {
    margin-bottom: 9.302vw;
  }
}
.sec04 h2 .en img {
  width: 240px;
}
@media screen and (max-width: 1440px) {
  .sec04 h2 .en img {
    width: 16.667vw;
  }
}
@media screen and (max-width: 768px) {
  .sec04 h2 .en img {
    width: 27.907vw;
  }
}

.recruit {
  position: relative;
}
.recruit .recruit-01 {
  display: block;
  position: relative;
}
.recruit .recruit-item {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
}
@media screen and (max-width: 1440px) {
  .recruit .recruit-item {
    border-radius: 0.833vw;
    padding: 2.083vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit-item {
    border-radius: 1.395vw;
    padding: 3.488vw;
  }
}
.recruit .recruit-item .item-title {
  font-size: 23px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .recruit .recruit-item .item-title {
    font-size: 1.597vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit-item .item-title {
    font-size: 4.186vw;
  }
}
.recruit .recruit-item .item-title:before, .recruit .recruit-item .item-title:after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #3458D3;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .recruit .recruit-item .item-title:before, .recruit .recruit-item .item-title:after {
    width: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit-item .item-title:before, .recruit .recruit-item .item-title:after {
    width: 3.256vw;
  }
}
.recruit .recruit-item .item-title:before {
  transform: rotate(90deg);
}
.recruit .recruit-item .item-title.open:before {
  transform: rotate(180deg);
}
.recruit .recruit-item dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 20px 20px;
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .recruit .recruit-item dl {
    padding: 0 1.389vw 1.389vw;
    margin-top: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit-item dl {
    padding: 0 0 4.651vw;
    margin-top: 4.651vw;
  }
}
.recruit .recruit-item dl dt, .recruit .recruit-item dl dd {
  font-size: 16px;
  padding: 1em 1em;
  border-bottom: 1px solid #BABABA;
}
@media screen and (max-width: 1440px) {
  .recruit .recruit-item dl dt, .recruit .recruit-item dl dd {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit-item dl dt, .recruit .recruit-item dl dd {
    font-size: 3.256vw;
    padding: 0;
  }
}
.recruit .recruit-item dl dt {
  width: 20%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-item dl dt {
    width: 100%;
    border-bottom: none;
    padding-top: 1em;
    margin-bottom: 1em;
  }
}
.recruit .recruit-item dl dd {
  width: 80%;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-item dl dd {
    width: 100%;
    padding-bottom: 1em;
  }
}
.recruit .recruit-item + .recruit-item {
  margin-top: 25px;
}
@media screen and (max-width: 1440px) {
  .recruit .recruit-item + .recruit-item {
    margin-top: 1.736vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit-item + .recruit-item {
    margin-top: 4.651vw;
  }
}
.recruit .recruit-item.close dl {
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.recruit .bg {
  position: relative;
  padding-top: 92px;
}
@media screen and (max-width: 1440px) {
  .recruit .bg {
    padding-top: 6.389vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit .bg {
    padding-top: 10.698vw;
  }
}
.recruit .bg .bg-txt {
  opacity: 0.16;
  position: absolute;
  top: 18px;
  left: calc(50% + 94px);
}
@media screen and (max-width: 1440px) {
  .recruit .bg .bg-txt {
    top: 1.25vw;
    left: calc(50% + 6.528vw);
  }
}
@media screen and (max-width: 768px) {
  .recruit .bg .bg-txt {
    top: 4.186vw;
    left: 10%;
  }
}
.recruit .bg figure {
  width: 100%;
  height: 616px;
}
@media screen and (max-width: 1440px) {
  .recruit .bg figure {
    height: 42.778vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit .bg figure {
    height: 71.628vw;
  }
}
.recruit .bg figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.bg-mask {
  mask-image: url("../img/recruit-bg-base.svg"), url("../img/mask-01.svg");
  mask-composite: subtract;
  mask-repeat: no-repeat;
  mask-position: center top;
  mask-size: cover, 102% auto;
  width: 100%;
}
.sec05 {
  margin-top: -100px;
}
@media screen and (max-width: 1440px) {
  .sec05 {
    margin-top: -6.944vw;
  }
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-top: -11.628vw;
  }
}
.contact {
  width: 100%;
  padding: 90px 0 100px;
  padding-bottom: 200px;
  background: linear-gradient(180deg, #F7F7F1, #D9E8F7, #F7F7F0, #B7D6F0);
  border-radius: 100px 100px 0 0;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .contact {
    padding: 6.25vw 0 6.944vw;
    padding-bottom: 13.889vw;
    border-radius: 6.944vw 6.944vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 10.465vw 0 41.86vw;
    border-radius: 11.628vw 11.628vw 0 0;
  }
}
.contact .inner {
  max-width: 1100px;
}
@media screen and (max-width: 1440px) {
  .contact .inner {
    max-width: 76.389vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .inner {
    max-width: 600px;
  }
}
.contact h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .contact h2 {
    margin-bottom: 4.167vw;
  }
}
@media screen and (max-width: 768px) {
  .contact h2 {
    margin-bottom: 6.977vw;
  }
}
.contact h2 .en img {
  width: 267px;
}
@media screen and (max-width: 1440px) {
  .contact h2 .en img {
    width: 18.542vw;
  }
}
@media screen and (max-width: 768px) {
  .contact h2 .en img {
    width: 31.163vw;
  }
}
.contact .req {
  color: #FF0000;
}
.contact .contact-top {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .contact .contact-top {
    margin-bottom: 2.083vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-top {
    margin-bottom: 4.651vw;
  }
}
.contact .contact-top .flex-l, .contact .contact-top .flex-r {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .contact .contact-top .flex-l, .contact .contact-top .flex-r {
    width: 100%;
  }
}
.contact .contact-top .flex-l p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  .contact .contact-top .flex-l p {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-top .flex-l p {
    font-size: 3.256vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-top .flex-r {
    padding: 0 2.326vw;
    margin-top: 4.651vw;
  }
}
.contact .contact-top .flex-r p {
  font-size: 15px;
}
@media screen and (max-width: 1440px) {
  .contact .contact-top .flex-r p {
    font-size: 1.042vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-top .flex-r p {
    font-size: 3.023vw;
  }
}
.contact .contact-top .flex-r .tel {
  line-height: 1.3;
}
.contact .contact-top .flex-r .tel a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 18em;
  font-size: 23px;
  font-weight: bold;
  color: #3358D3;
}
@media screen and (max-width: 1440px) {
  .contact .contact-top .flex-r .tel a {
    font-size: 1.597vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-top .flex-r .tel a {
    width: 15em;
    font-size: 3.953vw;
  }
}
.contact .contact-top .flex-r .tel a span {
  font-size: 45px;
  padding-left: 0.5em;
}
@media screen and (max-width: 1440px) {
  .contact .contact-top .flex-r .tel a span {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-top .flex-r .tel a span {
    font-size: 6.512vw;
  }
}
.contact .form_wrap {
  width: 100%;
}
.contact .form_wrap dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .form_wrap dl + dl {
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .contact .form_wrap dl + dl {
    margin-top: 0.694vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .form_wrap dl + dl {
    margin-top: 2.326vw;
  }
}
.contact .form_wrap dl dt, .contact .form_wrap dl dd {
  padding: 8px 0;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 1440px) {
  .contact .form_wrap dl dt, .contact .form_wrap dl dd {
    padding: 0.556vw 0;
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .form_wrap dl dt, .contact .form_wrap dl dd {
    padding: 0;
    font-size: 3.256vw;
  }
}
.contact .form_wrap dl dt {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .contact .form_wrap dl dt {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.contact .form_wrap dl dd {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .contact .form_wrap dl dd {
    width: 100%;
  }
}
.contact .form_wrap form input, .contact .form_wrap form textarea {
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  border-radius: 10px;
  line-height: 2;
  text-align: left;
  padding: 6px 0.5em;
}
@media screen and (max-width: 1440px) {
  .contact .form_wrap form input, .contact .form_wrap form textarea {
    font-size: 1.111vw;
    border-radius: 0.694vw;
    padding: 0.417vw 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .contact .form_wrap form input, .contact .form_wrap form textarea {
    font-size: 3.256vw;
    border-radius: 1.163vw;
    padding: 0.698vw 0.5em;
  }
}
.contact .contact-bt {
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .contact .contact-bt {
    margin-top: 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-bt {
    margin-top: 5.814vw;
  }
}
.contact .contact-bt .notes {
  padding: 0 1em;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .contact .contact-bt .notes {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-bt .notes {
    font-size: 3.023vw;
  }
}
.contact .contact-bt .policy {
  background: #FFFFFF;
  border-radius: 0.5em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  padding: 1.5em 0;
  margin: 50px auto 50px;
}
@media screen and (max-width: 1440px) {
  .contact .contact-bt .policy {
    font-size: 1.111vw;
    margin: 3.472vw auto 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-bt .policy {
    font-size: 2.791vw;
    margin: 5.814vw auto 5.814vw;
  }
}
.contact .contact-bt .policy .policy-inner {
  height: 187px;
  overflow-y: scroll;
  padding: 0 2em;
}
@media screen and (max-width: 1440px) {
  .contact .contact-bt .policy .policy-inner {
    height: 12.986vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-bt .policy .policy-inner {
    height: 34.884vw;
  }
}
.contact .contact-bt .policy p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 1440px) {
  .contact .contact-bt .policy p {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-bt .policy p {
    font-size: 2.558vw;
  }
}
.contact .contact-bt .policy p + p {
  margin-top: 1em;
}
.contact .privacy_box {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .contact .privacy_box {
    margin-top: 2.083vw;
    margin-bottom: 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .privacy_box {
    margin-top: 3.488vw;
    margin-bottom: 9.302vw;
  }
}
.contact .privacy_box .check_btn {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .contact .privacy_box .check_btn {
    margin-top: 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .privacy_box .check_btn {
    margin-top: 9.302vw;
  }
}
.contact .privacy_box .check {
  display: none;
}
.contact .privacy_box .check + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 2em;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .contact .privacy_box .check + span {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .privacy_box .check + span {
    font-size: 3.023vw;
  }
}
.contact .privacy_box .check + span:before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1.3em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3em;
}
.contact .privacy_box .check + span:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 0.2em solid rgba(0, 0, 0, 0.8);
  border-left: 0.2em solid rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  height: 0.6em;
  left: 1%;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}
.contact .privacy_box .check:checked + span::after {
  opacity: 1;
}
.contact .button-wrap {
  display: flex;
  justify-content: center;
  gap: 0 50px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1440px) {
  .contact .button-wrap {
    gap: 0 3.472vw;
    margin: 3.472vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .contact .button-wrap {
    flex-direction: column;
    align-items: center;
    gap: 6.977vw 0;
    margin: 6.977vw auto 0;
  }
}
.contact .button-wrap .submit-btn {
  margin: 0;
  padding: 0 50px;
}
@media screen and (max-width: 1440px) {
  .contact .button-wrap .submit-btn {
    padding: 0 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .button-wrap .submit-btn {
    padding: 0 11.628vw;
  }
}
.contact .submit-btn {
  display: block;
  width: 250px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  border-radius: 35px;
  background: linear-gradient(90deg, #3458D3, #3698D4, #4EACE5);
  padding-right: 50px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .contact .submit-btn {
    width: 17.361vw;
    height: 4.861vw;
    border-radius: 2.431vw;
    padding-right: 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .submit-btn {
    width: 58.14vw;
    height: 16.279vw;
    border-radius: 8.14vw;
    padding-right: 11.628vw;
  }
}
.contact .submit-btn:before {
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 40px;
  background: url("../img/icon-arrow.svg") no-repeat center;
  background-size: cover;
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .contact .submit-btn:before {
    width: 1.181vw;
    height: 1.042vw;
    top: calc(50% - 0.521vw);
    right: 2.778vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .submit-btn:before {
    width: 3.953vw;
    height: 3.488vw;
    top: calc(50% - 1.744vw);
    right: 9.302vw;
  }
}
.contact .submit-btn:hover {
  transform: scale(1.05);
}
.contact .submit-btn span {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .contact .submit-btn span {
    font-size: 1.181vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .submit-btn span {
    font-size: 3.953vw;
  }
}
.contact .submit-btn.submit-btn-left {
  padding-left: 0;
}
.contact .submit-btn.submit-btn-b:before {
  transform: scaleX(-1);
  right: unset;
  left: 40px;
}
@media screen and (max-width: 1440px) {
  .contact .submit-btn.submit-btn-b:before {
    left: 2.778vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .submit-btn.submit-btn-b:before {
    left: 9.302vw;
  }
}
.contact .submit-btn:disabled {
  cursor: default;
  opacity: 0.5;
  background: #999;
  border-color: #999;
  transform: none;
}
.contact .contact-bg {
  width: 899px;
  position: absolute;
  bottom: 80px;
  left: calc(50% + 17px);
  z-index: -1;
  opacity: 0.26;
}
@media screen and (max-width: 1440px) {
  .contact .contact-bg {
    width: 62.431vw;
    bottom: 5.556vw;
    left: calc(50% + 1.181vw);
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-bg {
    width: 127.442vw;
    bottom: 13.953vw;
    left: -2.326vw;
  }
}
.contact.confirm .form_wrap .dl-wrap {
  width: 80%;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact.confirm .form_wrap .dl-wrap {
    width: 100%;
  }
}
.contact.confirm .form_wrap dl {
  padding-bottom: 1em;
  border-bottom: 1px solid #3458D3;
}
@media screen and (max-width: 768px) {
  .contact.confirm .form_wrap dl {
    border-bottom: none;
  }
}
.contact.confirm .form_wrap dl dt {
  font-weight: bold;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .contact.confirm .form_wrap dl dt {
    padding-left: 0;
  }
}
.contact.confirm .form_wrap dl dd {
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .contact.confirm .form_wrap dl dd {
    padding-right: 0;
    border-bottom: 1px solid #3458D3;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  .contact.confirm .form_wrap dl + dl {
    margin-top: 0;
  }
}

.p-contact .contact {
  margin-top: 0;
}

.footer {
  width: 100%;
  max-width: 1920px;
  background: url("../img/footer-bg.svg") no-repeat center top;
  background-size: cover;
  color: #000;
  padding: 100px 0 70px;
  margin: 0 auto;
  margin-top: -130px;
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 1440px) {
  .footer {
    padding: 6.944vw 0 4.861vw;
    margin-top: -9.028vw;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    background-image: url("../img/footer-bg-sp.svg");
    padding: 11.628vw 0 50px;
    margin-top: -15.116vw;
  }
}
.footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .footer .inner {
    max-width: 83.333vw;
    padding: 0 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .inner {
    max-width: 600px;
    padding: 0 5.814vw;
  }
}
.footer .footer-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
.footer .footer-flex .flex-l, .footer .footer-flex .flex-r {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .footer .footer-flex .flex-l, .footer .footer-flex .flex-r {
    width: 100%;
  }
}
.footer .footer-flex .flex-l {
  text-align: left;
  padding-bottom: 45px;
}
@media screen and (max-width: 1440px) {
  .footer .footer-flex .flex-l {
    padding-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-flex .flex-l {
    padding-bottom: 4.651vw;
    text-align: center;
  }
}
.footer .footer-flex .flex-r {
  text-align: right;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .footer .footer-flex .flex-r {
    text-align: center;
  }
}
.footer .footer_logo {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .footer .footer_logo {
    margin-bottom: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_logo {
    margin-bottom: 4.651vw;
  }
}
.footer .footer_logo img {
  width: 289px;
}
@media screen and (max-width: 1440px) {
  .footer .footer_logo img {
    width: 20.069vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_logo img {
    width: 58.14vw;
  }
}
.footer .address p {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .footer .address p {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .address p {
    font-size: 2.791vw;
  }
}
.footer .address p span {
  display: inline-block;
  margin-right: 1em;
}
.footer .address .map-link {
  display: inline-block;
  line-height: 17px;
}
@media screen and (max-width: 1440px) {
  .footer .address .map-link {
    line-height: 1.181vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .address .map-link {
    line-height: 1em;
  }
}
.footer .address .map-link a {
  display: block;
  transition: 0.3s;
}
.footer .address .map-link a:hover {
  transform: scale(1.3);
}
.footer .address .map-link a img {
  width: 12px;
  height: 17px;
}
@media screen and (max-width: 1440px) {
  .footer .address .map-link a img {
    width: 0.833vw;
    height: 1.181vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .address .map-link a img {
    width: 2.093vw;
    height: 2.791vw;
  }
}
.footer .privacy {
  display: inline-block;
}
.footer .privacy a {
  display: block;
}
.footer .copyright {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  color: #91CFFF;
}
@media screen and (max-width: 1440px) {
  .footer .copyright {
    font-size: 0.903vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 10px;
  }
}

.pagetop {
  position: fixed;
  right: 65px;
  bottom: 50px;
  margin: 0;
  z-index: 9;
  transition: 0.3s;
}
@media screen and (min-width: 1920px) {
  .pagetop {
    right: calc(50% - 895px);
  }
}
@media screen and (max-width: 1440px) {
  .pagetop {
    right: 4.514vw;
    bottom: 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 4.651vw;
    bottom: 8.14vw;
  }
}
.pagetop span {
  display: block;
  width: 77px;
  height: 77px;
}
@media screen and (max-width: 1440px) {
  .pagetop span {
    width: 5.347vw;
    height: 5.347vw;
  }
}
@media screen and (max-width: 768px) {
  .pagetop span {
    width: 11.628vw;
    height: 11.628vw;
  }
}
.pagetop:hover {
  transform: scale(1.08);
}
