@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@700&family=Josefin+Sans:ital,wght@0,200;0,600;1,400&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

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

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt" 1, "kern" 1;
  text-align: justify;
  overflow-y: auto; }

/**
 * 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

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

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

dd {
  margin-left: 0; }

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

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

address {
  font-style: inherit; }

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  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; }

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji"; }

.f-min {
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", serif; }

@keyframes catch {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  70% {
    opacity: .7;
    transform: translateX(-100%); }
  95% {
    opacity: .95;
    transform: translateX(5%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fv {
  0% {
    opacity: 0;
    transform: scale(1.5); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes down {
  0% {
    transform: translateY(-100vh);
    height: 100vh; }
  50% {
    transform: translateY(0);
    height: 100vh; }
  100% {
    height: 8rem; } }
.effect1 {
  animation: fx1 2s .5s ease-out both; }

@keyframes fx1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.effect2 {
  animation: fx2 1s ease-out both;
  perspective: 1000; }

@keyframes fx2 {
  0% {
    opacity: 0;
    left: -100%; }
  100% {
    opacity: 1;
    left: 0; } }
.effect3 {
  animation: fx3 1s ease-out both;
  perspective: 1000; }

@keyframes fx3 {
  0% {
    opacity: 0;
    right: -100%; }
  100% {
    opacity: 1;
    right: 0; } }
html, body {
  min-width: 360px;
  background: #fff;
  color: #333; }

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

.js-target {
  opacity: 0; }

/*-------------------------------------------

margin

-------------------------------------------*/
.l-mh00 {
  margin: .5rem 0 0 !important; }

.l-m1h00 {
  margin: 1.5rem 0 0 !important; }

.l-m0 {
  margin: 0 !important; }

.l-m0h {
  margin: 0 .5rem !important; }

.l-m00h {
  margin: 0 0 .5rem !important; }

.l-m001 {
  margin: 0 0 1rem !important; }

.l-m002 {
  margin: 0 0 2rem !important; }

.l-m003h {
  margin: 0 0 3.5rem !important; }

.l-m010 {
  margin: 0 1rem 0 !important; }

.l-m01h {
  margin: 0 1rem .5rem !important; }

.l-m011 {
  margin: 0 1rem 1rem !important; }

.l-m0110 {
  margin: 0 1rem 1rem 0 !important; }

.l-m0210 {
  margin: 0 2rem 1rem 0 !important; }

.l-m012 {
  margin: 0 1rem 2rem !important; }

.l-m013 {
  margin: 0 1rem 3rem !important; }

.l-m0a {
  margin: 0 auto !important; }

.l-m0a1 {
  margin: 0 auto 1rem !important; }

.l-m0a2 {
  margin: 0 auto 2rem !important; }

.l-m021 {
  margin: 0 2rem 1rem !important; }

.l-m022 {
  margin: 0 2rem 2rem !important; }

.l-mh0 {
  margin: .5rem 0 !important; }

.l-m10 {
  margin: 1rem 0 !important; }

.l-m60 {
  margin: 6rem 0 !important; }

.l-m100 {
  margin: 1rem 0 0 !important; }

.l-m102 {
  margin: 1rem 0 2rem !important; }

.l-m0m11 {
  margin: 0 -1rem 1rem !important; }

.l-m1m11 {
  margin: 1rem -1rem 1rem !important; }

.l-m2m11 {
  margin: 2rem -1rem 1rem !important; }

.l-m0h {
  margin: 0 .5rem !important; }

.l-mr25 {
  margin: 0 .25rem 0 0 !important; }

.l-mrh {
  margin-right: .5rem !important; }

.l-mr1 {
  margin-right: 1rem !important; }

.l-mr2 {
  margin-right: 2rem !important; }

.l-ml1 {
  margin-left: 1rem !important; }

.l-m000a {
  margin: 0 0 0 auto !important; }

/*-------------------------------------------

padding

-------------------------------------------*/
.l-p0 {
  padding: 0 !important; }

.l-ph0 {
  padding: .5rem 0 !important; }

.l-ph1 {
  padding: .5rem 1rem !important; }

