@charset "UTF-8";
/* CSS Document */
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
@import url("//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

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

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * 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 text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
  appearance: button; /* 2 */
}

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

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

/**
 * 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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/********** フォント設定 **********/
html, body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #3B3835;
}

body.open {
  overflow: hidden;
}

/********** ベースタグ設定 **********/
* {
  max-height: 99999px;
}

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

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  a {
    transition: opacity 0.5s ease;
  }
}
@media (min-width: 768px) {
  a:hover {
    opacity: 0.75;
  }
}

:root {
  --varWidth: calc(100vw - 100%);
  scroll-behavior: smooth;
  scroll-padding: 64px;
  --scrollVar: 0px;
  --basePixel: calc(((100vw - var(--scrollVar)) / 375px) * 1px);
}
@media (min-width: 768px) {
  :root {
    --basePixel: min(1px, calc(((100vw - var(--scrollVar)) / 1110px) * 1px));
    scroll-padding: 80px;
  }
}

/********** #wrapper **********/
#wrapper {
  font-size: 1.6rem;
  line-height: 1.7;
  width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}

/********** .container **********/
.container {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container960 {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/********** 共通 **********/
.fc_navy {
  color: #0F174A;
}

.fc_blue {
  color: #1C2C89;
}

.mainVisual {
  height: 112px;
}
@media (min-width: 768px) {
  .mainVisual {
    height: 208px;
  }
}

#saiyouzyouhou {
  padding: 40px 0;
  background: url(../img/common/bg_saiyou.jpg) no-repeat center/cover;
  color: #ffffff;
  overflow: clip;
}
#saiyouzyouhou .inner {
  padding: 40px 15px;
}
@media (min-width: 768px) {
  #saiyouzyouhou .inner {
    padding: 60px 15px;
    text-align: center;
  }
}
#saiyouzyouhou .inner .inner_in {
  background-color: #8D96A0;
  padding: 30px;
  position: relative;
}
@media (min-width: 768px) {
  #saiyouzyouhou .inner .inner_in {
    padding: 40px;
    display: inline-flex;
    gap: 0 70px;
    max-width: 796px;
  }
  #saiyouzyouhou .inner .inner_in > * {
    text-align: left;
  }
}
#saiyouzyouhou .inner .inner_in:before {
  content: "";
  display: block;
  width: 174px;
  aspect-ratio: 325/87;
  position: absolute;
  top: -7px;
  right: -15px;
  background: url(../img/common/icn_saiyou.png) no-repeat center/contain;
}
@media (min-width: 768px) {
  #saiyouzyouhou .inner .inner_in:before {
    width: 325px;
    right: auto;
    left: -60px;
    top: auto;
    bottom: 30px;
  }
}
@media (min-width: 768px) {
  #saiyouzyouhou .ttl {
    flex-shrink: 0;
  }
}
#saiyouzyouhou .ttl span {
  display: block;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 700;
}
@media (min-width: 768px) {
  #saiyouzyouhou .ttl span {
    font-size: 1.6rem;
  }
}
#saiyouzyouhou .ttl img {
  display: block;
  width: 183px;
}
@media (min-width: 768px) {
  #saiyouzyouhou .ttl img {
    width: 244px;
  }
}
#saiyouzyouhou .ttl02 {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #saiyouzyouhou .ttl02 {
    font-size: 2.4rem;
  }
}

.h1_title_bar {
  height: 48px;
  background-color: #8D96A0;
  align-content: center;
}
@media (min-width: 768px) {
  .h1_title_bar {
    height: 112px;
    align-content: end;
  }
}
.h1_title_bar .h1_flextxt {
  display: flex;
  align-items: flex-end;
  gap: 0 15px;
}
.h1_title_bar .en {
  display: block;
}
.h1_title_bar .en img {
  display: block;
  width: 100%;
}
.h1_title_bar .txt {
  font-size: 1.4rem;
  color: #ffffff;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  .h1_title_bar .txt {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}

.detail {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  gap: 0 10px;
}
.detail span {
  font-size: 1.4rem;
}
.detail i {
  display: block;
  width: 62px;
  aspect-ratio: 63/32;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.detail.navy span {
  color: #1C2C89;
}
.detail.navy i {
  background-image: url(../img/common/link_navy.png);
}
.detail.white span {
  color: #ffffff;
}
.detail.white i {
  background-image: url(../img/common/link_white.png);
}

.mainVisual {
  align-content: end;
  overflow: clip;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media (min-width: 768px) {
  .mainVisual {
    background-size: auto;
  }
}
.mainVisual .container960 {
  position: relative;
}
.mainVisual .container960:before {
  content: "";
  display: block;
  width: 96px;
  height: 96px;
  background: url(../img/common/icn_h1.png) no-repeat center/contain;
  position: absolute;
  left: -22px;
  bottom: 0;
}
@media (min-width: 768px) {
  .mainVisual .container960:before {
    width: 192px;
    height: 193px;
    left: -201px;
  }
}
.mainVisual .mv_h1 {
  padding-left: 70px;
}
@media (min-width: 768px) {
  .mainVisual .mv_h1 {
    padding-left: 0;
  }
}
.mainVisual .mv_h1 picture {
  display: block;
}
.mainVisual .mv_h1 picture img {
  display: block;
  width: 100%;
}
.mainVisual .mv_h1 span {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 768px) {
  .mainVisual .mv_h1 span {
    font-size: 4.8rem;
  }
}

.breadcrumb {
  display: none;
  font-size: 1.4rem;
  padding: 15px 0;
  gap: 0 1em;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: flex;
  }
}
.breadcrumb > li:after {
  content: "＞";
  margin-left: 1em;
}
.breadcrumb > li:last-of-type:after {
  content: none;
}
.breadcrumb > li a {
  color: #3B3835;
}
@media (min-width: 768px) {
  .breadcrumb > li a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}

.main_h2 {
  font-size: 2.2rem;
  color: #1C2C89;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .main_h2 {
    font-size: 3.2rem;
  }
}
.main_h2:before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #1C2C89;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .main_h2:before {
    height: 48px;
    margin-bottom: 15px;
  }
}

.main_h2_under {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 29px;
  color: #0F174A;
}
@media (min-width: 768px) {
  .main_h2_under {
    margin-top: 32px;
  }
}

.text_inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .text_inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.main_h3 {
  background-color: #1C2C89;
}
@media (min-width: 768px) {
  .main_h3 {
    position: relative;
  }
  .main_h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: calc(50% + 80px);
    bottom: 0;
    background-color: #15A4CE;
  }
}
.main_h3 .h3_txt {
  display: flex;
  align-items: end;
  gap: 0 20px;
  padding-left: 30px;
  padding-top: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .main_h3 .h3_txt {
    padding-top: 25px;
    max-width: 990px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
}
.main_h3 .h3_txt > * {
  position: relative;
}
.main_h3 .h3_txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
  bottom: 0;
  background-color: #15A4CE;
}
@media (min-width: 768px) {
  .main_h3 .h3_txt:before {
    content: none;
  }
}
.main_h3 .icn_md,
.main_h3 .icn_sm,
.main_h3 .en {
  display: block;
}
.main_h3 .icn_md img,
.main_h3 .icn_sm img,
.main_h3 .en img {
  display: block;
  width: 100%;
}
.main_h3 .icn_sm {
  width: 212px;
  margin-left: auto;
  padding-right: 15px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media (min-width: 768px) {
  .main_h3 .icn_sm {
    display: none;
  }
}
.main_h3 .icn_md {
  display: none;
}
@media (min-width: 768px) {
  .main_h3 .icn_md {
    display: block;
    width: 294px;
    position: absolute;
    bottom: -20px;
    right: 0;
  }
}
.main_h3 .ja {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}

#linktag {
  padding: 40px 0 65px;
}
@media (min-width: 768px) {
  #linktag {
    padding: 80px 0 130px;
  }
}
#linktag .link_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
#linktag .link_btn > a {
  color: #1C2C89;
  border: 1px #1C2C89 solid;
  border-radius: 1000px;
  padding: 0.5em 2em;
  transition: all 0.5s ease;
}
#linktag .link_btn > a.active {
  color: #8D96A0;
  border-color: #8D96A0;
  pointer-events: none;
  cursor: default;
}
@media (min-width: 768px) {
  #linktag .link_btn > a:hover {
    background-color: #1C2C89;
    color: #ffffff;
    opacity: 1;
  }
}

.scrollAnimation > * {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  transition: all 1s ease;
}
.scrollAnimation.active > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#hamburgerMenu {
  display: block;
  cursor: pointer;
  padding: 23px 15px;
  background-color: #0F174A;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #hamburgerMenu {
    padding: 31px 20px;
  }
}
#hamburgerMenu:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 15px;
  width: 34px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.5s all ease;
}
@media (min-width: 768px) {
  #hamburgerMenu:before {
    width: 40px;
    left: 20px;
  }
}
#hamburgerMenu i {
  width: 34px;
  height: 18px;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  #hamburgerMenu i {
    width: 40px;
  }
}
#hamburgerMenu i:before, #hamburgerMenu i:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: 0.5s all ease;
}
#hamburgerMenu i:before {
  top: 0;
}
#hamburgerMenu i:after {
  bottom: 0;
}
#hamburgerMenu .close {
  display: none;
  font-size: 1.1rem;
  color: #ffffff;
}

