@charset "UTF-8";
/* ---------------------------------------------------------
fonts
----------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:wght@300;400;500;700&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

@font-face {
  font-family: "ClashDisplay-Medium";
  src: url("../fonts/ClashDisplay-Medium.woff2") format("woff2"), url("../fonts/ClashDisplay-Medium.woff") format("woff"), url("../fonts/ClashDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
:root {
  --vw: 1vw;
}

@media print, screen and (min-width: 768px) {
  .show-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .show-pc {
    display: none;
  }
}
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, "system-ui", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", メイリオ, Meiryo, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #4D4948;
  background: #E7E7E7 url(../images/common/bg.png) repeat center top;
  background-size: 1280px auto;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  body.is-fixed {
    position: fixed;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1024px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  body {
    background-size: calc(341.3333333333 * var(--vw)) auto;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #4D4948;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-align: none;
}

@media print, screen and (min-width: 768px) {
  .link-sponly {
    color: #fff;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 768px) {
  .show-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .show-pc {
    display: none;
  }
}
/* ---------------------------------------------------------
animation
----------------------------------------------------------*/
.animeBefore {
  visibility: hidden;
}

.fadeAnime {
  visibility: visible;
  animation-name: fadeAnime;
  animation-duration: 800ms;
}

@keyframes fadeAnime {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: otate(0deg);
  }
}
/* ---------------------------------------------------------
#page-index
----------------------------------------------------------*/
#page-index {
  /* ---------------------------------------------------------
  .kv
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .sec-service
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .sec-about
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .sec-blog
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .sec-service2
  ----------------------------------------------------------*/
}
#page-index .kv {
  position: relative;
  width: 1026px;
  padding-top: 13px;
  margin: 110px auto 0;
}
@media screen and (max-width: 767px) {
  #page-index .kv {
    width: 100%;
    padding-top: calc(22.9333333333 * var(--vw));
    margin: 0;
  }
}
#page-index .kv.is-show h2,
#page-index .kv.is-show .lead,
#page-index .kv.is-show .icon-scroll,
#page-index .kv.is-show .slider {
  opacity: 1;
}
#page-index .kv.is-show .chara1,
#page-index .kv.is-show .chara2 {
  opacity: 1;
  transform: scale(1);
}
#page-index .kv h2 {
  width: 519px;
  opacity: 0;
  transition: opacity 0.9s;
}
@media screen and (max-width: 767px) {
  #page-index .kv h2 {
    width: calc(86.1333333333 * var(--vw));
    margin-left: calc(6.4 * var(--vw));
  }
}
#page-index .kv .lead {
  width: 491px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 17px;
  opacity: 0;
  transition: opacity 0.6s;
}
@media screen and (max-width: 767px) {
  #page-index .kv .lead {
    width: calc(52.2666666667 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    line-height: 1.75;
    text-justify: distribute;
    text-align: justify;
    margin: calc(5.3333333333 * var(--vw)) 0 0 calc(6.4 * var(--vw));
  }
}
#page-index .kv .chara1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  z-index: 2;
  opacity: 0;
  transform: scale(0.4);
  transition: all 1.2s 0.1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 767px) {
  #page-index .kv .chara1 {
    top: calc(70.1333333333 * var(--vw));
    right: calc(6.4 * var(--vw));
    width: calc(32 * var(--vw));
  }
}
#page-index .kv .chara2 {
  position: absolute;
  top: 130px;
  right: 158px;
  width: 240px;
  opacity: 0;
  transform: scale(0.4);
  transition: all 1.2s 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 767px) {
  #page-index .kv .chara2 {
    top: calc(92.5333333333 * var(--vw));
    right: calc(25.6 * var(--vw));
    width: calc(34.6666666667 * var(--vw));
    z-index: 2;
  }
}
#page-index .kv .icon-scroll {
  position: absolute;
  top: 260px;
  right: 0;
  width: 155px;
  height: 155px;
  padding: 50px 52px 0;
  opacity: 0;
  transition: opacity 0.6s 0.5s;
}
@media screen and (max-width: 767px) {
  #page-index .kv .icon-scroll {
    top: calc(120.5333333333 * var(--vw));
    right: calc(6.4 * var(--vw));
    width: calc(26.6666666667 * var(--vw));
    height: calc(26.6666666667 * var(--vw));
    padding: calc(8 * var(--vw)) calc(6.6666666667 * var(--vw)) 0;
  }
}
#page-index .kv .icon-scroll::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 155px;
  height: 155px;
  background: url(../images/common/txt_circle.svg) no-repeat;
  background-size: contain;
  animation: 20s linear infinite rotation1;
}
@media screen and (max-width: 767px) {
  #page-index .kv .icon-scroll::before {
    width: calc(26.6666666667 * var(--vw));
    height: calc(26.6666666667 * var(--vw));
  }
}
#page-index .kv .slider {
  width: 606px;
  margin: 30px 0 0;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.9s 0.65s;
}
@media print, screen and (min-width: 768px) {
  #page-index .kv .slider .swiper-wrapper {
    display: flex;
    justify-content: space-between;
  }
  #page-index .kv .slider .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #page-index .kv .slider {
    width: calc(63.4666666667 * var(--vw));
    margin-top: calc(45.8666666667 * var(--vw));
    border-radius: calc(2.6666666667 * var(--vw));
  }
}
@media print, screen and (min-width: 768px) {
  #page-index .kv .slider .swiper-slide {
    width: 194px;
    pointer-events: visible;
  }
}
#page-index .kv .slider .swiper-slide a {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page-index .kv .slider .swiper-slide a {
    display: block;
    border-radius: calc(2.6666666667 * var(--vw));
  }
}
#page-index .kv .slider .swiper-slide a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #119D3D;
  mix-blend-mode: multiply;
  opacity: 0.25;
  border-radius: 10px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  #page-index .kv .slider .swiper-slide a::after {
    border-radius: calc(2.6666666667 * var(--vw));
  }
}
#page-index .kv .slider .swiper-slide a:hover::after {
  opacity: 0.45;
}
#page-index .kv .slider .swiper-slide a .txt1,
#page-index .kv .slider .swiper-slide a .txt2 {
  position: absolute;
  bottom: 98px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #page-index .kv .slider .swiper-slide a .txt1,
#page-index .kv .slider .swiper-slide a .txt2 {
    bottom: calc(20 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#page-index .kv .slider .swiper-slide a .txt2 {
  font-family: "Poppins", sans-serif;
  bottom: 62px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #page-index .kv .slider .swiper-slide a .txt2 {
    bottom: calc(10.4 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
  }
}
#page-index .kv .slider .swiper-slide:nth-child(3n-1) a::after {
  background-color: #054994;
}
#page-index .kv .slider .swiper-slide:nth-child(3n) a::after {
  background-color: #AA0E0A;
  opacity: 0.42;
  opacity: 0.35;
}
#page-index .kv .slider .swiper-slide:nth-child(3n) a:hover::after {
  opacity: 0.45;
}
#page-index .swiper-pagination {
  bottom: 35px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #page-index .swiper-pagination {
    bottom: calc(2.1333333333 * var(--vw));
  }
}
#page-index .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 0.6;
  margin: 0 4px;
}
@media screen and (max-width: 767px) {
  #page-index .swiper-pagination-bullet {
    width: calc(2.1333333333 * var(--vw));
    height: calc(2.1333333333 * var(--vw));
    margin: 0 calc(1.0666666667 * var(--vw));
  }
}
#page-index .swiper-pagination-bullet-active {
  opacity: 1;
}
#page-index .sec-service {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 1024px;
  margin: -99px auto 0;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service {
    display: block;
    width: 100%;
    margin-top: 0;
  }
}
#page-index .sec-service::after {
  content: "";
  position: absolute;
  bottom: -119px;
  left: 50%;
  width: 207px;
  height: 207px;
  background: url(../images/top/bg_motif_gray_01.png);
  background-size: contain;
  margin-left: 479px;
  animation: 20s linear infinite rotation1;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service::after {
    bottom: calc(50.6666666667 * var(--vw));
    left: auto;
    right: calc(-6.1333333333 * var(--vw));
    width: calc(27.7333333333 * var(--vw));
    height: calc(27.7333333333 * var(--vw));
    margin: 0;
  }
}
#page-index .sec-service .right-col {
  position: relative;
  width: 562px;
  height: 554px;
  padding: 122px 0 0;
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service .right-col {
    width: 100%;
    height: auto;
    padding: calc(3.4666666667 * var(--vw)) 0 0;
    margin: 0;
  }
}
#page-index .sec-service .right-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 562px;
  height: 554px;
  background: url(../images/top/bg_motif_white.png) no-repeat;
  background-size: contain;
  animation: 40s linear infinite rotation2;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service .right-col::before {
    top: calc(-8 * var(--vw));
    left: calc(-2.6666666667 * var(--vw));
    width: calc(107.7333333333 * var(--vw));
    height: calc(106.1333333333 * var(--vw));
  }
}
#page-index .sec-service .left-col {
  position: relative;
  width: 400px;
  padding-top: 203px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service .left-col {
    width: 100%;
    padding: calc(20.5333333333 * var(--vw)) 0 0 calc(6.4 * var(--vw));
  }
}
#page-index .sec-service .left-col::before {
  content: "";
  position: absolute;
  top: 235px;
  left: 15px;
  width: 386px;
  height: 376px;
  background: url(../images/top/bg_motif_bluegreen.svg) no-repeat;
  background-size: 386px auto;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service .left-col::before {
    top: calc(25.3333333333 * var(--vw));
    left: calc(9.0666666667 * var(--vw));
    width: calc(62.6666666667 * var(--vw));
    height: calc(59.4666666667 * var(--vw));
    background-image: url(../images/top/bg_motif_bluegreen_sp.svg);
    background-size: contain;
  }
}
#page-index .sec-service .left-col .pic1,
#page-index .sec-service .left-col .pic2 {
  position: relative;
  width: 293px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service .left-col .pic1,
