@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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,
input,
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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

html {
  font-size: 0.6vw;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  html {
    font-size: 2.6vw;
  }
}

body {
  color: #3B4043;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  counter-reset: number 0;
  font-weight: 400;
}

p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

img {
  display: block;
  width: 100%;
}

.l-header {
  position: relative;
  z-index: 50;
  padding: 1em 0;
}
@media screen and (max-width: 960px) {
  .l-header {
    padding: 1.5em 0;
  }
}

.l-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header__logo {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .l-header__logo {
    width: 30vw;
  }
}

.l-header__gNav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .l-header__gNav {
    display: none;
  }
}

.l-header__gNav.active {
  display: block;
}

.l-header__gNavlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: #3B4043;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .l-header__gNavlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-top: 8rem;
  }
}
.l-header__gNavlist a {
  display: inline-block;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding: 0.5em 1.5em;
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .l-header__gNavlist a {
    font-size: 2.4rem;
    color: #3B4043;
    padding: 0em 1.5em;
  }
}
@media screen and (max-width: 520px) {
  .l-header__gNavlist a {
    margin-bottom: 1em;
  }
}
.l-header__gNavlist a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  left: 0;
  background: #3B4043;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header__gNavlist a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.l-header__underlayer {
  color: #fff;
}
.l-header__underlayer a::after {
  background: #fff;
}