.l-p10 {
  padding: 1rem 0 !important; }

.l-p20 {
  padding: 2rem 0 !important; }

.l-p30 {
  padding: 3rem 0 !important; }

.l-p40 {
  padding: 4rem 0 !important; }

.l-p410 {
  padding: 4rem 1rem 0 !important; }

.l-p41h {
  padding: 4rem 1rem .5rem !important; }

.l-p411 {
  padding: 4rem 1rem 1rem !important; }

/*-------------------------------------------

float

-------------------------------------------*/
.l-flt_l {
  float: left; }

.l-flt_r {
  float: right; }

/*-------------------------------------------

common layout

-------------------------------------------*/
.l-none {
  display: none; }

.l-hdn-sp {
  display: none; }

@media (min-width: 768px) {
  .l-hdn-pc {
    display: none; }

  .l-hdn-sp {
    display: block; } }
.l-flexwidth {
  flex: 1 1 0; }

.l-flexwidth_auto {
  flex: 1 1 auto; }

.l-txt_c {
  text-align: center; }

.l-w_0 {
  width: 0 !important; }

.l-w_10 {
  width: 10% !important; }

.l-w_20 {
  width: 20% !important; }

.l-w_30 {
  width: 30% !important; }

.l-w_40 {
  width: 40% !important; }

.l-w_50 {
  width: 50% !important; }

.l-w_60 {
  width: 60% !important; }

.l-w_70 {
  width: 70% !important; }

.l-w_80 {
  width: 80% !important; }

.l-w_90 {
  width: 90% !important; }

.l-w_100 {
  width: 100% !important; }

.l-w_auto {
  width: auto !important; }

/*-------------------------------------------

base layout

-------------------------------------------*/
/*-------------------------------------------

common

-------------------------------------------*/
.c-fullhv {
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100); }

.c-hdn {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  height: 0; }

.c-none {
  display: none; }

.c-hdn_sp {
  display: none; }
  @media (min-width: 768px) {
    .c-hdn_sp {
      display: block; } }

.c-inner {
  max-width: 1280px;
  margin: 0 auto; }

.c-cover {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.c-contain {
  width: 100%;
  height: 100%;
  object-fit: contain; }

/*-------------------------------------------

txt

-------------------------------------------*/
.c-txt {
  font-size: 1rem;
  line-height: 1.5; }

.c-txt_ss {
  font-size: 0.75rem;
  line-height: 1.25; }

.c-txt_s {
  font-size: 0.875rem;
  line-height: 1.5; }

.c-txt_m {
  font-size: 1.25rem;
  line-height: 1.25; }

.c-txt_l {
  font-size: 1.5rem;
  line-height: 1.25; }

.c-txt_xl {
  font-size: 2rem;
  line-height: 1.125; }

.c-txt_al {
  text-align: left !important; }

.c-txt_ar {
  text-align: right !important; }

.c-txt_ac {
  text-align: center !important; }

.c-txt_normal {
  font-weight: normal; }

.c-txt_bold {
  font-weight: bold; }

.c-txt_attention {
  color: red; }

.c-lh_1 {
  line-height: 1; }

.c-lh_125 {
  line-height: 1.25; }

.c-lh_15 {
  line-height: 1.5; }

/*-------------------------------------------

flex

-------------------------------------------*/
.c-flex {
  display: flex;
  justify-content: flex-start; }

.c-flex_a {
  display: flex;
  justify-content: space-around; }

.c-flex_b {
  display: flex;
  justify-content: space-between; }

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

.c-flex_e {
  display: flex;
  justify-content: flex-end; }

.c-flex_alc {
  align-items: center; }

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

/*-------------------------------------------

icon

-------------------------------------------*/
.c-icon::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem; }

.c-icon_xxxx::before {
  background: url("../img/common/icon_xxxx.svg") no-repeat center center/contain; }