#page-index .sec-service .left-col .pic2 {
    width: calc(48 * var(--vw));
    border-radius: calc(2.1333333333 * var(--vw));
  }
}
#page-index .sec-service .left-col .pic2 {
  width: 160px;
  margin: 24px 0 0 209px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service .left-col .pic2 {
    width: calc(26.1333333333 * var(--vw));
    margin: calc(4 * var(--vw)) 0 0 calc(34.1333333333 * var(--vw));
  }
}
#page-index .sec-service h2 {
  position: relative;
  color: #054994;
  text-align: center;
}
#page-index .sec-service .lead {
  position: relative;
  width: 333px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-justify: distribute;
  text-align: justify;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service .lead {
    width: calc(87.2 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.75;
    margin-top: calc(5.8666666667 * var(--vw));
  }
}
#page-index .sec-service .btn {
  margin: 24px 0 0 221px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service .btn {
    margin: calc(6.4 * var(--vw)) 0 0 calc(34.1333333333 * var(--vw));
  }
}
#page-index .sec-service .btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 52px;
  font-size: 14px;
  font-weight: bold;
  color: #054994;
  padding-right: 64px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service .btn a {
    height: calc(13.8666666667 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    padding-right: calc(17.0666666667 * var(--vw));
  }
}
#page-index .sec-service .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  background: url(../images/common/bg_btn_blue.svg) no-repeat;
  background-size: contain;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service .btn a::before {
    width: calc(13.8666666667 * var(--vw));
    height: calc(13.8666666667 * var(--vw));
  }
}
#page-index .sec-service .btn a:hover::before {
  transform: rotate(60deg);
}
#page-index .sec-service .btn a::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 15px;
  display: block;
  width: 22px;
  height: 14px;
  background: url(../images/common/icon_arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service .btn a::after {
    top: calc(5.0666666667 * var(--vw));
    right: calc(4 * var(--vw));
    width: calc(5.8666666667 * var(--vw));
    height: calc(3.7333333333 * var(--vw));
  }
}
#page-index .ttl-en {
  font-family: "ClashDisplay-Medium";
  display: block;
  font-size: 54px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page-index .ttl-en {
    font-size: calc(11.7333333333 * var(--vw));
  }
}
#page-index .ttl-ja {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  #page-index .ttl-ja {
    font-size: calc(4.2666666667 * var(--vw));
    margin-top: calc(0.2666666667 * var(--vw));
  }
}
#page-index .sec-about {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1024px;
  padding-bottom: 190px;
  margin: 126px auto 0;
}
@media screen and (max-width: 767px) {
  #page-index .sec-about {
    display: block;
    width: 100%;
    padding: 0 0 calc(35.7333333333 * var(--vw)) calc(6.4 * var(--vw));
    margin-top: calc(13.0666666667 * var(--vw));
  }
}
#page-index .sec-about::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 410px;
  height: 477px;
  background: url(../images/top/bg_motif_s.svg) no-repeat;
  background-size: contain;
  margin-left: -658px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-about::before {
    left: auto;
    right: calc(-4.2666666667 * var(--vw));
    bottom: auto;
    top: calc(13.3333333333 * var(--vw));
    width: calc(49.8666666667 * var(--vw));
    height: calc(58.1333333333 * var(--vw));
    margin: 0;
  }
}
#page-index .sec-about::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 128px;
  height: 121px;
  background: url(../images/top/chara_03.svg) no-repeat;
  background-size: contain;
  margin-left: 384px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-about::after {
    left: auto;
    right: calc(6.4 * var(--vw));
    width: calc(26.9333333333 * var(--vw));
    height: calc(25.3333333333 * var(--vw));
    margin: 0;
  }
}
#page-index .sec-about .left-col {
  position: relative;
  width: 313px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #page-index .sec-about .left-col {
    width: 100%;
  }
}
#page-index .sec-about .left-col h2 {
  color: #0e7e31;
  text-align: left;
}
#page-index .sec-about .left-col .lead {
  width: 313px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24.5px;
  color: #4D4948;
  text-justify: distribute;
  text-align: justify;
  margin: 28px 0 0;
}
@media screen and (max-width: 767px) {
  #page-index .sec-about .left-col .lead {
    width: calc(87.2 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.75;
    margin-top: calc(6.1333333333 * var(--vw));
  }
}
#page-index .sec-about .left-col .btn {
  margin: 24px 0 0 0;
}
@media screen and (max-width: 767px) {
  #page-index .sec-about .left-col .btn {
    margin-top: calc(6.4 * var(--vw));
  }
}
#page-index .sec-about .left-col .btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 52px;
  font-size: 14px;
  font-weight: bold;
  color: #054994;
  padding-right: 64px;
  color: #0e7e31;
}
@media screen and (max-width: 767px) {
  #page-index .sec-about .left-col .btn a {
    height: calc(13.8666666667 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    padding-right: calc(17.0666666667 * var(--vw));
  }
}
#page-index .sec-about .left-col .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  background: url(../images/common/bg_btn_blue.svg) no-repeat;
  background-size: contain;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  #page-index .sec-about .left-col .btn a::before {
    width: calc(13.8666666667 * var(--vw));
    height: calc(13.8666666667 * var(--vw));
  }
}
#page-index .sec-about .left-col .btn a:hover::before {
  transform: rotate(60deg);
}
#page-index .sec-about .left-col .btn a::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 15px;
  display: block;
  width: 22px;
  height: 14px;
  background: url(../images/common/icon_arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #page-index .sec-about .left-col .btn a::after {
    top: calc(5.0666666667 * var(--vw));
    right: calc(4 * var(--vw));
    width: calc(5.8666666667 * var(--vw));
    height: calc(3.7333333333 * var(--vw));
  }
}
#page-index .sec-about .left-col .btn a::before {
  background-image: url(../images/common/bg_btn_green.svg);
}
#page-index .sec-about .right-col {
  position: relative;
  width: 626px;
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-about .right-col {
    width: calc(81.6 * var(--vw));
    padding: 0;
    margin-top: calc(7.2 * var(--vw));
  }
}
#page-index .sec-about .right-col::before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 626px;
  height: 390px;
  background-color: #0e7e31;
  border-radius: 24px;
  overflow: hidden;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  #page-index .sec-about .right-col::before {
    right: calc(-5.3333333333 * var(--vw));
    bottom: calc(-5.3333333333 * var(--vw));
    width: calc(81.6 * var(--vw));
    height: calc(50.6666666667 * var(--vw));
  }
}
#page-index .sec-about .right-col .pic {
  position: relative;
  width: 626px;
  border-radius: 24px;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #page-index .sec-about .right-col .pic {
    width: calc(81.6 * var(--vw));
    border-radius: calc(6.4 * var(--vw));
  }
}
#page-index .sec-blog {
  position: relative;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-blog {
    padding: 0 0 calc(32 * var(--vw)) calc(21.6 * var(--vw));
  }
}
#page-index .sec-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #054994;
  mix-blend-mode: multiply;
  opacity: 0.94;
}
#page-index .sec-blog .wrapper {
  position: relative;
  display: flex;
  width: 872px;
  padding: 90px 0 0;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #page-index .sec-blog .wrapper {
    display: block;
    width: auto;
    padding-top: calc(19.7333333333 * var(--vw));
  }
}
#page-index .sec-blog .wrapper a {
  display: flex;
}
@media screen and (max-width: 767px) {
  #page-index .sec-blog .wrapper a {
    display: block;
  }
}
#page-index .sec-blog h2 {
  display: flex;
  align-items: flex-start;
}
@media print, screen and (min-width: 768px) {
  #page-index .sec-blog h2 {
    width: 94px;
  }
}
#page-index .sec-blog h2 img {
  display: block;
  width: 48px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-blog h2 img {
    position: absolute;
    top: calc(18.9333333333 * var(--vw));
    left: calc(-17.6 * var(--vw));
    width: calc(10.6666666667 * var(--vw));
    margin: 0;
  }
}
#page-index .sec-blog h2 .txt-ja {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  padding-top: 3px;
}
@media print, screen and (min-width: 768px) {
  #page-index .sec-blog h2 .txt-ja {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  #page-index .sec-blog h2 .txt-ja {
    font-size: calc(4.2666666667 * var(--vw));
    font-weight: 500;
    padding-top: 0;
  }
}
#page-index .sec-blog .pic {
  width: 315px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-blog .pic {
    width: calc(72 * var(--vw));
    border-radius: calc(2.6666666667 * var(--vw));
    margin: calc(8.5333333333 * var(--vw)) 0 0;
  }
}
#page-index .sec-blog .right-col {
  width: 336px;
  color: #fff;
  padding-top: 2px;
  margin-left: 102px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-blog .right-col {
    padding: 0;
    margin: calc(6.4 * var(--vw)) 0 0;
  }
}
#page-index .sec-blog .right-col .txt-date {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page-index .sec-blog .right-col .txt-date {
    font-size: calc(3.2 * var(--vw));
    margin-top: calc(5.3333333333 * var(--vw));
  }
}
#page-index .sec-blog .right-col h3 {
  width: 330px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-blog .right-col h3 {
    width: calc(72 * var(--vw));
    font-size: calc(4.2666666667 * var(--vw));
    line-height: 1.5;
    margin-top: calc(2.6666666667 * var(--vw));
  }
}
#page-index .sec-blog .right-col .txt-name {
  font-weight: 500;
  font-size: 14px;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-blog .right-col .txt-name {
    font-size: calc(3.7333333333 * var(--vw));
    margin-top: calc(3.4666666667 * var(--vw));
  }
}
#page-index .sec-blog .right-col .txt-more {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-blog .right-col .txt-more {
    font-size: calc(3.7333333333 * var(--vw));
    margin-top: calc(5.0666666667 * var(--vw));
  }
}
#page-index .sec-blog .btn {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-blog .btn {
    display: block;
    margin-top: calc(6.1333333333 * var(--vw));
  }
}
#page-index .sec-blog .btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 52px;
  font-size: 14px;
  font-weight: bold;
  color: #054994;
  padding-right: 64px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #page-index .sec-blog .btn a {
    height: calc(13.8666666667 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    padding-right: calc(17.0666666667 * var(--vw));
  }
}
#page-index .sec-blog .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  background: url(../images/common/bg_btn_blue.svg) no-repeat;
  background-size: contain;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  #page-index .sec-blog .btn a::before {
    width: calc(13.8666666667 * var(--vw));
    height: calc(13.8666666667 * var(--vw));
  }
}
#page-index .sec-blog .btn a:hover::before {
  transform: rotate(60deg);
}
#page-index .sec-blog .btn a::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 15px;
  display: block;
  width: 22px;
  height: 14px;
  background: url(../images/common/icon_arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #page-index .sec-blog .btn a::after {
    top: calc(5.0666666667 * var(--vw));
    right: calc(4 * var(--vw));
    width: calc(5.8666666667 * var(--vw));
    height: calc(3.7333333333 * var(--vw));
  }
}
#page-index .sec-blog .btn a::before {
  background-image: url(../images/common/bg_btn_white.svg);
}
#page-index .sec-blog .btn a::after {
  background-image: url(../images/common/icon_arrow_green.svg);
}
#page-index .sec-service2 {
  position: relative;
  background-color: #fff;
  padding: 82px 0 90px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service2 {
    padding: calc(8.5333333333 * var(--vw)) 0 calc(21.3333333333 * var(--vw));
  }
}
#page-index .sec-service2::before {
  content: "";
  position: absolute;
  top: 113px;
  left: 50%;
  width: 214px;
  height: 213px;
  background: url(../images/top/bg_motif_gray_02.png) no-repeat;
  background-size: contain;
  margin-left: 476px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service2::before {
    top: calc(24 * var(--vw));
    left: auto;
    right: calc(-9.6 * var(--vw));
    width: calc(35.7333333333 * var(--vw));
    height: calc(35.7333333333 * var(--vw));
    margin: 0;
  }
}
#page-index .sec-service2 h2 {
  text-align: center;
  color: #054994;
}
#page-index .sec-service2 .lead {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 24.5px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service2 .lead {
    width: calc(86.9333333333 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    text-align: left;
    line-height: 1.75;
    margin: calc(5.6 * var(--vw)) auto 0;
  }
}
#page-index .sec-service2 .btn {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service2 .btn {
    display: block;
    margin: calc(13.3333333333 * var(--vw)) 0 0 calc(28.5333333333 * var(--vw));
  }
}
#page-index .sec-service2 .btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 52px;
  font-size: 14px;
  font-weight: bold;
  color: #054994;
  padding-right: 64px;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service2 .btn a {
    height: calc(13.8666666667 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    padding-right: calc(17.0666666667 * var(--vw));
  }
}
#page-index .sec-service2 .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  background: url(../images/common/bg_btn_blue.svg) no-repeat;
  background-size: contain;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service2 .btn a::before {
    width: calc(13.8666666667 * var(--vw));
    height: calc(13.8666666667 * var(--vw));
  }
}
#page-index .sec-service2 .btn a:hover::before {
  transform: rotate(60deg);
}
#page-index .sec-service2 .btn a::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 15px;
  display: block;
  width: 22px;
  height: 14px;
  background: url(../images/common/icon_arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #page-index .sec-service2 .btn a::after {
    top: calc(5.0666666667 * var(--vw));
    right: calc(4 * var(--vw));
    width: calc(5.8666666667 * var(--vw));
    height: calc(3.7333333333 * var(--vw));
  }
}

