/*
Theme Name:  Medical Scanning Recruit
Theme URI: 
Author:  Medical Scanning Recruit
Author URI: 
Description: 
Version: 1.0
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
*/
/**
* Remove the margin in all browsers.
*/
/* base font family
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
:root {
  --gothic:"游ゴシック体", "游ゴシック", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --yumincho:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS P	Mincho","Times New Roman", serif;
  --noto-sans: NotoSansJP,'Noto Sans JP', sans-serif ; 
  --noto-serif: NotoSerifJP, 'Noto Serif JP', serif;
  --cormorant-garamond :"Cormorant Garamond", serif;
  --futura: Futura, Futura-Medium, "Futura Medium", 'Josefin Sans', sans-serif, "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde";
}
*,
html,
body {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit;
}

/**
  * Render the `main` element consistently in IE.
  */
main {
  display: block;
  width: 100%;
}
/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-size: 15px;
}
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
}
/**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
abbr[title] {
  border-bottom: none;
}
/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: 700;
}
/**
  * 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-size: 15px;
}
/**
  * 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;
}
/**
  * Remove the border on images inside links in IE 10.
  */
img {
  border-style: none;
}
/* Forms
    ========================================================================== */
/**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
  text-transform: none;
}
/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}
/**
  * Remove the inner border and padding in Firefox.
  */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}
/**
  * Correct the padding in Firefox.
  */
fieldset {
  border: none;
}
/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *		`fieldset` elements in all browsers.
  */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
  * 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;
}

/**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
  * 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 odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
/*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
details {
  display: block;
}
/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}
/**
  * Add the correct display in IE 10+.
  */
template {
  display: none;
}
/**
  * Add the correct display in IE 10.
  */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
  
/* Forms
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
  line-height: 1.5;
  background: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: inherit;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border: none;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border:none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline:none;
}
textarea {
  width: 100%;
} 
select {
    text-transform: none; 
    background-color: transparent;
    border-style: none;
    color: inherit;  
}
select::-ms-expand {
    display: none;
}
select::-ms-value {
    color: currentColor;
}
input, select {
  -webkit-appearance: none;
  appearance: none;
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
}
/* header and text
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
dfn,
cite,
em,
i {
  font-style: inherit;
}
blockquote {
  margin: 0;
}  
address {
  margin: 0;
  font-style: normal;
}  
pre {
  line-height: 1.5;
  max-width: 100%;
  overflow: auto;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}
mark {
  background: #FEE400;
}

big {
  font-size: 125%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
  /* list
--------------------------------------------- */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
blockquote, q {
  quotes: none;
}

dl,
dt,
dd {
  width:100%;
  margin: 0;
  padding: 0;
  margin-inline-start: 0;
}
/* Make sure embeds and iframe fit their containers.
--------------------------------------------- */
embed,
iframe,
object {
  max-width: 100%;
}
img {
  max-width: 100%;
}
figure {
  margin:0;
}

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
a[href^="tel"],
a[href^="mailto"] {
  text-decoration: none;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/

/* base color
--------------------------------------------- */
:root {
  --font-color: #373737;
  --white:#FFFFFF;
  --blue:#00A1EA;
}

/* Elements
--------------------------------------------- */
html {
  -ms-touch-action: manipulation;	
  touch-action: manipulation;
} 
body {
  font-family:var(--noto-serif); 
  color: var(--font-color);  
  overflow-x: hidden;  
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  overflow-x: hidden;
}
/*
layout
--------------------------------------------- */  
@media screen and (min-width:0px) {
  .container {
    display: block;
    width: 100%;    
  }
}
@media screen and (max-width:767px) {
  .container {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }    
}
@media screen and (min-width: 768px) and (max-width:1024px) {
  .container {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
/*
br tag
------------------------------*/
@media screen and (min-width:375px) {
  .sm-only {
    display: none;
  }
}
@media screen and (max-width:1024px){ 
  .pc-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tb-only,.lg-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-only{
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .sp-only,.tb-only,.md-only{
    display: none;
  }
}
/*
HEADER
--------------------------------------------- */ 
@media screen and (max-width:1024px) {
  .site-header {
    display: block;
    width: 100%;
    height: 60px;
    background-color: var(--white);
  }  
  .site-header__headline {
    display: -webkit-box;
    width: 100%;
    font-size: 8px;
    line-height: 15px;
    color: #999999;
    font-family: var(--noto-sans);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 5px 10px 0 10px;
  }
  .site-header__cta {
    display: none;
  }
  .site-header__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 10px 0 10px;
  }
  .site-header__logo {
    display: block;
    width: 236px;
  }
  .site-header__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-header__logo > picture {
    display: block;
    width: 100%;
  }
  .site-header__logo > picture > img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .site-header__nav-pc {
    display: none;
  }
  /*hamberger*/
  .mobile-nav-trigger {
    display: block;
    width: 52px;
    height: 24px;
    padding: 0 10px;
    margin-top: -20px;
  }
  .mobile-nav-trigger > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 24px;
  }  
  .mobile-nav-trigger > div > span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #222D8D;
    transition: transform 0.5s ease;
  }
  .mobile-nav-trigger.active > div {
    position: relative;
  }
  .mobile-nav-trigger.active > div > span {
    position: absolute;
    width: 100%;
  }
  .mobile-nav-trigger.active > div > span:nth-child(1) {
    top: 5px;
    right: 0;
    transform: translateY(7px) rotate(-32deg);
  }
  .mobile-nav-trigger.active > div > span:nth-child(2) {
    display: none;
  }
  .mobile-nav-trigger.active > div > span:nth-child(3) {
    bottom: 3px;
    right: 0;
    transform: translateY(-7px) rotate(32deg);
  }
  .site-header__nav-pc {
    display: none;
  }  
  @keyframes stickyslideDown {
    0% {
      transform: translateY(-100%);
      visibility: visible;
    }
    100% {
      transform: translateY(0);
    }
  }
  .site-header__menu.sticky,
  .site-header__menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 60px;
    background-color: var(--white);
    animation-name: stickyslideDown;
    animation-duration: 0.2s;
    animation-fill-mode: both;
  }
  .site-header__menu.sticky .mobile-nav-trigger,
  .site-header__menu.fixed .mobile-nav-trigger {
    margin-top: 0;
  }
}
@media screen and (min-width:1025px) {
  .site-header {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100px;
    background-color: var(--white);
  }
  .site-header__headline {
    display: -webkit-box;
    width: 100%;
    font-size: 11px;
    line-height: 15px;
    color: #999999;
    font-family: var(--noto-sans);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 5px 210px 0 20px;
  }
  .site-header__cta {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
  }
  .site-header__cta > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
  }
  .site-header__cta > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-header__phone > span {
    display: block;
    width: auto;
    font-size: 20px;
    color: var(--font-color);
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-family: var(--yumincho);
    padding-left: 28px;
    background-image: url(./assets/images/icon-phone-bk.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px auto;
  }
  .site-header__contact {
    background-color: var(--blue);
  }
  .site-header__contact > span {
    display: block;
    width: auto;
    font-size: 18px;
    color: var(--white);
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-family: var(--yumincho);
    padding-left: 28px;
    background-image: url(./assets/images/icon-envelope-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px auto;
  }
  .site-header__menu {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0 max(200px,calc((100% - 1100px)/2)) 0 calc((100% - 1100px)/2);
  }
  .site-header__logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    display: block;
    width: min(255px + (395 - 255) * ((100vw - 1025px) / (1366 - 1025)), 395px);
  }
  .site-header__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-header__logo > picture {
    display: block;
    width: 100%;
  }
  .site-header__logo > picture > img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .site-header__nav-pc {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .site-header__nav-pc > li {
    display: flex;
    justify-content: center;
    width: auto;
    padding: 0 min(10px + (25 - 10) * ((100vw - 1025px) / (1366 - 1025)), 25px);
  }
  .site-header__nav-pc > li > a {
    display: block;
    width: auto;
    font-size: min(14px + (16 - 14) * ((100vw - 1025px) / (1366 - 1025)), 16px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 23px;
    color: var(--font-color);
  }
  .site-header__nav-pc > li > a:hover {
    transition: color 0.3s ease;
    color: var(--blue);
  }
  .site-header__nav-pc > li > a.current {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 5px;
    pointer-events: none;
  }
  .mobile-nav-trigger {
    display: none;
  }
  @keyframes stickyslideDown {
    0% {
      transform: translateY(-100%);
      visibility: visible;
    }
    100% {
      transform: translateY(0);
    }
  }
  .site-header__menu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 70px;
    background-color: var(--white);
    animation-name: stickyslideDown;
    animation-duration: 0.2s;
    animation-fill-mode: both;
  } 
}
/*
NAVIGATION - mobile 
--------------------------------------------- */ 
@media screen and (max-width:1024px) {
  .site-nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color:transparent;
    padding-left: 20px;    
    z-index: 992;
    transform: translateY(-150%);
    transition: transform 0.3s ease;
  }
  .site-nav-mobile.active {
    transform: translateY(0);
  }
  .site-nav-mobile-outer {
    display: block;
    width: 100%;
    background-color: transparent;
  }  
  .site-nav-mobile__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 100vh;    
    overflow-y: scroll;
  }
  /*menu wrap*/
  .site-nav-mobile__inner {
    display: block;
    width: 330px;
    background-color: rgba(241,250,255,0.85);
    padding: 90px 50px 120px;
  }
  .site-nav-mobile__block {
    display: block;
    width: 100%;
  }
  .site-nav-mobile__block + .site-nav-mobile__block {
    margin-top: 30px;
  }
  .site-nav-mobile__block-title {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: var(--blue);
    line-height: 30px;
    margin-bottom: 20px;
    padding-right: 30px;
  }
 .site-nav-mobile__block-title > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    width: 16px;
    height: 16px;
  }
  .site-nav-mobile__block-title > i::before,
  .site-nav-mobile__block-title > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--blue);
  }
 .site-nav-mobile__block-title > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
 .site-nav-mobile__block-title > i::after {
    top: calc(50% - 0.035rem);
    left: calc(50% - 0.045rem);
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .site-nav-mobile__block-title.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }


  .site-nav-mobile__list {
    display: none;
    width: 100%;
  }
  .site-nav-mobile__list > li {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .site-nav-mobile__list > li + li {
    margin-top: 20px;
  }
  .site-nav-mobile__list > li.child {
    padding-left: 10px;
  }
  .site-nav-mobile__list > li > a {
    display: flex;
    align-items: center;
    width: auto;
    font-size:15px;
    font-weight: 500;
    color: var(--font-color);
    line-height: 21px;
    letter-spacing: 0.05em;
  }
  .site-nav-mobile__privacy {
    padding-right: 24px;
    background-image: url(./assets/images/icon-link-bk.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px auto;
  }
  .site-nav-mobile__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:1025px) {
  .site-nav-mobile {
    display: none;
  }
}
/*
FOATING NAV
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .site-floating-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 55px;
    z-index: 995;
    transform: translateY(150%);
    transition: transform 0.3s ease;
  }
  .site-floating-menu.active {
    transform: translateY(0);
  }
  .site-floating-menu__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 480px;
    width: 100%;
    height: 55px;
    margin: 0 auto;
  }
  .site-floating-menu__wrap > a {
    display: flex;
    justify-content: center;
    align-items: center;    
    height: 55px;
  }
  .site-floating-menu__phone {
    width: 60px;
    border: 2px solid var(--blue);
    background-color: var(--white);
  }
  .site-floating-menu__phone > span {
    font-size: 12px;
    line-height: 20px;
    color: var(--font-color);
    font-weight: 600;
    letter-spacing: 0.2em;
    padding-top: 20px;
    background-image: url(./assets/images/icon-phone-bk.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 20px auto;
  }
  .site-floating-menu__contact {
    width: calc((100% - 60px)/2);
    background-color: var(--blue);
  }
  .site-floating-menu__contact > span {
    display: block;
    width: auto;
    font-size: min(16px + (18 - 16) * ((100vw - 320px) / (375 - 320)), 18px);
    color: var(--white);
    line-height: 20px;
    font-weight: 600;
    font-family: var(--yumincho);
    padding-left: 23px;
    background-image: url(./assets/images/icon-envelope-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px auto;
  }
  .site-floating-menu__entry {
    width: calc((100% - 60px)/2);
    background-color: var(--white);
    border: 2px solid var(--blue);
  }
  .site-floating-menu__entry > span {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2rem;
    color: var(--blue);
  }
}
@media screen and (min-width:1025px) {
  .site-floating-menu {
    position: fixed;
    top: 50%;
    right: 0;
    display: block;
    z-index: 997;
    transform: translate(150%,-50%);
    transition: transform 0.3s ease;
  }
  .site-floating-menu.active {
    transform: translate(0,-50%);
  }
  .site-floating-menu__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    width: 60px;
  }
  .site-floating-menu__wrap > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 220px;
  }
  .site-floating-menu__wrap > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-floating-menu__wrap > a + a {
    margin-top: 5px;
  }
  .site-floating-menu__contact {
    background-color: var(--blue);
  }
  .site-floating-menu__contact > span {
    font-size: 18px;
    font-weight: 500;
    writing-mode: vertical-lr;
    line-height: 20px;
    letter-spacing: 0.1rem;
    color: var(--white);
    padding-top: 20px;
    background-image: url(./assets/images/icon-envelope-wh.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 20px auto;
  }
  .site-floating-menu__entry {
    background-color: var(--white);
    border: 2px solid var(--blue);
  }
  .site-floating-menu__entry > span {
    font-size: 18px;
    font-weight: 500;
    writing-mode: vertical-lr;
    line-height: 20px;
    letter-spacing: 0.1rem;
    color: var(--blue);
  }  
  .site-floating-menu__phone {
    display: none !important;
  }
}
/*
BUTTON
--------------------------------------------- */
@media screen and (min-width:0px) {
  /*site-btn*/
  .site-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 230px;
    width: auto;
    height: 55px;
    padding: 0 30px 0 40px;
    border: 1px solid var(--font-color);
  }
  .site-btn > span {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07em;
    color: var(--font-color);
    padding-right: 26px;
    background-image: url(./assets/images/icon-btn-bk.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px auto;
  }
  .site-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  /*site-btn-bdr*/
  .site-btn-bdr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    border: 1px solid var(--font-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07em;
    color: var(--font-color);
  }
  .site-btn-bdr:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*
FOOTER
--------------------------------------------- */
/*layout*/
@media screen and (min-width:0px) {
  .site-footer {
    display: block;
    width: 100%;
    background-color: var(--blue);
  }  
}
/*footer-cta*/
@media screen and (max-width:767px) {
  .site-footer-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: var(--white);
  }
  .site-footer-cta__box {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 3px;
  }
  .site-footer-cta__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
  }
  .site-footer-cta__title {
    font-size: 50px;
    color: var(--white);
    font-weight: 500;
    line-height: 1;
    font-family: var(--yumincho);
  }
  .site-footer-cta__contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    background-color: var(--blue);
    margin-top: 10px;
  }
  .site-footer-cta__contact:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer-cta__contact > span {
    display: block;
    width: auto;
    font-size: 15px;
    color: var(--white);
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--yumincho);
    padding-left: 27px;
    background-image: url(./assets/images/icon-envelope-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 17.62px auto;
  }
  .site-footer-cta__entry {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    background-color: var(--white);
    border: 2px solid var(--blue);
    margin-top: 10px;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--yumincho);
    color: var(--blue);
  }
  .site-footer-cta__entry:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer-cta__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 167px;
    overflow: hidden;
  }
  .site-footer-cta__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width:768px) {
  .site-footer-cta {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .site-footer-cta__box {
    position: relative;
    display: block;
    width: 50%;
  }
  .site-footer-cta__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
  }
  .site-footer-cta__title {
    font-size: 70px;
    color: var(--white);
    font-weight: 500;
    line-height: 1;
    font-family: var(--yumincho);
  }
  .site-footer-cta__contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 90px;
    background-color: var(--blue);
    margin-top: 20px;
  }
  .site-footer-cta__contact:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer-cta__contact > span {
    display: block;
    width: auto;
    font-size: 25px;
    color: var(--white);
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--yumincho);
    padding-left: 41px;
    background-image: url(./assets/images/icon-envelope-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 31.67px auto;
  }
  .site-footer-cta__entry {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 90px;
    background-color: var(--white);
    border: 2px solid var(--blue);
    margin-top: 20px;
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--yumincho);
    color: var(--blue);
  }
  .site-footer-cta__entry:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer-cta__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .site-footer-cta__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
