@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

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

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

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

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(10% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

html {
  width: 100%;
}

body {
  font: 500 16px/1.8 "Noto Sans JP", sans-serif;
  color: #261d16;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: #261d16;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

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

::-moz-selection {
  background-color: #fff800;
  color: #261d16;
}

::selection {
  background-color: #fff800;
  color: #261d16;
}

#container_wrap {
  overflow: hidden;
  min-width: 1100px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

.inner02 {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner02::after {
  content: "";
  display: block;
  clear: both;
}

.sec01 {
  padding: 120px 0;
  background: #fff8df;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: 4rem 0;
  }
}

.sec02 {
  padding: 130px 0;
  background: #f5f5f0;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: 4rem 0;
  }
}

.sec03 {
  padding: 140px 0 120px;
  background: #f5f5f0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: 4rem 0 8rem;
  }
}
.sec03 .text {
  font-size: 0.87rem;
  margin-top: 1rem;
}

.sec04 {
  padding: 140px 0;
  background: url(../images/main_bg02.png);
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: 4rem 0;
  }
}

.sec05 {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: 4rem 0;
  }
}
.sec05 .b_line {
  border: 16px #f5f5f0 solid;
  padding: 50px 70px 30px;
}
@media screen and (max-width: 767px) {
  .sec05 .b_line {
    border: 10px #f5f5f0 solid;
    padding: 50px 15px 30px;
  }
}

.sec05_2 {
  padding: 0 0 150px;
}
@media screen and (max-width: 767px) {
  .sec05_2 {
    padding: 0 0 4rem;
  }
}

.sec06 {
  padding: 140px 0;
  background: url(../images/main_bg02.png);
}
.sec06 .b_line {
  border: 16px #f5f5f0 solid;
  padding: 70px 70px 70px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec06 .b_line {
    border: 10px #f5f5f0 solid;
    padding: 50px 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: 4rem 0;
  }
}

.sec07 {
  padding: 120px 0;
  background: #f5f5f0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: 4rem 0;
  }
}

.sec07_02 {
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07_02 {
    padding: 4rem 0;
  }
}

.sec07 .tokuten_box {
  margin: auto;
  max-width: 1100px;
  width: 100%;
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec07 .tokuten_box {
    display: block;
  }
}
.sec07 .tokuten_box .tokuten_box_left {
  width: 25%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .sec07 .tokuten_box .tokuten_box_left {
    width: 50%;
    margin: 0 auto 5%;
  }
}
.sec07 .tokuten_box .tokuten_box_left img {
  width: 100%;
}
.sec07 .tokuten_box .tokuten_box_right {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .sec07 .tokuten_box .tokuten_box_right {
    width: 100%;
  }
}
.sec07 .tokuten_box .title {
  font-size: 1.93rem;
  text-align: center;
  background: #7faa53;
  color: #fff;
  line-height: 115px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec07 .tokuten_box .title {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 1rem 15px;
  }
}
.sec07 .tokuten_box .text {
  font-size: 1.25em;
  line-height: 2.2;
  background: #fff;
  padding: 45px 30px;
}
@media screen and (max-width: 767px) {
  .sec07 .tokuten_box .text {
    font-size: 1rem;
    padding: 30px 15px;
  }
}


.tokuten_box {
  margin: auto;
  max-width: 1100px;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .tokuten_box {
    display: block;
  }
}
.tokuten_box .tokuten_box_left {
  width: 25%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .tokuten_box .tokuten_box_left {
    width: 50%;
    margin: 0 auto 5%;
  }
}
.tokuten_box .tokuten_box_left img {
  width: 100%;
}
.tokuten_box .tokuten_box_right {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .tokuten_box .tokuten_box_right {
    width: 100%;
  }
}
.tokuten_box .tokuten_box_right.tokuten_box2_right .title {
  padding: 25px 0;
  line-height: 1.5;
}
.tokuten_box .tokuten_box_right.tokuten_box2_right span.small {
  font-size: 0.88em;
}
.tokuten_box .title {
  font-size: 1.93rem;
  text-align: center;
  background: #7FAA53;
  color: #fff;
  line-height: 115px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .tokuten_box .title {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 1rem 15px;
  }
}
.tokuten_box .text {
  font-size: 1.25em;
  line-height: 2.2;
  background: #fff;
  padding: 45px 30px;
}
@media screen and (max-width: 767px) {
  .tokuten_box .text {
    font-size: 1rem;
    padding: 30px 15px;
  }
}

.sec07_02 .tokuten_box .text {
  font-size: 1.25em;
  line-height: 1.8;
  background: #fff;
  padding: 27px 30px;
}
@media screen and (max-width: 767px) {
  .sec07_02 .tokuten_box .text {
    font-size: 1rem;
    padding: 30px 15px;
  }
}