#gloablNav {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: 0.5s all ease;
  pointer-events: none;
}
#gloablNav .overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: all;
  display: none;
}
#gloablNav > ul {
  position: absolute;
  -webkit-transform: translateX(calc(100% + 1px));
          transform: translateX(calc(100% + 1px));
  top: 0;
  right: 0;
  width: 100%;
  transition: 0.5s -webkit-transform ease;
  transition: 0.5s transform ease;
  transition: 0.5s transform ease, 0.5s -webkit-transform ease;
  overflow-y: auto;
  pointer-events: all;
  background-color: #0F174A;
  max-height: 100%;
  height: auto;
  padding-top: 64px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #gloablNav > ul {
    width: 375px;
  }
}
#gloablNav > ul > li {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
}
#gloablNav > ul > li:first-of-type {
  padding-top: 0;
}
#gloablNav > ul > li > a {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
}
#gloablNav > ul > li.btn {
  display: flex;
  align-items: flex-end;
  padding-top: 0;
}
#gloablNav > ul > li.btn > * {
  width: 50%;
  flex-shrink: 0;
}
#gloablNav > ul > li.btn > *:nth-of-type(2) {
  text-align: center;
  padding: 8px;
  background-color: #15A4CE;
  border-radius: 1000px;
}
#gloablNav .sub {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 10px 20px;
}
#gloablNav .sub.type02 {
  grid-template-columns: 50% 1fr;
}
#gloablNav .sub a {
  color: #ffffff;
  font-size: 1.4rem;
}

body.hmenu-open {
  overflow: hidden;
}
body.hmenu-open #hamburgerMenu {
  background-color: #EFF0F2;
}
body.hmenu-open #hamburgerMenu:before {
  opacity: 0;
}
body.hmenu-open #hamburgerMenu i:before {
  top: calc(50% - 1px);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background-color: #0F174A;
}
body.hmenu-open #hamburgerMenu i:after {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  background-color: #0F174A;
}
body.hmenu-open #hamburgerMenu .close {
  display: block;
  color: #0F174A;
}
body.hmenu-open #gloablNav {
  display: block;
}
body.hmenu-open #gloablNav .overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
body.hmenu-open #gloablNav > ul {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#header {
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1000;
}
@media (min-width: 768px) {
  #header {
    height: 80px;
  }
}
#header .logo {
  display: block;
  width: 193px;
  padding-left: 15px;
  align-content: center;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  #header .logo {
    width: 216px;
  }
}
#header .logo a {
  display: block;
}
#header .logo img {
  display: block;
}
#header .header_menu {
  display: flex;
  z-index: 2;
}
#header .saiyou {
  display: block;
  background-color: #15A4CE;
  color: #ffffff;
  width: 80px;
  text-align: center;
  align-content: center;
  font-weight: 700;
  font-size: 1.3rem;
  margin-left: auto;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  #header .saiyou {
    width: 102px;
    font-size: 1.4rem;
    margin-left: 0;
  }
}
#header .pc_menu {
  display: none;
}
@media (min-width: 768px) {
  #header .pc_menu {
    display: flex;
    margin-left: auto;
    flex-wrap: wrap;
    gap: 0 30px;
    padding: 10px 30px;
    align-items: center;
  }
}
#header .pc_menu > li {
  align-content: center;
  text-align: center;
}
#header .pc_menu > li a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #3B3835;
}

#footer {
  padding-top: 45px;
  overflow: clip;
  position: relative;
  overflow: clip;
}
#footer:after {
  content: "";
  display: block;
  width: 100%;
  height: 32px;
  background-color: #EFF0F2;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #footer:after {
    height: 48px;
    margin-top: 60px;
  }
}
#footer:before {
  content: "";
  display: block;
  width: 280px;
  aspect-ratio: 627/148;
  position: absolute;
  bottom: -15px;
  right: 15px;
  background: url(../img/common/icn_footer.png) no-repeat center/contain;
}
@media (min-width: 768px) {
  #footer:before {
    width: 627px;
    bottom: -65px;
  }
}
#footer .inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #footer .inner {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
  }
}
#footer .logo {
  display: block;
  width: 248px;
}
@media (min-width: 768px) {
  #footer .logo {
    width: 346px;
  }
}
#footer .logo img {
  display: block;
  width: 100%;
}
#footer .com {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 15px;
}
@media (min-width: 768px) {
  #footer .com {
    margin-top: 25px;
  }
}
#footer .address {
  font-size: 1.4rem;
}
#footer .ttl {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.36;
  margin-top: 15px;
}
@media (min-width: 768px) {
  #footer .ttl {
    text-align: left;
    font-size: 2.8rem;
  }
}
#footer .snd {
  padding-top: 20px;
  margin-top: 20px;
  border-top: #3B3835 1px dotted;
}
@media (min-width: 768px) {
  #footer .snd {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    padding-left: 25px;
    border-left: #3B3835 1px dotted;
    flex-shrink: 0;
    width: 300px;
  }
}
#footer .footer_menu {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 15px;
}
#footer .footer_menu > li {
  padding-left: 1em;
}
@media (min-width: 768px) {
  #footer .footer_menu > li {
    padding-left: 0;
  }
}
#footer .footer_menu a {
  font-size: 1.4rem;
  color: #3B3835;
  font-weight: 700;
}
#footer .btn {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #footer .btn {
    margin-top: 15px;
    text-align: left;
  }
}
#footer .btn > a {
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #15A4CE;
  max-width: 132px;
  width: 100%;
  display: inline-block;
  border-radius: 1000px;
  padding: 8px 0;
}
@media (min-width: 768px) {
  #footer .btn > a {
    text-align: center;
  }
}
#footer .prv {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #footer .prv {
    margin-top: 15px;
    text-align: left;
  }
}
#footer .prv a {
  color: #3B3835;
}
#footer .copy {
  text-align: center;
  color: #9F9F9F;
  margin-top: 30px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #footer .copy {
    margin-top: 15px;
    text-align: left;
  }
}