/* ---------------------------------------------------------
#page-about
----------------------------------------------------------*/
#page-about {
  padding-top: 73px;
  /* ---------------------------------------------------------
  .page-ttl
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .intro
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .sec-company
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .sec-message
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .sec-character
  ----------------------------------------------------------*/
}
@media screen and (max-width: 767px) {
  #page-about {
    padding-top: calc(17.0666666667 * var(--vw));
  }
}
#page-about .page-ttl {
  position: relative;
  width: 100%;
  height: 235px;
  margin-bottom: 94px;
}
@media screen and (max-width: 767px) {
  #page-about .page-ttl {
    height: calc(41.6 * var(--vw));
    margin-bottom: calc(10.6666666667 * var(--vw));
  }
}
#page-about .page-ttl h1 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 1;
  transform: translateX(-50%);
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  #page-about .page-ttl h1 {
    margin-top: calc(7.7333333333 * var(--vw));
  }
}
#page-about .page-ttl .ttl-en {
  font-family: "ClashDisplay-Medium";
  display: block;
  font-size: 54px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page-about .page-ttl .ttl-en {
    font-size: calc(11.7333333333 * var(--vw));
  }
}
#page-about .page-ttl .ttl-ja {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  #page-about .page-ttl .ttl-ja {
    font-size: calc(4.2666666667 * var(--vw));
    margin-top: calc(0.2666666667 * var(--vw));
  }
}
#page-about .page-ttl::before, #page-about .page-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 235px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.15);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  #page-about .page-ttl::before, #page-about .page-ttl::after {
    height: calc(41.6 * var(--vw));
  }
}
#page-about .page-ttl::after {
  background-color: #119d3d;
}
#page-about .intro {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #page-about .intro {
    margin-bottom: calc(14.6666666667 * var(--vw));
  }
}
#page-about .intro .wrapper {
  display: flex;
  justify-content: space-between;
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page-about .intro .wrapper {
    display: block;
    width: 100%;
    padding: 0 calc(6.4 * var(--vw));
  }
}
#page-about .intro .wrapper .pic {
  width: 418px;
}
@media screen and (max-width: 767px) {
  #page-about .intro .wrapper .pic {
    width: 100%;
    margin-bottom: calc(10.6666666667 * var(--vw));
  }
}
#page-about .intro .wrapper .txt-col {
  width: 519px;
}
@media screen and (max-width: 767px) {
  #page-about .intro .wrapper .txt-col {
    width: 100%;
  }
}
#page-about .intro .wrapper .txt-col .txt {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  #page-about .intro .wrapper .txt-col .txt {
    font-size: calc(3.7333333333 * var(--vw));
    margin-bottom: calc(6.6666666667 * var(--vw));
  }
}
#page-about .sec-company {
  width: 1024px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 66px 0 50px;
  margin: 0 auto 124px;
}
@media screen and (max-width: 767px) {
  #page-about .sec-company {
    width: calc(87.2 * var(--vw));
    border-radius: calc(5.3333333333 * var(--vw));
    padding: calc(11.4666666667 * var(--vw)) calc(6.4 * var(--vw)) calc(15.4666666667 * var(--vw));
    margin: 0 auto calc(20.2666666667 * var(--vw));
  }
}
#page-about .sec-company dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0 105px;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  #page-about .sec-company dl {
    display: block;
    padding: 0;
    margin-top: calc(6.6666666667 * var(--vw));
  }
}
#page-about .sec-company dt {
  width: 188px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page-about .sec-company dt {
    width: 100%;
    font-size: calc(3.2 * var(--vw));
    margin-bottom: calc(2.6666666667 * var(--vw));
  }
}
#page-about .sec-company dd {
  width: 626px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page-about .sec-company dd {
    width: 100%;
    margin-bottom: calc(5.6 * var(--vw));
  }
}
#page-about .sec-company dd p, #page-about .sec-company dd li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #page-about .sec-company dd p, #page-about .sec-company dd li {
    font-size: calc(3.7333333333 * var(--vw));
  }
}
#page-about .sec-company dd p a, #page-about .sec-company dd li a {
  color: #054994;
  border-bottom: 1px solid #054994;
}
#page-about h2 {
  color: #0e7e31;
  text-align: center;
}
#page-about h2 .ttl-en {
  font-family: "ClashDisplay-Medium";
  display: block;
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page-about h2 .ttl-en {
    font-size: calc(11.7333333333 * var(--vw));
  }
}
#page-about h2 .ttl-ja {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  #page-about h2 .ttl-ja {
    font-size: calc(4.2666666667 * var(--vw));
    margin-top: calc(0.2666666667 * var(--vw));
  }
}
#page-about .sec-message {
  position: relative;
  padding-bottom: 96px;
}
@media screen and (max-width: 767px) {
  #page-about .sec-message {
    padding-bottom: calc(21.3333333333 * var(--vw));
  }
}
#page-about .sec-message::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 386px;
  height: 365px;
  background: url(../images/about/bg_motif_bluegreen.svg) no-repeat;
  background-size: contain;
  margin: -63px 0 0 289px;
}
@media screen and (max-width: 767px) {
  #page-about .sec-message::after {
    left: 0;
    width: calc(50.6666666667 * var(--vw));
    height: calc(48.2666666667 * var(--vw));
    margin: calc(-8.5333333333 * var(--vw)) 0 0 calc(58.1333333333 * var(--vw));
  }
}
#page-about .sec-message h2 {
  position: absolute;
  top: 5px;
  left: 50%;
  text-align: left;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  #page-about .sec-message h2 {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 calc(6.9333333333 * var(--vw)) calc(6.4 * var(--vw));
  }
}
#page-about .sec-message .wrapper {
  display: flex;
  justify-content: space-between;
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page-about .sec-message .wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 calc(6.4 * var(--vw));
    z-index: 1;
  }
}
#page-about .sec-message .wrapper .pic {
  width: 418px;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page-about .sec-message .wrapper .pic {
    width: 100%;
    border-radius: calc(6.4 * var(--vw));
  }
}
#page-about .sec-message .wrapper .txt-col {
  width: 501px;
  padding-top: 122px;
}
@media screen and (max-width: 767px) {
  #page-about .sec-message .wrapper .txt-col {
    width: 100%;
    padding-top: calc(10.6666666667 * var(--vw));
  }
}
#page-about .sec-message .wrapper .txt-col .txt {
  width: 417px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page-about .sec-message .wrapper .txt-col .txt {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    margin-bottom: calc(10.6666666667 * var(--vw));
  }
}
@media screen and (max-width: 767px) {
  #page-about .sec-message .wrapper .txt-col .txt:last-of-type {
    margin-top: calc(-4 * var(--vw));
  }
}
#page-about .sec-message .wrapper .txt-col .txt-big {
  margin: 0 0 22px 60px;
}
@media screen and (max-width: 767px) {
  #page-about .sec-message .wrapper .txt-col .txt-big {
    margin: 0 0 calc(10.6666666667 * var(--vw)) calc(4.2666666667 * var(--vw));
  }
}
#page-about .sec-message .wrapper .txt-col .txt-big strong {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-about .sec-message .wrapper .txt-col .txt-big strong {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#page-about .sec-character {
  background-color: #fff;
  padding: 84px 0 77px;
}
@media screen and (max-width: 767px) {
  #page-about .sec-character {
    padding: calc(20 * var(--vw)) 0 calc(21.3333333333 * var(--vw));
  }
}
#page-about .sec-character .wrapper {
  display: flex;
  width: 814px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page-about .sec-character .wrapper {
    display: block;
    width: 100%;
    padding: 0 calc(6.4 * var(--vw));
  }
}
#page-about .sec-character .txt-col {
  width: 407px;
  padding-left: 13px;
}
@media screen and (max-width: 767px) {
  #page-about .sec-character .txt-col {
    width: 100%;
    padding-left: 0;
  }
}
#page-about .sec-character .txt-col h2 {
  text-align: left;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #page-about .sec-character .txt-col h2 {
    margin-bottom: calc(6.9333333333 * var(--vw));
  }
}
#page-about .sec-character .txt-col .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #page-about .sec-character .txt-col .txt {
    font-size: calc(3.7333333333 * var(--vw));
  }
}
#page-about .sec-character .txt-col .txt .txt-green {
  color: #0e7e31;
}
#page-about .sec-character .txt-col .txt .txt-blue {
  color: #054994;
}
#page-about .sec-character .pic {
  width: 313px;
  margin: 5px 0 0 93px;
}
@media screen and (max-width: 767px) {
  #page-about .sec-character .pic {
    width: calc(77.3333333333 * var(--vw));
    margin: calc(10.6666666667 * var(--vw)) 0 0 calc(4.8 * var(--vw));
  }
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: otate(0deg);
  }
}
/* ---------------------------------------------------------
#page-about
----------------------------------------------------------*/
#page-work {
  padding-top: 73px;
  /* ---------------------------------------------------------
  .page-ttl
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .bg-whtie
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .sec-about
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .sec-achievement
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .sec-advantage
  ----------------------------------------------------------*/
}
@media screen and (max-width: 767px) {
  #page-work {
    padding-top: calc(17.0666666667 * var(--vw));
  }
}
#page-work .page-ttl {
  position: relative;
  width: 100%;
  height: 235px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #page-work .page-ttl {
    height: calc(41.6 * var(--vw));
    margin-bottom: calc(10.6666666667 * var(--vw));
  }
}
#page-work .page-ttl h1 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 1;
  transform: translateX(-50%);
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  #page-work .page-ttl h1 {
    margin-top: calc(7.7333333333 * var(--vw));
  }
}
#page-work .page-ttl .ttl-en {
  font-family: "ClashDisplay-Medium";
  display: block;
  font-size: 54px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page-work .page-ttl .ttl-en {
    font-size: calc(11.7333333333 * var(--vw));
  }
}
#page-work .page-ttl .ttl-ja {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  #page-work .page-ttl .ttl-ja {
    font-size: calc(4.2666666667 * var(--vw));
    margin-top: calc(0.2666666667 * var(--vw));
  }
}
#page-work .page-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 235px;
  height: 100%;
  background-color: #054994;
  background-color: rgba(5, 73, 148, 0.95);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  #page-work .page-ttl::before {
    height: calc(41.6 * var(--vw));
  }
}
#page-work .bg-whtie {
  width: 1024px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 66px 85px 90px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page-work .bg-whtie {
    width: calc(87.2 * var(--vw));
    padding: calc(13.3333333333 * var(--vw)) calc(6.4 * var(--vw));
    border-radius: calc(5.3333333333 * var(--vw));
  }
}
#page-work .bg-whtie .acc-inner {
  display: none;
}
#page-work .bg-whtie .acc {
  border-top: 2px solid #8B8B8B;
}
#page-work .bg-whtie .acc.is-blue a::before {
  background-image: url(../images/common/bg_btn_blue.svg);
}
#page-work .bg-whtie .acc.is-red a::before {
  background-image: url(../images/common/bg_btn_red.svg);
}
#page-work .bg-whtie .acc.is-gray a::before {
  background-image: url(../images/common/bg_btn_gray.svg);
}
#page-work .bg-whtie .acc a {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  height: 87px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #page-work .bg-whtie .acc a {
    height: calc(22.4 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.5;
    padding-right: calc(17.0666666667 * var(--vw));
  }
}
#page-work .bg-whtie .acc a::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  width: 52px;
  height: 52px;
  background: url(../images/common/bg_btn_green.svg) no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  #page-work .bg-whtie .acc a::before {
    top: calc(4.5333333333 * var(--vw));
    right: 0;
    width: calc(13.8666666667 * var(--vw));
    height: calc(13.8666666667 * var(--vw));
  }
}
#page-work .bg-whtie .acc a:hover::before {
  transform: rotate(60deg);
}
#page-work .bg-whtie .acc a span {
  display: block;
}
#page-work .bg-whtie .acc a span::before, #page-work .bg-whtie .acc a span::after {
  content: "";
  position: absolute;
  top: 42px;
  right: 39px;
  width: 13px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  #page-work .bg-whtie .acc a span::before, #page-work .bg-whtie .acc a span::after {
    top: calc(10.9333333333 * var(--vw));
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(0.5333333333 * var(--vw));
  }
}
#page-work .bg-whtie .acc a span::after {
  transform: rotate(90deg);
  transition: opacity 0.3s, transform 0.3s;
}
#page-work .bg-whtie .acc.is-open a span::after {
  transform: rotate(180deg);
  opacity: 0;
}
#page-work .sec-about {
  border-bottom: 2px solid #8B8B8B;
  margin: 0 auto;
}
#page-work .sec-about h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-work .sec-about h2 {
    font-size: calc(5.3333333333 * var(--vw));
  }
}
#page-work .sec-about .lead {
  font-size: 14px;
  line-height: 1.75;
  margin: 47px 0 74px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-about .lead {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.75;
    text-justify: distribute;
    text-align: justify;
    margin: calc(10.6666666667 * var(--vw)) 0;
  }
}
#page-work .sec-about .acc-inner .wrapper {
  display: flex;
  padding: 11px 0 30px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-about .acc-inner .wrapper {
    display: block;
    padding: 0;
  }
}
#page-work .sec-about .acc-inner .wrapper .pic {
  width: 332px;
  border-radius: 10px;
  margin-right: 85px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page-work .sec-about .acc-inner .wrapper .pic {
    width: 100%;
    margin: 0;
    border-radius: calc(2.6666666667 * var(--vw));
  }
}
#page-work .sec-about .acc-inner .wrapper .pic-col .pic:nth-child(2) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-about .acc-inner .wrapper .pic-col .pic:nth-child(2) {
    margin-top: calc(2.4 * var(--vw));
  }
}
#page-work .sec-about .acc-inner .wrapper .txt-col {
  width: 436px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-about .acc-inner .wrapper .txt-col {
    width: 100%;
    text-justify: distribute;
    text-align: justify;
    padding-bottom: calc(7.4666666667 * var(--vw));
    margin-top: calc(5.3333333333 * var(--vw));
  }
}
#page-work .sec-about .acc-inner .wrapper .txt-col p {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #page-work .sec-about .acc-inner .wrapper .txt-col p {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.75;
  }
}
#page-work .sec-achievement {
  border-bottom: 2px solid #8B8B8B;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-achievement {
    margin-top: calc(21.3333333333 * var(--vw));
  }
}
#page-work .sec-achievement h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-achievement h2 {
    font-size: calc(5.3333333333 * var(--vw));
    line-height: 1.5;
    margin-bottom: calc(6.4 * var(--vw));
    margin-bottom: calc(10.6666666667 * var(--vw));
  }
}
#page-work .sec-achievement .lead {
  font-size: 14px;
  line-height: 1.75;
  margin: 47px 0 52px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-achievement .lead {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.75;
    margin: calc(6.4 * var(--vw)) auto calc(10.6666666667 * var(--vw));
  }
}
#page-work .sec-achievement .acc-inner {
  padding-bottom: 26px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-achievement .acc-inner {
    padding-bottom: calc(8 * var(--vw));
  }
}
#page-work .sec-achievement p, #page-work .sec-achievement li {
  font-size: 14px;
  line-height: 24.5px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-achievement p, #page-work .sec-achievement li {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.75;
  }
}
#page-work .sec-achievement .txt-cat {
  margin-top: 24.5px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-achievement .txt-cat {
    margin-top: calc(6.5333333333 * var(--vw));
  }
  #page-work .sec-achievement .txt-cat:first-child {
    margin-top: 0;
  }
}
#page-work .sec-advantage {
  padding-bottom: 90px;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage {
    padding-bottom: calc(24 * var(--vw));
    margin-top: calc(22.4 * var(--vw));
  }
}
#page-work .sec-advantage h2 {
  color: #054994;
  text-align: center;
}
#page-work .sec-advantage h2 .ttl-en {
  font-family: "ClashDisplay-Medium";
  display: block;
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage h2 .ttl-en {
    font-size: calc(11.7333333333 * var(--vw));
  }
}
#page-work .sec-advantage h2 .ttl-ja {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage h2 .ttl-ja {
    font-size: calc(4.2666666667 * var(--vw));
    margin-top: calc(0.2666666667 * var(--vw));
  }
}
#page-work .sec-advantage .wrapper {
  position: relative;
  width: 964px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .wrapper {
    width: 100%;
    margin-top: calc(5.3333333333 * var(--vw));
  }
}
#page-work .sec-advantage .wrapper .block1, #page-work .sec-advantage .wrapper .block2, #page-work .sec-advantage .wrapper .block3, #page-work .sec-advantage .wrapper .block4 {
  position: relative;
  width: 438px;
  height: 438px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .wrapper .block1, #page-work .sec-advantage .wrapper .block2, #page-work .sec-advantage .wrapper .block3, #page-work .sec-advantage .wrapper .block4 {
    width: 100%;
    height: calc(121.0666666667 * var(--vw));
  }
}
#page-work .sec-advantage .wrapper .block1::before, #page-work .sec-advantage .wrapper .block2::before, #page-work .sec-advantage .wrapper .block3::before, #page-work .sec-advantage .wrapper .block4::before {
  content: "";
  position: absolute;
  display: block;
  width: 438px;
  height: 438px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .wrapper .block1::before, #page-work .sec-advantage .wrapper .block2::before, #page-work .sec-advantage .wrapper .block3::before, #page-work .sec-advantage .wrapper .block4::before {
    width: calc(121.0666666667 * var(--vw));
    height: calc(121.0666666667 * var(--vw));
    left: 50%;
    transform: translateX(-50%);
  }
}
#page-work .sec-advantage .wrapper .block1 .num, #page-work .sec-advantage .wrapper .block2 .num, #page-work .sec-advantage .wrapper .block3 .num, #page-work .sec-advantage .wrapper .block4 .num {
  font-family: "ClashDisplay-Medium";
  position: absolute;
  top: 2px;
  left: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .wrapper .block1 .num, #page-work .sec-advantage .wrapper .block2 .num, #page-work .sec-advantage .wrapper .block3 .num, #page-work .sec-advantage .wrapper .block4 .num {
    top: calc(1.6 * var(--vw));
    left: calc(6.4 * var(--vw));
    width: calc(22.4 * var(--vw));
    height: calc(22.4 * var(--vw));
    font-size: calc(8.5333333333 * var(--vw));
  }
}
#page-work .sec-advantage .wrapper .block1 .num::before, #page-work .sec-advantage .wrapper .block2 .num::before, #page-work .sec-advantage .wrapper .block3 .num::before, #page-work .sec-advantage .wrapper .block4 .num::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 84px;
  background: url(../images/common/bg_btn_blue.svg) no-repeat;
  background-size: 100% auto;
  z-index: -1;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .wrapper .block1 .num::before, #page-work .sec-advantage .wrapper .block2 .num::before, #page-work .sec-advantage .wrapper .block3 .num::before, #page-work .sec-advantage .wrapper .block4 .num::before {
    width: calc(22.4 * var(--vw));
    height: calc(22.4 * var(--vw));
  }
}
#page-work .sec-advantage .wrapper .block1 .subttl, #page-work .sec-advantage .wrapper .block2 .subttl, #page-work .sec-advantage .wrapper .block3 .subttl, #page-work .sec-advantage .wrapper .block4 .subttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #054994;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .wrapper .block1 .subttl, #page-work .sec-advantage .wrapper .block2 .subttl, #page-work .sec-advantage .wrapper .block3 .subttl, #page-work .sec-advantage .wrapper .block4 .subttl {
    font-size: calc(5.3333333333 * var(--vw));
    line-height: 1.5;
    padding-top: calc(27.7333333333 * var(--vw));
  }
}
#page-work .sec-advantage .wrapper .block1 .txt, #page-work .sec-advantage .wrapper .block2 .txt, #page-work .sec-advantage .wrapper .block3 .txt, #page-work .sec-advantage .wrapper .block4 .txt {
  width: 302px;
  font-size: 14px;
  line-height: 24.5px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .wrapper .block1 .txt, #page-work .sec-advantage .wrapper .block2 .txt, #page-work .sec-advantage .wrapper .block3 .txt, #page-work .sec-advantage .wrapper .block4 .txt {
    width: calc(74.4 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.75;
    margin-top: calc(5.3333333333 * var(--vw));
  }
}
#page-work .sec-advantage .wrapper .block2 {
  position: absolute;
  top: 142px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .wrapper .block2 {
    position: relative;
    top: auto;
    right: auto;
    margin-top: calc(21.3333333333 * var(--vw));
  }
}
#page-work .sec-advantage .wrapper .block3 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .wrapper .block3 {
    margin-top: calc(21.3333333333 * var(--vw));
  }
}
#page-work .sec-advantage .wrapper .block4 {
  position: absolute;
  top: 700px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .wrapper .block4 {
    position: relative;
    top: auto;
    right: auto;
    margin-top: calc(26.4 * var(--vw));
  }
}
#page-work .sec-advantage .wrapper .pic1 {
  position: absolute;
  right: 6px;
  bottom: -24px;
  width: 213px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .wrapper .pic1 {
    right: calc(6.4 * var(--vw));
    bottom: calc(6.6666666667 * var(--vw));
    width: calc(46.6666666667 * var(--vw));
  }
}
#page-work .sec-advantage .wrapper .pic2 {
  position: absolute;
  right: 0;
  bottom: -81px;
  width: 231px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .wrapper .pic2 {
    right: calc(6.4 * var(--vw));
    bottom: calc(-14.9333333333 * var(--vw));
    width: calc(50.6666666667 * var(--vw));
  }
}
#page-work .sec-advantage .wrapper .pic3 {
  position: absolute;
  right: 52px;
  bottom: -36px;
  width: 177px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .wrapper .pic3 {
    right: calc(6.4 * var(--vw));
    bottom: calc(1.3333333333 * var(--vw));
    width: calc(38.6666666667 * var(--vw));
  }
}
#page-work .sec-advantage .wrapper .pic4 {
  position: absolute;
  right: 61px;
  bottom: -2px;
  width: 208px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .wrapper .pic4 {
    right: calc(6.4 * var(--vw));
    bottom: calc(5.0666666667 * var(--vw));
    width: calc(45.6 * var(--vw));
  }
}
#page-work .sec-advantage .time-block {
  position: relative;
  width: 606px;
  background-color: rgba(255, 255, 255, 0.3);
  padding-bottom: 50px;
  margin: 234px auto 0;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .time-block {
    width: calc(86.9333333333 * var(--vw));
    padding-bottom: calc(13.3333333333 * var(--vw));
    margin-top: calc(24 * var(--vw));
    border-radius: calc(4.8 * var(--vw));
  }
}
#page-work .sec-advantage .time-block::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 177px;
  height: 168px;
  background: url(../images/work/bg_motif_bluegreen.png) no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .time-block::before {
    content: none;
  }
}
#page-work .sec-advantage .time-block p {
  font-size: 14px;
  line-height: 24.5px;
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .time-block p {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.75;
    padding-top: calc(13.3333333333 * var(--vw));
  }
}
#page-work .sec-advantage .time-block .pic-time {
  width: 369px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .time-block .pic-time {
    width: calc(76 * var(--vw));
    margin-top: calc(8 * var(--vw));
  }
}
#page-work .sec-advantage .time-block .btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 52px;
  font-size: 14px;
  font-weight: bold;
  color: #054994;
  padding-right: 64px;
  margin: 24px 0 0 201px;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .time-block .btn a {
    height: calc(13.8666666667 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    padding-right: calc(17.0666666667 * var(--vw));
  }
}
#page-work .sec-advantage .time-block .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  background: url(../images/common/bg_btn_blue.svg) no-repeat;
  background-size: contain;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .time-block .btn a::before {
    width: calc(13.8666666667 * var(--vw));
    height: calc(13.8666666667 * var(--vw));
  }
}
#page-work .sec-advantage .time-block .btn a:hover::before {
  transform: rotate(60deg);
}
#page-work .sec-advantage .time-block .btn a::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 15px;
  display: block;
  width: 20px;
  height: 21px;
  background: url(../images/common/icon_blank.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .time-block .btn a::after {
    top: calc(3.7333333333 * var(--vw));
    right: calc(4 * var(--vw));
    width: calc(5.3333333333 * var(--vw));
    height: calc(5.6 * var(--vw));
  }
}
@media screen and (max-width: 767px) {
  #page-work .sec-advantage .time-block .btn a {
    margin: calc(6.4 * var(--vw)) 0 0 calc(18.4 * var(--vw));
  }
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: otate(0deg);
  }
}
/* ---------------------------------------------------------
#page-blog
----------------------------------------------------------*/
#page-blog {
  position: relative;
  padding-top: 73px;
  /* ---------------------------------------------------------
  .page-ttl
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .sec-blog
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .sec-blog-detail
  ----------------------------------------------------------*/
}
@media screen and (max-width: 767px) {
  #page-blog {
    padding-top: calc(17.0666666667 * var(--vw));
  }
}
#page-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 73, 148, 0.95);
  mix-blend-mode: multiply;
}
#page-blog .page-ttl {
  position: relative;
  width: 100%;
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  #page-blog .page-ttl {
    padding-top: calc(12.5333333333 * var(--vw));
  }
}
#page-blog .page-ttl h1 {
  text-align: center;
  color: #fff;
  z-index: 1;
}
#page-blog .page-ttl h1 img {
  display: block;
  width: 108px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page-blog .page-ttl h1 img {
    width: calc(24 * var(--vw));
  }
}
#page-blog .page-ttl .ttl-ja {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #page-blog .page-ttl .ttl-ja {
    font-size: calc(4.2666666667 * var(--vw));
    margin-top: calc(2.9333333333 * var(--vw));
  }
}
#page-blog .sec-blog {
  position: relative;
  width: 1024px;
  background: #E7E7E7 url(../images/common/bg.png) repeat center top;
  background-size: 1280px auto;
  padding: 70px 105px;
  margin: 98px auto 120px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog {
    width: calc(87.2 * var(--vw));
    background-size: calc(341.3333333333 * var(--vw)) auto;
    padding: calc(13.3333333333 * var(--vw)) calc(6.4 * var(--vw)) calc(10.1333333333 * var(--vw));
    margin: calc(21.6 * var(--vw)) auto calc(24 * var(--vw));
    border-radius: calc(5.3333333333 * var(--vw));
  }
}
#page-blog .sec-blog::before {
  content: "";
  position: absolute;
  right: 106px;
  top: -123px;
  width: 181px;
  height: 126px;
  background: url(/assets/images/blog/pic_chara.png) no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog::before {
    top: calc(-18.6666666667 * var(--vw));
    right: calc(1.6 * var(--vw));
    width: calc(27.4666666667 * var(--vw));
    height: calc(20.2666666667 * var(--vw));
  }
}
#page-blog .sec-blog .ttl-month {
  font-size: 24px;
  font-weight: bold;
  color: #0e7e31;
  margin: -2px 0 0;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog .ttl-month {
    font-size: calc(6.4 * var(--vw));
    margin-top: calc(-0.5333333333 * var(--vw));
  }
}
#page-blog .sec-blog .ttl-month + .block {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog .ttl-month + .block {
    margin-top: calc(9.6 * var(--vw));
  }
}
#page-blog .sec-blog .block {
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog .block {
    margin-top: calc(10.6666666667 * var(--vw));
  }
}
#page-blog .sec-blog .block.is-hide {
  display: none;
}
#page-blog .sec-blog .block:first-child {
  margin-top: 0;
}
#page-blog .sec-blog .block a {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog .block a {
    display: block;
  }
}
#page-blog .sec-blog .block a .thumb {
  width: 315px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog .block a .thumb {
    width: 100%;
    border-radius: calc(2.6666666667 * var(--vw));
  }
}
#page-blog .sec-blog .block a .txt-col {
  width: 397px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog .block a .txt-col {
    width: 100%;
    margin-top: calc(5.3333333333 * var(--vw));
  }
}
#page-blog .sec-blog .block a .date {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog .block a .date {
    font-size: calc(3.2 * var(--vw));
  }
}
#page-blog .sec-blog .block a .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog .block a .ttl {
    font-size: calc(4.2666666667 * var(--vw));
    line-height: 1.5;
    margin-top: calc(2.6666666667 * var(--vw));
  }
}
#page-blog .sec-blog .block a .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 24.5px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog .block a .name {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.75;
    margin-top: calc(2.1333333333 * var(--vw));
  }
}
#page-blog .sec-blog .block a .viewmore {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog .block a .viewmore {
    font-size: calc(3.7333333333 * var(--vw));
    margin-top: calc(5.3333333333 * var(--vw));
  }
}
#page-blog .sec-blog .block a:hover .viewmore {
  text-decoration: none;
}
#page-blog .sec-blog .btn-more a {
  position: relative;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 52px;
  font-size: 14px;
  font-weight: bold;
  color: #054994;
  padding-right: 64px;
  margin: 72px 0 0 339px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog .btn-more a {
    height: calc(13.8666666667 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    padding-right: calc(17.0666666667 * var(--vw));
  }
}
#page-blog .sec-blog .btn-more a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  background: url(../images/common/bg_btn_blue.svg) no-repeat;
  background-size: contain;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog .btn-more a::before {
    width: calc(13.8666666667 * var(--vw));
    height: calc(13.8666666667 * var(--vw));
  }
}
#page-blog .sec-blog .btn-more a:hover::before {
  transform: rotate(60deg);
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog .btn-more a {
    margin: calc(6.4 * var(--vw)) 0 0 calc(19.4666666667 * var(--vw));
  }
}
#page-blog .sec-blog .btn-more a span::before, #page-blog .sec-blog .btn-more a span::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 20px;
  width: 13px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog .btn-more a span::before, #page-blog .sec-blog .btn-more a span::after {
    top: calc(6.4 * var(--vw));
    right: calc(5.3333333333 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(0.5333333333 * var(--vw));
  }
}
#page-blog .sec-blog .btn-more a span::after {
  transform: rotate(90deg);
}
#page-blog .sec-blog .ttl-backnum {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #0e7e31;
  padding-bottom: 10px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog .ttl-backnum {
    font-size: calc(5.6 * var(--vw));
    padding-bottom: calc(5.8666666667 * var(--vw));
    margin-top: calc(21.3333333333 * var(--vw));
  }
}
#page-blog .sec-blog .txt-year {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog .txt-year {
    font-size: calc(4.2666666667 * var(--vw));
    margin-top: calc(2.1333333333 * var(--vw));
  }
}
#page-blog .sec-blog .month-list {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog .month-list {
    flex-wrap: wrap;
    font-size: calc(3.7333333333 * var(--vw));
    margin-top: calc(5.3333333333 * var(--vw));
  }
}
#page-blog .sec-blog .month-list li {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog .month-list li {
    margin-right: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(3.2 * var(--vw));
  }
}
#page-blog .sec-blog .month-list li a:hover {
  text-decoration: underline;
}
#page-blog .sec-blog-detail {
  position: relative;
  width: 1024px;
  background: #E7E7E7 url(../images/common/bg.png) repeat center top;
  background-size: 1280px auto;
  padding: 69px 187px 69px 191px;
  margin: 98px auto 120px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog-detail {
    width: calc(87.2 * var(--vw));
    background-size: calc(341.3333333333 * var(--vw)) auto;
    padding: calc(13.3333333333 * var(--vw)) calc(6.4 * var(--vw)) calc(10.1333333333 * var(--vw));
    margin: calc(21.6 * var(--vw)) auto calc(24 * var(--vw));
    border-radius: calc(5.3333333333 * var(--vw));
  }
}
#page-blog .sec-blog-detail::before {
  content: "";
  position: absolute;
  right: 106px;
  top: -123px;
  width: 181px;
  height: 126px;
  background: url(/assets/images/blog/pic_chara.png) no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog-detail::before {
    top: calc(-18.6666666667 * var(--vw));
    right: calc(1.6 * var(--vw));
    width: calc(27.4666666667 * var(--vw));
    height: calc(20.2666666667 * var(--vw));
  }
}
#page-blog .sec-blog-detail .inner {
  width: 646px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog-detail .inner {
    width: 100%;
  }
}
#page-blog .sec-blog-detail .date {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog-detail .date {
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#page-blog .sec-blog-detail .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog-detail .ttl {
    font-size: calc(5.3333333333 * var(--vw));
    margin-top: calc(2.4 * var(--vw));
  }
}
#page-blog .sec-blog-detail .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog-detail .name {
    font-size: calc(4.2666666667 * var(--vw));
    margin: calc(2.6666666667 * var(--vw)) 0 calc(10.6666666667 * var(--vw));
  }
}
#page-blog .sec-blog-detail .contents p {
  font-size: 14px;
  line-height: 1.5;
  line-height: 2;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog-detail .contents p {
    font-size: calc(3.7333333333 * var(--vw));
    margin-top: calc(10.6666666667 * var(--vw));
  }
}
#page-blog .sec-blog-detail .contents em {
  font-style: normal;
  font-weight: bold;
}
#page-blog .sec-blog-detail .contents a {
  text-decoration: underline;
}
#page-blog .sec-blog-detail .contents a:hover {
  text-decoration: none;
}
#page-blog .sec-blog-detail .contents .pic,
#page-blog .sec-blog-detail .contents .pic80,
#page-blog .sec-blog-detail .contents .pic70,
#page-blog .sec-blog-detail .contents .pic50,
#page-blog .sec-blog-detail .contents .pic40 {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog-detail .contents .pic,
#page-blog .sec-blog-detail .contents .pic80,
#page-blog .sec-blog-detail .contents .pic70,
#page-blog .sec-blog-detail .contents .pic50,
#page-blog .sec-blog-detail .contents .pic40 {
    border-radius: calc(2.6666666667 * var(--vw));
    margin-top: calc(10.6666666667 * var(--vw));
  }
}
#page-blog .sec-blog-detail .contents .pic80 {
  width: 80%;
  margin: 50px auto 0;
}
#page-blog .sec-blog-detail .contents .pic70 {
  width: 70%;
  margin: 50px auto 0;
}
#page-blog .sec-blog-detail .contents .pic50 {
  width: 50%;
  margin: 50px auto 0;
}
#page-blog .sec-blog-detail .contents .pic40 {
  width: 40%;
  margin: 50px auto 0;
}
#page-blog .sec-blog-detail .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog-detail .btn-wrapper {
    justify-content: space-between;
    margin-top: calc(13.3333333333 * var(--vw));
  }
}
#page-blog .sec-blog-detail .btn-wrapper .btn-prev,
#page-blog .sec-blog-detail .btn-wrapper .btn-next {
  margin: 0 65px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog-detail .btn-wrapper .btn-prev,