/*-------------------------------------------

unique component
font-family: 'Big Shoulders Display', cursive;
font-family: 'Josefin Sans', sans-serif;
-------------------------------------------*/
.c-header {
  background: rgba(0, 54, 112, 0.9);
  width: 100%;
  height: 3rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000; }
  .c-header .c-inner {
    gap: 1rem;
    color: #fff; }
    .c-header .c-inner .c-title {
      position: relative;
      width: 4.25rem;
      height: 6.5rem;
      background: #fff;
      margin: 1rem 0 0 1rem;
      padding: .5rem;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
      .c-header .c-inner .c-title a {
        display: block;
        width: 5rem;
        height: 100%;
        background: url(../img/common/logo.svg) no-repeat left top/contain; }
    .c-header .c-inner .c-nav_glb {
      height: 3rem;
      margin-right: 1rem; }
      .c-header .c-inner .c-nav_glb .c-flex_b {
        height: 100%;
        gap: 1rem;
        font-family: 'Josefin Sans', sans-serif; }
        .c-header .c-inner .c-nav_glb .c-flex_b a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%;
          position: relative; }
          .c-header .c-inner .c-nav_glb .c-flex_b a::before {
            content: "";
            display: block;
            height: 2.25rem;
            width: 0;
            border-left: 1px solid #fff;
            position: absolute;
            top: -2.25rem;
            left: -.25rem;
            transition: .2s ease-out; }
          .c-header .c-inner .c-nav_glb .c-flex_b a:hover::before, .c-header .c-inner .c-nav_glb .c-flex_b a:active::before {
            top: .75rem; }
          .c-header .c-inner .c-nav_glb .c-flex_b a::after {
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-top: .75rem solid #fff;
            border-right: .25rem solid transparent;
            position: absolute;
            bottom: 0;
            left: -.18rem;
            opacity: 0;
            transition: .2s .2s ease-out; }
          .c-header .c-inner .c-nav_glb .c-flex_b a:hover::after, .c-header .c-inner .c-nav_glb .c-flex_b a:active::after {
            opacity: 1; }

.c-fv_wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #003670;
  position: relative; }
  .c-fv_wrap .c-fv {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fv 3s ease-out both; }
    .c-fv_wrap .c-fv::before {
      content: "";
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100vh;
      background: url(../img/common/main.jpg) no-repeat center center/cover; }
    .c-fv_wrap .c-fv .c-catch {
      color: #fff;
      font-size: clamp(1.5rem, 5vw, 2rem);
      font-weight: 400;
      font-style: italic;
      font-family: 'Josefin Sans', sans-serif;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9), 3px 3px 8px rgba(0, 0, 0, 0.7), 6px 6px 16px rgba(0, 0, 0, 0.5);
      padding-left: 1rem;
      text-align: left;
      width: 100%;
      max-width: 1280px;
      margin: 0 auto; }
      .c-fv_wrap .c-fv .c-catch span {
        display: block; }
        .c-fv_wrap .c-fv .c-catch span:nth-of-type(1) {
          animation: catch 2.5s 1.0s ease-out both; }
        .c-fv_wrap .c-fv .c-catch span:nth-of-type(2) {
          animation: catch 2.5s 1.2s ease-out both; }
        .c-fv_wrap .c-fv .c-catch span:nth-of-type(3) {
          animation: catch 2.5s 1.4s ease-out both; }
  .c-fv_wrap::before {
    content: "SCROLL";
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 1rem;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 2rem;
    right: -1rem;
    z-index: 100;
    animation: fadein 1.5s 1.5s both; }
  .c-fv_wrap::after {
    content: "";
    display: block;
    width: 0;
    height: 8rem;
    border-left: 1px solid #fff;
    position: absolute;
    bottom: 0;
    right: 1.625rem;
    animation: down 1s 1s both; }