#top .top_mainVisual {
  position: relative;
}
#top .top_mainVisual .divbox {
  height: 100%;
  margin-left: calc((100vw - 100% - var(--scrollVar)) / -2);
}
#top .top_mainVisual .swiper {
  height: 100%;
}
@media (min-width: 768px) {
  #top .top_mainVisual .swiper {
    height: calc(100% - 60px);
  }
}
#top .top_mainVisual .pos {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#top .top_mainVisual .pos .container {
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 768px) {
  #top .top_mainVisual .pos .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#top .top_mainVisual .txt {
  display: block;
  position: relative;
  z-index: 2;
}
#top .top_mainVisual .txt img {
  width: 100%;
}
#top .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
  left: auto;
  right: 24px;
  top: 10px;
  width: auto;
}
@media (min-width: 768px) {
  #top .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: 30px;
  }
}
#top .swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  width: 2px;
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
  height: 32px;
  background-color: #9F9F9F;
  opacity: 1;
}
#top .swiper-pagination-bullet-active {
  background-color: #1C2C89;
}
#top #sec01 {
  background: #EFF0F2 url(../img/top/bg_sec01.png) no-repeat center top;
  padding-top: 60px;
}
@media (min-width: 768px) {
  #top #sec01 {
    padding-top: 80px;
  }
}
#top #sec01 .h1_sec01 {
  font-size: 2.2rem;
  color: #1C2C89;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  #top #sec01 .h1_sec01 {
    font-size: 3.2rem;
  }
}
#top #sec01 .txt01 {
  color: #1C2C89;
  font-size: 1.8rem;
  line-height: 1.88;
  margin-top: 25px;
  text-align: center;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  #top #sec01 .txt01 {
    padding-bottom: 172px;
  }
}
#top #sec01 .what {
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  #top #sec01 .what {
    padding-bottom: 80px;
  }
}
#top #sec01 .what:before {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: calc((100vw - 100% - var(--scrollVar)) / -2);
  background-color: #ffffff;
}
@media (min-width: 768px) {
  #top #sec01 .what:before {
    top: 90px;
  }
}
#top #sec01 .what > * {
  position: relative;
}
@media (min-width: 768px) {
  #top #sec01 .what .inner {
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    gap: 0 60px;
  }
}
#top #sec01 .what .txtbox {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #top #sec01 .what .txtbox {
    padding: 0;
  }
}
#top #sec01 .what .img01 {
  display: block;
  width: 76.5217391304%;
  margin-left: calc((100vw - 100% - var(--scrollVar)) / -2);
}
@media (min-width: 768px) {
  #top #sec01 .what .img01 {
    margin-left: 0;
    width: 44.1666666667%;
    flex-shrink: 0;
  }
}
#top #sec01 .what .img01 img {
  display: block;
}
#top #sec01 .what .txtbox .ttl span {
  display: block;
  font-size: 1.4rem;
  color: #1C2C89;
  padding-top: 40px;
  font-weight: 700;
}
@media (min-width: 768px) {
  #top #sec01 .what .txtbox .ttl span {
    padding-top: 140px;
    font-size: 1.6rem;
  }
}
#top #sec01 .what .txtbox .ttl img {
  display: block;
  width: 244px;
}
@media (min-width: 768px) {
  #top #sec01 .what .txtbox .ttl img {
    width: 325px;
  }
}
#top #sec01 .what .txtbox .ttl02 {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #top #sec01 .what .txtbox .ttl02 {
    font-size: 2.4rem;
  }
}
#top .windowA {
  position: relative;
  height: 200px;
}
@media (min-width: 768px) {
  #top .windowA {
    height: 400px;
  }
}
#top .windowA .trim {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}
#top .windowA .trim img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0%;
  right: 0%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #sec02 {
  background-color: #8D96A0;
  color: #ffffff;
}
@media (min-width: 768px) {
  #top #sec02 {
    position: relative;
  }
  #top #sec02:before {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0F174A;
  }
}
@media (min-width: 768px) {
  #top #sec02 .sec02_doc {
    display: flex;
    gap: 0 90px;
  }
}
#top #sec02 .sec02_doc .blocks {
  padding: 60px 15px;
  position: relative;
}
@media (min-width: 768px) {
  #top #sec02 .sec02_doc .blocks {
    width: calc((100% - 90px) / 2);
    padding: 80px 0;
  }
}
#top #sec02 .sec02_doc .blocks:before {
  content: "";
  display: block;
  position: absolute;
  top: 46%;
  left: -15px;
  right: -15px;
  bottom: 0;
  background-color: #0F174A;
}
@media (min-width: 768px) {
  #top #sec02 .sec02_doc .blocks:before {
    content: none;
  }
}
#top #sec02 .sec02_doc .blocks > * {
  position: relative;
}
@media (min-width: 768px) {
  #top #sec02 .sec02_doc .titles {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0 20px;
  }
}
#top #sec02 .ttl span {
  display: block;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 700;
}
@media (min-width: 768px) {
  #top #sec02 .ttl span {
    font-size: 1.6rem;
  }
}
#top #sec02 .ttl img {
  display: block;
}
#top #sec02 .ttl.bus img {
  width: 266px;
}
@media (min-width: 768px) {
  #top #sec02 .ttl.bus img {
    width: 251px;
  }
}
#top #sec02 .ttl.case img {
  width: 259px;
}
@media (min-width: 768px) {
  #top #sec02 .ttl.case img {
    width: 244px;
  }
}
#top #sec02 .sec02_h3 {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #top #sec02 .sec02_h3 {
    font-size: 2.4rem;
  }
}
#top #sec02 .imgs {
  display: block;
}
#top #sec02 .imgs img {
  width: 100%;
}
#top #sec02 .sub {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 10px 10px;
}
@media (min-width: 768px) {
  #top #sec02 .sub {
    grid-template-columns: 53% 1fr;
  }
}
#top #sec02 .sub a {
  color: #ffffff;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #top #sec02 .sub a {
    font-size: 1.6rem;
  }
}
#top #sec03 {
  background-color: #1C2C89;
  position: relative;
}
#top #sec03:before {
  content: "";
  display: block;
  width: 194px;
  aspect-ratio: 450/199;
  position: absolute;
  top: 0;
  right: 15px;
  background: url(../img/top/icn01.png) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  #top #sec03:before {
    width: 31.25vw;
    max-width: 450px;
    right: 10%;
  }
}
#top #sec03 .inner {
  padding: 60px 15px;
}
@media (min-width: 768px) {
  #top #sec03 .inner {
    padding: 80px 60px 0;
    display: flex;
    position: relative;
  }
  #top #sec03 .inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 155px;
    left: 25%;
    right: calc((100vw - 100% - var(--scrollVar)) / -2);
    bottom: 0;
    background-color: #ffffff;
  }
  #top #sec03 .inner > * {
    position: relative;
  }
}
#top #sec03 .imgs {
  display: block;
  width: 70.4%;
  margin-left: calc((100vw - 100% - var(--scrollVar)) / -2);
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #top #sec03 .imgs {
    margin-left: 0;
    width: 44.1666666667%;
    flex-shrink: 0;
  }
}
#top #sec03 .imgs img {
  width: 100%;
}
#top #sec03 .ttl span {
  display: block;
  font-size: 1.4rem;
  color: #1C2C89;
  font-weight: 700;
}
@media (min-width: 768px) {
  #top #sec03 .ttl span {
    font-size: 1.6rem;
  }
}
#top #sec03 .ttl picture {
  display: block;
  width: 277px;
}
@media (min-width: 768px) {
  #top #sec03 .ttl picture {
    width: 100%;
    max-width: 503px;
  }
}
#top #sec03 .ttl picture img {
  display: block;
  width: 100%;
}
#top #sec03 .cont {
  background-color: #ffffff;
  padding: 30px 0 80px 30px;
  position: relative;
}
@media (min-width: 768px) {
  #top #sec03 .cont {
    padding: 80px 60px 24%;
    margin-top: 75px;
  }
}
#top #sec03 .cont:before {
  content: "";
  display: block;
  position: absolute;
  top: -36vw;
  left: 0;
  right: -30px;
  bottom: 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  #top #sec03 .cont:before {
    top: 0;
    right: calc((100vw - 100% - var(--scrollVar)) / -2);
    content: none;
  }
}
#top #sec03 .cont > * {
  position: relative;
}
#top #sec03 .ttl02 {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #top #sec03 .ttl02 {
    font-size: 2.4rem;
  }
}
#top #sec03 .imgs2 {
  display: block;
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 208px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (min-width: 768px) {
  #top #sec03 .imgs2 {
    width: 56.7164179104%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    bottom: -40px;
  }
}
#top #sec03 .imgs2 img {
  width: 100%;
}
#top #sec04 {
  padding-top: 40px;
  background: url(../img/top/bg_sec04.jpg) no-repeat center/cover;
  padding-top: 140px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #top #sec04 {
    padding-top: 180px;
  }
}
#top #sec04 .container {
  position: relative;
}
#top #sec04 .container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
  bottom: 0;
  background-color: #ffffff;
}
#top #sec04 .container > * {
  position: relative;
}
#top #sec04 .inner {
  padding: 40px 15px;
}
@media (min-width: 768px) {
  #top #sec04 .inner {
    background-color: #ffffff;
    padding: 60px 15px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #top #sec04 .inner .inner_in {
    display: inline-flex;
    gap: 0 80px;
    max-width: 756px;
  }
  #top #sec04 .inner .inner_in > * {
    text-align: left;
  }
}
@media (min-width: 768px) {
  #top #sec04 .ttl {
    flex-shrink: 0;
  }
}
#top #sec04 .ttl span {
  display: block;
  font-size: 1.4rem;
  color: #1C2C89;
  font-weight: 700;
}
@media (min-width: 768px) {
  #top #sec04 .ttl span {
    font-size: 1.6rem;
  }
}
#top #sec04 .ttl img {
  display: block;
  width: 183px;
}
@media (min-width: 768px) {
  #top #sec04 .ttl img {
    width: 244px;
  }
}
#top #sec04 .ttl02 {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #top #sec04 .ttl02 {
    font-size: 2.4rem;
  }
}

#recruit .h1_title_bar .en {
  width: 91px;
}
@media (min-width: 768px) {
  #recruit .h1_title_bar .en {
    width: 170px;
  }
}
#recruit .recruit_mainVisual {
  width: 100%;
  overflow: clip;
  position: relative;
}
#recruit .recruit_mainVisual > * {
  position: relative;
}
#recruit .recruit_mainVisual:before {
  content: "";
  display: block;
  position: absolute;
  width: 2827px;
  height: 484px;
  background: url(../img/recruit/bg_mv.png) no-repeat center bottom;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 15px));
          transform: translateX(calc(-50% + 15px));
}
#recruit .recruit_mainVisual .base_img {
  display: block;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
#recruit #sec01 {
  background-color: #95D9ED;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  #recruit #sec01 {
    padding-bottom: 45px;
  }
}
#recruit #sec01 .white {
  background-color: #F7F7F7;
  padding: 15px 0 130px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 130px));
}
@media (min-width: 768px) {
  #recruit #sec01 .white {
    padding: 35px 0 130px;
  }
}
#recruit #sec01 .white .ttl_white {
  font-weight: 700;
  color: #1C2C89;
  max-width: 309px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #recruit #sec01 .white .ttl_white {
    font-size: 2rem;
    text-align: center;
    max-width: none;
    max-width: inherit;
  }
}
#recruit #sec01 .sec01_base {
  margin-top: -65px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #recruit #sec01 .sec01_base {
    margin-top: -70px;
  }
}
#recruit #sec01 .h2_sec01 {
  background-color: #0F174A;
  border: 2px #ffffff solid;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}
@media (min-width: 768px) {
  #recruit #sec01 .h2_sec01 {
    padding-top: 50px;
  }
}
#recruit #sec01 .h2_sec01 .txt {
  color: #ffffff;
  font-weight: 900;
  font-size: 2.4rem;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  #recruit #sec01 .h2_sec01 .txt {
    font-size: 3.2rem;
  }
}
#recruit #sec01 .h2_sec01 .icn {
  width: 100%;
  max-width: 440px;
  display: block;
  margin-left: -15px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  #recruit #sec01 .h2_sec01 .icn {
    margin-top: 35px;
    margin-left: 65px;
    margin-bottom: -30px;
  }
}
@media (min-width: 768px) {
  #recruit #sec01 .inner {
    padding: 0 60px;
  }
}
@media (min-width: 768px) {
  #recruit #sec01 .message_ttl {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 0 20px;
  }
  #recruit #sec01 .message_ttl:before {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    background-color: #0F174A;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