#page-blog .sec-blog-detail .btn-wrapper .btn-next {
    margin: 0;
  }
}
#page-blog .sec-blog-detail .btn-wrapper .btn-prev a,
#page-blog .sec-blog-detail .btn-wrapper .btn-next a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 52px;
  font-size: 14px;
  font-weight: bold;
  color: #054994;
  padding-right: 64px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog-detail .btn-wrapper .btn-prev a,
#page-blog .sec-blog-detail .btn-wrapper .btn-next a {
    height: calc(13.8666666667 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    padding-right: calc(17.0666666667 * var(--vw));
  }
}
#page-blog .sec-blog-detail .btn-wrapper .btn-prev a::before,
#page-blog .sec-blog-detail .btn-wrapper .btn-next a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  background: url(../images/common/bg_btn_blue.svg) no-repeat;
  background-size: contain;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog-detail .btn-wrapper .btn-prev a::before,
#page-blog .sec-blog-detail .btn-wrapper .btn-next a::before {
    width: calc(13.8666666667 * var(--vw));
    height: calc(13.8666666667 * var(--vw));
  }
}
#page-blog .sec-blog-detail .btn-wrapper .btn-prev a:hover::before,
#page-blog .sec-blog-detail .btn-wrapper .btn-next a:hover::before {
  transform: rotate(60deg);
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog-detail .btn-wrapper .btn-prev a,
#page-blog .sec-blog-detail .btn-wrapper .btn-next a {
    display: block;
    padding: calc(16.5333333333 * var(--vw)) 0 0;
  }
}
#page-blog .sec-blog-detail .btn-wrapper .btn-prev a::after,
#page-blog .sec-blog-detail .btn-wrapper .btn-next a::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 15px;
  display: block;
  width: 22px;
  height: 14px;
  background: url(../images/common/icon_arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog-detail .btn-wrapper .btn-prev a::after,
#page-blog .sec-blog-detail .btn-wrapper .btn-next a::after {
    top: calc(5.0666666667 * var(--vw));
    right: calc(4 * var(--vw));
    width: calc(5.8666666667 * var(--vw));
    height: calc(3.7333333333 * var(--vw));
  }
}
#page-blog .sec-blog-detail .btn-wrapper .btn-next {
  margin-left: auto;
}
#page-blog .sec-blog-detail .btn-wrapper .btn-prev {
  margin-right: auto;
}
#page-blog .sec-blog-detail .btn-wrapper .btn-prev a {
  padding-left: 64px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog-detail .btn-wrapper .btn-prev a {
    padding: calc(16.5333333333 * var(--vw)) 0 0;
  }
}
#page-blog .sec-blog-detail .btn-wrapper .btn-prev a::before {
  left: 0;
  right: auto;
}
#page-blog .sec-blog-detail .btn-wrapper .btn-prev a::after {
  right: auto;
  left: 15px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog-detail .btn-wrapper .btn-prev a::after {
    left: calc(4 * var(--vw));
  }
}
#page-blog .sec-blog-detail .btn-all {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog-detail .btn-all {
    margin-top: calc(13.3333333333 * var(--vw));
  }
}
#page-blog .sec-blog-detail .btn-all a {
  font-size: 14px;
  font-weight: bold;
  color: #054994;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #page-blog .sec-blog-detail .btn-all a {
    font-size: calc(3.7333333333 * var(--vw));
  }
}
#page-blog .sec-blog-detail .btn-all a:hover {
  text-decoration: none;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: otate(0deg);
  }
}
/* ---------------------------------------------------------
#page-contact
----------------------------------------------------------*/
#page-contact {
  padding-top: 73px;
}
@media screen and (max-width: 767px) {
  #page-contact {
    padding-top: calc(17.0666666667 * var(--vw));
  }
}
#page-contact .page-ttl {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 68px 0 77px;
}
@media screen and (max-width: 767px) {
  #page-contact .page-ttl {
    padding: calc(10.6666666667 * var(--vw)) 0 calc(9.8666666667 * var(--vw));
  }
}
#page-contact .page-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #054994;
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0.96;
}
#page-contact .page-ttl .ttl-en {
  font-family: "ClashDisplay-Medium";
  display: block;
  font-size: 54px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #page-contact .page-ttl .ttl-en {
    font-size: calc(11.7333333333 * var(--vw));
  }
}
#page-contact .page-ttl .ttl-ja {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  #page-contact .page-ttl .ttl-ja {
    font-size: calc(4.2666666667 * var(--vw));
    font-weight: 500;
    margin-top: calc(2.9333333333 * var(--vw));
  }
}
#page-contact .lead, #page-contact .error-first {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 91px;
}
@media screen and (max-width: 767px) {
  #page-contact .lead, #page-contact .error-first {
    width: calc(87.2 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    font-weight: 500;
    text-align: left;
    line-height: 1.75;
    margin: calc(10.6666666667 * var(--vw)) auto 0;
  }
}
#page-contact .display-error {
  display: none;
  color: #B70000;
  margin-bottom: -71px;
}
@media screen and (max-width: 767px) {
  #page-contact .display-error {
    margin-bottom: calc(-5.3333333333 * var(--vw));
  }
}
#page-contact .mw_wp_form_error .display-error {
  display: block;
}
#page-contact .sponly {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #page-contact .sponly {
    pointer-events: inherit;
  }
}
#page-contact .form-block {
  width: 1024px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 72px 85px 80px 86px;
  margin: 61px auto 120px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #page-contact .form-block {
    width: calc(87.2 * var(--vw));
    border-radius: calc(5.3333333333 * var(--vw));
    padding: calc(13.8666666667 * var(--vw)) calc(6.4 * var(--vw)) calc(13.3333333333 * var(--vw));
    margin: calc(10.6666666667 * var(--vw)) auto calc(24 * var(--vw));
  }
}
#page-contact .form-block .btn-form {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 52px;
  font-size: 14px;
  font-weight: bold;
  color: #054994;
  margin: 44px 0 0 331px;
}
@media screen and (max-width: 767px) {
  #page-contact .form-block .btn-form {
    height: calc(13.8666666667 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
  }
}
#page-contact .form-block .btn-form input {
  padding-right: 64px;
}
@media screen and (max-width: 767px) {
  #page-contact .form-block .btn-form input {
    padding-right: calc(17.0666666667 * var(--vw));
  }
}
#page-contact .form-block .btn-form::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  background: url(../images/common/bg_btn_blue.svg) no-repeat;
  background-size: contain;
  transition: transform 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #page-contact .form-block .btn-form::before {
    width: calc(13.8666666667 * var(--vw));
    height: calc(13.8666666667 * var(--vw));
  }
}
#page-contact .form-block .btn-form:hover::before {
  transform: rotate(60deg);
}
#page-contact .form-block .btn-form::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 15px;
  display: block;
  width: 22px;
  height: 14px;
  background: url(../images/common/icon_arrow.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #page-contact .form-block .btn-form::after {
    top: calc(5.0666666667 * var(--vw));
    right: calc(4 * var(--vw));
    width: calc(5.8666666667 * var(--vw));
    height: calc(3.7333333333 * var(--vw));
  }
}
@media screen and (max-width: 767px) {
  #page-contact .form-block .btn-form {
    margin: calc(6.4 * var(--vw)) 0 0 calc(12 * var(--vw));
  }
}
#page-contact .form-block .privacy {
  border-top: 2px solid #8B8B8B;
  border-bottom: 2px solid #8B8B8B;
  margin-top: 69px;
}
@media screen and (max-width: 767px) {
  #page-contact .form-block .privacy {
    margin-top: calc(18.9333333333 * var(--vw));
  }
}
#page-contact .form-block .privacy .acc {
  position: relative;
}
#page-contact .form-block .privacy .acc a {
  position: relative;
  display: flex;
  align-items: center;
  height: 85px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #page-contact .form-block .privacy .acc a {
    font-size: calc(3.7333333333 * var(--vw));
    height: calc(21.3333333333 * var(--vw));
  }
}
#page-contact .form-block .privacy .acc a::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  width: 52px;
  height: 52px;
  background: url(../images/common/bg_btn_gray.svg) no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  #page-contact .form-block .privacy .acc a::before {
    top: calc(4.5333333333 * var(--vw));
    right: 0;
    width: calc(13.8666666667 * var(--vw));
    height: calc(13.8666666667 * var(--vw));
  }
}
#page-contact .form-block .privacy .acc a:hover::before {
  transform: rotate(60deg);
}
#page-contact .form-block .privacy .acc a span {
  display: block;
}
#page-contact .form-block .privacy .acc a span::before, #page-contact .form-block .privacy .acc a span::after {
  content: "";
  position: absolute;
  top: 42px;
  right: 39px;
  width: 13px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  #page-contact .form-block .privacy .acc a span::before, #page-contact .form-block .privacy .acc a span::after {
    top: calc(10.9333333333 * var(--vw));
    right: calc(4.8 * var(--vw));
    width: calc(3.4666666667 * var(--vw));
    height: calc(0.5333333333 * var(--vw));
  }
}
#page-contact .form-block .privacy .acc a span::after {
  transform: rotate(90deg);
  transition: opacity 0.3s, transform 0.3s;
}
#page-contact .form-block .privacy .acc.is-open a span::after {
  transform: rotate(180deg);
  opacity: 0;
}
#page-contact .form-block .privacy .acc-inner {
  display: none;
}
#page-contact .form-block .privacy .acc-inner h3, #page-contact .form-block .privacy .acc-inner p, #page-contact .form-block .privacy .acc-inner ul {
  font-size: 14px;
  line-height: 24.5px;
}
@media screen and (max-width: 767px) {
  #page-contact .form-block .privacy .acc-inner h3, #page-contact .form-block .privacy .acc-inner p, #page-contact .form-block .privacy .acc-inner ul {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.75;
  }
}
#page-contact .form-block .privacy .acc-inner h3, #page-contact .form-block .privacy .acc-inner ul, #page-contact .form-block .privacy .acc-inner p:last-child {
  margin-top: 24.5px;
}
@media screen and (max-width: 767px) {
  #page-contact .form-block .privacy .acc-inner h3, #page-contact .form-block .privacy .acc-inner ul, #page-contact .form-block .privacy .acc-inner p:last-child {
    margin-top: calc(6.5333333333 * var(--vw));
  }
}
#page-contact .form-block .privacy .acc-inner p:first-child {
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  #page-contact .form-block .privacy .acc-inner p:first-child {
    padding-top: calc(0.8 * var(--vw));
  }
}
#page-contact .form-block .privacy .acc-inner p:last-child {
  padding-bottom: 68px;
}
@media screen and (max-width: 767px) {
  #page-contact .form-block .privacy .acc-inner p:last-child {
    padding-bottom: calc(7.4666666667 * var(--vw));
  }
}
#page-contact .mw_wp_form_input .form-block .confirm-box {
  display: none;
}
#page-contact .mw_wp_form_input .form-block .form-dl dt {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  #page-contact .mw_wp_form_input .form-block .form-dl dt {
    font-size: calc(3.7333333333 * var(--vw));
    margin-top: calc(4.8 * var(--vw));
  }
}
#page-contact .mw_wp_form_input .form-block .form-dl dt:first-child {
  margin-top: 0;
}
#page-contact .mw_wp_form_input .form-block .form-dl dt .icon-required {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 21px;
  font-size: 12px;
  color: #fff;
  background-color: #AA0E0A;
  border-radius: 4px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #page-contact .mw_wp_form_input .form-block .form-dl dt .icon-required {
    width: calc(9.0666666667 * var(--vw));
    height: calc(5.6 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
    margin-left: calc(2.6666666667 * var(--vw));
  }
}
#page-contact .mw_wp_form_input .form-block .form-dl dd input,
#page-contact .mw_wp_form_input .form-block .form-dl dd textarea {
  width: 100%;
  height: 60px;
  font-size: 14px;
  background-color: #fff;
  padding: 0 20px;
  border-radius: 5px;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  #page-contact .mw_wp_form_input .form-block .form-dl dd input,