.sec08 {
  padding: 4rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: 4rem 0 10rem;
  }
}

#gnavi {
  max-width: 1330px;
  padding: 0 15px;
  margin: 40px auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #gnavi {
    background: none;
  }
}
#gnavi ul {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #gnavi ul {
    display: block;
    text-align: left;
    border-top: 1px solid #fff;
  }
}
#gnavi ul li {
  position: relative;
  border-left: 2px dashed #7faa53;
  font-size: 1rem;
}
@media screen and (max-width: 1300px) {
  #gnavi ul li {
    font-size: 0.93rem;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul li {
    font-size: 1.1rem;
    border-bottom: 1px solid #fff;
  }
}
#gnavi ul li:last-child {
  display: block;
}
#gnavi ul li img {
  width: 30px;
  margin: 0 auto 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  #gnavi ul li img {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 20px 0 0;
  }
}
#gnavi ul li a {
  padding: 0 20px;
  display: block;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  #gnavi ul li a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul li a {
    color: #fff;
    padding: 20px 0;
    display: flex;
    align-items: center;
  }
}
#gnavi ul li a:hover {
  color: #7faa53;
}

#gnavi_sp {
  max-width: 1330px;
  padding: 0 15px;
  margin: 40px auto 100px;
}
#gnavi_sp ul {
  display: block;
  text-align: center;
  text-align: left;
  justify-content: center;
  border-top: 1px solid #fff;
}
#gnavi_sp ul li {
  position: relative;
  font-size: 4vw;
  border-bottom: 1px solid #fff;
}
#gnavi_sp ul li:before {
  position: absolute;
  content: "";
  background: url(../images/arrow.svg) no-repeat center/contain;
  width: 30px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  left: unset;
}
#gnavi_sp ul li:last-child {
  padding: 0;
}
#gnavi_sp ul li:last-child img {
  width: 35px;
  height: auto;
}
#gnavi_sp ul li img {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0 20px 0 0;
}
#gnavi_sp ul li a {
  color: #fff;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
#gnavi_sp ul li a:hover {
  color: #7faa53;
  transition: 0.3s;
}

.h_fixed {
  position: fixed;
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 5;
  background: #fff !important;
  margin: 0 auto !important;
  padding: 10px !important;
  max-width: 100% !important;
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  .h_fixed {
    position: relative;
    background: unset !important;
    min-width: 1px;
  }
}
.h_fixed img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .h_fixed img {
    width: 35px;
    height: 35px;
  }
}
.h_fixed li:last-child {
  padding: 0;
}
.h_fixed li:last-child img {
  width: 35px;
  height: auto;
}

#overlay {
  width: 100%;
  display: contents;
}
@media screen and (max-width: 767px) {
  #overlay {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background: #7faa53;
    box-sizing: border-box;
    overflow-y: scroll;
    transition: all 0.5s;
    padding: 50px 0;
    color: #fff;
  }
  #overlay.active {
    display: block;
    height: 100%;
    opacity: 1;
    transition: all 0.5s;
  }
}

.overlay02 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .menu-trigger {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
    background: #7faa53;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 9999;
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    z-index: 4;
    left: 0;
    width: 55%;
    height: 1px;
    background: #fff;
    right: 0;
    margin: auto;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 25%;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 40%;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 43%;
  }
  .menu-trigger p {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 0.7rem;
  }
  .menu-trigger.active span {
    transition: all 0.3s;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(20px) rotate(45deg);
    top: 3px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-20px) rotate(-45deg);
    bottom: 6px;
  }
}

