@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body {
  color: #000000;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}
a img {
  transition-property: opacity;
  transition-duration: 0.2s;
  backface-visibility: hidden;
}

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

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 1px;
}

small {
  font-size: inherit;
}

.m-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .m-wrapper {
    max-width: 89.3%;
  }
}

.m-tellink {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .m-tellink {
    pointer-events: auto;
    text-decoration: underline;
  }
}

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

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

.tLeft {
  text-align: left !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translate(0, 50px);
}
.fadeInUp.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.zoomIn {
  opacity: 0;
  transition: 1s;
  transform: scale(0.6);
}
.zoomIn.is-show {
  opacity: 1;
  transform: scale(1);
}

.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .m-pc-hidden {
    display: inline-block;
  }
}

.m-sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .m-sp-hidden {
    display: none;
  }
}

.visually-hidden {
  /**
   * a11y-css-resetから引用
   * https://github.com/mike-engel/a11y-css-reset
  **/
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*******************************
Style
*******************************/
.l-header {
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
}
@media only screen and (max-width: 750px) {
  .l-header img {
    max-width: 230px;
  }
}

.l-main .mv_section {
  background-image: url(./../img/mv_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  .l-main .mv_section {
    overflow: hidden;
  }
}
@media only screen and (max-width: 750px) {
  .l-main .mv_section {
    background-image: url(./../img/mv_bg2_sp.webp), url(./../img/mv_bg_sp.webp);
    padding-bottom: 350px;
    background-size: 334px, cover;
    background-position: center bottom 50px, center;
  }
}
@media only screen and (max-width: 1300px) {
  .l-main .mv_section .mv_section_inner {
    width: 1300px;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 750px) {
  .l-main .mv_section .mv_section_inner {
    width: 100%;
  }
}
.l-main .mv_section .mv_section_inner .mv_section_inner_content {
  position: relative;
  padding: 0 20px;
  max-width: 1260px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .l-main .mv_section .mv_section_inner .mv_section_inner_content {
    padding: 0 10px;
  }
}
.l-main .mv_section .mv_section_inner .mv_section_inner_content .mv_section_inner_content_img {
  max-width: 1260px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .l-main .mv_section .mv_section_inner .mv_section_inner_content .mv_section_inner_content_img {
    padding-top: 20px;
  }
}
.l-main .mv_section .mv_section_inner .mv_section_inner_content .mv_section_inner_content_text {
  position: absolute;
  right: 53%;
  bottom: 100px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .l-main .mv_section .mv_section_inner .mv_section_inner_content .mv_section_inner_content_text {
    right: 0;
    bottom: 0;
    position: relative;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: -20px;
  }
}
.l-main .mv_section .mv_section_inner .mv_section_inner_content .mv_section_inner_content_text p {
  padding-bottom: 10px;
}
.l-main .mv_section .mv_section_inner .mv_section_inner_content .mv_section_inner_content_text .btn {
  display: block;
  margin: 0 auto;
  z-index: 999;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .l-main .mv_section .mv_section_inner .mv_section_inner_content .mv_section_inner_content_text .btn img {
    max-width: 300px;
  }
}
.l-main .section_bg_ivory {
  position: relative;
  background-image: url(./../img/bg_ivory.webp);
  background-size: 320px 320px;
}
.l-main .section_bg_ivory .m-wrapper {
  position: relative;
  z-index: 1;
}
.l-main .section_bg_orange {
  position: relative;
  background-color: #fbdeb4;
}
.l-main .section_bg_orange .m-wrapper {
  position: relative;
  z-index: 1;
}
.l-main .section_bg_yellow {
  position: relative;
  background-color: #f6ebb7;
}
.l-main .section_bg_yellow .m-wrapper {
  position: relative;
  z-index: 1;
}
.l-main .mokumoku {
  background-image: url(./../img/bg_ivory.webp);
  background-size: 320px 320px;
  -webkit-mask-image: url(./../img/mokumoku.svg);
          mask-image: url(./../img/mokumoku.svg);
  -webkit-mask-size: 1800px 360px;
          mask-size: 1800px 360px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 360px;
  top: -230px;
}
@media screen and (min-width: 1800px) {
  .l-main .mokumoku {
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }
}
@media only screen and (max-width: 750px) {
  .l-main .mokumoku {
    -webkit-mask-size: 900px 180px;
            mask-size: 900px 180px;
    height: 180px;
    top: -115px;
    left: 50%;
  }
}
.l-main .section_bg_orange .mokumoku {
  background-image: none;
  background-color: #fbdeb4;
}
.l-main .section_bg_yellow .mokumoku {
  background-image: none;
  background-color: #f6ebb7;
}
.l-main .box_warm_01 {
  border-radius: 25px;
  background-color: #fff;
  padding: 40px;
  box-shadow: inset 0 0 40px #eba121;
}
@media only screen and (max-width: 750px) {
  .l-main .box_warm_01 {
    padding: 35px 20px;
    box-shadow: inset 0 0 20px #eba121;
  }
}
.l-main .box_warm_02 {
  border-radius: 25px;
  background-color: #fff;
  padding: 40px;
  box-shadow: inset 0 0 40px #e2be2e;
}
@media only screen and (max-width: 750px) {
  .l-main .box_warm_02 {
    padding: 35px 20px;
    box-shadow: inset 0 0 20px #e2be2e;
  }
}
.l-main .section_01 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_01 {
    padding-bottom: 130px;
  }
}
.l-main .section_01 .hikouki {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_01 .hikouki {
    margin-bottom: 30px;
  }
}
.l-main .section_01 .section_01_title {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_01 .section_01_title {
    margin-bottom: 30px;
  }
}
.l-main .section_01 .box_warm_01 {
  padding: 60px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_01 .box_warm_01 {
    padding: 35px 20px;
  }
}
.l-main .section_01 .box_warm_01 .box_warm_wrapper {
  display: flex;
  padding-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_01 .box_warm_01 .box_warm_wrapper {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}
.l-main .section_01 .box_warm_01 .box_warm_wrapper .box_warm_wrapper_text {
  text-align: center;
  font-weight: 700;
}
.l-main .section_01 .box_warm_01 .box_warm_wrapper .small_text {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_01 .box_warm_01 .box_warm_wrapper .small_text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.l-main .section_01 .box_warm_01 .box_warm_wrapper .small_text span {
  color: #e25000;
  font-weight: 700;
}
.l-main .section_01 .box_warm_01 .box_warm_wrapper .big_text {
  color: #e25000;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 750px) {
  .l-main .section_01 .box_warm_01 .box_warm_wrapper .big_text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.l-main .section_01 .box_warm_01 .box_warm_wrapper .big_text span {
  font-size: 30px;
  font-size: 1.875rem;
}
@media only screen and (max-width: 750px) {
  .l-main .section_01 .box_warm_01 .box_warm_wrapper .big_text span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-main .section_01 .box_warm_01 .box_warm_wrapper .big_text ruby rt {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 750px) {
  .l-main .section_01 .box_warm_01 .box_warm_wrapper .big_text ruby rt {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.l-main .section_01 .box_warm_01 .box_table table {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 750px) {
  .l-main .section_01 .box_warm_01 .box_table table {
    border-bottom: 1px solid #000000;
  }
}
@media only screen and (max-width: 750px) {
  .l-main .section_01 .box_warm_01 .box_table table tr {
    display: flex;
    flex-direction: column;
  }
}
.l-main .section_01 .box_warm_01 .box_table table th, .l-main .section_01 .box_warm_01 .box_table table td {
  border-top: 1px solid #000000;
  padding: 25px 0;
  font-weight: 500;
}
.l-main .section_01 .box_warm_01 .box_table table th:last-of-type, .l-main .section_01 .box_warm_01 .box_table table td:last-of-type {
  border-bottom: 1px solid #000000;
}
@media only screen and (max-width: 750px) {
  .l-main .section_01 .box_warm_01 .box_table table th, .l-main .section_01 .box_warm_01 .box_table table td {
    padding: 0;
    border-top: none;
    display: block;
  }
  .l-main .section_01 .box_warm_01 .box_table table th:last-of-type, .l-main .section_01 .box_warm_01 .box_table table td:last-of-type {
    border-bottom: none;
  }
}
.l-main .section_01 .box_warm_01 .box_table table th {
  color: #6c380b;
  font-size: 18px;
  font-size: 1.125rem;
  width: 180px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_01 .box_warm_01 .box_table table th {
    font-size: 15px;
    font-size: 0.9375rem;
    border-top: 1px solid #000000;
    width: 100%;
    padding-top: 10px;
  }
}
.l-main .section_01 .box_warm_01 .box_table table td {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media only screen and (max-width: 750px) {
  .l-main .section_01 .box_warm_01 .box_table table td {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-bottom: 10px;
  }
}
.l-main .section_01 .box_warm_01 .box_table table td span {
  color: #e25000;
}
.l-main .section_01 .box_warm_01 .box_table table td .attention {
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.l-main .section_02 {
  padding-top: 50px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_02 {
    padding-bottom: 130px;
  }
}
.l-main .section_02 .section_02_title {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_02 .section_02_title {
    max-width: 90%;
    margin: 0 auto 30px;
  }
}
.l-main .section_02 .section_02_text {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .l-main .section_02 .section_02_text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.l-main .section_02 .section_02_img {
  text-align: center;
  margin-bottom: 50px;
}
.l-main .section_02 .section_02_wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .l-main .section_02 .section_02_wrapper {
    flex-direction: column;
    gap: 45px;
    align-items: center;
  }
}
.l-main .section_02 .section_02_wrapper .box_warm_01_01, .l-main .section_02 .section_02_wrapper .box_warm_01_02 {
  position: relative;
  width: 490px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_02 .section_02_wrapper .box_warm_01_01, .l-main .section_02 .section_02_wrapper .box_warm_01_02 {
    width: 100%;
  }
}
.l-main .section_02 .section_02_wrapper .box_warm_01_01 h3, .l-main .section_02 .section_02_wrapper .box_warm_01_02 h3 {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #6c380b;
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_02 .section_02_wrapper .box_warm_01_01 h3, .l-main .section_02 .section_02_wrapper .box_warm_01_02 h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.l-main .section_02 .section_02_wrapper .box_warm_01_01 h3 span, .l-main .section_02 .section_02_wrapper .box_warm_01_02 h3 span {
  color: #e25000;
  font-weight: 700;
}
.l-main .section_02 .section_02_wrapper .box_warm_01_01 p, .l-main .section_02 .section_02_wrapper .box_warm_01_02 p {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.8;
}
@media only screen and (max-width: 750px) {
  .l-main .section_02 .section_02_wrapper .box_warm_01_01 p, .l-main .section_02 .section_02_wrapper .box_warm_01_02 p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.l-main .section_02 .section_02_wrapper .box_warm_01_01::before, .l-main .section_02 .section_02_wrapper .box_warm_01_02::before {
  content: "";
  display: block;
  width: 92px;
  height: 92px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  right: 22px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_02 .section_02_wrapper .box_warm_01_01::before, .l-main .section_02 .section_02_wrapper .box_warm_01_02::before {
    width: 67px;
    height: 67px;
    left: 50%;
    top: -31px;
    transform: translateX(-50%);
    right: auto;
  }
}
.l-main .section_02 .section_02_wrapper .box_warm_01_01::before {
  background-image: url(./../img/section02_fukidashi01.webp);
}
@media only screen and (max-width: 750px) {
  .l-main .section_02 .section_02_wrapper .box_warm_01_01::before {
    background-image: url(./../img/section02_fukidashi01_sp.webp);
  }
}
.l-main .section_02 .section_02_wrapper .box_warm_01_02::before {
  background-image: url(./../img/section02_fukidashi02.webp);
}
@media only screen and (max-width: 750px) {
  .l-main .section_02 .section_02_wrapper .box_warm_01_02::before {
    background-image: url(./../img/section02_fukidashi02_sp.webp);
  }
}
.l-main .section_03 {
  padding-top: 50px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_03 {
    padding-bottom: 130px;
  }
}
.l-main .section_03 .section_03_title {
  text-align: center;
  margin-bottom: 55px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_03 .section_03_title {
    max-width: 90%;
    margin: 0 auto 30px;
  }
}
.l-main .section_03 .section_03_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .l-main .section_03 .section_03_wrapper {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}
.l-main .section_03 .section_03_wrapper .section_03_img {
  padding-left: 32px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_03 .section_03_wrapper .section_03_img {
    padding-left: 0;
  }
}
.l-main .section_03 .section_03_wrapper .section_03_text {
  width: 500px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_03 .section_03_wrapper .section_03_text {
    width: 100%;
  }
}
.l-main .section_03 .section_03_wrapper .section_03_text .section_03_text_list {
  margin-bottom: 20px;
}
.l-main .section_03 .section_03_wrapper .section_03_text .section_03_text_list ul li {
  padding-bottom: 15px;
  padding-left: 40px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_03 .section_03_wrapper .section_03_text .section_03_text_list ul li {
    padding-left: 25px;
  }
}
.l-main .section_03 .section_03_wrapper .section_03_text .section_03_text_list ul li h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #6c380b;
  padding-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .l-main .section_03 .section_03_wrapper .section_03_text .section_03_text_list ul li h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.l-main .section_03 .section_03_wrapper .section_03_text .section_03_text_list ul li h3 span {
  color: #5eb5df;
}
.l-main .section_03 .section_03_wrapper .section_03_text .section_03_text_list ul li h3::before {
  content: "";
  display: block;
  width: 32px;
  height: 35px;
  position: absolute;
  background-image: url(./../img/ico_snow.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: -40px;
  top: 10px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_03 .section_03_wrapper .section_03_text .section_03_text_list ul li h3::before {
    width: 22px;
    height: 25px;
    left: -30px;
    top: 8px;
  }
}
.l-main .section_03 .section_03_wrapper .section_03_text .section_03_text_list ul li p {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 750px) {
  .l-main .section_03 .section_03_wrapper .section_03_text .section_03_text_list ul li p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.l-main .section_03 .section_03_wrapper .section_03_text .section_03_text_list ul li p span {
  color: #5eb5df;
}
.l-main .section_03 .section_03_wrapper .section_03_text .section_03_text_attention {
  display: flex;
  align-items: center;
  background-color: #faed7d;
  padding: 20px 25px;
  gap: 10px;
  border-radius: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .l-main .section_03 .section_03_wrapper .section_03_text .section_03_text_attention {
    padding: 10px 15px;
  }
}
.l-main .section_03 .section_03_wrapper .section_03_text .section_03_text_attention img {
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_03 .section_03_wrapper .section_03_text .section_03_text_attention img {
    width: 30px;
    height: 25px;
    margin-right: 5px;
  }
}
.l-main .section_03 .section_03_wrapper .section_03_text .section_03_text_attention p {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 750px) {
  .l-main .section_03 .section_03_wrapper .section_03_text .section_03_text_attention p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.l-main .section_03 .section_03_wrapper .section_03_text .section_03_text_attention p span {
  color: #e25000;
}
.l-main .section_04 {
  padding-top: 50px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_04 {
    padding-bottom: 130px;
  }
}
.l-main .section_04 .section_04_title {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_04 .section_04_title {
    margin-bottom: 30px;
  }
}
.l-main .section_04 .section_04_text {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
}
.l-main .section_04 .section_04_text .section_04_text_01 {
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_04 .section_04_text .section_04_text_01 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.l-main .section_04 .section_04_text .section_04_text_02 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .l-main .section_04 .section_04_text .section_04_text_02 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.l-main .section_04 .section_04_text .section_04_text_02 span {
  background-color: #e25000;
  color: #fff;
  padding: 0 10px 5px;
}
.l-main .section_04 .section_04_img {
  text-align: center;
}
.l-main .section_05 {
  padding-top: 50px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_05 {
    padding-bottom: 130px;
  }
}
.l-main .section_05 .m-wrapper {
  position: relative;
}
.l-main .section_05 .section_05_dennosuke {
  position: absolute;
  top: -200px;
  left: 45px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_05 .section_05_dennosuke {
    left: 0;
    top: -150px;
  }
  .l-main .section_05 .section_05_dennosuke img {
    max-width: 30vw;
  }
}
.l-main .section_05 .section_05_fukidashi {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 750px) {
  .l-main .section_05 .section_05_fukidashi {
    top: -120px;
  }
}
@media only screen and (max-width: 750px) {
  .l-main .section_05 .section_05_fukidashi img {
    max-width: 30vw;
  }
}
.l-main .section_05 .section_05_title {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_05 .section_05_title {
    margin-bottom: 30px;
    padding-top: 0;
  }
}
.l-main .section_05 .section_05_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 750px) {
  .l-main .section_05 .section_05_wrapper {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}
.l-main .section_06 {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_06 {
    padding-bottom: 50px;
  }
}
.l-main .section_06 .section_06_title {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_06 .section_06_title {
    margin-bottom: 30px;
  }
}
.l-main .section_06 .section_06_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_06 .section_06_wrapper {
    gap: 10px;
    margin-bottom: 10px;
  }
}
.l-main .section_06 .section_06_wrapper .box_warm_02 {
  width: 315px;
  padding: 32px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_06 .section_06_wrapper .box_warm_02 {
    width: 100%;
    padding: 30px;
  }
}
.l-main .section_06 .section_06_wrapper .box_warm_02 h3 {
  text-align: center;
  color: #6c380b;
  font-weight: 700;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.5;
  padding-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_06 .section_06_wrapper .box_warm_02 h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.l-main .section_06 .section_06_wrapper .box_warm_02 h3 img {
  padding-top: 10px;
}
.l-main .section_06 .section_06_wrapper .box_warm_02 h3 span {
  color: #e25000;
  font-weight: 900;
}
.l-main .section_06 .section_06_wrapper .box_warm_02 p {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 750px) {
  .l-main .section_06 .section_06_wrapper .box_warm_02 p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-main .section_06 .section_06_wrapper .box_warm_02 p sup {
  font-size: 13px;
  font-size: 0.8125rem;
  top: -0.32em;
}
.l-main .section_06 .section_06_wrapper .box_warm_02.section_06_box_01 {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .l-main .section_06 .section_06_wrapper .box_warm_02.section_06_box_01 {
    height: 165px;
    padding-top: 15px;
  }
  .l-main .section_06 .section_06_wrapper .box_warm_02.section_06_box_01 h3 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
  }
  .l-main .section_06 .section_06_wrapper .box_warm_02.section_06_box_01 h3 img {
    height: 60px;
    width: auto;
  }
}
.l-main .section_06 .section_06_wrapper .box_warm_02.section_06_box_01::before {
  content: "";
  position: absolute;
  width: 109px;
  height: 120px;
  background-image: url(./../img/section06_dennosuke.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: -135px;
  bottom: -2px;
}
@media only screen and (max-width: 750px) {
  .l-main .section_06 .section_06_wrapper .box_warm_02.section_06_box_01::before {
    content: none;
  }
}
.l-main .section_06 .section_06_wrapper .box_warm_02.section_06_box_01 p {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .l-main .section_06 .section_06_wrapper .box_warm_02.section_06_box_02 h3 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
  }
  .l-main .section_06 .section_06_wrapper .box_warm_02.section_06_box_02 h3 img {
    height: 40px;
    width: auto;
  }
}
.l-main .section_06 .section_06_wrapper .box_warm_02.section_06_box_05 h3 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media only screen and (max-width: 750px) {
  .l-main .section_06 .section_06_wrapper .box_warm_02.section_06_box_05 h3 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .l-main .section_06 .section_06_wrapper .box_warm_02.section_06_box_05 h3 img {
    padding-top: 0;
  }
}
.l-main .section_06 .section_06_wrapper .box_warm_02.section_06_box_05 h3 .min_nomal {
  font-size: 22px;
  font-size: 1.375rem;
  color: #6c380b;
}
@media only screen and (max-width: 750px) {
  .l-main .section_06 .section_06_wrapper .box_warm_02.section_06_box_05 h3 .min_nomal {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-main .section_06 .section_06_wrapper .box_warm_02.section_06_box_05 h3 .min {
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (max-width: 750px) {
  .l-main .section_06 .section_06_wrapper .box_warm_02.section_06_box_05 h3 .min {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 750px) {
  .l-main .section_06 .section_06_note {
    margin-top: 15px;
  }
}
.l-main .section_06 .section_06_note ul li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media only screen and (max-width: 750px) {
  .l-main .section_06 .section_06_note ul li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.l-main .section_06 .section_06_note ul li a {
  text-decoration: underline;
  cursor: pointer;
}

.section_07 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .section_07 {
    padding-bottom: 50px;
  }
}
.section_07 .section_07_title {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .section_07 .section_07_title {
    margin-bottom: 30px;
  }
}
.section_07 .section_07_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  .section_07 .section_07_wrapper {
    flex-direction: column;
    gap: 60px;
    align-items: center;
  }
}
@media only screen and (max-width: 750px) {
  .section_07 .section_07_wrapper .section_07_img {
    max-width: 300px;
  }
}
.section_07 .section_07_wrapper .section_07_text {
  max-width: 611px;
}
.section_07 .section_07_wrapper .section_07_text .box_warm_02 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .section_07 .section_07_wrapper .section_07_text .box_warm_02 {
    margin-bottom: 35px;
  }
}
.section_07 .section_07_wrapper .section_07_text .box_warm_02 h3 {
  font-size: 28px;
  font-size: 1.75rem;
  position: relative;
  font-weight: 700;
  line-height: 1;
  color: #6c380b;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .section_07 .section_07_wrapper .section_07_text .box_warm_02 h3 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    justify-content: center;
  }
}
.section_07 .section_07_wrapper .section_07_text .box_warm_02 h3 img {
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  .section_07 .section_07_wrapper .section_07_text .box_warm_02 h3 img {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0;
  }
}
.section_07 .section_07_wrapper .section_07_text .box_warm_02 p {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  .section_07 .section_07_wrapper .section_07_text .box_warm_02 p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.section_08 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 750px) {
  .section_08 {
    padding-bottom: 130px;
  }
}
.section_08 .section_08_title {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .section_08 .section_08_title {
    margin-bottom: 30px;
  }
}
.section_08 .section_08_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  .section_08 .section_08_wrapper {
    flex-direction: column-reverse;
    gap: 50px;
    align-items: center;
  }
}
.section_08 .section_08_wrapper .section_08_img {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  align-items: center;
  gap: 225px;
}
@media only screen and (max-width: 750px) {
  .section_08 .section_08_wrapper .section_08_img {
    gap: 0;
  }
  .section_08 .section_08_wrapper .section_08_img img {
    max-width: 300px;
  }
}
.section_08 .section_08_wrapper .section_08_text {
  max-width: 611px;
}
.section_08 .section_08_wrapper .section_08_text .box_warm_02 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .section_08 .section_08_wrapper .section_08_text .box_warm_02 {
    margin-bottom: 35px;
  }
}
.section_08 .section_08_wrapper .section_08_text .box_warm_02 h3 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  color: #6c380b;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .section_08 .section_08_wrapper .section_08_text .box_warm_02 h3 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    justify-content: center;
  }
}
.section_08 .section_08_wrapper .section_08_text .box_warm_02 h3 img {
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  .section_08 .section_08_wrapper .section_08_text .box_warm_02 h3 img {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0;
  }
}
.section_08 .section_08_wrapper .section_08_text .box_warm_02 p {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  .section_08 .section_08_wrapper .section_08_text .box_warm_02 p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.section_08_dennosuke_sp {
  text-align: center;
  margin-top: 20px;
}

.section_08_text_01 {
  text-align: center;
  margin-top: 50px;
}
.section_08_text_01 p {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  color: #6c380b;
}
@media only screen and (max-width: 750px) {
  .section_08_text_01 p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.section_08_text_01 p span {
  background-color: #e25000;
  color: #fff;
  padding: 0 10px 5px;
}
@media only screen and (max-width: 750px) {
  .section_08_text_01 p span {
    padding: 0 5px 3px;
  }
}

.section_09 {
  padding-top: 50px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 750px) {
  .section_09 {
    padding-bottom: 100px;
  }
}
.section_09 .section_09_title {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .section_09 .section_09_title {
    margin-bottom: 30px;
  }
}
.section_09 .section_09_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  .section_09 .section_09_wrapper {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}
.section_09 .section_09_button_wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .section_09 .section_09_button_wrapper {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .section_09 .section_09_button_wrapper img {
    max-width: 300px;
  }
}
.section_09 .section_09_bnr {
  text-align: center;
  margin-top: 50px;
}

.contact {
  background-color: #e5e5e5;
  position: relative;
  padding-top: 1px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 750px) {
  .contact {
    padding: 1px 20px 40px;
  }
}
.contact__title {
  width: 588px;
  margin: -16px auto 0;
}

@media only screen and (max-width: 750px) {
  .contact__title {
    width: 295px;
    margin-top: -10px;
  }
}
.contactRow {
  max-width: 1000px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 750px) {
  .contactRow {
    margin-top: 40px;
    display: block;
  }
}
.contactList {
  font-family: "Noto Sans JP", sans-serif;
}

.contactList__item {
  display: flex;
}

.contactList__name {
  width: 158px;
  height: 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  padding: 3px 30px 0;
}

@media only screen and (max-width: 750px) {
  .contactList__name {
    width: 96px;
    height: 23px;
    font-size: 11px;
    padding: 3px 12px 0;
  }
}
.contactList__name span {
  display: block;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.contactList__address {
  margin-left: 30px;
  font-size: 16px;
  line-height: 1.9;
}

@media only screen and (max-width: 750px) {
  .contactList__address {
    margin-left: 13px;
    flex: 1;
    font-size: 11px;
  }
}
.contactBottom {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media only screen and (max-width: 750px) {
  .contactBottom {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}
.contactBottom__left {
  padding-right: 50px;
}

@media only screen and (max-width: 750px) {
  .contactBottom__left {
    padding: 0;
  }
}
.contactBottom__logo {
  max-width: 400px;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .contactBottom__logo {
    max-width: 240px;
  }
}
.contactBottom__url {
  width: 245px;
  margin: 12px auto 0;
}

@media only screen and (max-width: 750px) {
  .contactBottom__url {
    width: 147px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .contactBottom__right {
    margin-top: 15px;
  }
}
.contactBottom__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

@media only screen and (max-width: 750px) {
  .contactBottom__text {
    font-size: 12px;
  }
}
.contactBottom__tel {
  width: 449px;
  margin-top: 7px;
}

@media only screen and (max-width: 750px) {
  .contactBottom__tel {
    margin: 4px auto 0;
    width: 270px;
  }
}
.copyright {
  font-family: "Noto Sans JP", sans-serif;
  padding: 12px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

@media only screen and (max-width: 750px) {
  .copyright {
    font-size: 8px;
    padding: 10px 0;
  }
}
.sideButtons {
  position: fixed;
  right: 0px;
  bottom: 40px;
  z-index: 10;
}

@media only screen and (max-width: 750px) {
  .sideButtons {
    bottom: 0px;
    background-color: #fff;
    width: 100%;
    display: flex;
  }
}
.sideButtons__item {
  margin-top: 2px;
  width: 184px;
}

@media only screen and (max-width: 750px) {
  .sideButtons__item {
    width: 50%;
    margin: 0;
  }
}
.fuwafuwa {
  animation: fuwafuwa 5s ease-in-out infinite;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateX(-15px);
  }
  50% {
    transform: translateX(15px);
  }
}/*# sourceMappingURL=style.css.map */