#page-contact .mw_wp_form_input .form-block .form-dl dd textarea {
    height: calc(16 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    padding: 0 calc(5.3333333333 * var(--vw));
    border-radius: calc(1.3333333333 * var(--vw));
    margin-top: calc(3.4666666667 * var(--vw));
  }
}
#page-contact .mw_wp_form_input .form-block .form-dl dd input:focus,
#page-contact .mw_wp_form_input .form-block .form-dl dd textarea:focus {
  outline: none;
}
#page-contact .mw_wp_form_input .form-block .form-dl dd textarea {
  height: 180px;
  padding: 18px 20px;
}
@media screen and (max-width: 767px) {
  #page-contact .mw_wp_form_input .form-block .form-dl dd textarea {
    height: calc(80 * var(--vw));
    padding: calc(5.0666666667 * var(--vw)) calc(5.3333333333 * var(--vw));
  }
}
#page-contact .mw_wp_form_confirm .icon-required, #page-contact .mw_wp_form_confirm .input-area {
  display: none;
}
#page-contact .mw_wp_form_confirm .form-dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #page-contact .mw_wp_form_confirm .form-dl {
    margin-top: calc(10.6666666667 * var(--vw));
  }
}
#page-contact .mw_wp_form_confirm .form-dl dt, #page-contact .mw_wp_form_confirm .form-dl dd {
  padding: 29px 0;
  border-bottom: 2px solid #8B8B8B;
}
#page-contact .mw_wp_form_confirm .form-dl dt {
  width: 123px;
  font-size: 14px;
  font-weight: 500;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  #page-contact .mw_wp_form_confirm .form-dl dt {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.75;
    padding: calc(5.3333333333 * var(--vw)) 0 0;
    border: none;
  }
}
#page-contact .mw_wp_form_confirm .form-dl dt:first-of-type {
  padding: 5px 0 20px;
}
@media screen and (max-width: 767px) {
  #page-contact .mw_wp_form_confirm .form-dl dt:first-of-type {
    padding: 0;
  }
}
#page-contact .mw_wp_form_confirm .form-dl dd {
  width: 730px;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  #page-contact .mw_wp_form_confirm .form-dl dd {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.75;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
  }
}
#page-contact .mw_wp_form_confirm .form-dl dd:first-of-type {
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  #page-contact .mw_wp_form_confirm .form-dl dd:first-of-type {
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
  }
}
@media screen and (max-width: 767px) {
  #page-contact .mw_wp_form_confirm .form-dl dd.txt-big {
    font-size: calc(4.2666666667 * var(--vw));
    line-height: 1.75;
  }
}
#page-contact .mw_wp_form_confirm .btn-back {
  text-align: center;
}
#page-contact .mw_wp_form_confirm .btn-back input {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  color: #054994;
  text-decoration: underline;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #page-contact .mw_wp_form_confirm .btn-back input {
    font-size: calc(3.7333333333 * var(--vw));
    margin-top: calc(13.3333333333 * var(--vw));
  }
}
#page-contact .mw_wp_form_complete .subttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #page-contact .mw_wp_form_complete .subttl {
    font-size: calc(5.3333333333 * var(--vw));
    margin: 0 calc(-3.7333333333 * var(--vw));
  }
}
#page-contact .mw_wp_form_complete .txt {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #page-contact .mw_wp_form_complete .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.75;
    text-align: left;
    margin-top: calc(10.6666666667 * var(--vw));
  }
}