.main_img {
  background: #fef8de url(../images/main_bg.png);
  -webkit-animation: bgiLoop 10s linear infinite;
          animation: bgiLoop 10s linear infinite;
}
@media screen and (max-width: 767px) {
  .main_img {
    position: relative;
  }
}
.main_img .main_logo {
  margin-left: 4vw;
  padding-top: 50px;
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .main_img .main_logo {
    width: 90%;
    padding-top: 80px;
    margin: 0 auto 60px;
  }
}
.main_img .main_inner {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 83px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.main_img .main_inner::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .main_img .main_inner {
    padding: 0 15px 30px;
    display: block;
  }
}
.main_img .main_left {
  width: 13%;
  max-width: 211px;
  margin-top: auto;
}
.main_img .main_right {
  width: 13%;
  max-width: 230px;
  margin-top: auto;
  margin-bottom: auto;
}
.main_img .main_sp {
  padding-bottom: 80px;
  text-align: center;
}
.main_img .main_sp img {
  width: 90%;
}
.main_img .main_txt02 {
  color: #7faa53;
  text-align: center;
  font-size: 1.75rem;
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .main_img .main_txt02 {
    font-size: 5vw;
  }
}
.main_img .main_txt02 img.left {
  width: 46px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .main_img .main_txt02 img.left {
    width: 46px;
  }
}
.main_img .main_txt02 img.right {
  width: 46px;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .main_img .main_txt02 img.right {
    width: 46px;
  }
}
.main_img .main_txt02::before {
  left: 0;
  transform: rotate(-20deg);
}
.main_img .main_txt02::after {
  right: 0;
  transform: rotate(20deg);
}
.main_img .main_live_ttl {
  background: #ffcb03;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  letter-spacing: 0;
  justify-content: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .main_img .main_live_ttl {
    padding: 10px 15px;
    line-height: 1;
  }
}
.main_img .main_center {
  width: 50%;
  padding: 0 2%;
  float: left;
  max-width: 560px;
}
@media screen and (max-width: 1300px) {
  .main_img .main_center {
    width: 52%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .main_img .main_center {
    width: 100%;
    padding-right: 0;
    z-index: 1;
    position: relative;
  }
}
.main_img .main_txt01 {
  font-size: 1.75rem;
  font-weight: 700;
  background: #7faa53;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  padding: 8.5px 20px;
  margin-bottom: 20px;
  position: relative;
}
.main_img .main_txt01::before, .main_img .main_txt01::after {
  content: "";
  position: absolute;
  display: block;
  width: 43px;
  height: 46px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_img .main_txt01::before {
  top: 50%;
  left: -50px;
  background-image: url(../images/main_txt01_l.svg);
}
.main_img .main_txt01::after {
  top: -20px;
  right: -50px;
  background-image: url(../images/main_txt01_r.svg);
}
.main_img .main_txt01 img {
  position: absolute;
  top: -120px;
  right: -215px;
  width: 159px;
}
@media screen and (max-width: 767px) {
  .main_img .main_txt01 img {
    width: 70px;
    right: -15px;
    top: -123px;
  }
}
@media screen and (max-width: 767px) {
  .main_img .main_txt01 {
    width: 90%;
    font-size: 5vw;
    padding: 8.5px 10px;
    display: block;
    margin: 0 auto 15px;
  }
  .main_img .main_txt01::before, .main_img .main_txt01::after {
    display: none;
  }
}
.main_img .main_ttl {
  font-size: 2.3rem;
  font-weight: 900;
  color: #7faa53;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main_img .main_ttl {
    font-size: 6.3vw;
    text-align: center;
    margin-bottom: 30px;
  }
}
.main_img .sp_txt {
  text-align: center;
  font-size: 5.5vw;
  font-weight: 700;
  color: #ffcb03;
  position: relative;
  margin-bottom: 10px;
}
.main_img .sp_txt:before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ffcb03;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: 50px;
  height: 2px;
}
.main_img .sp_txt:after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ffcb03;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  width: 50px;
  height: 2px;
}
.main_img .main_txt03 {
  color: #7faa53;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  padding: 10px 0;
  letter-spacing: 0.17;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main_img .main_txt03 {
    padding: 15px 15px;
    line-height: 1;
    width: 95%;
    margin: 0 auto;
  }
}
.main_img .main_txt03 .left {
  font-size: 3.125rem;
  font-weight: 700;
  margin-right: 5px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main_img .main_txt03 .left {
    margin-right: 10px;
    font-size: 8vw;
  }
}
.main_img .main_txt03 .left .min {
  line-height: 1;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .main_img .main_txt03 .left .min {
    font-size: 1.2rem;
  }
}
.main_img .main_txt03 .right {
  font-weight: 700;
  font-size: 1.85rem;
  line-height: 1.1;
  margin-top: 5px;
}
@media screen and (max-width: 1300px) {
  .main_img .main_txt03 .right {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .main_img .main_txt03 .right {
    font-size: 1.3rem;
    padding-top: 0.15rem;
  }
}
.main_img .main_txt03 .right span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  display: block;
  background: #fff;
  color: #ffcb03;
  font-size: 0.93rem;
  text-align: center;
  padding: 3px 3px;
  margin-bottom: 2px;
}

@-webkit-keyframes bgiLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -255.3px 255.3px;
  }
}

@keyframes bgiLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -255.3px 255.3px;
  }
}
.sp_logo {
  max-width: 130px;
  margin: 30px auto 4rem;
}

.info_list li {
  padding: 0 0 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .info_list li {
    font-size: 1em;
  }
}

