@charset "UTF-8";
@font-face {
  font-family: "Rokkitt";
  src: url("../font/Rokkitt-VariableFont_wght.ttf");
}
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.0547132498vw;
  }
}
@media (min-width: 1517px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: YakuHanJP_Narrow, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, arial;
  color: #000000;
}

@media screen and (min-width: 768px) {
  a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-btn {
  margin-top: 1.5625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-btn {
    margin-top: 3.125rem;
    text-align: left;
  }
}

.l-btn__bottom {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-btn__bottom {
    margin-top: 1.875rem;
  }
}

.blue .c-btn__none {
  width: 18.75rem;
  margin: 0 auto;
  height: 3.4375rem;
  color: #fff;
  line-height: 3.4375rem;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  outline: none;
  border: 1px solid #fff;
  background-color: #083492;
  position: relative;
}

.blue .c-btn__none:after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/arrow_white.png");
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blue .c-btn__none:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #083492;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: -10;
}

.blue .c-btn:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (min-width: 768px) {
  .l-btn__bottom {
    margin-top: 1.875rem;
  }
}

.l-company-content {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-company-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.l-company {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-company {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.l-contact-page {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-contact-page {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.l-example {
  margin-top: -1.25rem;
}
@media screen and (min-width: 768px) {
  .l-example {
    margin-top: -3.125rem;
  }
}

.l-faq {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-faq {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.l-footer {
  padding-top: 2.5rem;
}

.l-header {
  height: 3.75rem;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 6.25rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1517px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

.l-licence-table {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .l-license {
    margin-top: -3.125rem;
  }
}

.l-map {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.l-mv {
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .l-mv {
    border-bottom: none;
  }
}

.l-news__list {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-news__list {
    width: 80%;
    margin-top: 0;
  }
}

.l-news__list-page {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-news__list-page {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.pb0 {
  padding-bottom: 0;
}

.l-news {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-news {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.l-page-title {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-page-title {
    left: 5.375rem;
  }
}

@media screen and (min-width: 768px) {
  .l-sec-title {
    width: 20%;
  }
}

.l-service {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background: url("../images/bg-products.svg") no-repeat;
  background-position: top 0 left 0;
  background-blend-mode: color-dodge;
  background-size: contain;
  background-color: #083492;
}

.c-btn {
  width: 18.75rem;
  height: 3.4375rem;
  color: #fff;
  line-height: 3.4375rem;
  background-color: #000000;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  outline: none;
  border: 1px solid #fff;
  position: relative;
}

.c-btn:after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/arrow_white.png");
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 3.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #083492;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: -10;
}

.c-btn:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.c-btn__white {
  display: block;
  color: #083492;
  background-color: #fff;
}

.c-btn__white:hover {
  color: #fff;
}

.c-btn__white:after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/8665206_circle_chevron_right_icon.png") no-repeat;
  background-size: 0.625rem 0.625rem;
  background-position: 0 50%;
  position: absolute;
  top: 50%;
  right: 3.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn__white:hover:after {
  background: url("../images/arrow.white.png");
}

.c-btn__none {
  width: 18.75rem;
  height: 3.4375rem;
  color: #fff;
  line-height: 3.4375rem;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  outline: none;
  border: 1px solid #fff;
  position: relative;
}

.c-btn__none:after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/arrow_white.png");
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 3.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn__none:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #083492;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: -10;
}

.c-btn:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.c-company-content__title {
  font-size: 1.375rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.c-company-content__title::before {
  content: "";
  width: 1.5625rem;
  height: 1px;
  background-color: #083492;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-company-content__title {
    font-size: 1.625rem;
  }
}

.c-company-page-title {
  padding: 1.25rem 1.25rem 0;
  background-color: #fff;
  margin-top: -1.25rem;
}
@media screen and (min-width: 768px) {
  .c-company-page-title {
    display: inline-block;
  }
}

.c-company-page-title__en {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #083492;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-company-page-title__en {
    font-size: 1rem;
  }
}

.c-company-page-title__jp {
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-company-page-title__jp {
    font-size: 2.25rem;
    margin-top: 1.125rem;
  }
}

.c-header-logo__img {
  width: 11.6875rem;
}
@media screen and (min-width: 768px) {
  .c-header-logo__img {
    width: 14.25rem;
  }
}

.c-link-btn {
  text-align: center;
}

.c-link-btn__title {
  display: block;
  width: 18.625rem;
  height: 3.125rem;
  line-height: 3.125rem;
  border-radius: 4px;
  color: #fff;
  background: url("../images/arrow_down_white.png") no-repeat;
  background-position: 80% 50%;
  background-size: 0.75rem 0.75rem;
  background-color: #083492;
}

.c-modal {
  font-size: 14px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #0000ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.c-modal a {
  font-size: 12px;
  color: #0000ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-modal a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .c-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-nav-list__items {
  border-top: 1px solid #c7c7c7;
}
@media screen and (min-width: 768px) {
  .c-nav-list__items {
    border: none;
  }
}
.c-nav-list__items:last-child {
  border-bottom: 1px solid #c7c7c7;
}
@media screen and (min-width: 768px) {
  .c-nav-list__items:last-child {
    border: none;
  }
}

.c-nav-toggle__item {
  position: relative;
  display: block;
  padding: 1.25rem 1.25rem 1.25rem 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.c-nav-toggle__item:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .c-nav-toggle__item {
    background: none;
    padding: 0;
  }
  .c-nav-toggle__item::after {
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #083492;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .c-nav-toggle__item:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.c-nav-toggle__items {
  position: relative;
}

.c-nav-toggle__items::before,
.c-nav-toggle__items::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #083492;
}
@media screen and (min-width: 768px) {
  .c-nav-toggle__items::before,
.c-nav-toggle__items::after {
    display: none;
  }
}

.c-nav-toggle__items::before {
  top: 1.875rem;
  right: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.c-nav-toggle__items::after {
  top: 1.875rem;
  right: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-nav-toggle__items.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-nav-toggle__items.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-nav-toggle__list {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-nav-toggle__list {
    position: fixed;
    width: 100%;
    padding: 3.75rem;
    background-color: #ededed;
    top: 6.25rem;
    left: 0;
    text-align: center;
    display: none;
  }
}

.c-nav-toggle__list-footer {
  display: none;
}

.c-nav-toggle__list-item-footer {
  display: block;
  text-align: left;
  margin-right: 1.25rem;
  padding: 1.25rem 1.25rem 1.25rem 0.3125rem;
  background: url("../images/8665206_circle_chevron_right_icon.png") no-repeat;
  background-position: right;
  background-size: 0.625rem 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #c7c7c7;
}
.c-nav-toggle__list-item-footer:hover {
  opacity: 0.6;
}

.c-nav-toggle__list-item {
  display: block;
  text-align: left;
  margin-right: 1.25rem;
  padding: 1.25rem 1.25rem 1.25rem 0.3125rem;
  background: url("../images/8665206_circle_chevron_right_icon.png") no-repeat;
  background-position: right;
  background-size: 0.625rem 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #c7c7c7;
}
.c-nav-toggle__list-item:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .c-nav-toggle__list-item {
    display: inline-block;
    background: none;
    padding: 0 0.9375rem;
    position: relative;
    border-top: none;
    width: 12.5rem;
    height: 3.75rem;
    line-height: 3.75rem;
    background: url("../images/8665206_circle_chevron_right_icon.png") no-repeat;
    background-position: 93% 50%;
    background-size: 0.625rem 0.625rem;
    background-color: #fff;
  }
}

.c-nav-list__item {
  display: block;
  padding: 1.25rem 1.25rem 1.25rem 0.3125rem;
  background: url("../images/8665195_chevron_right_icon.png") no-repeat;
  background-position: right;
  background-size: 0.625rem 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-nav-list__item:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .c-nav-list__item {
    background: none;
    padding: 0;
    position: relative;
  }
  .c-nav-list__item::after {
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #083492;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .c-nav-list__item:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.c-page-title {
  padding: 1.5rem 1.25rem 1.25rem;
  background-color: #fff;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-page-title {
    padding: 1.75rem 1.875rem 1.25rem;
  }
}

.c-page-title__jp {
  display: block;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-page-title__jp {
    font-size: 2.25rem;
  }
}

.c-page-title__en {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  color: #083492;
  font-family: "Rokkitt", serif;
}
@media screen and (min-width: 768px) {
  .c-page-title__en {
    font-size: 1.3125rem;
  }
}

.c-sec-title__en {
  font-size: 0.9375rem;
  line-height: 1.0666666667;
  letter-spacing: 0.1em;
  font-family: "Rokkitt", serif;
  display: block;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-sec-title__en {
    font-size: 1rem;
  }
}

.c-sec-title__en_bule {
  color: #083492;
}

.c-sec-title__en_white {
  color: #fff;
}

.c-sec-title__jp {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.6;
  display: inline-block;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-sec-title__jp {
    display: block;
    margin-top: 1.125rem;
    font-size: 1.75rem;
  }
}

.c-sec-title__jp_white {
  color: #fff;
}

.c-sec-title a {
  color: #083492;
  font-size: 0.875rem;
  line-height: 1.0714285714;
  padding-right: 1.375rem;
  background: url("../images/8665206_circle_chevron_right_icon.png") no-repeat;
  background-size: 0.625rem 0.625rem;
  background-position: right;
}
@media screen and (min-width: 768px) {
  .c-sec-title a {
    display: inline-block;
    margin-top: 1.5625rem;
  }
}

.c-service-title {
  font-size: 1.625rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.c-service-title__sub {
  font-size: 1.125rem;
}

.c-submit_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.5rem;
}

.c-submit_btn input {
  display: block;
  width: 18.75rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  color: #fff;
  background-color: #083492;
  border: none;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.c-toggle {
  width: 60px;
  height: 60px;
  background-color: #083492;
  position: relative;
  cursor: pointer;
  z-index: 500;
}
@media screen and (min-width: 768px) {
  .c-toggle {
    display: none;
  }
}

.c-toggle span {
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-toggle span:nth-child(1) {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-toggle span:nth-child(2) {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-toggle span:nth-child(3) {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.show span:nth-child(1) {
  -webkit-transform: translate(-15px, 9px) rotate(-45deg);
          transform: translate(-15px, 9px) rotate(-45deg);
}
.show span:nth-child(2) {
  opacity: 0;
}
.show span:nth-child(3) {
  -webkit-transform: translate(-14px, -11px) rotate(45deg);
          transform: translate(-14px, -11px) rotate(45deg);
}

.p-bousui {
  background-color: #ededed;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.p-bousui__wrapper {
  margin-bottom: 2.5rem;
}
.p-bousui__wrapper:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-bousui__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-bousui__img {
  width: 100%;
  position: relative;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-bousui__img {
    width: 50%;
  }
}

.p-bousui__img::before {
  content: "";
  display: block;
  padding-top: 60%;
}
@media screen and (min-width: 768px) {
  .p-bousui__img::before {
    padding-top: 51.3114754098%;
  }
}

.p-bousui__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-bousui__body {
    width: 50%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-bousui__title {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-bousui__title {
    font-size: 1.75rem;
  }
}

.p-bousui__title span {
  display: block;
  width: 7.5rem;
  height: 1.875rem;
  background-color: #083492;
  color: #fff;
  text-align: center;
  line-height: 1.875rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-bousui__title span {
    width: 10rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 1.25rem;
  }
}

.p-bousui__text {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-bousui__text {
    font-size: 1.125rem;
  }
}

.p-company-content {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-company-content {
    font-size: 1rem;
  }
}

.p-company-content__text-bottom {
  text-align: right;
  margin-top: 0.75rem;
}

.p-company-content__table {
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-company-content__table {
    font-size: 1.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-company-content__table-title {
  font-weight: bold;
  padding: 0.9375rem 0.3125rem 0;
  border-top: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .p-company-content__table-title {
    width: 20%;
    padding: 1.875rem 2.1875rem 1.875rem 0.3125rem;
  }
  .p-company-content__table-title:last-of-type {
    border-bottom: 1px solid #cccccc;
  }
}

.p-company-content__table-text {
  padding: 0 0.3125rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-company-content__table-text {
    width: 80%;
    padding: 1.875rem 2.1875rem 1.875rem 0;
    border-top: 1px solid #cccccc;
  }
}
.p-company-content__table-text:last-child {
  border-bottom: 1px solid #cccccc;
}

.p-company-mv {
  background: url("../images/nav_img.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: -1;
}

.p-company-mv__bg {
  background-color: rgba(8, 52, 146, .9);
  height: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-mv__bg {
    height: 12.5rem;
  }
}

.p-company-mv__pan {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-company-mv__pan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    color: #000000;
    font-size: 0.75rem;
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
  }
}

.p-company-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-company-pc {
    display: block;
  }
}

.p-company-pc__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-company-pc__img {
  width: 50%;
  padding-left: 5rem;
}

.p-company-pc__body {
  width: 50%;
  height: 100%;
  padding: 0 3.75rem;
  background: url("../images/bg-company.svg") no-repeat;
  background-position: top left;
}

.p-company {
  background: url("../images/bg-company.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-company {
    display: none;
  }
}

.p-company__img {
  margin-top: 1.5625rem;
}

.p-company__text {
  margin-top: 1.5625rem;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-company__text {
    font-size: 1rem;
  }
}

.p-company__list {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-company__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-company__item {
  font-size: 0.9375rem;
  display: block;
  padding: 1.25rem 0;
  border-bottom: 1px solid #dddddd;
  background: url("../images/8665206_circle_chevron_right_icon.png") no-repeat;
  background-position: right;
  background-size: 0.625rem 0.625rem;
}
.p-company__item:hover {
  color: #083492;
}
@media screen and (min-width: 768px) {
  .p-company__item {
    font-size: 1rem;
    width: 45%;
  }
}

.p-contact__form {
  border: 1px solid #cccccc;
}

@media screen and (min-width: 768px) {
  .p-contact__form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-contact__form div:last-of-type {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-contact__form label {
  display: block;
  font-size: 0.875rem;
  padding: 0.9375rem;
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .p-contact__form label {
    width: 30%;
    border-bottom: 1px solid #cccccc;
  }
  .p-contact__form label:last-child {
    border-bottom: none;
  }
}

.p-contact__form label span {
  display: inline-block;
  padding: 0.1875rem 0.5rem;
  background-color: #083492;
  color: #fff;
  font-size: 0.6875rem;
  margin-left: 0.5rem;
}

.p-contact__inputbox,
.p-contact__selectbox {
  padding: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__inputbox,
.p-contact__selectbox {
    width: 70%;
    border-bottom: 1px solid #cccccc;
  }
}

.p-contact__form input,
.p-contact__form select,
.p-contact__form textarea {
  width: 100%;
  padding: 0.625rem;
  border: 1px solid #e2e2e2;
  background-color: #fafafa;
}

input.radio {
  width: 10px;
  display: inline-block;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  input.radio {
    margin-top: 0;
    margin-left: 1rem;
  }
}

.p-contact {
  background: url("../images/contact.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact {
    width: 50%;
  }
}

.p-contact__bg {
  background-color: rgba(0, 0, 0, .6);
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__bg {
    padding: 5rem 1.25rem 5.3125rem;
  }
}

.p-example-page {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-example-page {
    background-color: #ededed;
  }
}

.p-example-page__wrapper {
  margin-top: 2.5rem;
  background-color: #ededed;
  padding: 1.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-example-page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
  }
}

.p-example-page__title {
  font-size: 1rem;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-example-page__title {
    font-size: 1.375rem;
  }
}

.p-example-page__down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-example-page__down {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

@media screen and (min-width: 768px) {
  .p-example-page__down img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-sec__wrapper {
  background-color: #f7f7f7;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-sec__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-example {
  border-bottom: 2px solid #f7f7f7;
}

.p-example__wrapper {
  background-color: #fff;
  padding: 2.5rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-example__wrapper {
    padding: 3.75rem;
  }
}

.p-example__text {
  margin-top: 1.5625rem;
}

.p-faq__list {
  border: 1px solid #cccccc;
}

.p-faq__title {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.75rem;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.p-faq__title:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p-faq__title {
    font-size: 1.375rem;
  }
}

.p-faq__title:before,
.p-faq__title:after {
  position: absolute;
  content: "";
  width: 0.9375rem;
  height: 2px;
  background-color: #083492;
}

.p-faq__title::before {
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-faq__title::after {
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-faq__title.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-faq__title.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-faq__body {
  padding: 0.75rem;
  background-color: #ededed;
  display: none;
}

.p-faq__text {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-faq__text {
    font-size: 1.0625rem;
  }
}

.p-footer {
  background-color: #f7f7f7;
}

.p-footer__nav {
  padding-bottom: 2.5rem;
}

.p-footer__list {
  border-top: 1px solid #dddddd;
  background: url("../images/8665195_chevron_right_icon.png") no-repeat;
  background-size: 0.625rem 0.625rem;
  background-position: right;
}
.p-footer__list:last-child {
  border-bottom: 1px solid #dddddd;
}
.p-footer__list:first-child {
  background: none;
}

.p-footer__item {
  display: block;
  padding: 1.125rem 0 1.125rem 0.3125rem;
  cursor: pointer;
}

.p-footer__toggle {
  position: relative;
}

.p-footer__toggle::before,
.p-footer__toggle::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #083492;
}

.p-footer__toggle::before {
  top: 1.875rem;
  right: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-footer__toggle::after {
  top: 1.875rem;
  right: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-footer__toggle.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-footer__toggle.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-footer__copy {
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: right;
  padding: 1.5rem 1.25rem;
  background-color: #fff;
}

.p-header {
  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;
}

.p-link-btn-box {
  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;
  gap: 0.75rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-link-btn-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-map__item {
  width: 100%;
}

.p-mv-body {
  background-color: #fff;
  padding: 1.25rem 0 0;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .p-mv-body {
    width: 32.875rem;
    margin-left: -5rem;
    padding-left: 2.5rem;
  }
}

.p-mv-body__en {
  display: block;
  font-size: 1rem;
  line-height: 1.625;
  font-family: "Rokkitt", serif;
  color: #083492;
}
@media screen and (min-width: 768px) {
  .p-mv-body__en {
    font-size: 1.625rem;
  }
}

.p-mv-body__jp {
  display: block;
  margin-top: 0.625rem;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-mv-body__jp {
    margin-top: 1.125rem;
    font-size: 4.5rem;
    letter-spacing: 0, 6em;
    white-space: nowrap;
  }
}

.p-mv-body__text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-mv-body__text {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 38.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-mv__img {
  height: 15rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-mv__img {
    width: calc(100vw - 32.875rem);
    height: 100%;
  }
}

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

.p-nav__img {
  width: 100%;
  height: 10rem;
}
@media screen and (min-width: 768px) {
  .p-nav__img {
    height: 20rem;
  }
}

.p-nav__img img {
  width: 100%;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-nav__img img {
    height: 20rem;
  }
}

.p-nav-toggle {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-nav-toggle {
    display: block;
  }
}

.p-nav-toggle.show {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 3.75rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .p-news__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-news__item {
  list-style: none;
  margin-top: 1.25rem;
}
.p-news__item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-news__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-news__date {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2.125;
  color: #083492;
  font-family: "Rokkitt", serif;
}

.p-news__title {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-news__title {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-recruit {
  background: url("../images/recruit.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit {
    width: 50%;
  }
}

.p-recruit__bg {
  background-color: rgba(8, 52, 146, .9);
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__bg {
    padding: 5rem 1.25rem 5.3125rem;
  }
}

.p-recruit__text {
  color: #fff;
  margin-top: 1.25rem;
}

.p-service-mv {
  height: 20rem;
  position: relative;
  z-index: -100;
}
@media screen and (min-width: 768px) {
  .p-service-mv {
    height: 43.75rem;
  }
}

.p-service-mv img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 20rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-service-mv img {
    height: 43.75rem;
  }
}

.p-service-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-service-pc {
    display: block;
  }
}

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

.p-service__body {
  width: 50%;
  padding: 5.875rem 5rem 6.5rem;
  background: url("../images/bg-products.svg") no-repeat;
  background-blend-mode: color-dodge;
  background-color: #083492;
}

.p-service-pc__img {
  width: 50%;
}

.p-service-pc__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-service {
    display: none;
  }
}

.p-service__img {
  margin-top: 1.5625rem;
}

.p-service__text {
  color: #fff;
  font-size: 0.9375rem;
  margin-top: 1.5625rem;
  line-height: 1.6;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.p-example-page__body {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-example-page__body {
    width: 100%;
  }
}
.p-example-page__body-three {
  width: 30%;
}
.p-example-page__body-three h3 {
  padding-bottom: 5px;
}
.p-example-page__body-three p {
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-example-page__body-three {
    width: 100%;
  }
}
.p-example-page__img {
  width: 100%;
}

.p-bousui__body-c {
  text-align: center;
}
.p-bousui__body-c p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.p-bousui__body-c p span {
  font-weight: bold;
}
.p-bousui__wrapper-c {
  display: block;
  margin-top: 20px;
}

.c-service-title-h {
  font-size: 20px;
  text-align: center;
}

.service-content-img {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 30px;
}
/*# sourceMappingURL=styles.css.map */

.detali-top {
  padding-bottom: 30px;
}


.iso-img {
  font-weight: bold;
  margin-top: 20px;
  font-size: 120%;
  text-decoration: underline;
  padding-left: 1.25rem;
}