/* ---------------------------------------------------------
#page-contact-confirm
----------------------------------------------------------*/
#page-contact-confirm {
  padding-top: 73px;
}
@media screen and (max-width: 767px) {
  #page-contact-confirm {
    padding-top: calc(17.0666666667 * var(--vw));
  }
}
#page-contact-confirm .icon-required {
  display: none;
}
#page-contact-confirm .page-ttl {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 68px 0 77px;
}
@media screen and (max-width: 767px) {
  #page-contact-confirm .page-ttl {
    padding: calc(10.6666666667 * var(--vw)) 0 calc(9.8666666667 * var(--vw));
  }
}
#page-contact-confirm .page-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #054994;
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0.96;
}
#page-contact-confirm .page-ttl .ttl-en {
  font-family: "ClashDisplay-Medium";
  display: block;
  font-size: 54px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #page-contact-confirm .page-ttl .ttl-en {
    font-size: calc(11.7333333333 * var(--vw));
  }
}
#page-contact-confirm .page-ttl .ttl-ja {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  #page-contact-confirm .page-ttl .ttl-ja {
    font-size: calc(4.2666666667 * var(--vw));
    font-weight: 500;
    margin-top: calc(2.9333333333 * var(--vw));
  }
}
#page-contact-confirm .error-first,
#page-contact-confirm .lead {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 91px;
}
@media screen and (max-width: 767px) {
  #page-contact-confirm .error-first,
#page-contact-confirm .lead {
    width: calc(87.2 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    font-weight: 500;
    text-align: left;
    line-height: 1.75;
    margin: calc(10.6666666667 * var(--vw)) auto 0;
  }
}
#page-contact-confirm .error-first {
  color: #B70000;
  margin-bottom: -71px;
}
#page-contact-confirm .sponly {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #page-contact-confirm .sponly {
    pointer-events: inherit;
  }
}
#page-contact-confirm .form-block {
  width: 1024px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 70px 85px 80px;
  margin: 61px auto 148px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #page-contact-confirm .form-block {
    width: calc(87.2 * var(--vw));
    border-radius: calc(5.3333333333 * var(--vw));
    padding: calc(10.6666666667 * var(--vw)) calc(6.4 * var(--vw)) calc(13.3333333333 * var(--vw));
    margin: calc(10.6666666667 * var(--vw)) auto calc(24 * var(--vw));
  }
}
#page-contact-confirm .subttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #page-contact-confirm .subttl {
    font-size: calc(5.3333333333 * var(--vw));
  }
}
#page-contact-confirm .form-dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #page-contact-confirm .form-dl {
    margin-top: calc(10.6666666667 * var(--vw));
  }
}
#page-contact-confirm .form-dl dt, #page-contact-confirm .form-dl dd {
  padding: 29px 0;
  border-bottom: 2px solid #8B8B8B;
}
#page-contact-confirm .form-dl dt {
  width: 124px;
  font-size: 14px;
  font-weight: 500;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  #page-contact-confirm .form-dl dt {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.75;
    padding: calc(5.3333333333 * var(--vw)) 0 0;
    border: none;
  }
}
#page-contact-confirm .form-dl dt:first-of-type {
  padding: 5px 0 20px;
}
@media screen and (max-width: 767px) {
  #page-contact-confirm .form-dl dt:first-of-type {
    padding: 0;
  }
}
#page-contact-confirm .form-dl dd {
  width: 730px;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  #page-contact-confirm .form-dl dd {
    width: 100%;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.75;
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
  }
}
#page-contact-confirm .form-dl dd:first-of-type {
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  #page-contact-confirm .form-dl dd:first-of-type {
    padding: calc(2.6666666667 * var(--vw)) 0 calc(5.3333333333 * var(--vw));
  }
}
@media screen and (max-width: 767px) {
  #page-contact-confirm .form-dl dd.txt-big {
    font-size: calc(4.2666666667 * var(--vw));
    line-height: 1.75;
  }
}
#page-contact-confirm .btn-form {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 52px;
  font-size: 14px;
  font-weight: bold;
  color: #054994;
  margin: 104px 0 0 331px;
}
@media screen and (max-width: 767px) {
  #page-contact-confirm .btn-form {
    height: calc(13.8666666667 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
  }
}
#page-contact-confirm .btn-form input {
  padding-right: 64px;
}
@media screen and (max-width: 767px) {
  #page-contact-confirm .btn-form input {
    padding-right: calc(17.0666666667 * var(--vw));
  }
}
#page-contact-confirm .btn-form::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  background: url(../images/common/bg_btn_blue.svg) no-repeat;
  background-size: contain;
  transition: transform 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #page-contact-confirm .btn-form::before {
    width: calc(13.8666666667 * var(--vw));
    height: calc(13.8666666667 * var(--vw));
  }
}
#page-contact-confirm .btn-form:hover::before {
  transform: rotate(60deg);
}
#page-contact-confirm .btn-form::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 15px;
  display: block;
  width: 22px;
  height: 14px;
  background: url(../images/common/icon_arrow.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #page-contact-confirm .btn-form::after {
    top: calc(5.0666666667 * var(--vw));
    right: calc(4 * var(--vw));
    width: calc(5.8666666667 * var(--vw));
    height: calc(3.7333333333 * var(--vw));
  }
}
@media screen and (max-width: 767px) {
  #page-contact-confirm .btn-form {
    margin: calc(6.4 * var(--vw)) 0 0 calc(12 * var(--vw));
  }
}
#page-contact-confirm .btn-back {
  text-align: center;
}
#page-contact-confirm .btn-back input {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  color: #054994;
  text-decoration: underline;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #page-contact-confirm .btn-back input {
    font-size: calc(3.7333333333 * var(--vw));
    margin-top: calc(13.3333333333 * var(--vw));
  }
}