.l-header__form {
  background: -webkit-gradient(linear, left top, right top, from(#09203F), to(#537895));
  background: linear-gradient(90deg, #09203F, #537895);
  -webkit-box-shadow: 0 0px 3px 6 rgb(0, 0, 0);
          box-shadow: 0 0px 3px 6 rgb(0, 0, 0);
}

.l-header-wrapper {
  max-width: 1400px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.l-l-wrapper {
  max-width: 1284px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.l-s-wrapper {
  max-width: 886px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.l-pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-pc-none {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l-tb-none {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .l-sp-none {
    display: none;
  }
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-footer {
  height: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer_copy {
  color: #646464;
  margin-right: 1em;
  font-weight: 400;
}

.l-footer__form {
  background: -webkit-gradient(linear, right top, left top, from(#09203F), to(#537895));
  background: linear-gradient(270deg, #09203F, #537895);
  -webkit-box-shadow: 0 0px -3px 6 rgb(0, 0, 0);
          box-shadow: 0 0px -3px 6 rgb(0, 0, 0);
}
.l-footer__form .l-footer_copy {
  color: #fff;
}

.c-humburgermenu {
  display: none;
}
@media screen and (max-width: 960px) {
  .c-humburgermenu {
    display: block;
    position: fixed;
    right: 40px;
    top: -10px;
    cursor: pointer;
    z-index: 99;
  }
  .c-humburgermenu span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 2px;
    border-radius: 2px;
    background: #3B4043;
    width: 30px;
  }
}

.c-humburgermenu__underlayer span {
  background: #fff;
}

.c-humburgermenu span:nth-of-type(1) {
  top: 30px;
}

.c-humburgermenu span:nth-of-type(2) {
  top: 40px;
}

.c-humburgermenu span:nth-of-type(3) {
  top: 50px;
}

.c-humburgermenu.active span {
  background: #3B4043;
}

.c-humburgermenu.scroll span {
  background: #09203F;
}

.c-humburgermenu.active span:nth-of-type(1),
.c-humburgermenu.active span:nth-of-type(3) {
  top: 40px;
}

.c-contact {
  margin-top: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .c-contact {
    margin-top: 12rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-contact__imgBox {
  width: 64%;
}
@media screen and (max-width: 960px) {
  .c-contact__imgBox {
    width: 100%;
  }
}

.c-contact__textBox {
  width: 36%;
  background: -webkit-gradient(linear, left top, left bottom, from(#3780C7), to(#82C4E0));
  background: linear-gradient(#3780C7, #82C4E0);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .c-contact__textBox {
    width: 100%;
    padding: 4rem 0;
  }
}

.c-contact__title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .c-contact__title {
    font-size: 1.8rem;
  }
}

.c-contact__tel {
  font-size: 3.2rem;
  font-weight: bold;
}
.c-contact__tel::before {
  content: url("../img/tel_icon.svg");
  margin-right: 0.5rem;
}
@media screen and (max-width: 960px) {
  .c-contact__tel::before {
    margin-right: 1rem;
  }
}

.c-contact__text {
  font-size: 1.4rem;
  text-align: center;
  width: 60%;
  border-bottom: 1px solid #fff;
  margin-bottom: 6.4rem;
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 960px) {
  .c-contact__text {
    margin-bottom: 3.2rem;
    padding-bottom: 3.2rem;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
.c-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
  margin-left: 1.5em;
}
@media screen and (max-width: 960px) {
  .c-title {
    font-size: 1.75rem;
  }
}
.c-title::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #98A6B5;
  position: absolute;
  top: 50%;
  left: -2.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-template__mainText {
  display: inline-block;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1.15;
  margin-top: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#3780C7), to(#82C4E0));
  background: linear-gradient(#3780C7, #82C4E0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 960px) {
  .c-template__mainText {
    font-size: 4.2rem;
    line-height: 1.4;
  }
}

.p-message__text .c-template__mainText {
  font-size: 6.4rem;
}
@media screen and (max-width: 960px) {
  .p-message__text .c-template__mainText {
    font-size: 4rem;
  }
}

.c-template__subText {
  margin-top: 4rem;
}

.c-form__titleBox {
  margin-top: 6rem;
}
.c-form__titleBox .c-form__title {
  font-size: 8rem;
  font-weight: bold;
  text-transform: capitalize;
  color: #646464;
}
@media screen and (max-width: 960px) {
  .c-form__titleBox .c-form__title {
    font-size: 4.2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 960px) {
  .c-form__titleBox .c-form__text {
    margin-top: 2rem;
  }
}

.titleSlideIn {
  -webkit-animation: SlideIn 2s;
          animation: SlideIn 2s;
}

@-webkit-keyframes SlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-64px);
            transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-64px);
            transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-contact__arrow {
  margin-left: 1em;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-contact__arrow::before {
  content: "";
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  border: 1px solid #fff;
  border-radius: 50%;
}
.c-contact__arrow::after {
  content: "";
  position: absolute;
  top: 42%;
  left: 38%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-contact__link:hover .c-contact__arrow {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.c-form__button {
  margin-top: 3rem;
  text-align: center;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.c-form__button a {
  background: -webkit-gradient(linear, left top, left bottom, from(#09203F), to(#537895));
  background: linear-gradient(#09203F, #537895);
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  padding: 0.5em 0;
  border-radius: 30px;
}
.c-form__button a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#537895), to(#09203F));
  background: linear-gradient(#537895, #09203F);
}

.c-back__button {
  text-align: center;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.c-back__button a {
  background-color: #98A6B5;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  padding: 0.5em 0;
  border-radius: 30px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.c-back__button a:hover {
  background-color: #09203F;
}

.c-form__area {
  border: 2px solid #F0F0F0;
  margin: 6rem 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-form__area {
    margin: 4rem 0;
    font-size: 1.4rem;
  }
}

.c-form__inner {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .c-form__inner {
    padding: 6rem 0;
  }
}
.c-form__inner dl {
  margin-top: 2rem;
}
.c-form__inner dl:first-child {
  margin-top: 0;
}
.c-form__inner dd {
  margin-top: 2rem;
}

::-webkit-input-placeholder {
  color: #CDD6DD;
  font-weight: 400;
}

::-moz-placeholder {
  color: #CDD6DD;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #CDD6DD;
  font-weight: 400;
}

::-ms-input-placeholder {
  color: #CDD6DD;
  font-weight: 400;
}

::placeholder {
  color: #CDD6DD;
  font-weight: 400;
}

.c-input-select,
.c-input-text,
.c-input-textarea {
  display: inline-block;
  background-color: #FAFAFA;
  width: 100%;
  height: 6rem;
}

.c-select {
  color: #CDD6DD;
  position: relative;
}
.c-select::before {
  position: absolute;
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-select::after {
  content: "";
  position: absolute;
  top: 2.6rem;
  right: 2.5rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #646464;
  border-right: 2px solid #646464;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .c-select::after {
    right: 2.4rem;
  }
}

.c-form__pref .c-select {
  position: relative;
}
.c-form__pref .c-select::before {
  position: absolute;
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-form__pref .c-select::after {
  content: "";
  position: absolute;
  top: 2.6rem;
  left: 45%;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #646464;
  border-right: 2px solid #646464;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .c-form__pref .c-select::after {
    left: 47%;
  }
}

.c-input-select {
  padding: 0 1em;
}

.c-input-text input {
  width: 100%;
  height: 100%;
  padding: 0 1em;
}

.c-input-textarea {
  padding: 1em 1em;
  height: 14rem;
  resize: none;
}

.c-form__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-form__name .c-input-text {
  width: 47%;
}

.c-form__zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__zip span {
  font-size: 2.3rem;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-form__zip span {
    font-size: 1.8rem;
  }
}
.c-form__zip .c-input-text {
  width: 45%;
}

.c-form__pref .c-input-select {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-form__pref .c-input-select {
    width: 60%;
  }
}

input[type=radio] {
  display: none;
}

.c-label-radio {
  position: relative;
  padding: 0 0 0 42px;
}
.c-label-radio + .c-label-radio {
  margin-left: 4em;
}
@media screen and (max-width: 768px) {
  .c-label-radio + .c-label-radio {
    margin-left: 0;
    margin-top: 1em;
  }
}

.c-label-radio::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #004BB1;
  border-radius: 50%;
}

.c-label-radio input:checked ~ .c-radio-text::after {
  position: absolute;
  content: "";
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #004BB1;
  border-radius: 50%;
}

.c-policy {
  margin-top: 7.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #radio .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

input[type=checkbox] {
  display: none;
}

.c-check-text {
  font-size: 1.2rem;
}
.c-check-text a {
  border-bottom: 1px solid #3B4043;
}

.c-input-check {
  position: relative;
  padding: 0 0 0 42px;
}

.c-input-check::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  width: 20px;
  height: 20px;
  border: 1px solid #CDD6DD;
}

.c-terms .c-input-check input:checked ~ span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 13px;
  height: 8px;
  margin: auto;
  border-bottom: 2px solid #98A6B5;
  border-left: 2px solid #98A6B5;
  -webkit-transform: translate(2px, -1px) rotate(-45deg);
          transform: translate(2px, -1px) rotate(-45deg);
}

select:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  color: #3B4043;
  background-color: #fff;
  outline: 1px solid #004BB1;
}

.is-required .head::after {
  content: "必須";
  display: inline-block;
  margin-left: 20px;
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 1.1;
  background: #F00000;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .is-required .head::after {
    font-size: 1.2rem;
  }
}

.c-confarm__box {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .c-confarm__box {
    margin: 4rem 0;
    font-size: 1.4rem;
  }
}

.c-confarm__inner {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .c-confarm__inner {
    padding: 6rem 0;
  }
}
.c-confarm__inner dl + dl {
  margin-top: 4rem;
}
.c-confarm__inner dd {
  margin-top: 2rem;
}
.c-confarm__inner .c-form__name {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-confarm__inner .c-form__name p + p {
  margin-left: 1em;
}

.c-forms__buttonArea {
  margin-top: 8rem;
}

.c-forms__buttonArea .c-back__button {
  margin-top: 2rem;
}

.c-thanks__box {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .c-thanks__box {
    margin: 4rem 0;
    font-size: 1.4rem;
  }
}

.c-thanks__inner {
  padding: 6.6rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-thanks__inner {
    padding: 4rem 0;
  }
}

.c-thanks__title {
  font-size: 3.3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-thanks__title {
    font-size: 2.4rem;
  }
}

.c-thanks__text {
  margin-top: 3rem;
}

.c-thanks__box .c-back__button {
  margin-top: 4rem;
}

.p-mv {
  width: 100vw;
  margin-top: -10.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-mv {
    height: 100vh;
  }
}

.p-mv__video {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .p-mv__video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-mv__text {
  position: absolute;
  bottom: 15%;
  left: 5%;
  font-size: 7.8rem;
  font-weight: bold;
  line-height: 1.026;
  background: -webkit-gradient(linear, left top, left bottom, from(#3780C7), to(#82C4E0));
  background: linear-gradient(#3780C7, #82C4E0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 4px 5px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 960px) {
  .p-mv__text {
    bottom: 10%;
    font-size: 4.2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 520px) {
  .p-mv__text {
    bottom: 15%;
  }
}
.p-mv__text .p-mv__subtext {
  display: block;
  font-size: 4.8rem;
  margin-top: 0.5em;
}
@media screen and (max-width: 960px) {
  .p-mv__text .p-mv__subtext {
    font-size: 2.3rem;
  }
}

.p-mission {
  padding-top: 27rem;
  margin-bottom: 27rem;
}
@media screen and (max-width: 960px) {
  .p-mission {
    padding-top: 12rem;
    margin-bottom: 12rem;
  }
}

.p-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4rem;
  margin-top: -4rem;
}
@media screen and (max-width: 960px) {
  .p-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-message__imgBox {
  width: 43%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .p-message__imgBox {
    width: 100%;
  }
}

.p-message__img {
  width: 100%;
  height: 100%;
}

.p-message__text {
  width: 57%;
  padding: 0 8rem;
}
@media screen and (max-width: 960px) {
  .p-message__text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
    padding: 0 0;
  }
}

.p-message__ceoName {
  text-align: end;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-message__ceoName {
    font-size: 2rem;
  }
}
.p-message__ceoName span {
  font-weight: 400;
  font-size: 1.6rem;
  margin-right: 1em;
}
@media screen and (max-width: 960px) {
  .p-message__ceoName span {
    font-size: 1.4rem;
  }
}

.p-conduct {
  padding-top: 20rem;
}
@media screen and (max-width: 960px) {
  .p-conduct {
    padding-top: 16rem;
  }
}

.p-conduct__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 9rem;
}
@media screen and (max-width: 960px) {
  .p-conduct__wrap {
    margin-top: 6.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-conduct__unit {
  width: 31.3333333333%;
  height: 580px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-conduct__unit {
    width: 100%;
  }
  .p-conduct__unit:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.p-conduct__unit:nth-child(1)::after {
  content: "";
  background-image: url("../img/conduct01@2x.jpg");
  background-size: cover;
  display: block;
  height: 100%;
}
.p-conduct__unit:nth-child(2)::after {
  content: "";
  background-image: url("../img/conduct02@2x.jpg");
  background-size: cover;
  display: block;
  height: 100%;
}
.p-conduct__unit:nth-child(3)::after {
  content: "";
  background-image: url("../img/conduct03@2x.jpg");
  background-size: cover;
  display: block;
  height: 100%;
}
.p-conduct__unit::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#09203F), to(#537895));
  background-image: linear-gradient(#09203F, #537895);
  opacity: 0.85;
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
}

.p-conduct__unitText {
  color: #fff;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: 90%;
}
.p-conduct__unitText h3 {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-conduct__unitText h3 {
    font-size: 2.4rem;
  }
}
.p-conduct__unitText h3::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-family: "futura-pt-bold", sans-serif;
  -webkit-text-stroke: 1.5px #fff;
  color: transparent;
  font-size: 6.2rem;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-conduct__unitText h3::before {
    font-size: 5.6rem;
  }
}

.p-business {
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  .p-business {
    padding-top: 10rem;
  }
}

.p-business__box {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-business__box {
    margin-top: 4rem;
  }
}

.p-business__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-business__unit:nth-child(n+2) {
  margin-top: 4rem;
}
.p-business__unit:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-business__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-business__unit:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-business__img {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .p-business__img {
    width: 100%;
  }
}

.p-business__text {
  width: 42%;
  color: #646464;
}
.p-business__text span {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-business__text span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-business__text {
    margin-top: 2rem;
    width: 100%;
  }
}

.p-business__unitTitle {
  font-size: 3.3rem;
  font-weight: bold;
  color: #3B4043;
}
@media screen and (max-width: 768px) {
  .p-business__unitTitle {
    font-size: 2.4rem;
  }
}

.p-business__unitText {
  margin-top: 1em;
}

.p-recruit {
  margin-top: 16rem;
}
@media screen and (max-width: 960px) {
  .p-recruit {
    margin-top: 12rem;
  }
}

.p-recruit__Box {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .p-recruit__Box {
    height: 1400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__Box {
    height: 1200px;
  }
}
@media screen and (max-width: 520px) {
  .p-recruit__Box {
    height: 800px;
  }
}
@media screen and (max-width: 375px) {
  .p-recruit__Box {
    height: 640px;
  }
}

.p-recruit__video {
  width: 100%;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}
@media screen and (max-width: 960px) {
  .p-recruit__video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-recruit__text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .p-recruit__text {
    width: 90%;
  }
}

.p-recruit__mainText {
  color: #fff;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1.15;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-recruit__mainText {
    font-size: 4rem;
    line-height: 1.4;
  }
}

.p-recruit__messegeArea {
  margin-top: 16rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-recruit__messegeArea {
    margin-top: 8rem;
  }
}
.p-recruit__messegeArea .c-template__mainText {
  margin-top: 0;
}
.p-recruit__messegeArea .c-template__subText {
  margin-top: 9rem;
}
@media screen and (max-width: 960px) {
  .p-recruit__messegeArea .c-template__subText {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6rem;
  }
}

.p-company {
  display: block;
  padding-top: 20rem;
}
@media screen and (max-width: 960px) {
  .p-company {
    padding-top: 12rem;
  }
  .p-company iframe {
    width: 100%;
  }
}

.p-company__title {
  font-size: 3.3rem;
  font-weight: bold;
}

.p-company__info {
  width: 65%;
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-company__info {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-company__infoUnit {
  border-top: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  padding: 4.5rem 0;
}
@media screen and (max-width: 960px) {
  .p-company__infoUnit {
    padding: 4rem 0;
    font-size: 1.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-company__info dt {
  width: 25%;
}
@media screen and (max-width: 960px) {
  .p-company__info dt {
    font-size: 1.4rem;
  }
}

.p-company__info dd {
  width: 75%;
}
@media screen and (max-width: 960px) {
  .p-company__info dd {
    width: 100%;
    margin-top: 0.75em;
  }
}
.p-company__info dd:last-child {
  border-bottom: none;
}

.p-company__history {
  margin-top: 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-company__history {
    margin-top: 1.8rem;
  }
}

.p-company__historyInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.4rem;
}
.p-company__historyInner span {
  display: block;
  width: 20%;
  line-height: 1.4;
}
.p-company__historyInner p {
  width: 80%;
  line-height: 1.4;
}

.p-company__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-company__member p {
  margin-left: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}