.list_flow {
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_flow {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.list_flow li {
  width: 17%;
  margin-right: 3.75%;
  background: #7faa53;
  padding: 20px 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_flow li {
    padding: 0;
    background: none;
  }
}
.list_flow li:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #7faa53;
  border-right: 3px solid #7faa53;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: -14%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_flow li:before {
    top: 30%;
    bottom: inherit;
    width: 7px;
    height: 7px;
    border-top: 1px solid #7faa53;
    border-right: 1px solid #7faa53;
  }
}
.list_flow li:last-child {
  margin-right: 0;
}
.list_flow li:last-child:before {
  content: none;
}
.list_flow_img {
  text-align: center;
}
.list_flow_img img {
  width: 65px;
  height: 65px;
  margin: 0 auto 5px;
}
@media screen and (max-width: 767px) {
  .list_flow_img img {
    width: 55px;
    height: 55px;
  }
}
.list_flow_txt {
  color: #fff;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .list_flow_txt {
    color: #7faa53;
    font-size: 1em;
    font-size: 2vw;
    letter-spacing: 0;
  }
}

.list_flow02 li {
  font-size: 1.56em;
  padding-bottom: 25px;
  border-bottom: 1px solid #261d16;
  margin-bottom: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_flow02 li {
    font-size: 1.1rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.list_flow02 li span {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 2px #000 solid;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .list_flow02 li span {
    font-size: 1.3rem;
    display: block;
    margin: 0 auto 1rem;
    font-weight: 700;
  }
}

.list_txt {
  display: flex;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .list_txt {
    display: block;
  }
}
.list_txt li {
  font-weight: 700;
  color: #7faa53;
}
.list_txt li:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .list_txt li:first-child {
    margin: 0 0 10px;
  }
}

.yellow {
  font-size: 1.375em;
  color: #fff;
  background: #e5bf27;
  border-radius: 50px;
  padding: 0 7px 5px;
  line-height: 1;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .yellow {
    font-size: 1em;
    padding: 0 4px 3px;
  }
}

.green {
  font-size: 1.375em;
  color: #fff;
  background: #659e30;
  border-radius: 50px;
  padding: 0 7px 5px;
  line-height: 1;
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .green {
    font-size: 1em;
    padding: 0 4px 3px;
  }
}

.txt_12 {
  font-size: 1rem;
}

.table_area {
  background: #fff;
  padding: 40px 40px 0;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 1300px) {
  .table_area {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .table_area {
    padding: 20px 15px;
  }
}
.table_area .sec03_bg01 {
  position: absolute;
  content: "";
  left: -180px;
  top: 130px;
  max-width: 153px;
}
@media screen and (max-width: 1300px) {
  .table_area .sec03_bg01 {
    left: -18px;
    top: -34px;
  }
}
@media screen and (max-width: 767px) {
  .table_area .sec03_bg01 {
    top: 0;
    bottom: -100px;
    max-width: 80px;
    display: none;
  }
}
.table_area .sec03_bg02 {
  position: absolute;
  content: "";
  right: -180px;
  bottom: 180px;
  max-width: 153px;
}
@media screen and (max-width: 1300px) {
  .table_area .sec03_bg02 {
    bottom: -70px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .table_area .sec03_bg02 {
    bottom: 0px;
    max-width: 80px;
    right: 0;
    display: none;
  }
}

.table_scroll img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table_scroll {
    width: 100%;
    min-width: 600px;
  }
  .table_scroll img {
    width: 100%;
  }
}

.list_time {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .list_time {
    padding: 0;
  }
}
.list_time::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/icon_time.svg) center center/contain no-repeat;
  left: 0;
}
@media screen and (max-width: 767px) {
  .list_time::before {
    content: none;
  }
}
.list_time li {
  width: 10.5%;
}
@media screen and (max-width: 767px) {
  .list_time li {
    margin-bottom: 1rem;
    width: 25%;
  }
  .list_time li:first-child a, .list_time li:nth-child(5) a {
    border-left: 2px dashed #7faa53;
  }
}
.list_time li a {
  line-height: 1;
  padding: 1rem 0;
  text-align: center;
  display: block;
  color: #7faa53;
  font-size: 1.25rem;
  letter-spacing: 0;
  border-right: 2px dashed #7faa53;
}
@media screen and (max-width: 767px) {
  .list_time li a {
    font-size: 5vw;
    padding: 0.5rem 0;
  }
}
.list_time li a:hover {
  opacity: 0.7;
}