/*footer-main*/
@media screen and (max-width:767px) {
  .site-footer__main {
    display: block;
    width: 100%;
    padding: 50px 0 120px;
  }
  .site-footer__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-footer__logo {
    display: block;
    max-width: 232.3px;
    width: 100%;
  }
  .site-footer__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__logo > picture {
    display: block;
    width: 100%;
  }
  .site-footer__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-footer__phone {
    display: block;
    width: auto;
    font-size: 24px;
    color: var(--white);
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-family: var(--yumincho);
    padding-left: 31px;
    background-image: url(./assets/images/icon-phone-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 21px auto;
    margin-top: 20px;
  }
  .site-footer__phone:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 70px;
    padding: 0 10px;
  }
  .site-footer-nav__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(50% - 10px);
  }
  .site-footer-nav__list:nth-child(n+3) {
    margin-top: 50px;
  }
  .site-footer-nav__list > li {
    display: flex;
    align-items: center;
    width: auto;
  }
  .site-footer-nav__list > li.child {
    padding-left: 10px;
  }
  .site-footer-nav__list > li + li {
    margin-top: 20px;
  }
  .site-footer-nav__list > li > a {
    display: block;
    width: auto;
    font-size: min(12px + (15 - 12) * ((100vw - 320px) / (375 - 320)), 15px);
    color: var(--white);
    letter-spacing: 0.05em;
    line-height: 23px;
  }
  .site-footer-nav__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__rights {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 20px 10px 0;
  }
  .site-footer__privacy {
    display: block;
    width: auto;
    font-size: min(12px + (15 - 12) * ((100vw - 320px) / (375 - 320)), 15px);
    line-height: 23px;
    color: var(--white);
    letter-spacing: 0.05em;
    padding-right: 24px;
    background-image: url(./assets/images/icon-link-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px auto;
  }
  .site-footer__privacy:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__rights-txt {
    display: block;
    width: 100%;
    font-size: min(10px + (12 - 10) * ((100vw - 320px) / (375 - 320)), 12px);
    line-height: 23px;
    color: var(--white);
    letter-spacing: 0.01em;
    font-family: var(--noto-sans);
    text-align: center;
    margin-top: 70px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .site-footer__main {
    display: block;
    width: 100%;
    padding: 80px 0;
  }
  .site-footer__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(400/1100px);
  }
  .site-footer__logo {
    display: block;
    max-width: 232.3px;
    width: 100%;
  }
  .site-footer__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__logo > picture {
    display: block;
    width: 100%;
  }
  .site-footer__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-footer__phone {
    display: block;
    width: auto;
    font-size: 40px;
    color: var(--white);
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-family: var(--yumincho);
    padding-left: 40px;
    background-image: url(./assets/images/icon-phone-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
    margin-top: 20px;
  }
  .site-footer__phone:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .site-footer-nav__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .site-footer-nav__list:not(:last-child) {
    padding-right: calc(80/600 * 100%);
  }
  .site-footer-nav__list > li {
    display: flex;
    align-items: center;
    width: auto;
  }
  .site-footer-nav__list > li.child {
    padding-left: 10px;
  }
  .site-footer-nav__list > li + li {
    margin-top: 20px;
  }
  .site-footer-nav__list > li > a {
    display: block;
    width: auto;
    font-size: 16px;
    color: var(--white);
    letter-spacing: 0.05em;
    line-height: 23px;
  }
  .site-footer-nav__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__rights {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 50px;
  }
  .site-footer__privacy {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 23px;
    color: var(--white);
    letter-spacing: 0.05em;
    padding-right: 24px;
    background-image: url(./assets/images/icon-link-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px auto;
  }
  .site-footer__privacy:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__rights-txt {
    display: block;
    width: auto;
    font-size: 13px;
    line-height: 23px;
    color: var(--white);
    letter-spacing: 0.01em;
    font-family: var(--noto-sans);
  }
}
@media screen and (min-width:1025px) {
  .site-footer__main {
    display: block;
    width: 100%;
    padding: 80px 0;
  }
  .site-footer__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .site-footer__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(400/1100px);
  }
  .site-footer__logo {
    display: block;
    max-width: 232.3px;
    width: 100%;
  }
  .site-footer__logo:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__logo > picture {
    display: block;
    width: 100%;
  }
  .site-footer__logo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .site-footer__phone {
    display: block;
    width: auto;
    font-size: 40px;
    color: var(--white);
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-family: var(--yumincho);
    padding-left: 40px;
    background-image: url(./assets/images/icon-phone-wh.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
    margin-top: 20px;
  }
  .site-footer__phone:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer-nav {
    display: flex;
    justify-content: flex-end;
    width: calc(600/1100 * 100%);
  }
  .site-footer-nav__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .site-footer-nav__list:not(:last-child) {
    padding-right: calc(80/600 * 100%);
  }
  .site-footer-nav__list > li {
    display: flex;
    align-items: center;
    width: auto;
  }
  .site-footer-nav__list > li.child {
    padding-left: 10px;
  }
  .site-footer-nav__list > li + li {
    margin-top: 20px;
  }
  .site-footer-nav__list > li > a {
    display: block;
    width: auto;
    font-size: 16px;
    color: var(--white);
    letter-spacing: 0.05em;
    line-height: 23px;
  }
  .site-footer-nav__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__rights {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 50px;
  }
  .site-footer__privacy {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 23px;
    color: var(--white);
    letter-spacing: 0.05em;
    padding-right: 24px;
    background-image: url(./assets/images/icon-link-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px auto;
  }
  .site-footer__privacy:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .site-footer__rights-txt {
    display: block;
    width: auto;
    font-size: 13px;
    line-height: 23px;
    color: var(--white);
    letter-spacing: 0.01em;
    font-family: var(--noto-sans);
  }
}
/*
PAGE - main
--------------------------------------------- */
@media screen and (max-width:1024px) {
  .main {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width:1025px) {
  .main {
    display: block;
    width: 100%;
  }
}
/*
PAGE - mv
--------------------------------------------- */
@media screen and (max-width:767px) {
  .page-mv {
    position: relative;
    display: block;
    width: 100%;
  }
  .page-title__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
  }
  .page-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .page-title > span:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: var(--white);
    letter-spacing: 0.05em;
  }
  .page-title > span:nth-child(2) {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: var(--white);
    letter-spacing: 0.05em;
  }
  .page-mv__figure {
    display: block;
    width: 100%;
  }
  .page-mv__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .page-contents {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .page-mv {
    position: relative;
    display: block;
    width: 100%;
  }
  .page-title__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
  }
  .page-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .page-title > span:nth-child(1) {
    font-size: 42px;
    font-weight: 500;
    line-height: 60px;
    color: var(--white);
    letter-spacing: 0.05em;
  }
  .page-title > span:nth-child(2) {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--white);
    letter-spacing: 0.05em;
  }
  .page-mv__figure {
    display: block;
    width: 100%;
  }
  .page-mv__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .page-contents {
    display: block;
    width: 100%;
  }
}
/*
PAGE - Breadcrumb
--------------------------------------------- */
@media screen and (min-width: 0px) {
  .breadcrumb-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 0;
    background-color: var(--white);
  }
  .gi-breadcrumbs {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .gi-breadcrumbs__list {
    display:flex;

    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .gi-breadcrumbs__list > li {
    display: block;
    width: auto;
    font-size: 13px;
    line-height:20px;
    color:#777777;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .gi-breadcrumbs__list > li:not(:first-child){
    position: relative;
    padding-left: 20px;
  }
  .gi-breadcrumbs__list > li:not(:first-child)::before{
    content: "＞";
    position: absolute;
    top: 0;
    left: 4px;
    display: block;
    font-size: 10px;
    line-height:20px;
    color:#777777;
    font-weight: 400;
    text-decoration:none;
  }
  .gi-breadcrumbs__list > li:not(:first-child)::after,
  .gi-breadcrumbs__item:not(:last-child)::after {
    display: none !important;
  }
  .gi-breadcrumbs__list > li:not(:last-child) {
    padding-right: 5px;
  }
  .gi-breadcrumbs__link,
  .gi-breadcrumbs__link > span {
    display: block;
    width: auto;
    font-size: 13px;
    line-height:20px;
    color: #777777;
  }
  .gi-breadcrumbs__item:last-child > .gi-breadcrumbs__link > span {
    color:#777777;
    font-weight: 400;
  }
  .gi-breadcrumbs__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb-wrapper {
    padding: 5px 0;
  }
  .gi-breadcrumbs__list > li {
    font-size: 11px;
    text-decoration: none;
  }
  .gi-breadcrumbs__list > li:not(:first-child){
    padding-left: 15px;
  }
  .gi-breadcrumbs__link,
  .gi-breadcrumbs__link span {
    font-size: 11px;
  }
  .gi-breadcrumbs__link,
  .gi-breadcrumbs__link > span,
  .gi-breadcrumbs__item:last-child > .gi-breadcrumbs__link > span {
    text-decoration: none;
  }
}
/*
PAGE - 404
--------------------------------------------- */
@media screen and (max-width:767px) {
  .not-found {
    display: block;
    width: 100%;
    padding: 50px 0 120px;
    background-color: var(--white);
  }
  .not-found__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .not-found__header > span:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07em;
  }
  .not-found__header > span:nth-child(2) {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.1em;
    margin-top: 10px;
    text-align: center;
  }
  .not-found__text {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .not-found__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .not-found__btns > a {
    max-width: 100%;
  }
}
@media screen and (min-width:768px) {
  .not-found {
    display: block;
    width: 100%;
    padding: 120px 0 150px;
    background-color: var(--white);
  }
  .not-found__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
  }
  .not-found__header > span:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07em;
  }
  .not-found__header > span:nth-child(2) {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  .not-found__text {
    display: block;
    max-width: 800px;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin: 80px auto 0;
  }
  .not-found__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
  .not-found__btns > a {
    max-width: 100%;
  }
}
/*
PAGE - home
--------------------------------------------- */
/*container*/
@media screen and (max-width:768px) {
  .home-mv-contents {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv-contents {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
}
@media screen and (min-width:1025px) {
  .home-mv-contents {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
}
/*slogan*/
@media screen and (max-width:767px) {
  .home-mv-slogan {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
  }
  .home-mv-slogan__body {
    display: block;
    max-width: 355px;
    width: 100%;
    padding: 80px 0 30px;
    background-image: url(./assets/images/home/mv/bg-sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
  .home-mv-slogan__txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--white);
  }
  .home-mv-slogan__txt > span:nth-child(1) {
    font-size: 27px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
  }
  .home-mv-slogan__txt > span:nth-child(2) {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 17px;
    font-family: var(--noto-sans);
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv-slogan {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 99;
    display: block;
    width: 100%;
    padding: 0 max(20px,calc((100% - 1140px)/2));
  }
  .home-mv-slogan__body {
    display: block;
    max-width: 500px;
    width: 100%;
    padding: 50px 35px 20px;
    background-image: url(./assets/images/home/mv/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
  .home-mv-slogan__txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--white);
  }
  .home-mv-slogan__txt > span:nth-child(1) {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 60px;
    text-align: center;
  }
  .home-mv-slogan__txt > span:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 26px;
    font-family: var(--noto-sans);
    margin-top: 15px;
    text-align: center;
  }
}
@media screen and (min-width:1025px) {
  .home-mv-slogan {
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: 99;
    display: block;
    width: 100%;
    padding: 0 max(20px,calc((100% - 1140px)/2));
  }
  .home-mv-slogan__body {
    display: block;
    max-width: 600px;
    width: 100%;
    padding: 70px 45px 30px;
    background-image: url(./assets/images/home/mv/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
  .home-mv-slogan__txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--white);
  }
  .home-mv-slogan__txt > span:nth-child(1) {
    font-size: 44px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 70px;
    text-align: center;
  }
  .home-mv-slogan__txt > span:nth-child(2) {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 30px;
    font-family: var(--noto-sans);
    margin-top: 25px;
    text-align: center;
  }
}
/*mv*/
@media screen and (max-width:767px) {
  .home-mv {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-mv__figure {
    display: block;
    width: 100%;
  }
  .home-mv__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    background-color: var(--white);
  }
  /*slide images*/
  .main-visual__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    z-index: 1;
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
    overflow: hidden;
  }
  .home-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width:1025px) {  
  .home-mv {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 100px);
    background-color: var(--white);
  }
  /*slide images*/
  .main-visual__wrap {
    display: block;
    width: 100%;
    height: calc(100vh - 100px);
    z-index: 1;
  }
  .home-mv__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 100px);
    overflow: hidden;
  }
  .home-mv__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
/*mv - main-slider*/
@media screen and (max-width:767px) {
  .home-mv__slide {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 30px;
    z-index: 1;
  }
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 90px);
    overflow: hidden;
  }
  .main-slider__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .main-slider .swiper-slide-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-duplicate-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-prev:not(.first) .main-slider__figure > img {
    animation: ImgAnime 10s linear;
    transform: scale(1);
  }
  @keyframes ImgAnime {
    0% {
      opacity: 1;
      transform: scale(1.2);
      animation-timing-function: ease-out;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  /*pagination*/
  .main-slider .swiper-pagination {
    bottom: 10px;
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    padding: 0 20px;
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: var(--blue);
    opacity: 0.3;
    margin: 0 6px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: var(--blue);
    opacity: 1;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-mv-contents.has-slide .home-mv-slogan {
    bottom: 75px;
  }
  .home-mv__slide {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 30px;
    z-index: 1;
  }
  /*slide*/
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 570px;
    overflow: hidden;
  }
  .main-slider__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .main-slider .swiper-slide-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-duplicate-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-prev:not(.first) .main-slider__figure > img {
    animation: ImgAnime 10s linear;
    transform: scale(1);
  }
  @keyframes ImgAnime {
    0% {
      opacity: 1;
      transform: scale(1.2);
      animation-timing-function: ease-out;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  /*pagination*/
  .main-slider .swiper-pagination {
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 768px;
    width: 100%;
    padding: 0 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--blue);
    opacity: 0.3;
    margin: 0 8px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: var(--blue);
    opacity: 1;
  }
}
@media screen and (min-width:1025px) {
  .home-mv-contents.has-slide .home-mv-slogan {
    bottom: 75px;
  }
  .home-mv__slide {
    position: relative;
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .main-slider {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 100px + 30px);
    padding-bottom: 30px;
    background-color: var(--white);
  }  
  /*slide*/
  .main-slider .swiper-wrapper,
  .main-slider .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slide-wrapper {
    position: relative;
    display: block;
    width: 100%;
  } 
  .main-slider__figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 100px);
    overflow: hidden;
  }
  .main-slider__figure > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .main-slider .swiper-slide-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-duplicate-active:not(.first) .main-slider__figure > img,
  .main-slider .swiper-slide-prev:not(.first) .main-slider__figure > img {
    animation: ImgAnime 7.5s linear;
    transform: scale(1);
  }
  @keyframes ImgAnime {
    0% {
      opacity: 1;
      transform: scale(1.2);
      animation-timing-function: ease-out;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  /*pagination*/
  .main-slider .swiper-pagination {
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1180px;
    width: 100%;
    padding: 0 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-slider .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--blue);
    opacity: 0.3;
    margin: 0 5px !important;
  }
  .main-slider .swiper-pagination-bullet-active {
    background-color: var(--blue);
    opacity: 1;
  }
}
/*about us*/
@media screen and (max-width:767px) {
  .home-aboutus {
    display: block;
    width: 100%;
    padding: 100px 0 50px;
    background-color: var(--white);
  }
  .home-aboutus__body {
    display: block;
    width: 100%;
  }
  .home-aboutus__header {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    color: var(--blue);
    letter-spacing: 0.1em;
    text-align: center;
    background-image: url(./assets/images/home/about-us.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: min(335px,100%) auto;
    margin-bottom: 40px;
  }
  .home-aboutus__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .home-aboutus__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .home-aboutus {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .home-aboutus__body {
    display: block;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
  .home-aboutus__header {
    display: block;
    width: 100%;
    padding-top: 50px;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    color: var(--blue);
    letter-spacing: 0.1em;
    text-align: center;
    background-image: url(./assets/images/home/about-us.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 90px;
    margin-bottom: 40px;
  }
  .home-aboutus__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .home-aboutus__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
}
/*home-works*/
@media screen and (max-width:767px) {
  .home-works {
    display: block;
    width: 100%;
    padding: 50px 0 20px;
    background-color: var(--white);
  }
  .home-works__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }
  .home-works__figure {
    display: block;
    width: 100%;
  }
  .home-works__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-works__contents {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .home-works__header {
    display: block;
    width: 100%;
    padding-top: 30px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    color: var(--blue);
    letter-spacing: 0.1em;
    background-image: url(./assets/images/home/works.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 57.4px;
  }
  .home-works__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .home-works__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .home-works {
    display: block;
    width: 100%;
    padding-bottom: 100px;
    background-color: var(--white);
  }
  .home-works__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .home-works__figure {
    display: block;
    width: calc(435/1100 * 100%);
  }
  .home-works__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-works__contents {
    display: block;
    width: calc(595/1100 * 100%);
  }
  .home-works__header {
    display: block;
    width: 100%;
    padding-top: 50px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: var(--blue);
    letter-spacing: 0.1em;
    background-image: url(./assets/images/home/works.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 98.4px;
  }
  .home-works__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .home-works__btns {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .home-data-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 20px;
    max-width: 335px;
    width: 100%;
    margin: 100px auto 0;
  }
  .home-data-box {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .home-data-box__content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 200px;
    background-color: var(--white);
    box-shadow: 0 5px 10px #CBEBFF;
  }
  .home-data-box__txt {
    font-size: min(16px + (18 - 16) * ((100vw - 320px) / (375 - 320)), 18px);
    line-height: 26px;
    text-align: center;
  }
  .home-data-box__flex {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: auto;
  }
  .home-data-box__flex > em {
    font-size: min(40px + (50 - 40) * ((100vw - 320px) / (375 - 320)), 50px);
    line-height: 50px;
    color: var(--blue);
  }
  .home-data-box__flex > span {
    font-size: min(16px + (18 - 16) * ((100vw - 320px) / (375 - 320)), 18px);
    line-height: 24px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-data-wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: calc(20/1100 * 100%);
    width: 100%;
    margin-top: 100px;
  }
  .home-data-box {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .home-data-box__content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 200px;
    background-color: var(--white);
    box-shadow: 0 5px 10px #CBEBFF;
  }
  .home-data-box__txt {
    font-size: 20px;
    line-height: 26px;
  }
  .home-data-box__flex {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: auto;
  }
  .home-data-box__flex > em {
    font-size: 60px;
    line-height: 60px;
    color: var(--blue);
  }
  .home-data-box__flex > span {
    font-size:20px;
    line-height: 26px;
  }
}
@media screen and (min-width:1025px) {
  .home-data-wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: calc(20/1100 * 100%);
    width: 100%;
    margin-top: 100px;
  }
  .home-data-box {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .home-data-box__content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 200px;
    background-color: var(--white);
    box-shadow: 0 5px 10px #CBEBFF;
  }
  .home-data-box__txt {
    font-size: min(28px + (30 - 28) * ((100vw - 1025px) / (1100 - 1025)), 30px);
    line-height: 36px;
  }
  .home-data-box__flex {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: auto;
  }
  .home-data-box__flex > em {
    font-size: 90px;
    line-height: 80px;
    color: var(--blue);
  }
  .home-data-box__flex > span {
    font-size: min(28px + (30 - 28) * ((100vw - 1025px) / (1100 - 1025)), 30px);
    line-height: 36px;
  }
}
/*home-data*/
@media screen and (max-width:767px) {
  .home-data {
    display: block;
    width: 100%;
    padding-bottom: 80px;    
  }
  .home-data__body {
    display: block;
    width: 100%;
  }
  .home-data__header {
    display: block;
    width: 100%;
    padding-top: 50px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    color: var(--blue);
    letter-spacing: 0.1em;
    text-align: center;
    background-image: url(./assets/images/home/work-invironment-sp.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: min(335px,100%) auto;
  }
  .home-data__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .home-data__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .home-data {
    display: block;
    width: 100%;
    padding-bottom: 100px;
    background-image: url(./assets/images/home/work-invironment-pc.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: min(1025px + (1201 - 1025) * ((100vw - 1025px) / (1100 - 1025)), 1201px) auto;
  }
  .home-data__body {
    display: block;
    max-width: 725px;
    width: 100%;
    margin: 0 auto;
  }
  .home-data__header {
    display: block;
    width: 100%;
    padding-top: 50px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: var(--blue);
    letter-spacing: 0.1em;
    text-align: center;
  }
  .home-data__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
  .home-data__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-data {
    background-size: 768px auto;
  }
  .home-data__header {
    padding-top: 30px;
  }
}
/*home-position*/
@media screen and (max-width:767px) {
  .home-position {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .home-position__banner-wrap {
    display: block;
    width: 100%;
    padding: 40px 0 80px;
    background-color: #CBEBFF;
  }
  .home-position__banner {
    display: block;
    width: 100%;
  }
  .home-position__banner:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-position__banner > picture {
    display: block;
    width: 100%;
  }
  .home-position__banner > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-position__btns {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -45px;
  }
  .home-position__btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 265px;
    height: 90px;
    padding: 0 27px 0 20px;    
    background-image: url(./assets/images/home/position-btn-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-position__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-position__btn > span {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--white);
    padding-right: 30px;
    background-image: url(./assets/images/icon-cbtn-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px auto;
  }
  .home-position__btn + .home-position__btn {
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .home-position {
    display: block;
    width: 100%;
    background-color: var(--white);
  }
  .home-position__banner-wrap {
    display: block;
    width: 100%;
    padding: 80px 0 100px;
    background-color: #CBEBFF;
  }
  .home-position__banner {
    display: block;
    width: 100%;
  }
  .home-position__banner:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-position__banner > picture {
    display: block;
    width: 100%;
  }
  .home-position__banner > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-position__btns {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: -60px;
  }
  .home-position__btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 350px;
    height: 120px;
    padding: 0 35px 0 20px;    
    background-image: url(./assets/images/home/position-btn-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-position__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-position__btn > span {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    color: var(--white);
    padding-right: 38px;
    background-image: url(./assets/images/icon-cbtn-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 38px auto;
  }
  .home-position__btn + .home-position__btn {
    margin-left: calc(80/1100 * 100%);
  }
}
/*home-news*/
@media screen and (max-width:767px) {
  .home-news {
    display: block;
    width: 100%;
    padding: 80px 0 80px;
    background-color: var(--white);
  }
  .home-news__body {
    display: block;
    width: 100%;
  }
  .home-news__header {
    display: block;
    width: 100%;
    padding: 20px 10px 0;
    font-size: 25px;
    line-height: 36px;
    font-weight: 500;
    color: var(--blue);
    letter-spacing: 0.1em;
    background-image: url(./assets/images/news/news.png);
    background-repeat: no-repeat;
    background-position: left 10px top;
    background-size: auto 52.01px;
  }
  .home-news__main {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .home-news-items {
    display: block;
    width: 100%;    
    border-top: 1px solid #CFDCE1;
  }
  .home-news-items > li {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #CFDCE1;
  }
  .home-news-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 30px;
    background-image: url(./assets/images/icon-btn-bl.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 11px auto;
  }
  .home-news-item a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-news-item__date {
    display: block;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    color: #9A9A9A;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .home-news-item__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 85px);
    margin-top: -5px;
    padding-left: 5px;
  }
  .home-news-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 20px;
    background-color: var(--blue);
    font-size: 12px;
    color: var(--white);
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-left: 5px;
    margin-top: 5px;
  }
  .home-news-item__title {
    display: -webkit-box;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
  }
  .home-news__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .home-news {
    display: block;
    width: 100%;
    padding: 130px 0 100px;
    background-color: var(--white);
  }
  .home-news__body {
    display: block;
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
  }
  .home-news__header {
    display: block;
    width: 100%;
    padding-top: 50px;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    color: var(--blue);
    letter-spacing: 0.1em;
    text-align: center;
    background-image: url(./assets/images/news/news.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 90px;
    margin-bottom: 40px;
  }
  .home-news__main {
    display: block;
    width: 100%;
  }
  .home-news-items {
    display: block;
    width: 100%;    
    border-top: 1px solid #CFDCE1;
  }
  .home-news-items > li {
    display: block;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #CFDCE1;
  }
  .home-news-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 30px;
    background-image: url(./assets/images/icon-btn-bl.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 11px auto;
  }
  .home-news-item a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-news-item__date {
    display: block;
    width: auto;
    font-size: 17px;
    font-weight: 500;
    color: #9A9A9A;
    line-height: 25px;
    letter-spacing: 0.1em;
  }
  .home-news-item__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 105px);
    margin-top: -10px;
    padding-left: 10px;
  }
  .home-news-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 25px;
    background-color: var(--blue);
    font-size: 14px;
    color: var(--white);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-left: 10px;
    margin-top: 10px;
  }
  .home-news-item__title {
    display: -webkit-box;
    width: auto;
    font-size: 16px;
    line-height: 2;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 10px;
  }
  .home-news__btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 40px;
  }
}
/*home-links*/
@media screen and (max-width:767px) {
  .home-links {
    display: block;
    width: 100%;
    padding-bottom: 80px;
    background-color: var(--white);
  }
  .home-interview {
    display: block;
    width: 100%;
  }
  .home-interview:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-interview > picture {
    display: block;
    width: 100%;
  }
  .home-interview > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-links__wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    column-gap: 10px;
    row-gap: 20px;
    width: 100%;
    margin-top: 30px;
    padding: 0 10px;
  }
  .home-link {
    display: block;
    width: 100%;
  }
  .home-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-link__figure {
    display: block;
    width: 100%;
  }
  .home-link__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-link__title {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .home-links {
    display: block;
    width: 100%;
    padding-bottom: 100px;
    background-color: var(--white);
  }
  .home-interview {
    display: block;
    width: 100%;
  }
  .home-interview:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-interview > picture {
    display: block;
    width: 100%;
  }
  .home-interview > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-links__wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 15px;
    width: 100%;
    margin-top: 60px;
  }
  .home-link {
    display: block;
    width: 100%;
  }
  .home-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .home-link__figure {
    display: block;
    width: 100%;
  }
  .home-link__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .home-link__title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    color: var(--font-color);
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
}
/*home-benefits*/
@media screen and (max-width:767px) {
  .home-benefits {
    display: block;
    width: 100%;
    padding: 60px 0 60px;
    background-color: #CBEBFF;
  }
  .home-benefits__body {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 10px 100px;
  }
  .home-benefits__content {
    display: block;
    width: 100%;
  }
  .home-benefits__header {
    display: block;
    width: 100%;
    padding-top: 30px;
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;
    color: var(--blue);
    letter-spacing: 0.1em;
    background-image: url(./assets/images/home/benefits.png);
    background-repeat: no-repeat;
    background-position: left 10px top;
    background-size: calc(100% - 20px) auto;
  }
  .home-benefits__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .home-benefits__btns {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .home-benefits__btns > a {
    background-color: var(--white);
    border: 1px solid var(--blue);
  }
  .home-benefits__btns > a > span {
    color: var(--blue);
    background-image: url(./assets/images/icon-btn-pbl.png);
  }
  .home-benefits__figure {
    position: relative;
    display: block;
    width: calc(300/315 * 100%);
    margin-top: 30px;
  }
  .home-benefits__figure::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(3,161,234,0.2);
  }
  .home-benefits__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .home-benefits {
    display: block;
    width: 100%;
    padding: 80px 0 90px;
    background-color: #CBEBFF;
  }
  .home-benefits__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin: 0 auto;
  }
  .home-benefits__content {
    display: block;
    width: calc(580/1100 * 100%);
  }
  .home-benefits__header {
    display: block;
    width: 100%;
    padding-top: 50px;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    color: var(--blue);
    letter-spacing: 0.1em;
    background-image: url(./assets/images/home/benefits.png);
    background-repeat: no-repeat;
    background-position: left 10px top;
    background-size: auto 96px;
  }
  .home-benefits__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 60px;
  }
  .home-benefits__btns {
    display: flex;
    width: 100%;
    margin-top: 50px;
  }
  .home-benefits__btns > a {
    background-color: var(--white);
    border: 2px solid var(--blue);
  }
  .home-benefits__btns > a > span {
    color: var(--blue);
    background-image: url(./assets/images/icon-btn-pbl.png);
  }
  .home-benefits__figure {
    position: relative;
    display: block;
    width: calc(470/1100 * 100%);
  }
  .home-benefits__figure::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 80px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(3,161,234,0.2);
  }
  .home-benefits__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .home-benefits__body {
    align-items: center;
  }
  .home-benefits__header {
    padding-top: 30px;
	  background-size: calc(100% - 10px) auto;
  }
  .home-benefits__txt {
    font-size: 15px;
    line-height: 2;
    margin-top: 20px;
  }
  .home-benefits__btns {
    margin-top: 20px;
  }
   .home-benefits__figure::after {
    top: 20px;
    left: 50px;
  }
}
/*home-faq*/
@media screen and (max-width:767px) {
  .home-faq {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: var(--white);
  }
  .home-faq__body {
    display: block;
    width: 100%;
  }
  .home-faq__header {
    display: block;
    width: 100%;    
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;
    color: var(--blue);
    letter-spacing: 0.1em;
    text-align: center;
    background-image: url(./assets/images/home/faq.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    padding: 22px 0 10px;
  }
  .home-faq__list {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 0 10px;
  }
  .home-faq__list > li {
    display: block;
    width: 100%;
  }
  .home-faq__list > li + li {
    margin-top: 30px;
  }
  .home-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 43px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 10px 48px;
    border-bottom: 1px solid var(--blue);
  }
  .home-faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--futura);
    font-size: 24px;
    font-weight: 500;
  }
  .home-faq-answer__wrap {
    display: block;
    width: 100%;
    padding: 25px 0 0 0;
  }
  .home-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .home-faq__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .home-faq {
    display: block;
    width: 100%;
    padding: 150px 0;
    background-color: var(--white);
  }
  .home-faq__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .home-faq__header {
    display: block;
    width: 100%;    
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    color: var(--blue);
    letter-spacing: 0.1em;
    text-align: center;
    background-image: url(./assets/images/home/faq.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    padding: 40px 0 15px;
  }
  .home-faq__list {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .home-faq__list > li {
    display: block;
    width: 100%;
    padding: calc(25/860 * 100%) calc(50/860 * 100%) calc(30/860 * 100%) calc(80/860 * 100%);
  }
  .home-faq__list > li + li {
    margin-top: 5px;
  }
  .home-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 10px 60px;
    border-bottom: 1px solid var(--blue);
  }
  .home-faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--futura);
    font-size: 28px;
    font-weight: 500;
  }
  .home-faq-answer__wrap {
    display: block;
    width: 100%;
    padding: 20px 0 0 60px;
  }
  .home-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .home-faq__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
/*
PAGE - vision
--------------------------------------------- */
/*philosophy*/
@media screen and (max-width:767px) {
  .vision-philosophy {
    display: block;
    width: 100%;
    padding: 50px 0 80px;
    background-color: var(--white);
  }
  .vision-philosophy__body {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .vision-philosophy__header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .vision-philosophy__header > span:nth-child(1) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 100%;
    font-size: min(50px + (60 - 50) * ((100vw - 320px) / (375 - 320)), 60px);
    line-height: 1;
    font-weight: 400;
    color: #707070;
    opacity: 0.1;
    text-align: center;
  }
  .vision-philosophy__header > span:nth-child(2) {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (375 - 320)), 20px);
    font-weight: 500;
    text-align: center;
    color: var(--blue);
    line-height: 30px;
  }
  .vision-philosophy-columns {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }
  .vision-philosophy__figure {
    position: relative;
    display: block;
    width: calc(290/315 * 100%);
    padding-bottom: 15px;
  }
  .vision-philosophy__figure::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 20px;
    display: block;
    width: 100%;
    height: calc(100% - 15px);
    background-color: #CBEBFF;
  }
  .vision-philosophy__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .vision-philosophy__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
  .vision-philosophy__txt > span {
    font-weight: 600;
  }
}
@media screen and (min-width:768px) {
  .vision-philosophy {
    display: block;
    width: 100%;
    padding: 120px 0 150px;
    background-color: var(--white);
  }
  .vision-philosophy__body {
    display: block;
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
  }
  .vision-philosophy__header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .vision-philosophy__header > span:nth-child(1) {
    display: block;
    width: 100%;
    font-size: 80px;
    line-height: 100px;
    font-weight: 400;
    color: #707070;
    opacity: 0.1;
    text-align: center;
  }
  .vision-philosophy__header > span:nth-child(2) {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: var(--blue);
    line-height: 40px;
  }
  .vision-philosophy-columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 80px;
  }
  .vision-philosophy__figure {
    position: relative;
    display: block;
    width: calc(400/1010 * 100%);
  }
  .vision-philosophy__figure::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #CBEBFF;
  }
  .vision-philosophy__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .vision-philosophy__txt {
    display: block;
    width: calc(520/1010 * 100%);
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .vision-philosophy__txt > span {
    font-weight: 600;
  }
}
/*main*/
@media screen and (max-width:767px) {
  .vision-main {
    display: block;
    width: 100%;
    padding: 0 0 80px;
    background-color: var(--white);
  }
  .vision-main__body {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .vision-main__header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .vision-main__header > span:nth-child(1) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 100%;
    font-size: min(50px + (60 - 50) * ((100vw - 320px) / (375 - 320)), 60px);
    line-height: 1;
    font-weight: 400;
    color: #707070;
    opacity: 0.1;
    text-align: center;
  }
  .vision-main__header > span:nth-child(2) {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    font-size: min(18px + (20 - 18) * ((100vw - 320px) / (375 - 320)), 20px);
    font-weight: 500;
    text-align: center;
    color: var(--blue);
    line-height: 30px;
  }
  .vision-main-columns {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }
  .vision-main__figure {
    position: relative;
    display: block;
    width: calc(290/315 * 100%);
    padding-bottom: 15px;
  }
  .vision-main__figure::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 20px;
    display: block;
    width: 100%;
    height: calc(100% - 15px);
    background-color: #CBEBFF;
  }
  .vision-main__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .vision-main__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .vision-main {
    display: block;
    width: 100%;
    padding: 0 0 130px;
    background-color: var(--white);
  }
  .vision-main__body {
    display: block;    
    width: 100%;
    margin: 0 auto;
  }
  .vision-main__header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .vision-main__header > span:nth-child(1) {
    display: block;
    width: 100%;
    font-size: 80px;
    line-height: 100px;
    font-weight: 400;
    color: #707070;
    opacity: 0.1;
    text-align: center;
  }
  .vision-main__header > span:nth-child(2) {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: var(--blue);
    line-height: 40px;
  }
  .vision-main-columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1010px;
    width: 100%;
    margin: 80px auto 0;
  }
  .vision-main__figure {
    position: relative;
    display: block;
    width: calc(400/1010 * 100%);
  }
  .vision-main__figure::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #CBEBFF;
  }
  .vision-main__figure > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .vision-main__txt {
    display: block;
    width: calc(520/1010 * 100%);
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}
/*vision-guideline*/
@media screen and (max-width:767px) {
  .vision-guideline {
    display: block;
    width: 100%;
    padding: 80px 0;
  }
  .vision-guideline__title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--blue);
    text-align: center;
  }
  .vision-guideline__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .vision-guideline__figure {
    display: block;
    width: calc(260/315 * 100%);
  }
  .vision-guideline__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .vision-guideline__content {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .vision-guideline__row {
    display: block;
    width: 100%;
  }
  .vision-guideline__row + .vision-guideline__row {
    margin-top: 30px;
  }
  .vision-guideline__row > dt {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: justify;
    word-break: break-all;
    padding-left: 14px;
    border-left: 4px solid var(--blue);
    margin-bottom: 5px;
  }
  .vision-guideline__row > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .vision-guideline__row > dd + dd {
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .vision-guideline {
    display: block;
    max-width: 1050px;
    width: 100%;
    padding: 150px 0;
    margin: 0 auto;
  }
  .vision-guideline__title {
    display: block;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: var(--blue);
    letter-spacing: 0.05em;
    text-align: center;
  }
  .vision-guideline__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 50px;
  }
  .vision-guideline__figure {
    display: block;
    width: calc(390/1050 * 100%);
  }
  .vision-guideline__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .vision-guideline__content {
    display: block;
    width: calc(600/1050 * 100%);
  }
  .vision-guideline__row {
    display: block;
    width: 100%;
  }
  .vision-guideline__row + .vision-guideline__row {
    margin-top: 30px;
  }
  .vision-guideline__row > dt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    text-align: justify;
    word-break: break-all;
    padding-left: 14px;
    border-left: 4px solid var(--blue);
    margin-bottom: 15px;
  }
  .vision-guideline__row > dd {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .vision-guideline__row > dd + dd {
    margin-top: 40px;
  }
}
/*vision-block__wrap*/
@media screen and (max-width:767px) {
  .vision-block__wrap {
    display: block;
    width: 100%;
  }
  .vision-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .vision-block + .vision-block {
    margin-top: 50px;
  }
  .vision-block__figure {
    display: block;
    width: 100%;
  }
  .vision-block__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .vision-block__content {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .vision-block__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: var(--blue);
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
  }
  .vision-block__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
  }
  .vision-block__summary {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin: 100px auto 0;
  }
}
@media screen and (min-width:768px) {
  .vision-block__wrap {
    display: block;
    max-width: 975px;
    width: 100%;
    margin: 0 auto;
  }
  .vision-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .vision-block:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .vision-block + .vision-block {
    margin-top: 90px;
  }
  .vision-block__figure {
    display: block;
    width: calc(370/975 * 100%);
  }
  .vision-block__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .vision-block__content {
    display: block;
    width: calc(556/975 * 100%);
  }
  .vision-block__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.05em;
    color: var(--blue);
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
    margin-top: 20px;
  }
  .vision-block__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .vision-block__summary {
    display: block;
    max-width: 740px;
    width: 100%;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin: 150px auto 0;
  }
}
/*
PAGE - faq
--------------------------------------------- */
@media screen and (max-width:767px) {
  .faq {
    display: block;
    width: 100%;
    padding: 50px 0 120px;
    background-color: #F1FAFF;
  }
  .faq > .container {
    padding: 0 10px;
  }
  .faq__body {
    display: block;
    width: 100%;
  }
  .faq-list {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .faq-list > li {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .faq-list > li + li {
    margin-top: 20px;
  }
  .faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 33px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding: 0 30px 0px 38px;    
  }
  .faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--futura);
    font-size: 24px;
    font-weight: 500;
  }
  .faq-list > li > .faq-question > i {
    position: absolute;
    top: 13px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .faq-list > li > .faq-question > i::before,
  .faq-list > li > .faq-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--blue);
  }
 .faq-list > li > .faq-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .faq-list > li > .faq-question > i::after {
    top: calc(50% - 0.035rem);
    left: calc(50% - 0.045rem);
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .faq-list > li > .faq-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .faq-answer__wrap {
    display: none;
    width: 100%;
  }
  .faq-answer__main {
    display: block;
    width: 100%;
    padding: 20px 0 0 0;
    margin-top: 10px;
    border-top: 1px solid var(--blue);
  }
  .faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .faq {
    display: block;
    width: 100%;
    padding: 120px 0 150px;
    background-color: #F1FAFF;
  }
  .faq__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .faq-list {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .faq-list > li {
    display: block;
    width: 100%;
    padding: calc(25/860 * 100%) calc(50/860 * 100%) calc(30/860 * 100%) calc(80/860 * 100%);
    background-color: var(--white);
  }
  .faq-list > li + li {
    margin-top: 20px;
  }
  .faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding: 0 40px 0px 60px;
    
  }
  .faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--futura);
    font-size: 28px;
    font-weight: 500;
  }
  .faq-list > li > .faq-question > i {
    position: absolute;
    top: 13px;
    right: 5px;
    display: block;
    width: 24px;
    height: 24px;
  }
  .faq-list > li > .faq-question > i::before,
  .faq-list > li > .faq-question > i::after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    background-color: var(--blue);
  }
 .faq-list > li > .faq-question > i::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .faq-list > li > .faq-question > i::after {
    top: calc(50% - 0.035rem);
    left: calc(50% - 0.045rem);
    width: 100%;
    height: 2px;
    transform: rotate(90deg) translate(-50%,-50%);
    transform-origin: 0 50%;
    transition: 0.3s ease;
  }
  .faq-list > li > .faq-question.active > i::after {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,-50%);
    transform-origin: 0 0%;
  }
  .faq-answer__wrap {
    display: none;
    width: 100%;
  }
  .faq-answer__main {
    display: block;
    width: 100%;
    padding: 20px 0 0 60px;
    margin-top: 10px;
    border-top: 1px solid var(--blue);
  }
  .faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - occupation
--------------------------------------------- */
@media screen and (max-width:767px) {
  .occupation {
    display: block;
    width: 100%;
    padding: 50px 0 120px;
    background-color: var(--white);
  }
  .occupation__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding: 0 10px;
  }
  .occupation__header {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--blue);
    text-align: center;
    margin: 80px 0 40px;
  }
  .occupation__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 80px;
  }
  .occupation-box {
    display: block;
    max-width: 262px;
    width: 100%;
  }
  .occupation-box:nth-child(n+2) {
    margin-top: 50px;
  }
  .occupation-box__figure {
    display: block;
    width: 100%;
  }
  .occupation-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .occupation-box__title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
  .occupation-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
  .occupation-box__btns {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .occupation {
    display: block;
    width: 100%;
    padding: 120px 0 150px;
    background-color: var(--white);
  }
  .occupation__txt {
    display: block;
    max-width: 846px;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
  .occupation__header {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    color: var(--blue);
    text-align: center;
    margin: 100px 0 40px;
  }
  .occupation__header + .occupation__txt {
    max-width: 700px;
  }
  .occupation__main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
  }
  .occupation-box {
    position: relative;
    display: block;
    width: calc(222.6667/728 * 100%);
    margin-right: calc(30/728 * 100%);
    padding-bottom: 85px;
  }
  .occupation-box:nth-child(3n),
  .occupation-box:last-child {
    margin-right: 0;
  }
  .occupation-box:nth-child(n+4) {
    margin-top: 80px;
  }
  .occupation-box__figure {
    display: block;
    width: 100%;
  }
  .occupation-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .occupation-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .occupation-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
  .occupation-box__btns {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .occupation-box__btns > a > span {
    letter-spacing: 0;
  }
}
@media screen and (min-width:1025px) {
  .occupation {
    display: block;
    width: 100%;
    padding: 120px 0 150px;
    background-color: var(--white);
  }
  .occupation__txt {
    display: block;
    max-width: 846px;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
  .occupation__header {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    color: var(--blue);
    text-align: center;
    margin: 100px 0 40px;
  }
  .occupation__header + .occupation__txt {
    max-width: 700px;
  }
  .occupation__main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
  }
  .occupation-box {
    position: relative;
    display: block;
    width: calc(262.5/1140 * 100%);
    margin-right: calc(30/1140 * 100%);
    padding-bottom: 85px;
  }
  .occupation-box:nth-child(4n),
  .occupation-box:last-child {
    margin-right: 0;
  }
  .occupation-box:nth-child(n+5) {
    margin-top: 80px;
  }
  .occupation-box__figure {
    display: block;
    width: 100%;
  }
  .occupation-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .occupation-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .occupation-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
  .occupation-box__btns {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:1025px) {
  .occupation > .container {
    max-width: 1180px;
  }
}
/*
PAGE - bussiness
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .business-intro {
    display: block;
    width: 100%;
    padding: 50px 0 80px;
    background-color: var(--white);
  }
  .business-intro__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .business-intro__header {
    display: block;
    width: 100%;
    font-size: 20x;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: center;
  }
  .business-intro__figure {
    display: block;
    width: calc(100% + 40px);
    margin-top: 50px;
  }
  .business-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .business-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 60px;
  }
}
@media screen and (min-width:768px) {
  .business-intro {
    display: block;
    width: 100%;
    padding: 120px 0 150px;
    background-color: var(--white);
  }
  .business-intro__body {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .business-intro__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 40px;
    text-align: center;
  }
  .business-intro__figure {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .business-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .business-intro__txt {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
}
/*feature*/
@media screen and (max-width:767px) {
  .business-feature {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: #CBEBFF;
  }
  .business-feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
    background-color: var(--white);
  }
  .business-feature-box + .business-feature-box {
    margin-top: 50px;
  }
  .business-feature-box__figure {
    display: block;
    width: 100%;
  }
  .business-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .business-feature-box__content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .business-feature-box__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--blue);
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 30px;
  }
  .business-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .business-feature-box__txt > a {
    color: var(--blue);
  }
  .business-feature-box__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .business-feature {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #CBEBFF;
  }
  .business-feature-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: calc(50/1100 * 100%);
    background-color: var(--white);
  }
  .business-feature-box + .business-feature-box {
    margin-top: 50px;
  }
  .business-feature-box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .business-feature-box__figure {
    display: block;
    width: calc(340/1000 * 100%);
  }
  .business-feature-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .business-feature-box__content {
    display: block;
    width: calc(615/1000 * 100%);
  }
  .business-feature-box__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: var(--blue);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 25px;
  }
  .business-feature-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .business-feature-box__txt > a {
    color: var(--blue);
  }
  .business-feature-box__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*