/* ---------------------------------------------------------
#page-contact-complete
----------------------------------------------------------*/
#page-contact-complete {
  padding-top: 73px;
}
@media screen and (max-width: 767px) {
  #page-contact-complete {
    padding-top: calc(17.0666666667 * var(--vw));
  }
}
#page-contact-complete .page-ttl {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 68px 0 77px;
}
@media screen and (max-width: 767px) {
  #page-contact-complete .page-ttl {
    padding: calc(10.6666666667 * var(--vw)) 0 calc(9.8666666667 * var(--vw));
  }
}
#page-contact-complete .page-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #054994;
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0.96;
}
#page-contact-complete .page-ttl .ttl-en {
  font-family: "ClashDisplay-Medium";
  display: block;
  font-size: 54px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #page-contact-complete .page-ttl .ttl-en {
    font-size: calc(11.7333333333 * var(--vw));
  }
}
#page-contact-complete .page-ttl .ttl-ja {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  #page-contact-complete .page-ttl .ttl-ja {
    font-size: calc(4.2666666667 * var(--vw));
    font-weight: 500;
    margin-top: calc(2.9333333333 * var(--vw));
  }
}
#page-contact-complete .lead {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 91px;
}
@media screen and (max-width: 767px) {
  #page-contact-complete .lead {
    width: calc(87.2 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    font-weight: 500;
    text-align: left;
    line-height: 1.75;
    margin: calc(10.6666666667 * var(--vw)) auto 0;
  }
}
#page-contact-complete .sponly {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #page-contact-complete .sponly {
    pointer-events: inherit;
  }
}
#page-contact-complete .form-block {
  width: 1024px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 70px 85px 80px;
  margin: 61px auto 120px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #page-contact-complete .form-block {
    width: calc(87.2 * var(--vw));
    border-radius: calc(5.3333333333 * var(--vw));
    padding: calc(13.3333333333 * var(--vw)) calc(6.1333333333 * var(--vw)) calc(11.7333333333 * var(--vw));
    margin: calc(10.6666666667 * var(--vw)) auto calc(24 * var(--vw));
  }
}
#page-contact-complete .subttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #page-contact-complete .subttl {
    font-size: calc(5.3333333333 * var(--vw));
    margin: 0 calc(-3.7333333333 * var(--vw));
  }
}
#page-contact-complete .txt {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #page-contact-complete .txt {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.75;
    text-align: left;
    margin-top: calc(10.6666666667 * var(--vw));
  }
}

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1024px;
  height: 103px;
  background: url(../images/common/bg.png) repeat center top;
  background-size: 1280px auto;
  padding-top: 30px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  header {
    min-width: 100%;
    height: calc(17.0666666667 * var(--vw));
    padding: 0;
    background: none;
    transition: height 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(17.0666666667 * var(--vw));
    background: url(../images/common/bg.png) repeat center top;
    background-size: calc(341.3333333333 * var(--vw)) auto;
  }
}
@media screen and (max-width: 767px) {
  header.is-open {
    height: 100%;
  }
  header.is-open nav {
    height: 100%;
    padding-bottom: calc(10.6666666667 * var(--vw));
    overflow-y: auto;
  }
}
header .inner {
  display: flex;
  align-items: center;
  width: 1026px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header .inner {
    display: block;
    width: 100%;
  }
}
header .logo {
  width: 251px;
  margin-right: 63px;
}
@media screen and (max-width: 767px) {
  header .logo {
    position: relative;
    width: calc(42.1333333333 * var(--vw));
    padding-top: calc(4.2666666667 * var(--vw));
    margin: 0 0 0 calc(6.4 * var(--vw));
  }
}
@media print, screen and (min-width: 768px) {
  header .btn-menu,
header .btn-close {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .btn-menu,
header .btn-close {
    position: absolute;
    top: calc(2.1333333333 * var(--vw));
    right: calc(5.3333333333 * var(--vw));
    width: calc(13.8666666667 * var(--vw));
  }
}
@media screen and (max-width: 767px) {
  header .btn-close {
    /*
    top: c.cv(25);
    right: c.cv(17);
    */
  }
}
@media screen and (max-width: 767px) {
  header nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #E4E4E4;
    overflow: hidden;
    transition: height 0.3s;
  }
}
@media print, screen and (min-width: 768px) {
  header nav .logo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header nav .logo {
    padding-top: calc(4.2666666667 * var(--vw));
  }
}
header ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 604px;
}
@media screen and (max-width: 767px) {
  header ul {
    display: block;
    width: 100%;
    margin-top: calc(20.2666666667 * var(--vw));
  }
}
header ul a {
  font-size: 14px;
  font-weight: bold;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  header ul a {
    display: block;
    text-align: center;
    font-size: calc(3.7333333333 * var(--vw));
    padding: calc(4.8 * var(--vw)) 0;
  }
}
header ul a:hover {
  color: #0e7e31;
}
header ul li:nth-child(4) a {
  position: relative;
  padding-right: 22px;
}
@media screen and (max-width: 767px) {
  header ul li:nth-child(4) a {
    padding-right: calc(5.8666666667 * var(--vw));
  }
}
header ul li:nth-child(4) a::before, header ul li:nth-child(4) a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon_blank_gray.svg) no-repeat;
  background-size: 100% auto;
  margin-left: 2px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  header ul li:nth-child(4) a::before, header ul li:nth-child(4) a::after {
    top: 50%;
    right: 50%;
    width: calc(5.3333333333 * var(--vw));
    height: calc(5.3333333333 * var(--vw));
    margin: calc(-2.6666666667 * var(--vw)) calc(-5.8666666667 * var(--vw)) 0 0;
  }
}
header ul li:nth-child(4) a::after {
  background-image: url(../images/common/icon_blank_green.svg);
  opacity: 0;
}
header ul li:nth-child(4) a:hover::before {
  opacity: 0;
}
header ul li:nth-child(4) a:hover::after {
  opacity: 1;
}
header ul li:last-child {
  margin-left: -6px;
}
@media screen and (max-width: 767px) {
  header ul li:last-child {
    margin: 0;
  }
}
header ul li:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 41px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  header ul li:last-child a {
    width: calc(33.0666666667 * var(--vw));
    height: calc(10.9333333333 * var(--vw));
    border-radius: calc(5.8666666667 * var(--vw));
    margin: calc(5.3333333333 * var(--vw)) auto 0;
  }
}
header ul li:last-child a:hover {
  color: #fff;
  background-color: #054994;
}

