@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&family=Ropa+Sans&display=swap);

/*! http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

b,
strong {
  font-weight: 500;
}

html {
  height: 100%;
  font-size: 62.5%;
}

html.is-scrollPrevent {
  overflow: hidden;
}

body {
  color: #333;
  font-family: Roboto, "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  overflow-y: scroll;
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

b,
strong {
  font-weight: 700;
}

button,
input,
select,
textarea {
  outline: 0;
  font-size: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input {
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="radio"] {
  margin-top: 0;
  margin-right: 0.5rem;
}

select::-ms-expand {
  display: none;
}

button {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.l-contents {
  max-width: 100%;
}

.l-contents__in {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-contents__row {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-wrap {
  padding-top: calc(70px + 35px);
  padding-bottom: 80px;
}

.l-header {
  color: #fff;
  font-weight: 500;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.l-header.is-default {
  color: #0e2540;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.l-header.is-active {
  background-color: #fff;
}

.l-header__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 70px;
  padding: 10px 30px 10px 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.l-header__logo {
  background-image: url(../images/common/logo_white.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 90px;
  height: 50px;
}

.is-default .l-header__logo {
  background-image: url(../images/common/logo_default.png);
}

.is-active .l-header__logo {
  background-image: url(../images/common/logo_default.png);
}

.l-header__logo a {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.l-header__hamburger {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.l-header__hamburger__line {
  height: 15px;
  position: relative;
}

.l-header__hamburger__line span {
  content: "";
  display: block;
  background-color: #e3e3e3;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  position: absolute;
  right: 0;
  width: 50px;
  height: 1px;
}

.l-header__hamburger__line span:nth-of-type(1) {
  top: 0;
}

.l-header__hamburger__line span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header__hamburger__line span:nth-of-type(3) {
  bottom: 0;
}

.is-default .l-header__hamburger__line span {
  background-color: #0e2540;
}

.is-active .l-header__hamburger__line span {
  background-color: #0e2540;
}

.is-active .l-header__hamburger__line span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-15deg);
  transform: translateY(-50%) rotate(-15deg);
}

.is-active .l-header__hamburger__line span:nth-of-type(2) {
  opacity: 0;
}

.is-active .l-header__hamburger__line span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(15deg);
  transform: translateY(-50%) rotate(15deg);
}

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

.l-header__hamburger__txt::after {
  content: "menu";
  display: block;
  font-family: "Ropa Sans", sans-serif;
  font-size: 1.3rem;
}

.is-default .l-header__hamburger__txt::after {
  color: #0e2540;
}

.is-active .l-header__hamburger__txt::after {
  color: #0e2540;
  content: "close";
}

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

.l-header__btn {
  border-color: #fff;
  -webkit-transition: initial !important;
  transition: initial !important;
}

.is-default .l-header__btn {
  border-color: #0e2540;
}

.l-footer {
  color: #fff;
  background-color: #0e2540;
  padding-top: 25px;
  padding-bottom: 25px;
}

.l-footer__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer__copy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__link {
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.l-footer__link:hover {
  opacity: 0.7;
}

.l-page {
  overflow: hidden;
  visibility: visible;
}

.c-btn {
  width: 100%;
  padding: 15px;
  font-weight: 500;
  border-width: 1px;
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-btn:hover {
  color: #fff;
  background-color: #307fc1;
  border-color: #307fc1;
}

.c-btn--return {
  color: #b0b0b0;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-btn--return:hover {
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}

.c-btn--md {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 145px;
  padding: 10px;
}

.c-col-1 {
  width: 8.33333%;
}

.c-col-2 {
  width: 16.66667%;
}

.c-col-3 {
  width: 25%;
}

.c-col-4 {
  width: 33.33333%;
}

.c-col-5 {
  width: 41.66667%;
}

.c-col-6 {
  width: 50%;
}

.c-col-7 {
  width: 58.33333%;
}

.c-col-8 {
  width: 66.66667%;
}

.c-col-9 {
  width: 75%;
}

.c-col-10 {
  width: 83.33333%;
}

.c-col-11 {
  width: 91.66667%;
}

.c-col-12 {
  width: 100%;
}

.l-contents__row .c-col-1 {
  width: 8.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.l-contents__row .c-col-2 {
  width: 16.66667%;
  padding-left: 10px;
  padding-right: 10px;
}

.l-contents__row .c-col-3 {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.l-contents__row .c-col-4 {
  width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.l-contents__row .c-col-5 {
  width: 41.66667%;
  padding-left: 10px;
  padding-right: 10px;
}

.l-contents__row .c-col-6 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.l-contents__row .c-col-7 {
  width: 58.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.l-contents__row .c-col-8 {
  width: 66.66667%;
  padding-left: 10px;
  padding-right: 10px;
}

.l-contents__row .c-col-9 {
  width: 75%;
  padding-left: 10px;
  padding-right: 10px;
}

.l-contents__row .c-col-10 {
  width: 83.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.l-contents__row .c-col-11 {
  width: 91.66667%;
  padding-left: 10px;
  padding-right: 10px;
}

.l-contents__row .c-col-12 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

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

.c-flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-flex--col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.c-flex--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-flex--hr-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-flex--hr-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-flex--hr-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-flex--hr-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.c-flex--vt-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-flex--vt-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-img-full {
  width: 100%;
}

.c-img-cover--left {
  font-family: "object-fit:cover;object-position:left center;";
  -o-object-position: left center;
  object-position: left center;
}

.c-img-cover--right {
  font-family: "object-fit:cover;object-position:right center;";
  -o-object-position: right center;
  object-position: right center;
}

.c-img-cover--initial {
  font-family: "object-fit:cover;object-position:initial center;";
  -o-object-position: initial center;
  object-position: initial center;
}

.c-txt-lg {
  font-size: 1.6rem;
}

.c-txt-sm {
  font-size: 1.2rem;
}

.c-txt-link,
.p-news-article p a {
  color: #307fc1;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-txt-link:hover,
.p-news-article p a:hover {
  opacity: 0.7;
}

.c-list > li,
.p-news-article ol > li,
.p-news-article ul > li {
  line-height: 2;
  padding-left: 3rem;
  text-indent: -2rem;
  margin-top: 12.5px;
}

.c-list > li::before,
.p-news-article ol > li::before,
.p-news-article ul > li::before {
  display: inline-block;
  width: 2rem;
  text-align: center;
}

.c-list--cjk,
.c-list--decimal,
.p-news-article ol {
  counter-reset: num 0;
}

.c-list--cjk > li::before,
.c-list--decimal > li::before,
.p-news-article ol > li::before {
  font-weight: 700;
  counter-increment: num 1;
  content: counter(num) ".";
}

.c-list--cjk > li::before {
  content: counter(num, cjk-ideographic) ".";
}

.c-list--link > li {
  color: #307fc1;
}

.c-list--link > li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f105";
}

.c-list--link > li a {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: underline;
  display: inline;
}

.c-list--link > li a:hover {
  opacity: 0.7;
}

.c-list-disc > li,
.p-news-article ul > li {
  line-height: 2;
  margin-top: 10px;
}

.c-list-disc > li::before,
.p-news-article ul > li::before {
  content: "";
  display: inline-block;
  background-color: #307fc1;
  border-radius: 50%;
  margin-right: 1em;
  margin-left: -0.5em;
  width: 10px;
  height: 10px;
}

.c-list-item {
  border: 1px #0e2540 solid;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-list-item__num {
  font-size: 2em;
  padding-left: 0.2em;
}

.c-list-item__copy {
  color: #307fc1;
  font-weight: 500;
  border-left: 1px #dedede solid;
  padding-left: 1em;
  margin-left: 1em;
}

.c-tle-lg,
.p-news-article h2 {
  color: #0e2540;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 3rem;
}

.c-tle-lg__en {
  display: block;
  font-family: "Ropa Sans", sans-serif;
  font-weight: initial;
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.c-tle-md,
.p-news-article h3 {
  color: #0e2540;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 2.4rem;
}

.c-tle-sm,
.p-news-article h4 {
  font-weight: 700;
  font-size: 1.8rem;
}

.p-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}

.p-mv__slide {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

@-webkit-keyframes slide {
  to {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes slide {
  to {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.p-mv__slide.is-opacity {
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.p-mv__logo {
  width: 50%;
  min-width: 250px;
  max-width: 610px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.p-tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-tab > a {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.p-tab__link {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px #dedede solid;
  width: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.p-tab__link:hover {
  border-color: #0e2540;
}

.p-tab__link.is-active {
  font-weight: 500;
  pointer-events: none;
  cursor: auto;
}

.p-tab__link.is-active::after {
  content: "";
  display: block;
  background-color: #0e2540;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
}

.p-paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-paging > a + a {
  margin-left: 20px;
}

.p-paging__link {
  display: block;
  border: 1px #0e2540 solid;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-paging__link:hover {
  color: #fff;
  background-color: #0e2540;
}

.p-paging__link.is-active {
  color: #fff;
  background-color: #0e2540;
  font-weight: 500;
  pointer-events: none;
  cursor: auto;
}

.p-company {
  position: relative;
}

.p-company::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/company_bg_pc.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.p-contact {
  color: #fff;
  background-color: #0e2540;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.u-c-default {
  color: #333;
}

.u-bg-default {
  background-color: #333;
}

.u-c-white {
  color: #fff;
}

.u-bg-white {
  background-color: #fff;
}

.u-c-accent {
  color: #e83338;
}

.u-bg-accent {
  background-color: #e83338;
}

.u-c-primary {
  color: #307fc1;
}

.u-bg-primary {
  background-color: #307fc1;
}

.u-c-natural {
  color: #0e2540;
}

.u-bg-natural {
  background-color: #0e2540;
}

.u-c-bace {
  color: #f5f7fa;
}

.u-bg-bace {
  background-color: #f5f7fa;
}

.u-c-gray-dk {
  color: #b0b0b0;
}

.u-bg-gray-dk {
  background-color: #b0b0b0;
}

.u-c-gray-nl {
  color: #dedede;
}

.u-bg-gray-nl {
  background-color: #dedede;
}

.u-c-gray-lt {
  color: #e3e3e3;
}

.u-bg-gray-lt {
  background-color: #e3e3e3;
}

.u-bd {
  position: relative;
}

.u-bd::after {
  content: "";
  display: block;
  max-width: 930px;
  background-color: #dedede;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.u-dn {
  display: none;
}

.u-ff-en {
  font-family: "Ropa Sans", sans-serif;
}

.u-ff-gothic {
  font-family: Roboto, "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", sans-serif;
}

.u-fw-bold {
  font-weight: 700;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-normal {
  font-weight: 400;
}

.u-h-o {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.u-h-o:hover {
  opacity: 0.7;
}

.u-lh-1 {
  line-height: 1;
}

.u-lh-lg {
  line-height: 2;
}

.u-lh-md {
  line-height: 1.5;
}

.u-mt-xl {
  margin-top: 60px;
}

.u-mb-xl {
  margin-bottom: 60px;
}

.u-mt-md {
  margin-top: 40px;
}

.u-mb-md {
  margin-bottom: 40px;
}

.u-mt-sm {
  margin-top: 30px;
}

.u-mb-sm {
  margin-bottom: 30px;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-5 {
  margin-top: 5px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-25 {
  margin-top: 25px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mt-35 {
  margin-top: 35px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-45 {
  margin-top: 45px;
}

.u-mt-50 {
  margin-top: 50px;
}

.u-mt-55 {
  margin-top: 55px;
}

.u-mt-60 {
  margin-top: 60px;
}

.u-mt-65 {
  margin-top: 65px;
}

.u-mt-70 {
  margin-top: 70px;
}

.u-mt-75 {
  margin-top: 75px;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-5 {
  margin-bottom: 5px;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-mb-15 {
  margin-bottom: 15px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-mb-25 {
  margin-bottom: 25px;
}

.u-mb-30 {
  margin-bottom: 30px;
}

.u-mb-35 {
  margin-bottom: 35px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-mb-45 {
  margin-bottom: 45px;
}

.u-mb-50 {
  margin-bottom: 50px;
}

.u-mb-55 {
  margin-bottom: 55px;
}

.u-mb-60 {
  margin-bottom: 60px;
}

.u-mb-65 {
  margin-bottom: 65px;
}

.u-mb-70 {
  margin-bottom: 70px;
}

.u-mb-75 {
  margin-bottom: 75px;
}

.u-mr-0 {
  margin-right: 0;
}

.u-mr-5 {
  margin-right: 5px;
}

.u-mr-10 {
  margin-right: 10px;
}

.u-mr-15 {
  margin-right: 15px;
}

.u-mr-20 {
  margin-right: 20px;
}

.u-mr-25 {
  margin-right: 25px;
}

.u-mr-30 {
  margin-right: 30px;
}

.u-mr-35 {
  margin-right: 35px;
}

.u-mr-40 {
  margin-right: 40px;
}

.u-mr-45 {
  margin-right: 45px;
}

.u-mr-50 {
  margin-right: 50px;
}

.u-mr-55 {
  margin-right: 55px;
}

.u-mr-60 {
  margin-right: 60px;
}

.u-mr-65 {
  margin-right: 65px;
}

.u-mr-70 {
  margin-right: 70px;
}

.u-mr-75 {
  margin-right: 75px;
}

.u-mr-a {
  margin-right: auto;
}

.u-ml-0 {
  margin-left: 0;
}

.u-ml-5 {
  margin-left: 5px;
}

.u-ml-10 {
  margin-left: 10px;
}

.u-ml-15 {
  margin-left: 15px;
}

.u-ml-20 {
  margin-left: 20px;
}

.u-ml-25 {
  margin-left: 25px;
}

.u-ml-30 {
  margin-left: 30px;
}

.u-ml-35 {
  margin-left: 35px;
}

.u-ml-40 {
  margin-left: 40px;
}

.u-ml-45 {
  margin-left: 45px;
}

.u-ml-50 {
  margin-left: 50px;
}

.u-ml-55 {
  margin-left: 55px;
}

.u-ml-60 {
  margin-left: 60px;
}

.u-ml-65 {
  margin-left: 65px;
}

.u-ml-70 {
  margin-left: 70px;
}

.u-ml-75 {
  margin-left: 75px;
}

.u-ml-a {
  margin-left: auto;
}

.u-pt-0 {
  padding-top: 0;
}

.u-pt-5 {
  padding-top: 5px;
}

.u-pt-10 {
  padding-top: 10px;
}

.u-pt-15 {
  padding-top: 15px;
}

.u-pt-20 {
  padding-top: 20px;
}

.u-pt-25 {
  padding-top: 25px;
}

.u-pt-30 {
  padding-top: 30px;
}

.u-pt-35 {
  padding-top: 35px;
}

.u-pt-40 {
  padding-top: 40px;
}

.u-pt-45 {
  padding-top: 45px;
}

.u-pt-50 {
  padding-top: 50px;
}

.u-pt-55 {
  padding-top: 55px;
}

.u-pt-60 {
  padding-top: 60px;
}

.u-pt-65 {
  padding-top: 65px;
}

.u-pt-70 {
  padding-top: 70px;
}

.u-pt-75 {
  padding-top: 75px;
}

.u-pt-100 {
  padding-top: 100px;
}

.u-pt-sec {
  padding-top: 60px;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-pb-5 {
  padding-bottom: 5px;
}

.u-pb-10 {
  padding-bottom: 10px;
}

.u-pb-15 {
  padding-bottom: 15px;
}

.u-pb-20 {
  padding-bottom: 20px;
}

.u-pb-25 {
  padding-bottom: 25px;
}

.u-pb-30 {
  padding-bottom: 30px;
}

.u-pb-35 {
  padding-bottom: 35px;
}

.u-pb-40 {
  padding-bottom: 40px;
}

.u-pb-45 {
  padding-bottom: 45px;
}

.u-pb-50 {
  padding-bottom: 50px;
}

.u-pb-55 {
  padding-bottom: 55px;
}

.u-pb-60 {
  padding-bottom: 60px;
}

.u-pb-65 {
  padding-bottom: 65px;
}

.u-pb-70 {
  padding-bottom: 70px;
}

.u-pb-75 {
  padding-bottom: 75px;
}

.u-pb-sec {
  padding-bottom: 60px;
}

.u-pr-0 {
  padding-right: 0;
}

.u-pr-5 {
  padding-right: 5px;
}

.u-pr-10 {
  padding-right: 10px;
}

.u-pr-15 {
  padding-right: 15px;
}

.u-pr-20 {
  padding-right: 20px;
}

.u-pr-25 {
  padding-right: 25px;
}

.u-pr-30 {
  padding-right: 30px;
}

.u-pr-35 {
  padding-right: 35px;
}

.u-pr-40 {
  padding-right: 40px;
}

.u-pr-45 {
  padding-right: 45px;
}

.u-pr-50 {
  padding-right: 50px;
}

.u-pr-55 {
  padding-right: 55px;
}

.u-pr-60 {
  padding-right: 60px;
}

.u-pr-65 {
  padding-right: 65px;
}

.u-pr-70 {
  padding-right: 70px;
}

.u-pr-75 {
  padding-right: 75px;
}

.u-pl-0 {
  padding-left: 0;
}

.u-pl-5 {
  padding-left: 5px;
}

.u-pl-10 {
  padding-left: 10px;
}

.u-pl-15 {
  padding-left: 15px;
}

.u-pl-20 {
  padding-left: 20px;
}

.u-pl-25 {
  padding-left: 25px;
}

.u-pl-30 {
  padding-left: 30px;
}

.u-pl-35 {
  padding-left: 35px;
}

.u-pl-40 {
  padding-left: 40px;
}

.u-pl-45 {
  padding-left: 45px;
}

.u-pl-50 {
  padding-left: 50px;
}

.u-pl-55 {
  padding-left: 55px;
}

.u-pl-60 {
  padding-left: 60px;
}

.u-pl-65 {
  padding-left: 65px;
}

.u-pl-70 {
  padding-left: 70px;
}

.u-pl-75 {
  padding-left: 75px;
}

.u-ta-l {
  text-align: left;
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

.u-ta-j {
  text-align: justify;
}

@media all and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    font-size: clamp(1.4rem, 1.95313vw, 1.5rem);
  }
  .l-footer__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .c-col-sp-1 {
    width: 8.33333%;
  }
  .c-col-sp-2 {
    width: 16.66667%;
  }
  .c-col-sp-3 {
    width: 25%;
  }
  .c-col-sp-4 {
    width: 33.33333%;
  }
  .c-col-sp-5 {
    width: 41.66667%;
  }
  .c-col-sp-6 {
    width: 50%;
  }
  .c-col-sp-7 {
    width: 58.33333%;
  }
  .c-col-sp-8 {
    width: 66.66667%;
  }
  .c-col-sp-9 {
    width: 75%;
  }
  .c-col-sp-10 {
    width: 83.33333%;
  }
  .c-col-sp-11 {
    width: 91.66667%;
  }
  .c-col-sp-12 {
    width: 100%;
  }
  .l-contents__row .c-col-sp-1 {
    width: 8.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-contents__row .c-col-sp-2 {
    width: 16.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-contents__row .c-col-sp-3 {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-contents__row .c-col-sp-4 {
    width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-contents__row .c-col-sp-5 {
    width: 41.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-contents__row .c-col-sp-6 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-contents__row .c-col-sp-7 {
    width: 58.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-contents__row .c-col-sp-8 {
    width: 66.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-contents__row .c-col-sp-9 {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-contents__row .c-col-sp-10 {
    width: 83.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-contents__row .c-col-sp-11 {
    width: 91.66667%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-contents__row .c-col-sp-12 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-flex--wrap-sp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-flex--col-reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .c-flex--col-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-flex--hr-end-sp {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .c-flex--hr-center-sp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-flex--hr-between-sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-flex--hr-around-sp {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .c-flex--vt-end-sp {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .c-flex--vt-center-sp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-txt-lg {
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 2.08333vw, 1.6rem);
  }
  .c-heading {
    font-size: 2.6rem;
    font-size: clamp(2.6rem, 4.94792vw, 3.8rem);
  }
  .c-heading__en {
    font-size: 1.8rem;
    font-size: clamp(1.8rem, 3.38542vw, 2.6rem);
  }
  .c-heading__en {
    margin-bottom: 5px;
  }
  .c-tle-lg,
  .p-news-article h2 {
    font-size: 2rem;
    font-size: clamp(2rem, 3.90625vw, 3rem);
  }
  .c-tle-lg__en {
    font-size: 1.6rem;
    font-size: clamp(1.6rem, 2.86458vw, 2.2rem);
  }
  .c-tle-md,
  .p-news-article h3 {
    font-size: 1.8rem;
    font-size: clamp(1.8rem, 3.125vw, 2.4rem);
  }
  .c-tle-sm,
  .p-news-article h4 {
    font-size: 1.6rem;
    font-size: clamp(1.6rem, 2.34375vw, 1.8rem);
  }
  .p-company::before {
    background-image: url(../images/index/company_bg_sp.jpg);
  }
  .p-news__link {
    margin-top: 10px;
    margin-left: 0;
  }
  .p-news-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-modal__body {
    font-size: 1.2rem;
    font-size: clamp(1.2rem, 1.82292vw, 1.4rem);
  }
  .p-wg-group {
    -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;
  }
  .p-wg-box__tle {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
  }
  .p-wg-box__tle::after {
    content: "";
    display: block;
    background-color: #dedede;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-form input {
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 2.08333vw, 1.6rem);
  }
  .p-form__item > dt {
    margin-bottom: 1em;
  }
  .p-form__error {
    font-size: 1.2rem;
    font-size: clamp(1.2rem, 1.82292vw, 1.4rem);
  }
  .u-dn-sp {
    display: none;
  }
  .u-mt-sp-0 {
    margin-top: 0;
  }
  .u-mt-sp-5 {
    margin-top: 5px;
  }
  .u-mt-sp-10 {
    margin-top: 10px;
  }
  .u-mt-sp-15 {
    margin-top: 15px;
  }
  .u-mt-sp-20 {
    margin-top: 20px;
  }
  .u-mt-sp-25 {
    margin-top: 25px;
  }
  .u-mt-sp-30 {
    margin-top: 30px;
  }
  .u-mt-sp-35 {
    margin-top: 35px;
  }
  .u-mt-sp-40 {
    margin-top: 40px;
  }
  .u-mt-sp-45 {
    margin-top: 45px;
  }
  .u-mt-sp-50 {
    margin-top: 50px;
  }
  .u-mt-sp-55 {
    margin-top: 55px;
  }
  .u-mt-sp-60 {
    margin-top: 60px;
  }
  .u-mt-sp-65 {
    margin-top: 65px;
  }
  .u-mt-sp-70 {
    margin-top: 70px;
  }
  .u-mt-sp-75 {
    margin-top: 75px;
  }
  .u-mb-sp-0 {
    margin-bottom: 0;
  }
  .u-mb-sp-5 {
    margin-bottom: 5px;
  }
  .u-mb-sp-10 {
    margin-bottom: 10px;
  }
  .u-mb-sp-15 {
    margin-bottom: 15px;
  }
  .u-mb-sp-20 {
    margin-bottom: 20px;
  }
  .u-mb-sp-25 {
    margin-bottom: 25px;
  }
  .u-mb-sp-30 {
    margin-bottom: 30px;
  }
  .u-mb-sp-35 {
    margin-bottom: 35px;
  }
  .u-mb-sp-40 {
    margin-bottom: 40px;
  }
  .u-mb-sp-45 {
    margin-bottom: 45px;
  }
  .u-mb-sp-50 {
    margin-bottom: 50px;
  }
  .u-mb-sp-55 {
    margin-bottom: 55px;
  }
  .u-mb-sp-60 {
    margin-bottom: 60px;
  }
  .u-mb-sp-65 {
    margin-bottom: 65px;
  }
  .u-mb-sp-70 {
    margin-bottom: 70px;
  }
  .u-mb-sp-75 {
    margin-bottom: 75px;
  }
  .u-mr-sp-0 {
    margin-right: 0;
  }
  .u-mr-sp-5 {
    margin-right: 5px;
  }
  .u-mr-sp-10 {
    margin-right: 10px;
  }
  .u-mr-sp-15 {
    margin-right: 15px;
  }
  .u-mr-sp-20 {
    margin-right: 20px;
  }
  .u-mr-sp-25 {
    margin-right: 25px;
  }
  .u-mr-sp-30 {
    margin-right: 30px;
  }
  .u-mr-sp-35 {
    margin-right: 35px;
  }
  .u-mr-sp-40 {
    margin-right: 40px;
  }
  .u-mr-sp-45 {
    margin-right: 45px;
  }
  .u-mr-sp-50 {
    margin-right: 50px;
  }
  .u-mr-sp-55 {
    margin-right: 55px;
  }
  .u-mr-sp-60 {
    margin-right: 60px;
  }
  .u-mr-sp-65 {
    margin-right: 65px;
  }
  .u-mr-sp-70 {
    margin-right: 70px;
  }
  .u-mr-sp-75 {
    margin-right: 75px;
  }
  .u-ml-sp-0 {
    margin-left: 0;
  }
  .u-ml-sp-5 {
    margin-left: 5px;
  }
  .u-ml-sp-10 {
    margin-left: 10px;
  }
  .u-ml-sp-15 {
    margin-left: 15px;
  }
  .u-ml-sp-20 {
    margin-left: 20px;
  }
  .u-ml-sp-25 {
    margin-left: 25px;
  }
  .u-ml-sp-30 {
    margin-left: 30px;
  }
  .u-ml-sp-35 {
    margin-left: 35px;
  }
  .u-ml-sp-40 {
    margin-left: 40px;
  }
  .u-ml-sp-45 {
    margin-left: 45px;
  }
  .u-ml-sp-50 {
    margin-left: 50px;
  }
  .u-ml-sp-55 {
    margin-left: 55px;
  }
  .u-ml-sp-60 {
    margin-left: 60px;
  }
  .u-ml-sp-65 {
    margin-left: 65px;
  }
  .u-ml-sp-70 {
    margin-left: 70px;
  }
  .u-ml-sp-75 {
    margin-left: 75px;
  }
  .u-pt-sp-0 {
    padding-top: 0;
  }
  .u-pt-sp-5 {
    padding-top: 5px;
  }
  .u-pt-sp-10 {
    padding-top: 10px;
  }
  .u-pt-sp-15 {
    padding-top: 15px;
  }
  .u-pt-sp-20 {
    padding-top: 20px;
  }
  .u-pt-sp-25 {
    padding-top: 25px;
  }
  .u-pt-sp-30 {
    padding-top: 30px;
  }
  .u-pt-sp-35 {
    padding-top: 35px;
  }
  .u-pt-sp-40 {
    padding-top: 40px;
  }
  .u-pt-sp-45 {
    padding-top: 45px;
  }
  .u-pt-sp-50 {
    padding-top: 50px;
  }
  .u-pt-sp-55 {
    padding-top: 55px;
  }
  .u-pt-sp-60 {
    padding-top: 60px;
  }
  .u-pt-sp-65 {
    padding-top: 65px;
  }
  .u-pt-sp-70 {
    padding-top: 70px;
  }
  .u-pt-sp-75 {
    padding-top: 75px;
  }
  .u-pb-sp-0 {
    padding-bottom: 0;
  }
  .u-pb-sp-5 {
    padding-bottom: 5px;
  }
  .u-pb-sp-10 {
    padding-bottom: 10px;
  }
  .u-pb-sp-15 {
    padding-bottom: 15px;
  }
  .u-pb-sp-20 {
    padding-bottom: 20px;
  }
  .u-pb-sp-25 {
    padding-bottom: 25px;
  }
  .u-pb-sp-30 {
    padding-bottom: 30px;
  }
  .u-pb-sp-35 {
    padding-bottom: 35px;
  }
  .u-pb-sp-40 {
    padding-bottom: 40px;
  }
  .u-pb-sp-45 {
    padding-bottom: 45px;
  }
  .u-pb-sp-50 {
    padding-bottom: 50px;
  }
  .u-pb-sp-55 {
    padding-bottom: 55px;
  }
  .u-pb-sp-60 {
    padding-bottom: 60px;
  }
  .u-pb-sp-65 {
    padding-bottom: 65px;
  }
  .u-pb-sp-70 {
    padding-bottom: 70px;
  }
  .u-pb-sp-75 {
    padding-bottom: 75px;
  }
  .u-pr-sp-0 {
    padding-right: 0;
  }
  .u-pr-sp-5 {
    padding-right: 5px;
  }
  .u-pr-sp-10 {
    padding-right: 10px;
  }
  .u-pr-sp-15 {
    padding-right: 15px;
  }
  .u-pr-sp-20 {
    padding-right: 20px;
  }
  .u-pr-sp-25 {
    padding-right: 25px;
  }
  .u-pr-sp-30 {
    padding-right: 30px;
  }
  .u-pr-sp-35 {
    padding-right: 35px;
  }
  .u-pr-sp-40 {
    padding-right: 40px;
  }
  .u-pr-sp-45 {
    padding-right: 45px;
  }
  .u-pr-sp-50 {
    padding-right: 50px;
  }
  .u-pr-sp-55 {
    padding-right: 55px;
  }
  .u-pr-sp-60 {
    padding-right: 60px;
  }
  .u-pr-sp-65 {
    padding-right: 65px;
  }
  .u-pr-sp-70 {
    padding-right: 70px;
  }
  .u-pr-sp-75 {
    padding-right: 75px;
  }
  .u-pl-sp-0 {
    padding-left: 0;
  }
  .u-pl-sp-5 {
    padding-left: 5px;
  }
  .u-pl-sp-10 {
    padding-left: 10px;
  }
  .u-pl-sp-15 {
    padding-left: 15px;
  }
  .u-pl-sp-20 {
    padding-left: 20px;
  }
  .u-pl-sp-25 {
    padding-left: 25px;
  }
  .u-pl-sp-30 {
    padding-left: 30px;
  }
  .u-pl-sp-35 {
    padding-left: 35px;
  }
  .u-pl-sp-40 {
    padding-left: 40px;
  }
  .u-pl-sp-45 {
    padding-left: 45px;
  }
  .u-pl-sp-50 {
    padding-left: 50px;
  }
  .u-pl-sp-55 {
    padding-left: 55px;
  }
  .u-pl-sp-60 {
    padding-left: 60px;
  }
  .u-pl-sp-65 {
    padding-left: 65px;
  }
  .u-pl-sp-70 {
    padding-left: 70px;
  }
  .u-pl-sp-75 {
    padding-left: 75px;
  }
}

@media all and (min-width: 768px) {
  a[href*="tel:"] {
    display: inline-block;
    pointer-events: none;
    cursor: default;
  }
  .l-contents__in {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-contents__row {
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-wrap {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .l-header__in {
    height: 100px;
    padding: 15px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-header__logo {
    width: 120px;
    height: 70px;
  }
  .l-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-btn--lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }
  .c-btn--return {
    max-width: 320px;
  }
  .c-col-tb-1 {
    width: 8.33333%;
  }
  .c-col-tb-2 {
    width: 16.66667%;
  }
  .c-col-tb-3 {
    width: 25%;
  }
  .c-col-tb-4 {
    width: 33.33333%;
  }
  .c-col-tb-5 {
    width: 41.66667%;
  }
  .c-col-tb-6 {
    width: 50%;
  }
  .c-col-tb-7 {
    width: 58.33333%;
  }
  .c-col-tb-8 {
    width: 66.66667%;
  }
  .c-col-tb-9 {
    width: 75%;
  }
  .c-col-tb-10 {
    width: 83.33333%;
  }
  .c-col-tb-11 {
    width: 91.66667%;
  }
  .c-col-tb-12 {
    width: 100%;
  }
  .l-contents__row .c-col-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-contents__row .c-col-tb-1 {
    width: 8.33333%;
  }
  .l-contents__row .c-col-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-contents__row .c-col-tb-2 {
    width: 16.66667%;
  }
  .l-contents__row .c-col-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-contents__row .c-col-tb-3 {
    width: 25%;
  }
  .l-contents__row .c-col-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-contents__row .c-col-tb-4 {
    width: 33.33333%;
  }
  .l-contents__row .c-col-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-contents__row .c-col-tb-5 {
    width: 41.66667%;
  }
  .l-contents__row .c-col-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-contents__row .c-col-tb-6 {
    width: 50%;
  }
  .l-contents__row .c-col-7 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-contents__row .c-col-tb-7 {
    width: 58.33333%;
  }
  .l-contents__row .c-col-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-contents__row .c-col-tb-8 {
    width: 66.66667%;
  }
  .l-contents__row .c-col-9 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-contents__row .c-col-tb-9 {
    width: 75%;
  }
  .l-contents__row .c-col-10 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-contents__row .c-col-tb-10 {
    width: 83.33333%;
  }
  .l-contents__row .c-col-11 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-contents__row .c-col-tb-11 {
    width: 91.66667%;
  }
  .l-contents__row .c-col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-contents__row .c-col-tb-12 {
    width: 100%;
  }
  .c-flex-tb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-flex--wrap-tb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-flex--col-reverse-tb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .c-flex--col-tb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-flex--hr-end-tb {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .c-flex--hr-center-tb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-flex--hr-between-tb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-flex--hr-around-tb {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .c-flex--vt-end-tb {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .c-flex--vt-center-tb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-img-cover--left-tb {
    font-family: "object-fit:cover;object-position:left center;";
    -o-object-position: left center;
    object-position: left center;
  }
  .c-img-cover--right-tb {
    font-family: "object-fit:cover;object-position:right center;";
    -o-object-position: right center;
    object-position: right center;
  }
  .c-img-cover--initial-tb {
    font-family: "object-fit:cover;object-position:initial center;";
    -o-object-position: initial center;
    object-position: initial center;
  }
  .c-heading {
    margin-bottom: 80px;
  }
  .c-list-item__copy {
    padding-left: 1.5em;
    margin-left: 1.5em;
  }
  .c-tle-lg__en {
    margin-bottom: 15px;
  }
  .p-tab::after {
    content: "";
    display: block;
    background-color: #dedede;
    width: 100%;
    height: 1px;
  }
  .p-tab__link {
    max-width: 100px;
  }
  .p-company__logo {
    margin-top: 30px;
  }
  .p-modal__contents {
    width: 80%;
    max-width: 800px;
    height: calc(100vh - 100px);
  }
  .p-modal__header {
    height: 75px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-modal__copy {
    padding: 30px;
  }
  .p-wg-card {
    max-width: 290px;
  }
  .p-wg-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100px;
    margin: 2em;
  }
  .p-wg-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
  }
  .p-wg-box__copy {
    border-left: 1px #dedede solid;
    padding-left: 2em;
    margin-left: 2em;
  }
  .p-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-form__item > dt {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 240px;
    padding-top: 0.7em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-form__input-group {
    padding-top: 0.6em;
  }
  .p-form__input--postal {
    margin-right: 30px;
  }
  .p-form__agreement {
    text-align: center;
  }
  .u-mt-xl {
    margin-top: 80px;
  }
  .u-mb-xl {
    margin-bottom: 80px;
  }
  .u-mt-md {
    margin-top: 60px;
  }
  .u-mb-md {
    margin-bottom: 60px;
  }
  .u-mt-sm {
    margin-top: 40px;
  }
  .u-mb-sm {
    margin-bottom: 40px;
  }
  .u-mt-tb-0 {
    margin-top: 0;
  }
  .u-mt-tb-5 {
    margin-top: 5px;
  }
  .u-mt-tb-10 {
    margin-top: 10px;
  }
  .u-mt-tb-15 {
    margin-top: 15px;
  }
  .u-mt-tb-20 {
    margin-top: 20px;
  }
  .u-mt-tb-25 {
    margin-top: 25px;
  }
  .u-mt-tb-30 {
    margin-top: 30px;
  }
  .u-mt-tb-35 {
    margin-top: 35px;
  }
  .u-mt-tb-40 {
    margin-top: 40px;
  }
  .u-mt-tb-45 {
    margin-top: 45px;
  }
  .u-mt-tb-50 {
    margin-top: 50px;
  }
  .u-mt-tb-55 {
    margin-top: 55px;
  }
  .u-mt-tb-60 {
    margin-top: 60px;
  }
  .u-mt-tb-65 {
    margin-top: 65px;
  }
  .u-mt-tb-70 {
    margin-top: 70px;
  }
  .u-mt-tb-75 {
    margin-top: 75px;
  }
  .u-mb-tb-0 {
    margin-bottom: 0;
  }
  .u-mb-tb-5 {
    margin-bottom: 5px;
  }
  .u-mb-tb-10 {
    margin-bottom: 10px;
  }
  .u-mb-tb-15 {
    margin-bottom: 15px;
  }
  .u-mb-tb-20 {
    margin-bottom: 20px;
  }
  .u-mb-tb-25 {
    margin-bottom: 25px;
  }
  .u-mb-tb-30 {
    margin-bottom: 30px;
  }
  .u-mb-tb-35 {
    margin-bottom: 35px;
  }
  .u-mb-tb-40 {
    margin-bottom: 40px;
  }
  .u-mb-tb-45 {
    margin-bottom: 45px;
  }
  .u-mb-tb-50 {
    margin-bottom: 50px;
  }
  .u-mb-tb-55 {
    margin-bottom: 55px;
  }
  .u-mb-tb-60 {
    margin-bottom: 60px;
  }
  .u-mb-tb-65 {
    margin-bottom: 65px;
  }
  .u-mb-tb-70 {
    margin-bottom: 70px;
  }
  .u-mb-tb-75 {
    margin-bottom: 75px;
  }
  .u-mr-tb-0 {
    margin-right: 0;
  }
  .u-mr-tb-5 {
    margin-right: 5px;
  }
  .u-mr-tb-10 {
    margin-right: 10px;
  }
  .u-mr-tb-15 {
    margin-right: 15px;
  }
  .u-mr-tb-20 {
    margin-right: 20px;
  }
  .u-mr-tb-25 {
    margin-right: 25px;
  }
  .u-mr-tb-30 {
    margin-right: 30px;
  }
  .u-mr-tb-35 {
    margin-right: 35px;
  }
  .u-mr-tb-40 {
    margin-right: 40px;
  }
  .u-mr-tb-45 {
    margin-right: 45px;
  }
  .u-mr-tb-50 {
    margin-right: 50px;
  }
  .u-mr-tb-55 {
    margin-right: 55px;
  }
  .u-mr-tb-60 {
    margin-right: 60px;
  }
  .u-mr-tb-65 {
    margin-right: 65px;
  }
  .u-mr-tb-70 {
    margin-right: 70px;
  }
  .u-mr-tb-75 {
    margin-right: 75px;
  }
  .u-ml-tb-0 {
    margin-left: 0;
  }
  .u-ml-tb-5 {
    margin-left: 5px;
  }
  .u-ml-tb-10 {
    margin-left: 10px;
  }
  .u-ml-tb-15 {
    margin-left: 15px;
  }
  .u-ml-tb-20 {
    margin-left: 20px;
  }
  .u-ml-tb-25 {
    margin-left: 25px;
  }
  .u-ml-tb-30 {
    margin-left: 30px;
  }
  .u-ml-tb-35 {
    margin-left: 35px;
  }
  .u-ml-tb-40 {
    margin-left: 40px;
  }
  .u-ml-tb-45 {
    margin-left: 45px;
  }
  .u-ml-tb-50 {
    margin-left: 50px;
  }
  .u-ml-tb-55 {
    margin-left: 55px;
  }
  .u-ml-tb-60 {
    margin-left: 60px;
  }
  .u-ml-tb-65 {
    margin-left: 65px;
  }
  .u-ml-tb-70 {
    margin-left: 70px;
  }
  .u-ml-tb-75 {
    margin-left: 75px;
  }
  .u-pt-tb-0 {
    padding-top: 0;
  }
  .u-pt-tb-5 {
    padding-top: 5px;
  }
  .u-pt-tb-10 {
    padding-top: 10px;
  }
  .u-pt-tb-15 {
    padding-top: 15px;
  }
  .u-pt-tb-20 {
    padding-top: 20px;
  }
  .u-pt-tb-25 {
    padding-top: 25px;
  }
  .u-pt-tb-30 {
    padding-top: 30px;
  }
  .u-pt-tb-35 {
    padding-top: 35px;
  }
  .u-pt-tb-40 {
    padding-top: 40px;
  }
  .u-pt-tb-45 {
    padding-top: 45px;
  }
  .u-pt-tb-50 {
    padding-top: 50px;
  }
  .u-pt-tb-55 {
    padding-top: 55px;
  }
  .u-pt-tb-60 {
    padding-top: 60px;
  }
  .u-pt-tb-65 {
    padding-top: 65px;
  }
  .u-pt-tb-70 {
    padding-top: 70px;
  }
  .u-pt-tb-75 {
    padding-top: 75px;
  }
  .u-pb-tb-0 {
    padding-bottom: 0;
  }
  .u-pb-tb-5 {
    padding-bottom: 5px;
  }
  .u-pb-tb-10 {
    padding-bottom: 10px;
  }
  .u-pb-tb-15 {
    padding-bottom: 15px;
  }
  .u-pb-tb-20 {
    padding-bottom: 20px;
  }
  .u-pb-tb-25 {
    padding-bottom: 25px;
  }
  .u-pb-tb-30 {
    padding-bottom: 30px;
  }
  .u-pb-tb-35 {
    padding-bottom: 35px;
  }
  .u-pb-tb-40 {
    padding-bottom: 40px;
  }
  .u-pb-tb-45 {
    padding-bottom: 45px;
  }
  .u-pb-tb-50 {
    padding-bottom: 50px;
  }
  .u-pb-tb-55 {
    padding-bottom: 55px;
  }
  .u-pb-tb-60 {
    padding-bottom: 60px;
  }
  .u-pb-tb-65 {
    padding-bottom: 65px;
  }
  .u-pb-tb-70 {
    padding-bottom: 70px;
  }
  .u-pb-tb-75 {
    padding-bottom: 75px;
  }
  .u-pb-sec {
    padding-bottom: 70px;
  }
  .u-pr-tb-0 {
    padding-right: 0;
  }
  .u-pr-tb-5 {
    padding-right: 5px;
  }
  .u-pr-tb-10 {
    padding-right: 10px;
  }
  .u-pr-tb-15 {
    padding-right: 15px;
  }
  .u-pr-tb-20 {
    padding-right: 20px;
  }
  .u-pr-tb-25 {
    padding-right: 25px;
  }
  .u-pr-tb-30 {
    padding-right: 30px;
  }
  .u-pr-tb-35 {
    padding-right: 35px;
  }
  .u-pr-tb-40 {
    padding-right: 40px;
  }
  .u-pr-tb-45 {
    padding-right: 45px;
  }
  .u-pr-tb-50 {
    padding-right: 50px;
  }
  .u-pr-tb-55 {
    padding-right: 55px;
  }
  .u-pr-tb-60 {
    padding-right: 60px;
  }
  .u-pr-tb-65 {
    padding-right: 65px;
  }
  .u-pr-tb-70 {
    padding-right: 70px;
  }
  .u-pr-tb-75 {
    padding-right: 75px;
  }
  .u-pl-tb-0 {
    padding-left: 0;
  }
  .u-pl-tb-5 {
    padding-left: 5px;
  }
  .u-pl-tb-10 {
    padding-left: 10px;
  }
  .u-pl-tb-15 {
    padding-left: 15px;
  }
  .u-pl-tb-20 {
    padding-left: 20px;
  }
  .u-pl-tb-25 {
    padding-left: 25px;
  }
  .u-pl-tb-30 {
    padding-left: 30px;
  }
  .u-pl-tb-35 {
    padding-left: 35px;
  }
  .u-pl-tb-40 {
    padding-left: 40px;
  }
  .u-pl-tb-45 {
    padding-left: 45px;
  }
  .u-pl-tb-50 {
    padding-left: 50px;
  }
  .u-pl-tb-55 {
    padding-left: 55px;
  }
  .u-pl-tb-60 {
    padding-left: 60px;
  }
  .u-pl-tb-65 {
    padding-left: 65px;
  }
  .u-pl-tb-70 {
    padding-left: 70px;
  }
  .u-pl-tb-75 {
    padding-left: 75px;
  }
}

@media all and (max-width: 1024px) {
  .l-header__nav {
    display: none;
    position: fixed;
    top: calc(70px - 1px);
    left: 0;
    color: #0e2540;
    background-color: #fff;
    padding: 25px 30px 60px;
    overflow-y: scroll;
    width: 100%;
    height: calc(100vh - 70px + 1px);
  }
  .l-header__nav-link {
    font-size: 1.8rem;
    margin-top: 30px;
    display: block;
    text-align: center;
  }
  .l-header__nav-link span {
    font-size: 1.5rem;
  }
  .l-header__btn {
    color: #307fc1;
    border-color: #307fc1 !important;
    font-size: 1.8rem;
    margin-top: 40px;
    width: 100% !important;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .l-header__nav {
    height: calc(100vh - 100px);
    top: 100px;
  }
  .u-dn-tb {
    display: none;
  }
}

@media all and (min-width: 1025px) {
  .l-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
  }
  .l-header__nav-link {
    margin-right: 1em;
    -webkit-transition: border-color 0.4s;
    transition: border-color 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-header__nav-link:hover {
    cursor: pointer;
    border-color: #fff;
    border-width: 1px;
    border-bottom-style: solid;
  }
  .is-default .l-header__nav-link:hover {
    border-color: #307fc1;
  }
  .c-col-pc-1 {
    width: 8.33333%;
  }
  .c-col-pc-2 {
    width: 16.66667%;
  }
  .c-col-pc-3 {
    width: 25%;
  }
  .c-col-pc-4 {
    width: 33.33333%;
  }
  .c-col-pc-5 {
    width: 41.66667%;
  }
  .c-col-pc-6 {
    width: 50%;
  }
  .c-col-pc-7 {
    width: 58.33333%;
  }
  .c-col-pc-8 {
    width: 66.66667%;
  }
  .c-col-pc-9 {
    width: 75%;
  }
  .c-col-pc-10 {
    width: 83.33333%;
  }
  .c-col-pc-11 {
    width: 91.66667%;
  }
  .c-col-pc-12 {
    width: 100%;
  }
  .l-contents__row .c-col-pc-1 {
    width: 8.33333%;
  }
  .l-contents__row .c-col-pc-2 {
    width: 16.66667%;
  }
  .l-contents__row .c-col-pc-3 {
    width: 25%;
  }
  .l-contents__row .c-col-pc-4 {
    width: 33.33333%;
  }
  .l-contents__row .c-col-pc-5 {
    width: 41.66667%;
  }
  .l-contents__row .c-col-pc-6 {
    width: 50%;
  }
  .l-contents__row .c-col-pc-7 {
    width: 58.33333%;
  }
  .l-contents__row .c-col-pc-8 {
    width: 66.66667%;
  }
  .l-contents__row .c-col-pc-9 {
    width: 75%;
  }
  .l-contents__row .c-col-pc-10 {
    width: 83.33333%;
  }
  .l-contents__row .c-col-pc-11 {
    width: 91.66667%;
  }
  .l-contents__row .c-col-pc-12 {
    width: 100%;
  }
  .u-dn-pc {
    display: none;
  }
}

@media all and (min-width: 1367px) {
  .l-header__nav-link {
    margin-right: 2em;
  }
}

.p-message {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.p-message__figure img {
  max-width: 256px;
}

.p-message__txt {
  width: 75%;
  margin-right: 30px;
}

.p-company-profile {
  padding-top: 6rem;
}

.p-company-profile__item {
  display: flex;
  align-items: center;
  padding: 2.4rem 4rem;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.p-company-profile__ttl {
  flex-shrink: 0;
  width: calc((300 / 940) * 100%);
  font-weight: 500;
  color: #fff;
}

@media all and (max-width: 767px) {
  .p-message {
    display: block;
    align-items: center;
  }

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

  .p-message__figure img {
    width: 70%;
  }

  .p-message__txt {
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
  }

  .p-company-profile {
    padding-top: 3rem;
  }

  .p-company-profile__item {
    display: block;
    padding: min(4vw, 3rem) min(2.66vw, 2rem);
    border-bottom: 1px solid #fff;
    color: #fff;
  }

  .p-company-profile__ttl {
    width: 100%;
    color: #fff;
  }

  .p-company-profile__data {
    margin-top: 2rem;
  }

  .l-header__nav .l-header__btn {
    display: block;
  }

  .u-db-sp {
    display: block !important;
  }

  .p-mv__logo {
    width: 70%;
    min-width: 335px;
    max-width: 610px;
  }

  .p-company-profile-02 {
    padding-top: 2em;
  }

  .p-top-logo {
    width: 80%;
  }
}

.l-header.is-active .l-header__nav {
  display: block;
}

.p-message-02 {
  display: flex;
  align-items: center;
}

.p-company-profile-02 {
  padding-top: 2em;
}

/* movie */
.l-mv-movie {
  z-index: -1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.l-mv-movie-item {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

.c-link-01 {
  text-decoration: underline;
  transition: all 0.3s;
}

.c-link-01:hover {
  opacity: 0.6;
}
