@charset "UTF-8";
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap");
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* # =================================================================
   # List Style
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

* {
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "palt" 1; /* 文字詰め 全てのスタイルに適応しているので、問題がある場合は都度対応 */
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
}

p {
  color: #1d1d1d;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 100;
  text-align: justify;
  text-justify: inter-ideograph;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

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

.no_display {
  display: none;
}

.red {
  color: #b4040c;
}

.ta_right {
  text-align: right;
}

.ta_left {
  text-align: left;
}

.margin_5_top {
  margin-top: 5px;
}

.margin_10_top {
  margin-top: 10px;
}

.margin_15_top {
  margin-top: 15px;
}

.margin_20_top {
  margin-top: 20px;
}

.margin_25_top {
  margin-top: 25px;
}

.margin_30_top {
  margin-top: 30px;
}

.margin_40_top {
  margin-top: 40px;
}

.margin_50_top {
  margin-top: 50px;
}

.margin_60_top {
  margin-top: 60px;
}

.margin_75_top {
  margin-top: 75px;
}

.margin_80_top {
  margin-top: 80px;
}

.margin_90_top {
  margin-top: 90px;
}

.margin_100_top {
  margin-top: 100px;
}

.margin_150_top {
  margin-top: 150px;
}

.margin_200_top {
  margin-top: 200px;
}

.margin_5_bottom {
  margin-bottom: 5px;
}

.margin_10_bottom {
  margin-bottom: 10px;
}

.margin_15_bottom {
  margin-bottom: 15px;
}

.margin_20_bottom {
  margin-bottom: 20px;
}

.margin_25_bottom {
  margin-bottom: 25px;
}

.margin_30_bottom {
  margin-bottom: 30px;
}

.margin_40_bottom {
  margin-bottom: 40px;
}

.margin_50_bottom {
  margin-bottom: 50px;
}

.margin_60_bottom {
  margin-bottom: 60px;
}

.margin_75_bottom {
  margin-bottom: 75px;
}

.margin_80_bottom {
  margin-bottom: 80px;
}

.margin_90_bottom {
  margin-bottom: 90px;
}

.margin_100_bottom {
  margin-bottom: 100px;
}

.margin_150_bottom {
  margin-bottom: 150px;
}

.margin_200_bottom {
  margin-bottom: 200px;
}

.padding_5_top {
  padding-top: 5px;
}

.padding_10_top {
  padding-top: 10px;
}

.padding_15_top {
  padding-top: 15px;
}

.padding_20_top {
  padding-top: 20px;
}

.padding_25_top {
  padding-top: 25px;
}

.padding_30_top {
  padding-top: 30px;
}

.padding_40_top {
  padding-top: 40px;
}

.padding_50_top {
  padding-top: 50px;
}

.padding_60_top {
  padding-top: 60px;
}

.padding_75_top {
  padding-top: 75px;
}

.padding_80_top {
  padding-top: 80px;
}

.padding_90_top {
  padding-top: 90px;
}

.padding_100_top {
  padding-top: 100px;
}

.padding_150_top {
  padding-top: 150px;
}

.padding_200_top {
  padding-top: 200px;
}

.padding_5_bottom {
  padding-bottom: 5px;
}

.padding_10_bottom {
  padding-bottom: 10px;
}

.padding_15_bottom {
  padding-bottom: 15px;
}

.padding_20_bottom {
  padding-bottom: 20px;
}

.padding_25_bottom {
  padding-bottom: 25px;
}

.padding_30_bottom {
  padding-bottom: 30px;
}

.padding_40_bottom {
  padding-bottom: 40px;
}

.padding_50_bottom {
  padding-bottom: 50px;
}

.padding_60_bottom {
  padding-bottom: 60px;
}

.padding_75_bottom {
  padding-bottom: 75px;
}

.padding_80_bottom {
  padding-bottom: 80px;
}

.padding_90_bottom {
  padding-bottom: 90px;
}

.padding_100_bottom {
  padding-bottom: 100px;
}

.padding_150_bottom {
  padding-bottom: 150px;
}

.padding_200_bottom {
  padding-bottom: 200px;
}

/* =============================================================================
For navi and modal
============================================================================= */
html.active,
html.active body {
  width: 100%;
  overflow: hidden;
}

#bodycover {
  display: none;
}

#bodycover.active {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 88888;
}

/* =============================================================================
Common setting
============================================================================= */
#layout_wrapper {
  width: 100%;
}

.layout_main {
  margin: 0 auto;
  padding: 0 10px;
  width: calc(100% - 20px);
  max-width: 1140px;
}

.layout_bg_grey {
  padding: 50px 0;
  width: 100%;
  background-color: #f5f5f5;
}

.layout_max {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.layout_2block {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1140px;
  display: flex;
  align-items: strech;
  justify-content: center;
  flex-wrap: wrap;
}

/* =============================================================================
Contact BOX
============================================================================= */
#layout_contact {
  margin: 0 0 155px 0;
  width: 100%;
  background-color: #f5f5f5;
}
#layout_contact section#section_contact {
  margin: 0 auto;
  width: calc(100% - 20px);
  max-width: 1020px;
  background: url("../img/bg_contact_2.png") no-repeat left top;
  background-size: 50%;
}
#layout_contact h2.title_contact {
  display: block;
  text-align: left;
  text-indent: -9999px;
}
#layout_contact p.text_contact {
  margin: -120px 0 60px auto;
  padding: 140px 0 0 20px;
  width: 500px;
  height: 198px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  background: url("../img/bg_contact_1.png") no-repeat bottom right;
  background-size: 214px 198px;
  display: block;
  position: relative;
  z-index: 2;
}

ul.list_contact {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
ul.list_contact li {
  margin: 0 0 -55px 0;
}
ul.list_contact a {
  width: 300px;
  height: 110px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 1px;
  display: block;
  text-align: left;
  text-indent: -9999px;
}
ul.list_contact a.btn_tell {
  background: url("../img/btn_tel.png") no-repeat center center;
  background-size: cover;
}
ul.list_contact a.btn_mail {
  background: url("../img/btn_mail.png") no-repeat center center;
  background-size: cover;
}
ul.list_contact a:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 1px;
  opacity: 0.6;
}

/* =============================================================================
Contact BOX responsive
============================================================================= */
@media screen and (max-width: 768px) {
  #layout_contact {
    margin: 0 0 100px 0;
  }
  #layout_contact section#section_contact {
    background: url("../img/bg_contact_2.png") no-repeat left top;
    background-size: contain;
  }
  #layout_contact p.text_contact {
    margin: -120px 0 60px 0;
    width: 100%;
    height: 198px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  ul.list_contact {
    margin: 0 auto;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  ul.list_contact li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  #layout_contact p.text_contact {
    margin: -120px calc(50% - 50vw) 60px calc(50% - 50vw);
    padding: 100px 0 0 10px;
    width: 100vw;
    background: url("../img/bg_contact_1.png") no-repeat bottom 0px right -60px;
    background-size: 214px 198px;
  }
}
#globalHeader {
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 1px;
  position: relative;
  z-index: 900000;
}

h1#title_main {
  color: #1d1d1d;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 60px;
  position: absolute;
  top: 0px;
  left: 50px;
}
h1#title_main a {
  color: #1d1d1d;
  font-weight: 600;
}
h1#title_main a:hover {
  color: #2d53a9;
}

/* =============================================================================
header responsive
============================================================================= */
@media screen and (max-width: 768px) {
  #globalHeader {
    position: fixed;
    top: 0px;
    left: 0px;
  }
  h1#title_main {
    margin: 0 auto;
    font-size: 16px;
    font-size: 1rem;
    position: static;
    text-align: center;
  }
}
/* =============================================================================
gloval navi
============================================================================= */
nav#gloval_navigation {
  margin: 0;
  padding: 0;
  width: 100%;
}
nav#gloval_navigation div#box_navi {
  width: 100%;
  position: absolute;
  bottom: -50px;
  left: 0px;
  z-index: 2;
}

/* =============================================================================
gloval navi responsive
============================================================================= */
@media screen and (max-width: 768px) {
  nav#gloval_navigation {
    margin: 0;
    padding: 80px 0 200px 0;
    width: 100%;
    height: 100vh;
    background-color: #f5f5f5;
    opacity: 0;
    overflow: auto;
    position: fixed;
    top: 0px;
    left: 100%;
    transition: all 0.6s;
    visibility: hidden;
    z-index: 99996;
  }
  nav#gloval_navigation div#box_navi {
    position: static;
    z-index: auto;
  }
  nav#gloval_navigation.active {
    width: 100%;
    height: 100vh;
    opacity: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    visibility: visible;
  }
}
h1#title_navi {
  display: none;
}

/* =============================================================================
navi toggle
============================================================================= */
.btnToggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .btnToggle {
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99999;
  }
  .btnToggle span {
    width: 36px;
    height: 2px;
    background: #1d1d1d;
    display: block;
    text-align: left;
    text-indent: -9999px;
    position: relative;
  }
  .btnToggle span::before, .btnToggle span::after {
    width: 36px;
    height: 2px;
    background: #1d1d1d;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  .btnToggle span::before {
    top: -8px;
  }
  .btnToggle span::after {
    top: 8px;
  }
  .btnToggle.active {
    position: fixed;
    top: 0px;
    right: 0px;
  }
  .btnToggle.active span {
    visibility: hidden;
  }
  .btnToggle.active _:-ms-lang(x)::-ms-backdrop, .btnToggle.active span {
    height: 0;
    visibility: visible;
  }
  .btnToggle.active span::before, .btnToggle.active span::after {
    background: #1d1d1d;
    top: 0;
    visibility: visible;
  }
  .btnToggle.active span::before {
    transform: rotate(45deg);
  }
  .btnToggle.active span::after {
    transform: rotate(135deg);
  }
}
/* =============================================================================
navi main
============================================================================= */
ul#list_mainnavi {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
ul#list_mainnavi li {
  width: 20%;
  transition: all 0.5s ease-in-out;
}
ul#list_mainnavi li a {
  background-color: #f5f5f5;
  color: #1d1d1d;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  line-height: 50px;
  position: relative;
  text-align: center;
}
ul#list_mainnavi li a::after {
  width: 1px;
  height: 20px;
  background-color: #767676;
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 0px;
}
ul#list_mainnavi li:last-child a::after {
  display: none;
}
ul#list_mainnavi li:hover a, ul#list_mainnavi li.current a {
  background-color: #2d53a9;
  color: #fff;
}

/* =============================================================================
navi main responsive
============================================================================= */
@media screen and (max-width: 768px) {
  ul#list_mainnavi {
    margin: 0 auto;
    width: 100%;
    border-top: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  ul#list_mainnavi li {
    margin: 20px;
    width: 300px;
    border-right: none;
    border-bottom: none;
    box-shadow: none;
    cursor: pointer;
  }
  ul#list_mainnavi li a {
    border: 1px solid #767676;
    color: #767676;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    display: block;
    line-height: 50px;
    text-align: center;
  }
  ul#list_mainnavi li a::after {
    display: none;
  }
}
/* =============================================================================
navi sub
============================================================================= */
ul#list_subnavi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  position: absolute;
  top: 0px;
  right: 40px;
}
ul#list_subnavi li {
  padding: 0 10px;
}
ul#list_subnavi li a {
  color: #1d1d1d;
  font-size: 16px;
  font-size: 1rem;
  line-height: 60px;
}
ul#list_subnavi li a.navi_tell {
  padding: 0 0 0 30px;
  background: url("../img/icon_tel.svg") no-repeat left center;
}
ul#list_subnavi li a.navi_contact {
  padding: 0 0 0 30px;
  background: url("../img/icon_mail.svg") no-repeat left center;
}
ul#list_subnavi li a:hover {
  opacity: 0.4;
}
ul#list_subnavi li.current a {
  opacity: 0.4;
}

/* =============================================================================
navi sub responsive
============================================================================= */
@media screen and (max-width: 768px) {
  ul#list_subnavi {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: static;
  }
  ul#list_subnavi li {
    padding: 0 20px;
  }
  ul#list_subnavi li a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  ul#list_subnavi li.current a {
    opacity: 1;
  }
}
#globalFooter {
  margin: 0 0 100px 0;
  padding: 10px 50px;
  width: 100%;
  background: rgb(66, 133, 236);
  background: linear-gradient(90deg, rgb(66, 133, 236) 0%, rgb(11, 186, 251) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

ul#list_footer {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
ul#list_footer li {
  margin: 0 5px;
}
ul#list_footer li::after {
  padding: 0 0 0 10px;
  color: #fff;
  content: "/";
}
ul#list_footer li:last-child {
  margin: 0;
}
ul#list_footer li:last-child::after {
  content: "";
}
ul#list_footer a {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}
ul#list_footer a:hover, ul#list_footer a.current {
  color: #fddb44;
}

small {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}

/* =============================================================================
Footer responsive
============================================================================= */
@media screen and (max-width: 768px) {
  #globalFooter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  ul#list_footer {
    margin: 0 0 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  ul#list_footer li {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  ul#list_footer li::after {
    margin: 5px auto 5px auto;
    padding: 0;
    width: 200px;
    height: 1px;
    background-color: #fff;
    content: "";
    display: block;
  }
  small {
    width: 100%;
    text-align: center;
  }
}
/* =============================================================================
title
============================================================================= */
h1.title_main_1 {
  margin: 0 auto 30px auto;
  padding: 10px 20px;
  width: calc(100% - 40px);
  max-width: 600px;
  background-color: #f5f5f5;
  color: #444444;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 100;
  text-align: center;
}

h1.title_main_2 {
  margin: 0 auto 30px auto;
  padding: 10px 20px;
  width: calc(100% - 40px);
  max-width: 600px;
  background-color: #fff;
  color: #444444;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 100;
  text-align: center;
}

h1.title_main_under {
  margin: 150px auto 50px auto;
  padding: 10px;
  width: 100%;
  max-width: 1140px;
  border-top: solid 1px #444444;
  border-bottom: solid 1px #444444;
  color: #1d1d1d;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

h1.title_main_under::after {
  color: #444444;
  content: attr(data-subtitle);
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 100;
}

/* =============================================================================
title responsive
============================================================================= */
@media screen and (max-width: ) {
  h1.title_main_under {
    margin: 120px auto 30px auto;
  }
}
/* =============================================================================
btn
============================================================================= */
.btn_link_1 {
  width: calc(100% - 20px);
  max-width: 300px;
  background-color: transparent;
  border: 1px solid #2d53a9;
  color: #2d53a9;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 33px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.btn_link_1:hover {
  background-color: #2d53a9;
  color: #fff;
}

.btn_link_2 {
  width: 240px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #444444;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 100;
  line-height: 33px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.btn_link_2:hover {
  background-color: transparent;
}

/* =============================================================================
banner
============================================================================= */
.banner_special {
  padding: 2px 10px;
  background-color: #2d53a9;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

.banner_news {
  padding: 2px 10px;
  background-color: #999999;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

.banner_item {
  padding: 2px 10px;
  background-color: #2d53a9;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

.banner_sale {
  padding: 2px 10px;
  background-color: #993333;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

/* =============================================================================
top main visual
============================================================================= */
#box_mainvisual_top {
  margin: 0 0 100px 0;
  padding: 100px 0 50px 0;
  width: 100%;
  background: url("../img/bg_top_1.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

#mv_top {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

ul.list_slide {
  width: 100%;
  opacity: 0;
  position: relative;
  transition: opacity 0.3s linear;
}
ul.list_slide li {
  margin: 0;
}
ul.list_slide img {
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 40px);
  max-width: 1100px;
  height: auto;
}

ul.list_slide.slick-initialized {
  height: auto;
  opacity: 1;
}

/* スライダー矢印デザイン制御 */
button.slide_arrow {
  margin: 0 0 0 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: block;
  text-align: left;
  text-indent: -9999px;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

button.slide_arrow:hover {
  opacity: 0.7;
}

button.slide_arrow_prev {
  background: url("../img/icon_arrow_left_white.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: calc(50% - 20px);
  left: 15px;
}

button.slide_arrow_next {
  background: url("../img/icon_arrow_right_white.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: calc(50% - 20px);
  right: 15px;
}

/* =============================================================================
top main visual responsive
============================================================================= */
@media screen and (max-width: 768px) {
  #box_mainvisual_top {
    margin: 0 0 100px 0;
    padding: 80px 0 20px 0;
    width: 100%;
    background: url("../img/bg_top_1.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
  }
  #mv_top {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
/* =============================================================================
section 1
============================================================================= */
.section_top_1 {
  width: 100%;
  display: flex;
  align-items: strech;
  justify-content: center;
  flex-wrap: wrap;
}
.section_top_1 h2 {
  width: 50%;
}
.section_top_1 .box_top {
  padding: 0;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.section_top_1 .box_top div {
  width: 80%;
}
.section_top_1 h3 {
  margin: 0 0 10px 0;
  color: #2d53a9;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
.section_top_1 p {
  font-size: 16px;
  font-size: 1rem;
}

.section_top_1.section_top_reverse {
  flex-direction: row-reverse;
}

/* =============================================================================
section 1 responsive
============================================================================= */
@media screen and (max-width: 768px) {
  .section_top_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .section_top_1 h2 {
    width: 100%;
  }
  .section_top_1 .box_top {
    padding: 20px 0 100px 0;
    width: 100%;
  }
  .section_top_1 .box_top div {
    width: calc(100% - 20px);
  }
  .section_top_1 h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
  }
  .section_top_1 p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .section_top_1.section_top_reverse {
    flex-direction: row;
  }
}
/* =============================================================================
section 2
============================================================================= */
.section_top_2 {
  margin: 100px 0 0 0;
  padding: 50px 20px 150px 20px;
  width: 100%;
  background: url("../img/bg_top_2.jpg") no-repeat center center;
  position: relative;
  z-index: 1;
}
.section_top_2 h2.title_top_trustme {
  margin: 0 0 20px 0;
  color: #fddb44;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  text-align: center;
}
.section_top_2 p {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 100;
  text-align: center;
}

/* =============================================================================
section 2 responsive
============================================================================= */
@media screen and (max-width: 768px) {
  .section_top_2 {
    margin: 0;
  }
  .section_top_2 h2.title_top_trustme {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
  }
  .section_top_2 p {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: left;
  }
}
/* =============================================================================
section 3
============================================================================= */
.section_top_3 {
  margin: -100px auto 160px auto;
  padding: 30px 20px 40px 20px;
  width: calc(100% - 20px);
  max-width: 1020px;
  background-color: #0d79ff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 3px;
  position: relative;
  z-index: 2;
}
.section_top_3 h2.title_top_item {
  margin: 0 0 30px 0;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.section_top_3 ul.list_top_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.section_top_3 ul.list_top_item li {
  margin: 0 20px 20px 20px;
  width: 200px;
  background-color: #fff;
  border: 1px solid #1d1d1d;
  color: #0d79ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 1rem;
  line-height: 40px;
  text-align: center;
}

/* =============================================================================
section 3 responsive
============================================================================= */
@media screen and (max-width: 768px) {
  .section_top_3 {
    padding: 30px 0 40px 0;
  }
  .section_top_3 h2.title_top_item {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .section_top_3 ul.list_top_item li {
    margin: 0 5px 20px 5px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/* =============================================================================
under main visual
============================================================================= */
#box_mainvisual_under {
  margin: 0;
  padding: 100px 0 0 0;
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 1;
}
#box_mainvisual_under h1 {
  margin: 0 auto;
  padding: 30px 10px 0 10px;
  width: calc(100% - 20px);
  max-width: 1020px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 100;
}
#box_mainvisual_under h1::before {
  color: #fddb44;
  content: attr(data-subtitle);
  display: block;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
#box_mainvisual_under span::before {
  padding: 0 0 0 4px;
  color: #fff;
  content: "--- ";
  font-size: 14px;
  font-size: 0.875rem;
}

/* =============================================================================
under main visual responsive
============================================================================= */
@media screen and (max-width: 768px) {
  #box_mainvisual_under {
    margin: 60px 0 0 0;
    padding: 100px 0 0 0;
    height: 400px;
  }
  #box_mainvisual_under h1::before {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
/* =============================================================================
under common setting
============================================================================= */
.box_leadtext {
  margin-top: -120px;
  padding: 100px 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.box_leadtext p {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 800px;
  color: #2d53a9;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 180%;
}
.box_leadtext span {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #fddb44 70%);
}

.box_leadtext_none {
  margin-top: -120px;
  padding: 100px 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

/* =============================================================================
under common setting responsive
============================================================================= */
@media screen and (max-width: 768px) {
  .box_leadtext {
    margin-top: -60px;
    padding: 40px 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  .box_leadtext p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .box_leadtext_none {
    margin-top: -60px;
    padding: 40px 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
}
/* =============================================================================
company
============================================================================= */
.mv_company {
  background: url("../img/mv_company.jpg") center center no-repeat;
  background-size: cover;
}

.box_company_1 {
  padding: 0 0 50px 0;
}

h2.title_company_1 {
  margin: 0 auto -20px auto;
  width: calc(100% - 20px);
  max-width: 700px;
  background-color: #2d53a9;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  text-align: center;
  z-index: 2;
}

p.text_company_1 {
  padding: 40px;
  color: #1d1d1d;
  font-size: 16px;
  font-size: 1rem;
  line-height: 200%;
}

/* =============================================================================
company responsive
============================================================================= */
@media screen and (max-width: 768px) {
  h2.title_company_1 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
  }
  .box_company_1.layout_main {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
  p.text_company_1 {
    padding: 20px 10px 40px 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* =============================================================================
company table
============================================================================= */
table.table_company {
  margin: 0 auto 50px auto;
  width: calc(100% - 20px);
  max-width: 900px;
  border-top: 1px solid #d4d4d4;
}
table.table_company th {
  padding: 10px 10px;
  width: 200px;
  background-color: #767676;
  border-bottom: 1px solid #d4d4d4;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: left;
}
table.table_company td {
  padding: 12px 10px 10px 10px;
  border-bottom: 1px solid #d4d4d4;
  color: #1d1d1d;
  font-size: 15px;
  font-size: 0.9375rem;
}

div.box_googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
}
div.box_googlemap iframe {
  height: 100%;
  width: 100%;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
}

div.box_location_map_footer {
  padding: 0 20px;
  text-align: right;
}
div.box_location_map_footer a {
  color: #767676;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 800;
  -webkit-text-decoration: dashed underline;
          text-decoration: dashed underline;
}
div.box_location_map_footer a:hover {
  opacity: 0.7;
}

/* =============================================================================
setting responsive
============================================================================= */
@media screen and (max-width: 768px) {
  table.table_company th {
    width: 100%;
    border-bottom: none;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
  table.table_company td {
    padding: 10px 10px 30px 20px;
    width: 100%;
    border-bottom: none;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
  div.box_googlemap {
    padding-bottom: 45%;
  }
  div.box_location_map_footer {
    padding: 0 10px;
  }
  div.box_location_map_footer a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
/* =============================================================================
company
============================================================================= */
.mv_vehicle {
  background: url("../img/mv_vehicle.jpg") center center no-repeat;
  background-size: cover;
}

h2.title_vehicle_1 {
  margin: 0 auto 40px auto;
  width: calc(100% - 20px);
  max-width: 700px;
  background-color: #2d53a9;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  text-align: center;
  z-index: 2;
}

ul.list_vehicle {
  margin: 0 0 80px 0;
  display: flex;
  align-items: strech;
  justify-content: space-evenly;
  flex-wrap: nowrap;
}
ul.list_vehicle li {
  width: calc((100% - 80px) / 5);
  background-color: #f5f5f5;
  position: relative;
}
ul.list_vehicle img {
  margin: 0 0 20px 0;
}
ul.list_vehicle h3 {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  text-align: center;
}
ul.list_vehicle h3::after {
  margin: 0 0 0 -75px;
  height: 1px;
  width: 150px;
  background-color: #767676;
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
}

p.text_vehicle {
  padding: 0 20px 40px 20px;
  color: #1d1d1d;
  font-size: 15px;
  font-size: 0.9375rem;
}

a.btn_link_1_vehicle {
  margin: 0 auto 150px auto;
}

/* =============================================================================
company responsive
============================================================================= */
@media screen and (max-width: 768px) {
  ul.list_vehicle {
    display: flex;
    align-items: strech;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  ul.list_vehicle li {
    margin: 0 0 10px 0;
    width: calc((100% - 40px) / 2);
  }
  ul.list_vehicle h3 {
    margin: 0 0 15px 0;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    position: relative;
    text-align: center;
  }
  p.text_vehicle {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 380px) {
  ul.list_vehicle li {
    width: calc(100% - 20px);
  }
  ul.list_vehicle li:last-child {
    margin: 0;
  }
  ul.list_vehicle h3 {
    margin: 0 0 15px 0;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    position: relative;
    text-align: center;
  }
  p.text_vehicle {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* =============================================================================
Common
============================================================================= */
.mv_solution {
  background: url("../img/mv_solution.jpg") center center no-repeat;
  background-size: cover;
}

.box_solution_safety {
  margin: -50px auto 100px auto;
  padding: 50px 40px;
  width: calc(100% - 20px);
  max-width: 700px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
  position: relative;
  z-index: 2;
}

h2.title_solution_safety {
  margin: 0 0 20px 0;
  color: #2d53a9;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
}

p.text_solution_safety {
  color: #1d1d1d;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 180%;
}

.box_solution_safety_2 {
  margin: 0 auto 150px auto;
  padding: 50px 40px;
  width: calc(100% - 20px);
  max-width: 800px;
  background-color: #2d53a9;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* =============================================================================
company responsive
============================================================================= */
@media screen and (max-width: 600px) {
  .box_solution_safety {
    margin: -10px auto 100px auto;
    padding: 50px 20px;
  }
  h2.title_solution_safety {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  p.text_solution_safety {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .box_solution_safety_2 {
    padding: 50px 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* =============================================================================
Solution
============================================================================= */
.mv_solution {
  background: url("../img/mv_solution.jpg") center center no-repeat;
  background-size: cover;
}

/* =============================================================================
Safety
============================================================================= */
.mv_safety {
  background: url("../img/mv_safety.jpg") center center no-repeat;
  background-size: cover;
}

h2.title_contactpage {
  padding: 10px 20px;
  background-color: #f5f5f5;
  color: #1d1d1d;
  font-size: 16px;
  font-size: 1rem;
}

p.text_contactpage {
  margin: 0 auto;
  padding: 0 20px 100px 20px;
  width: 100%;
  max-width: 1040px;
  font-size: 15px;
  font-size: 0.9375rem;
}
p.text_contactpage a {
  margin: 0 5px;
  color: #2d53a9;
  font-weight: 600;
}
p.text_contactpage a:hover {
  color: #b4040c;
}
p.text_contactpage a.backtotop {
  margin: 0 0 0 auto;
  padding: 10px 0;
  width: 240px;
  border: 1px solid #2d53a9;
  color: #2d53a9;
  display: block;
  font-weight: 100;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
p.text_contactpage a.backtotop:hover {
  background-color: #2d53a9;
  color: #fff;
}

table.table_contactpage {
  margin: 0 auto 150px auto;
  width: calc(100% - 20px);
  max-width: 880px;
}
table.table_contactpage tr {
  border-bottom: 1px solid #767676;
}
table.table_contactpage tr:last-child {
  border-bottom: 0px solid #767676;
}
table.table_contactpage th {
  padding: 40px 0 20px 10px;
  width: 260px;
  color: #1d1d1d;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
}
table.table_contactpage span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
table.table_contactpage td {
  padding: 40px 0 20px 0;
  color: #1d1d1d;
  font-size: 16px;
  font-size: 1rem;
}
table.table_contactpage input {
  padding: 10px;
  width: 100%;
  max-width: 350px;
  border: 1px solid #1d1d1d;
  font-size: 16px;
  font-size: 1rem;
}
table.table_contactpage input:focus {
  border: 1px solid #fddb44;
  outline: none;
}
table.table_contactpage input[type=radio] {
  width: auto;
}
table.table_contactpage label {
  padding: 0 40px 0 0;
}
table.table_contactpage label:hover {
  cursor: pointer;
}
table.table_contactpage textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid #1d1d1d;
  font-size: 16px;
  font-size: 1rem;
  resize: none;
}
table.table_contactpage textarea:focus {
  border: 1px solid #fddb44;
  outline: none;
}
table.table_contactpage button {
  margin: 0 0 0 auto;
  padding: 10px 0;
  width: 240px;
  border: 1px solid #2d53a9;
  color: #2d53a9;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.5s ease-in-out;
}
table.table_contactpage button:hover {
  background-color: #2d53a9;
  color: #fff;
}

/* =============================================================================
setting responsive
============================================================================= */
@media screen and (max-width: 600px) {
  table.table_contactpage th {
    padding: 40px 0 0 10px;
    width: 100%;
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  table.table_contactpage td {
    padding: 20px 0 20px 40px;
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.mv_recruit {
  background: url("../img/mv_recruit.jpg") center center no-repeat;
  background-size: cover;
}

.box_recruit {
  margin: 0 auto 50px auto;
  padding: 50px 40px;
  width: calc(100% - 20px);
  max-width: 700px;
  background-color: #2d53a9;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
}

table.table_recruit {
  margin: 0 auto 50px auto;
  width: calc(100% - 20px);
  max-width: 880px;
}
table.table_recruit tr {
  border-bottom: 1px solid #767676;
}
table.table_recruit th {
  padding: 40px 0 20px 10px;
  width: 260px;
  color: #1d1d1d;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
}
table.table_recruit td {
  padding: 40px 0 20px 0;
  color: #1d1d1d;
  font-size: 16px;
  font-size: 1rem;
}

/* =============================================================================
setting responsive
============================================================================= */
@media screen and (max-width: 600px) {
  .box_recruit {
    font-size: 14px;
    font-size: 0.875rem;
  }
  table.table_recruit th {
    padding: 40px 0 10px 10px;
    width: 100%;
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  table.table_recruit td {
    padding: 0 0 20px 40px;
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.mv_other {
  background-color: #345999;
}

.box_privacy {
  margin: 0 auto;
  padding: 0 20px 100px 20px;
  width: 100%;
  max-width: 1040px;
}
.box_privacy h2 {
  margin: 0 0 5px 0;
  color: #2d53a9;
  font-size: 16px;
  font-size: 1rem;
}
.box_privacy p {
  margin: 0 0 10px 20px;
  color: #1d1d1d;
  font-size: 15px;
  font-size: 0.9375rem;
}
.box_privacy p + h2 {
  margin: 60px 0 5px 0;
}
.box_privacy ul {
  margin: 0 0 60px 40px;
}
.box_privacy li {
  margin: 0 0 5px 0;
  color: #1d1d1d;
  font-size: 15px;
  font-size: 0.9375rem;
}
.box_privacy li::before {
  content: "■ ";
}

.box_sitemap {
  margin: 0 auto;
  padding: 0 10px 100px 10px;
  width: 100%;
  max-width: 1040px;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-wrap: wrap;
}

.box_sitemap_child {
  margin-bottom: 20px;
  padding: 20px 0;
  width: 300px;
  background: #f5f5f5;
}
.box_sitemap_child h2 {
  padding: 3px 0 3px 10px;
  border-bottom: 1px solid #2d53a9;
  color: #2d53a9;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.box_sitemap_child ul {
  margin: 20px 0 0 14px;
}
.box_sitemap_child li {
  margin: 0 0 15px 0;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
}
.box_sitemap_child li::before {
  color: #1d1d1d;
  content: "--- ";
}
.box_sitemap_child a {
  padding: 5px 2px;
  color: #1d1d1d;
  font-size: 15px;
  font-size: 0.9375rem;
}
.box_sitemap_child a:hover {
  color: #b4040c;
}

/* =============================================================================
setting responsive
============================================================================= */
@media screen and (max-width: 768px) {
  .box_sitemap_child {
    width: 100%;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*　-ms-touch-action: pan-y;*/
  /*　touch-action: pan-y;*/
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}/*# sourceMappingURL=styles.css.map */