#recruit #sec01 .message_ttl .ttl_image {
  display: block;
  margin-top: -15px;
  margin-right: -15px;
  width: 77%;
  margin-left: auto;
}
@media (min-width: 768px) {
  #recruit #sec01 .message_ttl .ttl_image {
    width: 37.5%;
    margin-left: 0;
    margin-right: 0;
    margin-top: -40px;
  }
}
#recruit #sec01 .message_ttl .ttl_image img {
  display: block;
  width: 100%;
}
#recruit #sec01 .message_ttl .ttl_txt {
  margin-top: 40px;
  position: relative;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #recruit #sec01 .message_ttl .ttl_txt {
    flex-grow: 1;
  }
}
#recruit #sec01 .message_ttl .ttl_txt:after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#recruit #sec01 .message_ttl .ttl_txt picture {
  display: block;
  width: 168px;
  margin-left: auto;
  margin-right: auto;
}
#recruit #sec01 .message_ttl .ttl_txt {
  font-size: 2rem;
  color: #0F174A;
  text-align: center;
  font-weight: 700;
}
#recruit #sec01 .message_ttl .bar {
  display: none;
}
@media (min-width: 768px) {
  #recruit #sec01 .message_ttl .bar {
    display: block;
    width: 35.8333333333%;
    height: 50%;
    border-top: 1px #0F174A solid;
    border-left: 1px #0F174A solid;
  }
}
@media (min-width: 768px) {
  #recruit #sec01 .message_body {
    border-left: 1px #0F174A solid;
  }
}
#recruit #sec01 .message_body .body_inner {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 677px;
  margin-left: auto;
  margin-right: auto;
}
#recruit #sec01 .message_body .body_inner p {
  color: #0F174A;
  font-weight: 700;
  padding-top: 1.8rem;
}
#recruit #sec01 .message_body .body_inner .photo {
  padding-top: 1em;
  display: block;
  width: 100%;
  aspect-ratio: 332/248;
}
@media (min-width: 768px) {
  #recruit #sec01 .message_body .body_inner .photo {
    width: 408px;
    aspect-ratio: 408/276;
  }
}
#recruit #sec01 .message_body .body_inner .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit #sec01 .introduction {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
@media (min-width: 768px) {
  #recruit #sec01 .introduction {
    flex-direction: row;
    gap: 0 30px;
    justify-content: center;
  }
}
#recruit #sec01 .introduction > dl {
  background-color: #ffffff;
  border-width: 4px;
  border-radius: 8px;
  border-style: solid;
}
@media (min-width: 768px) {
  #recruit #sec01 .introduction > dl {
    max-width: 400px;
    flex-grow: 1;
  }
}
#recruit #sec01 .introduction > dl > dt {
  display: flex;
  padding-bottom: 1px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  padding: 5px 15px;
  align-items: center;
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
#recruit #sec01 .introduction > dl > dt p {
  flex-grow: 1;
}
#recruit #sec01 .introduction > dl > dt .intro_img {
  width: 48px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  #recruit #sec01 .introduction > dl > dt .intro_img {
    width: 54px;
  }
}
#recruit #sec01 .introduction > dl > dt .intro_img img {
  display: block;
  width: 100%;
}
#recruit #sec01 .introduction > dl > dd {
  padding: 10px;
}
#recruit #sec01 .introduction > dl > dd .detail {
  display: flex;
  gap: 0 15px;
}
#recruit #sec01 .introduction > dl > dd .detail .detail_img {
  width: 96px;
  height: 96px;
}
@media (min-width: 768px) {
  #recruit #sec01 .introduction > dl > dd .detail .detail_img {
    width: 136px;
  }
}
#recruit #sec01 .introduction > dl > dd .detail .detail_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit #sec01 .introduction > dl > dd .detail .bg {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
#recruit #sec01 .introduction > dl > dd .detail .md {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
#recruit #sec01 .introduction > dl > dd .detail .detail_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
#recruit #sec01 .introduction > dl > dd .links {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  gap: 0 10px;
  margin-left: auto;
}
#recruit #sec01 .introduction > dl > dd .links span {
  font-size: 1.4rem;
}
#recruit #sec01 .introduction > dl > dd .links i {
  display: block;
  width: 62px;
  aspect-ratio: 63/32;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#recruit #sec01 .introduction > dl > dd .entry_btn {
  display: block;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media (min-width: 768px) {
  #recruit #sec01 .introduction > dl > dd .entry_btn {
    width: 100%;
    max-width: 344px;
  }
}
#recruit #sec01 .introduction > dl > dd .entry_btn img {
  width: 100%;
}
#recruit #sec01 .introduction > dl.bgn {
  border-color: #9BC53D;
}
#recruit #sec01 .introduction > dl.bgn > dt {
  color: #9BC53D;
  border-bottom-color: #9BC53D;
}
#recruit #sec01 .introduction > dl.bgn > dd {
  color: #9BC53D;
}
#recruit #sec01 .introduction > dl.bgn > dd .links {
  color: #9BC53D;
}
#recruit #sec01 .introduction > dl.bgn > dd .links i {
  background-image: url(../img/recruit/link_arrow01.png);
}
#recruit #sec01 .introduction > dl.pro {
  border-color: #592EA5;
}
#recruit #sec01 .introduction > dl.pro > dt {
  color: #592EA5;
  border-bottom-color: #592EA5;
}
#recruit #sec01 .introduction > dl.pro > dd {
  color: #592EA5;
}
#recruit #sec01 .introduction > dl.pro > dd .links {
  color: #592EA5;
}
#recruit #sec01 .introduction > dl.pro > dd .links i {
  background-image: url(../img/recruit/link_arrow02.png);
}
#recruit #sec02 {
  padding-top: 50px;
}
#recruit #sec02 .h3_ttl {
  position: relative;
  padding-bottom: 10px;
}
#recruit #sec02 .h3_ttl picture {
  display: block;
  width: 196px;
  margin-left: auto;
  margin-right: auto;
}
#recruit #sec02 .h3_ttl picture img {
  width: 100%;
  display: block;
}
#recruit #sec02 .h3_ttl span {
  font-size: 2rem;
  font-weight: 700;
  color: #0F174A;
  display: block;
  text-align: center;
}
#recruit #sec02 .h3_ttl:before {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background-color: #15A4CE;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#recruit #sec02 .inner01 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #recruit #sec02 .inner01 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
#recruit #sec02 .ttl01 {
  color: #0F174A;
  padding-top: 35px;
}
@media (min-width: 768px) {
  #recruit #sec02 .ttl01 {
    text-align: center;
  }
}
#recruit #sec02 .accordion_box {
  margin-top: 15px;
}
@media (min-width: 768px) {
  #recruit #sec02 .accordion_box {
    max-width: 990px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
#recruit #sec02 .accordion_box > dt {
  background-color: #1C2C89;
  color: #ffffff;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 0 12px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #recruit #sec02 .accordion_box > dt {
    gap: 0 18px;
    margin-top: 35px;
  }
}
#recruit #sec02 .accordion_box > dt .illust {
  width: 54px;
  display: block;
}
@media (min-width: 768px) {
  #recruit #sec02 .accordion_box > dt .illust {
    width: 64px;
  }
}
#recruit #sec02 .accordion_box > dt .illust img {
  display: block;
  width: 100%;
}
#recruit #sec02 .accordion_box > dt .prof > * {
  display: block;
}
@media (min-width: 768px) {
  #recruit #sec02 .accordion_box > dt .prof > * {
    display: inline-block;
  }
}
#recruit #sec02 .accordion_box > dt .prof strong {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #recruit #sec02 .accordion_box > dt .prof strong {
    font-size: 1.8rem;
    margin-right: 1em;
  }
}
#recruit #sec02 .accordion_box > dt .prof span {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #recruit #sec02 .accordion_box > dt .prof span {
    font-size: 1.8rem;
  }
}
#recruit #sec02 .accordion_box > dt .icn {
  width: 40px;
  height: 40px;
  background-color: #15A4CE;
  margin-left: auto;
  position: relative;
}
#recruit #sec02 .accordion_box > dt .icn:before, #recruit #sec02 .accordion_box > dt .icn:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 10px;
  top: 19px;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#recruit #sec02 .accordion_box > dt .icn:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#recruit #sec02 .accordion_box > dt.open .icn:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#recruit #sec02 .accordion_box > dd {
  display: none;
  padding: 15px 30px;
}
@media (min-width: 768px) {
  #recruit #sec02 .accordion_box > dd {
    padding: 30px 60px;
  }
}
#recruit #sec02 .accordion_box > dd .interviw_body {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  #recruit #sec02 .accordion_box > dd .interviw_body {
    grid-template-columns: 1fr 36.1904761905%;
    gap: 15px 40px;
  }
}
@media (min-width: 768px) {
  #recruit #sec02 .accordion_box > dd .interviw_body > picture {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
#recruit #sec02 .accordion_box > dd .message {
  position: relative;
  margin-top: 25px;
}
@media (min-width: 768px) {
  #recruit #sec02 .accordion_box > dd .message {
    display: flex;
  }
}
#recruit #sec02 .accordion_box > dd .message:before {
  content: "";
  display: block;
  width: 100%;
  background-color: rgba(21, 164, 206, 0.15);
  position: absolute;
  top: 67px;
  bottom: 0;
  border-radius: 24px;
}
@media (min-width: 768px) {
  #recruit #sec02 .accordion_box > dd .message:before {
    top: 10px;
  }
}
#recruit #sec02 .accordion_box > dd .message > * {
  position: relative;
}
#recruit #sec02 .accordion_box > dd .message > picture {
  display: block;
  width: 174px;
}
@media (min-width: 768px) {
  #recruit #sec02 .accordion_box > dd .message > picture {
    padding-left: 20px;
    padding-bottom: 15px;
    flex-shrink: 0;
  }
}
#recruit #sec02 .accordion_box > dd .message > picture img {
  display: block;
  width: 100%;
}
#recruit #sec02 .accordion_box > dd .message > p {
  padding: 0 24px 24px;
  color: #15A4CE;
}
@media (min-width: 768px) {
  #recruit #sec02 .accordion_box > dd .message > p {
    padding: 32px 20px 24px;
  }
}
#recruit #sec03 {
  background-color: #EFF0F2;
  padding: 50px 0;
}
@media (min-width: 768px) {
  #recruit #sec03 {
    padding: 90px 0;
  }
}
#recruit #sec03 .h3_ttl {
  position: relative;
  padding-bottom: 10px;
}
#recruit #sec03 .h3_ttl picture {
  display: block;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
}
#recruit #sec03 .h3_ttl picture img {
  width: 100%;
  display: block;
}
#recruit #sec03 .h3_ttl span {
  font-size: 2rem;
  font-weight: 700;
  color: #0F174A;
  display: block;
  text-align: center;
}
#recruit #sec03 .h3_ttl:before {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background-color: #15A4CE;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#recruit #sec03 .gaikan {
  max-width: 990px;
  padding: 0 15px;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  #recruit #sec03 .gaikan {
    margin: 40px auto 0;
  }
}
#recruit #sec03 .gaikan > *:not(:first-of-type) {
  margin-top: 25px;
}
#recruit #sec03 .gaikan .h4_ttl {
  color: #ffffff;
  font-weight: 500;
  background-color: #15A4CE;
  padding: 0.5em 1em;
}
#recruit #sec03 .gaikan .h4_ttl:not(:first-of-type) {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  #recruit #sec03 .gaikan .h4_ttl:not(:first-of-type) {
    margin: 40px 0 0;
  }
}
#recruit #sec03 .swiperbox {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #recruit #sec03 .swiperbox {
    padding: 0;
  }
}
#recruit #sec03 .swiperbox .swiper-slide img {
  display: block;
  width: 100%;
}
#recruit #sec03 .swiperbox .swiper-slide p {
  font-size: 1.4rem;
}
#recruit #sec03 .swiperbox .swiper-button-prev,
#recruit #sec03 .swiperbox .swiper-button-next {
  width: 40px;
  height: 40px;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#recruit #sec03 .swiperbox .swiper-button-prev:after,
