body {
  background-color: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

.wrapper {
  overflow-x: hidden;
}

body.fixed {
  position: fixed;
}

.container {
  width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .container {
    width: 95vw;
  }
}

.blue {
  color: #06398d;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  display: block;
}

.hero {
  width: 100vw;
  height: 100vh;
  background-color: #bebbbb;
}
.hero .top-shape {
  width: 100%;
  height: 23px;
  background: linear-gradient(90deg, #06398d 0%, #06398d 72.3%, #226d2d 72.3%, #226d2d 100%);
}
.hero .main-visual {
  width: 100vw;
  height: calc(100% - 23px);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .hero .main-visual {
    height: calc(100% - 46px);
  }
}
.hero .main-visual .youtube-video {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.4);
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .hero .main-visual .youtube-video {
    display: none;
  }
}
.hero .main-visual .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero .main-visual .sp-image {
  display: none;
}
@media only screen and (max-width: 960px) {
  .hero .main-visual .sp-image {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.hero .main-visual .main-visual-content {
  width: clamp(21.875rem, 2.9375rem + 31.5625vw, 40.8125rem);
  position: absolute;
  top: 29.5175%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media only screen and (max-width: 375px) {
  .hero .main-visual .main-visual-content {
    width: 90vw;
  }
}
.hero .main-visual .main-visual-content .main-visual-image {
  width: 100%;
}
.hero .main-visual .main-visual-content .scroll {
  display: block;
  font-family: "Arial Black", sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #ffffff;
  margin-top: clamp(5rem, -2.25rem + 12.0833vw, 12.25rem);
  text-align: center;
}
@media only screen and (max-width: 375px) {
  .hero .main-visual .main-visual-content .scroll {
    font-size: 1rem;
  }
}
.hero .main-visual .main-visual-content .scrolldown {
  position: absolute;
  right: 50%;
  animation: arrowmove 1s ease-in-out infinite;
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
.hero .main-visual .main-visual-content .scrolldown::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -202px;
  left: calc(50% + 12px);
  width: 1px;
  height: 40px;
  background: #707070;
  transform: skewX(-31deg);
}
.hero .main-visual .main-visual-content .scrolldown::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -202px;
  left: 50%;
  width: 1px;
  height: 182px;
  background: #707070;
}
.hero .bottom-shape {
  width: 100%;
  height: 23px;
  background: linear-gradient(90deg, #226d2d 0%, #226d2d 27.7%, #06398d 27.7%, #06398d 100%);
}

.about {
  padding-top: 214px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .about {
    padding-top: clamp(7.125rem, -17.875rem + 41.6667vw, 13.375rem);
  }
}
@media only screen and (max-width: 960px) {
  .about {
    padding-top: 11.875vw;
  }
}
.about .about-content {
  width: 100vw;
  margin-top: 164.5px;
  display: flex;
}
@media only screen and (max-width: 960px) {
  .about .about-content {
    flex-direction: column;
    align-items: center;
    gap: 80px;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 960px) {
  .about .about-content {
    margin-top: 10.4166vw;
  }
}
.about .about-content .about-left {
  width: 50%;
}
@media only screen and (max-width: 960px) {
  .about .about-content .about-left {
    width: 90%;
  }
}
.about .about-content .about-left .about-image {
  width: 100%;
}
.about .about-content .about-right {
  width: 50%;
  padding-left: 58px;
  padding-right: clamp(2.5rem, -3.125rem + 9.375vw, 8.125rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .about .about-content .about-right {
    padding: 0;
    width: 80%;
  }
}
@media only screen and (max-width: 960px) {
  .about .about-content .about-right {
    width: 90%;
  }
}
.about .about-content .about-right .about-content-title {
  font-size: 2.604167vw;
  font-weight: 600;
  line-height: 1.7;
}
@media only screen and (max-width: 960px) {
  .about .about-content .about-right .about-content-title {
    font-size: clamp(1.5rem, 0.525rem + 4.3333vw, 3.125rem);
  }
}
.about .about-content .about-right .about-content-text {
  font-size: 1vw;
  line-height: 2.5;
  padding-left: 4px;
}
@media only screen and (max-width: 1200px) {
  .about .about-content .about-right .about-content-text {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 960px) {
  .about .about-content .about-right .about-content-text {
    font-size: 1rem;
  }
}

.about::after {
  content: "";
  position: absolute;
  bottom: -21.728395%;
  right: 0;
  display: block;
  width: 40vw;
  height: 32.1875vw;
  background-color: #226d2d;
  opacity: 0.1;
}
@media only screen and (max-width: 1200px) {
  .about::after {
    bottom: -10%;
  }
}

.company {
  padding-top: 358px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .company {
    padding-top: clamp(6.25rem, -57.75rem + 106.6667vw, 22.25rem);
  }
}
@media only screen and (max-width: 960px) {
  .company {
    padding-top: 10.41666vw;
  }
}
.company .company-detail {
  width: 100%;
  margin-top: 110px;
}
@media only screen and (max-width: 1200px) {
  .company .company-detail {
    width: 90%;
    margin: 110px auto 0;
  }
}
@media only screen and (max-width: 960px) {
  .company .company-detail {
    margin-top: 11.458333vw;
  }
}
.company .company-detail tr {
  display: flex;
  border-top: 1px solid #bebbbb;
  padding: 36.5px 0;
}
@media only screen and (max-width: 960px) {
  .company .company-detail tr {
    padding: 3.8vw 0;
  }
}
.company .company-detail tr .table-title {
  display: block;
  width: 27.45%;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 300;
  padding-left: 49px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .company .company-detail tr .table-title {
    font-size: clamp(1rem, 0.85rem + 0.6667vw, 1.25rem);
    padding-left: 0;
    line-height: 1.2;
  }
}
.company .company-detail tr .table-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 39px;
  background-color: #bebbbb;
}
.company .company-detail tr td {
  display: block;
  width: 72.55%;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 300;
  padding-left: 85.5px;
}
@media only screen and (max-width: 960px) {
  .company .company-detail tr td {
    font-size: clamp(1rem, 0.85rem + 0.6667vw, 1.25rem);
    padding-left: 3vw;
    line-height: 1.2;
  }
}
.company .company-detail tr:last-child {
  border-bottom: 1px solid #bebbbb;
}

.company::after {
  content: "";
  position: absolute;
  bottom: -23.529412%;
  left: 0;
  display: block;
  width: 36.09375vw;
  height: 36.40625vw;
  background-color: #06398d;
  opacity: 0.1;
}
@media only screen and (max-width: 1200px) {
  .company::after {
    bottom: -10%;
  }
}

.service {
  padding-top: 338px;
}
@media only screen and (max-width: 1200px) {
  .service {
    padding-top: clamp(6.25rem, -53.25rem + 99.1667vw, 21.125rem);
  }
}
@media only screen and (max-width: 960px) {
  .service {
    padding-top: 10.41666vw;
  }
}
.service .service-content {
  width: 100vw;
  margin-top: 106.5px;
}
@media only screen and (max-width: 960px) {
  .service .service-content {
    margin-top: 10.41666vw;
  }
}
.service .service-content .service-top {
  background: rgba(6, 57, 141, 0.1);
  position: relative;
}
.service .service-content .service-top .service-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 59.635417%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 83.84% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 83.84% 100%, 0% 100%);
}
@media only screen and (max-width: 960px) {
  .service .service-content .service-top .service-top-left {
    position: relative;
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.service .service-content .service-top .service-top-left .service-top-image {
  width: 100%;
  height: 100%;
}
.service .service-content .service-top .service-top-right {
  width: 40.364583%;
  padding: 3.7vw 7.24vw 6.46vw 0;
  margin-left: auto;
}
@media only screen and (max-width: 1200px) {
  .service .service-content .service-top .service-top-right {
    padding-right: 5vw;
  }
}
@media only screen and (max-width: 960px) {
  .service .service-content .service-top .service-top-right {
    width: 100%;
    padding: 10vw 5vw;
  }
}
@media only screen and (max-width: 1200px) {
  .service .service-content .service-top .service-top-right .title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 960px) {
  .service .service-content .service-top .service-top-right .title {
    font-size: 3.125rem;
  }
}
.service .service-content .service-top .service-top-right .subtitle {
  font-weight: 600;
  padding-bottom: 0;
}
.service .service-content .service-top .service-top-right .service-top-text {
  margin-top: 4.74vw;
  font-size: 0.9375vw;
  line-height: 2.5;
  color: #333333;
}
@media only screen and (max-width: 960px) {
  .service .service-content .service-top .service-top-right .service-top-text {
    margin-top: 9.5vw;
    font-size: 1.125rem;
  }
}
.service .service-content .service-bottom {
  background: rgba(34, 109, 45, 0.1);
  position: relative;
}
@media only screen and (max-width: 960px) {
  .service .service-content .service-bottom {
    display: flex;
    flex-direction: column;
  }
}
.service .service-content .service-bottom .service-bottom-left {
  width: 45%;
  padding: 2.84vw 0 3.7vw 9.22vw;
}
@media only screen and (max-width: 1200px) {
  .service .service-content .service-bottom .service-bottom-left {
    padding-left: 5vw;
  }
}
@media only screen and (max-width: 960px) {
  .service .service-content .service-bottom .service-bottom-left {
    width: 100%;
    padding: 10vw 5vw;
    background: rgba(34, 109, 45, 0.1);
    order: 2;
  }
}
@media only screen and (max-width: 1200px) {
  .service .service-content .service-bottom .service-bottom-left .title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 960px) {
  .service .service-content .service-bottom .service-bottom-left .title {
    font-size: 3.125rem;
  }
}
.service .service-content .service-bottom .service-bottom-left .subtitle {
  font-weight: 600;
  padding-bottom: 0;
}
.service .service-content .service-bottom .service-bottom-left .service-bottom-text {
  margin-top: 4.74vw;
  padding-right: 55px;
  font-size: 0.9375vw;
  line-height: 2.5;
  color: #333333;
}
@media only screen and (max-width: 960px) {
  .service .service-content .service-bottom .service-bottom-left .service-bottom-text {
    margin-top: 9.5vw;
    padding-right: 0;
    font-size: 1.125rem;
  }
}
.service .service-content .service-bottom .service-bottom-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 59.635417%;
  height: 100%;
  -webkit-clip-path: polygon(16.16% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(16.16% 0, 100% 0%, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 960px) {
  .service .service-content .service-bottom .service-bottom-right {
    position: relative;
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
    order: 1;
  }
}
.service .service-content .service-bottom .service-bottom-right .service-bottom-image {
  width: 100%;
  height: 100%;
}

.link {
  width: 100vw;
  height: 453px;
  margin-top: 138px;
  display: flex;
}
@media only screen and (max-width: 960px) {
  .link {
    display: block;
    height: 600px;
    margin-top: 14.375vw;
  }
}
.link .recruit {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .link .recruit {
    width: 100%;
    height: 300px;
  }
}
.link .recruit a {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.link .recruit a .recruit-title {
  position: absolute;
  left: 12.8125%;
  bottom: 11.7%;
}
.link .recruit:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url("../images/recruit.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.link .recruit:hover:after {
  opacity: 0.7;
  transform: scale(1.1);
}
.link .contact {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .link .contact {
    width: 100%;
    height: 300px;
  }
}
.link .contact a {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.link .contact a .contact-title {
  position: absolute;
  right: 7.5%;
  bottom: 11.7%;
  z-index: 100;
}
.link .contact:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url("../images/contact.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.link .contact:hover:after {
  opacity: 0.7;
  transform: scale(1.1);
}
.link .title {
  line-height: 1;
}
.link .subtitle {
  font-weight: 600;
  padding-bottom: 0;
}

.map {
  margin-top: 141px;
}
@media only screen and (max-width: 960px) {
  .map {
    margin-top: 14.6vw;
  }
}
.map .map-image {
  width: 100vw;
  height: 467px;
}
@media only screen and (max-width: 960px) {
  .map .map-image {
    height: 49vw;
  }
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-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; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.header {
  background: transparent;
  width: 100vw;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  position: absolute;
  top: 23px;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .header {
    height: 100px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.header .header-left {
  margin-left: 77px;
}
@media only screen and (max-width: 1200px) {
  .header .header-left {
    margin-left: 3vw;
  }
}
.header .header-right {
  margin-right: 53px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .header .header-right {
    margin-right: 3vw;
  }
}
.header .header-right .menu {
  display: flex;
  align-items: center;
  margin-right: 66px;
}
@media only screen and (max-width: 1200px) {
  .header .header-right .menu {
    margin-right: 3vw;
  }
}
@media only screen and (max-width: 960px) {
  .header .header-right .menu {
    display: none;
  }
}
.header .header-right .menu .header-item {
  position: relative;
  transition: all 0.2s ease-in-out;
}
.header .header-right .menu .header-item a {
  height: 103px;
  padding: 0 41.5px;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: 300;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .header .header-right .menu .header-item a {
    padding: 0 clamp(1.875rem, -1rem + 4.7917vw, 2.59375rem);
  }
}
.header .header-right .menu .header-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header .header-right .menu .header-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 19.5px;
  background-color: #ffffff;
}
.header .header-right .menu .last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 19.5px;
  background-color: #ffffff;
}
.header .header-right .tel,
.header .header-right .tel-sp {
  margin-right: 35px;
}
@media only screen and (max-width: 960px) {
  .header .header-right .tel,
  .header .header-right .mail {
    display: none;
  }
}
.header .header-right .tel-sp,
.header .header-right .mail-sp {
  display: none;
}
@media only screen and (max-width: 960px) {
  .header .header-right .tel-sp,
  .header .header-right .mail-sp {
    display: block;
  }
}
.header .header-right .tel-icon:hover,
.header .header-right .tel-icon-sp:hover,
.header .header-right .mail-icon:hover,
.header .header-right .mail-icon-sp:hover {
  opacity: 0.7;
}
.header .toggle-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  z-index: 200;
  cursor: pointer;
  margin-left: 20px;
}
@media only screen and (max-width: 960px) {
  .header .toggle-btn {
    display: flex;
  }
}
.header .toggle-btn span {
  display: block;
  width: 50%;
  height: 4px;
  border-radius: 4px;
  background-color: #06398d;
  transition: all 0.5s;
}
.header .toggle-btn span:nth-child(1) {
  margin-bottom: 10px;
}
.header .toggle-btn span:nth-child(3) {
  margin-top: 10px;
}
.header .active.toggle-btn span {
  background-color: #ffffff;
}
.header .active.toggle-btn span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}
.header .active.toggle-btn span:nth-child(2) {
  display: none;
}
.header .active.toggle-btn span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}
.header .hamburger {
  display: none;
  width: 100vw;
  position: fixed;
  background-color: #06398d;
  top: 0;
  right: -100vw;
  opacity: 0;
  bottom: 0;
  z-index: 100;
  transition: all 0.5s;
}
@media only screen and (max-width: 960px) {
  .header .hamburger {
    display: block;
  }
}
.header .hamburger .menu {
  margin-top: 100px;
  padding: 0 30px;
}
.header .hamburger .menu li {
  width: 100%;
  border-bottom: 2px solid #ffffff;
  color: #333333;
  padding: 25px 0;
  font-size: 1.5rem;
  line-height: 1;
}
.header .hamburger .menu li a {
  display: flex;
  align-items: center;
  color: #ffffff;
  transition-duration: 0.5s;
}
.header .hamburger .menu li a span {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 15px;
}
.header .hamburger .menu li a span img {
  width: 100%;
  height: auto;
}
.header .hamburger .menu li a:hover {
  opacity: 0.3;
}
.header .hamburger.active {
  right: 0;
  opacity: 1;
}

.footer {
  padding-top: 140px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .footer {
    padding-top: 14.6vw;
    padding-bottom: 6.7vw;
    width: 90vw;
    margin: 0 auto;
  }
}
.footer .menu {
  display: flex;
  gap: 84px;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 300;
  color: #050505;
}
@media only screen and (max-width: 960px) {
  .footer .menu {
    gap: 8.75vw;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer .menu a {
  height: 30px;
  display: flex;
  align-items: center;
}
.footer .menu a:hover {
  opacity: 0.7;
}
.footer small {
  margin-top: 87px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 300;
  color: #0b0b0b;
}

.section-title {
  text-align: center;
  position: relative;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 123px;
  height: 3px;
  background-color: #06398d;
}

.title {
  font-size: 3.125rem;
  line-height: 1.7;
  font-weight: 600;
}
@media only screen and (max-width: 960px) {
  .title {
    font-size: clamp(2rem, 1.325rem + 3vw, 3.125rem);
  }
}

.subtitle {
  display: block;
  font-size: 1.25rem;
  line-height: 1.7;
  padding-bottom: 41px;
  font-weight: 300;
}
@media only screen and (max-width: 960px) {
  .subtitle {
    font-size: clamp(1rem, 0.85rem + 0.6667vw, 1.25rem);
  }
}/*# sourceMappingURL=style.css.map */