.pro_box {
  background: #fff;
  clear: both;
  display: inline-block;
  padding: 40px;
  border: 5px solid #7faa53;
  width: 100%;
}
.pro_box .pro_box_info {
  color: #7faa53;
}
.pro_box .pro_box_info.pro_box_info_black {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .pro_box {
    border: 5px solid #7faa53;
    padding: 20px 15px;
  }
}
.pro_box .pro_ttl {
  border-bottom: 3px solid #7faa53;
  font-size: 2.125rem;
  color: #7faa53;
  padding-bottom: 20px;
  margin-bottom: 45px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pro_box .pro_ttl {
    font-size: 5.5vw;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.pro_box .pro_ttl span {
  margin-top: 15px;
  float: right;
  font-size: 1.56rem;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .pro_box .pro_ttl span {
    float: inherit;
    display: block;
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.pro_box .pro_ttl span img {
  width: 25px;
  height: 25px;
  margin: 10px 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .pro_box .pro_ttl span img {
    width: 20px;
    height: 20px;
    margin: 5px 5px 0 0;
  }
}
.pro_box .pro_ttl span.img {
  float: inherit;
}
@media screen and (max-width: 767px) {
  .pro_box .pro_ttl span.img {
    display: block;
    margin: 0 auto;
  }
}
.pro_box .pro_ttl span.img img {
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 767px) {
  .pro_box .pro_ttl span.img img {
    width: 30px;
    height: 30px;
  }
}
.pro_box .pro_ttl span.time {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .pro_box .pro_ttl span.time {
    margin: 0;
  }
}
.pro_box .border_none {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.pro_box_left {
  width: 40%;
  margin-right: 3%;
  float: left;
}
@media screen and (max-width: 767px) {
  .pro_box_left {
    width: 100%;
    margin: 0 0 5% 0;
    float: inherit;
  }
}
.pro_box_right {
  width: 57%;
  float: right;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .pro_box_right {
    width: 100%;
    float: inherit;
  }
}
.pro_box_right .title {
  font-size: 1.6rem;
  color: #7faa53;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .pro_box_right .title {
    font-size: 1.2rem;
  }
}
.pro_box .pro_speaker {
  line-height: 2;
}
.pro_box .pro_speaker > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0 20px;
  line-height: 1.8;
}
.pro_box .pro_speaker > div .speaker_img {
  width: 120px;
}
.pro_box .pro_speaker > div .speaker_txt {
  width: calc(100% - 135px);
}

.pro_box_y {
  border-color: #ffcb03;
}
.pro_box_y .pro_box_info {
  color: #ffcb03;
}
.pro_box_y .pro_ttl {
  border-bottom-color: #ffcb03;
  color: #ffcb03;
}

.pre_box .pro_box_left {
  width: 27%;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .pre_box .pro_box_left {
    width: 100%;
  }
}
.pre_box .pro_box_right {
  width: 69%;
}
@media screen and (max-width: 767px) {
  .pre_box .pro_box_right {
    width: 100%;
  }
}

.pre_ttl {
  color: #7faa53;
  font-size: 1.875em;
  padding-right: 25px;
  border-right: 3px solid #7faa53;
  line-height: 1.5;
}
.pre_box .pre_ttl {
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .pre_ttl {
    font-size: 1.35em;
    border-right: unset;
    border-bottom: 2px solid #7faa53;
    padding: 0 0 15px;
    text-align: center;
  }
}
.pre_ttl span {
  font-size: 1.33em;
}

.pro_box_l {
  background: #fff;
  overflow: hidden;
  padding: 40px;
  border: 16px solid #f5f5f0;
}
@media screen and (max-width: 767px) {
  .pro_box_l {
    padding: 20px 15px;
  }
}
.pro_box_l .l_time {
  border-bottom: 3px solid #7faa53;
  font-size: 1.875em;
  color: #7faa53;
  padding-bottom: 20px;
  margin-bottom: 45px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pro_box_l .l_time {
    font-size: 1.25em;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.pro_box_l .l_time img {
  width: 33px;
  height: 33px;
  margin: 12px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .pro_box_l .l_time img {
    width: 25px;
    height: 25px;
    margin: 5px 5px 0 0;
  }
}
.pro_box_l_left {
  width: 40%;
  margin-right: 3%;
  float: left;
}
@media screen and (max-width: 767px) {
  .pro_box_l_left {
    width: 100%;
    margin: 0 0 3% 0;
    float: inherit;
  }
}
.pro_box_l_right {
  width: 57%;
  float: right;
}
@media screen and (max-width: 767px) {
  .pro_box_l_right {
    width: 100%;
    float: inherit;
  }
}
.pro_box_l .box_l_ttl {
  font-size: 2.06em;
  font-weight: 900;
  color: #7faa53;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pro_box_l .box_l_ttl {
    font-size: 1.5em;
    margin: 15px 0 10px;
  }
}
.pro_box_l .txt_box_l {
  font-weight: 700;
  color: #7faa53;
  margin-bottom: 10px;
}

.list_kigyou {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.list_kigyou.list_kigyou02 {
  justify-content: unset;
}
.list_kigyou.list_special li {
  width: 48%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .list_kigyou.list_special li {
    width: 100%;
  }
}
.list_kigyou.list_special li:nth-of-type(2) {
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  .list_kigyou.list_special li:nth-of-type(2) {
    margin: 0 auto 10%;
  }
}
.list_kigyou li {
  width: 31.1%;
  margin: 0 3.3% 0 0;
}
.list_kigyou li:nth-of-type(n+4) {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .list_kigyou li {
    width: 100%;
    margin: 0 auto 10%;
  }
  .list_kigyou li:nth-of-type(n+4) {
    margin-top: 0;
  }
}
.list_kigyou li:nth-child(3n) {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .list_kigyou li:nth-child(3n) {
    margin: 0 auto 10%;
  }
}
.list_kigyou li .logo {
  width: 196px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .list_kigyou li .logo {
    width: 70%;
  }
}
.list_kigyou li .txt_box {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_kigyou li .txt_box {
    min-height: auto;
    padding: 2rem 15px;
  }
}
.list_kigyou li .txt_box .btn_box .button {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_kigyou li .txt_box .btn_box .button {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .list_kigyou li .txt_box .btn_box {
    margin: 0 auto;
    bottom: inherit;
    left: inherit;
    right: inherit;
    position: inherit;
  }
}
.list_kigyou li .txt_box .title_jinji {
  text-align: left;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.875em;
}
@media screen and (max-width: 767px) {
  .list_kigyou li .txt_box .title_jinji {
    margin-bottom: 1rem;
  }
}
.list_kigyou li .txt_box .title_jinji span {
  margin-right: 3px;
  color: #ffcb03;
}
.list_kigyou li .txt_box .txt_jinji {
  margin-bottom: 30px;
  padding: 30px;
  text-align: left;
  background-color: #fff3c0;
}
@media screen and (max-width: 767px) {
  .list_kigyou li .txt_box .txt_jinji {
    padding: 15px;
  }
}
.list_kigyou li .txt_box .txt_jinji span {
  display: block;
  font-weight: 700;
}
.list_kigyou li .txt_box .gakubu {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.list_kigyou li .txt_box .gakubu img {
  width: 27px;
}
.list_kigyou li .txt_box .gakubu img:not(:first-child) {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .list_kigyou li .txt_box .gakubu {
    margin-bottom: 1rem;
  }
}
.list_kigyou li .txt_box .title {
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.list_kigyou li .txt_box .title.multi {
  min-height: 60px;
}
.list_kigyou li .txt_box .title.multi2 {
  min-height: 87px;
}
@media screen and (max-width: 767px) {
  .list_kigyou li .txt_box .title {
    font-size: 4.5vw;
  }
}
.list_kigyou li .txt_box .title span {
  margin-right: 5px;
}
.list_kigyou li .txt_box .title span img {
  width: 30px;
}
.list_kigyou li .txt_box .title span img + img {
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .list_kigyou li .txt_box .txt {
    margin-bottom: 2rem;
  }
}

.tokuten_box {
  margin: 0 auto 3rem;
  max-width: 1100px;
  width: 100%;
}
.tokuten_box .title {
  font-size: 1.93rem;
  text-align: center;
  background: #7faa53;
  color: #fff;
  line-height: 115px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tokuten_box .title {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 1rem 15px;
  }
}
.tokuten_box .title img {
  top: 15px;
  position: absolute;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .tokuten_box .title img {
    width: 25px;
    top: 10px;
  }
}
.tokuten_box .title img.img_l {
  left: 10%;
}
.tokuten_box .title img.img_r {
  right: 10%;
}
.tokuten_box .text {
  background: #fff;
  font-size: 1.43rem;
  padding: 2.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .tokuten_box .text {
    text-align: left;
    font-size: 1rem;
  }
}

.tokuten_footer {
  margin-top: 30px;
  text-align: center;
}

.text_list li {
  margin-bottom: 1.2rem;
  position: relative;
  padding: 0 0 0 22px;
}
.text_list li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px #7faa53 solid;
  border-radius: 50%;
  left: 0;
  top: 7px;
}

.top_ttl {
  font-size: 2.375rem;
  text-align: center;
  font-weight: 900;
  color: #7faa53;
  line-height: 1.7;
  margin-bottom: 40px;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 767px) {
  .top_ttl {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    margin-bottom: 30px;
  }
}
.top_ttl span {
  line-height: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .top_ttl span {
    margin-bottom: 0.5rem;
  }
}
.top_ttl span img {
  width: 46px;
}
@media screen and (max-width: 767px) {
  .top_ttl span img {
    width: 40px;
  }
}

.top_ttl03 .icon {
  line-height: 1;
  display: block;
}
.top_ttl03 .icon img {
  width: 46px;
}
@media screen and (max-width: 767px) {
  .top_ttl03 .icon img {
    width: 40px;
  }
}

.top_ttl03 .line {
  display: inline-block;
  padding: 0 55px;
  position: relative;
}
.top_ttl03 .line:before, .top_ttl03 .line::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 70px;
  bottom: -20px;
}
.top_ttl03 .line::before {
  background: url(../images/wai_l.svg) center center/contain no-repeat;
  left: 0;
}
.top_ttl03 .line::after {
  background: url(../images/wai_r.svg) center center/contain no-repeat;
  right: 0;
}
.top_ttl03 .ba {
  display: inline-block;
  padding: 0 55px;
  position: relative;
}
.top_ttl03 .ba:before, .top_ttl03 .ba::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 70px;
  bottom: -20px;
}
.top_ttl03 .ba::before {
  background: url(../images/balloon_l.svg) center center/contain no-repeat;
  left: 0;
}
.top_ttl03 .ba::after {
  background: url(../images/balloon_r.svg) center center/contain no-repeat;
  right: 0;
}

.top_ttl04 .icon {
  line-height: 1;
  display: block;
}
.top_ttl04 .icon img {
  width: 46px;
}
@media screen and (max-width: 767px) {
  .top_ttl04 .icon img {
    width: 40px;
  }
}
.top_ttl04 .line {
  display: inline-block;
  padding: 0 55px;
  position: relative;
}
.top_ttl04 .line:before, .top_ttl04 .line::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 70px;
  bottom: -20px;
}
.top_ttl04 .line::before {
  background: url(../images/wai_l.svg) center center/contain no-repeat;
  left: 0;
}
.top_ttl04 .line::after {
  background: url(../images/wai_r.svg) center center/contain no-repeat;
  right: 0;
}
.top_ttl04 .ba {
  display: inline-block;
  padding: 0 55px;
  position: relative;
}
.top_ttl04 .ba:before, .top_ttl04 .ba::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 70px;
  bottom: -20px;
}
.top_ttl04 .ba::before {
  background: url(../images/star_l.svg) center center/contain no-repeat;
  left: 0;
}
.top_ttl04 .ba::after {
  background: url(../images/star_r.svg) center center/contain no-repeat;
  right: 0;
}

.top_ttl02 {
  background: #fff;
  display: inline-block;
  padding: 50px 50px 0 50px;
  border-top: 15px solid #f5f5f0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl02 {
    padding: 30px 30px 0 30px;
    border-top: 8px solid #f5f5f0;
  }
}
.top_ttl02:before {
  position: absolute;
  content: "";
  border-left: 15px solid #f5f5f0;
  width: 15px;
  height: 96px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_ttl02:before {
    border-left: 8px solid #f5f5f0;
    width: 8px;
    height: 35px;
  }
}
.top_ttl02:after {
  position: absolute;
  content: "";
  border-right: 15px solid #f5f5f0;
  width: 15px;
  height: 96px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top_ttl02:after {
    border-right: 8px solid #f5f5f0;
    width: 8px;
    height: 35px;
  }
}

.txt_center {
  text-align: center;
}

.marker-y {
  background: linear-gradient(transparent 85%, #ffcb03 0%);
}

.txt_clr_red {
  color: #cc0000;
}

.more {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  margin: 0 auto;
  width: 325px;
  height: 60px;
  line-height: 60px;
  background: #7faa53;
}
.more:hover {
  opacity: 0.7;
}

.more2 {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  margin: 0 auto;
  width: 325px;
  height: 60px;
  line-height: 60px;
  background: #ffcb03;
}
.more2:hover {
  opacity: 0.7;
}

.button {
  width: 320px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  display: block;
  clear: both;
  position: relative;
  text-align: center;
  background: #ffcb03;
}
@media screen and (max-width: 767px) {
  .button {
    max-width: 500px;
    width: 100%;
  }
}

a.button::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 47%;
  right: 8%;
  border-bottom: 2px #fff solid;
  border-right: 2px #fff solid;
  transform: rotate(-45deg);
}
a.button:hover {
  opacity: 0.7;
}

.btn_green {
  background: #7faa53;
}

.btn_blue02 {
  background: #7faa53;
}

.btn_center {
  margin-right: auto;
  margin-left: auto;
}

.w_free {
  width: 100%;
}

.m0 {
  margin-bottom: 0 !important;
}

.m8 {
  margin: -8px 0 0 !important;
}

.m10 {
  margin-bottom: 10px;
}

.m20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .m20 {
    margin-bottom: 15px;
  }
}

.m30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .m30 {
    margin-bottom: 15px;
  }
}