#recruit #sec03 .swiperbox .swiper-button-next:after {
  content: none;
}
#recruit #sec03 .swiperbox .swiper-button-prev {
  background: url(../img/recruit/btn_prev.png) no-repeat center/contain;
  left: 0;
}
#recruit #sec03 .swiperbox .swiper-button-next {
  background: url(../img/recruit/btn_next.png) no-repeat center/contain;
  right: 0;
}
#recruit #sec03 .swiperbox .swiper-pagination {
  position: static;
}
#recruit #sec03 .swiperbox .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 16px;
  background-color: #15A4CE;
  opacity: 1;
}
#recruit #sec03 .swiperbox .swiper-pagination-bullet-active {
  background-color: #ffffff;
  border: 1px #15A4CE solid;
}
#recruit #sec04 {
  background-color: #95D9ED;
  position: relative;
  padding: 70px 0 50px;
}
#recruit #sec04:before {
  content: "";
  display: block;
  width: 100%;
  height: 308px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/recruit/bg_sec04.jpg) no-repeat center/cover;
}
#recruit #sec04 > * {
  position: relative;
}
#recruit #sec04 .sec04box {
  background-color: #ffffff;
  padding: 20px 0;
}
@media (min-width: 768px) {
  #recruit #sec04 .sec04box {
    padding: 40px 0;
  }
}
#recruit #sec04 .h2_sec04 picture {
  display: block;
  width: 48px;
  margin: 0 auto;
}
#recruit #sec04 .h2_sec04 picture img {
  display: block;
  width: 100%;
}
#recruit #sec04 .h2_sec04 span {
  font-size: 2.6rem;
  font-weight: 700;
  display: block;
  text-align: center;
}
#recruit #sec04 .ttl_sec04_01 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #recruit #sec04 .ttl_sec04_01 {
    font-size: 2.4rem;
    margin-top: 20px;
  }
}
#recruit #sec04 .imgtxt {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
@media (min-width: 768px) {
  #recruit #sec04 .imgtxt {
    flex-direction: row;
    gap: 0 30px;
    max-width: 730px;
    margin: 15px auto 0;
    align-items: center;
  }
}
#recruit #sec04 .imgtxt picture {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #recruit #sec04 .imgtxt picture {
    width: 43.4246575342%;
    flex-shrink: 0;
  }
}
#recruit #sec04 .imgtxt picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 328/160;
}
@media (min-width: 768px) {
  #recruit #sec04 .imgtxt picture img {
    aspect-ratio: 317/210;
  }
}
#recruit #sec04 .imgtxt p {
  color: #0F174A;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
}
#recruit #sec04 .naiyou {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}
#recruit #sec04 .naiyou > dt {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0.3em 1em;
  border-radius: 1000px;
}
@media (min-width: 768px) {
  #recruit #sec04 .naiyou > dt {
    padding: 0.5em 1.5em;
    max-width: 800px;
    margin: 0 auto;
  }
}
#recruit #sec04 .naiyou > dt small {
  font-size: 1.6rem;
}
#recruit #sec04 .naiyou > dd {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #recruit #sec04 .naiyou > dd {
    max-width: 730px;
    margin: 10px auto 0;
  }
}
#recruit #sec04 .naiyou > dd p ~ p {
  margin-top: 1em;
}
#recruit #sec04 #beginner {
  border: 4px #9BC53D solid;
  border-radius: 8px;
}
#recruit #sec04 #beginner .h2_sec04 span {
  color: #9BC53D;
}
#recruit #sec04 #beginner .ttl_sec04_01 {
  color: #9BC53D;
}
#recruit #sec04 #beginner .naiyou > dt {
  background-color: #9BC53D;
}
#recruit #sec04 #professional {
  border: 4px #592EA5 solid;
  border-radius: 8px;
  margin-top: 50px;
}
#recruit #sec04 #professional .h2_sec04 span {
  color: #592EA5;
}
#recruit #sec04 #professional .ttl_sec04_01 {
  color: #592EA5;
}
#recruit #sec04 #professional .naiyou > dt {
  background-color: #592EA5;
}
#recruit #sec04 .entry_btn {
  display: block;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media (min-width: 768px) {
  #recruit #sec04 .entry_btn {
    width: 100%;
    max-width: 344px;
    margin-top: 25px;
  }
}
#recruit #sec04 .entry_btn img {
  width: 100%;
}
#recruit #sec05 {
  position: relative;
}
#recruit #sec05 .upperimg {
  height: 221px;
  background: url(../img/recruit/bg_sec05_sm.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  #recruit #sec05 .upperimg {
    height: 256px;
    background-image: url(../img/recruit/bg_sec05_md.jpg);
  }
}
#recruit #sec05 .underbar {
  height: 83px;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  #recruit #sec05 .underbar {
    height: 64px;
  }
}
#recruit #sec05 .cont {
  position: absolute;
  max-width: 1080px;
  width: 100%;
  height: 86px;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  #recruit #sec05 .cont {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#recruit #sec05 .cont .icn {
  position: absolute;
  display: block;
  width: 324px;
  aspect-ratio: 324/86;
  background: url(../img/recruit/bg_sec05_icn.png) no-repeat center/contain;
  bottom: 25px;
  left: 15px;
}
@media (min-width: 768px) {
  #recruit #sec05 .cont .icn {
    width: 415px;
    left: 40px;
  }
}

#what-we-do .mainVisual {
  background-image: url(../img/what-we-do/bg_mv_sm.jpg);
}
@media (min-width: 768px) {
  #what-we-do .mainVisual {
    background-image: url(../img/what-we-do/bg_mv_md.jpg);
  }
}
#what-we-do .mv_h1 picture {
  width: 67px;
}
@media (min-width: 768px) {
  #what-we-do .mv_h1 picture {
    width: 124px;
  }
}
#what-we-do #sec01 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #what-we-do #sec01 {
    margin-top: 35px;
  }
}
#what-we-do #sec01 .strong_flex {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  gap: 30px 0;
}
@media (min-width: 768px) {
  #what-we-do #sec01 .strong_flex {
    gap: 15px 0;
  }
}
#what-we-do #sec01 .strong_flex > ul {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
@media (min-width: 768px) {
  #what-we-do #sec01 .strong_flex > ul {
    flex-direction: row;
    gap: 0 40px;
  }
}
@media (min-width: 768px) {
  #what-we-do #sec01 .strong_flex > ul.rev {
    flex-direction: row-reverse;
  }
}
#what-we-do #sec01 .strong_flex > ul > li:not(.pic) {
  flex-grow: 1;
}
#what-we-do #sec01 .strong_flex .num {
  display: block;
  width: 308px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #what-we-do #sec01 .strong_flex .num {
    width: 302px;
  }
}
#what-we-do #sec01 .strong_flex .num img {
  display: block;
  width: 100%;
}
#what-we-do #sec01 .strong_flex .ttl {
  font-size: 2.2rem;
  padding-left: 15px;
  padding-right: 15px;
  color: #0F174A;
  font-weight: 700;
}
#what-we-do #sec01 .strong_flex .fbox {
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px #0F174A dotted;
  margin-top: 15px;
  padding-top: 15px;
  color: #0F174A;
}
#what-we-do #sec01 .strong_flex .pic {
  width: 100%;
}
@media (min-width: 768px) {
  #what-we-do #sec01 .strong_flex .pic {
    width: 50%;
    flex-shrink: 0;
  }
}
#what-we-do #sec01 .strong_flex .pic img {
  display: block;
  width: 100%;
}
#what-we-do #sec02 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #what-we-do #sec02 {
    margin-top: 100px;
  }
}
#what-we-do #sec02 .main_h3 .en {
  width: 139px;
}
#what-we-do #sec02 .h4_sec02 {
  text-align: center;
  font-size: 2.4rem;
  color: #0F174A;
  font-weight: 700;
  margin-top: 50px;
}
@media (min-width: 768px) {
  #what-we-do #sec02 .h4_sec02 {
    text-align: left;
    font-size: 3.2rem;
  }
}
#what-we-do #sec02 .sec02_kouzi {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 0;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #what-we-do #sec02 .sec02_kouzi {
    gap: 25px 80px;
    margin-top: 40px;
    padding: 0;
  }
}
#what-we-do #sec02 .sec02_kouzi > dl {
  width: 100%;
}
@media (min-width: 768px) {
  #what-we-do #sec02 .sec02_kouzi > dl {
    width: calc((100% - 80px) / 2);
  }
}
#what-we-do #sec02 .sec02_kouzi > dl > dt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0F174A;
}
@media (min-width: 768px) {
  #what-we-do #sec02 .sec02_kouzi > dl > dt {
    font-size: 2rem;
  }
}
#what-we-do #sec02 .sec02_kouzi > dl > dd {
  margin-top: 10px;
}
#what-we-do #sec02 .sec02_kouzi > dl > dd picture {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#what-we-do #sec02 .sec02_kouzi > dl > dd picture img {
  display: block;
  width: 100%;
}