main {
  min-width: 1024px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main {
    min-width: 100%;
  }
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
footer {
  position: relative;
  width: 100%;
  background: #CFD6D2;
  padding: 80px 0 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  footer {
    padding: calc(16 * var(--vw)) calc(6.4 * var(--vw)) calc(10.6666666667 * var(--vw));
  }
}
footer .pagetop a {
  position: absolute;
  top: 42px;
  left: 50%;
  width: 155px;
  height: 155px;
  padding: 45px 44px 0;
  margin-left: 357px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  footer .pagetop a {
    top: auto;
    bottom: calc(31.2 * var(--vw));
    left: auto;
    right: calc(6.4 * var(--vw));
    width: calc(26.6666666667 * var(--vw));
    height: calc(26.6666666667 * var(--vw));
    padding: calc(6.1333333333 * var(--vw)) calc(4.5333333333 * var(--vw)) 0;
    margin: 0;
  }
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
footer .pagetop a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 155px;
  height: 155px;
  background: url(../images/common/txt_circle.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
  animation: 20s linear infinite rotation1;
}
@media screen and (max-width: 767px) {
  footer .pagetop a::before {
    width: calc(26.6666666667 * var(--vw));
    height: calc(26.6666666667 * var(--vw));
  }
}
footer .wrapper {
  display: flex;
  width: 818px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .wrapper {
    display: block;
    width: 100%;
  }
}
footer .left-col {
  width: 307px;
  margin-right: 110px;
}
@media screen and (max-width: 767px) {
  footer .left-col {
    width: auto;
    margin: 0;
  }
}
footer .left-col .logo {
  width: 209px;
}
@media screen and (max-width: 767px) {
  footer .left-col .logo {
    width: calc(57.3333333333 * var(--vw));
  }
}
footer .left-col dl {
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  footer .left-col dl {
    margin-top: calc(10.6666666667 * var(--vw));
  }
}
footer .left-col dt {
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.09em;
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  footer .left-col dt {
    font-size: calc(3.2 * var(--vw));
    line-height: 1.5;
    letter-spacing: normal;
    margin-top: calc(3.4666666667 * var(--vw));
  }
}
footer .left-col dt:first-child {
  margin-top: 0;
}
footer .left-col dt::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin-right: 8px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  footer .left-col dt::before {
    width: calc(2.1333333333 * var(--vw));
    height: calc(2.1333333333 * var(--vw));
    margin-right: calc(2.1333333333 * var(--vw));
  }
}
footer .left-col dd {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  footer .left-col dd {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.75;
  }
}
footer .left-col dd a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
@media print, screen and (min-width: 768px) {
  footer .left-col dd a {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  footer .left-col dd a {
    font-size: calc(5.3333333333 * var(--vw));
    line-height: 1.5;
  }
}
footer .right-col {
  position: relative;
  width: 330px;
  height: 166px;
  padding-left: 41px;
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  footer .right-col {
    width: auto;
    height: auto;
    padding: 0;
    margin-top: calc(10.6666666667 * var(--vw));
  }
}
footer .right-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 166px;
  background-color: #8B8B8B;
}
@media screen and (max-width: 767px) {
  footer .right-col::before {
    content: none;
  }
}
footer .right-col p {
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  footer .right-col p {
    font-size: calc(3.2 * var(--vw));
    line-height: 1.5;
    letter-spacing: normal;
    margin-top: calc(3.4666666667 * var(--vw));
  }
}
footer .right-col p::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin-right: 8px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  footer .right-col p::before {
    width: calc(2.1333333333 * var(--vw));
    height: calc(2.1333333333 * var(--vw));
    margin-right: calc(2.1333333333 * var(--vw));
  }
}
footer .right-col ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  footer .right-col ul {
    margin-top: calc(5.8666666667 * var(--vw));
  }
}
footer .right-col ul li {
  width: 112px;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  footer .right-col ul li {
    width: calc(31.7333333333 * var(--vw));
    margin-bottom: calc(4.5333333333 * var(--vw));
  }
}
footer .right-col ul li:nth-child(odd) {
  margin-right: 57px;
}
@media screen and (max-width: 767px) {
  footer .right-col ul li:nth-child(odd) {
    margin-right: calc(13.3333333333 * var(--vw));
  }
}
footer .right-col ul li:nth-child(2) a {
  position: relative;
  display: flex;
}
footer .right-col ul li:nth-child(2) a::before, footer .right-col ul li:nth-child(2) a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon_blank_gray.svg) no-repeat;
  background-size: 100% auto;
  margin-left: 2px;
  margin-left: 28px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  footer .right-col ul li:nth-child(2) a::before, footer .right-col ul li:nth-child(2) a::after {
    width: calc(5.3333333333 * var(--vw));
    height: calc(5.3333333333 * var(--vw));
    margin-left: calc(0.5333333333 * var(--vw));
    margin-left: calc(7.4666666667 * var(--vw));
  }
}
footer .right-col ul li:nth-child(2) a::after {
  background-image: url(../images/common/icon_blank_green.svg);
  opacity: 0;
}
footer .right-col ul li:nth-child(2) a:hover::before {
  opacity: 0;
}
footer .right-col ul li:nth-child(2) a:hover::after {
  opacity: 1;
}
footer .right-col ul a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  footer .right-col ul a {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.7142857143;
  }
}
footer .right-col ul a:hover {
  color: #0e7e31;
}
footer .copy {
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  line-height: 18px;
  color: #8B8B8B;
  margin-top: 98px;
}
@media screen and (max-width: 767px) {
  footer .copy {
    font-size: calc(2.9333333333 * var(--vw));
    line-height: 1.6363636364;
    margin-top: calc(32.8 * var(--vw));
  }
}