.m22 {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .m22 {
    margin-bottom: 15px;
  }
}

.m40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .m40 {
    margin-bottom: 30px;
  }
}

.m40_2 {
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .m40_2 {
    margin-bottom: 10px;
  }
}

.m50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .m50 {
    margin-bottom: 25px;
  }
}

.m80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .m80 {
    margin-bottom: 40px;
  }
}

.m150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .m150 {
    margin-bottom: 70px;
  }
}

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

.over_flow {
  overflow: hidden;
  clear: both;
}

.bg_yellow {
  background: #fef8de;
}

.left_col {
  width: 48%;
  margin-right: 4%;
  float: left;
}
@media screen and (max-width: 767px) {
  .left_col {
    width: 100%;
    margin: 0 0 5% 0;
    float: inherit;
  }
}

.right_col {
  width: 48%;
  float: right;
}
@media screen and (max-width: 767px) {
  .right_col {
    width: 100%;
    float: inherit;
  }
}

/* モーダルウィンドウ */
.modal_cat {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto 10px;
  margin-bottom: 20px;
  text-align: center;
}
.modal_cat span {
  display: inline-block;
  padding: 5px 5px;
  background-color: #7faa53;
  color: #fff;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .modal_cat span {
    padding: 5px 10px;
  }
}
.modal_cat span:nth-of-type(2) {
  margin-left: 8px;
}
.modal_cat span:nth-of-type(3) {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .modal_cat span:nth-of-type(3) {
    margin-top: 8px;
    margin-left: 0;
  }
}

.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  max-height: 100vh;
  background-color: #fff;
  z-index: 11;
  overflow: auto;
  border: 10px solid #7faa53;
}
@media screen and (max-width: 767px) {
  .modal-window {
    width: 80%;
  }
}
.modal-window .modal_cat span:nth-of-type(3) {
  margin-top: 0;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .modal-window .modal_cat span:nth-of-type(3) {
    margin-top: 8px;
    margin-left: 0;
  }
}

.modal-window-inner {
  border: 10px solid #ffcb03;
  padding: 2rem;
  /* .modal_img02 {
  	text-align: center;

  	img {
  		max-height: 150px;
  		width     : auto;
  		margin    : 0 auto 10px;

  		@include mq(md) {
  			max-height: 100px;
  		}
  	}
  }
  */
}
.modal-window-inner .modal_cat {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .modal-window-inner {
    padding: 1rem;
  }
}
.modal-window-inner .ttl {
  font-size: 1.87rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .modal-window-inner .ttl {
    font-size: 1.3rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.modal-window-inner .ttl02 {
  font-size: 1.5rem;
}
.modal-window-inner .modal_img {
  text-align: center;
}
.modal-window-inner .modal_img img {
  max-width: 300px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .modal-window-inner .modal_img img {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .modal-window-inner .txt_area p {
    font-size: 0.78rem;
    line-height: 1.7;
  }
}
.modal-window-inner .txt_area p span {
  display: block;
  margin-bottom: 5px;
  margin: 20px 0 5px;
  font-weight: 700;
}
.modal-window-inner .txt_area a {
  color: #d5e349;
  transition: 0.3s;
}
.modal-window-inner .txt_area a:hover {
  color: #7faa53;
  transition: 0.3s;
}
.modal-window-inner .txt_area a.link_y {
  color: #ffce04;
  transition: 0.3s;
}
.modal-window-inner .txt_area a.link_y:hover {
  color: #7faa53;
  transition: 0.3s;
}
.modal-window-inner .txt_area a.link_b {
  color: #040245;
  transition: 0.3s;
}
.modal-window-inner .txt_area a.link_b:hover {
  color: #7faa53;
  transition: 0.3s;
}
.modal-window-inner .txt_area a.link_g {
  color: #a0a0a0;
  transition: 0.3s;
}
.modal-window-inner .txt_area a.link_g:hover {
  color: #7faa53;
  transition: 0.3s;
}

.button-open {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  display: block;
  transition: 0.3s;
}
.button-open:hover {
  opacity: 0.85;
}

.tsunagaru_box {
  padding: 80px 10px;
  background: #f5f5ef;
}
.tsunagaru_box .ttl_tsunagaru {
  margin-bottom: 40px;
}
.tsunagaru_box .ttl_tsunagaru img {
  width: 90%;
  max-width: 394px;
}
.tsunagaru_box .tsunagaru_text {
  margin-bottom: 30px;
}
.tsunagaru_box .tsunagaru_text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .tsunagaru_box {
    padding: 60px 10px;
  }
  .tsunagaru_box .tsunagaru_text {
    font-size: 0.933rem;
  }
}