.c-contents {
  text-align: center; }
  @media (min-width: 768px) {
    .c-contents {
      text-align: left; } }
  .c-contents .c-title_content {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    border-bottom: 2px solid #003670;
    display: inline-block;
    margin: 4rem auto .5rem;
    color: #666; }
  .c-contents .c-catch_content {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 200;
    font-size: 2.5rem;
    margin: 0 auto 1rem;
    color: #666; }
    @media (min-width: 768px) {
      .c-contents .c-catch_content {
        margin: 0 0 1rem;
        text-align: left; } }
  .c-contents .c-catch_sub {
    color: #003670;
    font-size: 1.125rem;
    letter-spacing: 0.2rem;
    line-height: 1.75;
    margin: 0 auto 3rem;
    padding-bottom: 8rem; }
    @media (min-width: 768px) {
      .c-contents .c-catch_sub {
        letter-spacing: 0.25rem;
        background: none;
        padding: 0; } }
    .c-contents .c-catch_sub span {
      display: inline-block; }
  .c-contents .c-txt_s {
    text-align: justify;
    margin: 0 auto;
    max-width: 480px; }
  .c-contents .c-mb {
    margin: 0 auto calc(30vh + 4rem); }

.c-content_mission .c-catch_sub {
  background: url(../img/common/star.png) no-repeat bottom center/6rem; }
  @media (min-width: 768px) {
    .c-content_mission .c-catch_sub {
      background: none; } }

.c-content_vision .c-catch_sub {
  background: url(../img/common/book.png) no-repeat bottom center/6rem; }
  @media (min-width: 768px) {
    .c-content_vision .c-catch_sub {
      background: none; } }

.c-content_values .c-catch_sub {
  background: url(../img/common/ship.png) no-repeat bottom center/6rem; }
  @media (min-width: 768px) {
    .c-content_values .c-catch_sub {
      background: none; } }

.c-content_mission {
  position: relative;
  padding: 0 1rem 4rem; }
  .c-content_mission .c-mission_inner {
    max-width: 736px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .c-content_mission .c-mission_inner {
        background: url(../img/common/star.png) no-repeat left 500px center/12rem; } }

.c-content_vision {
  position: relative;
  padding: 0 1rem 4rem;
  background-color: rgba(0, 54, 112, 0.2); }
  .c-content_vision .c-vision_inner {
    max-width: 736px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .c-content_vision .c-vision_inner {
        background: url(../img/common/book.png) no-repeat left 500px center/12rem; } }

.c-content_values {
  position: relative;
  padding: 0 1rem; }
  .c-content_values .c-values_inner {
    max-width: 736px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .c-content_values .c-values_inner {
        background: url(../img/common/ship.png) no-repeat left 500px center/12rem; } }
  .c-content_values::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: calc(-30vh - 4rem);
    margin: 0;
    height: 30vh;
    background: url(../img/common/bg.jpg) no-repeat center center/cover; }

.c-content_about {
  padding: 0 1rem;
  max-width: 768px; }
  .c-content_about .c-title_content {
    margin-bottom: 2rem; }
  .c-content_about .c-dl_about {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0.875rem;
    line-height: 1.25; }
    @media (min-width: 768px) {
      .c-content_about .c-dl_about {
        justify-content: flex-start; } }
    .c-content_about .c-dl_about dt {
      text-align: right;
      width: 30%;
      border-right: 1px solid #000;
      padding: 1rem .5rem 1rem 1rem;
      font-weight: normal; }
      @media (min-width: 768px) {
        .c-content_about .c-dl_about dt {
          width: 8rem;
          text-align: left; } }
    .c-content_about .c-dl_about dd {
      text-align: left;
      width: 70%;
      padding: 1rem 1rem 1rem .5rem; }
      @media (min-width: 768px) {
        .c-content_about .c-dl_about dd {
          width: calc(100% - 8rem); } }

.c-content_service {
  max-width: 768px;
  overflow: hidden;
  margin-bottom: 4rem; }
  .c-content_service .c-title_content {
    margin-bottom: 2rem; }
  .c-content_service .c-box_img {
    aspect-ratio: 16/9; }
  .c-content_service .c-box_txt {
    padding: 1rem;
    text-align: center; }
    .c-content_service .c-box_txt .c-hd_service {
      display: inline-block;
      color: #003670;
      border-bottom: 1px solid #999;
      padding: 0 4rem .125rem;
      position: relative;
      z-index: 1;
      margin-top: 2rem; }
      .c-content_service .c-box_txt .c-hd_service::after {
        content: "";
        display: block;
        width: 0;
        height: 1rem;
        border-right: 1px solid #999;
        position: absolute;
        left: 50%;
        bottom: -1rem; }
    .c-content_service .c-box_txt .c-hd_deco {
      font-family: 'Big Shoulders Display', cursive;
      font-size: 2.5rem;
      color: #eee;
      margin: -2rem auto 2rem; }
    .c-content_service .c-box_txt .c-txt {
      text-align: justify;
      margin-bottom: 2rem; }

.c-content_service .c-block_service .c-service {
  position: relative;
  opacity: 0;
  perspective: 1000; }
  .c-content_service .c-block_service .c-service[data-animate="effect2"] {
    left: -100%; }
  .c-content_service .c-block_service .c-service[data-animate="effect3"] {
    right: -100%; }
  @media (min-width: 768px) {
    .c-content_service .c-block_service .c-service {
      display: flex;
      justify-content: space-between; }
      .c-content_service .c-block_service .c-service .c-box_img {
        width: 50%; }
      .c-content_service .c-block_service .c-service .c-box_txt {
        width: 50%; } }
@media (min-width: 768px) {
  .c-content_service .c-block_service .c-service:nth-child(even) {
    flex-direction: row-reverse; } }

.c-footer {
  background: rgba(0, 54, 112, 0.2);
  line-height: 1.5;
  opacity: 0; }
  .c-footer .c-btn_return {
    display: block;
    background: #003670;
    padding: .5rem 1rem;
    text-align: center;
    color: #fff;
    transition: .5s ease-out background; }
    .c-footer .c-btn_return:hover, .c-footer .c-btn_return:active {
      background: #c00; }
    .c-footer .c-btn_return span {
      padding-left: .75rem;
      position: relative; }
      .c-footer .c-btn_return span::before, .c-footer .c-btn_return span::after {
        content: "";
        display: block;
        width: .5rem;
        height: .5rem;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        transform: translateY(-0.25rem) rotate(45deg);
        position: absolute;
        top: 50%;
        left: 0; }
      .c-footer .c-btn_return span::before {
        transform: translateY(0) rotate(45deg); }
  .c-footer .c-footer_main {
    text-align: center; }
    .c-footer .c-footer_main .c-content_contact {
      max-width: 768px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .c-footer .c-footer_main .c-content_contact {
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 1rem; } }
      .c-footer .c-footer_main .c-content_contact .c-map {
        width: 100%;
        height: 30vh;
        filter: grayscale(1); }
        @media (min-width: 768px) {
          .c-footer .c-footer_main .c-content_contact .c-map {
            width: 50%;
            margin-top: 2rem; } }
      .c-footer .c-footer_main .c-content_contact .c-box_address {
        margin-bottom: 2rem; }
        @media (min-width: 768px) {
          .c-footer .c-footer_main .c-content_contact .c-box_address {
            width: 50%; }
            .c-footer .c-footer_main .c-content_contact .c-box_address .c-block_address {
              display: flex;
              justify-content: flex-start;
              align-items: center; } }
        .c-footer .c-footer_main .c-content_contact .c-box_address .c-title_content {
          margin-top: 2rem; }
        .c-footer .c-footer_main .c-content_contact .c-box_address p {
          font-size: 0.75rem; }
  .c-footer .c-btn {
    display: inline-block;
    background: #003670;
    color: #fff;
    padding: .5rem;
    font-size: 0.875rem;
    margin: 2rem auto;
    border-radius: .125rem;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    transition: .5s ease-out background; }
    .c-footer .c-btn:hover, .c-footer .c-btn:active {
      background: #c00; }
  .c-footer .c-box_img {
    width: 100px;
    height: 110px;
    margin: 0 auto;
    transform: translateX(16%); }
    .c-footer .c-box_img img {
      object-fit: contain; }
    @media (min-width: 768px) {
      .c-footer .c-box_img {
        margin: 0;
        transform: translateX(0);
        width: 150px;
        height: 165px; } }
  .c-footer .c-footer_bottom {
    background: #003670;
    color: #fff;
    font-size: 0.875rem;
    padding: 1rem; }
    .c-footer .c-footer_bottom .c-inner {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 1rem; }
