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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #272626;
}
@media (max-width: 766px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 766px) {
  .wrap {
    max-width: 94%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .wrap {
    max-width: 94%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .wrap {
    max-width: 96%;
  }
}

main {
  margin: 0 0 140px 0;
  padding: 55px 0 0 0;
}
@media (max-width: 766px) {
  main {
    margin: 0 0 70px 0;
  }
}

@media (min-width: 767px) {
  .pc-none {
    display: none !important;
  }
}
@media (max-width: 766px) {
  .sp-none {
    display: none !important;
  }
}
.under-mv {
  background: url("../images/common/bg_under_mv.svg") bottom center no-repeat;
  background-size: cover;
  padding: 120px 0;
}
@media (max-width: 766px) {
  .under-mv {
    padding: 60px 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .under-mv {
    padding: 100px 0;
  }
}
.under-mv h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 66px;
}
@media (max-width: 766px) {
  .under-mv h1 {
    font-size: 24px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .under-mv h1 {
    font-size: 42px;
  }
}
.under-mv h1 span {
  color: #F6A32B;
}

/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 9999;
  top: 0;
}
@media (max-width: 766px) {
  header {
    padding: 10px 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  header {
    padding: 10px 0;
  }
}
header .logo {
  width: 8%;
  margin: 5px 0 0 2%;
}
@media (max-width: 766px) {
  header .logo {
    width: 30%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  header .logo {
    margin: 0 0 0 2%;
    width: 15%;
  }
}
header .logo img {
  width: 100%;
}
header .pc-nav {
  width: 92%;
}
header .pc-nav ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
}
header .pc-nav ul li {
  margin: -5px 0 0 2%;
}
@media (max-width: 1303px) {
  header .pc-nav ul li {
    font-size: 16px;
  }
}
header .pc-nav ul li:nth-child(7) {
  width: 280px;
  font-size: 18px;
  display: flex;
  align-items: center;
  line-height: 1.5;
  margin: -5px 0 0 15px;
  background: #F6A32B;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 1303px) {
  header .pc-nav ul li:nth-child(7) {
    font-size: 16px;
    width: auto;
  }
}
header .pc-nav ul li:nth-child(7):hover {
  opacity: 0.6;
}
header .pc-nav ul li:nth-child(7) a:hover {
  color: #fff;
}
header .pc-nav ul li:nth-child(7):before {
  content: "";
  background: url("../images/common/ico_nav_online.svg") 0 center no-repeat;
  width: 45px;
  height: 45px;
  background-size: 30px;
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 1303px) {
  header .pc-nav ul li:nth-child(7):before {
    width: 25px;
    height: 25px;
    background-size: 15px;
  }
}
header .pc-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
header .pc-nav ul li a:hover {
  color: #F6A32B;
}
@media (max-width: 766px) {
  header .pc-nav {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  header .pc-nav {
    display: none;
  }
}
header .sp-nav {
  display: none;
}
@media (min-width: 767px) and (max-width: 1024px) {
  header .sp-nav {
    display: block;
  }
  header .sp-nav .menu-btn {
    position: fixed;
    top: 0;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  header .sp-nav .menu-btn span,
  header .sp-nav .menu-btn span:before,
  header .sp-nav .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #F6A32B;
    position: absolute;
  }
  header .sp-nav .menu-btn span:before {
    bottom: 8px;
  }
  header .sp-nav .menu-btn span:after {
    top: 8px;
  }
  header .sp-nav #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
  header .sp-nav #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  header .sp-nav #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  header .sp-nav #menu-btn-check {
    display: none;
  }
  header .sp-nav .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
  }
  header .sp-nav .menu-content ul {
    padding: 70px 10px 0;
  }
  header .sp-nav .menu-content ul li {
    border-bottom: 1px dashed #272626;
    list-style: none;
  }
  header .sp-nav .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #272626;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  header .sp-nav .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #272626;
    border-right: solid 2px #272626;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  header .sp-nav .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background: #fff;
    transition: all 0.5s;
    /*アニメーション設定*/
  }
  header .sp-nav #menu-btn-check:checked ~ .menu-content {
    left: 0;
    /*メニューを画面内へ*/
  }
}
@media (max-width: 766px) {
  header .sp-nav {
    display: block;
  }
  header .sp-nav .menu-btn {
    position: fixed;
    top: 0;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  header .sp-nav .menu-btn span,
  header .sp-nav .menu-btn span:before,
  header .sp-nav .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #F6A32B;
    position: absolute;
  }
  header .sp-nav .menu-btn span:before {
    bottom: 8px;
  }
  header .sp-nav .menu-btn span:after {
    top: 8px;
  }
  header .sp-nav #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
  header .sp-nav #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  header .sp-nav #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  header .sp-nav #menu-btn-check {
    display: none;
  }
  header .sp-nav .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
  }
  header .sp-nav .menu-content ul {
    padding: 70px 10px 0;
  }
  header .sp-nav .menu-content ul li {
    border-bottom: 1px dashed #272626;
    list-style: none;
  }
  header .sp-nav .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #272626;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  header .sp-nav .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #272626;
    border-right: solid 2px #272626;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  header .sp-nav .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background: #fff;
    transition: all 0.5s;
    /*アニメーション設定*/
  }
  header .sp-nav #menu-btn-check:checked ~ .menu-content {
    left: 0;
    /*メニューを画面内へ*/
  }
}

.breadcrumbs {
  font-size: 14px;
  display: flex;
  margin: 0 1%;
  color: #656565;
}
@media (max-width: 766px) {
  .breadcrumbs {
    font-size: 12px;
  }
}
.breadcrumbs span {
  margin: 0 10px;
}
.breadcrumbs span .home:before {
  content: "";
  background: url("../images/common/ico_home.svg");
  background-size: 18px;
  width: 18px;
  height: 16px;
  margin: 0;
  display: inline-block;
}
@media (max-width: 766px) {
  .breadcrumbs span .home:before {
    background-size: 9px;
    width: 9px;
    height: 8px;
  }
}

footer {
  background: #F6A32B;
  padding: 40px 0 10px 0;
}
@media (max-width: 766px) {
  footer {
    padding: 20px 0 10px 0;
  }
}
footer nav {
  display: flex;
  justify-content: space-between;
  width: 0.03;
}
@media (max-width: 766px) {
  footer nav {
    display: block;
    width: 100%;
  }
}
footer nav ul {
  color: #fff;
  font-weight: 400;
}
footer nav ul li ul {
  padding: 0 0 0 1em;
}
footer nav ul li.link:after {
  content: "";
  background: url("../images/common/ico_link.svg") 0 0 no-repeat;
  background-size: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
}
footer p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 30px 0 0 0;
}

.top .mv {
  background: url("../images/top/bg_mv.svg") center bottom repeat-x;
  background-size: contain;
}
.top .mv .wrap {
  position: relative;
  padding: 0 0 350px 0;
}
@media (max-width: 766px) {
  .top .mv .wrap {
    padding: 0 0 100px 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .top .mv .wrap {
    padding: 0 0 250px 0;
  }
}
.top .mv .wrap h1 {
  margin: 110px 0 0 0;
  font-size: 66px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1.45;
}
@media (max-width: 766px) {
  .top .mv .wrap h1 {
    margin: 70px 0 0 0;
    font-size: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .top .mv .wrap h1 {
    font-size: 45px;
  }
}
.top .mv .wrap h1 span {
  color: #F6A32B;
}
.top .mv .wrap .img-left {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 766px) {
  .top .mv .wrap .img-left {
    width: 15%;
    left: 5%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .top .mv .wrap .img-left {
    width: 25%;
  }
}
.top .mv .wrap .img-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 766px) {
  .top .mv .wrap .img-right {
    width: 17%;
    right: 5%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .top .mv .wrap .img-right {
    width: 30%;
  }
}
.top .lead {
  background: #F7F2E9;
  padding: 60px 0;
}
@media (max-width: 766px) {
  .top .lead {
    padding: 30px 0;
  }
}
.top .lead p {
  font-size: 20px;
}
@media (max-width: 766px) {
  .top .lead p {
    font-size: 14px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .top .lead p {
    font-size: 18px;
  }
}
.top .service {
  margin: 100px 0 0 0;
}
.top .service h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .top .service h2 {
    font-size: 22px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .top .service h2 {
    font-size: 30px;
  }
}
.top .service .block {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 766px) {
  .top .service .block {
    display: block;
    margin: 50px 0 0 0;
  }
}
.top .service .block:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.top .service .block .img-box {
  width: 31%;
}
.top .service .block .img-box img {
  width: 100%;
}
@media (max-width: 766px) {
  .top .service .block .img-box {
    width: 60%;
    margin: 20px auto 0 auto;
  }
}
.top .service .txt-box {
  width: 65%;
  margin: 40px 0 0 0;
}
.top .service .txt-box h3 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .top .service .txt-box h3 {
    font-size: 18px;
  }
}
@media (max-width: 766px) {
  .top .service .txt-box {
    width: 100%;
  }
}
.top .service .txt-box p {
  margin: 15px 0 0 0;
}
@media (max-width: 766px) {
  .top .service .txt-box p {
    margin: 10px 0 0 0;
  }
}
.top .service .btn {
  width: 500px;
  background: url("../images/common/ico_btn_arrow_white.svg") right 20px center no-repeat #F6A32B;
  display: block;
  margin: 40px auto 0 auto;
  height: 85px;
  border-radius: 50px;
  line-height: 85px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 10px 0 0 #CF8111;
  transform: translateY(-10px);
}
@media (max-width: 766px) {
  .top .service .btn {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .top .service .btn {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 20px;
  }
}
.top .service .btn:hover {
  box-shadow: 0 2px 0 0 #CF8111;
  transform: translateY(-2px);
}
.top .service .btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.top .service.bottom {
  background-image: linear-gradient(to right, #000, #000 2px, transparent 4px, transparent 8px);
  /* 幅2の線を作る */
  background-size: 10px 2px;
  /* グラデーションの幅・高さを指定 */
  background-position: left top;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  /* 横向きにのみ繰り返す */
  padding: 100px 0 0 0;
}
@media (max-width: 766px) {
  .top .service.bottom {
    padding: 50px 0 0 0;
  }
}
.top .news {
  padding: 90px 0;
  background: #F7F2E9;
  margin: 100px 0 0 0;
  position: relative;
}
@media (max-width: 766px) {
  .top .news {
    padding: 45px 0;
    margin: 50px 0 0 0;
  }
}
.top .news .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 766px) {
  .top .news .wrap {
    display: block;
  }
}
.top .news .wrap .title {
  width: 42%;
}
@media (max-width: 766px) {
  .top .news .wrap .title {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .top .news .wrap .title {
    width: 38%;
  }
}
.top .news .wrap .title h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .top .news .wrap .title h2 {
    font-size: 22px;
    text-align: center;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .top .news .wrap .title h2 {
    font-size: 30px;
  }
}
.top .news .wrap .title .btn {
  width: 260px;
  background: url("../images/common/ico_btn_arrow_white.svg") right 20px center no-repeat #F6A32B;
  background-size: 15px;
  display: block;
  margin: 40px 0 0 0;
  height: 45px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 6px 0 0 #CF8111;
  transform: translateY(-6px);
}
@media (max-width: 766px) {
  .top .news .wrap .title .btn {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .top .news .wrap .title .btn {
    width: 100%;
  }
}
.top .news .wrap .title .btn:hover {
  box-shadow: 0 2px 0 0 #CF8111;
  transform: translateY(-2px);
}
.top .news .wrap .title .btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.top .news dl {
  width: 56%;
}
@media (max-width: 766px) {
  .top .news dl {
    width: 100%;
    margin: 40px 0 0 0;
  }
}
.top .news dl dt {
  width: 125px;
  float: left;
  clear: left;
}
@media (max-width: 766px) {
  .top .news dl dt {
    width: 100%;
    float: none;
  }
}
.top .news dl dd {
  margin: 0 0 15px 125px;
}
@media (max-width: 766px) {
  .top .news dl dd {
    margin: 0 0 15px 0;
  }
}
.top .news dl dd a {
  transition: all 0.3s;
}
.top .news dl dd a:hover {
  color: #F6A32B;
}
.top .recruit {
  margin: 100px 0 0 0;
}
@media (max-width: 766px) {
  .top .recruit {
    margin: 50px 0 0 0;
  }
}
.top .recruit .flex-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 766px) {
  .top .recruit .flex-box {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .top .recruit .flex-box {
    display: block;
  }
}
.top .recruit .flex-box .img-box {
  width: 38%;
}
@media (max-width: 766px) {
  .top .recruit .flex-box .img-box {
    width: 60%;
    margin: 0 auto;
  }
  .top .recruit .flex-box .img-box img {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .top .recruit .flex-box .img-box {
    width: 60%;
    margin: 0 auto;
  }
  .top .recruit .flex-box .img-box img {
    width: 100%;
  }
}
.top .recruit .flex-box .txt-box {
  width: 56%;
}
@media (max-width: 766px) {
  .top .recruit .flex-box .txt-box {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .top .recruit .flex-box .txt-box {
    width: 100%;
    margin: 40px 0 0 0;
  }
}
.top .recruit .flex-box .txt-box h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .top .recruit .flex-box .txt-box h2 {
    font-size: 22px;
    text-align: center;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .top .recruit .flex-box .txt-box h2 {
    font-size: 30px;
    text-align: center;
  }
}
.top .recruit .flex-box .txt-box p {
  margin: 20px 0 0 0;
}
@media (max-width: 766px) {
  .top .recruit .flex-box .txt-box p {
    margin: 10px 0 0 0;
  }
}
.top .recruit .btn {
  width: 500px;
  background: url("../images/common/ico_btn_arrow_white.svg") right 20px center no-repeat #F6A32B;
  display: block;
  margin: 40px auto 0 auto;
  height: 85px;
  border-radius: 50px;
  line-height: 85px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 10px 0 0 #CF8111;
  transform: translateY(-10px);
}
@media (max-width: 766px) {
  .top .recruit .btn {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .top .recruit .btn {
    height: 65px;
    line-height: 65px;
    font-size: 20px;
  }
}
.top .recruit .btn:hover {
  box-shadow: 0 2px 0 0 #CF8111;
  transform: translateY(-2px);
}
.top .recruit .btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.about .office {
  margin: 80px 0 0 0;
}
@media (max-width: 766px) {
  .about .office {
    margin: 40px 0 0 0;
  }
}
.about .office .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 766px) {
  .about .office .flex-box {
    display: block;
  }
}
.about .office .flex-box .txt-box {
  width: 70%;
}
@media (max-width: 766px) {
  .about .office .flex-box .txt-box {
    width: 100%;
  }
}
.about .office .flex-box .txt-box h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .about .office .flex-box .txt-box h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .about .office .flex-box .txt-box h2 {
    font-size: 30px;
  }
}
.about .office .flex-box .txt-box p {
  margin: 30px 0 0 0;
}
@media (max-width: 766px) {
  .about .office .flex-box .txt-box p {
    margin: 15px 0 0 0;
  }
}
.about .office .flex-box .txt-box ul {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.about .office .flex-box .txt-box ul li {
  width: 30%;
}
.about .office .flex-box .txt-box ul li img {
  width: 100%;
}
.about .office .flex-box .img-box {
  width: 25%;
}
@media (max-width: 766px) {
  .about .office .flex-box .img-box {
    width: 40%;
    margin: 30px auto 0 auto;
  }
}
.about .office .flex-box .img-box img {
  width: 100%;
}
.about .office .btn {
  width: 500px;
  background: url("../images/common/ico_btn_arrow_white.svg") right 20px center no-repeat #F6A32B;
  display: block;
  margin: 60px auto 0 auto;
  height: 85px;
  border-radius: 50px;
  line-height: 85px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 10px 0 0 #CF8111;
  transform: translateY(-10px);
}
@media (max-width: 766px) {
  .about .office .btn {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .about .office .btn {
    height: 65px;
    line-height: 65px;
    font-size: 18px;
  }
}
.about .office .btn:hover {
  box-shadow: 0 2px 0 0 #CF8111;
  transform: translateY(-2px);
}
.about .office .btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.about .method {
  background: #F7F2E9;
  margin: 100px 0 0 0;
  padding: 80px 0;
}
@media (max-width: 766px) {
  .about .method {
    margin: 50px 0 0 0;
    padding: 40px 0;
  }
}
.about .method h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .about .method h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .about .method h2 {
    font-size: 30px;
  }
}
.about .method .box-wrap {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 766px) {
  .about .method .box-wrap {
    margin: 15px 0 0 0;
    display: block;
  }
}
.about .method .box-wrap .box {
  background: #fff;
  border: 1px solid #F6A32B;
  padding: 15px 20px;
  transition: all 0.5s;
  width: 45%;
}
@media (max-width: 766px) {
  .about .method .box-wrap .box {
    padding: 10px;
    width: 100%;
  }
}
.about .method .box-wrap .box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #F6A32B;
  text-align: center;
}
@media (max-width: 766px) {
  .about .method .box-wrap .box h3 {
    font-size: 18px;
  }
}
.about .method .box-wrap .box p {
  font-size: 15px;
}
@media (max-width: 766px) {
  .about .method .box-wrap .box p {
    font-size: 14px;
  }
}
.about .method .box-wrap .box img {
  display: block;
  margin: 40px auto 0 auto;
}
@media (max-width: 766px) {
  .about .method .box-wrap .box img {
    margin: 20px auto 0 auto;
    width: 40%;
  }
}
.about .method .box-wrap .box:hover {
  box-shadow: 0 0 10px #F6A32B;
}
@media (max-width: 766px) {
  .about .method .box-wrap .arrow {
    transform: rotate(90deg);
    width: 20%;
    display: block;
    margin: 30px auto;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .about .method .box-wrap .arrow {
    margin: 0 10px;
    width: 10%;
  }
}
.about .company {
  margin: 100px 0 0 0;
}
@media (max-width: 766px) {
  .about .company {
    margin: 50px 0 0 0;
  }
}
.about .company .box-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 766px) {
  .about .company .box-wrap {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .about .company .box-wrap {
    display: block;
  }
}
.about .company .box-wrap .txt-box {
  width: 52%;
}
@media (max-width: 766px) {
  .about .company .box-wrap .txt-box {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .about .company .box-wrap .txt-box {
    width: 100%;
  }
}
.about .company .box-wrap .txt-box h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .about .company .box-wrap .txt-box h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .about .company .box-wrap .txt-box h2 {
    font-size: 30px;
  }
}
.about .company .box-wrap .txt-box p {
  margin: 40px 0 0 0;
}
@media (max-width: 766px) {
  .about .company .box-wrap .txt-box p {
    margin: 20px 0 0 0;
  }
}
.about .company .box-wrap .txt-box .small {
  margin: 15px 0 0 0;
  font-size: 16px;
}
@media (max-width: 766px) {
  .about .company .box-wrap .txt-box .small {
    margin: 10px 0 0 0;
    font-size: 12px;
  }
}
.about .company .box-wrap .img-box {
  margin: 90px 0 0 0;
  width: 41%;
  text-align: right;
}
.about .company .box-wrap .img-box img {
  width: 100%;
}
@media (max-width: 766px) {
  .about .company .box-wrap .img-box {
    margin: 30px 0 0 0;
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .about .company .box-wrap .img-box {
    width: 60%;
    margin: 30px auto 0 auto;
  }
}
.about .company .box-wrap .img-box .btn {
  width: 100%;
  background: url("../images/common/ico_link.svg") right 40px center no-repeat #F6A32B;
  background-size: 20px;
  display: block;
  margin: 60px auto 0 auto;
  height: 85px;
  border-radius: 50px;
  line-height: 85px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 10px 0 0 #CF8111;
  transform: translateY(-10px);
}
@media (max-width: 766px) {
  .about .company .box-wrap .img-box .btn {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .about .company .box-wrap .img-box .btn {
    height: 65px;
    line-height: 65px;
    font-size: 18px;
  }
}
.about .company .box-wrap .img-box .btn:hover {
  box-shadow: 0 2px 0 0 #CF8111;
  transform: translateY(-2px);
}
.about .company .box-wrap .img-box .btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.office .block {
  margin: 80px 0 0 0;
}
@media (max-width: 766px) {
  .office .block {
    margin: 40px 0 0 0;
  }
}
.office .block h2 {
  font-size: 36px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (max-width: 766px) {
  .office .block h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .office .block h2 {
    font-size: 30px;
  }
}
.office .block h2:before {
  content: "";
  background: url("../images/office/ico_office.svg") 0 0 no-repeat;
  background-size: 36px;
  width: 36px;
  height: 60px;
  margin: 0 15px 0 0;
}
@media (max-width: 766px) {
  .office .block h2:before {
    background-size: 18px;
    width: 18px;
    height: 30px;
  }
}
.office .block .detail-wrap {
  margin: 10px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 766px) {
  .office .block .detail-wrap {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .office .block .detail-wrap {
    display: block;
  }
}
.office .block .detail-wrap .detail {
  width: 72%;
}
@media (max-width: 766px) {
  .office .block .detail-wrap .detail {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .office .block .detail-wrap .detail {
    width: 100%;
  }
}
.office .block .detail-wrap .detail address p {
  font-size: 14px;
  margin: 0;
}
.office .block .detail-wrap .detail p {
  margin: 10px 0 0 0;
}
.office .block .detail-wrap .tel-box {
  width: 24%;
}
@media (max-width: 766px) {
  .office .block .detail-wrap .tel-box {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .office .block .detail-wrap .tel-box {
    width: 100%;
  }
}
.office .block .detail-wrap .tel-box .tel {
  font-size: 32px;
  color: #85452C;
  display: flex;
  align-items: center;
  justify-content: end;
}
.office .block .detail-wrap .tel-box .tel:before {
  content: "";
  background: url("../images/office/ico_tel.svg") 0 0 no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
}
.office .block .detail-wrap .tel-box .fax {
  text-align: right;
  margin: 0;
  font-size: 22px;
  color: #85452C;
}
.office .block .detail-wrap .tel-box .date {
  font-size: 14px;
  text-align: right;
  line-height: 1.4;
}
.office .block .img-wrap {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0 0;
}
.office .block .img-wrap li {
  width: 30%;
}
.office .block .img-wrap li img {
  width: 100%;
}
.office .block iframe {
  width: 100%;
  margin: 30px 0 0 0;
  aspect-ratio: 16/5;
}
.office .block .wrap {
  background-image: linear-gradient(to right, #000, #000 2px, transparent 4px, transparent 8px);
  /* 幅2の線を作る */
  background-size: 10px 2px;
  /* グラデーションの幅・高さを指定 */
  background-position: left top;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  /* 横向きにのみ繰り返す */
  padding: 100px 0 0 0;
}
@media (max-width: 766px) {
  .office .block .wrap {
    padding: 50px 0 0 0;
  }
}
.office .block.top .wrap {
  background-image: none;
  padding: 0;
}

.consultation .lead {
  margin: 80px 0 0 0;
}
@media (max-width: 766px) {
  .consultation .lead {
    margin: 40px 0 0 0;
  }
}
.consultation .lead h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .consultation .lead h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .consultation .lead h2 {
    font-size: 30px;
  }
}
.consultation .lead p {
  margin: 30px 0 0 0;
}
@media (max-width: 766px) {
  .consultation .lead p {
    margin: 15px 0 0 0;
  }
}
.consultation .reason .wrap {
  background-image: linear-gradient(to right, #000, #000 2px, transparent 4px, transparent 8px);
  /* 幅2の線を作る */
  background-size: 10px 2px;
  /* グラデーションの幅・高さを指定 */
  background-position: left top;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  /* 横向きにのみ繰り返す */
  padding: 80px 0 0 0;
  margin-top: 100px;
}
@media (max-width: 766px) {
  .consultation .reason .wrap {
    padding: 40px 0 0 0;
    margin-top: 50px;
  }
}
.consultation .reason h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .consultation .reason h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .consultation .reason h2 {
    font-size: 30px;
  }
}
.consultation .reason .box-wrap {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0 0;
}
@media (max-width: 766px) {
  .consultation .reason .box-wrap {
    display: block;
    margin: 15px 0 0 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .consultation .reason .box-wrap {
    display: block;
  }
}
.consultation .reason .box-wrap .box {
  width: 48%;
  background: #F7F2E9;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  min-height: 530px;
}
@media (max-width: 766px) {
  .consultation .reason .box-wrap .box {
    width: 100%;
    padding: 10px 10px 150px 10px;
    min-height: auto;
    margin: 30px 0 0 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .consultation .reason .box-wrap .box {
    width: 100%;
    position: static;
    min-height: auto;
    margin: 30px 0 0 0;
  }
}
.consultation .reason .box-wrap .box h3 {
  font-size: 28px;
  font-weight: 700;
  display: flex;
}
@media (max-width: 766px) {
  .consultation .reason .box-wrap .box h3 {
    font-size: 18px;
    align-items: center;
  }
}
.consultation .reason .box-wrap .box p {
  margin: 15px 0 0 0;
}
.consultation .reason .box-wrap .box img {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 766px) {
  .consultation .reason .box-wrap .box img {
    width: 28%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .consultation .reason .box-wrap .box img {
    position: static;
    display: block;
    margin: 20px auto 0 auto;
  }
}
.consultation .reason .box-wrap .box.reason01 h3:before {
  content: "";
  background: url("../images/common/ico_num_01.svg") 0 0 no-repeat;
  background-size: 62px;
  width: 62px;
  height: 52px;
  margin: 0 10px 0 0;
}
@media (max-width: 766px) {
  .consultation .reason .box-wrap .box.reason01 h3:before {
    background-size: 31px;
    width: 31px;
    height: 26px;
  }
}
.consultation .reason .box-wrap .box.reason02 h3:before {
  content: "";
  background: url("../images/common/ico_num_02.svg") 0 0 no-repeat;
  background-size: 71px;
  width: 71px;
  height: 52px;
  margin: 0 10px 0 0;
}
@media (max-width: 766px) {
  .consultation .reason .box-wrap .box.reason02 h3:before {
    background-size: 35px;
    width: 35px;
    height: 26px;
  }
}
.consultation .advice .wrap {
  background-image: linear-gradient(to right, #000, #000 2px, transparent 4px, transparent 8px);
  /* 幅2の線を作る */
  background-size: 10px 2px;
  /* グラデーションの幅・高さを指定 */
  background-position: left top;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  /* 横向きにのみ繰り返す */
  padding: 80px 0 0 0;
  margin-top: 100px;
}
@media (max-width: 766px) {
  .consultation .advice .wrap {
    padding: 40px 0 0 0;
    margin-top: 50px;
  }
}
.consultation .advice h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .consultation .advice h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .consultation .advice h2 {
    font-size: 30px;
  }
}
.consultation .advice .block {
  margin: 80px 0 0 0;
}
@media (max-width: 766px) {
  .consultation .advice .block {
    margin: 40px 0 0 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .consultation .advice .block {
    margin: 40px 0 0 0;
  }
}
.consultation .advice .block h3 {
  font-size: 26px;
  text-align: center;
}
@media (max-width: 766px) {
  .consultation .advice .block h3 {
    font-size: 18px;
  }
}
.consultation .advice .block table {
  border: 1px solid #707070;
  margin: 20px 0 0 0;
  width: 100%;
}
@media (max-width: 766px) {
  .consultation .advice .block table {
    margin: 10px 0 0 0;
  }
}
.consultation .advice .block table th {
  border: 1px solid #707070;
  text-align: center;
  font-weight: 700;
  padding: 5px;
  width: 50%;
}
.consultation .advice .block table td {
  border: 1px solid #707070;
  padding: 5px;
}
.consultation .advice .block table td ul {
  font-size: 16px;
}
@media (max-width: 766px) {
  .consultation .advice .block table td ul {
    font-size: 14px;
  }
}
.consultation .advice .block table td ul li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.consultation .advice .block table td ul li span {
  font-weight: 700;
}
.consultation .advice .block table.personal {
  background: #FFF7F7;
}
.consultation .advice .block table.corp {
  background: #F7FBFF;
}
.consultation .method {
  background: #F7F2E9;
  margin: 100px 0 0 0;
  padding: 80px 0;
}
@media (max-width: 766px) {
  .consultation .method {
    margin: 50px 0 0 0;
    padding: 40px 0;
  }
}
.consultation .method h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .consultation .method h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .consultation .method h2 {
    font-size: 30px;
  }
}
.consultation .method .box-wrap {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 766px) {
  .consultation .method .box-wrap {
    margin: 15px 0 0 0;
    display: block;
  }
}
.consultation .method .box-wrap .box {
  background: #fff;
  border: 1px solid #F6A32B;
  padding: 15px 20px;
  transition: all 0.5s;
  width: 45%;
}
@media (max-width: 766px) {
  .consultation .method .box-wrap .box {
    width: 100%;
    padding: 10px;
  }
}
.consultation .method .box-wrap .box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #F6A32B;
  text-align: center;
}
@media (max-width: 766px) {
  .consultation .method .box-wrap .box h3 {
    font-size: 18px;
  }
}
.consultation .method .box-wrap .box p {
  font-size: 15px;
}
@media (max-width: 766px) {
  .consultation .method .box-wrap .box p {
    font-size: 14px;
  }
}
.consultation .method .box-wrap .box img {
  display: block;
  margin: 40px auto 0 auto;
}
@media (max-width: 766px) {
  .consultation .method .box-wrap .box img {
    width: 40%;
    margin: 20px auto 0 auto;
  }
}
.consultation .method .box-wrap .box:hover {
  box-shadow: 0 0 10px #F6A32B;
}
@media (max-width: 766px) {
  .consultation .method .box-wrap .arrow {
    transform: rotate(90deg);
    width: 20%;
    display: block;
    margin: 30px auto;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .consultation .method .box-wrap .arrow {
    width: 10%;
    margin: 0 10px;
  }
}

.houmon .lead {
  margin: 80px 0 0 0;
}
@media (max-width: 766px) {
  .houmon .lead {
    margin: 40px 0 0 0;
  }
}
.houmon .lead h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .houmon .lead h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .houmon .lead h2 {
    font-size: 30px;
  }
}
.houmon .lead p {
  margin: 30px 0 0 0;
}
@media (max-width: 766px) {
  .houmon .lead p {
    margin: 15px 0 0 0;
  }
}
.houmon .flow .wrap {
  background-image: linear-gradient(to right, #000, #000 2px, transparent 4px, transparent 8px);
  /* 幅2の線を作る */
  background-size: 10px 2px;
  /* グラデーションの幅・高さを指定 */
  background-position: left top;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  /* 横向きにのみ繰り返す */
  padding: 80px 0 0 0;
  margin-top: 100px;
}
@media (max-width: 766px) {
  .houmon .flow .wrap {
    padding: 40px 0 0 0;
    margin-top: 50px;
  }
}
.houmon .flow h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .houmon .flow h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .houmon .flow h2 {
    font-size: 30px;
  }
}
.houmon .flow .box {
  background: #F7F2E9;
  border-radius: 8px;
  padding: 20px;
  border-bottom: 10px solid #C2B295;
  margin: 30px 0 0 0;
}
@media (max-width: 766px) {
  .houmon .flow .box {
    padding: 10px;
    margin: 15px 0 0 0;
  }
}
.houmon .flow .box .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 766px) {
  .houmon .flow .box .inner {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .houmon .flow .box .inner {
    display: block;
  }
}
.houmon .flow .box .inner .txt-box {
  width: 72%;
}
@media (max-width: 766px) {
  .houmon .flow .box .inner .txt-box {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .houmon .flow .box .inner .txt-box {
    width: 100%;
  }
}
.houmon .flow .box .inner .txt-box h3 {
  font-size: 28px;
  font-weight: 700;
  display: flex;
}
@media (max-width: 766px) {
  .houmon .flow .box .inner .txt-box h3 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .houmon .flow .box .inner .txt-box h3 {
    font-size: 22px;
  }
}
.houmon .flow .box .inner .txt-box h3.flow01:before {
  content: "";
  background: url("../images/common/ico_num_01.svg") 0 0 no-repeat;
  background-size: 62px;
  width: 62px;
  height: 52px;
  margin: 0 20px 0 0;
}
@media (max-width: 766px) {
  .houmon .flow .box .inner .txt-box h3.flow01:before {
    background-size: 35px;
    width: 70px;
    height: 38px;
    margin: 0 10px 0 0;
  }
}
.houmon .flow .box .inner .txt-box h3.flow02:before {
  content: "";
  background: url("../images/common/ico_num_02.svg") 0 0 no-repeat;
  background-size: 71px;
  width: 71px;
  height: 52px;
  margin: 0 20px 0 0;
}
@media (max-width: 766px) {
  .houmon .flow .box .inner .txt-box h3.flow02:before {
    background: url("../images/common/ico_num_02.svg") 0 5px no-repeat;
    background-size: 35px;
    width: 40px;
    height: 38px;
    margin: 0 10px 0 0;
  }
}
.houmon .flow .box .inner .txt-box h3.flow03:before {
  content: "";
  background: url("../images/common/ico_num_03.svg") 0 0 no-repeat;
  background-size: 72px;
  width: 72px;
  height: 52px;
  margin: 0 20px 0 0;
}
@media (max-width: 766px) {
  .houmon .flow .box .inner .txt-box h3.flow03:before {
    background: url("../images/common/ico_num_03.svg") 0 5px no-repeat;
    background-size: 36px;
    width: 36px;
    height: 36px;
    margin: 0 10px 0 0;
  }
}
.houmon .flow .box .inner .txt-box p {
  margin: 15px 0 0 0;
}
@media (max-width: 766px) {
  .houmon .flow .box .inner .txt-box p {
    margin: 10px 0 0 0;
  }
}
.houmon .flow .box .inner .txt-box p a {
  text-decoration: underline;
}
.houmon .flow .box .inner .txt-box p a:hover {
  text-decoration: none;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .houmon .flow .box .inner .img-box {
    width: 20%;
    margin: 20px auto 0 auto;
  }
  .houmon .flow .box .inner .img-box img {
    width: 100%;
  }
}
.houmon .flow .arrow {
  display: block;
  margin: 30px auto 0 auto;
}
@media (max-width: 766px) {
  .houmon .flow .arrow {
    width: 30%;
    margin: 15px auto 0 auto;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .houmon .flow .arrow {
    width: 20%;
  }
}
@media (max-width: 766px) {
  .houmon .flow .img-box img {
    width: 40%;
    margin: 20px auto 0 auto;
    display: block;
  }
}
.houmon .contact .wrap {
  background-image: linear-gradient(to right, #000, #000 2px, transparent 4px, transparent 8px);
  /* 幅2の線を作る */
  background-size: 10px 2px;
  /* グラデーションの幅・高さを指定 */
  background-position: left top;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  /* 横向きにのみ繰り返す */
  padding: 80px 0 0 0;
  margin-top: 100px;
}
@media (max-width: 766px) {
  .houmon .contact .wrap {
    padding: 40px 0 0 0;
    margin-top: 50px;
  }
}
.houmon .contact h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 766px) {
  .houmon .contact h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .houmon .contact h2 {
    font-size: 30px;
  }
}
.houmon .contact p {
  text-align: center;
  margin: 30px 0 0 0;
}
@media (max-width: 766px) {
  .houmon .contact p {
    margin: 15px 0 0 0;
  }
}
.houmon .contact .btn {
  width: 56%;
  background: url("../images/common/ico_btn_arrow_white.svg") right 20px center no-repeat #F6A32B;
  display: block;
  margin: 60px auto 0 auto;
  height: 85px;
  border-radius: 50px;
  line-height: 85px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 10px 0 0 #CF8111;
  transform: translateY(-10px);
}
@media (max-width: 766px) {
  .houmon .contact .btn {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    background-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .houmon .contact .btn {
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    background-size: 20px;
  }
}
.houmon .contact .btn:hover {
  box-shadow: 0 2px 0 0 #CF8111;
  transform: translateY(-2px);
}
.houmon .contact .btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.houmon .contact .office-contact {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 766px) {
  .houmon .contact .office-contact {
    margin: 30px 0 0 0;
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .houmon .contact .office-contact {
    display: block;
  }
}
.houmon .contact .office-contact .box {
  width: 33%;
  padding: 0 45px;
  background-image: linear-gradient(to bottom, #000, #000 2px, transparent 8px, transparent 4px);
  /* 幅2の線を作る */
  background-size: 2px 10px;
  /* グラデーションの幅・高さを指定 */
  background-position: left top;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-y;
}
@media (max-width: 766px) {
  .houmon .contact .office-contact .box {
    width: 100%;
    margin: 20px 0;
    background-repeat: repeat-X;
    background-size: 10px 2px;
    background-image: linear-gradient(to right, #000, #000 2px, transparent 4px, transparent 8px);
    padding: 20px 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .houmon .contact .office-contact .box {
    width: 100%;
    margin: 20px 0;
    background-repeat: repeat-x;
    background-size: 10px 2px;
    background-image: linear-gradient(to right, #000, #000 2px, transparent 4px, transparent 8px);
    padding: 20px 0;
  }
}
.houmon .contact .office-contact .box.first {
  background: none;
}
.houmon .contact .office-contact .box h3 {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 766px) {
  .houmon .contact .office-contact .box h3 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .houmon .contact .office-contact .box h3 {
    font-size: 24px;
  }
}
.houmon .contact .office-contact .box .tel {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (max-width: 766px) {
  .houmon .contact .office-contact .box .tel {
    font-size: 22px;
    justify-content: center;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .houmon .contact .office-contact .box .tel {
    justify-content: center;
  }
}
.houmon .contact .office-contact .box .tel:before {
  content: "";
  background: url("../images/houmon/ico_tel.svg") 0 0 no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
}
@media (max-width: 766px) {
  .houmon .contact .office-contact .box .tel:before {
    background-size: 22px;
    width: 22px;
    height: 22px;
  }
}
.houmon .contact .office-contact .box .date {
  margin: 15px 0 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 766px) {
  .houmon .contact .office-contact .box .date {
    margin: 5px 0 0 0;
    font-size: 13px;
  }
}
.houmon .flow .wrap {
  background-image: linear-gradient(to right, #000, #000 2px, transparent 4px, transparent 8px);
  /* 幅2の線を作る */
  background-size: 10px 2px;
  /* グラデーションの幅・高さを指定 */
  background-position: left top;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  /* 横向きにのみ繰り返す */
  padding: 100px 0 0 0;
  margin: 100px auto 0 auto;
}
@media (max-width: 766px) {
  .houmon .flow .wrap {
    padding: 50px 0 0 0;
    margin: 50px auto 0 auto;
  }
}
.houmon .flow h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .houmon .flow h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .houmon .flow h2 {
    font-size: 30px;
  }
}
.houmon .flow .acd {
  background: #F7F2E9;
  border-radius: 8px;
  box-shadow: 0 10px 0 #C2B295;
  padding: 20px;
  margin: 40px 0 0 0;
}
@media (max-width: 766px) {
  .houmon .flow .acd {
    padding: 10px;
    margin: 20px 0 0 0;
    box-shadow: 0 5px 0 #C2B295;
  }
}
.houmon .flow .acd .toggle {
  display: none;
}
.houmon .flow .acd .toggle:checked + .label + .content {
  height: auto;
  transition: all 0.3s;
  padding: 20px 90px;
}
@media (max-width: 766px) {
  .houmon .flow .acd .toggle:checked + .label + .content {
    padding: 10px 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .houmon .flow .acd .toggle:checked + .label + .content {
    padding: 20px;
  }
}
.houmon .flow .acd .toggle:checked + .label::after {
  transform: rotate(-180deg) !important;
}
.houmon .flow .acd .label {
  font-size: 28px;
  font-weight: 700;
  display: flex;
  position: relative;
  align-items: center;
}
@media (max-width: 766px) {
  .houmon .flow .acd .label {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .houmon .flow .acd .label {
    font-size: 22px;
  }
}
.houmon .flow .acd .label.fl01:before {
  content: "";
  background: url("../images/common/ico_num_01.svg");
  background-size: 62px;
  width: 62px;
  height: 52px;
  margin: 0 20px 0 0;
}
@media (max-width: 766px) {
  .houmon .flow .acd .label.fl01:before {
    background-size: 31px;
    width: 31px;
    height: 26px;
    margin: 0 10px 0 0;
  }
}
.houmon .flow .acd .label.fl02:before {
  content: "";
  background: url("../images/common/ico_num_02.svg");
  background-size: 71px;
  width: 71px;
  height: 52px;
  margin: 0 20px 0 0;
}
@media (max-width: 766px) {
  .houmon .flow .acd .label.fl02:before {
    background-size: 35px;
    width: 35px;
    height: 26px;
    margin: 0 10px 0 0;
  }
}
.houmon .flow .acd .label.fl03:before {
  content: "";
  background: url("../images/common/ico_num_03.svg");
  background-size: 72px;
  width: 72px;
  height: 52px;
  margin: 0 20px 0 0;
}
@media (max-width: 766px) {
  .houmon .flow .acd .label.fl03:before {
    background-size: 36px;
    width: 36px;
    height: 26px;
    margin: 0 10px 0 0;
  }
}
.houmon .flow .acd .label.fl04:before {
  content: "";
  background: url("../images/common/ico_num_04.svg");
  background-size: 75px;
  width: 75px;
  height: 52px;
  margin: 0 20px 0 0;
}
@media (max-width: 766px) {
  .houmon .flow .acd .label.fl04:before {
    background-size: 37px;
    width: 37px;
    height: 26px;
    margin: 0 10px 0 0;
  }
}
.houmon .flow .acd .label.fl05:before {
  content: "";
  background: url("../images/common/ico_num_05.svg");
  background-size: 73px;
  width: 73px;
  height: 52px;
  margin: 0 20px 0 0;
}
@media (max-width: 766px) {
  .houmon .flow .acd .label.fl05:before {
    background-size: 36px;
    width: 36px;
    height: 26px;
    margin: 0 10px 0 0;
  }
}
.houmon .flow .acd .label.fl06:before {
  content: "";
  background: url("../images/common/ico_num_06.svg");
  background-size: 73px;
  width: 73px;
  height: 52px;
  margin: 0 20px 0 0;
}
@media (max-width: 766px) {
  .houmon .flow .acd .label.fl06:before {
    background-size: 36px;
    width: 36px;
    height: 26px;
    margin: 0 10px 0 0;
  }
}
.houmon .flow .acd .label.fl07:before {
  content: "";
  background: url("../images/common/ico_num_07.svg");
  background-size: 70px;
  width: 70px;
  height: 52px;
  margin: 0 20px 0 0;
}
@media (max-width: 766px) {
  .houmon .flow .acd .label.fl07:before {
    background-size: 35px;
    width: 35px;
    height: 26px;
    margin: 0 10px 0 0;
  }
}
.houmon .flow .acd .label:after {
  content: "";
  background: url("../images/online/ico_orange_arrow.svg");
  position: absolute;
  right: 0;
  top: 10px;
  background-size: 30px;
  width: 30px;
  height: 30px;
  transition: all 0.3s;
}
@media (max-width: 766px) {
  .houmon .flow .acd .label:after {
    background-size: 15px;
    width: 15px;
    height: 15px;
  }
}
.houmon .flow .acd .label.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.houmon .flow .acd .content {
  height: 0;
  overflow: hidden;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 766px) {
  .houmon .flow .acd .content {
    padding: 0 10px;
    display: block;
  }
}
.houmon .flow .acd .content .txt-box {
  width: 700px;
}
@media (max-width: 766px) {
  .houmon .flow .acd .content .txt-box {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .houmon .flow .acd .content .txt-box {
    width: 70%;
  }
}
@media (max-width: 766px) {
  .houmon .flow .acd .content .img-box {
    width: 30%;
    margin: 20px auto 0 auto;
  }
  .houmon .flow .acd .content .img-box img {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .houmon .flow .acd .content .img-box {
    width: 25%;
  }
  .houmon .flow .acd .content .img-box img {
    width: 100%;
  }
}

.online .btn-room {
  width: 670px;
  background: url("../images/common/ico_btn_arrow_white.svg") right 20px center no-repeat #F6A32B;
  display: block;
  margin: 60px auto 0 auto;
  height: 85px;
  border-radius: 50px;
  line-height: 85px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 10px 0 0 #CF8111;
  transform: translateY(-10px);
}
@media (max-width: 766px) {
  .online .btn-room {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    background-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .online .btn-room {
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    background-size: 20px;
  }
}
.online .btn-room:hover {
  box-shadow: 0 2px 0 0 #CF8111;
  transform: translateY(-2px);
}
.online .btn-room a {
  display: block;
  width: 100%;
  height: 100%;
}
.online .point {
  margin: 100px 0 0 0;
}
@media (max-width: 766px) {
  .online .point {
    margin: 50px 0 0 0;
  }
}
.online .point h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .online .point h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .online .point h2 {
    font-size: 30px;
  }
}
.online .point .lead {
  margin: 30px 0 0 0;
}
@media (max-width: 766px) {
  .online .point .lead {
    margin: 15px 0 0 0;
  }
}
.online .point .flex-wrap {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 766px) {
  .online .point .flex-wrap {
    display: block;
    margin: 20px 0 0 0;
  }
}
.online .point .flex-wrap .box {
  margin: 40px 0 0 0;
  width: 48%;
  background: url("../images/online/bg_online.svg") 0 0 no-repeat;
  background-size: 100%;
  padding: 20px;
}
@media (max-width: 766px) {
  .online .point .flex-wrap .box {
    width: 100%;
    background-size: cover;
    background: url("../images/online/bg_online.svg") center top no-repeat;
    padding: 20px 10px 10px 10px;
    margin: 20px 0 0 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .online .point .flex-wrap .box {
    background: url("../images/online/bg_online.svg") center top no-repeat;
    background-size: cover;
  }
}
.online .point .flex-wrap .box .num {
  display: block;
  margin: 0 auto;
}
@media (max-width: 766px) {
  .online .point .flex-wrap .box .num {
    width: 15%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .online .point .flex-wrap .box .num {
    width: 15%;
  }
}
.online .point .flex-wrap .box h3 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 0 0;
}
@media (max-width: 766px) {
  .online .point .flex-wrap .box h3 {
    font-size: 18px;
    margin: 10px 0 0 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .online .point .flex-wrap .box h3 {
    font-size: 20px;
    margin: 10px 0 0 0;
  }
}
.online .point .flex-wrap .box p {
  font-size: 16px;
  margin: 20px 0 0 0;
}
@media (max-width: 766px) {
  .online .point .flex-wrap .box p {
    font-size: 14px;
    margin: 10px 0 0 0;
  }
}
.online .point .flex-wrap .box img {
  display: block;
  margin: 40px auto 0 auto;
}
@media (max-width: 766px) {
  .online .point .flex-wrap .box img {
    margin: 20px auto 0 auto;
    width: 40%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .online .point .flex-wrap .box img {
    width: 40%;
  }
}
.online .cta {
  background: #F7F2E9;
  padding: 80px 0;
  margin: 100px 0 0 0;
}
.online .cta .btn {
  width: 56%;
  background: url("../images/common/ico_btn_arrow_white.svg") right 20px center no-repeat #F6A32B;
  display: block;
  margin: 60px auto 0 auto;
  height: 85px;
  border-radius: 50px;
  line-height: 85px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 10px 0 0 #CF8111;
  transform: translateY(-10px);
}
@media (max-width: 766px) {
  .online .cta .btn {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 14px;
    background-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .online .cta .btn {
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    background-size: 20px;
  }
}
.online .cta .btn:hover {
  box-shadow: 0 2px 0 0 #CF8111;
  transform: translateY(-2px);
}
.online .cta .btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.online .howto {
  margin: 100px 0 0 0;
}
@media (max-width: 766px) {
  .online .howto {
    margin: 50px 0 0 0;
  }
}
.online .howto h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .online .howto h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .online .howto h2 {
    font-size: 30px;
  }
}
.online .howto .tab-area {
  display: flex;
  justify-content: space-between;
}
.online .howto .tab-area .tab {
  width: 49%;
  text-align: center;
  background: rgba(197, 197, 197, 0.7);
  border-radius: 8px 8px 0 0;
  font-size: 20px;
  font-weight: 700;
  display: block;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 766px) {
  .online .howto .tab-area .tab {
    font-size: 16px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .online .howto .tab-area .tab {
    font-size: 18px;
  }
}
.online .howto .tab-area .tab.active {
  background: #F6A32B;
}
.online .howto .panel-area {
  border: 1px solid #F6A32B;
  padding: 10px 20px 30px 20px;
}
@media (max-width: 766px) {
  .online .howto .panel-area {
    padding: 5px;
  }
}
.online .howto .panel-area .panel {
  display: none;
}
.online .howto .panel-area .panel.active {
  display: block;
}
.online .howto .panel-area .box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 766px) {
  .online .howto .panel-area .box-wrap {
    display: block;
  }
}
.online .howto .panel-area .box-wrap .box {
  width: 49%;
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  padding: 30px 20px;
  margin: 20px 0 0 0;
}
@media (max-width: 766px) {
  .online .howto .panel-area .box-wrap .box {
    width: 100%;
    padding: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .online .howto .panel-area .box-wrap .box {
    padding: 15px;
  }
}
.online .howto .panel-area .box-wrap .box img {
  width: 60%;
  display: block;
  margin: 20px auto 0 auto;
}
@media (max-width: 766px) {
  .online .howto .panel-area .box-wrap .box img {
    margin: 10px auto 0 auto;
  }
}
.online .howto .panel-area .box-wrap .box .bold {
  font-weight: 700;
}
.online .howto .panel-area .box-wrap .box .red {
  color: #EB3A3A;
}
.online .howto .panel-area .box-wrap .box .btn-roomkey {
  width: 90%;
  background: url("../images/common/ico_btn_arrow_white.svg") right 10px center no-repeat #3A63EB;
  background-size: 20px;
  display: block;
  margin: 60px auto 0 auto;
  height: 55px;
  border-radius: 50px;
  line-height: 55px;
  text-align: center;
  font-size: 18x;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 10px 0 0 #2443A6;
  transform: translateY(-10px);
}
@media (max-width: 766px) {
  .online .howto .panel-area .box-wrap .box .btn-roomkey {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 13px;
    background-size: 15px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .online .howto .panel-area .box-wrap .box .btn-roomkey {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 13px;
    background-size: 15px;
  }
}
.online .howto .panel-area .box-wrap .box .btn-roomkey:hover {
  box-shadow: 0 2px 0 0 #2443A6;
  transform: translateY(-2px);
}
.online .howto .panel-area .box-wrap .box .btn-roomkey a {
  display: block;
  width: 100%;
  height: 100%;
}
.online .howto .panel-area .box-wrap .box .btn {
  width: 80%;
  background: url("../images/common/ico_btn_arrow_white.svg") right 10px center no-repeat #F6A32B;
  background-size: 20px;
  display: block;
  margin: 60px auto 0 auto;
  height: 55px;
  border-radius: 50px;
  line-height: 55px;
  text-align: center;
  font-size: 18x;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 10px 0 0 #CF8111;
  transform: translateY(-10px);
}
@media (max-width: 766px) {
  .online .howto .panel-area .box-wrap .box .btn {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 14px;
    background-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .online .howto .panel-area .box-wrap .box .btn {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 14px;
  }
}
.online .howto .panel-area .box-wrap .box .btn:hover {
  box-shadow: 0 2px 0 0 #CF8111;
  transform: translateY(-2px);
}
.online .howto .panel-area .box-wrap .box .btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.recruit .recruit-top {
  margin: 80px 0 0 0;
}
@media (max-width: 766px) {
  .recruit .recruit-top {
    margin: 40px 0 0 0;
  }
}
.recruit .recruit-top h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .recruit .recruit-top h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .recruit .recruit-top h2 {
    font-size: 30px;
  }
}
.recruit .recruit-top .flex-box {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0 0;
}
@media (max-width: 766px) {
  .recruit .recruit-top .flex-box {
    display: block;
  }
}
.recruit .recruit-top .flex-box .txt-box {
  width: 57%;
}
@media (max-width: 766px) {
  .recruit .recruit-top .flex-box .txt-box {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .recruit .recruit-top .flex-box .txt-box {
    width: 70%;
  }
}
.recruit .recruit-top .flex-box .img-box {
  width: 38%;
}
@media (max-width: 766px) {
  .recruit .recruit-top .flex-box .img-box {
    width: 50%;
    margin: 20px auto 0 auto;
  }
}
.recruit .recruit-top .flex-box .img-box img {
  width: 100%;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .recruit .recruit-top .flex-box .img-box {
    width: 27%;
  }
}
.recruit .entry {
  margin: 100px 0 0 0;
  background: #F7F2E9;
  padding: 80px 0;
}
@media (max-width: 766px) {
  .recruit .entry {
    margin: 50px 0 0 0;
    padding: 40px 0;
  }
}
.recruit .entry .btn {
  width: 56%;
  background: url("../images/common/ico_btn_arrow_white.svg") right 20px center no-repeat #F6A32B;
  display: block;
  margin: 60px auto 0 auto;
  height: 85px;
  border-radius: 50px;
  line-height: 85px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 10px 0 0 #CF8111;
  transform: translateY(-10px);
}
@media (max-width: 766px) {
  .recruit .entry .btn {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .recruit .entry .btn {
    height: 65px;
    line-height: 65px;
    font-size: 18px;
  }
}
.recruit .entry .btn:hover {
  box-shadow: 0 2px 0 0 #CF8111;
  transform: translateY(-2px);
}
.recruit .entry .btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.recruit .recruit-nav {
  display: flex;
  margin: 60px 0 0 0;
  justify-content: space-between;
}
@media (max-width: 766px) {
  .recruit .recruit-nav {
    margin: 30px 0 0 0;
    display: block;
  }
}
.recruit .recruit-nav li {
  width: 31%;
  background: url("../images/common/ico_btn_arrow_white.svg") right 10px center no-repeat #F6A32B;
  background-size: 20px;
  display: block;
  margin: 0 auto;
  height: 55px;
  border-radius: 50px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 10px 0 0 #CF8111;
  transform: translateY(-10px);
}
@media (max-width: 766px) {
  .recruit .recruit-nav li {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    margin: 20px 0 0 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .recruit .recruit-nav li {
    font-size: 14px;
    background-size: 15px;
  }
}
.recruit .recruit-nav li:hover {
  box-shadow: 0 2px 0 0 #CF8111;
  transform: translateY(-2px);
}
.recruit .recruit-nav li a {
  display: block;
  width: 100%;
  height: 100%;
}
.recruit .recruiter {
  margin: 80px 0 0 0;
}
@media (max-width: 766px) {
  .recruit .recruiter {
    margin: 40px 0 0 0;
  }
}
.recruit .recruiter .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(to right, #000, #000 2px, transparent 4px, transparent 8px);
  /* 幅2の線を作る */
  background-size: 10px 2px;
  /* グラデーションの幅・高さを指定 */
  background-position: left top;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  /* 横向きにのみ繰り返す */
  padding: 80px 0 0 0;
  margin-top: 100px;
}
@media (max-width: 766px) {
  .recruit .recruiter .flex-box {
    display: block;
    padding: 40px 0 0 0;
    margin-top: 50px;
  }
}
.recruit .recruiter .flex-box.top {
  background: none;
  margin: 0;
  padding: 0;
}
.recruit .recruiter .flex-box .txt-box {
  width: 100%;
}
@media (max-width: 766px) {
  .recruit .recruiter .flex-box .txt-box {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .recruit .recruiter .flex-box .txt-box {
    width: 68%;
  }
}
.recruit .recruiter .flex-box .txt-box h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .recruit .recruiter .flex-box .txt-box h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .recruit .recruiter .flex-box .txt-box h2 {
    font-size: 30px;
  }
}
.recruit .recruiter .flex-box .txt-box p {
  margin: 20px 0 0 0;
}
@media (max-width: 766px) {
  .recruit .recruiter .flex-box .txt-box p {
    margin: 10px 0 0 0;
  }
}
.recruit .recruiter .flex-box .txt-box p.name {
  font-weight: 700;
  text-align: center;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .recruit .recruiter .flex-box .txt-box p.name {
    text-align: right;
  }
}
.recruit .recruiter .flex-box .img-box {
  width: 20%;
}
@media (max-width: 766px) {
  .recruit .recruiter .flex-box .img-box {
    width: 80%;
    margin: 20px auto 0 auto;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .recruit .recruiter .flex-box .img-box {
    width: 30%;
  }
}
.recruit .recruiter .flex-box .img-box img {
  width: 100%;
}
@media (max-width: 766px) {
  .recruit .recruiter .flex-box .img-box img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}
.recruit .message {
  margin: 80px 0 0 0;
}
@media (max-width: 766px) {
  .recruit .message {
    margin: 40px 0 0 0;
  }
}
.recruit .message .flex-box {
  display: flex;
  justify-content: space-between;
  background: #F7F2E9;
  border-radius: 8px;
  padding: 30px;
  margin: 40px 0 0 0;
}
@media (max-width: 766px) {
  .recruit .message .flex-box {
    display: block;
    padding: 15px;
    margin: 20px 0 0 0;
  }
}
.recruit .message .flex-box .txt-box {
  width: 70%;
}
@media (max-width: 766px) {
  .recruit .message .flex-box .txt-box {
    width: 100%;
  }
}
.recruit .message .flex-box .img-box {
  width: 21%;
}
@media (max-width: 766px) {
  .recruit .message .flex-box .img-box {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.recruit .message .flex-box .img-box img {
  width: 100%;
}
@media (max-width: 766px) {
  .recruit .message .flex-box .img-box img {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
}
.recruit .message .flex-box .img-box p {
  font-size: 14px;
  margin: 10px 0 0 0;
}
@media (max-width: 766px) {
  .recruit .message .flex-box .img-box p {
    margin: 5px 0 0 0;
    font-size: 12px;
  }
}
.recruit .application {
  margin: 80px 0 0 0;
}
@media (max-width: 766px) {
  .recruit .application {
    margin: 40px 0 0 0;
  }
}
.recruit .application dl {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 766px) {
  .recruit .application dl {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .recruit .application dl {
    width: 100%;
  }
}
.recruit .application dl dt {
  width: 150px;
  float: left;
  clear: left;
}
@media (max-width: 766px) {
  .recruit .application dl dt {
    width: 100%;
    display: block;
    float: none;
  }
}
.recruit .application dl dd {
  padding: 0 0 20px 150px;
  border-bottom: 1px dashed #F6A32B;
  margin: 0 0 20px 0;
}
@media (max-width: 766px) {
  .recruit .application dl dd {
    padding: 0 0 20px 1em;
  }
}
.recruit .application dl dd dl {
  width: 100%;
}
.recruit .application dl dd dl dt {
  width: 200px;
  float: none;
  clear: none;
  display: inline-block;
  padding: 0 20px;
  background: #F5F5F5;
}
.recruit .application dl dd dl dd {
  padding: 0;
  margin: 0 0 10px 0;
  border: none;
}
.recruit .process .wrap {
  background-image: linear-gradient(to right, #000, #000 2px, transparent 4px, transparent 8px);
  /* 幅2の線を作る */
  background-size: 10px 2px;
  /* グラデーションの幅・高さを指定 */
  background-position: left top;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  /* 横向きにのみ繰り返す */
  padding: 80px 0 0 0;
  margin-top: 100px;
}
@media (max-width: 766px) {
  .recruit .process .wrap {
    padding: 40px 0 0 0;
    margin-top: 50px;
  }
}
.recruit .process h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .recruit .process h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .recruit .process h2 {
    font-size: 30px;
  }
}
.recruit .process .flow {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0 0;
}
@media (max-width: 766px) {
  .recruit .process .flow {
    display: block;
    margin: 30px 0 0 0;
  }
}
.recruit .process .flow .box {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #F7F2E9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 766px) {
  .recruit .process .flow .box {
    width: 200px;
    height: 200px;
    margin: 40px auto;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .recruit .process .flow .box {
    width: 180px;
    height: 180px;
  }
}
.recruit .process .flow .box p {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 766px) {
  .recruit .process .flow .box p {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .recruit .process .flow .box p {
    font-size: 20px;
  }
}
.recruit .process .flow .box p span {
  display: block;
  font-size: 24px;
}
@media (max-width: 766px) {
  .recruit .process .flow .box p span {
    font-size: 16px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .recruit .process .flow .box p span {
    font-size: 16px;
  }
}
.recruit .process .flow .box:after {
  width: 18px;
  height: 18px;
  border-top: 4px solid #F5F5F5;
  border-right: 4px solid #F5F5F5;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
}
@media (max-width: 766px) {
  .recruit .process .flow .box:after {
    display: block;
    top: auto;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(135deg);
  }
}
.recruit .process .flow .box.last:after {
  content: none;
}
.recruit .process .caution {
  margin: 40px 0 0 0;
  font-size: 14px;
}
@media (max-width: 766px) {
  .recruit .process .caution {
    margin: 20px 0 0 0;
    font-size: 12px;
  }
}

.contact .contact-form {
  margin: 80px 0 0 0;
}
@media (max-width: 766px) {
  .contact .contact-form {
    margin: 40px 0 0 0;
  }
}
.contact .contact-form h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .contact .contact-form h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .contact .contact-form h2 {
    font-size: 30px;
  }
}
.contact .contact-form .lead {
  margin: 30px 0 0 0;
}
@media (max-width: 766px) {
  .contact .contact-form .lead {
    margin: 15px 0 0 0;
  }
}
.contact .contact-form .lead .red {
  color: #E53E3E;
  font-weight: 700;
}
.contact .contact-form h3 {
  font-size: 30px;
  margin: 0 0 0 1em;
}
@media (max-width: 766px) {
  .contact .contact-form h3 {
    font-size: 18px;
  }
}
.contact .contact-form dl {
  margin: 60px auto 0 auto;
  width: 80%;
}
@media (max-width: 766px) {
  .contact .contact-form dl {
    width: 100%;
    margin: 30px auto 0 auto;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .contact .contact-form dl {
    width: 100%;
  }
}
.contact .contact-form dl dt {
  font-size: 20px;
}
@media (max-width: 766px) {
  .contact .contact-form dl dt {
    font-size: 16px;
  }
}
.contact .contact-form dl dt span {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .contact .contact-form dl dt span {
    font-size: 14px;
  }
}
.contact .contact-form dl dt .must {
  font-size: 14px;
  background: #F6A32B;
  border-radius: 4px;
  padding: 0 5px;
  margin: 0 0 0 20px;
  color: #fff;
}
.contact .contact-form dl dd {
  padding: 0 0 20px 1em;
  margin: 0 0 20px 0;
  background-image: linear-gradient(to right, #000, #000 2px, transparent 4px, transparent 8px);
  /* 幅2の線を作る */
  background-size: 10px 2px;
  /* グラデーションの幅・高さを指定 */
  background-position: left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
}
.contact .contact-form dl dd .input-place {
  margin: 0 0 15px 1em !important;
}
@media (max-width: 766px) {
  .contact .contact-form dl dd .input-place {
    width: 90%;
  }
}
.contact .contact-form dl dd input[type=text],
.contact .contact-form dl dd input[type=email],
.contact .contact-form dl dd input[type=datetime-local],
.contact .contact-form dl dd select {
  height: 40px;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 0 10px;
}
.contact .contact-form dl dd input[type=datetime-local] {
  margin: 0 0 15px 1em;
}
.contact .contact-form dl dd .input-text {
  width: 100%;
}
.contact .contact-form dl dd .input-textarea {
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 0 10px;
  width: 100%;
  height: 250px;
}
@media (max-width: 766px) {
  .contact .contact-form dl dd .input-textarea {
    height: 125px;
  }
}
.contact .contact-form .policy {
  text-align: center;
  margin: 60px 0 0;
}
@media (max-width: 766px) {
  .contact .contact-form .policy {
    margin: 30px 0 0 0;
  }
}
.contact .contact-form .policy input[type=checkbox] {
  margin: 0 1em 0 0;
}
.contact .contact-form .policy a {
  text-decoration: underline;
}
.contact .contact-form .policy a:hover {
  text-decoration: none;
}
.contact .contact-form .btn-submit {
  width: 56%;
  background: url("../images/common/ico_btn_arrow_white.svg") right 20px center no-repeat #F6A32B;
  display: block;
  margin: 60px auto 0 auto;
  height: 85px;
  border-radius: 50px;
  line-height: 85px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 10px 0 0 #CF8111;
  transform: translateY(-10px);
}
@media (max-width: 766px) {
  .contact .contact-form .btn-submit {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .contact .contact-form .btn-submit {
    height: 65px;
    line-height: 65px;
    font-size: 18px;
  }
}
.contact .contact-form .btn-submit:hover {
  box-shadow: 0 2px 0 0 #CF8111;
  transform: translateY(-2px);
}
.contact .contact-form .btn-submit a {
  display: block;
  width: 100%;
  height: 100%;
}
.contact .thanks {
  margin: 80px 0 0 0;
}
@media (max-width: 766px) {
  .contact .thanks {
    margin: 40px 0 0 0;
  }
}
.contact .thanks h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 766px) {
  .contact .thanks h2 {
    font-size: 20px;
  }
}
.contact .thanks p {
  text-align: center;
  margin: 40px 0 0 0;
}
@media (max-width: 766px) {
  .contact .thanks p {
    margin: 20px 0 0 0;
  }
}

.policy .policy-list {
  margin: 80px 0 0 0;
}
@media (max-width: 766px) {
  .policy .policy-list {
    margin: 40px 0 0 0;
  }
}
.policy .policy-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.policy .policy-list ul li {
  width: 360px;
  height: 80px;
  background: url("../images/common/ico_btn_arrow_white.svg") right 20px center no-repeat #F6A32B;
  background-size: 20px;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 10px 0 0 #CF8111;
  transform: translateY(-10px);
  margin: 30px 0 0 0;
  text-align: center;
}
@media (max-width: 766px) {
  .policy .policy-list ul li {
    width: 100%;
    height: 65px;
    font-size: 16px;
  }
}
.policy .policy-list ul li:nth-child(1), .policy .policy-list ul li:nth-child(3), .policy .policy-list ul li:nth-child(4), .policy .policy-list ul li:nth-child(5) {
  line-height: 80px;
}
@media (max-width: 766px) {
  .policy .policy-list ul li:nth-child(1), .policy .policy-list ul li:nth-child(3), .policy .policy-list ul li:nth-child(4), .policy .policy-list ul li:nth-child(5) {
    line-height: 65px;
  }
}
.policy .policy-list ul li:hover {
  box-shadow: 0 2px 0 0 #CF8111;
  transform: translateY(-2px);
}
.policy .policy-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.policy .content {
  margin: 80px 0 0 0;
}
@media (max-width: 766px) {
  .policy .content {
    margin: 40px 0 0 0;
  }
}
.policy .content h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 766px) {
  .policy .content h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .policy .content h2 {
    font-size: 30px;
  }
}
.policy .content .lead {
  margin: 40px 100px 0 100px;
}
@media (max-width: 766px) {
  .policy .content .lead {
    margin: 20px 2em 0 2em;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .policy .content .lead {
    margin: 40px 3em 0 3em;
  }
}
.policy .content .lead.tc {
  text-align: center;
}
.policy .content .lead span {
  font-weight: 700;
  display: block;
}
.policy .content p {
  margin: 1em 0 0 0;
}
.policy .content p a {
  color: #5991B7;
  transition: all 0.4s;
}
.policy .content p a:hover {
  color: initial;
}
.policy .content ol {
  list-style-type: decimal;
  padding: 0 0 0 1em;
}
.policy .content ol li {
  margin: 1em 0 0 0;
}
.policy .content ol li a {
  color: #5991B7;
  transition: all 0.4s;
}
.policy .content ol li a:hover {
  color: initial;
}
.policy .content ol li ol {
  list-style-type: none;
}
.policy .content ol li ol li {
  margin: 0.5em 0 0 0;
}
.policy .content ol li span {
  font-weight: 700;
  display: block;
}
.policy .content .date {
  text-align: right;
  margin: 2em 0 0 0;
}
.policy .content h3 {
  background: #F6A32B;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 80px 0 0 0;
}
@media (max-width: 766px) {
  .policy .content h3 {
    margin: 40px 0 0 0;
    font-size: 16px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .policy .content h3 {
    font-size: 20px;
  }
}

.news .news-list {
  margin: 80px 0 0 0;
}
@media (max-width: 766px) {
  .news .news-list {
    margin: 40px 0 0 0;
  }
}
.news .news-list dl {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 766px) {
  .news .news-list dl {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .news .news-list dl {
    width: 100%;
  }
}
.news .news-list dl dt {
  width: 200px;
  float: left;
  clear: left;
}
@media (max-width: 766px) {
  .news .news-list dl dt {
    width: 100%;
    display: block;
    float: none;
  }
}
.news .news-list dl dd {
  padding: 0 0 20px 200px;
  margin: 0 0 20px 0;
  font-size: 19px;
  background-image: linear-gradient(to right, #000, #000 2px, transparent 4px, transparent 8px);
  /* 幅2の線を作る */
  background-size: 10px 2px;
  /* グラデーションの幅・高さを指定 */
  background-position: left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
}
@media (max-width: 766px) {
  .news .news-list dl dd {
    padding: 0 0 20px 0;
    font-size: 16px;
  }
}
.news .news-list dl dd a {
  transition: all 0.3s;
}
.news .news-list dl dd a:hover {
  color: #F6A32B;
}
.news .news-list .pager {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 766px) {
  .news .news-list .pager {
    margin: 30px;
    flex-wrap: wrap;
  }
}
.news .news-list .pager li {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border: 1px solid #F6A32B;
  border-radius: 50px;
  text-align: center;
}
@media (max-width: 766px) {
  .news .news-list .pager li {
    margin: 10px;
    line-height: 40px;
  }
}
.news .news-list .pager li a {
  color: #F6A32B;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.news .news-list .pager li a:hover {
  background: #F6A32B;
  color: #fff;
}
.news .news-list .pager li.active {
  background: #F6A32B;
}
.news .news-list .pager li.active a {
  color: #fff;
}
.news .detail {
  margin: 80px 0 0 0;
}
@media (max-width: 766px) {
  .news .detail {
    margin: 40px 0 0 0;
  }
}
.news .detail .title h2 {
  font-size: 32px;
  font-weight: 700;
  background-image: linear-gradient(to right, #000, #000 2px, transparent 4px, transparent 8px);
  /* 幅2の線を作る */
  background-size: 10px 2px;
  /* グラデーションの幅・高さを指定 */
  background-position: left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
}
@media (max-width: 766px) {
  .news .detail .title h2 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .news .detail .title h2 {
    font-size: 24px;
  }
}
.news .detail .title p {
  text-align: right;
  font-size: 15px;
}
@media (max-width: 766px) {
  .news .detail .title p {
    font-size: 12px;
  }
}
.news .detail .entry {
  margin: 60px 0 0 0;
}
@media (max-width: 766px) {
  .news .detail .entry {
    margin: 30px 0 0 0;
  }
}
.news .detail .entry p {
  margin: 1em 0 0 0;
}
.news .detail .entry p a {
  transition: all 0.3s;
}
.news .detail .entry p a:hover {
  color: #F6A32B;
}
.news .detail .btn-back {
  width: 320px;
  background: url("../images/common/ico_btn_back_white.svg") left 20px center no-repeat #F6A32B;
  background-size: 20px;
  display: block;
  margin: 60px auto 0 auto;
  height: 45px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 5px 0 0 #CF8111;
  transform: translateY(-5px);
}
@media (max-width: 766px) {
  .news .detail .btn-back {
    width: 70%;
    margin: 30px auto 0 auto;
  }
}
.news .detail .btn-back:hover {
  box-shadow: 0 2px 0 0 #CF8111;
  transform: translateY(-2px);
}
.news .detail .btn-back a {
  display: block;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */