@charset "UTF-8";
/*
Theme Name: bassai-support-center_cms_v1
Description: bassai-support-center theme version1
Author: TokunoAkihiro
Version: 1.0
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/
/*! destyle.css v4.0.0 | 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] {
  -webkit-text-decoration: underline dotted;
          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 {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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;
}

/* ==============================================
 Common
=============================================== */
.sp {
  display: none;
}

@media (max-width: 540px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.hidden {
  display: none !important;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  min-width: 1200px;
  position: relative;
}
@media (max-width: 540px) {
  html, body {
    min-width: inherit;
  }
}

html {
  overflow-y: scroll;
  margin: 0;
  width: 100%;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
  color: #272929;
  font-size: 16px;
  font-weight: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}
@media (max-width: 540px) {
  body {
    font-size: 15px;
  }
}

a {
  cursor: pointer;
  color: #272929;
  outline: medium none;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  opacity: 0.7;
}

a:visited {
  outline: medium none;
}

a:focus {
  outline: medium none;
}

a:active, a:hover {
  outline: medium none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
  vertical-align: baseline;
}

dfn {
  font-style: italic;
}

mark {
  background: none repeat scroll 0 0 #FFFF00;
  color: #222;
}

p {
  line-height: 1.75;
  margin: 0 0;
  max-height: 100%;
}
@media (max-width: 540px) {
  p {
    line-height: 1.75;
    margin-bottom: 14px;
  }
}

code, kbd, pre, samp {
  -moz-hyphens: none;
  font-family: monospace, serif;
  font-size: 14px;
}

pre {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #666666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -moz-hyphens: none;
  quotes: none;
}

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

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em, blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

small {
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: baseline;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0;
}

dt {
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

menu, ol, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  margin: 0;
}

th {
  font-weight: bold;
  font-weight: 600;
}

li, dt, dd, th, td {
  line-height: 1.7;
}

img {
  width: 100%;
  max-width: 100%;
  border: 0 none;
  height: auto;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

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

input, textarea, button, select {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
}

input[type=text]:focus,
textarea:focus {
  outline: 0;
}

select::-moz-focus-inner,
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border: 0;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #222;
}

@media (min-width: 1025px) {
  a img {
    transition: all 0.17s ease-out 0s;
  }
  a:hover img {
    opacity: 0.8;
  }
}
/* ==============================================
 Font
=============================================== */
/* Font style
----------------------------------------------- */
.ff-sans {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif !important;
}

.ff-serif {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif !important;
}

.ff-biz {
  font-family: "BIZ UDPGothic", sans-serif !important;
}

.ff-mochiy {
  font-family: "Mochiy Pop One", sans-serif !important;
}

.ff-m-plus {
  font-family: "M PLUS Rounded 1c", sans-serif !important;
}

/* Font size
----------------------------------------------- */
.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

p.fs-11 {
  line-height: 1.7;
}

p.fs-12 {
  line-height: 1.7;
}

.fs-small {
  font-size: 13px;
  line-height: 1.8;
}

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

/* Font color
----------------------------------------------- */
.fc-red {
  color: #fa5050;
}

.fc-orange {
  color: #ffc000;
}

.fc-green {
  color: #ffffff;
}

.fc-yellow {
  color: #fff102;
}

.attention {
  color: #fa5050;
}

/* Text Align
----------------------------------------------- */
.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

/* message
----------------------------------------------- */
/* ==============================================
  Layout
=============================================== */
/* Common
----------------------------------------------- */
/* Float
----------------------------------------------- */
.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  text-align: center;
}

img.alignleft {
  margin-right: 40px;
  margin-bottom: 20px;
}

img.alignright {
  margin-left: 40px;
  margin-bottom: 20px;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/* Table
----------------------------------------------- */
.table {
  width: 100%;
  max-width: 100%;
}

.table-type1 {
  border-top: 1px solid #dee0e0;
  margin-bottom: 40px;
  width: 100%;
}

.table-type1 th {
  background-color: #ffffff;
  border-bottom: 1px solid #dee0e0;
  text-align: left;
  font-weight: normal;
  padding: 18px 20px;
  width: 22%;
  vertical-align: middle;
}
@media (max-width: 540px) {
  .table-type1 th {
    display: block;
    padding: 10px 15px;
    width: 100%;
  }
}

.table-type1 th.ta-center {
  text-align: center;
}

.table-type1 td {
  border-bottom: 1px solid #dee0e0;
  padding: 18px 20px;
  vertical-align: middle;
}
@media (max-width: 540px) {
  .table-type1 td {
    display: block;
    padding: 10px 15px;
    width: 100%;
  }
}

.table-type1 td a {
  color: #ffffff;
  text-decoration: underline;
}

.table-type1 td a:hover {
  text-decoration: none;
}

/* Micro Clearfix
----------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* padding
----------------------------------------------- */
.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-25 {
  padding-top: 25px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

/* margin
----------------------------------------------- */
.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-25 {
  margin-top: 25px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

/* width
----------------------------------------------- */
._minw40 {
  min-width: 40px;
}

._minw100 {
  min-width: 100px;
}

._minw140 {
  min-width: 140px;
}

._minw200 {
  min-width: 200px;
}

._maxw240 {
  max-width: 240px;
}

._maxw580 {
  max-width: 580px;
}

._maxw880 {
  max-width: 880px;
}

._maxw1040 {
  max-width: 1040px;
}

._maxw1180 {
  max-width: 1180px;
}

._maxw1200 {
  max-width: 1200px;
}

._w40 {
  width: 40px;
}

._w60 {
  width: 60px;
}

._w100 {
  width: 100px;
}

._w150 {
  width: 150px;
}

._w200 {
  width: 200px;
}

._w5p {
  width: 5%;
}

._w10p {
  width: 10%;
}

._w15p {
  width: 15%;
}

._w20p {
  width: 20%;
}

._w25p {
  width: 25%;
}

._w30p {
  width: 30%;
}

._w35p {
  width: 35%;
}

._w40p {
  width: 40%;
}

._w45p {
  width: 45%;
}

._w50p {
  width: 50%;
}

._w55p {
  width: 55%;
}

._w60p {
  width: 60%;
}

/* ==============================================
 layout
=============================================== */
.wrapper {
  overflow-x: hidden !important;
}

.section {
  padding-top: 80px;
  padding-bottom: 90px;
}
@media (max-width: 540px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.container {
  padding-right: 40px;
  position: relative;
}
@media (max-width: 540px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1200px;
}

.primary {
  float: left;
  width: 74%;
}
@media (max-width: 1024px) {
  .primary {
    float: none;
    margin-bottom: 50px;
    width: auto;
  }
}

.aside {
  float: right;
  width: 22%;
}
@media (max-width: 1024px) {
  .aside {
    float: none;
    width: auto;
  }
}

.flex {
  display: flex;
  width: 100%;
}

/* ==============================================
 fadein
=============================================== */
/* keyframes
----------------------------------------------- */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes delayFadeInLeft {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes delayFadeInRight {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes delayFadeInTop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes delayFadeInBottom {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadein {
  opacity: 0;
  transition: all 500ms ease-in-out;
}

.fadein-left {
  transform: translate(-20px, 0);
}

.fadein-right {
  transform: translate(20px, 0);
}

.fadein-top {
  transform: translate(0, -20px);
}

.fadein-bottom {
  transform: translate(0, 20px);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media (min-width: 1025px) {
  .hover-zoom {
    display: block;
    overflow: hidden;
  }
  .hover-zoom img {
    transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
  .hover-zoom:hover img {
    transform: scale(1.1);
  }
}
/* ==============================================
 parts
=============================================== */
/* button
----------------------------------------------- */
/* page-orderby
----------------------------------------------- */
.page-orderby dt {
  float: left;
}
.page-orderby dd {
  float: left;
}
.page-orderby dd::after {
  content: "・";
}
.page-orderby dd:last-child::after {
  content: none;
}
.page-orderby dd span {
  font-weight: bold;
}
.page-orderby dd a {
  font-weight: normal;
}

/* page-navigation
----------------------------------------------- */
.page-navigation {
  margin-top: 80px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 540px) {
  .page-navigation {
    margin-top: 40px;
    width: auto;
  }
}
.page-navigation .flex {
  width: 100%;
}
@media (max-width: 540px) {
  .page-navigation .flex {
    display: block;
  }
}
.page-navigation .prev {
  margin-right: auto;
  width: 30%;
}
@media (max-width: 540px) {
  .page-navigation .prev {
    margin-bottom: 1px;
    width: auto;
  }
}
.page-navigation .prev a {
  color: #ffffff;
  display: block;
  padding-left: 22px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-navigation .prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(45deg);
  left: 4px;
}
@media (max-width: 540px) {
  .page-navigation .prev a {
    background-color: #fff;
    padding: 20px 30px;
  }
  .page-navigation .prev a::before {
    left: 15px;
  }
}
.page-navigation .next {
  margin-left: auto;
  width: 30%;
}
@media (max-width: 540px) {
  .page-navigation .next {
    width: auto;
  }
}
.page-navigation .next a {
  color: #ffffff;
  display: block;
  padding-right: 22px;
  text-align: right;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-navigation .next a::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  right: 4px;
}
@media (max-width: 540px) {
  .page-navigation .next a {
    background-color: #fff;
    padding: 20px 30px;
  }
  .page-navigation .next a::before {
    right: 15px;
  }
}
.page-navigation .back {
  text-align: center;
  position: absolute;
  left: 50%;
  top: -1em;
  transform: translateX(-50%);
}
@media (max-width: 540px) {
  .page-navigation .back {
    margin-top: 30px;
    position: static;
    left: auto;
    transform: translateX(0%);
  }
}
.page-navigation .back a {
  border: 2px solid #ffffff;
  background: #fff;
  background-size: 22px 22px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 20px;
  max-width: 100%;
  width: 240px;
  transition: all 0.17s ease-out 0s;
  box-shadow: 5px 5px 12px rgba(39, 41, 41, 0.08);
  border-radius: 50px;
}
@media (min-width: 1025px) {
  .page-navigation .back a:hover {
    box-shadow: 2px 2px 6px rgba(39, 41, 41, 0.02);
  }
}

/* pager
----------------------------------------------- */
.pager .wp-pagenavi {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.pager .wp-pagenavi span {
  display: inline-block;
  padding: 0;
  line-height: 38px;
  height: 40px;
  width: 40px;
}

.pager .wp-pagenavi a {
  background-color: #fff;
  padding: 0;
  color: #ffffff;
  border-color: #ffffff;
  display: inline-block;
  margin: 0 4px 5px;
  line-height: 38px;
  height: 40px;
  width: 40px;
  text-align: center;
  vertical-align: baseline;
  transition: all 0.17s ease-out 0s;
}

.pager .wp-pagenavi a:hover {
  color: #fff;
  background-color: #ffffff;
}

.pager .wp-pagenavi .current {
  color: #fff;
  background: #ffffff;
  border-color: #ffffff;
  font-weight: normal;
}

.pager .wp-pagenavi .extend,
.pager .wp-pagenavi .pages {
  background: none;
  border: none;
}

/* breadcrumbs
----------------------------------------------- */
.breadcrumbs {
  width: 100%;
  background: #eeeeee;
  font-size: 18px;
  padding: 11px 0;
  bottom: 0;
  left: 0;
}
.breadcrumbs .inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 540px) {
  .breadcrumbs {
    font-size: 12px;
  }
}

.breadcrumbs .inner > span {
  margin: 0 6px 0 8px;
  line-height: 1;
}

.breadcrumbs .inner > span:first-child {
  margin-left: 0;
}

.breadcrumbs span {
  vertical-align: baseline;
}

.breadcrumbs a {
  color: #272929;
  text-decoration: none;
  position: relative;
}

@media (min-width: 1025px) {
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
}

/* list type
----------------------------------------------- */
.list-type1 {
  margin: 10px 0;
}

.list-type1 li {
  padding-left: 1em;
  position: relative;
  line-height: 1.7;
}

.list-type1 li::after {
  content: "";
  background-color: #ffffff;
  height: 4px;
  position: absolute;
  width: 4px;
  top: 11px;
  left: 3px;
  border-radius: 50%;
}

/* page title
----------------------------------------------- */
.page-title {
  background: #ffffff;
}
.page-title h1 {
  padding-top: 48px;
  padding-bottom: 52px;
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 540px) {
  .page-title h1 {
    padding-top: 26px;
    padding-bottom: 28px;
    font-size: 22px;
  }
}

/* contact
----------------------------------------------- */
.contact-section {
  background: url("images/common/contact-section-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .contact-section {
    background-position: right 10% center;
  }
}
@media (max-width: 540px) {
  .contact-section {
    background-position: center;
  }
}
.contact-section__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding: 60px 0 40px;
  position: relative;
}
@media (max-width: 540px) {
  .contact-section__inner {
    width: 90%;
  }
}
.contact-section__ttl-area {
  background: #fabe00;
  width: 80%;
  height: 95px;
  border-radius: 0 47px 47px 0;
  margin-right: auto;
  padding: 0 70px 0 0;
}
@media (max-width: 540px) {
  .contact-section__ttl-area {
    width: 110%;
    height: auto;
    padding: 10px 10px 10px 10%;
    margin-left: -10%;
  }
}
.contact-section__ttl {
  width: 100%;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
  text-align: right;
  line-height: 3;
}
@media (max-width: 540px) {
  .contact-section__ttl {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    white-space: initial;
  }
}
.contact-section__illustration {
  width: 25%;
  max-width: 274px;
  position: absolute;
  top: 12%;
  left: -8%;
}
@media (max-width: 1440px) {
  .contact-section__illustration {
    width: 20%;
    top: 23%;
    left: -10%;
  }
}
@media (max-width: 540px) {
  .contact-section__illustration {
    width: 45%;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.contact-section__sub-ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 25px;
}
@media (max-width: 540px) {
  .contact-section__sub-ttl {
    font-size: 18px;
    text-align: left;
    margin: 20px auto 10px;
  }
}
.contact-section__btn-area {
  width: 90%;
  margin: auto;
  justify-content: center;
  align-items: center;
}
@media (max-width: 540px) {
  .contact-section__btn-area {
    width: 100%;
    flex-wrap: wrap;
  }
}
.contact-section__tel-area {
  display: block;
  color: #ffffff;
  background: linear-gradient(#ffc083, #ff7e01);
  border: 5px solid #ff7e00;
  border-radius: 55px;
  width: 65%;
}
@media (max-width: 540px) {
  .contact-section__tel-area {
    width: 100%;
  }
}
.contact-section__tel-num {
  display: block;
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 5px;
}
@media (max-width: 540px) {
  .contact-section__tel-num {
    font-size: 30px;
  }
}
.contact-section__time {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin: auto;
}
@media (max-width: 540px) {
  .contact-section__time {
    font-size: 14px;
  }
}
.contact-section__mail {
  width: 25%;
  margin-left: 20px;
}
@media (max-width: 540px) {
  .contact-section__mail {
    width: 40%;
    margin: 20px auto 0;
  }
}
.contact-section__txt {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0;
}
@media (max-width: 540px) {
  .contact-section__txt {
    font-size: 18px;
  }
}

/* trivia-section
----------------------------------------------- */
.trivia-section {
  background: #fabe00;
  padding: 25px 0;
}
.trivia-section__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 540px) {
  .trivia-section__inner {
    width: 90%;
  }
}
.trivia-section__white-bg {
  background: #ffffff;
  border-radius: 33px;
  padding-bottom: 30px;
  position: relative;
}
.trivia-section__white-bg::before {
  content: "";
  display: inline-block;
  width: 458px;
  height: 347px;
  background: url("images/common/trivia-section-illustration02.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 15%;
  left: -5%;
}
@media (max-width: 1280px) {
  .trivia-section__white-bg::before {
    left: -15%;
  }
}
@media (max-width: 540px) {
  .trivia-section__white-bg::before {
    width: 40%;
    height: 30.3056768559%;
    left: -5%;
  }
}
.trivia-section__white-bg::after {
  content: "";
  display: inline-block;
  width: 387px;
  height: 461px;
  background: url("images/common/trivia-section-illustration01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5%;
  right: -5%;
}
@media (max-width: 1280px) {
  .trivia-section__white-bg::after {
    right: -15%;
  }
}
@media (max-width: 540px) {
  .trivia-section__white-bg::after {
    width: 40%;
    height: 47.6485788114%;
    top: -10%;
  }
}
.trivia-section__content {
  width: 80%;
  max-width: 856px;
  margin: auto;
  position: relative;
  z-index: 10;
}
@media (max-width: 540px) {
  .trivia-section__content {
    width: 90%;
  }
}
.trivia-section__btn {
  width: 35%;
  margin: 50px auto 0;
}
@media (max-width: 540px) {
  .trivia-section__btn {
    width: 80%;
    margin: 30px auto 0;
  }
}

.navigation.pagination {
  width: 80%;
  background: none;
  margin: auto;
  text-align: center;
}
.navigation.pagination .nav-links .page-numbers {
  display: inline-block;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border: 2px solid #073a74;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.navigation.pagination .nav-links .page-numbers.current {
  color: #ffffff;
  background: #073a74;
}

.header {
  background: #ffffff;
}
.header__content {
  width: 100%;
  height: 110px;
  justify-content: space-around;
  align-items: center;
  margin: auto;
}
.header__content-left {
  width: 26%;
  flex-wrap: wrap;
}
.header__logo {
  display: block;
  color: #252b65;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0em;
  white-space: nowrap;
  margin: 0 auto 10px;
  padding-left: 65px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1440px) {
  .header__logo {
    font-size: 2.5vw;
    padding-left: 50px;
  }
}
.header__logo::before {
  content: "";
  width: 65px;
  height: 65px;
  background: url("images/header/header-logo.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -10%;
  left: 0;
  z-index: -1;
}
@media (max-width: 1440px) {
  .header__logo::before {
    width: 3.5vw;
    height: 3.5vw;
  }
}
.header__logo-under {
  width: 100%;
  margin: auto;
}
.header__area {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0em;
  text-align: center;
  white-space: nowrap;
  margin: auto;
}
.header__navigation {
  width: 37.5%;
}
.header__navigation-list {
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
.header__navigation-item {
  font-size: 18px;
  font-weight: bold;
}
.header__navigation-link {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .header__navigation-link {
    font-size: 16px;
  }
}
.header__content-right {
  width: 30%;
  align-items: center;
}
@media (max-width: 1440px) {
  .header__content-right {
    width: 40%;
  }
}
.header__tel-area {
  text-align: center;
}
.header__tel-txt {
  display: inline-block;
  background: url("images/header/header-tel-icon.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0em;
  white-space: nowrap;
  padding-left: 20px;
}
.header__tel-num {
  color: #fa5050;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .header__tel-num {
    font-size: 2vw;
  }
}
.header__time {
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
}
.header__mail {
  width: 60%;
  max-width: 260px;
  margin-left: 5%;
}
@media (max-width: 1440px) {
  .header__mail {
    margin: auto;
    margin-right: 10px;
  }
}

.header-sp {
  width: 100%;
  height: auto;
}
.header-sp__ttl {
  padding: 10px 0 10px 15px;
}
.header-sp__link {
  display: block;
  color: #073a74;
  font-size: 6vw;
  font-weight: bold;
  position: relative;
  padding-left: 9vw;
}
.header-sp__link::before {
  content: "";
  width: 8vw;
  height: 8vw;
  background: url("images/header/header-logo.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 8%;
  left: 0;
  z-index: -1;
}

.drawer--right .drawer-hamburger {
  padding: 0;
  top: 0%;
  right: 2%;
  width: 15vw;
  z-index: 100;
}

.drawer-overlay {
  z-index: 999;
}

.drawer-nav {
  z-index: 1000;
}
.drawer-nav .drawer-toggle {
  background-color: #073a74;
  color: #fff;
  font-size: 15px;
  padding: 15px;
}
.drawer-nav .drawer-toggle:hover {
  cursor: pointer;
}
.drawer-nav .nav-list li {
  font-size: 15px;
  border-bottom: 1px solid #dee0e0;
}
.drawer-nav .nav-list li a {
  display: block;
  line-height: 1.5;
  position: relative;
  padding: 10px 25px 10px 15px;
}
.drawer-nav .nav-list .form-btn {
  background: #073a74;
  color: #ffffff;
  text-align: center;
}
.drawer-nav .nav-contact {
  margin-top: 10px;
  padding: 0 15px 15px;
  text-align: center;
}
.drawer-nav .nav-contact .tel-txt {
  background-color: #ffffff;
  color: #fa5050;
  font-size: 16px;
  text-align: center;
  padding: 7px;
  margin: auto;
  position: relative;
}
.drawer-nav .nav-contact .tel span {
  background: url("images/navigation/navigation-tel-icon.png") no-repeat;
  background-size: contain;
  background-position: left center;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  padding-left: 40px;
}
.drawer-nav .nav-contact .tel b {
  color: #ffffff;
  display: block;
}
.drawer-nav .nav-contact .tel + p {
  font-size: 13px;
  white-space: nowrap;
  margin-bottom: 0;
}
.drawer-nav .mail {
  display: block;
  width: 70%;
  margin: 10px auto;
}

.main-visual {
  background: url("images/main-visual/main-visual-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-visual__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
.main-visual__content {
  padding: 20px 0 30px;
  position: relative;
}
.main-visual__area {
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0em;
  white-space: nowrap;
  text-shadow: 2px 2px 1px #000, -2px -2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, 1px 2px 1px #000, 1px -2px 1px #000, -2px 1px 1px #000, 2px 1px 1px #000;
  position: absolute;
  top: 5px;
  left: 14%;
  z-index: 10;
}

.main-visual-sp {
  width: 100%;
}
.main-visual-sp__content {
  width: 100%;
  position: relative;
}
.main-visual-sp__area {
  color: #ffffff;
  font-size: 5vw;
  font-weight: 900;
  letter-spacing: 0em;
  white-space: nowrap;
  text-shadow: 2px 2px 1px #000, -2px -2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, 1px 2px 1px #000, 1px -2px 1px #000, -2px 1px 1px #000, 2px 1px 1px #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
  z-index: 10;
}

.visual {
  position: relative;
  width: 100%;
  height: 365px;
}
.visual--common {
  background: url("images/eye-catch/eye-catch-bg.jpg") no-repeat;
  background-size: cover;
  background-position: left center;
}
.visual--pruning-and-trimming {
  background: url("images/eye-catch/pruning-and-trimming-visual-bg.jpg") no-repeat;
  background-size: cover;
  background-position: left center;
}
.visual--logging-and-root-extraction {
  background: url("images/eye-catch/logging-and-root-extraction-visual-bg.jpg") no-repeat;
  background-size: cover;
  background-position: left center;
}
.visual--mowing-and-weed-control {
  background: url("images/eye-catch/mowing-and-weed-control-visual-bg.jpg") no-repeat;
  background-size: cover;
  background-position: left center;
}
.visual--gravel-and-turf {
  background: url("images/eye-catch/gravel-and-turf-visual-bg.jpg") no-repeat;
  background-size: cover;
  background-position: left center;
}
.visual--insect-control-and-disinfection {
  background: url("images/eye-catch/insect-control-and-disinfection-visual-bg.jpg") no-repeat;
  background-size: cover;
  background-position: left center;
}
.visual--landscaping-and-exterior {
  background: url("images/eye-catch/landscaping-and-exterior-visual-bg.jpg") no-repeat;
  background-size: cover;
  background-position: left center;
}
@media (max-width: 540px) {
  .visual {
    height: 160px;
    background-position: center;
  }
}
.visual__txt {
  color: #073a74;
  font-size: 54px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #ffffff, -1px -1px 2px #ffffff, -1px 1px 2px #ffffff, 1px -1px 2px #ffffff, 2px 1px 2px #ffffff, 2px -1px 2px #ffffff, -1px 2px 2px #ffffff, 1px 2px 2px #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 28%;
}
@media (max-width: 540px) {
  .visual__txt {
    font-size: 30px;
    left: 10%;
  }
}

.warning {
  width: 100%;
  background: url("images/warning/warning-bg-circle01.png"), url("images/warning/warning-bg-circle02.png"), url("images/warning/warning-bg-circle03.png"), url("images/warning/warning-bg-woman.png"), url("images/warning/warning-bg.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top 250px left 1%, top 50% right 0%, bottom 5% left 0%, bottom 0 right 0, top 160px center;
  background-size: 30vw auto, 34vw auto, 29vw auto, 28vw auto, contain;
  position: relative;
}
@media (max-width: 540px) {
  .warning {
    background: url("images/warning/warning-bg-woman.png"), url("images/warning/warning-bg.png");
    background-repeat: no-repeat, no-repeat;
    background-position: bottom 0 right 0, bottom center;
    background-size: 52vw auto, contain;
  }
}
.warning__ttl {
  width: 100%;
  height: 160px;
  background: #073a74;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 540px) {
  .warning__ttl {
    font-size: 18px;
    height: auto;
    padding: 10px 0;
  }
}
.warning__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  margin-top: 60px;
}
@media (max-width: 540px) {
  .warning__inner {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .warning__inner {
    margin-top: 30px;
  }
}
.warning__sub-ttl {
  color: #073a74;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  text-shadow: rgb(127, 125, 125) 5px 10px 10px;
  margin-bottom: 50px;
}
@media (max-width: 540px) {
  .warning__sub-ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.warning__list {
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: auto;
}
.warning__item {
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 540px) {
  .warning__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.warning__white-area {
  width: 100%;
  height: 470px;
  border-radius: 10px;
  border: 5px solid #073a74;
}
@media (max-width: 540px) {
  .warning__white-area {
    height: auto;
  }
}
.warning__white-area--01 {
  background: url("images/warning/warning-icon01.png"), #ffffff;
  background-repeat: no-repeat;
  background-position: bottom 10% right 5%;
}
.warning__white-area--02 {
  background: url("images/warning/warning-icon02.png"), #ffffff;
  background-repeat: no-repeat;
  background-position: bottom 40% right 5%;
}
.warning__white-area--03 {
  background: url("images/warning/warning-icon03.png"), #ffffff;
  background-repeat: no-repeat;
  background-position: bottom 20% right 5%;
}
.warning__white-area--04 {
  background: url("images/warning/warning-icon04.png"), #ffffff;
  background-repeat: no-repeat;
  background-position: bottom 20% right 5%;
}
.warning__item-ttl {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin: 20px auto;
}
@media (max-width: 540px) {
  .warning__item-ttl {
    font-size: 16px;
    margin: 10px auto;
  }
}
.warning__matter-list {
  margin-left: 8%;
}
.warning__matter-item {
  font-size: 27px;
  line-height: 2;
}
@media (max-width: 540px) {
  .warning__matter-item {
    font-size: 14px;
  }
}
.warning__matter-item::before {
  content: "●";
}
.warning__blue-area {
  background: url("images/warning/warning-shears.png"), #073a74;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  width: 100%;
  height: 470px;
  padding: 40px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 540px) {
  .warning__blue-area {
    height: auto;
    margin-top: 15px;
    padding: 20px;
  }
}
.warning__blue-area::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(6, 54, 108, 0.8392156863);
  position: absolute;
  inset: 0 0 0 0;
}
.warning__txt {
  color: #ffffff;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 540px) {
  .warning__txt {
    font-size: 14px;
  }
}
.warning__closing {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin: 120px auto 0;
  padding-bottom: 80px;
  position: relative;
  text-shadow: 2px 2px 1px #ffffff, -2px -2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, 1px 2px 1px #ffffff, 1px -2px 1px #ffffff, -2px 1px 1px #ffffff, 2px 1px 1px #ffffff;
}
@media (max-width: 540px) {
  .warning__closing {
    font-size: 16px;
    text-shadow: 1px 1px 2px #ffffff, -1px -1px 2px #ffffff, -1px 1px 2px #ffffff, 1px -1px 2px #ffffff, 2px 1px 2px #ffffff, 2px -1px 2px #ffffff, -1px 2px 2px #ffffff, 1px 2px 2px #ffffff;
    margin-top: 60px;
    padding-bottom: 80px;
  }
}
.warning__closing::before {
  content: "";
  width: 127px;
  height: 149px;
  background: url("images/warning/warning-icon.png") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -19%;
  left: 3%;
}
@media (max-width: 1440px) {
  .warning__closing::before {
    left: -8%;
  }
}
@media (max-width: 540px) {
  .warning__closing::before {
    width: 42px;
    height: 49px;
    top: -19%;
    left: -8%;
  }
}

.service {
  background: url("images/service/service-bg01.png"), url("images/service/service-bg02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top 150px, center bottom 0;
  padding-bottom: 150px;
}
@media (max-width: 540px) {
  .service {
    background-size: contain, contain;
    background-position: center top 73px, center bottom 0;
    padding-bottom: 100px;
  }
}
.service__ttl {
  width: 100%;
  background: #073a74;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 540px) {
  .service__ttl {
    font-size: 18px;
    padding: 10px 0;
  }
}
.service__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 540px) {
  .service__inner {
    width: 90%;
  }
}
.service__sub-ttl {
  color: #073a74;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  text-shadow: 3px 3px 2px #ffffff, -3px -3px 2px #ffffff, -3px 3px 2px #ffffff, 3px -3px 2px #ffffff, 2px 3px 2px #ffffff, 2px -3px 2px #ffffff, -3px 2px 2px #ffffff, 3px 2px 2px #ffffff;
  margin: 40px auto;
}
@media (max-width: 540px) {
  .service__sub-ttl {
    font-size: 24px;
  }
}
.service__white-area {
  width: 90%;
  background: rgba(255, 255, 255, 0.6549019608);
  border-radius: 10px;
  padding: 50px;
  margin: 0 auto 60px;
}
@media (max-width: 540px) {
  .service__white-area {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
  }
}
.service__txt {
  color: #073a74;
  font-size: 20px;
}
@media (max-width: 540px) {
  .service__txt {
    font-size: 14px;
  }
}
.service__txt--large {
  color: #073a74;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 540px) {
  .service__txt--large {
    font-size: 16px;
  }
}
.service__strong-list {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .service__strong-list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.service__strong-item {
  width: 31%;
}
@media (max-width: 540px) {
  .service__strong-item {
    width: 45%;
    margin-bottom: 20px;
  }
}
.service__promise {
  color: #073a74;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin: 50px auto;
}
@media (max-width: 540px) {
  .service__promise {
    font-size: 18px;
    margin: 30px auto 20px;
  }
}
.service__menu {
  width: 100%;
  background: rgba(255, 255, 255, 0.7058823529);
  border: 5px solid #073a74;
}
.service__menu-main-ttl {
  width: 100%;
  background: #073a74;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 540px) {
  .service__menu-main-ttl {
    font-size: 18px;
    padding: 10px 0;
  }
}
.service__menu-list {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 15px 0;
}
.service__menu-item {
  width: 31%;
  background: #ffffff;
  border: 1px solid #a0a0a0;
  padding: 15px;
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .service__menu-item {
    width: 49%;
    padding: 10px;
  }
}
.service__menu-image {
  width: 100%;
}
.service__menu-ttl {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  text-shadow: 3px 3px 3px #073a74, -3px -3px 3px #073a74, -3px 3px 3px #073a74, 3px -3px 3px #073a74, 3px 3px 3px #073a74, 3px -3px 3px #073a74, -3px 3px 3px #073a74, 3px 3px 3px #073a74;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .service__menu-ttl {
    font-size: 30px;
  }
}
@media (max-width: 540px) {
  .service__menu-ttl {
    font-size: 16px;
  }
}
.service__menu-txt {
  font-size: 18px;
  height: 100px;
  margin: 20px auto;
}
@media (max-width: 1440px) {
  .service__menu-txt {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .service__menu-txt {
    height: auto;
    margin: 5px auto 10px;
  }
}
.service__price {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 540px) {
  .service__price {
    font-size: 12px;
  }
}
.service__price--large {
  color: #fa5050;
  font-size: 36px;
}
@media (max-width: 540px) {
  .service__price--large {
    font-size: 24px;
  }
}
.service__menu-btn {
  display: block;
  width: 80%;
  max-width: 244px;
  margin: 20px auto 0;
}
@media (max-width: 540px) {
  .service__menu-btn {
    width: 100%;
  }
}
.service__other-ttl {
  color: #073a74;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  text-shadow: rgb(127, 125, 125) 5px 10px 10px;
  margin: 50px auto 30px;
}
@media (max-width: 540px) {
  .service__other-ttl {
    font-size: 18px;
    margin: 10px auto 20px;
  }
}
.service__other-list {
  width: 90%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
@media (max-width: 540px) {
  .service__other-list {
    align-items: start;
  }
}
.service__other-item {
  width: 48%;
  align-items: center;
  background: #ffffff;
  border: 1px solid #a0a0a0;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .service__other-item {
    width: 100%;
  }
}
.service__other-item--closing {
  color: #073a74;
  font-size: 36px;
  font-weight: 900;
  text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, 2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px 2px 2px #ffffff;
  margin: auto;
}
@media (max-width: 540px) {
  .service__other-item--closing {
    font-size: 16px;
  }
}
.service__other-image {
  width: 25%;
  max-width: 120px;
}
.service__other-txt-area {
  width: 70%;
  margin-left: 5%;
}
.service__other-sub-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 540px) {
  .service__other-sub-ttl {
    font-size: 16px;
  }
}
.service__other-txt {
  font-size: 16px;
}
@media (max-width: 540px) {
  .service__other-txt {
    font-size: 14px;
  }
}
.service__place-ttl {
  color: #073a74;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  text-shadow: rgb(127, 125, 125) 5px 10px 10px;
  margin: 50px auto 30px;
}
@media (max-width: 540px) {
  .service__place-ttl {
    font-size: 20px;
  }
}
.service__place-list {
  width: 90%;
  justify-content: space-around;
  flex-wrap: nowrap;
  margin: auto;
}
@media (max-width: 540px) {
  .service__place-list {
    flex-wrap: wrap;
  }
}
.service__place-item {
  width: 16%;
}
@media (max-width: 540px) {
  .service__place-item {
    width: 31%;
    margin-bottom: 10px;
  }
}
.service__place-sub-ttl {
  height: 70px;
  color: #073a74;
  font-size: 27px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
  text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, 2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px 2px 2px #ffffff;
}
@media (max-width: 540px) {
  .service__place-sub-ttl {
    font-size: 12px;
    height: 30px;
    margin-bottom: 0;
  }
}
.service__place-image {
  width: 100%;
  max-width: 182px;
  margin: auto;
}

.area {
  background: repeating-linear-gradient(-45deg, #073a74, #073a74 20px, #06356b 20px, #06356b 40px);
}
.area__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 540px) {
  .area__inner {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .area__inner {
    padding-bottom: 20px;
  }
}
.area__ttl {
  color: #ffc000;
  font-size: 72px;
  font-weight: 900;
  font-style: italic;
  text-shadow: 2px 2px 2px #073a74, -2px -2px 2px #073a74, -2px 2px 2px #073a74, 2px -2px 2px #073a74, 2px 2px 2px #073a74, 2px -2px 2px #073a74, -2px 2px 2px #073a74, 2px 2px 2px #073a74;
  position: relative;
  text-align: center;
  transform: translateY(-50px);
  padding-left: 160px;
}
@media (max-width: 1440px) {
  .area__ttl {
    font-size: 60px;
    padding-left: 140px;
  }
}
@media (max-width: 540px) {
  .area__ttl {
    font-size: 36px;
    white-space: nowrap;
    padding-left: 90px;
    line-height: 1.2;
    transform: translateY(-30px);
  }
}
.area__ttl::before {
  content: "";
  display: block;
  width: 181px;
  height: 169px;
  background: url("images/area/area-icon.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 0;
}
@media (max-width: 1440px) {
  .area__ttl::before {
    width: 150px;
    height: 140px;
    top: -20px;
  }
}
@media (max-width: 540px) {
  .area__ttl::before {
    width: 99px;
    height: 92px;
    top: 0;
  }
}
.area__content {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .area__content {
    flex-wrap: wrap;
  }
}
.area__right {
  width: 50%;
}
@media (max-width: 540px) {
  .area__right {
    width: 100%;
  }
}
.area__appeal {
  color: #dc3b1a;
  font-size: 48px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, 2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px 2px 2px #ffffff;
  position: relative;
  z-index: 2;
}
@media (max-width: 540px) {
  .area__appeal {
    font-size: 30px;
  }
}
.area__image {
  width: 96%;
  margin: -30px auto 0;
}
.area__left {
  width: 50%;
}
@media (max-width: 540px) {
  .area__left {
    width: 100%;
  }
}
.area__area {
  width: 100%;
}
.area__sub-ttl {
  width: 100%;
  color: #ffffff;
  background: #dc3b1a;
  font-size: 36px;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 540px) {
  .area__sub-ttl {
    font-size: 18px;
    padding: 10px 0;
  }
}
.area__txt {
  width: 100%;
  height: 280px;
  background: #ffffff;
  font-size: 18px;
  padding: 10px 20px;
}
@media (max-width: 540px) {
  .area__txt {
    height: auto;
    font-size: 16px;
  }
}
.area__credit {
  width: 100%;
  margin-top: 20px;
}

.contact {
  background: url("images/contact/contact-bg.jpg");
}
.contact__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 50px;
}
@media (max-width: 540px) {
  .contact__inner {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .contact__inner {
    padding-bottom: 30px;
  }
}
.contact__ttl {
  color: #073a74;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-shadow: 3px 3px 2px #ffffff, -3px -3px 2px #ffffff, -3px 3px 2px #ffffff, 3px -3px 2px #ffffff, 2px 3px 2px #ffffff, 2px -3px 2px #ffffff, -3px 2px 2px #ffffff, 3px 2px 2px #ffffff;
  padding: 20px 0 0;
  margin-bottom: 50px;
}
@media (max-width: 540px) {
  .contact__ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.contact__btn-area {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .contact__btn-area {
    flex-wrap: wrap;
  }
}
.contact__tel-area {
  width: 45%;
  background: #f61936;
  border: 5px solid #f61936;
}
@media (max-width: 540px) {
  .contact__tel-area {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contact__tel-ttl-area {
  width: 100%;
  padding: 15px 0;
  position: relative;
}
@media (max-width: 540px) {
  .contact__tel-ttl-area {
    padding: 10px 0;
  }
}
.contact__tel-ttl {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  padding-left: 20px;
}
@media (max-width: 540px) {
  .contact__tel-ttl {
    padding-left: 10px;
    font-size: 16px;
  }
}
.contact__tel-staff {
  width: 20%;
  position: absolute;
  bottom: -15px;
  right: 0px;
}
@media (max-width: 540px) {
  .contact__tel-staff {
    right: -2%;
    bottom: -10px;
  }
}
.contact__tel-content {
  width: 100%;
  background: linear-gradient(#f68883, #d90802);
  padding: 20px 20px 50px;
}
@media (max-width: 540px) {
  .contact__tel-content {
    padding: 20px 10px 20px;
  }
}
.contact__tel-txt {
  color: #fefaea;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .contact__tel-txt {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .contact__tel-txt {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.contact__tel-txt--large {
  font-size: 30px;
}
@media (max-width: 1440px) {
  .contact__tel-txt--large {
    font-size: 24px;
  }
}
@media (max-width: 540px) {
  .contact__tel-txt--large {
    font-size: 18px;
  }
}
.contact__tel-link {
  display: block;
  width: 90%;
  margin: auto;
  position: relative;
}
@media (max-width: 540px) {
  .contact__tel-link {
    width: 100%;
  }
}
.contact__tel-num {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0em;
  white-space: nowrap;
  position: absolute;
  top: 5px;
  left: 25%;
}
@media (max-width: 1440px) {
  .contact__tel-num {
    font-size: 30px;
    top: -5px;
  }
}
@media (max-width: 540px) {
  .contact__tel-num {
    font-size: 8vw;
    left: 21%;
  }
}
.contact__tel-time {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  white-space: nowrap;
  position: absolute;
  bottom: 15px;
  left: 25%;
}
@media (max-width: 1440px) {
  .contact__tel-time {
    font-size: 14px;
    bottom: 10px;
  }
}
@media (max-width: 540px) {
  .contact__tel-time {
    font-size: 12px;
    bottom: 0;
  }
}
.contact__mail-area {
  width: 48%;
  background: #ff6c00;
  border: 5px solid #ff6c00;
}
@media (max-width: 540px) {
  .contact__mail-area {
    width: 100%;
  }
}
.contact__mail-ttl-area {
  width: 100%;
  padding: 15px 0;
  position: relative;
}
@media (max-width: 540px) {
  .contact__mail-ttl-area {
    padding: 10px;
  }
}
.contact__mail-ttl {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  padding-left: 20px;
}
@media (max-width: 540px) {
  .contact__mail-ttl {
    font-size: 16px;
    padding-left: 10px;
  }
}
.contact__mail-staff {
  width: 15%;
  position: absolute;
  bottom: -2px;
  right: 0px;
}
.contact__mail-content {
  width: 100%;
  background: linear-gradient(#ffbb59, #ff8b02);
  padding: 20px 20px 50px;
}
@media (max-width: 540px) {
  .contact__mail-content {
    padding: 20px 10px 20px;
  }
}
.contact__mail-txt {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .contact__mail-txt {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .contact__mail-txt {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.contact__mail-txt--large {
  color: #fefaea;
  font-size: 30px;
}
@media (max-width: 1440px) {
  .contact__mail-txt--large {
    font-size: 24px;
  }
}
@media (max-width: 540px) {
  .contact__mail-txt--large {
    font-size: 18px;
  }
}
.contact__mail-link {
  display: block;
  width: 90%;
  margin: auto;
  position: relative;
}
@media (max-width: 540px) {
  .contact__mail-link {
    width: 100%;
  }
}

.difference {
  background: url("images/difference/difference-bg.jpg") no-repeat;
  background-size: cover;
  padding: 30px 0 150px;
}
@media (max-width: 540px) {
  .difference {
    padding: 20px 0 20px;
  }
}
.difference__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 540px) {
  .difference__inner {
    width: 90%;
  }
}
.difference__ttl {
  color: #073a74;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  text-shadow: rgb(127, 125, 125) 5px 10px 10px;
  margin: 50px auto 30px;
}
@media (max-width: 540px) {
  .difference__ttl {
    font-size: 18px;
    margin: 0px auto 30px;
  }
}
.difference__ttl--large {
  color: #fa5050;
  font-size: 60px;
}
@media (max-width: 540px) {
  .difference__ttl--large {
    font-size: 24px;
  }
}
.difference__content {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .difference__content {
    display: contents;
  }
}
.difference__content-image {
  width: 40%;
  margin: auto;
}
@media (max-width: 540px) {
  .difference__content-image {
    margin: 5px 10px 10px 0;
    float: left;
  }
}
.difference__content-txt {
  width: 60%;
  font-size: 20px;
  padding-left: 5%;
  padding-right: 2%;
}
@media (max-width: 540px) {
  .difference__content-txt {
    width: 100%;
    font-size: 14px;
    padding: 0;
  }
}
.difference__list {
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 540px) {
  .difference__list {
    margin-top: 30px;
  }
}
.difference__item {
  width: 100%;
  background: #ffffff;
  border-top: 5px solid #073a74;
  box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.2);
  justify-content: space-around;
  margin-bottom: 50px;
  padding: 30px 20px 50px;
  position: relative;
}
@media (max-width: 540px) {
  .difference__item {
    flex-wrap: wrap;
    padding: 20px 20px 30px;
  }
}
.difference__item ::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 32px solid #073a74;
  border-right: 32px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.difference__item--reverse {
  width: 100%;
  background: #ffffff;
  border-top: 5px solid #073a74;
  box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.2);
  flex-direction: row-reverse;
  justify-content: space-around;
  margin-bottom: 50px;
  padding: 30px 20px 50px;
  position: relative;
}
@media (max-width: 540px) {
  .difference__item--reverse {
    flex-wrap: wrap;
    padding: 20px 20px 30px;
  }
}
.difference__item--reverse ::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 32px solid #073a74;
  border-left: 32px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.difference__item-image {
  width: 43%;
  margin: auto;
}
@media (max-width: 540px) {
  .difference__item-image {
    width: 100%;
  }
}
.difference__item-txt-area {
  width: 50%;
}
@media (max-width: 540px) {
  .difference__item-txt-area {
    width: 100%;
  }
}
.difference__item-ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .difference__item-ttl {
    font-size: 18px;
    margin-top: 10px;
  }
}
.difference__item-txt {
  font-size: 20px;
}
@media (max-width: 540px) {
  .difference__item-txt {
    font-size: 14px;
  }
}

.promise {
  background: url("images/promise/promise-bg.jpg") no-repeat;
  background-size: cover;
  padding: 60px 0;
}
@media (max-width: 540px) {
  .promise {
    padding: 30px 0 30px;
  }
}
.promise__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 540px) {
  .promise__inner {
    width: 90%;
  }
}
.promise__ttl {
  color: #073a74;
  font-size: 48px;
  text-align: center;
  text-shadow: #ffffff 1px 0 10px;
}
@media (max-width: 540px) {
  .promise__ttl {
    font-size: 24px;
  }
}
.promise__content {
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 540px) {
  .promise__content {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
  }
}
.promise__item {
  width: 30%;
}
@media (max-width: 540px) {
  .promise__item {
    width: 45%;
  }
}
.promise__circle-area {
  position: relative;
}
.promise__appeal {
  color: #073a74;
  font-size: 36px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  text-shadow: 2px 2px 5px #ffffff, -2px -2px 5px #ffffff, -2px 2px 5px #ffffff, 2px -2px 5px #ffffff, 5px 2px 5px #ffffff, 5px -2px 5px #ffffff, -2px 5px 5px #ffffff, 2px 5px 5px #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 540px) {
  .promise__appeal {
    font-size: 18px;
  }
}
.promise__appeal--red {
  color: #dc3b1a;
}
.promise__txt {
  font-size: 18px;
}
@media (max-width: 540px) {
  .promise__txt {
    font-size: 14px;
  }
}

.appeal {
  background: url("images/appeal/appeal-bg.jpg") no-repeat;
  background-size: cover;
  padding: 40px 0 110px;
}
@media (max-width: 540px) {
  .appeal {
    padding: 30px 0 40px;
  }
}
.appeal__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
@media (max-width: 540px) {
  .appeal__inner {
    width: 90%;
  }
}
.appeal__ttl {
  color: #073a74;
  background: url("images/appeal/appeal-ttl-bg.png") no-repeat;
  background-position: left center;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  white-space: nowrap;
  letter-spacing: 0;
  text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, 2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px 2px 2px #ffffff;
  padding: 30px 0 30px 10%;
  transform: translateX(-10%);
  position: relative;
}
@media (max-width: 540px) {
  .appeal__ttl {
    background-size: cover;
    font-size: 18px;
    white-space: initial;
    padding: 10px 0 10px 40px;
    transform: translateX(-20px);
  }
}
.appeal__txt {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  text-shadow: 1px 1px 2px #000, -1px -1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, 2px 1px 2px #000, 2px -1px 2px #000, -1px 2px 2px #000, 1px 2px 2px #000;
  position: relative;
  z-index: 2;
}
@media (max-width: 540px) {
  .appeal__txt {
    font-size: 16px;
  }
}
.appeal__txt--yellow {
  color: #fabe00;
  font-size: 36px;
}
@media (max-width: 540px) {
  .appeal__txt--yellow {
    font-size: 18px;
  }
}
.appeal__image {
  width: 35%;
  position: absolute;
  bottom: -20%;
  right: 1%;
}
@media (max-width: 540px) {
  .appeal__image {
    width: 40%;
    bottom: 0%;
    right: -5%;
  }
}

.flow__ttl {
  width: 100%;
  color: #ffffff;
  background: #073a74;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  padding: 50px 0;
}
@media (max-width: 540px) {
  .flow__ttl {
    font-size: 18px;
    padding: 20px 0;
  }
}
.flow__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding: 60px 0 100px;
}
@media (max-width: 540px) {
  .flow__inner {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .flow__inner {
    padding: 20px 0 30px;
  }
}
.flow__list {
  width: 100%;
  justify-content: space-around;
  box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
@media (max-width: 540px) {
  .flow__list {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.flow__item {
  width: 21%;
  border: 1px solid #073a74;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 540px) {
  .flow__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flow__item:not(.last)::after {
  content: "";
  width: 32px;
  height: 34px;
  background: url("images/flow/flow-arrow.png") no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15%;
}
@media (max-width: 540px) {
  .flow__item:not(.last)::after {
    transform: rotate(90deg);
    top: initial;
    bottom: -27px;
    right: 46%;
  }
}
.flow__item-ttl {
  width: 100%;
  color: #ffffff;
  background: #073a74;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 540px) {
  .flow__item-ttl {
    font-size: 16px;
  }
}
.flow__image {
  width: 95%;
  margin: 10px auto 20px;
}
.flow__txt {
  width: 95%;
  font-size: 16px;
  margin: auto;
}
@media (max-width: 540px) {
  .flow__txt {
    font-size: 14px;
  }
}

.faq__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding: 60px 0 150px;
}
@media (max-width: 540px) {
  .faq__inner {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .faq__inner {
    padding: 30px 0 40px;
  }
}
.faq__ttl {
  color: #073a74;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  text-shadow: rgb(127, 125, 125) 5px 10px 10px;
  margin: 0px auto 60px;
}
@media (max-width: 540px) {
  .faq__ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.faq__question-area {
  width: 100%;
  margin: 0 auto 30px;
  justify-content: flex-start;
  position: relative;
}
.faq__question-area::after {
  content: "";
  width: 100%;
  height: 1px;
  border: 1px solid #a0a0a0;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.faq__circle {
  width: 1.5em;
  height: 1.5em;
  color: #ffffff;
  background: #073a74;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  margin-left: 40px;
}
@media (max-width: 540px) {
  .faq__circle {
    width: 2em;
    height: 2em;
    line-height: 1.5;
    font-size: 24px;
    margin-left: 20px;
  }
}
.faq__question {
  font-size: 30px;
  margin-left: 40px;
}
@media (max-width: 540px) {
  .faq__question {
    width: 80%;
    font-size: 16px;
    margin: auto 0 auto 15px;
  }
}
.faq__answer-area {
  width: 98%;
  height: 170px;
  background: #e5f0f5;
  padding: 20px 10px 20px 40px;
  justify-content: flex-start;
  margin: 0 auto 60px;
}
@media (max-width: 540px) {
  .faq__answer-area {
    padding: 10px 10px 10px 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .faq__answer-area {
    height: auto;
  }
}
.faq__icon {
  color: #073a74;
  font-size: 48px;
  padding-right: 30px;
  position: relative;
}
@media (max-width: 540px) {
  .faq__icon {
    font-size: 24px;
    padding-right: 20px;
  }
}
.faq__icon::after {
  content: "";
  width: 2px;
  height: 100%;
  border: 1px solid #a0a0a0;
  position: absolute;
  top: 0;
  right: 0;
}
.faq__answer {
  font-size: 20px;
  padding-left: 20px;
}
@media (max-width: 540px) {
  .faq__answer {
    font-size: 14px;
  }
}
.faq__link {
  display: block;
  width: 30%;
  max-width: 244px;
  margin: auto;
}
@media (max-width: 540px) {
  .faq__link {
    width: 60%;
  }
}

.greeting {
  background: url("images/greeting/greeting-bg.png") no-repeat;
  background-position: center top 100px;
}
@media (max-width: 540px) {
  .greeting {
    background-position: center top;
  }
}
.greeting__ttl {
  color: #ffffff;
  background: #073a74;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 540px) {
  .greeting__ttl {
    font-size: 18px;
    padding: 10px 0;
  }
}
.greeting__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding: 120px 0 140px;
}
@media (max-width: 540px) {
  .greeting__inner {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .greeting__inner {
    padding: 30px 0 40px;
  }
}
.greeting__appeal {
  width: 60%;
  color: #073a74;
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  text-shadow: 1px 1px 2px #ffffff, -1px -1px 2px #ffffff, -1px 1px 2px #ffffff, 1px -1px 2px #ffffff, 2px 1px 2px #ffffff, 2px -1px 2px #ffffff, -1px 2px 2px #ffffff, 1px 2px 2px #ffffff;
  margin: 0 40px 150px auto;
}
@media (max-width: 1440px) {
  .greeting__appeal {
    width: 80%;
    margin: 0 0 150px auto;
  }
}
@media (max-width: 540px) {
  .greeting__appeal {
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 20px;
  }
}
.greeting__appeal--large {
  color: #fa5050;
  font-size: 72px;
}
@media (max-width: 540px) {
  .greeting__appeal--large {
    font-size: 24px;
  }
}
.greeting__white-bg {
  background: rgba(255, 255, 255, 0.6549019608);
  border-radius: 10px;
  padding: 30px;
  margin: 0 auto 60px;
}
@media (max-width: 540px) {
  .greeting__white-bg {
    padding: 20px 10px 0;
    margin-bottom: 0px;
  }
}
.greeting__sub-ttl {
  color: #073a74;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  text-shadow: rgb(127, 125, 125) 5px 10px 10px;
}
@media (max-width: 540px) {
  .greeting__sub-ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.greeting__list {
  width: 100%;
  margin: 30px auto 0;
}
@media (max-width: 540px) {
  .greeting__list {
    margin-top: 20px;
  }
}
.greeting__item {
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .greeting__item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
.greeting__item-txt-area {
  width: 60%;
  margin: 30px;
}
@media (max-width: 540px) {
  .greeting__item-txt-area {
    width: 90%;
    margin: auto;
  }
}
.greeting__item-ttl {
  color: #073a74;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  white-space: nowrap;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .greeting__item-ttl {
    font-size: 24px;
  }
}
@media (max-width: 540px) {
  .greeting__item-ttl {
    font-size: 16px;
    margin-bottom: 10px;
    white-space: initial;
  }
}
.greeting__item-txt {
  font-size: 18px;
}
@media (max-width: 540px) {
  .greeting__item-txt {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.greeting__item-image {
  width: 35%;
}
@media (max-width: 1440px) {
  .greeting__item-image {
    width: 30%;
  }
}
@media (max-width: 540px) {
  .greeting__item-image {
    width: 50%;
    margin: auto;
  }
}

.advantage {
  background: url("images/advantage/advantage-bg01.png"), url("images/advantage/advantage-bg02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top 160px, center bottom;
}
@media (max-width: 540px) {
  .advantage {
    background-position: center top 60px, center bottom;
  }
}
.advantage__ttl {
  color: #ffffff;
  background: #073a74;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 540px) {
  .advantage__ttl {
    font-size: 18px;
    padding: 10px 0;
  }
}
.advantage__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding: 50px 0 110px;
}
@media (max-width: 540px) {
  .advantage__inner {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .advantage__inner {
    padding: 30px 0;
  }
}
.advantage__sub-ttl {
  color: #073a74;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 2px #ffffff, -1px -1px 2px #ffffff, -1px 1px 2px #ffffff, 1px -1px 2px #ffffff, 2px 1px 2px #ffffff, 2px -1px 2px #ffffff, -1px 2px 2px #ffffff, 1px 2px 2px #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 540px) {
  .advantage__sub-ttl {
    font-size: 18px;
  }
}
.advantage__white-area {
  width: 90%;
  background: rgba(255, 255, 255, 0.6549019608);
  border-radius: 10px;
  padding: 50px;
  margin: 0 auto 60px;
}
@media (max-width: 540px) {
  .advantage__white-area {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.advantage__txt {
  color: #073a74;
  font-size: 20px;
}
@media (max-width: 540px) {
  .advantage__txt {
    font-size: 14px;
  }
}
.advantage__txt--large {
  color: #073a74;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 540px) {
  .advantage__txt--large {
    font-size: 16px;
  }
}
.advantage__strong {
  width: 32%;
  max-width: 380px;
  margin: 0 auto 40px;
}
@media (max-width: 540px) {
  .advantage__strong {
    width: 60%;
  }
}
.advantage__closing {
  color: #073a74;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 2px #ffffff, -1px -1px 2px #ffffff, -1px 1px 2px #ffffff, 1px -1px 2px #ffffff, 2px 1px 2px #ffffff, 2px -1px 2px #ffffff, -1px 2px 2px #ffffff, 1px 2px 2px #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .advantage__closing {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.about-us {
  width: 100%;
  padding: 100px 0;
}
@media (max-width: 540px) {
  .about-us {
    padding: 30px 0;
  }
}
.about-us__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 540px) {
  .about-us__inner {
    width: 90%;
  }
}
.about-us__ttl {
  color: #073a74;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  text-shadow: rgb(127, 125, 125) 5px 10px 10px;
  margin-bottom: 70px;
}
@media (max-width: 540px) {
  .about-us__ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.about-us__content {
  width: 96%;
  margin: 0 auto 100px;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .about-us__content {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.about-us__txt-area {
  width: 60%;
}
@media (max-width: 540px) {
  .about-us__txt-area {
    width: 100%;
  }
}
.about-us__sub-ttl {
  color: #073a74;
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .about-us__sub-ttl {
    font-size: 18px;
    white-space: initial;
    margin-bottom: 10px;
  }
}
.about-us__txt {
  font-size: 18px;
}
@media (max-width: 540px) {
  .about-us__txt {
    font-size: 14px;
  }
}
.about-us__image01 {
  width: 35%;
}
@media (max-width: 540px) {
  .about-us__image01 {
    margin-left: auto;
  }
}
.about-us__info-ttl {
  color: #073a74;
  font-size: 48px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  .about-us__info-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.about-us__info-content {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .about-us__info-content {
    flex-wrap: wrap;
  }
}
.about-us__table {
  width: 60%;
  border-collapse: collapse;
  border: 1px solid #073a74;
}
@media (max-width: 540px) {
  .about-us__table {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-us__th {
  color: #073a74;
  width: 40%;
  font-size: 27px;
  text-align: center;
  line-height: 2.5;
  border: 1px solid #073a74;
}
@media (max-width: 1024px) {
  .about-us__th {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .about-us__th {
    font-size: 14px;
  }
}
.about-us__td {
  color: #073a74;
  width: 60%;
  font-size: 27px;
  text-align: center;
  line-height: 2.5;
  border: 1px solid #073a74;
}
@media (max-width: 1440px) {
  .about-us__td {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .about-us__td {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .about-us__td--2row {
    line-height: 1.5;
  }
}
.about-us__image02 {
  width: 37%;
}
@media (max-width: 540px) {
  .about-us__image02 {
    display: none;
  }
}

.worry--pruning-and-trimming {
  background: url("images/worry/worry-pruning-and-trimming-bg.png") no-repeat;
  background-position: center top 100px;
}
.worry--logging-and-root-extraction {
  background: url("images/worry/worry-logging-and-root-extraction-bg.png") no-repeat;
  background-position: center top 100px;
}
.worry--mowing-and-weed-control {
  background: url("images/worry/worry-mowing-and-weed-control-bg.png") no-repeat;
  background-position: center top 100px;
}
.worry--gravel-and-turf {
  background: url("images/worry/worry-gravel-and-turf-bg.png") no-repeat;
  background-position: center top 100px;
}
.worry--insect-control-and-disinfection {
  background: url("images/worry/worry-insect-control-and-disinfection-bg.png") no-repeat;
  background-position: center top 100px;
}
.worry--landscaping-and-exterior {
  background: url("images/worry/worry-landscaping-and-exterior-bg.png") no-repeat;
  background-position: center top 100px;
}
@media (max-width: 540px) {
  .worry {
    background-position: center top 40px;
  }
}
.worry__ttl {
  color: #ffffff;
  background: #073a74;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 540px) {
  .worry__ttl {
    font-size: 18px;
    padding: 20px 0;
  }
}
.worry__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding: 100px 0;
}
@media (max-width: 540px) {
  .worry__inner {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .worry__inner {
    padding: 30px 0;
  }
}
.worry__msg {
  color: #073a74;
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  text-shadow: 2px 2px 3px #ffffff, -2px -2px 3px #ffffff, -2px 2px 3px #ffffff, 2px -2px 3px #ffffff, 3px 2px 3px #ffffff, 3px -2px 3px #ffffff, -2px 3px 3px #ffffff, 2px 3px 3px #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  .worry__msg {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.worry__txt01 {
  color: #073a74;
  font-size: 36px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  text-shadow: 1px 1px 2px #ffffff, -1px -1px 2px #ffffff, -1px 1px 2px #ffffff, 1px -1px 2px #ffffff, 2px 1px 2px #ffffff, 2px -1px 2px #ffffff, -1px 2px 2px #ffffff, 1px 2px 2px #ffffff;
}
@media (max-width: 540px) {
  .worry__txt01 {
    font-size: 16px;
  }
}
.worry__white-bg {
  width: 100%;
  background: rgba(255, 255, 255, 0.662745098);
  border-radius: 10px;
  padding: 40px;
  margin-top: 150px;
}
@media (max-width: 540px) {
  .worry__white-bg {
    margin-top: 30px;
    padding: 20px 10px;
  }
}
.worry__sub-ttl {
  color: #073a74;
  font-size: 48px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  text-shadow: 1px 1px 2px #ffffff, -1px -1px 2px #ffffff, -1px 1px 2px #ffffff, 1px -1px 2px #ffffff, 2px 1px 2px #ffffff, 2px -1px 2px #ffffff, -1px 2px 2px #ffffff, 1px 2px 2px #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  .worry__sub-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.worry__txt02 {
  font-size: 18px;
}
@media (max-width: 540px) {
  .worry__txt02 {
    font-size: 14px;
  }
}
.worry__content {
  justify-content: space-between;
  margin: 60px auto;
}
@media (max-width: 540px) {
  .worry__content {
    flex-wrap: wrap;
    margin: 30px auto;
  }
}
.worry__txt-area {
  width: 65%;
}
@media (max-width: 540px) {
  .worry__txt-area {
    width: 100%;
  }
}
.worry__appeal {
  color: #073a74;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  white-space: nowrap;
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .worry__appeal {
    font-size: 16px;
    white-space: initial;
    margin-bottom: 15px;
  }
}
.worry__txt03 {
  font-size: 18px;
}
@media (max-width: 540px) {
  .worry__txt03 {
    font-size: 14px;
  }
}
.worry__image-area {
  width: 35%;
  max-width: 382px;
}
@media (max-width: 540px) {
  .worry__image-area {
    display: flex;
    width: 100%;
  }
}
.worry__image {
  width: 100%;
}
@media (max-width: 540px) {
  .worry__image {
    width: 50%;
  }
}
.worry__cols-main-ttl {
  color: #073a74;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .worry__cols-main-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.worry__cols {
  justify-content: space-between;
}
@media (max-width: 540px) {
  .worry__cols {
    flex-wrap: wrap;
  }
}
.worry__col {
  width: 32%;
  border: 1px solid #a0a0a0;
  padding: 10px;
}
@media (max-width: 540px) {
  .worry__col {
    width: 90%;
    margin: 20px auto 0;
  }
}
.worry__col-image {
  width: 100%;
}
.worry__col-ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
@media (max-width: 540px) {
  .worry__col-ttl {
    font-size: 16px;
    margin: 5px 0;
  }
}
.worry__col-txt {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 540px) {
  .worry__col-txt {
    font-size: 14px;
  }
}
.worry__desc-ttl {
  color: #073a74;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .worry__desc-ttl {
    font-size: 18px;
  }
}
.worry__desc {
  width: 100%;
  justify-content: space-around;
}
.worry__item {
  width: 48%;
}
.worry__item-image {
  width: 100%;
}
.worry__item-txt {
  font-size: 20px;
  margin-top: 20px;
}
@media (max-width: 540px) {
  .worry__item-txt {
    font-size: 14px;
    margin-top: 10px;
  }
}
.worry__item-txt--bold {
  font-weight: bold;
  font-style: normal;
}
.worry__closing {
  font-size: 20px;
  margin-top: 50px;
}
@media (max-width: 540px) {
  .worry__closing {
    font-size: 14px;
    margin-top: 30px;
  }
}

.trouble {
  background: #073a74;
  padding: 60px 0 100px;
}
@media (max-width: 540px) {
  .trouble {
    padding: 30px 0 40px;
  }
}
.trouble__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 540px) {
  .trouble__inner {
    width: 90%;
  }
}
.trouble__ttl {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
}
@media (max-width: 540px) {
  .trouble__ttl {
    font-size: 16px;
  }
}
.trouble__ttl--large {
  font-size: 48px;
  font-style: normal;
}
@media (max-width: 540px) {
  .trouble__ttl--large {
    font-size: 18px;
  }
}
.trouble__list {
  width: 100%;
  justify-content: space-between;
  margin: 30px auto 60px;
}
@media (max-width: 540px) {
  .trouble__list {
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px auto 30px;
  }
}
.trouble__item {
  width: 22%;
}
@media (max-width: 540px) {
  .trouble__item {
    width: 40%;
    margin-bottom: 15px;
  }
}
.trouble__closing {
  display: block;
  color: #ffffff;
  font-size: 48px;
  text-align: center;
}
@media (max-width: 540px) {
  .trouble__closing {
    font-size: 18px;
  }
}

.obsession {
  background: url("images/obsession/obsession-bg.png") no-repeat;
  background-position: center bottom;
}
.obsession__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 540px) {
  .obsession__inner {
    width: 90%;
  }
}
.obsession__ttl {
  color: #073a74;
  font-size: 48px;
  font-style: italic;
  text-align: center;
  text-shadow: 2px 2px 3px #ffffff, -2px -2px 3px #ffffff, -2px 2px 3px #ffffff, 2px -2px 3px #ffffff, 3px 2px 3px #ffffff, 3px -2px 3px #ffffff, -2px 3px 3px #ffffff, 2px 3px 3px #ffffff;
  padding: 80px 0;
}
@media (max-width: 540px) {
  .obsession__ttl {
    font-size: 18px;
    padding: 20px 0;
  }
}
.obsession__blc {
  width: 100%;
  background: #ffffff;
  border-top: 5px solid #073a74;
  box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.2);
  justify-content: space-around;
  margin-bottom: 50px;
  padding: 30px 20px 50px;
  position: relative;
}
@media (max-width: 540px) {
  .obsession__blc {
    flex-wrap: wrap;
    padding: 20px 10px;
  }
}
.obsession__blc ::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 32px solid #073a74;
  border-right: 32px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.obsession__blc--reverse {
  width: 100%;
  background: #ffffff;
  border-top: 5px solid #073a74;
  box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.2);
  flex-direction: row-reverse;
  justify-content: space-around;
  margin-bottom: 50px;
  padding: 30px 20px 50px;
  position: relative;
}
@media (max-width: 540px) {
  .obsession__blc--reverse {
    flex-wrap: wrap;
    padding: 20px 10px;
  }
}
.obsession__blc--reverse ::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 32px solid #073a74;
  border-left: 32px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.obsession__image {
  width: 43%;
  margin: auto;
}
@media (max-width: 540px) {
  .obsession__image {
    width: 90%;
  }
}
.obsession__txt-area {
  width: 50%;
}
@media (max-width: 540px) {
  .obsession__txt-area {
    width: 100%;
    margin-top: 15px;
  }
}
.obsession__sub-ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .obsession__sub-ttl {
    font-size: 16px;
  }
}
.obsession__txt {
  font-size: 20px;
}
@media (max-width: 540px) {
  .obsession__txt {
    font-size: 14px;
  }
}

.price__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  margin: 100px auto;
}
@media (max-width: 540px) {
  .price__inner {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .price__inner {
    margin: 30px auto;
  }
}
.price__ttl {
  color: #073a74;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 540px) {
  .price__ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.price__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #a0a0a0;
}
.price__tr {
  width: 100%;
  height: 60px;
  border: 1px solid #a0a0a0;
  text-align: center;
}
@media (max-width: 540px) {
  .price__tr {
    height: auto;
  }
}
.price__tr--first {
  width: 100%;
  height: 10px;
}
.price__tr--second {
  width: 100%;
  height: 10px;
}
.price__th {
  background: #fef5d4;
  border: 1px solid #a0a0a0;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media (max-width: 540px) {
  .price__th {
    font-size: 14px;
  }
}
.price__td {
  background: #ffffff;
  border: 1px solid #a0a0a0;
  font-size: 18px;
  line-height: 3;
}
@media (max-width: 540px) {
  .price__td {
    font-size: 12px;
    line-height: 1.5;
  }
}
.price__td--large {
  font-size: 24px;
  line-height: 2.5;
  background: #fefaea;
}
@media (max-width: 540px) {
  .price__td--large {
    font-size: 12px;
    line-height: 1.5;
  }
}
.price__td--head {
  background: #fefaea;
}
.price__td--vertical {
  font-size: 24px;
  writing-mode: tb-rl;
  line-height: 2;
  padding-right: 1em;
}
@media (max-width: 540px) {
  .price__td--vertical {
    font-size: 14px;
    line-height: 1.5;
    padding-right: 0;
  }
}
.price__caution {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 540px) {
  .price__caution {
    font-size: 12px;
    margin-top: 15px;
  }
}
.price__sub-ttl {
  color: #073a74;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin: 80px auto 50px;
}
@media (max-width: 540px) {
  .price__sub-ttl {
    font-size: 18px;
    margin: 30px auto 20px;
  }
}
.price__content {
  width: 100%;
  justify-content: space-between;
}
.price__item {
  width: 48%;
}
.price__image {
  width: 100%;
}
.price__price {
  color: #fa5050;
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0;
}
@media (max-width: 540px) {
  .price__price {
    font-size: 16px;
    margin: 10px 0 0;
  }
}
.price__price-caution {
  font-size: 20px;
}
@media (max-width: 540px) {
  .price__price-caution {
    font-size: 14px;
  }
}
.price__txt {
  font-size: 24px;
  line-height: 3;
  text-align: center;
}
@media (max-width: 540px) {
  .price__txt {
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
}

.service-list__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 540px) {
  .service-list__inner {
    width: 90%;
  }
}
.service-list__ttl {
  color: #073a74;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 540px) {
  .service-list__ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.service-list__box {
  background: #ffffff;
  justify-content: space-between;
  box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
  padding: 30px;
}
@media (max-width: 540px) {
  .service-list__box {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
.service-list__image {
  width: 22%;
}
@media (max-width: 540px) {
  .service-list__image {
    width: 30%;
    margin-top: 20px;
    margin-right: 10px;
  }
}
.service-list__txt-area {
  width: 70%;
}
.service-list__sub-ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 540px) {
  .service-list__sub-ttl {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.service-list__txt {
  font-size: 18px;
}
@media (max-width: 540px) {
  .service-list__txt {
    font-size: 14px;
  }
}

.footer {
  background: linear-gradient(#033277, #0a60a4);
}
.footer__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding: 30px 0 80px;
}
@media (max-width: 540px) {
  .footer__inner {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .footer__inner {
    width: 90%;
    padding: 30px 0 30px;
  }
}
.footer__content {
  width: 96%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  padding: 15px 0;
  position: relative;
}
@media (max-width: 540px) {
  .footer__content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__content::after {
  content: "";
  width: 1px;
  height: 80%;
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  .footer__content::after {
    display: none;
  }
}
.footer__logo {
  color: #252b65;
  background: url("images/footer/footer-logo.png") no-repeat;
  background-position: left center;
  background-size: contain;
  font-size: 40px;
  font-weight: 700;
  text-shadow: 1px 1px 3px #ffffff, -1px -1px 3px #ffffff, -1px 1px 3px #ffffff, 1px -1px 3px #ffffff, 3px 1px 3px #ffffff, 3px -1px 3px #ffffff, -1px 3px 3px #ffffff, 1px 3px 3px #ffffff;
  text-align: center;
  padding: 20px 0 20px 85px;
  position: relative;
}
@media (max-width: 540px) {
  .footer__logo {
    width: 100%;
    font-size: 6vw;
    padding-left: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .footer__list01 {
    width: auto;
    margin-right: 20px;
  }
}
.footer__item {
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 540px) {
  .footer__item {
    font-size: 4vw;
  }
}
.footer__link {
  color: #ffffff;
}
@media (max-width: 540px) {
  .footer__list02 {
    width: auto;
  }
}
.footer__copyright {
  display: block;
  width: 100%;
  color: #ffffff;
  background: #000;
  font-size: 24px;
  text-align: center;
  margin-bottom: 0;
  padding: 15px 0 160px;
}
@media (max-width: 540px) {
  .footer__copyright {
    padding-bottom: 100px;
    font-size: 12px;
  }
}

.fixed-cta {
  width: 100%;
  height: 160px;
  background: #073a74;
  border-top: 5px solid #0a60a4;
  position: fixed;
  bottom: 0%;
  left: 0;
  z-index: 10;
}
.fixed-cta__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  justify-content: space-around;
  align-items: center;
  padding-top: 10px;
}
@media (max-width: 540px) {
  .fixed-cta__inner {
    width: 90%;
  }
}
@media (max-width: 1440px) {
  .fixed-cta__inner {
    width: 100%;
  }
}
.fixed-cta__copy {
  color: #fabe00;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 1px 1px 2px #000, -1px -1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, 2px 1px 2px #000, 2px -1px 2px #000, -1px 2px 2px #000, 1px 2px 2px #000;
}
.fixed-cta__copy--large {
  font-size: 36px;
}
.fixed-cta__tel-area {
  position: relative;
  text-align: center;
}
.fixed-cta__tel-txt {
  color: #fabe00;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000, -1px -1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, 2px 1px 2px #000, 2px -1px 2px #000, -1px 2px 2px #000, 1px 2px 2px #000;
}
.fixed-cta__num {
  display: block;
  color: #fa5050;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 2px #ffffff, -1px -1px 2px #ffffff, -1px 1px 2px #ffffff, 1px -1px 2px #ffffff, 2px 1px 2px #ffffff, 2px -1px 2px #ffffff, -1px 2px 2px #ffffff, 1px 2px 2px #ffffff;
}
.fixed-cta__time {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.fixed-cta__contact {
  width: 30%;
  max-width: 254px;
  margin: auto;
  text-align: center;
}
@media (max-width: 1440px) {
  .fixed-cta__contact {
    margin: 0 0 0 0;
  }
}

.fixed-cta-sp {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: -1%;
  left: 0;
  z-index: 200;
}
.fixed-cta-sp__inner {
  width: 100%;
  position: relative;
}
.fixed-cta-sp__tel-area {
  width: 100%;
}
.fixed-cta-sp__tel-num {
  color: #fff;
  font-size: 7.5vw;
  font-weight: 700;
  white-space: nowrap;
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.fixed-cta-sp__time {
  color: #fff;
  font-size: 3vw;
  font-weight: 500;
  white-space: nowrap;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.achievement-wrapper {
  width: 100%;
  padding-bottom: 100px;
}
@media (max-width: 540px) {
  .achievement-wrapper {
    padding-bottom: 60px;
  }
}

.achievement-category__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding: 50px 0 0;
}
@media (max-width: 540px) {
  .achievement-category__inner {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .achievement-category__inner {
    padding: 30px 0 0;
  }
}
.achievement-category__ttl {
  display: block;
  color: #073a74;
  font-size: 36px;
  text-align: center;
  margin: 0 auto 30px;
}
@media (max-width: 540px) {
  .achievement-category__ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.achievement-category__tag-wrapper {
  width: 100%;
  border: 5px solid #073a74;
}
.achievement-category__tag-content {
  width: 100%;
  border: 3px solid #ffffff;
  background: #073a74;
  padding: 5px 0 20px;
}
.achievement-category__sub-ttl {
  display: block;
  color: #ffffff;
  background: #073a74;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 540px) {
  .achievement-category__sub-ttl {
    font-size: 18px;
  }
}
.achievement-category__list {
  width: 80%;
  margin: 0px auto;
  flex-wrap: wrap;
  justify-content: start;
}
@media (max-width: 540px) {
  .achievement-category__list {
    width: 95%;
  }
}
.achievement-category__item {
  position: relative;
  padding: 0 10px;
}
.achievement-category__item::after {
  content: "|";
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
}
@media (max-width: 540px) {
  .achievement-category__item::after {
    font-size: 14px;
  }
}
.achievement-category__link {
  display: block;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 3;
}
@media (max-width: 540px) {
  .achievement-category__link {
    font-size: 14px;
  }
}

.achievement-archive__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  padding: 70px 0;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .achievement-archive__inner {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .achievement-archive__inner {
    padding: 50px 0;
  }
}
.achievement-archive__article {
  width: 30%;
  border-radius: 10px;
  margin: 0 auto 40px;
}
@media (max-width: 540px) {
  .achievement-archive__article {
    width: 100%;
    height: auto;
  }
}
.achievement-archive__link {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .achievement-archive__link {
    flex-wrap: wrap;
  }
}
.achievement-archive__image-area {
  width: 100%;
  height: 250px;
  margin: auto;
}
@media (max-width: 540px) {
  .achievement-archive__image-area {
    width: 100%;
    max-width: initial;
    height: 40vw;
  }
}
.achievement-archive__image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.achievement-archive__txt-area {
  width: 100%;
  height: 260px;
  background: #ffffff;
  border-bottom: 2px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  overflow: hidden;
  position: relative;
  padding: 15px;
}
@media (max-width: 540px) {
  .achievement-archive__txt-area {
    width: 100%;
    height: 250px;
  }
}
.achievement-archive__ttl {
  font-size: 20px;
}
@media (max-width: 540px) {
  .achievement-archive__ttl {
    font-size: 18px;
  }
}
.achievement-archive__time {
  color: #a0a0a0;
  font-size: 14px;
  margin-bottom: 15px;
}
.achievement-archive__txt {
  width: 100%;
  height: 260px;
  background: #ffffff;
  font-size: 15px;
  overflow: hidden;
}
@media (max-width: 540px) {
  .achievement-archive__txt {
    font-size: 14px;
    height: 195px;
  }
}
.achievement-archive__txt h1, .achievement-archive__txt h2, .achievement-archive__txt h3, .achievement-archive__txt h4, .achievement-archive__txt h5, .achievement-archive__txt h6 {
  font-size: 15px;
  font-weight: normal;
}
@media (max-width: 540px) {
  .achievement-archive__txt h1, .achievement-archive__txt h2, .achievement-archive__txt h3, .achievement-archive__txt h4, .achievement-archive__txt h5, .achievement-archive__txt h6 {
    font-size: 14px;
  }
}
.achievement-archive__txt::after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 32px solid #fa5050;
  border-left: 32px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.achievement-archive__tag {
  display: inline-block;
  border: 2px solid #073a74;
  border-radius: 10px;
  color: #073a74;
  font-size: 16px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
@media (max-width: 540px) {
  .achievement-archive__tag {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.achievement-single__inner {
  width: 80%;
  max-width: 1030px;
  margin: auto;
  padding: 70px 0;
}
@media (max-width: 540px) {
  .achievement-single__inner {
    width: 90%;
    padding: 50px 0;
  }
}
.achievement-single__ttl {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .achievement-single__ttl {
    font-size: 24px;
  }
}
.achievement-single__tag {
  display: inline-block;
  border: 2px solid #073a74;
  border-radius: 10px;
  color: #073a74;
  font-size: 16px;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
@media (max-width: 540px) {
  .achievement-single__tag {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.achievement-single__eye-catch {
  width: 100%;
  margin: 20px auto 40px;
  justify-content: space-between;
}
.achievement-single__before {
  width: 45%;
  position: relative;
}
.achievement-single__before::after {
  content: "";
  width: 53px;
  height: 56px;
  background: url("images/common/arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15%;
}
@media (max-width: 540px) {
  .achievement-single__before::after {
    width: 7vw;
    height: 8vw;
    right: -20%;
  }
}
.achievement-single__before-label {
  width: 100%;
  display: block;
  color: #ffffff;
  background: #073a74;
  font-size: 27px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .achievement-single__before-label {
    font-size: 16px;
  }
}
.achievement-single__before-image {
  width: 100%;
  height: 330px;
}
@media (max-width: 540px) {
  .achievement-single__before-image {
    height: 30vw;
  }
}
.achievement-single__before-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.achievement-single__after {
  width: 45%;
}
.achievement-single__after-label {
  width: 100%;
  display: block;
  color: #ffffff;
  background: #073a74;
  font-size: 27px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .achievement-single__after-label {
    font-size: 16px;
  }
}
.achievement-single__after-image {
  width: 100%;
  height: 330px;
}
@media (max-width: 540px) {
  .achievement-single__after-image {
    height: 30vw;
  }
}
.achievement-single__after-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.achievement-single__txt {
  background: #ffffff;
  font-size: 20px;
  padding: 20px;
  margin-bottom: 50px;
}
@media (max-width: 540px) {
  .achievement-single__txt {
    font-size: 16px;
    padding-top: 0;
  }
}
.achievement-single__txt h1, .achievement-single__txt h2 {
  width: 90%;
  color: #073a74;
  border-bottom: 5px solid #073a74;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 40px;
}
@media (max-width: 540px) {
  .achievement-single__txt h1, .achievement-single__txt h2 {
    width: 100%;
    font-size: 24px;
    margin: 30px auto 20px;
  }
}
.achievement-single__txt h3, .achievement-single__txt h4 {
  width: 90%;
  color: #073a74;
  border-bottom: 1px solid #073a74;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 40px;
}
@media (max-width: 540px) {
  .achievement-single__txt h3, .achievement-single__txt h4 {
    width: 100%;
    font-size: 18px;
    margin: 30px auto 20px;
  }
}
.achievement-single__txt h5, .achievement-single__txt h6 {
  font-weight: bold;
  margin: 40px auto 30px;
}
@media (max-width: 540px) {
  .achievement-single__txt h5, .achievement-single__txt h6 {
    margin: 20px auto 15px;
  }
}
.achievement-single__txt img {
  display: block;
  width: 90%;
  margin: 40px auto;
}
@media (max-width: 540px) {
  .achievement-single__txt img {
    margin: 20px auto;
  }
}
.achievement-single__page-navigation {
  width: 80%;
  margin: auto;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 540px) {
  .achievement-single__page-navigation {
    width: 100%;
  }
}
.achievement-single__page-navigation a {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .achievement-single__page-navigation a {
    font-size: 14px;
  }
}
.achievement-single__btn {
  display: inline-block;
  color: #ffffff;
  width: 40%;
  background: linear-gradient(#e62405, #fc6b28);
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
}
@media (max-width: 540px) {
  .achievement-single__btn {
    width: auto;
    font-size: 14px;
    padding: 0 20px;
  }
}

.achievement-section {
  background: url("images/achievements/achievements-bg.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.achievement-section__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding: 40px 0;
}
@media (max-width: 540px) {
  .achievement-section__inner {
    width: 90%;
    padding: 30px 0;
  }
}
.achievement-section__ttl {
  display: block;
  color: #073a74;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, 2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px 2px 2px #ffffff;
  position: relative;
  z-index: 10;
}
@media (max-width: 1440px) {
  .achievement-section__ttl {
    font-size: 40px;
  }
}
@media (max-width: 540px) {
  .achievement-section__ttl {
    font-size: 24px;
  }
}
.achievement-section__list {
  justify-content: space-between;
  margin: 20px auto 60px;
}
@media (max-width: 540px) {
  .achievement-section__list {
    margin: 30px auto 20px;
    flex-wrap: wrap;
  }
}
.achievement-section__article {
  width: 31%;
  height: auto;
  background: #ffffff;
  padding: 10px;
  position: relative;
}
@media (max-width: 540px) {
  .achievement-section__article {
    width: 48%;
    margin: 0 auto 40px;
  }
}
.achievement-section__article::after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 32px solid #fa5050;
  border-left: 32px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.achievement-section__link {
  width: 100%;
  height: 100%;
}
.achievement-section__image {
  width: 100%;
  height: 220px;
  margin: 10px auto;
}
@media (max-width: 540px) {
  .achievement-section__image {
    height: 30vw;
  }
}
.achievement-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.achievement-section__tag {
  display: inline-block;
  color: #073a74;
  font-size: 18px;
  border: 2px solid #073a74;
  border-radius: 10px;
  padding: 5px;
  margin: 0 10px 10px 0;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .achievement-section__tag {
    font-size: 12px;
    padding: 3px;
    margin: 0 5px 5px 0;
  }
}
.achievement-section__post-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 540px) {
  .achievement-section__post-ttl {
    font-size: 16px;
    padding: 5px 0;
  }
}
.achievement-section__txt {
  width: 100%;
  height: 120px;
  background: #ffffff;
  font-size: 18px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 540px) {
  .achievement-section__txt {
    font-size: 14px;
    height: 80px;
  }
}
.achievement-section__txt h1, .achievement-section__txt h2, .achievement-section__txt h3, .achievement-section__txt h4, .achievement-section__txt h5, .achievement-section__txt h6 {
  font-size: 18px;
  font-style: bold;
}
@media (max-width: 540px) {
  .achievement-section__txt h1, .achievement-section__txt h2, .achievement-section__txt h3, .achievement-section__txt h4, .achievement-section__txt h5, .achievement-section__txt h6 {
    font-size: 16px;
  }
}
.achievement-section__btn {
  display: block;
  width: 22%;
  margin: auto;
}
@media (max-width: 540px) {
  .achievement-section__btn {
    width: 60%;
  }
}

.news-and-blog-wrapper {
  width: 100%;
  padding-bottom: 100px;
}
@media (max-width: 540px) {
  .news-and-blog-wrapper {
    padding-bottom: 60px;
  }
}

.news-and-blog-category__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding: 50px 0 0;
}
@media (max-width: 540px) {
  .news-and-blog-category__inner {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .news-and-blog-category__inner {
    padding: 30px 0 0;
  }
}
.news-and-blog-category__ttl {
  display: block;
  color: #073a74;
  font-size: 36px;
  text-align: center;
  margin: 0 auto 30px;
}
@media (max-width: 540px) {
  .news-and-blog-category__ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.news-and-blog-category__tag-wrapper {
  width: 100%;
  border: 5px solid #073a74;
}
.news-and-blog-category__tag-content {
  width: 100%;
  border: 3px solid #ffffff;
  background: #073a74;
  padding: 5px 0 20px;
}
.news-and-blog-category__sub-ttl {
  display: block;
  color: #ffffff;
  background: #073a74;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 540px) {
  .news-and-blog-category__sub-ttl {
    font-size: 18px;
  }
}
.news-and-blog-category__list {
  width: 80%;
  margin: 0px auto;
  flex-wrap: wrap;
  justify-content: start;
}
@media (max-width: 540px) {
  .news-and-blog-category__list {
    width: 95%;
  }
}
.news-and-blog-category__item {
  position: relative;
  padding: 0 10px;
}
.news-and-blog-category__item::after {
  content: "|";
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
}
@media (max-width: 540px) {
  .news-and-blog-category__item::after {
    font-size: 14px;
  }
}
.news-and-blog-category__link {
  display: block;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 3;
}
@media (max-width: 540px) {
  .news-and-blog-category__link {
    font-size: 14px;
  }
}

.news-and-blog-archive__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  padding: 70px 0;
}
@media (max-width: 540px) {
  .news-and-blog-archive__inner {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .news-and-blog-archive__inner {
    padding: 50px 0;
  }
}
.news-and-blog-archive__article {
  width: 30%;
  border-radius: 10px;
  margin: 0 auto 40px;
}
@media (max-width: 540px) {
  .news-and-blog-archive__article {
    width: 100%;
    height: auto;
  }
}
.news-and-blog-archive__link {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .news-and-blog-archive__link {
    flex-wrap: wrap;
  }
}
.news-and-blog-archive__image-area {
  width: 100%;
  height: 250px;
  margin: auto;
}
@media (max-width: 540px) {
  .news-and-blog-archive__image-area {
    width: 100%;
    max-width: initial;
    height: 40vw;
  }
}
.news-and-blog-archive__image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-and-blog-archive__txt-area {
  width: 100%;
  height: 260px;
  background: #ffffff;
  border-bottom: 2px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  position: relative;
  padding: 15px;
}
@media (max-width: 540px) {
  .news-and-blog-archive__txt-area {
    width: 100%;
    height: 250px;
  }
}
.news-and-blog-archive__ttl {
  font-size: 20px;
}
@media (max-width: 540px) {
  .news-and-blog-archive__ttl {
    font-size: 18px;
  }
}
.news-and-blog-archive__time {
  color: #a0a0a0;
  font-size: 14px;
  margin-bottom: 15px;
}
.news-and-blog-archive__txt {
  width: 100%;
  height: 260px;
  background: #ffffff;
  font-size: 15px;
  overflow: hidden;
}
@media (max-width: 540px) {
  .news-and-blog-archive__txt {
    font-size: 14px;
    height: 195px;
  }
}
.news-and-blog-archive__txt h1, .news-and-blog-archive__txt h2, .news-and-blog-archive__txt h3, .news-and-blog-archive__txt h4, .news-and-blog-archive__txt h5, .news-and-blog-archive__txt h6 {
  font-size: 15px;
  font-weight: normal;
}
@media (max-width: 540px) {
  .news-and-blog-archive__txt h1, .news-and-blog-archive__txt h2, .news-and-blog-archive__txt h3, .news-and-blog-archive__txt h4, .news-and-blog-archive__txt h5, .news-and-blog-archive__txt h6 {
    font-size: 14px;
  }
}
.news-and-blog-archive__tag {
  display: inline-block;
  background: #5d5d5d;
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
@media (max-width: 540px) {
  .news-and-blog-archive__tag {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.news-and-blog-single__inner {
  width: 80%;
  max-width: 1030px;
  margin: auto;
  padding: 70px 0;
}
@media (max-width: 540px) {
  .news-and-blog-single__inner {
    width: 90%;
    padding: 50px 0;
  }
}
.news-and-blog-single__time {
  color: #a0a0a0;
  font-size: 14px;
  text-align: center;
}
.news-and-blog-single__ttl {
  width: 100%;
  color: #fa5050;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .news-and-blog-single__ttl {
    font-size: 24px;
  }
}
.news-and-blog-single__tag {
  display: inline-block;
  background: #5d5d5d;
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
@media (max-width: 540px) {
  .news-and-blog-single__tag {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.news-and-blog-single__eye-catch {
  width: 100%;
  margin: 20px auto 40px;
}
.news-and-blog-single__txt {
  background: #ffffff;
  font-size: 20px;
  padding: 20px 25px;
  margin-bottom: 50px;
}
@media (max-width: 540px) {
  .news-and-blog-single__txt {
    font-size: 16px;
  }
}
.news-and-blog-single__txt h1, .news-and-blog-single__txt h2 {
  width: 90%;
  color: #073a74;
  border-bottom: 5px solid #073a74;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 40px;
}
@media (max-width: 540px) {
  .news-and-blog-single__txt h1, .news-and-blog-single__txt h2 {
    width: 100%;
    font-size: 24px;
    margin: 30px auto 20px;
  }
}
.news-and-blog-single__txt h3, .news-and-blog-single__txt h4 {
  width: 90%;
  color: #073a74;
  border-bottom: 1px solid #073a74;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 40px;
}
@media (max-width: 540px) {
  .news-and-blog-single__txt h3, .news-and-blog-single__txt h4 {
    width: 100%;
    font-size: 18px;
    margin: 30px auto 20px;
  }
}
.news-and-blog-single__txt h5, .news-and-blog-single__txt h6 {
  font-weight: bold;
  margin: 40px auto 30px;
}
@media (max-width: 540px) {
  .news-and-blog-single__txt h5, .news-and-blog-single__txt h6 {
    margin: 20px auto 15px;
  }
}
.news-and-blog-single__txt img {
  display: block;
  width: 90%;
  margin: 40px auto;
}
@media (max-width: 540px) {
  .news-and-blog-single__txt img {
    margin: 20px auto;
  }
}
.news-and-blog-single__page-navigation {
  width: 80%;
  margin: auto;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 540px) {
  .news-and-blog-single__page-navigation {
    width: 100%;
  }
}
.news-and-blog-single__page-navigation a {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .news-and-blog-single__page-navigation a {
    font-size: 14px;
  }
}
.news-and-blog-single__btn {
  display: inline-block;
  color: #ffffff;
  width: 40%;
  background: linear-gradient(#e62405, #fc6b28);
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
}
@media (max-width: 540px) {
  .news-and-blog-single__btn {
    width: auto;
    font-size: 14px;
    padding: 0 20px;
  }
}

.news-and-blog-section {
  background: url("images/blog/blog-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.news-and-blog-section__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding: 50px 0 150px;
}
@media (max-width: 540px) {
  .news-and-blog-section__inner {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .news-and-blog-section__inner {
    padding: 30px 0 60px;
  }
}
.news-and-blog-section__ttl {
  display: block;
  color: #073a74;
  text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, 2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px 2px 2px #ffffff;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 540px) {
  .news-and-blog-section__ttl {
    font-size: 24px;
  }
}
.news-and-blog-section__list {
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 60px auto;
}
@media (max-width: 540px) {
  .news-and-blog-section__list {
    margin: 30px auto;
  }
}
.news-and-blog-section__article {
  width: 30%;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 0px 10px 5px rgba(65, 64, 64, 0.25);
  margin-bottom: 30px;
}
@media (max-width: 540px) {
  .news-and-blog-section__article {
    width: 48%;
    height: auto;
    margin: 0 auto 40px;
  }
}
.news-and-blog-section__link {
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .news-and-blog-section__link {
    flex-wrap: wrap;
  }
}
.news-and-blog-section__image {
  width: 100%;
  height: 250px;
  box-shadow: 0px 0px 5px 5px rgba(65, 64, 64, 0.25);
  margin: auto;
}
@media (max-width: 540px) {
  .news-and-blog-section__image {
    width: 100%;
    height: 30vw;
    box-shadow: initial;
  }
}
.news-and-blog-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-and-blog-section__txt-area {
  width: 100%;
  height: 250px;
  background: #ffffff;
  overflow: hidden;
  padding: 15px;
}
@media (max-width: 540px) {
  .news-and-blog-section__txt-area {
    width: 100%;
    height: 160px;
    padding: 5px;
  }
}
.news-and-blog-section__tag {
  display: inline-block;
  color: #ffffff;
  background: #a0a0a0;
  font-size: 14px;
  border-radius: 10px;
  padding: 2px 10px;
  margin-right: 5px;
}
@media (max-width: 540px) {
  .news-and-blog-section__tag {
    font-size: 12px;
  }
}
.news-and-blog-section__post-ttl {
  color: #fa5050;
  font-size: 20px;
  margin: 5px 0;
}
@media (max-width: 540px) {
  .news-and-blog-section__post-ttl {
    font-size: 16px;
  }
}
.news-and-blog-section__time {
  color: #a0a0a0;
  font-size: 14px;
}
@media (max-width: 540px) {
  .news-and-blog-section__time {
    font-size: 12px;
  }
}
.news-and-blog-section__txt {
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 540px) {
  .news-and-blog-section__txt {
    font-size: 14px;
  }
}
.news-and-blog-section__btn {
  display: block;
  width: 22%;
  margin: auto;
}
@media (max-width: 540px) {
  .news-and-blog-section__btn {
    width: 60%;
  }
}

.voice-wrapper {
  width: 100%;
}

.voice-archive__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  margin: auto;
  padding: 70px 0;
}
@media (max-width: 540px) {
  .voice-archive__inner {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .voice-archive__inner {
    padding: 30px 0;
  }
}
.voice-archive__ttl {
  color: #073a74;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 540px) {
  .voice-archive__ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.voice-archive__article-wrapper {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 540px) {
  .voice-archive__article-wrapper {
    margin-bottom: 40px;
  }
}
.voice-archive__article {
  width: 46%;
  height: auto;
  box-shadow: 0px 4px 41.4px 4.6px rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin: 0 auto 40px;
}
@media (max-width: 540px) {
  .voice-archive__article {
    width: 100%;
    height: auto;
  }
}
.voice-archive__link {
  width: 100%;
}
.voice-archive__image-area {
  width: 100%;
  height: 280px;
  margin: auto;
}
@media (max-width: 540px) {
  .voice-archive__image-area {
    width: 100%;
    max-width: initial;
    height: 40vw;
  }
}
.voice-archive__image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-archive__txt-area {
  width: 100%;
  height: 260px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 540px) {
  .voice-archive__txt-area {
    width: 100%;
    height: auto;
  }
}
.voice-archive__sub-ttl {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .voice-archive__sub-ttl {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.voice-archive__txt {
  width: 100%;
  background: #ffffff;
  font-size: 18px;
  overflow: hidden;
}
@media (max-width: 540px) {
  .voice-archive__txt {
    font-size: 14px;
    height: 180px;
  }
}
.voice-archive__txt h1, .voice-archive__txt h2, .voice-archive__txt h3, .voice-archive__txt h4, .voice-archive__txt h5, .voice-archive__txt h6 {
  font-size: 18px;
  font-style: bold;
}
@media (max-width: 540px) {
  .voice-archive__txt h1, .voice-archive__txt h2, .voice-archive__txt h3, .voice-archive__txt h4, .voice-archive__txt h5, .voice-archive__txt h6 {
    font-size: 16px;
  }
}

.voice-single__inner {
  width: 80%;
  max-width: 1030px;
  margin: auto;
  padding: 70px 0;
}
@media (max-width: 540px) {
  .voice-single__inner {
    width: 90%;
    padding: 50px 0;
  }
}
.voice-single__ttl {
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 540px) {
  .voice-single__ttl {
    font-size: 24px;
  }
}
.voice-single__eye-catch {
  width: 100%;
  margin: 20px auto 40px;
}
.voice-single__txt {
  background: #ffffff;
  font-size: 24px;
  padding: 20px;
  margin-bottom: 50px;
}
@media (max-width: 540px) {
  .voice-single__txt {
    font-size: 16px;
  }
}
.voice-single__txt h1, .voice-single__txt h2 {
  width: 90%;
  color: #073a74;
  border-bottom: 5px solid #073a74;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 40px;
}
@media (max-width: 540px) {
  .voice-single__txt h1, .voice-single__txt h2 {
    width: 100%;
    font-size: 24px;
    margin: 30px auto 20px;
  }
}
.voice-single__txt h3, .voice-single__txt h4 {
  width: 90%;
  color: #073a74;
  border-bottom: 1px solid #073a74;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 40px;
}
@media (max-width: 540px) {
  .voice-single__txt h3, .voice-single__txt h4 {
    width: 100%;
    font-size: 18px;
    margin: 30px auto 20px;
  }
}
.voice-single__txt h5, .voice-single__txt h6 {
  font-weight: bold;
  margin: 40px auto 30px;
}
@media (max-width: 540px) {
  .voice-single__txt h5, .voice-single__txt h6 {
    margin: 20px auto 15px;
  }
}
.voice-single__txt img {
  display: block;
  width: 90%;
  margin: 40px auto;
}
@media (max-width: 540px) {
  .voice-single__txt img {
    margin: 20px auto;
  }
}
.voice-single__page-navigation {
  width: 80%;
  margin: auto;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 540px) {
  .voice-single__page-navigation {
    width: 100%;
  }
}
.voice-single__page-navigation a {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .voice-single__page-navigation a {
    font-size: 14px;
  }
}
.voice-single__btn {
  display: inline-block;
  color: #ffffff;
  width: 40%;
  background: linear-gradient(#e62405, #fc6b28);
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
}
@media (max-width: 540px) {
  .voice-single__btn {
    width: auto;
    font-size: 14px;
    padding: 0 20px;
  }
}

.voice-section__ttl {
  width: 100%;
  color: #ffffff;
  background: #073a74;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  padding: 50px 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 1440px) {
  .voice-section__ttl {
    font-size: 40px;
  }
}
@media (max-width: 540px) {
  .voice-section__ttl {
    font-size: 24px;
    padding: 20px 0;
  }
}
.voice-section__inner {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding: 60px 0 80px;
}
@media (max-width: 540px) {
  .voice-section__inner {
    width: 90%;
    padding: 40px 0 60px;
  }
}
.voice-section__list {
  justify-content: space-between;
  margin: 50px auto;
  flex-wrap: wrap;
}
@media (max-width: 540px) {
  .voice-section__list {
    margin: 20px auto 0;
    flex-wrap: wrap;
  }
}
.voice-section__article {
  width: 48%;
  height: auto;
  box-shadow: 0px 4px 41.4px 4px rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  .voice-section__article {
    box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.3);
    margin: 0 auto 40px;
    padding: 10px;
  }
}
.voice-section__link {
  width: 100%;
  height: 100%;
}
.voice-section__image {
  width: 100%;
  height: 280px;
  margin: auto;
}
@media (max-width: 540px) {
  .voice-section__image {
    height: 30vw;
  }
}
.voice-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-section__txt {
  height: 240px;
  background: #ffffff;
  font-size: 18px;
  margin: 20px auto 0;
  overflow: hidden;
}
@media (max-width: 540px) {
  .voice-section__txt {
    font-size: 14px;
    height: 150px;
    margin-top: 10px;
  }
}
.voice-section__txt h1, .voice-section__txt h2, .voice-section__txt h3, .voice-section__txt h4, .voice-section__txt h5, .voice-section__txt h6 {
  font-size: 18px;
  font-style: bold;
}
@media (max-width: 540px) {
  .voice-section__txt h1, .voice-section__txt h2, .voice-section__txt h3, .voice-section__txt h4, .voice-section__txt h5, .voice-section__txt h6 {
    font-size: 16px;
  }
}
.voice-section__btn {
  display: block;
  width: 22%;
  margin: auto;
}
@media (max-width: 540px) {
  .voice-section__btn {
    width: 60%;
  }
}

/* ==============================================
 form
=============================================== */
.form-wrapper {
  width: 100%;
}

.form-visual {
  background: url("images/eye-catch/eye-catch-bg.jpg") no-repeat;
  background-size: cover;
  background-position: left center;
}
.form-visual__inner {
  width: 80%;
  max-width: 1200px;
  height: 365px;
  margin: auto;
  position: relative;
}
@media (max-width: 540px) {
  .form-visual__inner {
    width: 90%;
    height: 160px;
  }
}
.form-visual__ttl {
  color: #073a74;
  font-size: 54px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 28%;
}
@media (max-width: 540px) {
  .form-visual__ttl {
    font-size: 30px;
    left: 10%;
  }
}

/* ==============================================
contact form
=============================================== */
.contact-form {
  padding-top: 60px;
}
@media (max-width: 540px) {
  .contact-form {
    padding-top: 20px;
  }
}
.contact-form .container {
  padding: 30px 0;
}
@media (max-width: 540px) {
  .contact-form .container {
    background: initial;
    padding: 30px 0 60px;
  }
}
.contact-form .form-ttl {
  color: #073a74;
  font-size: 48px;
  text-align: center;
  text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, 2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px 2px 2px #ffffff;
}
@media (max-width: 540px) {
  .contact-form .form-ttl {
    font-size: 22px;
    margin-bottom: 0px;
  }
}
.contact-form .form-txt {
  display: block;
  width: 80%;
  max-width: 1100px;
  font-size: 24px;
  margin: auto;
}
@media (max-width: 540px) {
  .contact-form .form-txt {
    width: 90%;
    font-size: 14px;
  }
}
.contact-form .tel-area {
  display: block;
  width: 60%;
  max-width: 600px;
  margin: 50px auto 80px;
}
@media (max-width: 540px) {
  .contact-form .tel-area {
    width: 100%;
    margin: 30px auto 0px;
  }
}
.contact-form .tel-ttl {
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 540px) {
  .contact-form .tel-ttl {
    font-size: 16px;
  }
}
.contact-form .tel-txt {
  display: block;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 540px) {
  .contact-form .tel-txt {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.contact-form .tel-num {
  display: block;
  background: url(images/common/header-phone-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 8% auto;
  font-size: 67px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media (max-width: 540px) {
  .contact-form .tel-num {
    font-size: 9vw;
    background-size: 6% auto;
    background-position: left 10% center;
  }
}
.contact-form .time {
  display: block;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 540px) {
  .contact-form .time {
    font-size: 14px;
  }
}

/* layout
----------------------------------------------- */
/* table */
.form-table {
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 540px) {
  .form-table {
    width: 100%;
    display: block;
    position: relative;
    width: auto;
  }
  .form-table tbody {
    display: block;
  }
  .form-table tr {
    display: block;
  }
}
@media (max-width: 540px) {
  .form-table {
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .form-table tr {
    display: block;
    position: relative;
  }
}

.form-table th {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding: 20px 0;
  position: relative;
  width: 320px;
  vertical-align: top;
}
@media (max-width: 540px) {
  .form-table th {
    background-color: #073a74;
    color: #fff;
    font-size: 16px;
    padding: 6px 15px;
    display: block;
    position: relative;
    width: auto;
  }
}
.form-table th .required {
  background-color: #fa5050;
  color: #fff;
  font-size: 15px;
  padding: 0px 6px;
  position: absolute;
  right: 0;
  top: 23px;
}
@media (max-width: 540px) {
  .form-table th .required {
    font-size: 13px;
    top: 9px;
    right: 15px;
  }
}
.form-table th .option {
  background-color: #8f9191;
  color: #fff;
  font-size: 15px;
  padding: 0px 6px;
  position: absolute;
  right: 0;
  top: 23px;
}
@media (max-width: 540px) {
  .form-table th .option {
    font-size: 13px;
    top: 9px;
    right: 15px;
  }
}

.form-table td {
  font-size: 16px;
  padding: 10px 0 10px 20px;
  vertical-align: top;
}
@media (max-width: 540px) {
  .form-table td {
    clear: both;
    font-size: 16px;
    padding: 15px 30px;
    display: block;
    width: auto;
  }
}

.form-table td .form-field {
  margin-bottom: 10px;
}

.form-table td .form-field:last-child {
  margin-bottom: 0;
}

.form-table img {
  max-width: 320px;
}

.form .btn {
  color: #fff;
  background-color: #faa500;
  display: inline-block;
  line-height: 64px;
  height: 64px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 0;
  position: relative;
  margin: 0 1%;
  width: 48%;
  border-radius: 4px;
  box-shadow: 0 2px 16px rgba(9, 21, 39, 0.22);
}
@media (max-width: 540px) {
  .form .btn {
    font-size: 16px;
    min-width: inherit;
    line-height: 54px;
    height: 54px;
    width: 48%;
  }
}

.form .btn:hover {
  opacity: 0.7;
}

.form .btn[name=submit] {
  float: right;
}

.form .btn[name=submitBack] {
  float: left;
  color: #073a74;
  background-color: #ffffff;
  border: 5px solid #073a74;
  line-height: 2;
}

.form .btn[name=submitBack]:hover {
  opacity: 0.7;
}

.form .btns {
  font-size: 0;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 640px;
}

.form .privacy-mes {
  margin-bottom: 0;
}
@media (max-width: 540px) {
  .form .privacy-mes {
    font-size: 14px;
  }
}
.form .privacy-mes a {
  color: #272929;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .form .privacy-mes a:hover {
    text-decoration: none;
  }
}

.mw_wp_form_preview .form-table th .required,
.mw_wp_form_preview .form-table th .option,
.mw_wp_form_preview .check-privacy {
  display: none;
}

.mw_wp_form_preview .preview-hidden {
  display: none;
}

.preview-show {
  display: none;
}

.mw_wp_form_preview .preview-show {
  display: block;
}

/* form default */
input.form-control, input[type=number].form-control, input[type=email].form-control, button.form-control, textarea.form-control {
  background: #fff;
  font-size: 18px;
  font-weight: normal;
  border: 2px solid #bdc1c5;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 540px) {
  input.form-control, input[type=number].form-control, input[type=email].form-control, button.form-control, textarea.form-control {
    font-size: 16px;
  }
}

input.form-control:focus, button.form-control:focus, textarea.form-control:focus {
  border-color: #bdc1c5;
  background: #fff;
}

input[type=submit],
input[type=button],
button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus,
button:focus {
  outline-offset: -2px;
  outline: 0;
}

input[type=text].form-control, input[type=number].form-control, input[type=password].form-control, input[type=email].form-control, input[type=tel].form-control, input[type=url].form-control, textarea.form-control {
  background-color: #fff;
  padding: 12px;
  border-radius: 6px;
  width: 100%;
}

input[type=text].form-zip {
  width: 140px;
}

.form .mwform-tel-field input[type=text],
.form .mwform-zip-field input[type=text] {
  width: 100px;
  background: #fff;
  font-size: 18px;
  border: 2px solid #bdc1c5;
  padding: 12px;
  border-radius: 6px;
}
@media (max-width: 540px) {
  .form .mwform-tel-field input[type=text],
  .form .mwform-zip-field input[type=text] {
    font-size: 16px;
    width: 80px;
  }
}

.form .btn-area input[type=submit] {
  background: #073a74;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  margin: 0 5px;
  width: 320px;
  box-shadow: 0 0 10px rgba(6, 49, 68, 0.2);
  transition: all 0.17s ease-out 0s;
}
@media (max-width: 540px) {
  .form .btn-area input[type=submit] {
    font-size: 18px;
    width: 45%;
  }
}
.form .btn-area input[type=submit]:hover {
  background: rgba(7, 58, 116, 0.8);
}
.form .btn-area input[type=submit][name=submitBack] {
  background-color: #888;
}
.form .btn-area input[type=submit][name=submitBack]:hover {
  background: rgba(136, 136, 136, 0.8);
}

.form-preveiw-mes {
  display: none;
}

.mw_wp_form_preview .form .mes,
.mw_wp_form_preview .form .form-table td.form-icon {
  display: none;
}

.mw_wp_form_preview .form .form-table {
  border-top: 1px solid #dee0e0;
}

.mw_wp_form_preview .form .form-table th {
  background-color: #073a74;
  border-bottom: 1px solid #dee0e0;
  color: #fff;
  padding: 20px 30px;
  width: 320px;
}

.mw_wp_form_preview .form .form-table td {
  background-color: #fff;
  border-bottom: 1px solid #dee0e0;
  padding: 20px 30px;
}
.mw_wp_form_preview .form .form-table td .select-wrapper {
  font-weight: normal;
}

@media (max-width: 540px) {
  .mw_wp_form_preview .form .form-table {
    border-top: none;
  }
  .mw_wp_form_preview .form .form-table th {
    border-bottom: none;
    padding: 10px 15px 10px;
    width: 100%;
  }
  .mw_wp_form_preview .form .form-table td {
    border-bottom: none;
    padding: 15px;
  }
}
.mw_wp_form_preview .form-preveiw-mes {
  display: block;
  font-size: 16px;
}
@media (max-width: 540px) {
  .mw_wp_form_preview .form-preveiw-mes {
    font-size: 14px;
  }
}
.mw_wp_form_preview .checkbox-group {
  font-size: 22px;
}
@media (max-width: 540px) {
  .mw_wp_form_preview .checkbox-group {
    font-size: 16px;
  }
}

.form-complete-mes {
  background-color: #fff;
  padding: 40px 50px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  max-width: 860px;
}
@media (max-width: 540px) {
  .form-complete-mes {
    font-size: 15px;
    text-align: left;
    padding: 20px;
  }
}

.mwform-radio-field-text {
  font-size: 18px;
}
@media (max-width: 540px) {
  .mwform-radio-field-text {
    font-size: 16px;
  }
}

/* checkbox */
.checkbox-group {
  font-size: 0;
  letter-spacing: 0;
  position: relative;
}
.checkbox-group .mwform-checkbox-field {
  display: block;
  margin: 0 0 10px !important;
}
.checkbox-group .mwform-checkbox-field label {
  display: block;
  background-color: #fff;
  background-position: 16px 50%;
  background-repeat: no-repeat;
  background-image: url("images/form/checkbox-off.png");
  background-size: 22px 22px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  padding: 15px 20px 15px 50px;
  border-radius: 6px;
  vertical-align: top;
}
.checkbox-group .mwform-checkbox-field label.checked-label {
  background-image: url("images/form/checkbox-on.png");
}
@media (max-width: 540px) {
  .checkbox-group .mwform-checkbox-field label {
    font-size: 16px;
  }
}
.checkbox-group .mwform-checkbox-field input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -1;
}

/* selectbox */
.select-wrapper {
  display: block;
  position: relative;
  width: auto;
  font-size: 22px;
  font-weight: bold;
  border: 2px solid #92acbb;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 540px) {
  .select-wrapper {
    font-size: 16px;
  }
}

.select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 10px;
  height: 25px;
  width: 10px;
}

.select-wrapper select {
  background: none;
  width: 100%;
  font-size: 22px;
  padding: 10px 30px 10px 10px;
  border: none;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  line-height: 1.5;
  background: none transparent;
  vertical-align: middle;
  outline: inherit;
}
@media (max-width: 540px) {
  .select-wrapper select {
    font-size: 16px;
  }
}

.select-wrapper select.form-control-auto {
  width: auto;
}

/* ie9対策 */
.select-wrapper select:not(:target) {
  width: 120% \9 ;
}

.mw_wp_form_preview .select-wrapper {
  background: none;
  border: none;
  padding: 0;
}

.mw_wp_form_preview .select-wrapper::after {
  content: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
  color: #aaa;
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
  color: #aaa;
  opacity: 1;
}

/* IE */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
  color: #aaa;
  opacity: 1;
}

/* Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
  color: #aaa;
  opacity: 1;
}

/* Chrome, Safari */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox, IE */
input[type=number] {
  -moz-appearance: textfield;
}

/* Chrome autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* ==============================================
 Media Queries
=============================================== */
/* hidden
----------------------------------------------- */
@media screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 544px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 543px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (max-width: 340px) {
  .hidden-xxs {
    display: none !important;
  }
}
/* column
----------------------------------------------- */
.col-lg-1 {
  width: 12%;
}

.col-lg-2 {
  width: 16.6666%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.3333%;
}

.col-lg-5 {
  width: 41.6666%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 57.0833%;
}

.col-lg-8 {
  width: 66.6667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.3334%;
}

.col-lg-11 {
  width: 91.6666%;
}

.col-lg-12 {
  width: 100%;
}

/* pc min
----------------------------------------------- */
@media screen and (max-width: 1119px) {
  /* column
  ----------------------------------------------- */
  .col-md-1 {
    width: 12%;
  }
  .col-md-2 {
    width: 16.6666%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-5 {
    width: 41.6666%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 57.0833%;
  }
  .col-md-8 {
    width: 66.6667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3334%;
  }
  .col-md-11 {
    width: 91.6666%;
  }
  .col-md-12 {
    width: 100%;
  }
}
/* tablet
----------------------------------------------- */
@media screen and (max-width: 1024px) {
  /* ==============================================
   Layout
  =============================================== */
  /* column
  ----------------------------------------------- */
  .col-sm-1 {
    width: 12%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 57.0833%;
  }
  .col-sm-8 {
    width: 66.6667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3334%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
/* column
----------------------------------------------- */
@media screen and (max-width: 767px) {
  /* column
  ----------------------------------------------- */
  .col-xs-1 {
    width: 12%;
  }
  .col-xs-2 {
    width: 16.6666%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333%;
  }
  .col-xs-5 {
    width: 41.6666%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 57.0833%;
  }
  .col-xs-8 {
    width: 66.6667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3334%;
  }
  .col-xs-11 {
    width: 91.6666%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
/* ==============================================
 print
=============================================== */
@media print {
  body {
    zoom: 75%;
  }
}/*# sourceMappingURL=style.css.map */