PAGE - bussiness
--------------------------------------------- */
@media screen and (max-width:767px) {
  .prelusion {
    display: block;
    width: 100%;
    padding: 50px 0 120px;
    background-color: var(--white);
  }
  .prelusion__header {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--blue);
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 50px;
  }
  .prelusion__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .prelusion-block {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .prelusion-block + .prelusion-block {
    margin-top: 60px;
  }
  .prelusion-block__title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }
  .prelusion-block__title > span {
    display: block;
    max-width: 500px;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 68px 4px,100% 1px;
  }
  .prelusion__gallery {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: auto;
    row-gap: 50px;
    max-width: 255px;
    width: 100%;
    margin: 0 auto 0;
  }
  .prelusion__gallery > a {
    display: block;
    width: 100%;
  }
  .prelusion__gallery > a > picture {
    display: block;
    width: 100%;
  }
  .prelusion__gallery > a > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .prelusion__txt2 {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-top: 100px;
  }
}
@media screen and (min-width:768px) {
  .prelusion {
    display: block;
    width: 100%;
    padding: 120px 0 150px;
    background-color: var(--white);
  }
  .prelusion__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: var(--blue);
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 50px;
  }
  .prelusion__txt {
    display: block;
    max-width: 870px;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.1em;
    margin: 0 auto;
  }
  .prelusion-block {
    display: block;
    width: 100%;
    margin-top: 120px;
  }
  .prelusion-block + .prelusion-block {
    margin-top: 80px;
  }
  .prelusion-block__title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }
  .prelusion-block__title > span {
    display: block;
    max-width: 500px;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 68px 4px,100% 1px;
  }
  .prelusion__gallery {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    column-gap: calc(28/1100 * 100%);
    row-gap: 50px;
    width: 100%;
  }
  .prelusion__gallery > a {
    display: block;
    width: 100%;
  }
  .prelusion__gallery > a > picture {
    display: block;
    width: 100%;
  }
  .prelusion__gallery > a > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .prelusion__txt2 {
    max-width: 870px;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin: 120px auto 0;
  }
}
/*
PAGE - interview
--------------------------------------------- */
@media screen and (max-width:767px) {
  .interview {
    display: block;
    width: 100%;
    padding: 50px 0 120px;
    background-color: #F1FAFF;
  }
  .interview__body {
    display: block;
    width: 100%;
  }
  .interview__txt {
    display: block;
    max-width: 315px;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
  .interview__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 80px;
  }
  .interview__main {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .interview-box {
    display: flex;
    flex-direction: column;
    width: 100%;
  } 
  .interview-box + .interview-box {
    margin-top: 60px;
  }
  .interview-box:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .interview__figure {
    position: relative;
    z-index: 3;
    display: block;
    width: calc(100% - 20px);
    padding-bottom: 30px;
    margin: 0 auto;
  }
  .interview-box:nth-child(odd) .interview__figure {
    padding-left: calc(58/846 * 100%);
  }
  .interview-box:nth-child(even) .interview__figure {
    padding-right: calc(58/846 * 100%);
  }
  .interview__figure::after {
    content: "";
    position: absolute;
    top: 20px;
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #CBEBFF;
  }
  .interview-box:nth-child(odd) .interview__figure::after {
    right: 20px;
  }
  .interview-box:nth-child(even) .interview__figure::after {
    left: 20px;
  }
  .interview__figure > img {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .interview__content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% + 20px);    
    background-color: var(--white);
  }
  .interview-box:nth-child(odd) .interview__content {
    padding: 30px 0 30px 30px;
  }
  .interview-box:nth-child(even) .interview__content {
    margin-left: -20px;
     padding: 30px 30px 30px 0;
  }
  .interview__content::after {
    content: "";
    position: absolute;
    top: -170px;
    left: 0;
    display: block;
    width: 100%;
    height: 170px;
    background-color: var(--white);
  }
  .interview__title {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5px 15px;
    background-color: var(--blue);
    color: var(--white);
  }
  .interview-box:nth-child(even) .interview__title {
    padding-left: 60px;
  }
  .interview__title > span {
    min-width: 90px;
    text-align: left;
  }
  .interview__title > span:nth-child(1) {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 17px;
  }
  .interview__title > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 23px;
  }
  .interview__name {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .interview-box:nth-child(even) .interview__name {
    padding-left: 50px;
  }
  .interview__name > span:nth-child(1) {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: var(--blue);
  }
  .interview__name > span:nth-child(2) {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: var(--font-color);
    margin-top: 5px;
  }
  .interview__position {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: var(--font-color);
    margin-bottom: 25px;
  }
  .interview-box:nth-child(even) .interview__position {
    padding-left: 50px;
  }
  .interview__list {
    display: block;
    width: 100%;
  }
  .interview-box:nth-child(even) .interview__list {
    padding-left: 50px;
  }
  .interview__list > li {
    display: block;    
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: var(--font-color);
  }
  .interview-recruit {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 80px;
  }
  .interview-recruit__title {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: var(--blue);
    margin-bottom: 20px;
  }
  .interview-recruit__txt {
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .interview-recruit__btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 265px;
    height: 90px;
    padding: 0 35px 0 20px;    
    background-image: url(./assets/images/home/position-btn-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .interview-recruit__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .interview-recruit__btn > span {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    color: var(--white);
    padding-right: 30px;
    background-image: url(./assets/images/icon-cbtn-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px auto;
  }
}
@media screen and (min-width:768px) {
  .interview {
    display: block;
    width: 100%;
    padding: 120px 0 150px;
    background-color: #F1FAFF;
  }
  .interview__body {
    display: block;
    max-width: 846px;
    width: 100%;
    margin: 0 auto;
  }
  .interview__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .interview__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 100px;
  }
  .interview__main {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .interview-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .interview-box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .interview-box + .interview-box {
    margin-top: 80px;
  }
  .interview-box:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .interview__figure {
    position: relative;
    z-index: 3;
    display: block;
    width: calc(318/846 * 100%);
    padding-bottom: 30px;
  }
  .interview-box:nth-child(odd) .interview__figure {
    padding-left: calc(58/846 * 100%);
  }
  .interview-box:nth-child(even) .interview__figure {
    padding-right: calc(58/846 * 100%);
  }
  .interview__figure::after {
    content: "";
    position: absolute;
    top: 20px;
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #CBEBFF;
  }
  .interview-box:nth-child(odd) .interview__figure::after {
    right: 20px;
  }
  .interview-box:nth-child(even) .interview__figure::after {
    left: 20px;
  }
  .interview__figure > img {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .interview__content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(458/846 * 100%);
    padding: 20px 0;
    background-color: var(--white);
    margin-top: 20px;
  }
  .interview__content::after {
    content: "";
    position: absolute;
    top: 0;    
    display: block;
    width: calc(188/658 * 100%);
    height: 100%;
    background-color: var(--white);
  }
  .interview-box:nth-child(odd) .interview__content::after {
    left: 0;
    transform: translateX(-100%);
  }
  .interview-box:nth-child(even) .interview__content::after {
    right: 0;
    transform: translateX(100%);
  }
  .interview-box:nth-child(even) .interview__content {
    align-items: flex-end;
  }
  .interview__title {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5px 15px;
    background-color: var(--blue);
    color: var(--white);
  }
  .interview-box:nth-child(even) .interview__title {
    align-items: flex-end;
  }
  .interview__title > span {
    min-width: 90px;
    text-align: left;
  }
  .interview__title > span:nth-child(1) {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 17px;
  }
  .interview__title > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 23px;
  }
  .interview__name {
    display: flex;
    flex-direction: column;
    max-width: 250px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .interview__name > span:nth-child(1) {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: var(--blue);
  }
  .interview__name > span:nth-child(2) {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: var(--font-color);
    margin-top: 5px;
  }
  .interview__position {
    display: block;
    max-width: 250px;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: var(--font-color);
    margin-bottom: 25px;
  }
  .interview__list {
    display: block;
    max-width: 250px;
    width: 100%;
  }
  .interview__list > li {
    display: block;    
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: var(--font-color);
  }
  .interview-recruit {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 100px;
  }
  .interview-recruit__title {
    display: block;
    width: auto;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: var(--blue);
    margin-bottom: 20px;
  }
  .interview-recruit__txt {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .interview-recruit__btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 350px;
    height: 120px;
    padding: 0 35px 0 20px;    
    background-image: url(./assets/images/home/position-btn-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .interview-recruit__btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .interview-recruit__btn > span {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    color: var(--white);
    padding-right: 38px;
    background-image: url(./assets/images/icon-cbtn-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 38px auto;
  }
}
/*
PAGE - interview1
--------------------------------------------- */
@media screen and (max-width:767px) {
  .interview-staff {
    display: block;
    width: 100%;
    padding: 50px 0 60px;
    background-color: var(--white);
  }
}
@media screen and (min-width:768px) {
  .interview-staff {
    display: block;
    width: 100%;
    padding: 120px 0 70px;
    background-color: var(--white);
  }
}
/*staff profile*/
@media screen and (max-width:767px) {
  .staff-profile {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F1FAFF;
  }
  .staff-profile__main {
    display: flex;
    flex-direction: column;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
  }
  .staff-profile__figure {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    padding-bottom: 15px;
    padding-left: calc(60/260 * 100%);
  }
  .staff-profile__figure::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 25px;
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #CBEBFF;
  }
  .staff-profile__figure > img {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .staff-profile__content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
  }
  .staff-profile__name {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .staff-profile__name > span:nth-child(1) {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: var(--blue);
  }
  .staff-profile__name > span:nth-child(2) {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.1em;
    color: var(--font-color);
  }
  .staff-profile__position {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: var(--font-color);
    margin-top: 10px;
  }
  .staff-profile__list {
    display: block;
    width: 100%;
    margin-top: 25px;
  }
  .staff-profile__list > li {
    display: block;    
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.1em;
    color: var(--font-color);
  }
}
@media screen and (min-width:768px) {
  .staff-profile {
    display: block;
    width: 100%;
    padding: 40px 0;
    background-color: #F1FAFF;
  }
  .staff-profile__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 846px;
    width: 100%;
    margin: 0 auto;
  }
  .staff-profile__figure {
    position: relative;
    z-index: 3;
    display: block;
    width: calc(318/846 * 100%);
    padding-bottom: 30px;
    padding-left: calc(58/846 * 100%);
  }
  .staff-profile__figure::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #CBEBFF;
  }
  .staff-profile__figure > img {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .staff-profile__content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(423/846 * 100%);
    margin-top: 30px;
  }
  .staff-profile__name {
    display: flex;
    flex-direction: column;
    max-width: 250px;
    width: 100%;
    margin-top: 15px;
  }
  .staff-profile__name > span:nth-child(1) {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: var(--blue);
  }
  .staff-profile__name > span:nth-child(2) {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: var(--font-color);
  }
  .staff-profile__position {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: var(--font-color);
    margin-top: 10px;
  }
  .staff-profile__list {
    display: block;
    width: 100%;
    margin-top: 25px;
  }
  .staff-profile__list > li {
    display: block;    
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: var(--font-color);
  }
}
/*qa*/
@media screen and (max-width:767px) {
  .staff-qa {
    display: block;
    width: 100%;
    padding: 60px 0;
  }
  .staff-qa__body {
    display: block;
    width: 100%;
  }
  .staff-qa__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .staff-qa-box {
    display: block;
    width: 100%;
  }
  .staff-qa-box + .staff-qa-box {
    margin-top: 30px;
  }
  .staff-qa__title + .staff-qa-box {
    margin-top: 30px;
  }
  .staff-qa-box > dt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: var(--blue);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .staff-qa-box > dd {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
}
@media screen and (min-width:768px) {
  .staff-qa {
    display: block;
    width: 100%;
    padding: 80px 0;
  }
  .staff-qa__body {
    display: block;
    max-width: 846px;
    width: 100%;
    margin: 0 auto;
  }
  .staff-qa__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .staff-qa-box {
    display: block;
    width: 100%;
  }
  .staff-qa-box + .staff-qa-box {
    margin-top: 50px;
  }
  .staff-qa__title + .staff-qa-box {
    margin-top: 50px;
  }
  .staff-qa-box > dt {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: var(--blue);
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .staff-qa-box > dd {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-top: 15px;
  }
}
/*hgroup*/
@media screen and (max-width:767px) {
  .staff-hgroup {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #F1FAFF;
  }
  .staff-hgroup__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 295px;
    width: 100%;
    margin: 0 auto;
  }
  .staff-hgroup__figure {
    display: block;
    width: 100%;
  }
  .staff-hgroup__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .staff-hgroup__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .staff-hgroup {
    display: block;
    width: 100%;
    padding: 40px 0;
    background-color: #F1FAFF;
  }
  .staff-hgroup__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 846px;
    width: 100%;
    margin: 0 auto;
  }
  .staff-hgroup__body.reverse-pc {
    flex-direction: row-reverse;
  }
  .staff-hgroup__figure {
    display: block;
    width: calc(399/846 * 100%);
  }
  .staff-hgroup__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .staff-hgroup__title {
    display: block;
    width: calc(383/846 * 100%);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 36px;
    text-align: justify;
    word-break: break-all;
  }
}
/*
PAGE - sitemap
--------------------------------------------- */
@media screen and (max-width:767px) {
  .sitemap {
    display: block;
    width: 100%;
    padding: 50px 0 120px;
    background-color: var(--white);
  }
  .sitemap__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
  }
  .sitemap__block {
    display: block;
    width: 100%;
  }
  .sitemap__block + .sitemap__block {
    margin-top: 30px;
  }
  .sitemap__block-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    margin-bottom: 15px;
  }
  .sitemap__list {
    display: block;
    width: 100%;
  }
  .sitemap__list > li {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .sitemap__list > li.child {
    padding-left: 10px;
  }
  .sitemap__list > li + li {
    margin-top: 20px;
  }
  .sitemap__list > li > a {
    display: block;
    width: auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: var(--font-color);
  }
  .sitemap__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .sitemap {
    display: block;
    width: 100%;
    padding: 120px 0 150px;
    background-color: var(--white);
  }
  .sitemap__body {
    display: flex;
    justify-content: space-between;
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
  }
  .sitemap__block {
    display: block;
    width: calc(230/790 * 100%);
  }
  .sitemap__block-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .sitemap__list {
    display: block;
    width: 100%;
  }
  .sitemap__list > li {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .sitemap__list > li.child {
    padding-left: 10px;
  }
  .sitemap__list > li + li {
    margin-top: 20px;
  }
  .sitemap__list > li > a {
    display: block;
    width: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: var(--font-color);
  }
  .sitemap__list > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*
ARCHIVE pagination
--------------------------------------------- */
@media screen and (min-width:0px) {
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 80px;
  }
  .pagination > .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: var(--blue);
    background-color: transparent;
  }  
  .pagination > .page-numbers:nth-child(n+2) {
    margin-left: 15px;
  }
  .pagination > .page-numbers.dots {
    background-color: transparent;
    border: none;
    width: auto;
  }
  .pagination > .page-numbers:hover {
    transition:  opacity 0.3s ease;
    opacity: 0.7;
  }
  .pagination > .page-numbers.current{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: var(--blue);
    color: var(--white);
    pointer-events: none;
  }
  .pagination > .prev.page-numbers,
  .pagination > .next.page-numbers {
    display: flex;
    align-items: center;
    width: auto;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 15px;
  }
  .pagination > .prev.page-numbers {
    padding-left: 14px;
    background-image: url(./assets/images/prev.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6.85px 13.98px;
    margin-right: 10px;
  }
  .pagination > .next.page-numbers {    
    padding-right: 14px;
    background-image: url(./assets/images/next.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6.85px 13.98px;
    margin-left: 10px;
  } 
}
@media screen and (max-width:767px) {
  .pagination > .page-numbers {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }  
  .pagination > .page-numbers:nth-child(n+2) {
    margin-left: 5px;
  }
}

@media screen and (max-width:767px) {
  .archive-news {
    display: block;
    width: 100%;
    padding: 50px 0 120px;
    background-color: var(--white);
  }
  .archive-news__body {
    display: block;
    max-width: 834px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width:768px) {
  .archive-news {
    display: block;
    width: 100%;
    padding: 120px 0 150px;
    background-color: var(--white);
  }
  .archive-news__body {
    display: block;
    max-width: 834px;
    width: 100%;
    margin: 0 auto;
  }
}
/*item*/
@media screen and (max-width:767px) {
  .no-item-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    text-align: center;
  }
  .news-items {
    display: block;
    width: 100%;    
    border-top: 1px solid #CFDCE1;
  }
  .news-items > li {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #CFDCE1;
  }
  .news-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 30px;
    background-image: url(./assets/images/icon-btn-bl.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 11px auto;
  }
  .news-item:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .news-item__date {
    display: block;
    width:85px;
    font-size: 14px;
    font-weight: 500;
    color: #9A9A9A;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .news-item__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 85px);
    margin-top: -5px;
    padding-left: 5px;
  }
  .news-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 20px;
    background-color: var(--blue);
    font-size: 12px;
    color: var(--white);
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-left: 5px;
    margin-top: 5px;
  }
  .news-item__title {
    display: -webkit-box;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .no-item-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
  .news-items {
    display: block;
    width: 100%;    
    border-top: 1px solid #CFDCE1;
  }
  .news-items > li {
    display: block;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #CFDCE1;
  }
  .news-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 60px;
    background-image: url(./assets/images/icon-btn-bl.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 11px auto;
  }
  .news-item a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .news-item__date {
    display: block;
    width: 105px;
    font-size: 17px;
    font-weight: 500;
    color: #9A9A9A;
    line-height: 25px;
    letter-spacing: 0.1em;
  }
  .news-item__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 105px);
    margin-top: -10px;
    padding-left: 10px;
  }
  .news-item__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 25px;
    background-color: var(--blue);
    font-size: 14px;
    color: var(--white);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-left: 10px;
    margin-top: 10px;
  }
  .news-item__title {
    display: -webkit-box;
    width: auto;
    font-size: 16px;
    line-height: 2;
    color: var(--font-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 10px;
  }
}
/*
SINGLE - common tags
--------------------------------------------- */
@media screen and (max-width:767px) {
  /*contents*/
  .single-content {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  /*h tags*/
  .single-content h2 {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--blue);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  } 
  .single-content h3 {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 26px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--font-color);
    text-align: justify;
    word-break: break-all;
  }  
  .single-content h4 {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 26px;
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
  }
  .single-content h5 {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.05em;
  }   
  .single-content h6 {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.05em;
  }
  .single-content > h2:not(:first-child),
  .single-content > h3:not(:first-child),
  .single-content > h4:not(:first-child),
  .single-content > h5:not(:first-child),
  .single-content > h6:not(:first-child) {
    margin-top: 50px;
  }
  /*paragraph*/
  .single-content p {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
  }
  .single-content p:not(:first-child) {
    margin-top: 25px;
  }
  .single-content p + p {
    margin-top: 25px !important;
  }
  /*ul*/
  .single-content ul {
    display: block;
    width: 100%;
    margin:0 auto;
  }
  .single-content ul > li {
    position: relative;
    display: block;    
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 20px;
  }
  .single-content ul > li:nth-child(n+2){
    margin-top: 20px;
  }
  .single-content ul > li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 5px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: var(--blue);
  }
  /*ol*/
  .single-content ol {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-content ol > li {
    position:relative;
    display:block;
    width:100%;
    counter-increment:number;
    font-size: 14px;
    line-height:20px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 0 30px;
  }
  .single-content ol > li:nth-child(n+2) {
    margin-top:20px
  }
  .single-content ol > li:before {
    counter-increment:li;
    content:counter(number,decimal-leading-zero);
    position:absolute;
    top:0;
    left:0;
    font-size:18px;
    line-height:20px;
    color: var(--blue);
    font-weight:500;
  }
  .single-content .wp-block-list {
    margin-top:50px;
  }
  /*text links*/
  .single-content p a,
  .single-content ul li a,
  .single-content ol li a,
  .single-content table tr td a
   {
    color: var(--blue);
  }
  .single-content p a:hover,
  .single-content ul li a:hover,
  .single-content ol li a:hover,
  .single-content table tr td a:hover
  {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  /*youtube iframe*/
  .single-content .wp-block-embed__wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(75% * 0.75);
  }
  .single-content .wp-block-embed__wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*blocks*/
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-columns:not(:first-child),
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-gallery:not(:first-child),
  .single-content > .wp-block-embed:not(:first-child),
  .single-content > .wp-block-media-text:not(:first-child) {
    margin-top: 50px;
  }
  /*group*/
  .single-content > .wp-block-group {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #BBBBBB; 
  }
  .single-content > .wp-block-group:not(:first-child) {
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  /*contents*/
  .single-content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  /*h tags*/
  .single-content h2 {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    color: var(--blue);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  } 
  .single-content h3 {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--font-color);
  }  
  .single-content h4 {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
  }
  .single-content h5 {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }   
  .single-content h6 {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .single-content > h2:not(:first-child),
  .single-content > h3:not(:first-child),
  .single-content > h4:not(:first-child),
  .single-content > h5:not(:first-child),
  .single-content > h6:not(:first-child) {
    margin-top: 60px;
  }
  /*paragraph*/
  .single-content p {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .single-content p:not(:first-child) {
    margin-top: 25px;
  }
  .single-content p + p {
    margin-top: 25px !important;
  }
  /*ul*/
  .single-content ul {
    display: block;
    width: 100%;
    margin:0 auto;
  }
  .single-content ul > li {
    position: relative;
    display: block;    
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-left: 25px;
  }
  .single-content ul > li:nth-child(n+2){
    margin-top: 25px;
  }
  .single-content ul > li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 5px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background-color: var(--blue);
  }
  /*ol*/
  .single-content ol {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .single-content ol > li {
    position:relative;
    display:block;
    width:100%;
    counter-increment:number;
    font-size: 16px;
    line-height:20px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 0 40px;
  }
  .single-content ol > li:nth-child(n+2) {
    margin-top:25px
  }
  .single-content ol > li:before {
    counter-increment:li;
    content:counter(number,decimal-leading-zero);
    position:absolute;
    top:0;
    left:0;
    font-size:18px;
    line-height:20px;
    color: var(--blue);
    font-weight:700;
  }
  .single-content .wp-block-list {
    margin-top:60px;
  }

  /*text links*/
  .single-content p a,
  .single-content ul li a,
  .single-content ol li a,
  .single-content table tr td a
   {
    color: var(--blue);
  }
  .single-content p a:hover,
  .single-content ul li a:hover,
  .single-content ol li a:hover,
  .single-content table tr td a:hover
  {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  /*youtube iframe*/
  .single-content .wp-block-embed__wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(75% * 0.75);
  }
  .single-content .wp-block-embed__wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*blocks*/
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-columns:not(:first-child),
  .single-content > .wp-block-image:not(:first-child),
  .single-content > .wp-block-gallery:not(:first-child),
  .single-content > .wp-block-embed:not(:first-child),
  .single-content > .wp-block-media-text:not(:first-child) {
    margin-top: 60px;
  }
  /*group*/
  .single-content > .wp-block-group {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #BBBBBB; 
  }
  .single-content > .wp-block-group:not(:first-child) {
    margin-top: 60px;
  }
}
/*
SINGLE - news
--------------------------------------------- */
@media screen and (max-width:767px) {
  .news-single {
    display: block;
    width: 100%;
    padding: 50px 0 120px;
    background-color: var(--white);
  }
  .news-single__body {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .news-single__taxonomy {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .news-single__date {
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #9A9A9A;
    line-height: 25px;
    letter-spacing: 0.1em;
  }
  .news-single__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 5px);
    margin-left: -5px;
  }
  .news-single__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 25px;
    background-color: var(--blue);
    font-size: 14px;
    color: var(--white);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-left: 5px;
    margin-top: 5px;
  }
  .news-single__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 68px 4px,100% 1px;
    margin-top: 20px;
  }
  .news-single__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
}
@media screen and (min-width:768px) {
  .news-single {
    display: block;
    width: 100%;
    padding: 120px 0 150px;
    background-color: var(--white);
  }
  .news-single__body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .news-single__taxonomy {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .news-single__date {
    display: block;
    width: 105px;
    font-size: 17px;
    font-weight: 500;
    color: #9A9A9A;
    line-height: 25px;
    letter-spacing: 0.1em;
  }
  .news-single__categories {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 105px);
    margin-top: -10px;
  }
  .news-single__category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 25px;
    background-color: var(--blue);
    font-size: 14px;
    color: var(--white);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-left: 10px;
    margin-top: 10px;
  }
  .news-single__title {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 68px 4px,100% 1px;
    margin-top: 20px;
  }
  .news-single__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
}
/*
PAGE - form contact, entry
--------------------------------------------- */
/*layout*/
@media screen and (max-width:767px) {
  .form-entry {
    display: block;
    width: 100%;
    padding: 50px 0 120px;
    background-color: var(--white);
  }
  .form-body {
    display: block;
    width: 100%;
  }
  .form-header {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .form-header > span {
    display: block;
    width: auto;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 68px 4px,100% 1px;
  }
  .form-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
  .form-box {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .form-entry {
    display: block;
    width: 100%;
    padding: 120px 0 150px;
    background-color: var(--white);
  }
  .form-body {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .form-header {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .form-header > span {
    display: block;
    width: auto;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 68px 4px,100% 1px;
  }
  .form-txt {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-top: 50px;
  }
  .form-box {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
}
/*timeline*/
@media screen and (min-width:0px) {
  .form-timeline {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 30px;
    width: 100%;
    height: 50px;
    background-color: #DDDDDD;
    overflow: hidden;
    margin-top: 50px;
  }
  .form-timeline > li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--noto-sans);
    line-height: 1;
  }
  .form-timeline > li:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    z-index: 2;
    display: block;
    width: 30px;
    height: 50px;
    border-style: solid;
    border-width: 25px 0px 25px 30px;
    border-color: transparent transparent transparent #DDDDDD;
  }
  .form-timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -32px;
    z-index: 1;
    display: block;
    width: 30px;
    height: 52px;
    border-style: solid;
    border-width: 25px 0px 25px 30px;
    border-color: transparent transparent transparent #FFFFFF;
  }
  .form-timeline > li.active {
    background-color: var(--blue);
    color: var(--white);
  }
  .form-timeline > li.active::before {
    border-color: transparent transparent transparent var(--blue);
  }
  .form-timeline > li.past::after {
    border-color: var(--blue) var(--blue) var(--blue) #FFFFFF;
  }
}
@media screen and (max-width:767px) {
   .form-timeline {
    margin-top: 30px;
   }
  .form-timeline > li {
    font-size: 14px;
  }
}
/*form layout*/
@media screen and (max-width:767px) {
  .form-wrap {
    display: block;
    width: 100%;
  }
  .form-wrap > li {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  .input-row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .input-row.align-middle {
    align-items: center;
  }
  .input-label {
    display: flex;
    align-items: flex-start;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 15px;
  }
  .input-label > .mandatory {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 20px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1;
    color: var(--white);
    font-family: var(--noto-sans);
    background-color: #C21842;
    margin-left: 10px;
  }
  .input-field {
    display: block;
    width: 100%;
    font-weight: 400;
  }
}
@media screen and (min-width:768px) {
  .form-wrap {
    display: block;
    width: 100%;
  }
  .form-wrap > li {
    display: block;
    width: 100%;
    padding: 30px 0;
  }
  .input-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .input-row.align-middle {
    align-items: center;
  }
  .input-label {
    display: flex;
    align-items: flex-start;
    width: 265px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.1em;
    color: var(--blue);
    font-weight: 600;
    padding: 10px 10px 10px 0;
  }
  .input-label > .mandatory {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 20px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1;
    color: var(--white);
    font-family: var(--noto-sans);
    background-color: #C21842;
    margin-left: 10px;
    margin-top: 5px;
  }
  .input-field {
    display: block;
    width: calc(100% - 265px);
    font-weight: 400;
  }
}
/*form*/
@media screen and (min-width:0px) {
  .input-field input:is([type="text"],[type="number"]) {
    max-width: 550px;
    width: 100%;
    height: 45px;
    border-radius: 6px;
    background-color: var(--white);
    border: 1px solid #CDD6DD;
    font-size: 15px;
    font-family: var(--noto-sans);
    font-weight: 400;
    padding: 12px 10px 11px;
    line-height: 20px;
  }
  .input-field textarea {
    width: 100%;
    height: 242px;
    border-radius: 6px;
    background-color: var(--white);
    border: 1px solid #CDD6DD;
    font-size: 15px;
    font-weight: 400;
    line-height: 25.5px;
    padding: 10px;
    font-family: var(--noto-sans);
    resize: none;
  }
  .input-field input[type="text"]::placeholder,
  .input-field textarea::placeholder {
    color: #CDD6DD;
    font-family: var(--noto-sans);
    font-weight: 400;
    line-height: 26px;
  }
  /*address*/ 
  .input-field select {
    position: relative;
    max-width: 350px;
    width: 100%;
    height: 50px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px 15px 10px;
    border-radius: 5px;
    line-height: 20px;
    background-image: url(./assets/images/icon-select.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px 8px;
    background-color: #F7F7F7;
    border: 1px solid #CDD6DD;
  }   
  /*error*/
  .input-field .error {
    display: block;
    width: 100%;
    font-size: 12px;
    font-family: var(--noto-sans);
    color: #C21842 !important;
    font-weight: 500;
    margin-top: 5px;
  }
  /*form txt*/
  .field-mail-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 5px;
  }
  .field-messge-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 5px;
  }
  .field-agree-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-align: justify;
    word-break: break-all;
    padding: 10px 0 0;
  }
  .field-agree-txt > a {
    color: var(--blue);
    text-decoration: underline;
  }
  .field-agree-txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .field-cols {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }
  .field-col {
    display: block;
    width: 205px;
  }
  .field-col + .field-col {
    margin-left: 20px;
  }
  .form-wrap > li.depen-type {
    display: none;
  }
  .form-wrap > li.depen-type.active {
    display: block;
  }
  /*inputfile*/
  .inputfile-text-wrap {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .inputfile-text-wrap > p {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
    word-break: break-all;
  }
  .inputfile-text-wrap > p + p {
    margin-top: 10px;
  }
  .inputfile-block {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .inputfile-block + .inputfile-block {
    margin-top: 15px;
  }
  .inputfile-block > p {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 24px;
    padding-right: 15px;
  }
  .inputfile-block > input {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width:767px) {
  /*form txt*/
  .field-mail-txt {
    font-size: 15px;
  }
  .field-messge-txt {
    font-size: 15px;
  }
  .field-agree-txt {
    font-size: 15px;
    padding: 0;
  }
  /*inputfile*/
  .inputfile-text-wrap {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .inputfile-text-wrap > p {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    word-break: break-all;
  }
  .inputfile-text-wrap > p + p {
    margin-top: 10px;
  }
  .inputfile-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .inputfile-block + .inputfile-block {
    margin-top: 25px;
  }
  .inputfile-block > p {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding-right: 15px;
    margin-bottom: 5px;
  }
  .inputfile-block > input {
    font-size: 14px;
    line-height: 24px;
  }
}
/*agree*/
@media screen and (max-width:767px) {
  .field-agree-checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
  }
  .field-agree-checkbox .mwform-checkbox-field  {
    order: 1;
  }
  .field-agree-checkbox .field-agree-checkbox__txt {
    order: 2;
  }
  .field-agree-checkbox .error  {
    order: 3;
  }
  .agree {
    display: none;
  }
  .agree + span {
    position: relative;
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 0 30px;
    overflow: hidden;
  }
  .agree + span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .agree:checked + span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/checkedbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .field-agree-checkbox__txt {
    display: block;
    width: calc(100% - 30px);
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-align: justify;
    word-break: break-all;
  }
  .field-agree-checkbox__txt > a {
    color: var(--blue);
    text-decoration: underline;
  }
  .field-agree-checkbox__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .field-agree-checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
  }
  .field-agree-checkbox .mwform-checkbox-field  {
    order: 1;
  }
  .field-agree-checkbox .field-agree-checkbox__txt {
    order: 2;
  }
  .field-agree-checkbox .error  {
    order: 3;
  }
  .agree {
    display: none;
  }
  .agree + span {
    position: relative;
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 0 30px;
    overflow: hidden;
  }
  .agree + span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .agree:checked + span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/checkedbox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .field-agree-checkbox__txt {
    display: block;
    width: calc(100% - 30px);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-align: justify;
    word-break: break-all;
  }
  .field-agree-checkbox__txt > a {
    color: var(--blue);
    text-decoration: underline;
  }
  .field-agree-checkbox__txt > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*btns*/
@media screen and (min-width:0px) {
  .form-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  /*confirm*/
  .confirm-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    width: 100%;
    height: 85px;
    background-color: var(--blue);
    cursor: pointer;
    transition: 0.3s ease;
  }
  .confirm-btn > span {
    display: block;
    width: auto;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;  
    color: var(--white);
    letter-spacing: 0.1em;
    padding-right: 26px;  
    background-image: url(./assets/images/icon-btn-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px auto;
  }
  .confirm-btn:hover {
    opacity: 0.7;
  }
  /*submit*/
  .submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    width: 100%;
    height: 85px;
    background-color: var(--blue);
    cursor: pointer;
    transition: 0.3s ease;
  }
  .submit-btn > span {
    display: block;
    width: auto;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;  
    color: var(--white);
    letter-spacing: 0.1em;
    padding-right: 26px;  
    background-image: url(./assets/images/icon-btn-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px auto;
  }
  .submit-btn:hover {
    opacity: 0.7;
  }
  /*back*/
  .back-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    width: 100%;
    height: 85px;
    background-color: var(--white);
    border: 1px solid var(--blue);
    cursor: pointer;
    transition: 0.3s ease;
  }
  .back-btn > span {
    display: block;
    width: auto;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;  
    color: var(--blue);
    letter-spacing: 0.1em;
    padding-left: 26px;  
    background-image: url(./assets/images/icon-btn-back.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 8px auto;
  }
  .back-btn:hover {
    background-color: var(--white);
    border: 1px solid var(--blue);
    opacity: 0.7;
  }
}
@media screen and (max-width:767px) {
  .form-btns {
    flex-direction: column;
    align-items: center;
  }
  .form-btns > button + button {
    margin-top: 20px;
  }
  .confirm-btn,
  .submit-btn,
  .back-btn {
    width: 240px;
    height: 60px;
  }
  .confirm-btn > span,
  .submit-btn > span,
  .back-btn > span {
    font-size: 18px;
  }
}
@media screen and (min-width:768px) {
  .form-btns > button + button {
    margin-left: 50px;
  }
}
/*confirm*/
@media screen and (min-width:0) {
  .confirm .input-field {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .confirm .mandatory,
  .confirm .field-mail-txt,
  .confirm .field-messge-txt,
  .confirm .field-agree-txt,
  .confirm .field-agree-checkbox__txt,
  .confirm .inputfile-text-wrap {
    display: none;
  }
  .confirm .field-agree-checkbox {
    margin-top: 0;
  }
  .confirm .field-col {
    width: auto;
  }
}
@media screen and (min-width:768px) {
  .confirm .input-field {
    padding: 10px 0;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
}
/*thanks*/
@media screen and (max-width:767px) {
  .form-thanks__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .form-thanks__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
  .form-thanks__btns > a {
    border: 1px solid var(--blue);
  }
  .form-thanks__btns > a > span {
    color: var(--blue);
    background-image: url(./assets/images/icon-btn-pbl.png);
  }
}
@media screen and (min-width:768px) {
  .form-thanks__txt {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .form-thanks__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
  .form-thanks__btns > a {
    border: 1px solid var(--blue);
  }
  .form-thanks__btns > a > span {
    color: var(--blue);
    background-image: url(./assets/images/icon-btn-pbl.png);
  }
}
/*
PAGE - benefit
--------------------------------------------- */
@media screen and (max-width:767px) {
  .benefit {
    display: block;
    width: 100%;
    padding: 50px 0 120px;
    background-color: var(--white);
  }
  .benefit__body {
    display: block;
    width: 100%;
  }
  .benefit__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .benefit-nav {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .benefit-nav__title {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: var(--blue);
    text-align: center;
  }
  .benefit-nav__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    width: 100%;
    margin: 30px auto 0;
  }
  .benefit-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 53px;
    border: 2px solid var(--blue);
    padding: 0 30px;
  }
  .benefit-nav-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .benefit-nav-btn + .benefit-nav-btn {
    margin-top: 30px;
  }
  .benefit-nav-btn > span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: var(--blue);
    font-weight: 500;
    padding-right: 20px;
    background-image: url(./assets/images/benefit/icon-btn.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 13px auto;
    text-align: center;
  }
  .benefit__main {
    display: block;
    width: 100%;
  }
  .benefit-box {
    display: block;
    width: 100%;
    padding-top: 100px;
  }
  .benefit-box__title {
    position: relative;
    display: block;
    width: calc(100% + 10px);
    margin-left: 10px;
  }
  .benefit-box__title > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    display: block;
    width: 130px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 44px 4px,100% 1px;
  }
  .benefit-box__title > picture {
    display: block;
    width: 100%;
  }
  .benefit-box__title > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .benefit-box__main {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .benefit-block {
    display: block;
    width: 100%;
    padding: 0 10px;
    background-repeat: no-repeat;
    background-position: right top;
  }
  .benefit-block + .benefit-block {
    margin-top: 50px;
  }
  .benefit-block__title {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding-left: 50px;
  }
  .benefit-block__title > span {
    position: absolute;
    left: 0;
    color: var(--blue);
    padding:0 20px 0 10px;
  }
  .benefit-block__txt {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;    
  }
  .training-block:nth-child(1) {
    background-image: url(./assets/images/benefit/training1.png);
    background-size: 80px auto;
  }
  .training-block:nth-child(2) {
    background-image: url(./assets/images/benefit/training2.png);
    background-size: 80px auto;
  }
  .training-block:nth-child(3) {
    background-image: url(./assets/images/benefit/training3.png);
    background-size: 80px auto;
  }
  .benefit-block__img {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0 0 auto;
  }
  .benefit-block__img > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .training-block:nth-child(4) {
    background-image: url(./assets/images/benefit/training4.png);
    background-size: 80px auto;
  }
  .training-block:nth-child(5) {
    background-image: url(./assets/images/benefit/training5.png);
    background-size: 80px auto;
  }
  .benefit-box-block:nth-child(1) {
    background-image: url(./assets/images/benefit/benefits1.png);
    background-size: 80px auto;
  }
  .benefit-box-block:nth-child(2) {
    background-image: url(./assets/images/benefit/benefits2.png);
    background-size: 80px auto;
  }
  .benefit-box-block:nth-child(3) {
    background-image: url(./assets/images/benefit/benefits3.png);
    background-size: 80px auto;
  }
  .benefit-box-block:nth-child(4) {
    background-image: url(./assets/images/benefit/benefits4.png);
    background-size: 80px auto;
  }
  .benefit-box-block:nth-child(5) {
    background-image: url(./assets/images/benefit/benefits5.png);
    background-size: 94px auto;
  }
  .benefit-box-block:nth-child(6) {
    background-image: url(./assets/images/benefit/benefits6.png);
    background-size: 80px auto;
  }
  .benefit-box__bnr-figure {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .benefit-box__bnr-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .benefit-box__bnr-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    margin-top: 80px;
    padding: 0 10px;
  }
}
@media screen and (min-width:768px) {
  .benefit {
    display: block;
    width: 100%;
    padding: 120px 0 150px;
    background-color: var(--white);
  }
  .benefit__body {
    display: block;
    max-width: 846px;
    width: 100%;
    margin: 0 auto;
  }
  .benefit__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .benefit-nav {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .benefit-nav__title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--blue);
    text-align: center;
  }
  .benefit-nav__main {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .benefit-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 80px;
    border: 1px solid var(--blue);
    padding: 0 30px;
  }
  .benefit-nav-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .benefit-nav-btn + .benefit-nav-btn {
    margin-left: calc(40/846 * 100%);
  }
  .benefit-nav-btn > span {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: var(--blue);
    font-weight: 500;
    padding-right: 20px;
    background-image: url(./assets/images/benefit/icon-btn.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 13px auto;
    text-align: center;
  }
  .benefit__main {
    display: block;
    width: 100%;
  }
  .benefit-box {
    display: block;
    width: 100%;
    padding-top: 150px;
  }
  .benefit-box__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .benefit-box__title > span {
    display: block;
    width: 165px;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 68px 4px,100% 1px;
    margin-top: 20px;
  }
  .benefit-box__title > picture {
    display: block;
    width: calc(100% - 165px);
  }
  .benefit-box__title > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .benefit-box__main {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .benefit-block {
    display: block;
    width: 100%;
  }
  .benefit-block + .benefit-block {
    margin-top: 50px;
  }
  .benefit-block__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    text-align: justify;
    word-break: break-all;
  }
  .benefit-block__title > span {
    color: var(--blue);
    padding-right: 20px;
  }
  .benefit-block__txt {
    display: block;
    width: calc(716/846 * 100%);
    padding-left: calc(70/846 * 100%);
    margin: 20px 0 0 auto;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    background-repeat: no-repeat;
    background-position: left top;
  }
  .training-block:nth-child(1) .benefit-block__txt {
    background-image: url(./assets/images/benefit/training1.png);
    background-size: 123px auto;
  }
  .training-block:nth-child(2) .benefit-block__txt {
    background-image: url(./assets/images/benefit/training2.png);
    background-size: 113px auto;
  }
  .training-block:nth-child(3) .benefit-block__txt {
    background-image: url(./assets/images/benefit/training3.png);
    background-size: 113px auto;
  }
  .benefit-block__img {
    display: flex;
    justify-content: center;
    width: calc(716/846 * 100%);
    margin: 30px 0 0 auto;
  }
  .benefit-block__img > img {
    display: block;
    width: calc(400/716 * 100%);
    object-fit: cover;
  }
  .training-block:nth-child(4) .benefit-block__txt {
    background-image: url(./assets/images/benefit/training4.png);
    background-size: 114px auto;
  }
  .training-block:nth-child(5) .benefit-block__txt {
    background-image: url(./assets/images/benefit/training5.png);
    background-size: 124px auto;
  }
  .benefit-box-block:nth-child(1) .benefit-block__txt {
    background-image: url(./assets/images/benefit/benefits1.png);
    background-size: 125px auto;
  }
  .benefit-box-block:nth-child(2) .benefit-block__txt {
    background-image: url(./assets/images/benefit/benefits2.png);
    background-size: 115px auto;
    background-position: left top 10px;
  }
  .benefit-box-block:nth-child(3) .benefit-block__txt {
    background-image: url(./assets/images/benefit/benefits3.png);
    background-size: 121px auto;
    background-position: left top 30px;
  }
  .benefit-box-block:nth-child(4) .benefit-block__txt {
    background-image: url(./assets/images/benefit/benefits4.png);
    background-size: 121px auto;
    background-position: left top 30px;
  }
  .benefit-box-block:nth-child(5) .benefit-block__txt {
    background-image: url(./assets/images/benefit/benefits5.png);
    background-size: 150px auto;
    background-position: left top;
  }
  .benefit-box-block:nth-child(6) .benefit-block__txt {
    background-image: url(./assets/images/benefit/benefits6.png);
    background-size: 99px auto;
    background-position: left top;
  }
  .benefit-box__bnr-figure {
    display: block;
    width: 100%;
  }
  .benefit-box__bnr-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .benefit-box__bnr-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    margin-top: 80px;
  }
}
/*
PAGE - new-graduate
--------------------------------------------- */
@media screen and (max-width:767px) {
  .new-graduate {
    display: block;
    width: 100%;
    padding: 50px 0 80px;
    background-color: var(--white);
  }
  .new-graduate__body {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .new-graduate__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .new-graduate__txt > span {
    color: var(--blue);
  }
  .new-graduate__figure {
    display: block;
    width: calc(100% + 60px);
    margin: 80px 0 80px -30px;
  }
  .new-graduate__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .new-graduate__header {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 30px;
  }
  .new-graduate-reason {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .new-graduate-reason__title {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .new-graduate-reason__title > span {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 50px 4px,100% 1px;
  }
  .new-graduate-reason__box {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .new-graduate-reason__box-title {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding-left: 40px;
  }
  .new-graduate-reason__box-title > span {
    position: absolute;
    left: 0;
    color: var(--blue);
  }
  .new-graduate-reason__box-txt {
    display: block;
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
  }
  .new-graduate-reason__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
  }
  .new-graduate-reason__list > li {
    display: block;
    width:100%;
    min-height: 35px;
    padding-left: 45px;
    background-image: url(./assets/images/new-graduate/icon-btn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35px auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;;
  }
  .new-graduate-reason__list > li > span {
    color: var(--blue);
  }
  .new-graduate-reason__list > li > span > em {
    font-size: 35px;
    line-height: 24px;
  }
  .new-graduate-reason__list > li + li {
    margin-top: 15px;
  }
  .new-graduate-reason__cols {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }
  .new-graduate-reason__col-figure {
    display: block;
    width: 100%;
  }
  .new-graduate-reason__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .new-graduate-reason__col {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .new-graduate-reason__col-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .new-graduate-reason__col-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
  .new-graduate-reason__col-btns > a {
    max-width: 280px !important;
    width: 280px;
  }
  .new-graduate-reason__col-btns > a + a {
    margin-top: 15px;
  }
  .new-graduate-reason__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .new-graduate {
    display: block;
    width: 100%;
    padding: 120px 0 100px;
    background-color: var(--white);
  }
  .new-graduate__body {
    display: block;
    max-width: 846px;
    width: 100%;
    margin: 0 auto;
  }
  .new-graduate__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .new-graduate__txt > span {
    color: var(--blue);
  }
  .new-graduate__figure {
    display: block;
    width: 100%;
    margin: 100px 0;
  }
  .new-graduate__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .new-graduate__header {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 40px;
  }
  .new-graduate-reason {
    display: block;
    width: 100%;
    margin-top: 150px;
  }
  .new-graduate-reason__title {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .new-graduate-reason__title > span {
    display: block;
    max-width: 500px;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 80px 4px,100% 1px;
  }
  .new-graduate-reason__box {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .new-graduate-reason__box-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    text-align: justify;
    word-break: break-all;
  }
  .new-graduate-reason__box-title > span {
    color: var(--blue);
    padding-right: 20px;
  }
  .new-graduate-reason__box-txt {
    display: block;
    width: calc(646/846 * 100%);
    margin: 20px 0 0 auto;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .new-graduate-reason__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 786px;
    width: 100%;
    margin-top: 40px;
  }
  .new-graduate-reason__list > li {
    display: flex;
    align-items: flex-end;
    width:50%;
    min-height: 42px;
    padding-left: 52px;
    background-image: url(./assets/images/new-graduate/icon-btn.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 42px auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;;
  }
  .new-graduate-reason__list > li > span {
    color: var(--blue);
    letter-spacing: 0.15em;
  }
  .new-graduate-reason__list > li > span > em {
    font-size: 40px;
    line-height: 30px;    
  }
  .new-graduate-reason__list > li:nth-child(n+3) {
    margin-top: 15px;
  }
  .new-graduate-reason__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
  }
  .new-graduate-reason__col-figure {
    display: block;
    width: calc(450/846 * 100%);
  }
  .new-graduate-reason__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .new-graduate-reason__col {
    display: block;
    width: calc(350/846 * 100%);
  }
  .new-graduate-reason__col-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .new-graduate-reason__col-btns {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }
  .new-graduate-reason__col-btns > a {
    max-width: 280px;
  }
  .new-graduate-reason__col-btns > a + a {
    margin-top: 15px;
  }
  .new-graduate-reason__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 40px;
  }
}
/*faq*/
@media screen and (max-width:767px) {
  .new-graduate-faq {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: #CBEBFF;
  }
  .new-graduate-faq__body {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 10px;
  }
  .new-graduate-faq__header {
    display: block;
    max-width: 270px;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 40px 4px,100% 1px;
  }
  .new-graduate-faq__list {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .new-graduate-faq__list > li {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: var(--white);
  }
  .new-graduate-faq__list > li + li {
    margin-top: 25px;
  }
  .new-graduate-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 43px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 10px 43px;
    border-bottom: 1px solid var(--blue);
  }
  .new-graduate-faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--futura);
    font-size: 24px;
    font-weight: 500;
  }
  .new-graduate-faq-answer__wrap {
    display: block;
    width: 100%;
    padding: 20px 0 0 0;
  }
  .new-graduate-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .new-graduate-faq {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: #CBEBFF;
  }
  .new-graduate-faq__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .new-graduate-faq__header {
    display: block;
    max-width: 500px;
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 80px 4px,100% 1px;
    text-align: center;
  }
  .new-graduate-faq__list {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .new-graduate-faq__list > li {
    display: block;
    width: 100%;
    padding: calc(25/860 * 100%) calc(50/860 * 100%) calc(30/860 * 100%) calc(80/860 * 100%);
    background-color: var(--white);
  }
  .new-graduate-faq__list > li + li {
    margin-top: 25px;
  }
  .new-graduate-faq-question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    padding: 0 0 10px 60px;
    border-bottom: 1px solid var(--blue);
  }
  .new-graduate-faq-question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--futura);
    font-size: 28px;
    font-weight: 500;
  }
  .new-graduate-faq-answer__wrap {
    display: block;
    width: 100%;
    padding: 20px 0 0 60px;
  }
  .new-graduate-faq-answer__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
}
/*interview*/
@media screen and (max-width:767px) {
  .new-graduate-interview {
    display: block;
    width: 100%;
    padding: 80px 0 120px;
    background-color: var(--white);
  }
  .new-graduate-interview__header {
    display: block;
    width: 100%;
    font-size: min(12px + (14 - 12) * ((100vw - 320px) / (375 - 320)), 14px);
    line-height: 30px;
    font-weight: 400;
    text-align: center;
  }
  .new-graduate-interview__link {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .new-graduate-interview__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .new-graduate-interview__link > picture {
    display: block;
    width: 100%;
  }
  .new-graduate-interview__link > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .new-graduate-interview {
    display: block;
    width: 100%;
    padding: 100px 0 150px;
    background-color: var(--white);
  }
  .new-graduate-interview__header {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
  }
  .new-graduate-interview__link {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .new-graduate-interview__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .new-graduate-interview__link > picture {
    display: block;
    width: 100%;
  }
  .new-graduate-interview__link > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
PAGE - message
--------------------------------------------- */
@media screen and (max-width:767px) {
  .message {
    display: block;
    width: 100%;
    padding: 50px 0 120px;
    background-color: #F1FAFF;
  }
  .message-box {
    display: block;
    width: 100%;
    padding: 50px 10px;
    background-color: var(--white);
  }
  .message-box + .message-box {
    margin-top: 50px;
  }
  .message-box__header {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .message-box__header > span {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 50px 4px,100% 1px;
  }
  .message-block {
    display: block;
    width: 100%;    
  }
  .message-block:not(:last-child) {
    border-bottom: 1px solid #E7F0F3;
    padding: 30px 0;
  }
  .message-block:last-child {
    padding: 30px 0 0;
  }
  .message-block__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: var(--blue);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 15px;
  }
  .message-block__txt {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .message-block__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .message-block__col-figure {
    display: block;
    max-width: 180px;
    width: 100%;
  }
  .message-block__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .message-block__col {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .message-block__col-title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 15px;
  }
  .message-block__col-list {
    display: block;
    width: 100%;
  }
  .message-block__col-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
  }
  .message-block__col-list > li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
  }
  .message-block__signature {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.07em;
    text-align: right;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .message {
    display: block;
    width: 100%;
    padding: 120px 0 150px;
    background-color: #F1FAFF;
  }
  .message-box {
    display: block;
    width: 100%;
    padding: calc(80/1100 * 100%) calc(50/1100 * 100%);
    background-color: var(--white);
  }
  .message-box + .message-box {
    margin-top: 100px;
  }
  .message-box__header {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .message-box__header > span {
    display: block;
    max-width: 500px;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 80px 4px,100% 1px;
  }
  .message-block {
    display: block;
    width: 100%;    
  }
  .message-block:not(:last-child) {
    border-bottom: 1px solid #E7F0F3;
    padding: 40px calc(77/1000 * 100%);
  }
  .message-block:last-child {
    padding: 40px calc(77/1000 * 100%) 0;
  }
  .message-block__title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    color: var(--blue);
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .message-block__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    word-break: break-all;
  }
  .message-block__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .message-block__col-figure {
    display: block;
    width: calc(180/846 * 100%);
  }
  .message-block__col-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .message-block__col {
    display: block;
    width: calc(627/846 * 100%);
  }
  .message-block__col-title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .message-block__col-list {
    display: block;
    width: 100%;
  }
  .message-block__col-list > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-left: 15px;
  }
  .message-block__col-list > li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.05em;
  }
  .message-block__signature {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: right;
    margin-top: 40px;
  }
}
/*
PAGE - history
--------------------------------------------- */
@media screen and (max-width:767px) {
  .history {
    display: block;
    width: 100%;
    padding: 50px 0 120px;
    background-color: var(--white);
  }
  .history__body {
    display: block;
    width: 100%;
  }
  .history-list {
    display: block;
    width: 100%;
  }
  .history-list > li {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 40px;
  }
  .history-list > li:not(:last-child) {
    padding-bottom: 50px;
  }
  .history-list > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #CBEBFF;
  }
  .history-list > li::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 10px;
    display: block;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #CBEBFF;
  }
  .history-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
  }
  .history-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 25px;
  }
  .history__figure {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .history__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .history-col {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .history__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .history-sublist {
    display: block;
    width: 100%;
    margin-top: 25px;
  }
  .history-sublist > li {
    display: block;
    width: 100%;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    list-style: none; 
  }
  .history-subtitle {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 80px;
  }
  .history-images {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 25px 0;
  }
  .history-images > .history-images__figure {
    display: block;
    width: 213px;
  }
  .history-images > .history-images__figure + .history-images__figure {
    margin-top: 15px;
  }
  .history-images > .history-images__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .history {
    display: block;
    width: 100%;
    padding: 120px 0 150px;
    background-color: var(--white);
  }
  .history__body {
    display: block;
    max-width: 910px;
    width: 100%;
    margin: 0 auto;
  }
  .history-list {
    display: block;
    width: 100%;
  }
  .history-list > li {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 60px;
  }
  .history-list > li:not(:last-child) {
    padding-bottom: 50px;
  }
  .history-list > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #CBEBFF;
  }
  .history-list > li::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 15px;
    display: block;
    width: 1px;
    height: calc(100% - 30px);
    background-color: #CBEBFF;
  }
  .history-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: var(--blue);
    text-align: justify;
    word-break: break-all;
  }
  .history-cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 25px;
  }
  .history__figure {
    display: block;
    width: calc(290/850 * 100%);
    object-fit: cover;
  }
  .history__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .history-col {
    display: block;
    width: calc(515/850 * 100%);
  }
  .history__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .history-sublist {
    display: block;
    width: 100%;
    margin-top: 25px;
  }
  .history-sublist > li {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    list-style: none;   
  }
  .history-subtitle {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    text-align: justify;
    word-break: break-all;
    margin-top: 100px;
  }
  .history-images {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 25px 0;
  }
  .history-images > .history-images__figure {
    display: block;
    width: calc(210/850 * 100%);
  }
  .history-images > .history-images__figure + .history-images__figure {
    margin-left: calc(30/850 * 100%);
  }
  .history-images > .history-images__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*
PAGE - data
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .data-intro {
    display: block;
    width: 100%;
    padding: 70px 0 100px;
    background-color: #F1FAFF;
  }
  .data-intro__body {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .data-intro__header {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 3600;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 50px;
  }
  .data-intro__time {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 17px;
    color: #808080;
    letter-spacing: 0.07em;
    text-align: right;
  }
  .data-intro__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 15px;
  }
  .data-intro__main > picture {
    display: block;
    width: 100%;
  }
  .data-intro__main > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .data-intro__main > picture + picture {
    margin-top: 20px;
  }
  .data-intro__main > picture:nth-child(-n+2) {
    width: calc(260/315 * 100%);
  }
}
@media screen and (min-width:768px) {
  .data-intro {
    display: block;
    width: 100%;
    padding: 120px 0 100px;
    background-color: #F1FAFF;
  }
  .data-intro__body {
    display: block;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
  }
  .data-intro__header {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 3600;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 50px;
  }
  .data-intro__time {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 21px;
    color: #808080;
    letter-spacing: 0.07em;
    text-align: right;
  }
  .data-intro__main {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .data-intro__main > picture {
    display: block;
    width: 100%;
  }
  .data-intro__main > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .data-intro__main > picture + picture {
    margin-top: 30px;
  }
}
/*detail*/
@media screen and (max-width:767px) {
  .data-detail {
    display: block;
    width: 100%;
    padding: 80px 0 120px;
    background-color: var(--white);
  }
  .data-detail__body {
    display: block;
    width: 100%;
  }
  .data-detail__tbl {
    width: 100%;
  }
  .data-detail__tbl tr th {
    display: block;
    width: 100%;
    background-color: #F1FAFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    color: var(--blue);
    padding: 0 20px;
    text-align: center;
  }
  .data-detail__tbl tr td {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    padding: 20px 10px;
  }
  .data-detail__col {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .data-detail__col > p {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
  }
  .data-detail__header {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--blue);
    text-align: center;
    margin: 100px 0 30px;
  }
  .data-detail__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .data-detail {
    display: block;
    width: 100%;
    padding: 100px 0 150px;
    background-color: var(--white);
  }
  .data-detail__body {
    display: block;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
  }
  .data-detail__tbl {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E7F0F3;
  }
  .data-detail__tbl tr th,
  .data-detail__tbl tr td {
    border: 1px solid #E7F0F3;
  }
  .data-detail__tbl tr th {
    width: 260px;
    background-color: #F1FAFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    color: var(--blue);
    padding: 30px 20px;
    vertical-align: middle;
  }
  .data-detail__tbl tr td {
    width: calc(100% - 260px);
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    padding: 30px 50px;
    vertical-align: middle;
  }
  .data-detail__col {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .data-detail__col > p {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
  }
  .data-detail__col > p:nth-child(1) {
    width: calc(230/618 * 100%);
  }
  .data-detail__col > p:nth-child(2) {
    width: calc(368/618 * 100%);
  }
  .data-detail__header {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    color: var(--blue);
    text-align: center;
    margin: 150px 0 40px;
  }
  .data-detail__txt {
    display: block;
    max-width: 740px;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin: 0 auto;
  }
}
/*
PAGE - position
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .position-intro {
    display: block;
    width: 100%;
    padding: 50px 0 0 0;
    background-color: var(--white);
  }
  .position-intro__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }
  .position-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .position-intro__figure {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .position-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .position-intro {
    display: block;
    width: 100%;
    padding: 120px 0 0 0;
    background-color: var(--white);
  }
  .position-intro__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
  }
  .position-intro__txt {
    display: block;
    width: calc(470/980 * 100%);
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .position-intro__figure {
    display: block;
    width: calc(420/980 * 100%);
  }
  .position-intro__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*nav*/
@media screen and (max-width:767px) {
  .position-nav-wrap {
    display: block;
    width: 100%;
    padding-top: 40px;
    background-color: var(--white);
  }
  .position-nav {
    display: block;
    width: 100%;
  }
  .position-nav {
    display: block;
    width: 100%;
    margin-top: 100px;
  }
  .position-nav__title {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: var(--blue);
    text-align: center;
  }
  .position-nav__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    width: 100%;
    margin: 30px auto 0;
  }
  .position-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 53px;
    border: 2px solid var(--blue);
    padding: 0 30px;
  }
  .position-nav-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .position-nav-btn + .position-nav-btn {
    margin-top: 30px;
  }
  .position-nav-btn > span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: var(--blue);
    font-weight: 500;
    padding-right: 20px;
    background-image: url(./assets/images/benefit/icon-btn.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 13px auto;
    text-align: center;
  }
  .position-nav-btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 53px;
    border: 2px solid var(--blue);
    padding: 0 30px;
  }
  .position-nav-btn2:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .position-nav-btn2 + .position-nav-btn2 {
    margin-top: 25px;
  }
  .position-nav-btn2 > span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: var(--blue);
    font-weight: 500;
    padding-right: 20px;
    background-image: url(./assets/images/benefit/icon-btn.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 13px auto;
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  .position-nav-wrap {
    display: block;
    width: 100%;
    padding-top: 100px;
    background-color: var(--white);
  }
  .position-nav {
    display: block;
    width: 100%;
  }
  .position-nav__title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--blue);
    text-align: center;
  }
  .position-nav__main {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .position-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 80px;
    border: 1px solid var(--blue);
    padding: 0 30px;
  }
  .position-nav-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .position-nav-btn + .position-nav-btn {
    margin-left: calc(40/846 * 100%);
  }
  .position-nav-btn > span {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: var(--blue);
    font-weight: 500;
    padding-right: 20px;
    background-image: url(./assets/images/benefit/icon-btn.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 13px auto;
    text-align: center;
  }
  .position-nav-btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: calc((1100 - 40)/1100 * 100%);
    height: 80px;
    border: 1px solid var(--blue);
    padding: 0 30px;
  }
  .position-nav-btn2:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .position-nav-btn2 + .position-nav-btn2 {
    margin-left: 20px;
  }
  .position-nav-btn2 > span {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: var(--blue);
    font-weight: 500;
    padding-right: 20px;
    background-image: url(./assets/images/benefit/icon-btn.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 13px auto;
    text-align: center;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .position-nav-btn2 > span {
    font-size: 18px;
  }
}
/*business*/
@media screen and (max-width:767px) {
  .position-business {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
  }
  .position-business__intro {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .position-business__intro-header {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }
  .position-business__intro-header > span {
    display: block;
    max-width: 500px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 40px 4px,100% 1px;
  }
  .position-business__intro-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .position-business__intro-block {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .position-business__intro-block_title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: var(--blue);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 15px;
  }
  .position-business__banner {
    display: block;
    width: calc(100% + 60px);
    padding: 80px 0;
    margin-left: -30px;
  }
  .position-business__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .position-business-policy {
    display: block;
    width: 100%;
    padding: 30px 15px;
    background-color: #F1FAFF;
  }
  .position-business-policy__title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: var(--blue);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .position-business-policy__block {
    display: block;
    width: 100%;
    margin-top: 25px;
  }
  .position-business-policy__block + .position-business-policy__block {
    margin-top: 20px;
  }
  .position-business-policy__subtitle {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-left: 30px;
  }
  .position-business-policy__subtitle > span {
    position: absolute;
    left: 0;
    color: var(--blue);
  }
  .position-business-policy__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
}
@media screen and (min-width:768px) {
  .position-business {
    display: block;
    width: 100%;
    padding: 150px 0;
    background-color: var(--white);
  }
  .position-business__intro {
    display: block;
    max-width: 845px;
    width: 100%;
    margin: 0 auto;
  }
  .position-business__intro-header {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }
  .position-business__intro-header > span {
    display: block;
    max-width: 500px;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 80px 4px,100% 1px;
  }
  .position-business__intro-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .position-business__intro-block {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .position-business__intro-block_title {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 35px;
    color: var(--blue);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 25px;
  }
  .position-business__banner {
    display: block;
    width: 100%;
    padding: 100px 0;
  }
  .position-business__banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .position-business-policy {
    display: block;
    width: calc(1000/1100 * 100%);
    padding: calc(45/1100 * 100%) calc(77/1100 * 100%);
    background-color: #F1FAFF;
    margin: 0 auto;
  }
  .position-business-policy__title {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 40px;
    color: var(--blue);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .position-business-policy__block {
    display: block;
    width: 100%;
    margin-top: 25px;
  }
  .position-business-policy__block + .position-business-policy__block {
    margin-top: 20px;
  }
  .position-business-policy__subtitle {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding-left: 40px;
  }
  .position-business-policy__subtitle > span {
    position: absolute;
    left: 0;
    color: var(--blue);
  }
  .position-business-policy__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
  }
}
/*vacancy*/
@media screen and (max-width:767px) {
  .position-vacancy {
    display: block;
    width: 100%;
    padding: 60px 0 120px;
    background-color: #CBEBFF;
  }
  .position-vacancy__body {
    display: block;
    width: 100%;
  }
  .position-vacancy__header {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }
  .position-vacancy__header > span {
    display: block;
    max-width: 105px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 30px 4px,100% 1px;
  }
  .position-vacancy__tbl {
    width: 100%;
  }
  .position-vacancy__tbl tr th {
    display: block;
    width: 100%;
    background-color: #F1FAFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    color: var(--blue);
    padding: 0 20px;
    text-align: center;
  }
  .position-vacancy__tbl tr td {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    background-color: var(--white);
    padding: 20px 10px;
  }
  .position-vacancy__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }
  .position-vacancy__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    height: 67px;
    background-color: var(--blue);
    cursor: pointer;
    transition: 0.3s ease;
  }
  .position-vacancy__btn > span {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;  
    color: var(--white);
    padding-right: 20px;  
    background-image: url(./assets/images/icon-btn-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px auto;
  }
  .position-vacancy__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .position-vacancy {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #CBEBFF;
  }
  .position-vacancy__body {
    display: block;
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
  }
  .position-vacancy__header {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 70px;
  }
  .position-vacancy__header > span {
    display: block;
    max-width: 356px;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 80px 4px,100% 1px;
  }
  .position-vacancy__tbl {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E7F0F3;
  }
  .position-vacancy__tbl tr th,
  .position-vacancy__tbl tr td {
    border: 1px solid #E7F0F3;
  }
  .position-vacancy__tbl tr th {
    width: 260px;
    background-color: #F1FAFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    color: var(--blue);
    padding: 30px 20px;
    vertical-align: top;
  }
  .position-vacancy__tbl tr td {
    width: calc(100% - 260px);
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    background-color: var(--white);
    padding: 30px 20px;
    vertical-align: top;
  }
  .position-vacancy__btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 70px;
  }
  .position-vacancy__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 480px;
    width: 100%;
    height: 100px;
    background-color: var(--blue);
    cursor: pointer;
    transition: 0.3s ease;
  }
  .position-vacancy__btn > span {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;  
    color: var(--white);
    letter-spacing: 0.1em;
    padding-right: 26px;  
    background-image: url(./assets/images/icon-btn-wh.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px auto;
  }
  .position-vacancy__btn:hover {
    opacity: 0.7;
  }
}
/*interview*/
@media screen and (max-width:767px) {
  .position-interview {
    display: block;
    width: 100%;
    padding: 80px 0 120px;
    background-color: var(--white);
  }
  .position-interview__header {
    display: block;
    width: 100%;
    font-size: min(12px + (14 - 12) * ((100vw - 320px) / (375 - 320)), 14px);
    line-height: 30px;
    font-weight: 400;
    text-align: center;
  }
  .position-interview__link {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .position-interview__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .position-interview__link > picture {
    display: block;
    width: 100%;
  }
  .position-interview__link > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .position-interview {
    display: block;
    width: 100%;
    padding: 150px 0 150px;
    background-color: var(--white);
  }
  .position-interview__header {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
  }
  .position-interview__link {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .position-interview__link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .position-interview__link > picture {
    display: block;
    width: 100%;
  }
  .position-interview__link > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*day*/
@media screen and (max-width:767px) {
  .position-business__day {
    display: block;
    width: 100%;
  }
  .position-business__day-header {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }
  .position-business__day-header > span {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 50px 4px,100% 1px;
  }
  .position-business__timeline {
    display: block;
    width: 100%;
  }
  .position-business__timeline > li {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 0 0 33px;
  }
  .position-business__timeline > li:not(:last-child) {
    padding-bottom: 50px;
  }
  .position-business__timeline > li::before {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background-color: #CBEBFF;
  }
  .position-business__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top:0;
    left: 9px;
    display: block;
    width: 2px;
    height: 100%;
    background-color: #CBEBFF;
  }
  .position-business__time {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .position-business__content {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .position-business__content > dt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    font-weight: 600;
    color: var(--blue);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 5px;
  }
  .position-business__content > dd {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .position-business__content.list-circle  > dd {
    position: relative;
    padding-left: 20px;
  }
  .position-business__content.list-circle  > dd > span {
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width:768px) {
  .position-business__day {
    display: block;
    max-width: 845px;
    width: 100%;
    margin: 0 auto;
  }
  .position-business__day-header {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }
  .position-business__day-header > span {
    display: block;
    max-width: 500px;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 80px 4px,100% 1px;
  }
  .position-business__timeline {
    display: block;
    width: 100%;
  }
  .position-business__timeline > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0 0 0 52px;
  }
  .position-business__timeline > li:not(:last-child) {
    padding-bottom: 50px;
  }
  .position-business__timeline > li::before {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 27px;
    height: 27px;
    background-color: #CBEBFF;
  }
  .position-business__timeline > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top:0;
    left: 13px;
    display: block;
    width: 2px;
    height: 100%;
    background-color: #CBEBFF;
  }
  .position-business__time {
    display: block;
    width: 130px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .position-business__content {
    display: block;
    width: calc(100% - 130px);
    padding-left: calc(40/793 * 100%);
  }
  .position-business__content > dt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    color: var(--blue);
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 5px;
  }
  .position-business__content > dd {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .position-business__content.list-circle  > dd {
    position: relative;
    padding-left: 20px;
  }
  .position-business__content.list-circle  > dd > span {
    position: absolute;
    left: 0;
  }
}
/*flow*/
@media screen and (max-width:767px) {
  .position-flow {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: var(--white);
    margin-top: -100px;
  }
  .position-flow__body {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .position-flow__header {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .position-flow__header > span {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 50px 4px,100% 1px;
  }
  .position-flow__main {
    display: block;
    width: 100%;
  }
  .position-flow__block {
    display: block;
    width: 100%;
    margin-top: 30px;    
  }
  .position-flow__block-title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: var(--blue);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 15px;
  }
  .position-flow__block-txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .position-flow__block-subtitle {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    padding-left: 10px;
    border-left: 4px solid var(--blue);
    margin-bottom: 10px;
  }
  .position-flow__block-txt + .position-flow__block-subtitle {
    margin-top: 15px;
  }
  .position-flow__career {
    display: block;
    width: calc(100% + 60px);
    margin-top: 80px;
    margin-left: -30px;
    background-color: #FFFEF5;
    padding: 40px 30px;
  }
}
@media screen and (min-width:768px) {
  .position-flow {
    display: block;
    width: 100%;
    padding: 150px 0;
    background-color: var(--white);
    margin-top: -150px;
  }
  .position-flow__body {
    display: block;
    max-width: 845px;
    width: 100%;
    margin: 0 auto;
  }
  .position-flow__header {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }
  .position-flow__header > span {
    display: block;
    max-width: 500px;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    background-image: linear-gradient(var(--blue),var(--blue)),linear-gradient(var(--blue),var(--blue));
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom 1px;
    background-size: 80px 4px,100% 1px;
  }
  .position-flow__main {
    display: block;
    width: 100%;
  }
  .position-flow__block {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .position-flow__block-title {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 35px;
    color: var(--blue);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 25px;
  }
  .position-flow__block-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
  }
  .position-flow__block-subtitle {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    padding-left: 10px;
    border-left: 4px solid var(--blue);
    margin-bottom: 10px;
  }
  .position-flow__block-txt + .position-flow__block-subtitle {
    margin-top: 25px;
  }
  .position-flow__career {
    display: block;
    width: calc(100% + 140px);
    margin-top: 100px;
    background-color: #FFFEF5;
    padding: 50px 70px;
    margin-left: -70px;
  }
}
/*
PAGE - csr
--------------------------------------------- */
/*intro*/
@media screen and (max-width:767px) {
  .csr-intro {
    display: block;
    width: 100%;
    padding: 50px 0 100px;
    background-color: var(--white);
  }
  .csr-intro__body {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .csr-intro__header {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: var(--blue);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 40px;
  }
  .csr-intro__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .csr-intro-box {
    display: block;
    width: 100%;
    margin: 80px auto 0;
  }
  .csr-intro-box + .csr-intro-box {
    margin-top: 50px;
  }
  .csr-intro-box__title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .csr-intro-box__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .csr-intro-box__figure {
    display: block;
    max-width: 280px;
    width: 100%;
  }
  .csr-intro-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .csr-intro-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .csr-intro {
    display: block;
    width: 100%;
    padding: 120px 0 100px;
    background-color: var(--white);
  }
  .csr-intro__body {
    display: block;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
  }
  .csr-intro__header {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 40px;
    color: var(--blue);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 40px;
  }
  .csr-intro__txt {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .csr-intro-box {
    display: block;
    max-width: 950px;
    width: 100%;
    margin: 150px auto 0;
  }
  .csr-intro-box + .csr-intro-box {
    margin-top: 50px;
  }
  .csr-intro-box__title {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 40px;
  }
  .csr-intro-box__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .csr-intro-box__figure {
    display: block;
    width: calc(280/950 * 100%);
  }
  .csr-intro-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .csr-intro-box__txt {
    display: block;
    width: calc(620/950 * 100%);
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
}
/*sdgs*/
@media screen and (max-width:767px) {
  .csr-sdgs {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F1FAFF;
  }
  .csr-sdgs__body {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .csr-sdgs__header {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: var(--blue);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 40px;
  }
  .csr-sdgs__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .csr-sdgs__main {
    display: block;
    width: 100%;
    margin: 80px auto 0;
  }
  .csr-sdgs-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .csr-sdgs-box + .csr-sdgs-box {
    margin-top: 50px;
  }
  .csr-sdgs-box__figure {
    display: block;
    width: 174px;
  }
  .csr-sdgs-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .csr-sdgs-box__content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .csr-sdgs-box__title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
  }
  .csr-sdgs-box__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .csr-sdgs {
    display: block;
    width: 100%;
    padding: 100px 0;
    background-color: #F1FAFF;
  }
  .csr-sdgs__body {
    display: block;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
  }
  .csr-sdgs__header {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 40px;
    color: var(--blue);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 40px;
  }
  .csr-sdgs__txt {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .csr-sdgs__main {
    display: block;
    max-width: 910px;
    width: 100%;
    margin: 80px auto 0;
  }
  .csr-sdgs-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .csr-sdgs-box + .csr-sdgs-box {
    margin-top: 60px;
  }
  .csr-sdgs-box__figure {
    display: block;
    width: calc(173/910 * 100%);
  }
  .csr-sdgs-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .csr-sdgs-box__content {
    display: block;
    width: calc(670/910 * 100%);
  }
  .csr-sdgs-box__title {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
  }
  .csr-sdgs-box__txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
}
/*esg*/
@media screen and (max-width:767px) {
  .csr-esg {
    display: block;
    width: 100%;
    padding: 100px 0 120px;
    background-color: var(--white);
  }
  .csr-esg__body {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .csr-esg__header {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: var(--blue);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 40px;
  }
  .csr-esg__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .csr-esg-box {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .csr-esg-box + .csr-esg-box {
    margin-top: 80px;
  }
  .csr-esg-box__title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 40px;
  }
  .csr-esg-box__cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .csr-esg-box__figure {
    display: block;
    max-width: 280px;
    width: 100%;
  }
  .csr-esg-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .csr-esg-box__content {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .csr-esg-box__content-title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: var(--blue);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 30px;
  }
  .csr-esg-box__content-subtitle {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    padding-left: 10px;
    border-left: 4px solid var(--blue);
    margin-bottom: 15px;
  }
  .csr-esg-box__content-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .csr-esg-box__content-txt + .csr-esg-box__content-subtitle {
    margin-top: 30px;
  }
  .csr-esg-box__content-caption {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 30px;
    font-size: 12px;
    line-height: 16px;
  }
  .csr-esg-box__content-caption > a {
    color: var(--blue);
  }
  .csr-esg-box__content-caption > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .csr-esg {
    display: block;
    width: 100%;
    padding: 100px 0 150px;
    background-color: var(--white);
  }
  .csr-esg__body {
    display: block;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
  }
  .csr-esg__header {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 40px;
    color: var(--blue);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 40px;
  }
  .csr-esg__txt {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
  .csr-esg-box {
    display: block;
    max-width: 950px;
    width: 100%;
    margin-top: 80px;
  }
  .csr-esg-box + .csr-esg-box {
    margin-top: 50px;
  }
  .csr-esg-box__title {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 40px;
  }
  .csr-esg-box__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .csr-esg-box__figure {
    display: block;
    width: calc(280/950 * 100%);
  }
  .csr-esg-box__figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .csr-esg-box__content {
    display: block;
    width: calc(610/950 * 100%);
  }
  .csr-esg-box__content-title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: var(--blue);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 25px;
  }
  .csr-esg-box__content-subtitle {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
    padding-left: 10px;
    border-left: 4px solid var(--blue);
    margin-bottom: 15px;
  }
  .csr-esg-box__content-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    word-break: break-all;
  }
  .csr-esg-box__content-txt + .csr-esg-box__content-subtitle {
    margin-top: 30px;
  }
  .csr-esg-box__content-caption {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 35px;
    font-size: 15px;
    line-height: 20px;
  }
  .csr-esg-box__content-caption > a {
    color: var(--blue);
  }
  .csr-esg-box__content-caption > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*summary*/
@media screen and (max-width:767px) {
  .csr-summary {
    display: block;
    width: 100%;
    padding-bottom: 120px;
    background-color: var(--white);
  }
  .csr-summary__body {
    display: block;
    width: 100%;
  }
  .csr-summary__header {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 40px;
  }
  .csr-summary__txt {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .csr-summary {
    display: block;
    width: 100%;
    padding-bottom: 120px;
    background-color: var(--white);
  }
  .csr-summary__body {
    display: block;
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
  }
  .csr-summary__header {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 30px;
  }
  .csr-summary__txt {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: justify;
    word-break: break-all;
  }
}