#business .mainVisual {
  background-image: url(../img/business/bg_mv_sm.jpg);
}
@media (min-width: 768px) {
  #business .mainVisual {
    background-image: url(../img/business/bg_mv_md.jpg);
  }
}
#business .mv_h1 picture {
  width: 73px;
}
@media (min-width: 768px) {
  #business .mv_h1 picture {
    width: 134px;
  }
}
#business #sec01 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #business #sec01 {
    margin-top: 35px;
  }
}
#business #sec02 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #business #sec02 {
    margin-top: 60px;
  }
}
#business #sec02 .main_h3 .en {
  width: 205px;
}
#business .h2_business {
  display: flex;
  align-items: flex-start;
  margin-left: -15px;
}
@media (min-width: 768px) {
  #business .h2_business {
    margin-left: 0;
  }
}
#business .h2_business .num {
  width: 74px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  #business .h2_business .num {
    width: 147px;
  }
}
#business .h2_business .txt {
  font-size: 2.7rem;
  color: #0F174A;
  font-weight: 700;
  padding-top: 27px;
}
@media (min-width: 768px) {
  #business .h2_business .txt {
    padding-top: 65px;
    font-size: 4rem;
    margin-left: -0.2em;
  }
}
#business .fulltxt {
  color: #0F174A;
  font-size: 1.8rem;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  line-height: 2;
}
@media (min-width: 768px) {
  #business .fulltxt {
    padding-left: 140px;
  }
}
#business .h2_under {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
@media (min-width: 768px) {
  #business .h2_under {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 140px;
    padding-right: 110px;
    gap: 0 30px;
  }
}
#business .h2_under .txt {
  font-size: 1.8rem;
  color: #0F174A;
  line-height: 2;
}
#business .h2_under .txt.fx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px 0;
}
#business .h2_under .txt.fx .smalltxt {
  font-size: 1.6rem;
  color: #3B3835;
}
#business .h2_under .pic {
  display: block;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  #business .h2_under .pic {
    width: 40.4819277108%;
    flex-shrink: 0;
  }
}
#business .h2_under .pic img {
  display: block;
  width: 100%;
}
#business .h2_under .pic .txt {
  position: absolute;
  font-size: 1.2rem;
  bottom: 5px;
  right: 5px;
  color: #ffffff;
}
#business .h2_under .pic .txt.navy {
  color: #0F174A;
}
#business .h3_business {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 700;
  background-color: #1C2C89;
  padding: 0.2em 1em;
}
@media (min-width: 768px) {
  #business .h3_business {
    font-size: 2rem;
    padding-left: 80px;
  }
}
#business .h4_business {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
#business .h4_business .num {
  width: 50px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  #business .h4_business .num {
    width: 77px;
  }
}
#business .h4_business .txt {
  font-size: 2.4rem;
  color: #1C2C89;
  font-weight: 700;
}
@media (min-width: 768px) {
  #business .h4_business .txt {
    font-size: 3.2rem;
  }
}
#business .workblock {
  padding: 35px 0;
}
#business .workblock.last {
  padding: 10px 0 50px;
}
@media (min-width: 768px) {
  #business .workblock.last {
    padding: 10px 0 100px;
  }
}
#business .workblock:nth-of-type(2n) {
  background-color: #F7F7F7;
}
#business .workblock .worklayout {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
@media (min-width: 768px) {
  #business .workblock .worklayout {
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 92px;
    gap: 0 50px;
  }
}
#business .workblock .worklayout .txtbox {
  padding-left: 65px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media (min-width: 768px) {
  #business .workblock .worklayout .txtbox {
    padding: 0;
    flex-grow: 1;
    gap: 40px 0;
  }
}
#business .workblock .worklayout .txtbox .txtin {
  color: #0F174A;
}
#business .workblock .worklayout .txtbox .txtin .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #business .workblock .worklayout .txtbox .txtin .ttl {
    font-size: 2.4rem;
  }
}
#business .workblock .pic {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #business .workblock .pic {
    width: 35%;
    flex-shrink: 0;
  }
}
#business .workblock .pic img {
  display: block;
  width: 100%;
}
#business .workblock .notice {
  text-align: right;
  color: #0F174A;
  font-size: 1.3rem;
}
#business .business_cont01 {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  #business .business_cont01 {
    margin-top: 25px;
    padding-left: 140px;
    padding-right: 110px;
  }
}
#business .business_intro {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #business .business_intro {
    margin-top: 35px;
  }
}
#business .business_base {
  margin-top: 35px;
}
@media (min-width: 768px) {
  #business .business_base {
    margin-top: 55px;
  }
}
#business #sec04_02 .flexbox,
#business #sec01_03 .flexbox {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media (min-width: 768px) {
  #business #sec04_02 .flexbox,
  #business #sec01_03 .flexbox {
    flex-direction: row;
    gap: 0 60px;
  }
}
#business #sec04_02 .flexbox > *,
#business #sec01_03 .flexbox > * {
  flex-grow: 1;
  background-color: #EFF0F2;
}
@media (min-width: 768px) {
  #business #sec04_02 .flexbox > *,
  #business #sec01_03 .flexbox > * {
    min-height: 176px;
  }
}
#business #sec04_02 .flexbox > * > dt,
#business #sec01_03 .flexbox > * > dt {
  background-color: #8D96A0;
  border-radius: 0 0 1000px 0;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0.2em 1em;
  color: #ffffff;
}
#business #sec04_02 .flexbox > * > dd,
#business #sec01_03 .flexbox > * > dd {
  padding: 1em;
}
@media (min-width: 768px) {
  #business #sec04_02 .flexbox > * > dd,
  #business #sec01_03 .flexbox > * > dd {
    padding: 1em 1.5em;
  }
}
#business #sec02_05 .bluebox {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0F174A;
  text-align: center;
  padding: 1em;
  margin-top: 10px;
  border: 1px #0F174A solid;
}
@media (min-width: 768px) {
  #business #sec02_05 .bluebox {
    margin-top: 20px;
  }
}
#business .list_disc {
  margin-left: 1.5em;
}
#business .list_disc > li {
  list-style: disc outside;
}

