@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*align---------------------------------*/
.alL {
  text-align: left !important;
}

.alR {
  text-align: right !important;
}

.alC {
  text-align: center !important;
}

/*margin---------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .mb0 {
    margin-bottom: 0 !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0 !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

/*padding---------------------------------*/
.pb0 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .pb0 {
    padding-bottom: 0 !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .pb10 {
    padding-bottom: 5px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .pb20 {
    padding-bottom: 10px !important;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .pb30 {
    padding-bottom: 15px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .pb40 {
    padding-bottom: 20px !important;
  }
}

.pb50 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .pb50 {
    padding-bottom: 25px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}

.pb120 {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 767px) {
  .pb120 {
    padding-bottom: 60px !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .pt0 {
    padding-top: 0 !important;
  }
}

.pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .pt10 {
    padding-top: 5px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .pt20 {
    padding-top: 10px !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .pt30 {
    padding-top: 15px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .pt40 {
    padding-top: 20px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .pt50 {
    padding-top: 25px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .pt60 {
    padding-top: 30px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .pt80 {
    padding-top: 40px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .pt100 {
    padding-top: 50px !important;
  }
}

.pt120 {
  padding-top: 120px !important;
}
@media screen and (max-width: 767px) {
  .pt120 {
    padding-top: 60px !important;
  }
}

/*only---------------------------------*/
.pc_only {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
}

/*color--------------------------------------*/
/*weight--------------------------------------*/
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/*size--------------------------------------*/
.fs-12 {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .fs-12 {
    font-size: 10px;
  }
}

.fs-13 {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .fs-13 {
    font-size: 11px;
  }
}

.fs-15 {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .fs-15 {
    font-size: 13px;
  }
}

.fs-16 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .fs-16 {
    font-size: 13px;
  }
}

.fs-18 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .fs-18 {
    font-size: 15px;
  }
}

.fs-20 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .fs-20 {
    font-size: 18px;
  }
}

.fs-22 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .fs-22 {
    font-size: 18px;
  }
}

.fs-24 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .fs-24 {
    font-size: 20px;
  }
}

.fs-30 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .fs-30 {
    font-size: 24px;
  }
}

.fs-35 {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .fs-35 {
    font-size: 26px;
  }
}

/*style*/
.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.inline_box {
  display: inline-block;
}

/*btn--------------------------------------*/
.n_btn {
  display: inline-block;
  color: #fff;
  border: solid 1px #1B3254;
  padding: 0 28px;
  line-height: 38px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  transition: transform ease 0.5s;
  z-index: 0;
}
.n_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #1B3254;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  transition: transform ease 0.5s;
}
.n_btn:hover {
  color: #1B3254;
  opacity: 1;
}
.n_btn:hover::before {
  transform-origin: 100% 50%;
  transform: scaleX(0);
}
.n_btn.reverse {
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  color: #1B3254;
  min-width: 250px;
  line-height: 58px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .n_btn.reverse {
    max-width: 250px;
  }
}
.n_btn.reverse::before {
  background-color: #1B3254;
  transform: scaleX(0);
  transform-origin: 100% 50%;
}
.n_btn.reverse:hover {
  color: #fff;
  opacity: 1;
}
.n_btn.reverse:hover::before {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.n_btn.long {
  min-width: 400px;
}
@media screen and (max-width: 767px) {
  .n_btn.long {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
  }
}
.n_btn i {
  font-size: 12px;
}

.arrow_btn {
  display: inline-block;
  background-color: #1B3254;
  color: #fff;
  padding: 0 28px;
  line-height: 60px;
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  max-width: 250px;
  width: 100%;
  font-size: 15px;
  line-height: 58px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .arrow_btn {
    max-width: 300px;
  }
}
.arrow_btn::after {
  content: "\f105";
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: ease 0.5s;
}
.arrow_btn:hover::after {
  right: 15px;
}

.logo_btn {
  display: inline-block;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.logo_btn:hover {
  transform: scale(1.05);
}
.logo_btn:hover img {
  opacity: 1;
}

/*------------------------共通----------------------*/
html {
  width: 100%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Roboto", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  color: #222;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.wrapper {
  overflow-x: hidden;
}

p {
  line-height: 2.2;
  text-align: justify;
}

img {
  max-width: 100%;
}

a {
  transition: all 0.5s ease;
}
a img {
  transition: all 0.5s ease;
}
a:hover img {
  opacity: 0.7;
}
a.u_line {
  position: relative;
}
a.u_line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 1px;
  background-color: #212A37;
  transition: ease 0.5s;
}
a.u_line:hover {
  opacity: 1;
}
a.u_line:hover::after {
  width: 100%;
}

.page_width {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .page_width {
    padding: 0 20px;
  }
}

.cont_width {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .cont_width {
    padding: 0 20px;
  }
}

.ttl_block {
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.ttl_block::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  background-color: #1A4291;
  transform: translateX(-50%);
}
.ttl_block.kaso {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .ttl_block.kaso {
    margin-bottom: 50px;
  }
}
.ttl_block.kaso::after {
  width: 15px;
}
.ttl_block h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
}
.ttl_block h3 {
  font-size: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .ttl_block h3 {
    font-size: 20px;
  }
}
.ttl_block p {
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #212A37;
}

/*------------------------ヘッダー----------------------*/
.h_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 1000;
  max-width: 1200px;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .h_top {
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .h_top {
    height: 60px;
  }
}
.h_top .h_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
}
@media screen and (max-width: 767px) {
  .h_top .h_logo {
    height: 100%;
  }
}
.h_top .h_logo h1 {
  padding: 10px 0;
}
@media screen and (max-width: 999px) {
  .h_top .h_logo h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .h_top .h_logo h1 {
    padding: 10px 0 5px;
  }
}
@media screen and (max-width: 999px) {
  .h_top .h_logo h1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.h_top .h_logo h1 a img {
  width: 94px;
}
@media screen and (max-width: 767px) {
  .h_top .h_logo h1 a img {
    width: 100%;
    height: 100%;
  }
}
.h_top .h_copy {
  margin-left: 20px;
  color: #333;
  font-size: 12px;
}
@media screen and (max-width: 999px) {
  .h_top .h_copy {
    display: none;
  }
}
.h_top .h_menu {
  margin-left: auto;
  padding-left: 20px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .h_top .h_menu {
    position: absolute;
    left: 100vw;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    transition: ease 0.4s;
    display: block;
    padding: 100px 20px 0;
  }
}
.h_top .h_menu.active {
  left: 0;
}
.h_top .h_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 30px;
  border-right: 1px solid #212A37;
}
@media screen and (max-width: 999px) {
  .h_top .h_menu ul {
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    border-right: none;
    line-height: 3;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.h_top .h_menu ul li {
  margin-right: 30px;
}
@media screen and (max-width: 1399px) {
  .h_top .h_menu ul li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 999px) {
  .h_top .h_menu ul li {
    width: 100%;
    margin-right: 0px;
    font-size: 15px;
  }
}
.h_top .h_lang {
  font-size: 12px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .h_top .h_lang {
    font-size: 15px;
  }
}
.h_top .h_lang i {
  padding-right: 1em;
  font-size: 16px;
}
.h_top .h_lang dl {
  position: relative;
}
@media screen and (max-width: 999px) {
  .h_top .h_lang dl {
    text-align: center;
  }
}
.h_top .h_lang dt {
  position: relative;
  font-weight: 400;
  padding-right: 20px;
  cursor: pointer;
}
.h_top .h_lang dt.active::after {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .h_top .h_lang dt.active::after {
    transform: rotate(180deg);
  }
}
.h_top .h_lang dd {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 400;
}
@media screen and (max-width: 999px) {
  .h_top .h_lang dd {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
  }
}
.h_top .h_lang .language {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .h_top .h_lang .language {
    justify-content: center;
    align-items: center;
  }
}
.h_top .h_lang .display-item {
  position: relative;
  font-weight: 400;
  padding-right: 20px;
  cursor: pointer;
}
.h_top .h_lang .display-item::after {
  content: "\f107";
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.5s all ease-in-out;
}
@media screen and (max-width: 999px) {
  .h_top .h_lang .display-item::after {
    position: relative;
    display: inline-block;
    transform: none;
    margin-left: 10px;
  }
}
.h_top .h_lang .display-item.active::after {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .h_top .h_lang .display-item.active::after {
    transform: rotate(180deg);
  }
}
.h_top .h_lang .bogo-language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .h_top .h_lang .bogo-language-switcher {
    position: relative;
  }
}
.h_top .h_lang .bogo-language-switcher li {
  cursor: default;
  box-sizing: border-box;
  margin: 0;
  padding: 2px 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .h_top .h_lang .bogo-language-switcher li {
    text-align: center;
  }
}
.h_top .h_lang .bogo-language-switcher .ja {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.h_top .h_lang .bogo-language-switcher .en-US {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.h_top .h_lang .bogoflags {
  display: none;
}
.h_top .h_lang .bogo-language-name a {
  display: block;
  width: 100%;
  font-weight: 400;
}
.h_top .h_contact {
  margin-left: 30px;
}
@media screen and (max-width: 999px) {
  .h_top .h_contact {
    margin-left: 0px;
    margin-top: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .h_top .h_contact .n_btn {
    width: 100%;
    font-size: 15px;
    line-height: 58px;
  }
}

.h_btn {
  position: absolute;
  right: 20px;
}

.hamburger {
  display: none;
  width: 50px;
  height: 50px;
  z-index: 999;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .hamburger {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    width: 24px;
    height: 16px;
  }
}
.hamburger span {
  width: 100%;
  height: 2px;
  background-color: #212A37;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 5px 0;
}
.hamburger span:nth-child(3) {
  top: 0;
}
.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
  margin: 0;
  padding: 4px 0;
}
.hamburger.active span:nth-child(3) {
  top: -5px;
  transform: rotate(-45deg);
}

/*------------------------フッター----------------------*/
.f_top {
  background-color: #EEF2F7;
  color: #1B3254;
  padding: 70px 0px 75px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .f_top {
    padding: 40px 0 0;
  }
}
.f_top .f_logo {
  margin: 0 auto 45px;
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .f_top .f_logo {
    margin-bottom: 30px;
  }
}
.f_top .f_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.f_top .f_contact > div {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .f_top .f_contact > div {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .f_top .f_contact .tel {
    margin-bottom: 30px;
  }
}
.f_top .f_contact .num {
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 35px;
  letter-spacing: 0.05em;
}
.f_top .f_contact .num a:hover {
  opacity: 0.7;
}
.f_top .f_contact .num i {
  font-size: 28px;
  padding-right: 0.3em;
}
.f_top .f_contact .time {
  font-size: 13px;
  letter-spacing: 0.1em;
}
.f_top .f_contact .web a {
  width: 100%;
}

.f_bot {
  padding: 30px 0 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .f_bot {
    background-color: #EEF2F7;
  }
}
.f_bot .f_navi {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .f_bot .f_navi {
    margin-bottom: 50px;
  }
}
.f_bot .f_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .f_bot .f_navi ul {
    flex-flow: row wrap;
  }
}
.f_bot .f_navi ul li {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .f_bot .f_navi ul li {
    width: 100%;
    text-align: center;
  }
}
.f_bot .f_navi ul li:not(:last-child) {
  border-right: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .f_bot .f_navi ul li:not(:last-child) {
    border: none;
    margin-bottom: 25px;
  }
}
.f_bot .f_copy {
  text-align: center;
  font-size: 11px;
  color: #999;
  letter-spacing: 0.05em;
}

.top_page {
  margin: 110px auto 0;
}
@media screen and (max-width: 767px) {
  .top_page {
    margin: 50px auto 0;
  }
}

.top_fv {
  position: relative;
}
.top_fv .fv_slider .slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  height: 800px;
}
@media screen and (max-width: 767px) {
  .top_fv .fv_slider .slide {
    height: 500px;
  }
}
.top_fv .fv_slider .slide.slide01 {
  background-image: url(../img/top/slide01.jpg);
}
.top_fv .fv_slider .slide.slide02 {
  background-image: url(../img/top/slide02.jpg);
}
.top_fv .fv_slider .slide.slide03 {
  background-image: url(../img/top/slide03.jpg);
}
.top_fv .fv_slider .slide h2 {
  font-size: 80px;
  text-shadow: 0 0 8px rgba(19, 24, 47, 0.2), 0 0 8px rgba(19, 24, 47, 0.2), 0 0 8px rgba(19, 24, 47, 0.2), 0 0 8px rgba(19, 24, 47, 0.2), 0 0 8px rgba(19, 24, 47, 0.2);
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top_fv .fv_slider .slide h2 {
    font-size: 40px;
  }
}
.top_fv .fv_slider .slide p {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  text-shadow: 0 0 6px rgba(19, 24, 47, 0.3), 0 0 6px rgba(19, 24, 47, 0.3), 0 0 6px rgba(19, 24, 47, 0.3), 0 0 6px rgba(19, 24, 47, 0.3), 0 0 6px rgba(19, 24, 47, 0.3);
}
@media screen and (max-width: 767px) {
  .top_fv .fv_slider .slide p {
    font-size: 15px;
  }
}
.top_fv .fv_slider .slick-dots {
  bottom: 5px;
  right: 20px;
  text-align: right;
}
.top_fv .fv_slider .slick-dots li button::before {
  background: #FFF;
  border-radius: 0;
  border: none;
  width: 25px;
  height: 2px;
}
.top_fv .fv_slider .slick-dots li.slick-active button:before {
  background-color: #000;
}
.top_fv .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.top_fv .inner h2 {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_fv .inner h2 {
    width: 50%;
  }
}

.top_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_service {
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 80px;
  }
}
.top_service .left,
.top_service .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top_service .left,
  .top_service .right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top_service .left {
    padding: 0 10px;
  }
}
.top_service .left .slick-dots {
  bottom: -20px;
  right: 5px;
  text-align: right;
}
.top_service .left .slick-dots li {
  margin: 0 15px;
}
.top_service .left .slick-dots li button::before {
  background: #999;
  border-radius: 0;
  border: none;
  width: 30px;
  height: 2px;
}
.top_service .left .slick-dots li.slick-active button:before {
  background-color: #1B3254;
}
.top_service .right {
  background: url(../img/top/service_bg.png) left center no-repeat;
  background-size: contain;
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top_service .right {
    padding: 0 40px;
  }
}
.top_service .right .ttl_block {
  text-align: left;
}
.top_service .right .ttl_block::after {
  left: 0;
  transform: none;
}
.top_service .right .ttl_block p {
  text-align: left;
}
.top_service .right h3 {
  color: #1B3254;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.top_service .right .text {
  line-height: 1.8;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .top_service .right .text {
    margin-bottom: 30px;
  }
}

.top_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top_info {
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.top_info .left,
.top_info .right {
  width: 50%;
  height: 500px;
  background: center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top_info .left,
  .top_info .right {
    width: 100%;
    height: 335px;
  }
}
.top_info .left .box,
.top_info .right .box {
  width: 100%;
  text-align: center;
}
.top_info .left .ttl_block,
.top_info .right .ttl_block {
  color: #fff;
  margin-bottom: 70px;
}
.top_info .left .ttl_block::after,
.top_info .right .ttl_block::after {
  background-color: #fff;
}
.top_info .left .ttl_block p,
.top_info .right .ttl_block p {
  color: #fff;
}
.top_info .left {
  background-image: url(../img/top/top_company_bg.jpg);
}
.top_info .right {
  background-image: url(../img/top/top_brand_bg.png);
}
.top_info .right .link {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 520px;
  width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.top_info .right .link a {
  max-width: calc((100% - 40px) / 3);
}

.kaso_ttl {
  background: center center no-repeat;
  background-size: cover;
  text-align: center;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}
.kaso_ttl.service {
  background-image: url(../img/kaso/service_ttl_bg.jpg);
}
@media screen and (max-width: 479px) {
  .kaso_ttl.service {
    background-image: url(../img/kaso/service_ttl_bg_sp.jpg);
  }
}
.kaso_ttl.company {
  background-image: url(../img/kaso/company_ttl_bg.jpg);
}
.kaso_ttl.contact {
  background-image: url(../img/kaso/contact_ttl_bg.jpg);
}
.kaso_ttl .box {
  width: 100%;
}
.kaso_ttl h2 {
  font-size: 30px;
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
}
.kaso_ttl p {
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}

.kaso_page h4 {
  font-size: 22px;
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
  .kaso_page h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.kaso_page p {
  font-weight: 400;
}

.breadcrumb {
  padding: 15px 0;
  font-size: 12px;
  border-top: 1px solid #F0F0F0;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 18px 0;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.breadcrumb li,
.breadcrumb span {
  letter-spacing: 0.05em;
}
.breadcrumb li:not(:last-child)::after,
.breadcrumb span:not(:last-child)::after {
  content: "/";
  padding: 0 5px;
}
.breadcrumb li a,
.breadcrumb span a {
  color: #666;
  text-decoration: underline;
}
.breadcrumb li a:hover,
.breadcrumb span a:hover {
  text-decoration: none;
}
.breadcrumb span::after {
  display: none;
}

/*サービス紹介*/
.service_business {
  background-color: #FAFAFA;
  padding: 100px 0 110px;
}
@media screen and (max-width: 767px) {
  .service_business {
    padding: 50px 0 45px;
  }
}
.service_business .inner {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.service_business .text {
  width: 38%;
  padding: 0 50px;
}
@media screen and (max-width: 999px) {
  .service_business .text {
    width: 100%;
    padding: 40px 30px;
  }
}
.service_business .photo {
  width: 62%;
}
@media screen and (max-width: 999px) {
  .service_business .photo {
    width: 100%;
    text-align: center;
  }
}

.service_item {
  padding: 100px 0 70px;
}
@media screen and (max-width: 767px) {
  .service_item {
    padding: 50px 0 85px;
  }
}
.service_item .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.service_item .list li:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .service_item .list li:not(:last-child) {
    margin-bottom: 60px;
  }
}
.service_item .list li > div {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .service_item .list li > div {
    width: 100%;
  }
}
.service_item .list li .photo {
  padding-right: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service_item .list li .photo {
    padding: 0;
  }
}
.service_item .list li .text {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .service_item .list li .text {
    max-width: 520px;
    margin: 0 auto;
    padding: 20px 5px;
  }
}
.service_item .list li .text p {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .service_item .list li .text .link .n_btn.reverse {
    max-width: inherit;
    width: 100%;
    line-height: 48px;
  }
}

.service_brand {
  background: url(../img/kaso/service_brand_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .service_brand {
    background-image: url(../img/kaso/service_brand_bg_sp.jpg);
    padding: 50px 0;
  }
}
.service_brand .box {
  width: 100%;
}
.service_brand .ttl_block::after {
  background-color: #fff;
}
.service_brand .ttl_block h3 {
  color: #fff;
}
.service_brand .brand {
  text-align: center;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.service_brand .logo_btn {
  max-width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .service_brand .logo_btn {
    max-width: 300px;
  }
}

.service_contact {
  background: url(../img/kaso/service_contact_bg.jpg) center center no-repeat;
  background-size: cover;
  height: 435px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .service_contact {
    height: 310px;
  }
}
.service_contact .box {
  width: 100%;
  text-align: center;
}
.service_contact .text {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .service_contact .text {
    margin-bottom: 20px;
  }
}
.service_contact .text p {
  text-align: center;
}

/*会社概要*/
.company_info {
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .company_info {
    padding: 50px 0;
  }
}
.company_info .info {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  border-bottom: 1px solid #DDDDDD;
}
.company_info .info dt,
.company_info .info dd {
  border-top: 1px solid #DDDDDD;
  padding: 15px 0;
  line-height: 2.2;
  font-size: 15px;
}
.company_info .info dt {
  width: 180px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company_info .info dt {
    width: 100%;
    line-height: 1;
    padding: 20px 0 0;
  }
}
.company_info .info dd {
  width: calc(100% - 180px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .company_info .info dd {
    border: none;
    width: 100%;
    padding: 0 0 15px;
  }
}

.company_access {
  padding-bottom: 130px;
}
.company_access .map {
  max-width: 900px;
  margin: 0 auto;
}
.company_access .map iframe {
  width: 100%;
  height: 300px;
}
.company_access .map .bot {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company_access .map .bot {
    margin-top: 40px;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 767px) {
  .company_access .map .bot > div {
    width: 100%;
    text-align: center;
  }
}
.company_access .map .bot > div p {
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .company_access .map .bot > div p {
    line-height: 1.2;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .company_access .map .bot .text {
    margin-bottom: 25px;
  }
}

/*お問い合わせ*/
.contact_page {
  padding: 80px 0 145px;
}
@media screen and (max-width: 767px) {
  .contact_page {
    padding: 50px 0 80px;
  }
}
.contact_page .intro {
  padding-bottom: 45px;
}
.contact_page .intro p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_page .intro p {
    text-align: left;
  }
}
.contact_page .tel {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .contact_page .tel {
    margin-bottom: 50px;
  }
}
.contact_page .tel .box {
  border: 1px solid #333333;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 30px 10px 20px;
  text-align: center;
}
.contact_page .tel .text {
  font-size: 13px;
  position: absolute;
  left: 50%;
  top: -6px;
  background-color: #fff;
  padding: 0 20px;
  transform: translateX(-50%);
  white-space: nowrap;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact_page .tel .text {
    top: -13px;
  }
}
.contact_page .tel .num {
  font-size: 40px;
  color: #1B3254;
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
}
.contact_page .tel .num i {
  font-size: 30px;
  padding-right: 0.3em;
}
.contact_page .tel .time {
  margin-top: 5px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.contact_page .contact_form {
  max-width: 900px;
  margin: 0 auto;
}
.contact_page .contact_form .note {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.contact_page .contact_form .note span {
  color: #E01616;
}
.contact_page .contact_form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  border-top: solid 1px #1E1E1E;
}
.contact_page .contact_form dt,
.contact_page .contact_form dd {
  border-bottom: solid 1px #DDDDDD;
  padding: 20px 0;
  font-size: 15px;
}
.contact_page .contact_form dt {
  width: 200px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact_page .contact_form dt {
    width: 100%;
    border: none;
    padding: 15px 0 5px;
  }
}
.contact_page .contact_form dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .contact_page .contact_form dd {
    width: 100%;
    padding: 0 0 20px;
  }
}
.contact_page .contact_form .required::after {
  content: "*";
  color: #E01616;
}
.contact_page .contact_form label {
  display: inline-block;
  padding: 5px 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contact_page .contact_form label {
    padding: 0;
  }
}
.contact_page .contact_form input[type=text],
.contact_page .contact_form input[type=tel],
.contact_page .contact_form input[type=email],
.contact_page .contact_form textarea {
  background-color: #F0F0F0;
  width: 100%;
  line-height: 2;
  padding: 5px 10px;
}
.contact_page .contact_form input[type=text]:focus,
.contact_page .contact_form input[type=tel]:focus,
.contact_page .contact_form input[type=email]:focus,
.contact_page .contact_form textarea:focus {
  outline-color: #1B3254;
  outline-style: solid;
}
.contact_page .contact_form input[type=text].num,
.contact_page .contact_form input[type=tel].num,
.contact_page .contact_form input[type=email].num,
.contact_page .contact_form textarea.num {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .contact_page .contact_form input[type=text].num,
  .contact_page .contact_form input[type=tel].num,
  .contact_page .contact_form input[type=email].num,
  .contact_page .contact_form textarea.num {
    max-width: inherit;
  }
}
.contact_page .contact_policy {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .contact_page .contact_policy {
    padding: 50px 10px 35px;
  }
}
.contact_page .contact_policy .ttl {
  margin-bottom: 25px;
  font-size: 15px;
}
.contact_page .contact_policy .box {
  background-color: #F5F5F6;
  padding: 25px 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .contact_page .contact_policy .box {
    height: 215px;
    overflow-y: scroll;
    padding: 20px;
  }
}
.contact_page .contact_policy li:not(:last-child) {
  margin-bottom: 35px;
}
.contact_page .contact_policy .sub_ttl {
  font-weight: 700;
  margin-bottom: 5px;
}
.contact_page .contact_policy p {
  line-height: 1.8;
  font-size: 13px;
}
.contact_page .contact_policy .check {
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact_page .contact_policy .check {
    text-align: left;
  }
}
.contact_page .contact_policy .check label {
  padding: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contact_page .contact_policy .check label {
    position: relative;
    padding-left: 20px;
  }
}
.contact_page .contact_policy .check .acceptance-774 {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .contact_page .contact_policy .check .acceptance-774 {
    position: absolute;
    top: 0px;
    left: 0;
  }
}
.contact_page .contact_policy .check .acceptance-774 .wpcf7-list-item {
  margin: 0;
}
.contact_page .btn {
  text-align: center;
}
.contact_page .btn .arrow_btn {
  max-width: 400px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Roboto", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .contact_page .btn .arrow_btn {
    max-width: inherit;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */