@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap);@charset "UTF-8";

/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::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
   # ================================================================= */

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

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

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

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

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

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

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

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

/* Replace pointer cursor in disabled elements */

[disabled] {
  cursor: default;
}

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

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

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

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

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

/* Apply cursor pointer to button elements */

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* 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 */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and 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;
}

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

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

article,
aside,
dialog,
figure,
footer,
header,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
  font-family: sans-serif;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
}

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

.rollover {
  transition-property: opacity;
  transition-duration: 300ms;
}

.rollover:hover {
  opacity: 0.7;
}

.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-55 {
  margin: 55px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-65 {
  margin: 65px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-75 {
  margin: 75px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-85 {
  margin: 85px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-95 {
  margin: 95px !important;
}

.m-100 {
  margin: 100px !important;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-100 {
  margin-top: 100px !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-100 {
  margin-left: 100px !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-100 {
  margin-right: 100px !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-55 {
  padding: 55px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-65 {
  padding: 65px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-75 {
  padding: 75px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-85 {
  padding: 85px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-95 {
  padding: 95px !important;
}

.p-100 {
  padding: 100px !important;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-100 {
  padding-top: 100px !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-100 {
  padding-left: 100px !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-100 {
  padding-right: 100px !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .m-0_pc {
    margin: 0px !important;
  }

  .m-5_pc {
    margin: 5px !important;
  }

  .m-10_pc {
    margin: 10px !important;
  }

  .m-15_pc {
    margin: 15px !important;
  }

  .m-20_pc {
    margin: 20px !important;
  }

  .m-25_pc {
    margin: 25px !important;
  }

  .m-30_pc {
    margin: 30px !important;
  }

  .m-35_pc {
    margin: 35px !important;
  }

  .m-40_pc {
    margin: 40px !important;
  }

  .m-45_pc {
    margin: 45px !important;
  }

  .m-50_pc {
    margin: 50px !important;
  }

  .m-55_pc {
    margin: 55px !important;
  }

  .m-60_pc {
    margin: 60px !important;
  }

  .m-65_pc {
    margin: 65px !important;
  }

  .m-70_pc {
    margin: 70px !important;
  }

  .m-75_pc {
    margin: 75px !important;
  }

  .m-80_pc {
    margin: 80px !important;
  }

  .m-85_pc {
    margin: 85px !important;
  }

  .m-90_pc {
    margin: 90px !important;
  }

  .m-95_pc {
    margin: 95px !important;
  }

  .m-100_pc {
    margin: 100px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-0_pc {
    padding: 0px !important;
  }

  .p-5_pc {
    padding: 5px !important;
  }

  .p-10_pc {
    padding: 10px !important;
  }

  .p-15_pc {
    padding: 15px !important;
  }

  .p-20_pc {
    padding: 20px !important;
  }

  .p-25_pc {
    padding: 25px !important;
  }

  .p-30_pc {
    padding: 30px !important;
  }

  .p-35_pc {
    padding: 35px !important;
  }

  .p-40_pc {
    padding: 40px !important;
  }

  .p-45_pc {
    padding: 45px !important;
  }

  .p-50_pc {
    padding: 50px !important;
  }

  .p-55_pc {
    padding: 55px !important;
  }

  .p-60_pc {
    padding: 60px !important;
  }

  .p-65_pc {
    padding: 65px !important;
  }

  .p-70_pc {
    padding: 70px !important;
  }

  .p-75_pc {
    padding: 75px !important;
  }

  .p-80_pc {
    padding: 80px !important;
  }

  .p-85_pc {
    padding: 85px !important;
  }

  .p-90_pc {
    padding: 90px !important;
  }

  .p-95_pc {
    padding: 95px !important;
  }

  .p-100_pc {
    padding: 100px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-5_sp {
    margin: 5px !important;
  }

  .m-10_sp {
    margin: 10px !important;
  }

  .m-15_sp {
    margin: 15px !important;
  }

  .m-20_sp {
    margin: 20px !important;
  }

  .m-25_sp {
    margin: 25px !important;
  }

  .m-30_sp {
    margin: 30px !important;
  }

  .m-35_sp {
    margin: 35px !important;
  }

  .m-40_sp {
    margin: 40px !important;
  }

  .m-45_sp {
    margin: 45px !important;
  }

  .m-50_sp {
    margin: 50px !important;
  }

  .m-55_sp {
    margin: 55px !important;
  }

  .m-60_sp {
    margin: 60px !important;
  }

  .m-65_sp {
    margin: 65px !important;
  }

  .m-70_sp {
    margin: 70px !important;
  }

  .m-75_sp {
    margin: 75px !important;
  }

  .m-80_sp {
    margin: 80px !important;
  }

  .m-85_sp {
    margin: 85px !important;
  }

  .m-90_sp {
    margin: 90px !important;
  }

  .m-95_sp {
    margin: 95px !important;
  }

  .m-100_sp {
    margin: 100px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-0_sp {
    padding: 0px !important;
  }

  .p-5_sp {
    padding: 5px !important;
  }

  .p-10_sp {
    padding: 10px !important;
  }

  .p-15_sp {
    padding: 15px !important;
  }

  .p-20_sp {
    padding: 20px !important;
  }

  .p-25_sp {
    padding: 25px !important;
  }

  .p-30_sp {
    padding: 30px !important;
  }

  .p-35_sp {
    padding: 35px !important;
  }

  .p-40_sp {
    padding: 40px !important;
  }

  .p-45_sp {
    padding: 45px !important;
  }

  .p-50_sp {
    padding: 50px !important;
  }

  .p-55_sp {
    padding: 55px !important;
  }

  .p-60_sp {
    padding: 60px !important;
  }

  .p-65_sp {
    padding: 65px !important;
  }

  .p-70_sp {
    padding: 70px !important;
  }

  .p-75_sp {
    padding: 75px !important;
  }

  .p-80_sp {
    padding: 80px !important;
  }

  .p-85_sp {
    padding: 85px !important;
  }

  .p-90_sp {
    padding: 90px !important;
  }

  .p-95_sp {
    padding: 95px !important;
  }

  .p-100_sp {
    padding: 100px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
  min-width: 1200px;
  font-family: YuGothic, "Yu Gothic Medium", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

#container {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  #container {
    padding-top: 60px;
  }
}

.main {
  background: url(/assets/image/common/bg_content.png) no-repeat bottom left;
  background-size: 100%;
  padding-bottom: 20%;
}

.main__inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .main__inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  background: #fff;
  padding-left: 40px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

@media screen and (max-width: 960px) {
  .header {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  z-index: 1000;
}

.header__logo__image {
  width: 140px;
}

@media screen and (max-width: 960px) {
  .header__logo__image {
    width: 125px;
  }
}

@media screen and (max-width: 767px) {
  .header__logo__image {
    width: 100px;
  }
}

.header__logo__text {
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 20px;
}

@media screen and (max-width: 960px) {
  .header__logo__text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .header__logo__text {
    font-size: 1rem;
    margin-left: 15px;
  }
}

.header__menu {
  height: 100%;
}

.header__menu__button {
  width: 38px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1000;
  transition-duration: 300ms;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .header__menu__button {
    display: none;
  }
}

.header__menu__button__line {
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 100px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition-duration: 300ms;
}

.header__menu__button__line:nth-child(1) {
  transform: translateY(-13.5px);
}

.header__menu__button__line:nth-child(3) {
  transform: translateY(13.5px);
}

.header__menu__button.open {
  transform: rotate(-270deg);
}

.header__menu__button.open .header__menu__button__line:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}

.header__menu__button.open .header__menu__button__line:nth-child(2) {
  width: 0;
}

.header__menu__button.open .header__menu__button__line:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

.header__menu__content {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .header__menu__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 60px);
    background: url(/assets/image/common/bg_menu.svg) no-repeat right -90px top 30px #fff;
    margin-top: 60px;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition-duration: 300ms;
    overflow-y: scroll;
  }

  .header__menu__content.open {
    opacity: 1;
    pointer-events: all;
  }
}

.header__menu__body {
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .header__menu__body {
    flex-direction: column;
    align-items: start;
    width: 100%;
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .header__menu__item {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header__menu__item {
    margin-left: 75px;
  }

  .header__menu__item:nth-child(n+2) {
    margin-top: 40px;
  }

  .header__menu__item:last-child {
    margin-top: 55px;
  }
}

.header__menu__item__link,
.header__menu__item__link--contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 160px;
  height: 100%;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .header__menu__item__link,
  .header__menu__item__link--contact {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .header__menu__item__link,
  .header__menu__item__link--contact {
    flex-direction: row;
    width: auto;
    height: auto;
  }
}

.header__menu__item__link--contact {
  background: #EA6438;
}

@media screen and (max-width: 767px) {
  .header__menu__item__link--contact {
    width: 250px;
    height: 45px;
  }
}

.header__menu__item__link__jp,
.header__menu__item__link__jp--contact {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .header__menu__item__link__jp,
  .header__menu__item__link__jp--contact {
    font-size: 2rem;
  }
}

.header__menu__item__link__jp--contact {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .header__menu__item__link__jp--contact {
    font-size: 1.8rem;
  }
}

.header__menu__item__link__en {
  color: #EA6438;
  font-size: 1.1rem;
  font-family: "Oswald", sans-serif;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .header__menu__item__link__en {
    font-size: 1rem;
    margin-top: 0;
    margin-left: 10px;
  }
}

.header__menu__item.submenu {
  position: relative;
}

.header__menu__item.submenu:after {
  content: "";
  display: block;
  width: 11px;
  height: 8px;
  background: url(/assets/image/common/arrow01.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 25px;
  bottom: 40px;
  transition-duration: 300ms;
}

@media screen and (max-width: 960px) {
  .header__menu__item.submenu:after {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header__menu__item.submenu:after {
    content: none;
  }
}

.header__menu__item.submenu:hover:after {
  bottom: 45px;
  transform: rotateX(180deg);
}

.header__menu__item.submenu:hover .header__menu--sub {
  opacity: 1;
  pointer-events: all;
}

.header__menu--sub {
  padding-top: 2px;
  position: absolute;
  top: 80px;
  left: 0;
  transition-duration: 300ms;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .header__menu--sub {
    padding-top: 0;
    position: static;
    opacity: 1;
  }
}

.header__menu--sub__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 160px;
  background: #fff;
  padding: 30px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .header__menu--sub__inner {
    width: auto;
    background: none;
    padding: 0;
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .header__menu--sub__item {
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  .header__menu--sub__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.header__menu--sub__item__link {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  padding-left: 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header__menu--sub__item__link {
    font-size: 2rem;
    padding-left: 35px;
  }
}

.header__menu--sub__item__link:before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #EA6438;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .header__menu--sub__item__link:before {
    width: 25px;
    border-radius: 0;
  }
}

.header__menu__footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #EEF6EA;
  padding: 45px 75px;
  margin-top: 45px;
}

@media screen and (min-width: 768px) {
  .header__menu__footer {
    display: none;
  }
}

.header__menu__footer__item:nth-child(n+2) {
  margin-top: 30px;
}

.header__menu__footer__item__link {
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

.footer {
  background: #474744;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 50px;
  }
}

.footer__inner {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 35px 25px 0;
  }
}

.footer__info {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .footer__info {
    flex-direction: column;
    align-items: start;
  }
}

.footer__info__logo__image {
  width: 220px;
}

@media screen and (max-width: 767px) {
  .footer__info__logo__image {
    width: 150px;
  }
}

.footer__info__address {
  color: #fff;
  font-size: 1.5rem;
  line-height: 25px;
}

@media screen and (min-width: 768px) {
  .footer__info__address {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .footer__info__address {
    margin-top: 35px;
    font-size: 1.4rem;
  }
}

.footer__nav {
  display: flex;
  padding-top: 50px;
  padding-left: 30px;
  border-top: 2px solid #737373;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .footer__nav {
    display: none;
  }
}

.footer__nav__block {
  width: 180px;
  position: relative;
}

.footer__nav__block__title {
  color: #EA6438;
  font-size: 1.3rem;
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: -20px;
  left: 0;
}

.footer__nav__block__item:nth-child(n+2) {
  margin-top: 20px;
}

.footer__nav__block__item__link,
.footer__nav__block__item__link--sub {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}

.footer__nav__block__item__link--sub {
  padding-left: 25px;
  position: relative;
}

.footer__nav__block__item__link--sub:before {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: #EA6438;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  color: #fff;
  font-size: 1.2rem;
  background: #000;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 30px;
  }
}

/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/

.page-title {
  display: flex;
  justify-content: center;
  height: 260px;
  background: url(/assets/image/common/bg_page-title.svg) no-repeat top -220px right -40px #fff;
  background-size: 1230px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-title {
    height: 150px;
    background-size: 615px;
    background-position: top -105px left -45px;
    padding-left: 20px;
  }
}

.page-title:before,
.page-title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-top-width: 130px;
  border-left-width: 100px;
  border-right-width: 100px;
  border-bottom-width: 130px;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .page-title:before,
  .page-title:after {
    display: none;
  }
}

.page-title:before {
  border-top-color: #167C3B;
  border-left-color: #167C3B;
  left: 0;
}

.page-title:after {
  border-right-color: #167C3B;
  border-bottom-color: #167C3B;
  right: 0;
}

.page-title__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-title__text__jp {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .page-title__text__jp {
    font-size: 3.2rem;
  }
}

.page-title__text__en {
  font-family: "Oswald", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #EA6438;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .page-title__text__en {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}

.page-title--simple {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .page-title--simple {
    margin-top: 50px;
  }
}

.page-title--simple .page-title__text {
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-title--simple .page-title__text {
    padding-left: 70px;
  }
}

.page-title--simple .page-title__text:before {
  content: "";
  display: block;
  width: 20px;
  height: 100px;
  background: #167C3B;
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .page-title--simple .page-title__text:before {
    width: 10px;
    height: 50px;
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-title--simple .page-title__text__jp {
    font-size: 2.5rem;
  }
}

.section-title {
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 2px solid #167C3B;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 2.5rem;
    padding-bottom: 10px;
  }
}

/*------------------------------------------------------------
	パンくずリスト
------------------------------------------------------------*/

.breadcrumb {
  display: flex;
  align-items: center;
  max-width: 1000px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__item {
  font-size: 1.4rem;
}

.breadcrumb__item:nth-child(n+2):before {
  content: "\3000\FF0F\3000";
}

.breadcrumb__item__text {
  font-weight: bold;
}

/*------------------------------------------------------------
	リスト
------------------------------------------------------------*/

.list--circle__item {
  text-indent: -1.25em;
  padding-left: 1.25em;
}

.list--circle__item:before {
  content: "\25CF";
  color: #E2F0DD;
  margin-right: 0.25em;
}

.cursor {
  width: 35px;
  height: 35px;
  background: #EA6438;
  opacity: 0.2;
  border-radius: 100%;
  position: fixed;
  top: -50%;
  left: -50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10000;
  transition-property: width, height;
  transition-duration: 100ms;
}

@media screen and (max-width: 1366px) {
  .cursor {
    display: none;
  }
}

.cursor.active {
  width: 70px;
  height: 70px;
}

/*------------------------------------------------------------
	404
------------------------------------------------------------*/

.not-found {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .not-found {
    padding-top: 55px;
    padding-bottom: 70px;
  }
}

.not-found__title {
  font-family: "Oswald", sans-serif;
  color: #EA6438;
  font-size: 7.3rem;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .not-found__title {
    font-size: 3.6rem;
    margin-bottom: 25px;
  }
}

.not-found__title__text {
  font-size: 5.3rem;
}

@media screen and (max-width: 767px) {
  .not-found__title__text {
    font-size: 2.65rem;
  }
}

.not-found__title--sub {
  font-size: 2.7rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .not-found__title--sub {
    font-size: 1.8rem;
    line-height: 1.45;
  }
}

.not-found__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .not-found__text {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

.not-found__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 60px;
  color: #167C3B;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #167C3B;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  transition-duration: 300ms;
}

@media screen and (max-width: 767px) {
  .not-found__button {
    width: 200px;
    height: 45px;
    font-size: 1.4rem;
    margin-top: 65px;
  }
}

.not-found__button:hover {
  color: #fff;
  background: #167C3B;
}

/*------------------------------------------------------------
	会社概要
------------------------------------------------------------*/

.company {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .company {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

.company__info__table__row {
  display: flex;
  font-size: 1.6rem;
  line-height: 2;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DBDBDB;
}

@media screen and (max-width: 767px) {
  .company__info__table__row {
    flex-direction: column;
    font-size: 1.4rem;
  }
}

.company__info__table__head {
  flex-basis: 200px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .company__info__table__head {
    flex-basis: auto;
  }
}

.company__info__table__body {
  flex-basis: 600px;
}

@media screen and (max-width: 767px) {
  .company__info__table__body {
    flex-basis: auto;
  }
}

.company__access {
  margin-top: 130px;
}

@media screen and (max-width: 767px) {
  .company__access {
    margin-top: 70px;
  }
}

.company__access__lead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .company__access__lead {
    flex-direction: column;
    align-items: flex-start;
  }
}

.company__access__picture__image {
  width: 340px;
}

@media screen and (max-width: 767px) {
  .company__access__picture__image {
    width: 285px;
  }
}

.company__access__picture__caption {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .company__access__picture__caption {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .company__access__map {
    width: 100%;
    padding-bottom: 55%;
    margin-top: 20px;
    position: relative;
  }
}

.company__access__map iframe {
  width: 400px;
  height: 340px;
}

@media screen and (max-width: 767px) {
  .company__access__map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.company__access__route {
  border-top: 1px solid #DBDBDB;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .company__access__route {
    margin-top: 45px;
  }
}

.company__access__route__item {
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DBDBDB;
}

@media screen and (max-width: 767px) {
  .company__access__route__item {
    padding-top: 15px;
  }
}

.company__access__route__item__title {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .company__access__route__item__title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.company__access__route__item__body {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .company__access__route__item__body {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

/*------------------------------------------------------------
	プライバシーポリシー
------------------------------------------------------------*/

.privacy {
  padding-top: 70px;
  padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .privacy {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

.privacy__lead {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .privacy__lead {
    font-size: 1.4rem;
  }
}

.privacy__section {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .privacy__section {
    margin-top: 60px;
  }
}

.privacy__section .section-title {
  font-size: 2rem;
  padding-bottom: 10px;
}

.privacy__section__body {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .privacy__section__body {
    font-size: 1.4rem;
  }
}

.privacy__footer {
  font-size: 1.6rem;
  line-height: 2;
  text-align: right;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .privacy__footer {
    font-size: 1.4rem;
    margin-top: 35px;
  }
}

/*------------------------------------------------------------
	私たちの想い
------------------------------------------------------------*/

.policy {
  padding-top: 100px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .policy {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.policy__lead {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.6;
}

@media screen and (max-width: 767px) {
  .policy__lead {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.policy__lead__strong {
  color: #EA6438;
}

.policy__image {
  width: 100%;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .policy__image {
    margin-top: 60px;
  }
}

.policy__section {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .policy__section {
    margin-top: 70px;
  }
}

.policy__section__lead {
  font-size: 2.4rem;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .policy__section__lead {
    font-size: 1.8rem;
  }
}

.policy__section__body {
  font-size: 1.6rem;
  line-height: 2.4375;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .policy__section__body {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.policy__section__footer {
  font-size: 1.6rem;
  text-align: right;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .policy__section__footer {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/

#contact .page-title--simple {
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  #contact .page-title--simple {
    margin-top: 45px;
  }
}

.contact {
  padding-top: 70px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .contact {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

.contact__lead {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .contact__lead {
    font-size: 1.4rem;
  }
}

.contact__lead--thanks {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .contact__lead--thanks {
    font-size: 1.8rem;
    padding-top: 10px;
  }
}

.contact__text {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 1.4rem;
  }
}

.contact__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 60px;
  color: #108B4C;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #108B4C;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  transition-duration: 300ms;
}

@media screen and (max-width: 767px) {
  .contact__button {
    width: 200px;
    height: 45px;
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

.contact__button:hover {
  color: #fff;
  background: #108B4C;
}

.contact__form {
  border-top: 4px solid #167C3B;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .contact__form {
    border-width: 3px;
    margin-top: 39px;
  }
}

.contact__form__row {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E3E3E3;
}

@media screen and (max-width: 767px) {
  .contact__form__row {
    flex-direction: column;
  }
}

.contact__form__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 245px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .contact__form__head {
    flex-basis: auto;
    width: 210px;
    height: auto;
  }
}

.contact__form__head__text {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .contact__form__head__text {
    font-size: 1.4rem;
  }
}

.contact__form__head__label,
.contact__form__head__label--optional,
.contact__form__head__label--required {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact__form__head__label,
  .contact__form__head__label--optional,
  .contact__form__head__label--required {
    width: 56px;
    height: 16px;
    font-size: 1.2rem;
  }
}

.contact__form__head__label--required {
  background: #EA6438;
}

.contact__form__head__label--optional {
  background: #4DA34B;
}

.contact__form__body {
  flex-basis: 480px;
}

@media screen and (max-width: 767px) {
  .contact__form__body {
    flex-basis: auto;
    margin-top: 8px;
  }
}

.contact__form__body__input,
.contact__form__body__input--textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  line-height: 1.25;
  font-family: YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 1.6rem;
  background: #F3F5E4;
  padding: 10px;
  border: 1px solid #E3E3E3;
}

@media screen and (max-width: 767px) {
  .contact__form__body__input,
  .contact__form__body__input--textarea {
    font-size: 1.4rem;
  }
}

.contact__form__body__input::-moz-placeholder, .contact__form__body__input--textarea::-moz-placeholder {
  color: #999;
}

.contact__form__body__input:-ms-input-placeholder, .contact__form__body__input--textarea:-ms-input-placeholder {
  color: #999;
}

.contact__form__body__input::placeholder,
.contact__form__body__input--textarea::placeholder {
  color: #999;
}

.contact__form__body__input--textarea {
  height: 160px;
  border-radius: 0;
}

.contact__form__body__input--radio {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .contact__form__body__input--radio {
    width: 50%;
  }
}

.contact__form__body__input--radio label {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .contact__form__body__input--radio label {
    font-size: 1.4rem;
  }
}

.contact__form__body__input--radio input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  font-size: 1.8rem;
  background: #F3F5E4;
  border: 1px solid #E3E3E3;
  border-radius: 9px;
  margin-right: 1em;
  position: relative;
  transition-duration: 300ms;
  outline: none;
}

@media screen and (max-width: 767px) {
  .contact__form__body__input--radio input {
    width: 15px;
    height: 15px;
    font-size: 1.5rem;
  }
}

.contact__form__body__input--radio input:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #007DD5;
  border-radius: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition-duration: 300ms;
}

@media screen and (max-width: 767px) {
  .contact__form__body__input--radio input:after {
    width: 9px;
    height: 9px;
  }
}

.contact__form__body__input--radio input:checked {
  border-color: #007DD5;
}

.contact__form__body__input--radio input:checked:after {
  opacity: 1;
}

.contact__form__body__note {
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .contact__form__body__note {
    font-size: 1.1rem;
  }
}

.contact__form__body__error {
  font-size: 1.4rem;
  font-weight: bold;
  color: #E12000;
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .contact__form__body__error {
    margin-top: 1em;
  }
}

.contact__form__body.error .contact__form__body__input,
.contact__form__body.error .contact__form__body__input--textarea {
  background: #FFE5E4;
}

.contact__form__body.error .contact__form__body__input--radio label {
  background: #FFE5E4;
}

.contact__form__body__confirm,
.contact__form__body__confirm--textarea {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 1.6rem;
}

.contact__form__body__confirm--textarea {
  height: auto;
  line-height: 2;
  padding-top: 0.25em;
}

.contact__form__agree {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .contact__form__agree {
    margin-top: 40px;
  }
}

.contact__form__agree__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 430px;
  height: 50px;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .contact__form__agree__inner {
    width: 260px;
    height: 35px;
    font-size: 1.4rem;
  }
}

.contact__form__agree__inner label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact__form__agree__inner input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  background: #F3F5E4;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  margin-right: 15px;
  position: relative;
  transition-duration: 300ms;
  outline: none;
}

@media screen and (max-width: 767px) {
  .contact__form__agree__inner input {
    width: 15px;
    height: 15px;
    margin-right: 12px;
  }
}

.contact__form__agree__inner input:after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url(/assets/image/contact/icon_check.svg) no-repeat 0 0;
  position: absolute;
  top: 1px;
  left: 0;
  opacity: 0;
  transition-duration: 300ms;
}

@media screen and (max-width: 767px) {
  .contact__form__agree__inner input:after {
    width: 12px;
    height: 10px;
    top: 2px;
    left: 1px;
  }
}

.contact__form__agree__inner input:checked {
  background: #007DD5;
  border-color: #007DD5;
}

.contact__form__agree__inner input:checked:after {
  opacity: 1;
}

.contact__form__agree__inner a {
  font-weight: bold;
  margin-right: 0.5em;
}

.contact__form__agree.error .contact__form__agree__inner {
  background: #FFE5E4;
}

.contact__form__agree .contact__form__body__error {
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .contact__form__agree .contact__form__body__error {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 15px;
  }
}

.contact__form__button,
.contact__form__button--confirm {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .contact__form__button,
  .contact__form__button--confirm {
    margin-top: 30px;
  }
}

.contact__form__button--confirm {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .contact__form__button--confirm {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
}

.contact__form__button__base,
.contact__form__button__prev,
.contact__form__button__next {
  display: flex;
  align-items: center;
  height: 60px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px;
  border: 2px solid;
  transition-duration: 300ms;
}

@media screen and (max-width: 767px) {
  .contact__form__button__base,
  .contact__form__button__prev,
  .contact__form__button__next {
    height: 45px;
    font-size: 1.4rem;
    padding: 15px;
  }
}

.contact__form__button__next {
  width: 260px;
  color: #108B4C;
  border-color: #108B4C;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact__form__button__next {
    width: 200px;
  }
}

.contact__form__button__next__icon {
  display: block;
  width: 17px;
  height: 5px;
  position: absolute;
  right: 23px;
  border-bottom: 1px solid #108B4C;
  transition-duration: 300ms;
}

.contact__form__button__next__icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 6px solid #108B4C;
  border-right: 6px solid transparent;
  border-bottom: 3px solid #108B4C;
  right: -12px;
  bottom: -1px;
  transition-duration: 300ms;
}

.contact__form__button__next:hover {
  color: #fff;
  background: #108B4C;
}

.contact__form__button__next:hover .contact__form__button__next__icon {
  border-color: #fff;
  transform: translateX(5px);
}

.contact__form__button__next:hover .contact__form__button__next__icon:after {
  border-left-color: #fff;
  border-bottom-color: #fff;
}

.contact__form__button__prev {
  justify-content: center;
  width: 120px;
  color: #C0C0C0;
  border-color: #C0C0C0;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .contact__form__button__prev {
    width: 100px;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.contact__form__button__prev:hover {
  color: #fff;
  background: #C0C0C0;
}

/*------------------------------------------------------------
	新着情報
------------------------------------------------------------*/

.news {
  padding-top: 80px;
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .news {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.news__list {
  border-top: 1px solid #DBDBDB;
}

.news__list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #DBDBDB;
}

@media screen and (max-width: 767px) {
  .news__list__item {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.news__list__item__category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 20px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background: #E86438;
}

.news__list__item__date {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .news__list__item__date {
    font-size: 1.4rem;
    margin-left: 20px;
  }
}

.news__list__item__title {
  flex-basis: 600px;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .news__list__item__title {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.news__list__item__title__link {
  text-decoration: none;
}

.news__list__item__title__link:hover {
  text-decoration: underline;
}

.news__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .news__pager {
    margin-top: 70px;
  }
}

.news__pager .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #167C3B;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #167C3B;
  margin-left: 10px;
  margin-right: 10px;
  transition-duration: 300ms;
}

@media screen and (max-width: 767px) {
  .news__pager .page-numbers {
    width: 45px;
    height: 45px;
    font-size: 1.35rem;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}

.news__pager .page-numbers:hover,
.news__pager .page-numbers.current {
  color: #fff;
  background: #167C3B;
}

.news__pager .page-numbers.dots {
  width: 1em;
  font-size: 2rem;
  border: none;
}

@media screen and (max-width: 767px) {
  .news__pager .page-numbers.dots {
    font-size: 1.5rem;
  }
}

.news__pager .page-numbers.dots:hover {
  color: #167C3B;
  background: none;
}

.news__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 14px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DBDBDB;
}

@media screen and (max-width: 767px) {
  .news__head {
    padding-top: 0;
    padding-bottom: 15px;
  }
}

.news__head__category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 20px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background: #E86438;
}

.news__head__date {
  font-size: 1.6rem;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .news__head__date {
    font-size: 1.4rem;
    margin-left: 20px;
  }
}

.news__head__title {
  flex-basis: 100%;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 2;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .news__head__title {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 15px;
  }
}

.news__body {
  margin-top: 40px;
}

.news__navigator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .news__navigator {
    justify-content: space-between;
  }
}

.news__navigator__item {
  flex-basis: 200px;
  height: 60px;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .news__navigator__item {
    flex-basis: 150px;
    height: 45px;
    margin: 0;
  }
}

.news__navigator__item a,
.news__navigator__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #167C3B;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #167C3B;
  transition-duration: 300ms;
}

@media screen and (max-width: 767px) {
  .news__navigator__item a,
  .news__navigator__item span {
    font-size: 1.35rem;
    border-width: 1.5px;
  }
}

.news__navigator__item a:hover,
.news__navigator__item span:hover {
  color: #fff;
  background: #167C3B;
}

.news__navigator__item.prev,
.news__navigator__item.next {
  flex-basis: 120px;
}

@media screen and (max-width: 767px) {
  .news__navigator__item.prev,
  .news__navigator__item.next {
    flex-basis: 90px;
  }
}

.news__navigator__item.prev a,
.news__navigator__item.prev span,
.news__navigator__item.next a,
.news__navigator__item.next span {
  padding: 0 1.5em;
  position: relative;
}

.news__navigator__item.prev a:after,
.news__navigator__item.prev span:after,
.news__navigator__item.next a:after,
.news__navigator__item.next span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  transition-duration: 300ms;
}

.news__navigator__item.prev a:hover:after,
.news__navigator__item.prev span:hover:after,
.news__navigator__item.next a:hover:after,
.news__navigator__item.next span:hover:after {
  border-color: #fff;
}

.news__navigator__item.prev.disabled span,
.news__navigator__item.next.disabled span {
  color: #DADADA;
  background: #fff;
  border-color: #DADADA;
}

.news__navigator__item.prev.disabled span:after,
.news__navigator__item.next.disabled span:after {
  border-color: #DADADA;
}

.news__navigator__item.prev {
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .news__navigator__item.prev {
    margin-right: 15px;
  }
}

.news__navigator__item.prev a:after,
.news__navigator__item.prev span:after {
  border-top: 2px solid #167C3B;
  border-left: 2px solid #167C3B;
  left: 15px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .news__navigator__item.prev a:after,
  .news__navigator__item.prev span:after {
    border-width: 1.5px;
  }
}

.news__navigator__item.prev a:hover:after {
  left: 10px;
}

.news__navigator__item.next {
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .news__navigator__item.next {
    margin-left: 15px;
  }
}

.news__navigator__item.next a:after,
.news__navigator__item.next span:after {
  border-top: 2px solid #167C3B;
  border-right: 2px solid #167C3B;
  right: 15px;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .news__navigator__item.next a:after,
  .news__navigator__item.next span:after {
    border-width: 1.5px;
  }
}

.news__navigator__item.next a:hover:after {
  right: 10px;
}

/*------------------------------------------------------------
	事業紹介
------------------------------------------------------------*/

.business {
  max-width: 1000px;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .business {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .business__section {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .business__section:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.business__section:nth-child(n+2) {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .business__section:nth-child(n+2) {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .business__section__image {
    flex-basis: 600px;
  }
}

.business__section__image img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .business__section__text {
    flex-basis: 330px;
  }
}

@media screen and (max-width: 767px) {
  .business__section__text {
    margin-top: 20px;
  }
}

.business__section__text__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.business__section__text__title__jp {
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .business__section__text__title__jp {
    font-size: 2.7rem;
  }
}

.business__section__text__title__en {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #EA6438;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .business__section__text__title__en {
    font-size: 1.3rem;
  }
}

.business__section__text__body {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .business__section__text__body {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

.business__section__text__button {
  display: flex;
  align-items: center;
  width: 260px;
  height: 60px;
  color: #108B4C;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  padding: 20px;
  border: 2px solid #108B4C;
  margin-top: 70px;
  position: relative;
  transition-duration: 300ms;
}

@media screen and (max-width: 767px) {
  .business__section__text__button {
    width: 200px;
    height: 45px;
    font-size: 1.4rem;
    padding: 15px;
    margin-top: 45px;
  }
}

.business__section__text__button__icon {
  display: block;
  width: 17px;
  height: 5px;
  position: absolute;
  right: 23px;
  border-bottom: 1px solid #108B4C;
  transition-duration: 300ms;
}

.business__section__text__button__icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 6px solid #108B4C;
  border-right: 6px solid transparent;
  border-bottom: 3px solid #108B4C;
  right: -12px;
  bottom: -1px;
  transition-duration: 300ms;
}

.business__section__text__button:hover {
  color: #fff;
  background: #108B4C;
}

.business__section__text__button:hover .business__section__text__button__icon {
  border-color: #fff;
  transform: translateX(5px);
}

.business__section__text__button:hover .business__section__text__button__icon:after {
  border-left-color: #fff;
  border-bottom-color: #fff;
}

.business--detail {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .business--detail {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.business--detail__lead {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .business--detail__lead {
    font-size: 1.4rem;
    margin-bottom: 90px;
  }
}

.business--detail__section {
  margin-bottom: 180px;
}

@media screen and (max-width: 767px) {
  .business--detail__section {
    margin-bottom: 90px;
  }
}

.business--detail__section:last-child {
  margin-bottom: 0;
}

.business--detail__section .section-title {
  font-size: 2.4rem;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .business--detail__section .section-title {
    font-size: 2.5rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.business--detail__section__lead {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .business--detail__section__lead {
    margin-bottom: 60px;
  }
}

.business--detail__section__lead__image {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .business--detail__section__lead__image {
    margin-bottom: 10px;
  }
}

.business--detail__section__lead__text {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .business--detail__section__lead__text {
    font-size: 1.4rem;
  }
}

.business--detail__item {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .business--detail__item {
    flex-direction: column !important;
  }
}

.business--detail__item:nth-child(n+2) {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .business--detail__item.img-left > *,
  .business--detail__item.img-right > * {
    flex-basis: 380px;
  }
}

.business--detail__item.img-right {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .business--detail__item__image {
    margin-bottom: 15px;
  }
}

.business--detail__item__image img {
  max-width: 100%;
}

.business--detail__item__title {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .business--detail__item__title {
    margin-bottom: 10px;
  }
}

.business--detail__item__body {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .business--detail__item__body {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/

.key-visual {
  position: relative;
}

.key-visual__video {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
  pointer-events: none;
}

@media screen and (max-width: 1366px) {
  .key-visual__video {
    height: 0;
    padding-bottom: 56.25%;
  }
}

@media screen and (max-width: 767px) {
  .key-visual__video {
    display: none;
  }
}

.key-visual__video video {
  min-width: 100%;
  min-height: calc(100% - 80px);
  margin: auto;
  position: fixed;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  transform: translateY(40px);
  z-index: -1;
}

@media screen and (max-width: 1366px) {
  .key-visual__video video {
    min-height: auto;
    top: 40px;
    bottom: auto;
  }
}

@media screen and (min-width: 768px) {
  .key-visual__slider {
    display: none !important;
  }
}

.key-visual__slider__item {
  width: 100%;
}

.toppage {
  width: 100%;
  background-color: #fff;
}

.toppage__section__title {
  display: inline-block;
}

.toppage__section__title__jp,
.toppage__section__title__jp--news,
.toppage__section__title__jp--white {
  flex-basis: 100%;
  font-size: 5.3rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .toppage__section__title__jp,
  .toppage__section__title__jp--news,
  .toppage__section__title__jp--white {
    font-size: 3.2rem;
  }
}

.toppage__section__title__jp--white {
  color: #fff;
}

.toppage__section__title__jp--news {
  font-size: 4.3rem;
  letter-spacing: 0.4em;
}

@media screen and (max-width: 767px) {
  .toppage__section__title__jp--news {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}

.toppage__section__title__bottom {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.toppage__section__title__en {
  flex-shrink: 0;
  color: #EA6438;
  font-family: "Oswald", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .toppage__section__title__en {
    font-size: 1.3rem;
  }
}

.toppage__section__title__effect {
  flex-basis: 100%;
  height: 10px;
  position: relative;
  overflow: hidden;
}

.toppage__section__title__effect:before,
.toppage__section__title__effect:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #EA6438;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .toppage__section__title__effect:before,
  .toppage__section__title__effect:after {
    width: 5px;
    height: 5px;
  }
}

.toppage__section__title__effect:before {
  left: 0;
}

.toppage__section__title__effect:after {
  right: 0;
}

.toppage__section__title__effect__line {
  display: block;
  width: 100%;
  height: 2px;
  background: #EA6438;
  position: absolute;
  top: 50%;
  transform: translateX(-100%);
  opacity: 1 !important;
  transition: all 2.5s ease !important;
}

@media screen and (max-width: 767px) {
  .toppage__section__title__effect__line {
    height: 1px;
  }
}

.toppage__policy {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .toppage__policy {
    flex-direction: column-reverse;
  }
}

.toppage__policy__image {
  flex-basis: 700px;
  height: 990px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .toppage__policy__image {
    flex-basis: 220px;
  }
}

.toppage__policy__image img {
  width: 100%;
}

.toppage__policy__text {
  flex-basis: 700px;
  padding-top: 100px;
  padding-left: 110px;
}

@media screen and (max-width: 767px) {
  .toppage__policy__text {
    flex-basis: auto;
    padding: 80px 20px;
  }
}

.toppage__policy__text__body {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.15;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .toppage__policy__text__body {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 40px;
  }
}

.toppage__policy__text__button {
  display: flex;
  align-items: center;
  width: 260px;
  height: 60px;
  color: #108B4C;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  padding: 20px;
  border: 2px solid #108B4C;
  margin-top: 80px;
  position: relative;
  transition-duration: 300ms;
}

@media screen and (max-width: 767px) {
  .toppage__policy__text__button {
    width: 200px;
    height: 45px;
    font-size: 1.4rem;
    padding: 15px;
    margin-top: 30px;
  }
}

.toppage__policy__text__button__icon {
  display: block;
  width: 17px;
  height: 5px;
  position: absolute;
  right: 23px;
  border-bottom: 1px solid #108B4C;
  transition-duration: 300ms;
}

.toppage__policy__text__button__icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 6px solid #108B4C;
  border-right: 6px solid transparent;
  border-bottom: 3px solid #108B4C;
  right: -12px;
  bottom: -1px;
  transition-duration: 300ms;
}

.toppage__policy__text__button:hover {
  color: #fff;
  background: #108B4C;
}

.toppage__policy__text__button:hover .toppage__policy__text__button__icon {
  border-color: #fff;
  transform: translateX(5px);
}

.toppage__policy__text__button:hover .toppage__policy__text__button__icon:after {
  border-left-color: #fff;
  border-bottom-color: #fff;
}

.toppage__business {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(/assets/image/index/bg_business.png) no-repeat center center #167C3B;
  padding: 120px 0 60px;
}

@media screen and (max-width: 767px) {
  .toppage__business {
    padding: 80px 20px;
    align-items: start;
    background-position-y: 75%;
    background-size: 250%;
  }
}

.toppage__business__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.125;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .toppage__business__text {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.toppage__business__link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1260px;
  height: 600px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .toppage__business__link {
    flex-direction: column;
    min-width: auto;
    height: auto;
  }
}

.toppage__business__link__item {
  align-self: flex-start;
  text-decoration: none;
  position: relative;
  top: -10px;
  left: -10px;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  .toppage__business__link__item {
    align-self: center;
  }
}

.toppage__business__link__item.show {
  opacity: 1;
  transform: none;
}

.toppage__business__link__item:before {
  content: "";
  display: block;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  background: #EA6438;
  position: absolute;
  right: -20px;
  bottom: -20px;
}

@media screen and (min-width: 768px) {
  .toppage__business__link__item:nth-child(2) {
    align-self: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .toppage__business__link__item:nth-child(n+2) {
    margin-top: 60px;
  }
}

.toppage__business__link__item__image {
  width: 360px;
  height: 360px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .toppage__business__link__item__image {
    width: 280px;
    height: 280px;
  }
}

.toppage__business__link__item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  transition-duration: 300ms;
}

.toppage__business__link__item__text {
  display: flex;
  align-items: center;
  width: 100%;
  height: 55px;
  background: #fff;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .toppage__business__link__item__text {
    height: 40px;
    padding-left: 15px;
  }
}

.toppage__business__link__item__text__jp {
  color: #167C3B;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .toppage__business__link__item__text__jp {
    font-size: 1.8rem;
  }
}

.toppage__business__link__item__text__en {
  color: #EA6438;
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .toppage__business__link__item__text__en {
    font-size: 0.8rem;
    margin-left: 20px;
  }
}

.toppage__business__link__item__text__icon {
  display: block;
  width: 17px;
  height: 5px;
  position: absolute;
  right: 23px;
  border-bottom: 1px solid #108B4C;
  transition-duration: 300ms;
}

.toppage__business__link__item__text__icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 6px solid #108B4C;
  border-right: 6px solid transparent;
  border-bottom: 3px solid #108B4C;
  right: -12px;
  bottom: -1px;
  transition-duration: 300ms;
}

.toppage__business__link__item:hover img {
  width: 110%;
  height: 110%;
}

.toppage__business__link__item:hover .toppage__business__link__item__text__icon {
  transform: translateX(5px);
}

.toppage__news {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  padding-top: 110px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .toppage__news {
    padding: 80px 20px;
  }
}

@media screen and (max-width: 767px) {
  .toppage__news .toppage__section__title {
    align-self: start;
  }
}

.toppage__news .news__list {
  width: 100%;
  margin-top: 40px;
}

.toppage__news__link {
  align-self: flex-end;
  display: flex;
  align-items: center;
  width: 100px;
  color: #108B4C;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 2px solid #108B4C;
  margin-top: 30px;
  position: relative;
  transition-duration: 300ms;
}

@media screen and (max-width: 767px) {
  .toppage__news__link {
    align-self: center;
    width: 80px;
    font-size: 1.4rem;
    padding-bottom: 5px;
    margin-top: 40px;
  }
}

.toppage__news__link__icon {
  display: block;
  width: 17px;
  height: 5px;
  position: absolute;
  right: 13px;
  border-bottom: 1px solid #108B4C;
  transition-duration: 300ms;
}

.toppage__news__link__icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 6px solid #108B4C;
  border-right: 6px solid transparent;
  border-bottom: 3px solid #108B4C;
  right: -12px;
  bottom: -1px;
  transition-duration: 300ms;
}

.toppage__news__link:hover .toppage__news__link__icon {
  transform: translateX(5px);
}

.to-page-top {
  display: flex;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 50px;
  transform-origin: right bottom;
  transform: rotate(90deg);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition-duration: 600ms;
}

@media screen and (max-width: 767px) {
  .to-page-top {
    right: 20px;
  }
}

.to-page-top.active {
  opacity: 1;
  pointer-events: all;
}

.to-page-top__text {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  text-decoration: none;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .to-page-top__text {
    font-size: 1rem;
    margin-left: 10px;
  }
}

.to-page-top__icon {
  width: 95px;
  height: 9px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .to-page-top__icon {
    width: 75px;
  }
}

.to-page-top__icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-animation: animIcon 1.5s linear infinite;
          animation: animIcon 1.5s linear infinite;
}

.to-page-top__icon:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 9px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .to-page-top__icon:after {
    width: 7px;
    height: 7px;
  }
}

@-webkit-keyframes animIcon {
  0% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

@keyframes animIcon {
  0% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

/*------------------------------------------------------------
	スクロールを促すアニメーション
------------------------------------------------------------*/

.scroll {
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
  bottom: 25px;
  transform-origin: right bottom;
  transform: rotate(90deg);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .scroll {
    right: 15px;
    bottom: 0;
  }
}

.scroll__text {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .scroll__text {
    font-size: 1rem;
    margin-right: 5px;
  }
}

.scroll__icon {
  width: 95px;
  height: 9px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .scroll__icon {
    width: 75px;
  }
}

.scroll__icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-animation: scrlIcon 1.5s linear infinite;
          animation: scrlIcon 1.5s linear infinite;
}

.scroll__icon:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 9px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .scroll__icon:after {
    width: 7px;
    height: 7px;
  }
}

@-webkit-keyframes scrlIcon {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes scrlIcon {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.scrlAnim {
  opacity: 0;
  transition: all 0.5s ease;
}

.scrlAnim.show {
  opacity: 1;
  transform: none;
}

.scrlAnim-lr {
  transform: translate(-10px, 0);
}

.scrlAnim-rl {
  transform: translate(10px, 0);
}

.scrlAnim-up {
  transform: translate(0, 10px);
}

.scrlAnim-down {
  transform: translate(0, -10px);
}

.scrlAnim-scaleUp {
  transform: scale(0.75);
}

.scrlAnim-scaleDown {
  transform: scale(1.25);
}

.scrlAnim-rotateL {
  transform: rotate(180deg);
}

.scrlAnim-rotateR {
  transform: rotate(-180deg);
}

/*------------------------------------------------------------
	サイトマップ
------------------------------------------------------------*/

.sitemap {
  max-width: 800px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .sitemap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.sitemap__item:nth-child(n+2) {
  margin-top: 30px;
}

.sitemap__item a {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .sitemap__item a {
    font-size: 1.4rem;
  }
}