#reason .mainVisual {
  background-image: url(../img/reason/bg_mv_sm.jpg);
}
@media (min-width: 768px) {
  #reason .mainVisual {
    background-image: url(../img/reason/bg_mv_md.jpg);
  }
}
#reason .mv_h1 picture {
  width: 103px;
}
@media (min-width: 768px) {
  #reason .mv_h1 picture {
    width: 190px;
  }
}
#reason #sec01 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #reason #sec01 {
    margin-top: 35px;
  }
}
#reason #sec01 .reason_parts {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 768px) {
  #reason #sec01 .reason_parts {
    margin-top: 50px;
  }
}
#reason #sec01 .reason_parts > dl {
  width: 100%;
  background-color: #F7F7F7;
  padding: 15px;
}
@media (min-width: 768px) {
  #reason #sec01 .reason_parts > dl {
    padding: 30px;
    width: calc((100% - 30px) / 2);
  }
}
#reason #sec01 .reason_parts > dl > dt {
  background-color: #ffffff;
  font-size: 2rem;
  color: #1C2C89;
  font-weight: 700;
  text-align: center;
  padding: 0.5em;
}
@media (min-width: 768px) {
  #reason #sec01 .reason_parts > dl > dt {
    font-size: 2.4rem;
  }
}
#reason #sec01 .reason_parts > dl > dd img,
#reason #sec01 .reason_parts > dl > dd picture {
  display: block;
  width: 100%;
}
#reason #sec01 .reason_parts > dl > dd p {
  margin-top: 0.5em;
}
#reason #sec01 .reason_parts > dl > dd p.ttl {
  margin-top: 0.8em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0F174A;
}
#reason .belt {
  height: 120px;
  background: url(../img/reason/bg_belt.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  #reason .belt {
    height: 240px;
    background-size: auto;
  }
}
#reason #sec02 {
  background-color: #1C2C89;
  padding: 50px 0 80px;
}
@media (min-width: 768px) {
  #reason #sec02 {
    padding: 70px 0 120px;
  }
}
#reason #sec02 .counterbox {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  line-height: 1;
}
#reason #sec02 .counterbox > * {
  width: calc((100% - 15px) / 2);
  background-color: #ffffff;
  border-radius: 8px;
  aspect-ratio: 312/240;
  align-content: center;
}
@media (min-width: 768px) {
  #reason #sec02 .counterbox > * {
    width: calc((100% - 30px) / 3);
  }
}
#reason #sec02 .counterbox .dot,
#reason #sec02 .counterbox .count_up,
#reason #sec02 .counterbox .count_up10 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: min(16vw, 60px);
}
@media (min-width: 768px) {
  #reason #sec02 .counterbox .dot,
  #reason #sec02 .counterbox .count_up,
  #reason #sec02 .counterbox .count_up10 {
    font-size: min(12.5vw, 120px);
  }
}
#reason #sec02 .counterbox .dot.small,
#reason #sec02 .counterbox .count_up.small,
#reason #sec02 .counterbox .count_up10.small {
  font-size: min(10.6vw, 40px);
  margin-top: min(4vw, 15px);
}
@media (min-width: 768px) {
  #reason #sec02 .counterbox .dot.small,
  #reason #sec02 .counterbox .count_up.small,
  #reason #sec02 .counterbox .count_up10.small {
    font-size: min(8.3vw, 80px);
    margin-top: min(3.125vw, 30px);
  }
}
#reason #sec02 .counterbox .num {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1C2C89;
  margin-top: min(2.7vw, 10px);
}
#reason #sec02 .counterbox .tani {
  font-size: min(3.2vw, 12px);
  font-weight: 700;
  margin-left: 0.3em;
}
@media (min-width: 768px) {
  #reason #sec02 .counterbox .tani {
    font-size: min(2vw, 20px);
  }
}
#reason #sec02 .counterbox .ttl {
  font-size: min(3.2vw, 12px);
  text-align: center;
  color: #0F174A;
  font-weight: 700;
}
@media (min-width: 768px) {
  #reason #sec02 .counterbox .ttl {
    font-size: min(2.1vw, 20px);
  }
}
#reason #sec02 .counterbox .note {
  text-align: center;
  font-size: min(2.1vw, 8px);
}
@media (min-width: 768px) {
  #reason #sec02 .counterbox .note {
    font-size: min(14.6vw, 14px);
  }
}

#case .mainVisual {
  background-image: url(../img/case/bg_mv_sm.jpg);
}
@media (min-width: 768px) {
  #case .mainVisual {
    background-image: url(../img/case/bg_mv_md.jpg);
  }
}
#case .mv_h1 picture {
  width: 70px;
}
@media (min-width: 768px) {
  #case .mv_h1 picture {
    width: 130px;
  }
}
#case #sec01 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #case #sec01 {
    margin-top: 35px;
  }
}
#case #sec02 {
  margin-top: 25px;
  padding: 50px 0;
  background-color: #F7F7F7;
}
@media (min-width: 768px) {
  #case #sec02 {
    margin-top: 50px;
    padding: 100px 0;
  }
}
#case #sec02 .case_block {
  background-color: #FFFFFF;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #case #sec02 .case_block {
    padding-bottom: 70px;
  }
}
#case #sec02 .case_block:before {
  content: "";
  display: table;
  height: 0;
}
#case #sec02 .case_block ~ .case_block {
  margin-top: 60px;
}
#case #sec02 .h3_case {
  display: block;
  width: 119px;
  margin-top: -23px;
}
#case #sec02 .h3_case img {
  display: block;
  width: 100%;
}
#case #sec02 .case_dl {
  padding: 0 15px;
}
@media (min-width: 768px) {
  #case #sec02 .case_dl {
    max-width: 800px;
    margin: 0 auto;
  }
}
#case #sec02 .case_dl > dt {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #0F174A;
  padding: 0.5em;
  background-color: #EFF0F2;
  border-radius: 8px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  #case #sec02 .case_dl > dt {
    font-size: 2.4rem;
  }
}
#case #sec02 .case_dl > dt small {
  font-size: 1.4rem;
  margin-left: 0.5em;
}
#case #sec02 .case_dl > dd {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #case #sec02 .case_dl > dd {
    max-width: 640px;
    margin: 20px auto 0;
  }
}
#case #sec02 .case_dl .case_col {
  display: flex;
  margin-top: 15px;
}
#case #sec02 .case_dl .case_col .case_col_num {
  flex-shrink: 0;
  font-size: 1.8rem;
  color: #0F174A;
  font-weight: 700;
}
#case #sec02 .case_dl .case_col .case_col_fld {
  flex-grow: 1;
}
#case #sec02 .case_dl .case_col .case_col_fld .ttl {
  color: #0F174A;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.2em;
}

#aboutus .mainVisual {
  background-image: url(../img/aboutus/bg_mv_sm.jpg);
}
@media (min-width: 768px) {
  #aboutus .mainVisual {
    background-image: url(../img/aboutus/bg_mv_md.jpg);
  }
}
#aboutus .mv_h1 picture {
  width: 50px;
}
@media (min-width: 768px) {
  #aboutus .mv_h1 picture {
    width: 92px;
  }
}
#aboutus #sec01 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #aboutus #sec01 {
    margin-top: 35px;
  }
}
#aboutus #linktag {
  display: none;
}
@media (min-width: 768px) {
  #aboutus #linktag {
    padding: 70px 0 55px;
    display: block;
  }
}
#aboutus #sec02 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #aboutus #sec02 {
    margin-top: 0;
  }
}
#aboutus #sec02 .main_h3 .en {
  width: 148px;
}
#aboutus #sec02 .bg_president {
  background-color: #f1f0f5;
  background-image: url(../img/aboutus/bg_sec02.png);
  background-position: left 58% bottom;
  background-repeat: no-repeat;
  background-size: 1000px auto;
  padding-bottom: 300px;
}
@media (min-width: 768px) {
  #aboutus #sec02 .bg_president {
    background-position: center;
    background-size: auto;
    height: 756px;
    font-size: 1.8rem;
  }
}
#aboutus #sec02 .bg_president .container960 {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #aboutus #sec02 .bg_president .container960 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#aboutus #sec03 .main_h3 .en {
  width: 185px;
}
#aboutus #sec03 .bg_sec03 {
  position: relative;
  padding: 75px 0;
}
@media (min-width: 768px) {
  #aboutus #sec03 .bg_sec03 {
    padding: 0;
    height: 744px;
  }
}
#aboutus #sec03 .bg_sec03:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/aboutus/bg_sec03.png);
  background-position: left 64% bottom;
  background-repeat: no-repeat;
  background-size: 1100px auto;
  opacity: 0.1;
}
@media (min-width: 768px) {
  #aboutus #sec03 .bg_sec03:before {
    background-position: center bottom -120px;
    background-size: auto;
  }
}
#aboutus #sec03 .container960 {
  padding-left: 30px;
  padding-right: 30px;
  align-content: center;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  #aboutus #sec03 .container960 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#aboutus #sec04 .main_h3 .en {
  width: 110px;
}
#aboutus #sec04 .bg_gray {
  background-color: #F7F7F7;
  padding: 20px 0 50px;
}
@media (min-width: 768px) {
  #aboutus #sec04 .bg_gray {
    padding: 40px 0 140px;
  }
}
#aboutus #sec04 .table_profile {
  border-top: 1px #A5A8AC solid;
  border-left: 1px #A5A8AC solid;
  border-right: 1px #A5A8AC solid;
}
@media (min-width: 768px) {
  #aboutus #sec04 .table_profile {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #aboutus #sec04 .table_profile > dl {
    display: table-row;
  }
}
#aboutus #sec04 .table_profile > dl > dt {
  padding: 0.5em 1em;
  background-color: #EFF0F2;
  border-bottom: 1px #A5A8AC solid;
}
@media (min-width: 768px) {
  #aboutus #sec04 .table_profile > dl > dt {
    display: table-cell;
    border-right: 1px #A5A8AC solid;
    width: 184px;
  }
}
#aboutus #sec04 .table_profile > dl > dd {
  padding: 0.5em 1em;
  background-color: #FFFFFF;
  border-bottom: 1px #A5A8AC solid;
}
@media (min-width: 768px) {
  #aboutus #sec04 .table_profile > dl > dd {
    border-bottom: 1px #A5A8AC solid;
    display: table-cell;
  }
}
#aboutus #sec05 {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #aboutus #sec05 {
    padding-bottom: 100px;
  }
}
#aboutus #sec05 .main_h3 .en {
  width: 171px;
}
#aboutus #sec05 .container960 {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  #aboutus #sec05 .container960 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#aboutus #sec05 .area_block {
  padding: 25px 0 35px;
  position: relative;
}
#aboutus #sec05 .area_block:after {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  right: -30px;
  height: 1px;
  bottom: 0;
  border-bottom: 1px #8D96A0 dotted;
}
@media (min-width: 768px) {
  #aboutus #sec05 .area_block:after {
    left: 0;
    right: 0;
  }
}
#aboutus #sec05 .area_block > dl {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
@media (min-width: 768px) {
  #aboutus #sec05 .area_block > dl {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
@media (min-width: 768px) {
  #aboutus #sec05 .area_block > dl.kawasaki {
    align-items: flex-end;
  }
}
#aboutus #sec05 .area_block > dl.kawasaki .pic_block {
  margin-top: 12px;
}
@media (min-width: 768px) {
  #aboutus #sec05 .area_block > dl.kawasaki .pic_block {
    margin-top: 48px;
  }
}
@media (min-width: 768px) {
  #aboutus #sec05 .area_block > dl.kawasaki > dt {
    padding-left: 0;
  }
}
#aboutus #sec05 .area_block > dl > dt {
  color: #0F174A;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  #aboutus #sec05 .area_block > dl > dt {
    width: 50%;
    padding-left: 50px;
    padding-right: 24px;
  }
}
#aboutus #sec05 .area_block > dl > dt h4 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #aboutus #sec05 .area_block > dl > dt h4 {
    font-size: 2.4rem;
  }
}
#aboutus #sec05 .area_block > dl > dd {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  #aboutus #sec05 .area_block > dl > dd {
    width: 50%;
    padding-right: 24px;
  }
}
#aboutus #sec05 .area_block > dl > dd.gmap {
  height: 384px;
  position: relative;
}
#aboutus #sec05 .area_block > dl > dd.gmap iframe {
  position: absolute;
  width: calc(100% + 60px);
  height: 384px;
  top: 0;
  left: -30px;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  #aboutus #sec05 .area_block > dl > dd.gmap iframe {
    width: calc(100% - 24px);
    left: 0;
  }
}
#aboutus #sec05 .area_block .pic_block {
  margin-right: -30px;
}
@media (min-width: 768px) {
  #aboutus #sec05 .area_block .pic_block {
    margin-right: 0;
  }
}
#aboutus #sec05 .area_block .photos {
  display: flex;
  gap: 0 8px;
  overflow-x: auto;
  width: 100%;
  margin-right: -15px;
}
#aboutus #sec05 .area_block .photos picture {
  width: 224px;
  flex-shrink: 0;
}
#aboutus #sec05 .area_block .photos img {
  display: block;
  width: 100%;
}
#aboutus #sec05 .area_block .maplink {
  display: inline-block;
  color: #15A4CE;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  #aboutus #sec05 .area_block .maplink {
    margin-top: 16px;
  }
}
#aboutus #sec06 .bg_gray {
  background-color: #F7F7F7;
  background-image: url(../img/aboutus/bg_sec06.png);
  background-repeat: no-repeat;
  background-size: 550px auto;
  background-position: right -120px bottom -70px;
  padding: 30px 0 80px;
}
@media (min-width: 768px) {
  #aboutus #sec06 .bg_gray {
    background-size: auto;
    background-position: right -160px bottom 16px;
    padding: 40px 0 100px;
  }
}
#aboutus #sec06 .main_h3 .en {
  width: 123px;
}
@media (min-width: 768px) {
  #aboutus .table_history > dl {
    display: flex;
  }
  #aboutus .table_history > dl:not(:first-of-type) {
    margin-top: 8px;
  }
}
#aboutus .table_history > dl > dt {
  color: #0F174A;
  font-weight: 700;
  padding: 0.5em 1em;
  background-color: #EFF0F2;
}
@media (min-width: 768px) {
  #aboutus .table_history > dl > dt {
    padding: 1em 2em;
    width: 120px;
    flex-shrink: 0;
  }
}
#aboutus .table_history > dl > dd {
  background-color: #FFFFFF;
  padding: 0.5em 1em;
}
@media (min-width: 768px) {
  #aboutus .table_history > dl > dd {
    flex-grow: 1;
    padding: 1em 2em;
  }
}
#aboutus .table_history > dl > dd .nenpyo {
  display: flex;
  gap: 0 1em;
}
#aboutus .table_history > dl > dd .nenpyo > *:nth-child(1) {
  width: 3.3em;
  flex-shrink: 0;
  color: #0F174A;
  font-weight: 700;
  text-align: right;
}
@media (min-width: 768px) {
  #aboutus .table_history > dl > dd .nenpyo > *:nth-child(1) {
    width: 2.5em;
  }
}
#aboutus .table_history > dl > dd .nenpyo > *:nth-child(2) {
  flex-grow: 1;
}

#privacy {
  background-color: #F7F7F7;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  #privacy {
    padding-bottom: 120px;
  }
}
#privacy .h1_title_bar .en {
  width: 177px;
}
@media (min-width: 768px) {
  #privacy .h1_title_bar .en {
    width: 329px;
  }
}
#privacy #sec01 {
  margin-top: 35px;
}
#privacy #sec01 .whitebox {
  background-color: #ffffff;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  #privacy #sec01 .whitebox {
    padding: 60px 15px;
  }
}
#privacy #sec01 .whitebox .inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#privacy #sec01 .whitebox .inner .txt ~ .txt {
  margin-top: 1em;
}

#contact {
  background-color: #F7F7F7;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  #contact {
    padding-bottom: 120px;
  }
}
#contact .h1_title_bar .en {
  width: 96px;
}
@media (min-width: 768px) {
  #contact .h1_title_bar .en {
    width: 179px;
  }
}
#contact .ttl_contact .b_line {
  background-color: #0F174A;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 0.8em 1em;
}
@media (min-width: 768px) {
  #contact .ttl_contact .b_line {
    padding: 1.3em 1em;
  }
}
#contact .ttl_contact .telbox {
  background-color: #FFFFFF;
  text-align: center;
  padding: 15px;
  color: #0F174A;
}
@media (min-width: 768px) {
  #contact .ttl_contact .telbox {
    padding: 30px 15px;
  }
}
#contact .ttl_contact .telbox a {
  font-size: 3.6rem;
  color: #0F174A;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  #contact .ttl_contact .telbox a {
    font-size: 5.6rem;
    pointer-events: none;
    cursor: default;
  }
}
#contact #sec01 {
  margin-top: 35px;
}
#contact .form_base {
  background-color: #FFFFFF;
  margin-top: 15px;
  padding: 0 15px 15px;
}
@media (min-width: 768px) {
  #contact .form_base {
    padding: 0 40px 60px;
  }
}
#contact .form_base span {
  display: block;
}
#contact .form_base .privacybox {
  max-width: 352px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #contact .form_base .privacybox {
    padding-left: 0;
    padding-right: 0;
    margin-top: 50px;
  }
}
#contact .form_base .privacybox .ckb {
  margin-left: -16px;
}
#contact .form_base .privacybox .ckb label {
  display: flex;
}
#contact .form_base .privacybox .ckb .wpcf7-list-item {
  margin-left: 0;
  display: flex;
  gap: 0 0.5em;
}
#contact .form_base .privacybox a {
  color: #1C2C89;
  text-decoration: underline;
}
#contact .form_base input[type=submit] {
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
  background-color: #1C2C89;
  color: #FFFFFF;
  border: none;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.8em;
  cursor: pointer;
  margin-top: 25px;
}
@media (min-width: 768px) {
  #contact .form_base input[type=submit] {
    margin-top: 50px;
  }
}
#contact .form_block {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  border-bottom: 1px #9F9F9F dotted;
  padding: 15px 0;
}
@media (min-width: 768px) {
  #contact .form_block {
    padding: 30px 0;
    flex-wrap: nowrap;
  }
}
#contact .form_block input[type=email],
#contact .form_block input[type=text] {
  outline: 0;
  border: none;
  border: 1px #DDDDDD solid;
  border-radius: 4px;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.16);
  width: 100%;
  font-size: 1.6rem;
}
#contact .form_block select {
  outline: 0;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  border: 1px #DDDDDD solid;
  border-radius: 4px;
  padding: 5px 1em;
  background: url(../img/contact/bg_select.png) no-repeat right 24px center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.6rem;
}
#contact .form_block select:focus {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  border: 1px #DDDDDD solid;
  border-radius: 4px;
}
#contact .form_block textarea {
  width: 100%;
  height: 8em;
  font-size: 1.6rem;
  outline: 0;
  border: none;
  border: 1px #DDDDDD solid;
  border-radius: 4px;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.16);
}
#contact .form_block .items {
  font-weight: 500;
}
@media (min-width: 768px) {
  #contact .form_block .items {
    width: 13.5416666667%;
    flex-shrink: 0;
  }
}
#contact .form_block .necessary {
  width: 48px;
  flex-shrink: 0;
}
#contact .form_block .necessary span {
  font-size: 1.4rem;
  color: #FFFFFF;
  background-color: #15A4CE;
  padding: 0.2em 0;
  border-radius: 4px;
  text-align: center;
}
#contact .form_block .inputbox {
  width: 100%;
  display: flex;
  gap: 0 15px;
}
@media (min-width: 768px) {
  #contact .form_block .inputbox {
    flex-shrink: 0;
    width: 47.9166666667%;
  }
}
#contact .form_block .inputbox.textarea {
  flex-grow: 1;
  width: auto;
}
#contact .form_block .inputbox.textarea .txt {
  flex-grow: 1;
}
#contact .form_block .inputbox .ibox {
  display: flex;
  gap: 0 10px;
}
#contact .form_block .inputbox .ibox.box1 {
  width: 100%;
}
#contact .form_block .inputbox .ibox.box2 {
  width: calc((100% - 15px) / 2);
}
#contact .form_block .inputbox .ibox .hozyo {
  width: 2em;
  flex-shrink: 0;
  text-align: right;
}
#contact .form_block .example > span {
  word-break: break-all;
}
@media (min-width: 768px) {
  #contact .form_block .example > span {
    padding-left: 30px;
  }
}
#contact .graybox {
  background-color: #EFF0F2;
  margin-top: 20px;
  padding: 15px;
}
@media (min-width: 768px) {
  #contact .graybox {
    margin-top: 35px;
    padding: 30px;
  }
}
#contact .graybox span {
  text-align: center;
  font-weight: 500;
}
#contact .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}/*# sourceMappingURL=style.css.map */