@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
input[type=text], input[type=tel], input[type=email], input[type=url], input[type=password], textarea, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

table {
  border-collapse: collapse;
}

@media screen and (max-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
html {
  font-size: 16px;
  letter-spacing: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  font-size: 1rem;
  color: #3A3A3A;
  word-break: break-all;
  /*font-feature-settings: "palt";*/
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
}

.main_wrap {
  overflow: hidden;
}
.main_wrap main {
  display: block;
}

.container {
  max-width: calc(1000px + 17px * 2);
  width: 100%;
  margin: auto;
  padding: 0 17px;
}

.punc {
  display: inline-block;
}
.punc.left.vertical {
  margin-top: -0.5em;
}
.punc.left.horizontal {
  margin-left: -0.5em;
}
.punc.right.vertical {
  margin-bottom: -0.5em;
}
.punc.right.horizontal {
  /*margin-right: -0.5em;*/
  width: 0.5em;
}

.btn {
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .btn:hover {
    opacity: 0.7;
  }
}

.base_content {
  overflow: hidden;
  line-height: 1.7;
}
.base_content img {
  border-radius: 10px;
}
.base_content ul {
  list-style: disc;
  margin-left: 1.7em;
}
.base_content ol {
  list-style: decimal;
  margin-left: 1.7em;
}
.base_content ol li {
  padding-left: 0.3em;
}

p {
  line-height: 1.7;
}

a {
  color: #34B2F5;
}

a[href*="tel:"] {
  color: #3A3A3A;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.btn_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 900;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .btn_link {
    transition: all 0.3s;
  }
}
.btn_link:before, .btn_link:after {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .btn_link:before, .btn_link:after {
    transition: all 0.3s;
  }
}
.btn_link:after {
  content: "→";
}
.btn_link span {
  display: block;
  margin-bottom: 2px;
  text-align: center;
}
.btn_link.base {
  max-width: 320px;
  height: 70px;
  border-radius: 35px;
  background: #00A199;
  color: #fff;
  font-size: 1.125rem;
  padding: 15px;
  margin: auto;
  outline: 2px solid #00A199;
  outline-offset: -2px;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .btn_link.base:hover {
    background: #fff;
    outline-color: #00A199;
    color: #00A199;
  }
  .btn_link.base:hover:before, .btn_link.base:hover:after {
    color: #fff;
    background: #00A199;
  }
}
@media screen and (max-width: 768px) {
  .btn_link.base {
    max-width: 260px;
  }
}
.btn_link.base:before, .btn_link.base:after {
  width: 40px;
  height: 40px;
  color: #00A199;
  background: #fff;
  right: 15px;
}
@media screen and (min-width: 769px) {
  .btn_link.base:before, .btn_link.base:after {
    transition: all 0.3s;
  }
}
.btn_link.rev {
  background: #808080;
  outline-color: #808080;
}
@media screen and (min-width: 769px) {
  .btn_link.rev:hover {
    outline-color: #808080;
    color: #808080;
  }
  .btn_link.rev:hover:before {
    background: #808080;
  }
}
.btn_link.rev:before {
  content: "←";
  right: auto;
  left: 15px;
  color: #808080;
}
.btn_link.rev:after {
  content: none;
}

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

@media screen and (max-width: 1040px) {
  br.pc_lg {
    display: none;
  }
}
@media screen and (max-width: 890px) {
  br.pc_pre_md {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.pc_md {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  br.pc_pre_sm {
    display: none;
  }
}
br.lg {
  display: none;
}
@media screen and (max-width: 1040px) {
  br.lg {
    display: block;
  }
}
br.pre_md {
  display: none;
}
@media screen and (max-width: 890px) {
  br.pre_md {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 768px) {
  br.md {
    display: block;
  }
}
br.pre_sm {
  display: none;
}
@media screen and (max-width: 600px) {
  br.pre_sm {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 400px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 370px) {
  br.xs {
    display: block;
  }
}

.alignleft {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 1em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  display: block;
  float: right;
  margin-left: 10px;
  margin-bottom: 1em;
}

.clear {
  clear: both;
}

.space1em {
  clear: both;
  height: 1em;
}

.space2em {
  clear: both;
  height: 2em;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

ol.list li,
ul.list li {
  line-height: 1.7;
  position: relative;
  padding-left: 1.1em;
}
ol.list li:before,
ul.list li:before {
  position: absolute;
  left: 0;
}
ol.list.num,
ul.list.num {
  counter-reset: num_cnt;
}
ol.list.num > li,
ul.list.num > li {
  counter-increment: num_cnt;
  padding-left: 1.1em;
  margin-bottom: 1em;
}
ol.list.num > li:before,
ul.list.num > li:before {
  content: counter(num_cnt);
}
ol.list.num_dot,
ul.list.num_dot {
  counter-reset: num_dot_cnt;
}
ol.list.num_dot > li,
ul.list.num_dot > li {
  counter-increment: num_dot_cnt;
  padding-left: 1.6em;
  margin-bottom: 1em;
}
ol.list.num_dot > li:before,
ul.list.num_dot > li:before {
  content: counter(num_dot_cnt) "．";
}
ol.list.num_colon,
ul.list.num_colon {
  counter-reset: num_colon_cnt;
}
ol.list.num_colon > li,
ul.list.num_colon > li {
  counter-increment: num_colon_cnt;
  padding-left: 1.6em;
  margin-bottom: 1em;
}
ol.list.num_colon > li:before,
ul.list.num_colon > li:before {
  content: counter(num_colon_cnt) "：";
}
ol.list.num_paren,
ul.list.num_paren {
  counter-reset: paren_cnt;
}
ol.list.num_paren > li,
ul.list.num_paren > li {
  counter-increment: paren_cnt;
  padding-left: 1.3em;
}
ol.list.num_paren > li:before,
ul.list.num_paren > li:before {
  content: "(" counter(paren_cnt) ")";
}
ol.list.num_circle,
ul.list.num_circle {
  counter-reset: circle_cnt;
}
ol.list.num_circle > li,
ul.list.num_circle > li {
  counter-increment: circle_cnt;
  padding-left: 1.4em;
}
ol.list.num_circle > li:nth-child(1):before,
ul.list.num_circle > li:nth-child(1):before {
  content: "①";
}
ol.list.num_circle > li:nth-child(2):before,
ul.list.num_circle > li:nth-child(2):before {
  content: "②";
}
ol.list.num_circle > li:nth-child(3):before,
ul.list.num_circle > li:nth-child(3):before {
  content: "③";
}
ol.list.num_circle > li:nth-child(4):before,
ul.list.num_circle > li:nth-child(4):before {
  content: "④";
}
ol.list.num_circle > li:nth-child(5):before,
ul.list.num_circle > li:nth-child(5):before {
  content: "⑤";
}
ol.list.num_circle > li:nth-child(6):before,
ul.list.num_circle > li:nth-child(6):before {
  content: "⑥";
}
ol.list.num_circle > li:nth-child(7):before,
ul.list.num_circle > li:nth-child(7):before {
  content: "⑦";
}
ol.list.num_circle > li:nth-child(8):before,
ul.list.num_circle > li:nth-child(8):before {
  content: "⑧";
}
ol.list.num_circle > li:nth-child(9):before,
ul.list.num_circle > li:nth-child(9):before {
  content: "⑨";
}
ol.list.num_circle > li:nth-child(10):before,
ul.list.num_circle > li:nth-child(10):before {
  content: "⑩";
}
ol.list.num_circle > li:nth-child(11):before,
ul.list.num_circle > li:nth-child(11):before {
  content: "⑪";
}
ol.list.num_circle > li:nth-child(12):before,
ul.list.num_circle > li:nth-child(12):before {
  content: "⑫";
}
ol.list.num_circle > li:nth-child(13):before,
ul.list.num_circle > li:nth-child(13):before {
  content: "⑬";
}
ol.list.num_circle > li:nth-child(14):before,
ul.list.num_circle > li:nth-child(14):before {
  content: "⑭";
}
ol.list.num_circle > li:nth-child(15):before,
ul.list.num_circle > li:nth-child(15):before {
  content: "⑮";
}
ol.list.num_circle > li:nth-child(16):before,
ul.list.num_circle > li:nth-child(16):before {
  content: "⑯";
}
ol.list.num_circle > li:nth-child(17):before,
ul.list.num_circle > li:nth-child(17):before {
  content: "⑰";
}
ol.list.num_circle > li:nth-child(18):before,
ul.list.num_circle > li:nth-child(18):before {
  content: "⑱";
}
ol.list.num_circle > li:nth-child(19):before,
ul.list.num_circle > li:nth-child(19):before {
  content: "⑲";
}
ol.list.num_circle > li:nth-child(20):before,
ul.list.num_circle > li:nth-child(20):before {
  content: "⑳";
}
ol.list.square > li:before,
ul.list.square > li:before {
  content: "◇";
}
ol.list.line > li:before,
ul.list.line > li:before {
  content: "－";
}
ol.list.dot > li:before,
ul.list.dot > li:before {
  content: "・";
}
ol.list.kome > li:before,
ul.list.kome > li:before {
  content: "※";
}
ol.list.circle > li,
ul.list.circle > li {
  padding-left: 1em;
}
ol.list.circle > li:before,
ul.list.circle > li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00A199;
  top: 0.66em;
}

.txtL {
  text-align: left;
}

.txtC {
  text-align: center;
}

.txtR {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.frame_wrap {
  position: relative;
  padding-bottom: 56.25%; /*縦横比*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.frame_wrap .map_canvas,
.frame_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
  max-width: 498px !important;
  margin: auto;
}

.anim_init,
.anim_init_r,
.anim_init_b {
  visibility: hidden;
  backface-visibility: hidden;
}

.anim_common, .fade_in_center_anim, .fade_in_left_anim, .fade_in_right_anim, .fade_in_bottom_anim, .fade_in_top_anim {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.6s !important;
  -ms-animation-duration: 0.6s !important;
  animation-duration: 0.6 !important;
  visibility: visible !important;
}

.fade_in_top_anim {
  -webkit-animation-name: fade_in_top_anim;
  animation-name: fade_in_top_anim;
}

@-webkit-keyframes fade_in_top_anim {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_in_top_anim {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade_in_bottom_anim {
  -webkit-animation-name: fade_in_bottom_anim;
  animation-name: fade_in_bottom_anim;
}

@-webkit-keyframes fade_in_bottom_anim {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_in_bottom_anim {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade_in_right_anim {
  -webkit-animation-name: fade_in_right_anim;
  animation-name: fade_in_right_anim;
}

@-webkit-keyframes fade_in_right_anim {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_in_right_anim {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade_in_left_anim {
  -webkit-animation-name: fade_in_left_anim;
  animation-name: fade_in_left_anim;
}

@-webkit-keyframes fade_in_left_anim {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_in_left_anim {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade_in_center_anim {
  -webkit-animation-name: fade_in_center_anim;
  animation-name: fade_in_center_anim;
}
.fade_in_center_anim.late {
  -webkit-animation-duration: 2s !important;
  -ms-animation-duration: 2s !important;
  animation-duration: 2 !important;
}

@-webkit-keyframes fade_in_center_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in_center_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-----------------------------------------
Contact Form7
-----------------------------------------*/
.sent .wpcf7-response-output {
  display: none !important;
}
.sent .contact_form > *:not(.sent_content) {
  display: none !important;
}
.sent .contact_form .sent_content {
  display: block;
}

.contact_form .conf_msg {
  display: none;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
}
.contact_form .sent_content {
  display: none;
}
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=tel],
.contact_form input[type=url],
.contact_form select,
.contact_form textarea {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  background: #F0F0F0;
  border-radius: 10px;
  outline: none;
  resize: none;
}
.contact_form input[type=text].wpcf7c-conf,
.contact_form input[type=email].wpcf7c-conf,
.contact_form input[type=tel].wpcf7c-conf,
.contact_form input[type=url].wpcf7c-conf,
.contact_form select.wpcf7c-conf,
.contact_form textarea.wpcf7c-conf {
  background: rgba(255, 255, 255, 0) !important;
  border: 0 !important;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*Firefox用*/
  text-indent: 0.01px;
  text-overflow: "";
}
.contact_form input[type=text]:placeholder-shown,
.contact_form input[type=email]:placeholder-shown,
.contact_form input[type=tel]:placeholder-shown,
.contact_form input[type=url]:placeholder-shown,
.contact_form select:placeholder-shown,
.contact_form textarea:placeholder-shown {
  color: #9F9F9F;
}
.contact_form input[type=text]::-webkit-input-placeholder,
.contact_form input[type=email]::-webkit-input-placeholder,
.contact_form input[type=tel]::-webkit-input-placeholder,
.contact_form input[type=url]::-webkit-input-placeholder,
.contact_form select::-webkit-input-placeholder,
.contact_form textarea::-webkit-input-placeholder {
  color: #9F9F9F;
}
.contact_form input[type=text]:-moz-placeholder,
.contact_form input[type=email]:-moz-placeholder,
.contact_form input[type=tel]:-moz-placeholder,
.contact_form input[type=url]:-moz-placeholder,
.contact_form select:-moz-placeholder,
.contact_form textarea:-moz-placeholder {
  opacity: 1;
  color: #9F9F9F;
}
.contact_form input[type=text]::-moz-placeholder,
.contact_form input[type=email]::-moz-placeholder,
.contact_form input[type=tel]::-moz-placeholder,
.contact_form input[type=url]::-moz-placeholder,
.contact_form select::-moz-placeholder,
.contact_form textarea::-moz-placeholder {
  opacity: 1;
  color: #9F9F9F;
}
.contact_form input[type=text]:-ms-input-placeholder,
.contact_form input[type=email]:-ms-input-placeholder,
.contact_form input[type=tel]:-ms-input-placeholder,
.contact_form input[type=url]:-ms-input-placeholder,
.contact_form select:-ms-input-placeholder,
.contact_form textarea:-ms-input-placeholder {
  color: #9F9F9F;
}
.contact_form .submit_btns {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 50;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .contact_form .submit_btns {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
}
.contact_form .submit_btns button[type=submit],
.contact_form .submit_btns button[type=button] {
  font-family: "Noto Sans JP", sans-serif;
  border: 0;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .contact_form .submit_btns button[type=submit],
  .contact_form .submit_btns button[type=button] {
    margin: 20px 0;
  }
}
.contact_form .submit_btns button[type=submit]:hover,
.contact_form .submit_btns button[type=button]:hover {
  cursor: pointer;
}
.contact_form .submit_btns button[type=submit].btn_back,
.contact_form .submit_btns button[type=button].btn_back {
  display: none;
}
.contact_form .submit_btns .ajax-loader {
  display: none;
}
.contact_form .send_loading {
  display: none;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 50;
  margin-top: 20px;
}
.contact_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
}
.contact_form input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
}
.contact_form span.wpcf7-not-valid-tip {
  font-size: 0.875rem;
  margin-top: 5px;
}
.contact_form .wpcf7-response-output {
  border: 0 !important;
  text-align: center;
  color: #f00;
  padding: 0 !important;
  margin: auto !important;
  line-height: 1.3 !important;
}
.contact_form .wpcf7-form-control-wrap {
  display: block;
}
.contact_form span.wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact_form .wpcf7-radio .wpcf7-list-item,
  .contact_form .wpcf7-checkbox .wpcf7-list-item {
    display: block;
  }
}
.contact_form .wpcf7-custom-item-error {
  display: block;
}
.contact_form .wpcf7-custom-item-error span:nth-child(n+3) {
  display: none;
}
.contact_form .chk_confirm_wrap {
  display: none;
}
.contact_form div.wpcf7-mail-sent-ok {
  display: none !important;
}

.confirm:after {
  content: none !important;
}
.confirm form {
  position: relative;
}
.confirm form:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
}
.confirm input[type=text],
.confirm input[type=email],
.confirm input[type=tel],
.confirm input[type=url],
.confirm select,
.confirm textarea {
  background: #fff !important;
  border: 0 !important;
}
.confirm input[type=text]:placeholder-shown,
.confirm input[type=email]:placeholder-shown,
.confirm input[type=tel]:placeholder-shown,
.confirm input[type=url]:placeholder-shown,
.confirm select:placeholder-shown,
.confirm textarea:placeholder-shown {
  color: transparent;
}
.confirm input[type=text]::-webkit-input-placeholder,
.confirm input[type=email]::-webkit-input-placeholder,
.confirm input[type=tel]::-webkit-input-placeholder,
.confirm input[type=url]::-webkit-input-placeholder,
.confirm select::-webkit-input-placeholder,
.confirm textarea::-webkit-input-placeholder {
  color: transparent;
}
.confirm input[type=text]:-moz-placeholder,
.confirm input[type=email]:-moz-placeholder,
.confirm input[type=tel]:-moz-placeholder,
.confirm input[type=url]:-moz-placeholder,
.confirm select:-moz-placeholder,
.confirm textarea:-moz-placeholder {
  opacity: 1;
  color: transparent;
}
.confirm input[type=text]::-moz-placeholder,
.confirm input[type=email]::-moz-placeholder,
.confirm input[type=tel]::-moz-placeholder,
.confirm input[type=url]::-moz-placeholder,
.confirm select::-moz-placeholder,
.confirm textarea::-moz-placeholder {
  opacity: 1;
  color: transparent;
}
.confirm input[type=text]:-ms-input-placeholder,
.confirm input[type=email]:-ms-input-placeholder,
.confirm input[type=tel]:-ms-input-placeholder,
.confirm input[type=url]:-ms-input-placeholder,
.confirm select:-ms-input-placeholder,
.confirm textarea:-ms-input-placeholder {
  color: transparent;
}
.confirm textarea {
  resize: none;
}
.confirm select {
  -webkit-appearance: none;
  appearance: none;
}
.confirm .note {
  display: none !important;
}
.confirm .wpcf7-radio.wpcf7-form-control,
.confirm .wpcf7-checkbox.wpcf7-form-control {
  padding: 0 !important;
  background: #fff !important;
  column-gap: 0 !important;
  row-gap: 0 !important;
}
.confirm .wpcf7-radio .wpcf7-list-item,
.confirm .wpcf7-checkbox .wpcf7-list-item {
  width: auto !important;
}
.confirm .wpcf7-radio .wpcf7-list-item.has-free-text,
.confirm .wpcf7-checkbox .wpcf7-list-item.has-free-text {
  width: 100% !important;
}
.confirm .wpcf7-radio label,
.confirm .wpcf7-checkbox label {
  margin: 0;
}
.confirm .wpcf7-radio input[type=radio],
.confirm .wpcf7-radio input[type=checkbox],
.confirm .wpcf7-checkbox input[type=radio],
.confirm .wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.confirm .wpcf7-radio input[type=radio] + span,
.confirm .wpcf7-radio input[type=checkbox] + span,
.confirm .wpcf7-checkbox input[type=radio] + span,
.confirm .wpcf7-checkbox input[type=checkbox] + span {
  display: none;
}
.confirm .wpcf7-radio input[type=radio] + span:before, .confirm .wpcf7-radio input[type=radio] + span:after,
.confirm .wpcf7-radio input[type=checkbox] + span:before,
.confirm .wpcf7-radio input[type=checkbox] + span:after,
.confirm .wpcf7-checkbox input[type=radio] + span:before,
.confirm .wpcf7-checkbox input[type=radio] + span:after,
.confirm .wpcf7-checkbox input[type=checkbox] + span:before,
.confirm .wpcf7-checkbox input[type=checkbox] + span:after {
  content: none !important;
}
.confirm .wpcf7-radio input[type=radio]:checked + span,
.confirm .wpcf7-radio input[type=checkbox]:checked + span,
.confirm .wpcf7-checkbox input[type=radio]:checked + span,
.confirm .wpcf7-checkbox input[type=checkbox]:checked + span {
  padding-left: 10px;
  display: inline-block;
}
.confirm input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
.confirm input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
.confirm .conf_msg {
  display: block !important;
}
.confirm .wpcf7-response-output {
  display: none !important;
}
.confirm .outline,
.confirm .privacy_policy {
  display: none;
}
.confirm .submit_btns button[type=button].btn_back {
  display: block !important;
}
.confirm .submit_btns.fair {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .confirm .submit_btns.fair {
    margin: 40px 0 !important;
  }
}

header {
  background: #00A199;
  height: 10px;
}
@media screen and (max-width: 768px) {
  header {
    height: 10px;
  }
}
header .container {
  position: relative;
}
header .logo {
  position: absolute;
  top: 0;
  left: -60px;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  header .logo {
    left: 17px;
  }
}
header .logo img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  header .logo img {
    width: 60px;
  }
}

.header02_wrap {
  height: 90px;
}
@media screen and (max-width: 768px) {
  .header02_wrap {
    height: 65px;
  }
}
.header02_wrap + .main_wrap {
  margin-top: -5px;
}

@media screen and (max-width: 768px) {
  .sub .header03_wrap {
    height: 0;
  }
}

.header03_wrap {
  height: 90px;
}
@media screen and (max-width: 768px) {
  .header03_wrap {
    height: 10px;
    background: #00A199;
  }
}
.header03_wrap + .main_wrap {
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .header03_wrap + .main_wrap {
    margin-top: 0;
  }
}

header.header02 {
  padding: 9px 0 13px;
  height: auto;
  position: relative;
  z-index: 100;
  background: none;
}
@media screen and (max-width: 768px) {
  header.header02 {
    padding: 6px 0 9px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  header.header02.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
header.header02.line02:before {
  background-image: url(/wp-content/themes/buy-shinshu/images/header03_bg.svg);
}
header.header02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/buy-shinshu/images/header_bg.svg) no-repeat center bottom/cover;
  z-index: -1;
}
header.header02 .content {
  background: #FFFFF5;
  display: flex;
  align-items: center;
  column-gap: 12px;
  height: 68px;
  padding: 0 17px;
}
@media screen and (max-width: 768px) {
  header.header02 .content {
    height: 50px;
    column-gap: 15px;
  }
}
header.header02 .content.w1366 {
  max-width: calc(1366px + 17px * 2);
  margin: auto;
  position: relative;
  z-index: 0;
}
header.header02 .content.w1366:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(var(--vw) * 100);
  height: 100%;
  background: #FFFFF5;
  z-index: -1;
}
header.header02 .logo {
  position: static;
  display: block !important;
}
header.header02 .logo img {
  width: auto;
}
@media screen and (max-width: 1040px) {
  header.header02 .logo img {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  header.header02 .logo img {
    width: 136px;
  }
}
header.header02 nav {
  margin-left: auto;
}
header.header02 nav.sp {
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  header.header02 nav {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    height: calc(var(--vh) * 100 - 56px);
    z-index: -2;
    opacity: 0;
    background: #FFFFF5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 34px 17px 0;
    pointer-events: none;
  }
  header.header02 nav * {
    pointer-events: none;
  }
  header.header02 nav.open {
    opacity: 1;
    pointer-events: all;
  }
  header.header02 nav.open * {
    pointer-events: all;
  }
}
header.header02 nav ul {
  --col_gap: 24px;
  display: flex;
  align-items: center;
  column-gap: var(--col_gap);
}
@media screen and (max-width: 1200px) {
  header.header02 nav ul {
    --col_gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  header.header02 nav ul {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
header.header02 nav ul li {
  position: relative;
}
@media screen and (max-width: 768px) {
  header.header02 nav ul li {
    width: 100%;
  }
}
header.header02 nav ul li:first-child:before {
  content: none;
}
header.header02 nav ul li:before {
  content: "";
  width: 2px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * var(--col_gap) / 2);
  margin: auto;
  transform: translateX(-50%);
  background: url(/wp-content/themes/buy-shinshu/images/dot_line.svg) no-repeat center;
}
@media screen and (max-width: 768px) {
  header.header02 nav ul li:before {
    content: none;
  }
}
@media screen and (max-width: 1200px) {
  header.header02 nav ul li a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1040px) {
  header.header02 nav ul li a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  header.header02 nav ul li a {
    padding: 20px 0;
    font-size: 1.125rem;
  }
  header.header02 nav ul li a br {
    display: none;
  }
}
@media screen and (max-width: 370px) {
  header.header02 nav ul li a {
    font-size: 1rem;
  }
}
header.header02 nav .btn_link {
  display: none;
}
@media screen and (max-width: 768px) {
  header.header02 nav .btn_link {
    display: flex;
    max-width: 320px;
    width: 100%;
    height: 80px;
    font-size: 1.5625rem;
    border-radius: 40px;
    margin: 0 auto;
    padding: 0 0 0 30px;
  }
  header.header02 nav .btn_link:after {
    width: 36px;
    height: 36px;
    right: 20px;
  }
}
header.header02 .btn_link {
  width: 160px;
  height: 54px;
  background: #FFE103;
  color: #00A199;
  font-size: 1rem;
  justify-content: left;
  outline-color: #FFE103;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  header.header02 .btn_link {
    font-size: 0.875rem;
    width: 140px;
  }
}
@media screen and (max-width: 1040px) {
  header.header02 .btn_link {
    font-size: 0.75rem;
    width: 110px;
    padding: 10px;
  }
}
@media screen and (min-width: 769px) {
  header.header02 .btn_link:hover {
    outline-color: #00A199;
  }
}
@media screen and (max-width: 768px) {
  header.header02 .btn_link {
    width: 120px;
    height: 40px;
    margin-left: auto;
  }
}
header.header02 .btn_link:after {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1040px) {
  header.header02 .btn_link:after {
    width: 22px;
    height: 22px;
    right: 10px;
  }
}
header.header02 .btn_link span {
  text-align: left;
  line-height: 1.17;
}
header.header02 .menu_btn_wrap {
  display: none;
  width: 32px;
  height: 24px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  header.header02 .menu_btn_wrap {
    display: block;
  }
}
header.header02 .menu_btn_wrap .menu_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
header.header02 .menu_btn_wrap .menu_btn .lines {
  position: relative;
  height: 100%;
  width: 100%;
}
header.header02 .menu_btn_wrap .menu_btn .lines span {
  height: 4px;
  width: 100%;
  background: #00A199;
  display: block;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  transform-origin: 50% 50%;
  transition: all, 0.5s;
}
header.header02 .menu_btn_wrap .menu_btn .lines span:nth-child(1) {
  top: 0;
}
header.header02 .menu_btn_wrap .menu_btn .lines span:nth-child(2) {
  top: 0;
  bottom: 0;
}
header.header02 .menu_btn_wrap .menu_btn .lines span:nth-child(3) {
  bottom: 0;
}
header.header02 .menu_btn_wrap .menu_btn .lines.open span {
  top: 0;
  bottom: 0;
}
header.header02 .menu_btn_wrap .menu_btn .lines.open span:nth-child(1) {
  transform: rotate(-135deg);
}
header.header02 .menu_btn_wrap .menu_btn .lines.open span:nth-child(2) {
  width: 0;
}
header.header02 .menu_btn_wrap .menu_btn .lines.open span:nth-child(3) {
  transform: rotate(135deg);
}

.nav02 ul li a {
  display: flex;
  align-items: center;
  font-weight: 900;
  line-height: 1.2;
  column-gap: 5px;
  color: #3A3A3A;
}
.nav02 ul li a:before {
  content: "";
  width: 16px;
  height: 14px;
  background: no-repeat center/contain;
}
@media screen and (max-width: 1040px) {
  .nav02 ul li a:before {
    width: 12px;
  }
}
@media screen and (max-width: 768px) {
  .nav02 ul li a:before {
    width: 19px;
    height: 17px;
  }
}
.nav02 ul li a.a01:before {
  background-image: url(/wp-content/themes/buy-shinshu/images/icon_heart01.svg);
}
.nav02 ul li a.a02:before {
  background-image: url(/wp-content/themes/buy-shinshu/images/icon_heart02.svg);
}
.nav02 ul li a.a03:before {
  background-image: url(/wp-content/themes/buy-shinshu/images/icon_heart03.svg);
}
.nav02 ul li a.a04:before {
  background-image: url(/wp-content/themes/buy-shinshu/images/icon_heart04.svg);
}
.nav02 ul li a.a05:before {
  background-image: url(/wp-content/themes/buy-shinshu/images/icon_heart05.svg);
}
.nav02 ul li a.a06:before {
  background-image: url(/wp-content/themes/buy-shinshu/images/icon_heart06.svg);
}

footer {
  position: relative;
}
@media screen and (max-width: 768px) {
  footer.float_show {
    padding-bottom: 58px;
  }
}
footer .float_banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .float_banner {
    display: block;
  }
}
footer .float_banner .btn_link {
  width: 100%;
  height: 68px;
  background: #F99000;
  color: #fff;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 370px) {
  footer .float_banner .btn_link {
    font-size: 0.9375rem;
  }
}
footer .float_banner .btn_link:after {
  width: 36px;
  height: 36px;
  border: 3px solid #fff;
  right: 20px;
  color: #fff;
  background: #F99000;
  box-sizing: border-box;
}
@media screen and (max-width: 370px) {
  footer .float_banner .btn_link:after {
    right: 10px;
    width: 32px;
    height: 32px;
  }
}
footer .container {
  position: relative;
}
footer .to_top {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 10;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #00A199;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1040px) {
  footer .to_top {
    right: 10px;
  }
}
footer .to_top:before {
  content: "↑";
  font-size: 1.25rem;
  position: relative;
  top: -3px;
}
footer .contact {
  padding: 35px 0 30px;
  background: #FFFFF5;
  border-top: 4px solid #00A199;
  text-align: center;
}
footer .contact .hosted {
  text-align: center;
  margin-bottom: 30px;
}
footer .contact .hosted span {
  display: inline-block;
  font-weight: 900;
  font-size: 1.75rem;
  padding: 10px 0;
  border-top: 1px solid #3A3A3A;
  border-bottom: 1px solid #3A3A3A;
}
@media screen and (max-width: 768px) {
  footer .contact .hosted span {
    font-size: 1.625rem;
  }
}
footer .contact h2 {
  font-weight: 900;
  font-size: 1.75rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  footer .contact h2 {
    font-size: 1.625rem;
  }
}
footer .contact .p01 {
  text-align: center;
  font-size: 1.125rem;
  color: #00A199;
  line-height: 1.67;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  footer .contact .p01 {
    line-height: 1.625;
    font-size: 1rem;
  }
}
footer .contact h3 {
  font-weight: 900;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
footer .contact .info {
  display: block;
  line-height: 1.625;
}
footer .contact .info a {
  margin-right: 2em;
}
@media screen and (max-width: 768px) {
  footer .contact .info a {
    margin-right: 0;
  }
}
footer .copyright {
  position: relative;
  z-index: 0;
  padding-top: 10px;
}
footer .copyright:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EAF5F1;
}
footer .copyright .logo {
  margin: 0 auto;
  display: block;
  width: 208px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  footer .copyright .logo {
    width: 160px;
  }
}
footer .copyright .text {
  margin-top: -70px;
  height: 230px;
  background: url(/wp-content/themes/buy-shinshu/images/copyright_bg.svg) no-repeat center top/cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .copyright .text {
    height: 155px;
    margin-top: -35px;
  }
}
footer .copyright .text span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 0;
}
@media screen and (max-width: 768px) {
  footer .copyright .text span {
    bottom: 30px;
  }
}
footer .copyright .text .x {
  position: absolute;
  right: 0;
  bottom: 70px;
  left: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  footer .copyright .text .x {
    bottom: 50px;
  }
}

footer.footer02 {
  margin-top: -5px;
  padding-top: 20px;
}
footer.footer02 .float_btn_wrap {
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s;
}
footer.footer02 .float_btn_wrap * {
  pointer-events: none;
}
footer.footer02 .float_btn_wrap.show {
  opacity: 1;
  pointer-events: all;
}
footer.footer02 .float_btn_wrap.show * {
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  footer.footer02 .float_btn_wrap {
    display: none;
  }
}
footer.footer02 .float_btn_wrap .float_btn {
  width: 142px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
footer.footer02 .float_btn_wrap .float_btn:before, footer.footer02 .float_btn_wrap .float_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center/contain;
}
footer.footer02 .float_btn_wrap .float_btn:before {
  background-image: url(/wp-content/themes/buy-shinshu/images/float_btn_bg01.png);
  z-index: -1;
}
footer.footer02 .float_btn_wrap .float_btn:after {
  background-image: url(/wp-content/themes/buy-shinshu/images/float_btn_bg02.png);
  z-index: -2;
}
footer.footer02 .float_btn_wrap .float_btn > span {
  font-size: 1.0625rem;
  font-weight: 900;
  color: #FFE103;
  line-height: 1.18;
  display: block;
  padding-top: 5px;
}
footer.footer02 .float_btn_wrap .float_btn > span span {
  font-size: 0.9375rem;
  color: #fff;
}
footer.footer02 .float_btn_wrap .float_btn > span:after {
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  color: #D62D00;
  font-size: 0.75rem;
  margin: 5px auto 0;
}
footer.footer02 .content {
  display: flex;
  position: relative;
  z-index: 0;
  background: #FFFFF5;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  footer.footer02 .content {
    padding: 25px 0 40px;
  }
}
footer.footer02 .content:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 142px;
  z-index: -1;
  background: url(/wp-content/themes/buy-shinshu/images/footer_content_bg.svg) no-repeat center top/cover;
}
footer.footer02 .content .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer.footer02 .content .container {
    flex-direction: column;
  }
}
footer.footer02 .content .contact {
  border-top: 0;
  text-align: left;
  padding: 0;
}
@media screen and (max-width: 768px) {
  footer.footer02 .content .contact {
    text-align: center;
  }
}
footer.footer02 .content .contact h2 span {
  font-size: 0.875rem;
  color: #00A199;
  display: block;
  margin-bottom: 8px;
}
footer.footer02 .content .contact .info > span {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  footer.footer02 .content .contact .info > span {
    font-size: 0.75rem;
  }
}
footer.footer02 .content .contact .info > span span {
  font-size: 0.625rem;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
footer.footer02 .content hr {
  align-self: stretch;
  border: 0;
  width: 2px;
  background: url(/wp-content/themes/buy-shinshu/images/dot_line.svg) no-repeat center;
  margin: 0 40px;
}
@media screen and (max-width: 890px) {
  footer.footer02 .content hr {
    margin: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  footer.footer02 .content hr {
    height: 2px;
    width: auto;
    background-image: url(/wp-content/themes/buy-shinshu/images/dot_line_h.svg);
    margin: 20px 0 10px;
  }
}
footer.footer02 .content .nav02 {
  flex: 1;
  display: flex;
  column-gap: 15px;
}
@media screen and (max-width: 768px) {
  footer.footer02 .content .nav02 {
    flex: none;
    flex-direction: column;
  }
}
footer.footer02 .content .nav02 .col {
  flex: 1;
}
footer.footer02 .content .nav02 ul {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  footer.footer02 .content .nav02 ul {
    row-gap: 0;
  }
}
@media screen and (max-width: 768px) {
  footer.footer02 .content .nav02 ul li a {
    padding: 15px 0;
  }
  footer.footer02 .content .nav02 ul li a br {
    display: none;
  }
}
footer.footer02 .content .nav02 .btn_link {
  width: 220px;
  height: 54px;
  background: #FFE103;
  color: #00A199;
  outline-color: #FFE103;
  font-size: 1rem;
  justify-content: left;
  margin: 30px 0 0;
}
@media screen and (min-width: 769px) {
  footer.footer02 .content .nav02 .btn_link:hover {
    background: #fff;
    outline-color: #00A199;
  }
}
@media screen and (max-width: 1040px) {
  footer.footer02 .content .nav02 .btn_link {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  footer.footer02 .content .nav02 .btn_link {
    width: 206px;
    height: 40px;
    margin-top: 10px;
  }
}
footer.footer02 .content .nav02 .btn_link:after {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  footer.footer02 .content .nav02 .btn_link:after {
    width: 22px;
    height: 22px;
    font-size: 0.75rem;
  }
}
footer.footer02 .content .nav02 .btn_link span {
  text-align: left;
  line-height: 1.17;
}
@media screen and (max-width: 768px) {
  footer.footer02 .content .nav02 .btn_link span br {
    display: none;
  }
}
footer.footer02 .copyright {
  overflow: hidden;
  padding-top: 30px;
}
footer.footer02 .copyright:before {
  top: 20px;
}
footer.footer02 .copyright:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(/wp-content/themes/buy-shinshu/images/footer02_bg.svg) no-repeat center top/cover;
}
footer.footer02 .copyright .logo {
  width: 131px;
}

.top_main_visual {
  position: relative;
}
.top_main_visual .images {
  display: flex;
}
@media screen and (max-width: 768px) {
  .top_main_visual .images {
    flex-direction: column;
  }
}
.top_main_visual .images .image {
  width: 50%;
  min-height: 560px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_main_visual .images .image {
    width: 100%;
    min-height: 0;
    max-height: 350px;
  }
}
.top_main_visual .images .image:before {
  content: "";
  display: block;
  padding-top: 82%;
}
@media screen and (max-width: 768px) {
  .top_main_visual .images .image:before {
    padding-top: 74.7%;
  }
}
.top_main_visual .images .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top_main_visual h1 {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_main_visual h1 {
    flex-direction: column;
  }
}
.top_main_visual h1 .bg01,
.top_main_visual h1 .bg02 {
  width: 50%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .top_main_visual h1 .bg01,
  .top_main_visual h1 .bg02 {
    width: 100%;
    min-height: 0;
    max-height: 350px;
  }
}
.top_main_visual h1 .img01,
.top_main_visual h1 .img02 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top_main_visual h1 .img01,
  .top_main_visual h1 .img02 {
    max-width: 310px;
  }
}
.top_main_visual h1 .img01 {
  z-index: 5;
}
.top_main_visual h1 .img02 {
  top: 5px;
  bottom: -5px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .top_main_visual h1 .img02 {
    top: 3px;
    bottom: -3px;
  }
}

.contest_banner {
  text-align: center;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .contest_banner {
    padding-top: 40px;
  }
}

.sec_top .title_wrap {
  text-align: center;
}
.sec_top.sec01 {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec01 {
    padding-top: 40px;
  }
}
.sec_top.sec01 h2 {
  display: inline-block;
  font-size: 3.125rem;
  font-weight: 900;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sec_top.sec01 h2 {
    font-size: min(1.875rem, 8.6vw);
    margin-bottom: 15px;
  }
}
.sec_top.sec01 h2 span {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.sec_top.sec01 h2 span:after {
  content: "";
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background: #FFE103;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec_top.sec01 h2 span:after {
    height: 10px;
  }
}
.sec_top.sec01 h2 span.s01 {
  color: #00A199;
}
.sec_top.sec01 h3 {
  text-align: center;
}
.sec_top.sec01 h3 img {
  position: relative;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec01 h3 img {
    left: 0;
  }
}
.sec_top.sec01 .p01 {
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.22;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec01 .p01 {
    font-size: 1rem;
    line-height: 2.125;
    position: relative;
    left: -5px;
    width: calc(100% + 10px);
    margin-bottom: 35px;
  }
}
.sec_top.sec01 .p01 span {
  font-size: 1.5rem;
  line-height: 1.92;
  font-weight: 900;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sec_top.sec01 .p01 span {
    font-size: 1.125rem;
    line-height: 2;
    margin-bottom: 5px;
  }
}
.sec_top.sec01 .bg_wrap {
  padding: 120px 0 130px;
  background: #EAF5F1;
  margin-top: -117px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec01 .bg_wrap {
    padding: 60px 0 75px;
    margin-top: -62px;
  }
}
.sec_top.sec01 .p02 {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 2;
  margin-top: -5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec01 .p02 {
    font-size: 1.125rem;
  }
}
.sec_top.sec01 .p02 span {
  display: inline-block;
  color: #00A199;
  font-size: 2rem;
  line-height: 1.44;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec01 .p02 span {
    font-size: min(1.375rem, 6.2vw);
    margin-top: 3px;
  }
}
.sec_top.sec01 .note {
  color: #808080;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.57;
}
.sec_top.sec02 {
  background: #00A199;
  padding: 135px 0 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 {
    padding: 65px 0 35px;
  }
}
.sec_top.sec02 h2 {
  max-width: 600px;
  height: 140px;
  margin: auto;
  border-radius: 30px;
  background: #F99000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.5rem;
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 h2 {
    max-width: 320px;
    width: calc(100% - 34px);
    height: 70px;
    font-size: min(1.375rem, 6.4vw);
    border-radius: 15px;
    top: -35px;
  }
}
.sec_top.sec02 h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 20px solid #F99000;
  border-right: 12px solid transparent;
  border-bottom: 0;
  border-left: 12px solid transparent;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 h2:after {
    border-top-width: 10px;
    border-right-width: 6px;
    border-left-width: 6px;
    bottom: -10px;
  }
}
.sec_top.sec02 h3 {
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 h3 {
    margin-bottom: 30px;
  }
}
.sec_top.sec02 h3 > span {
  display: block;
  color: #fff;
}
.sec_top.sec02 h3 > span.s01 {
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 h3 > span.s01 {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
}
.sec_top.sec02 h3 > span.s01:before, .sec_top.sec02 h3 > span.s01:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 40px;
  background: no-repeat center/contain;
  margin: 0 20px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 h3 > span.s01:before, .sec_top.sec02 h3 > span.s01:after {
    width: 19px;
    height: 29px;
  }
}
.sec_top.sec02 h3 > span.s01:before {
  background-image: url(/wp-content/themes/buy-shinshu/images/title_dec11.svg);
}
.sec_top.sec02 h3 > span.s01:after {
  background-image: url(/wp-content/themes/buy-shinshu/images/title_dec12.svg);
}
.sec_top.sec02 h3 > span.s02 {
  font-size: 3.125rem;
  color: #FFE103;
  margin-bottom: 20px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 h3 > span.s02 {
    font-size: min(2rem, 8.6vw);
    margin-bottom: 15px;
  }
}
.sec_top.sec02 h3 > span.s02 span {
  display: inline-block;
}
.sec_top.sec02 h3 > span.s03 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 h3 > span.s03 {
    font-size: 1.375rem;
  }
}
.sec_top.sec02 .p01 {
  font-weight: 900;
  font-size: 1.5rem;
  color: #fff;
  line-height: 2;
  text-align: center;
  text-decoration: underline #FFE103 2px;
  text-underline-offset: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .p01 {
    font-size: min(1.125rem, 5vw);
    text-underline-offset: 5px;
    margin-bottom: 20px;
  }
}
.sec_top.sec02 .p01 span.s01 {
  font-size: 2rem;
  color: #FFE103;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .p01 span.s01 {
    font-size: min(1.375rem, 5.8vw);
  }
}
.sec_top.sec02 .p02 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2;
  text-align: center;
  margin-bottom: 70px;
}
.sec_top.sec02 .p02 span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .p02 {
    font-size: 1rem;
  }
}
.sec_top.sec02 .box {
  border-radius: 80px;
  background: #fff;
  font-weight: 900;
  padding: 50px;
}
@media screen and (max-width: 1040px) {
  .sec_top.sec02 .box {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .box {
    padding: 30px 15px;
    border-radius: 40px;
  }
}
.sec_top.sec02 .box .box_title {
  font-size: 2rem;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .box .box_title {
    font-size: 1.25rem;
    margin-bottom: 20px;
    line-height: 1.3;
  }
}
.sec_top.sec02 .box ol {
  counter-reset: cnt;
  display: flex;
  justify-content: center;
  column-gap: 47px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .box ol {
    flex-direction: column;
    align-items: center;
    column-gap: 0;
    row-gap: 10px;
    margin-bottom: 20px;
  }
}
.sec_top.sec02 .box ol li {
  counter-increment: cnt;
  max-width: 320px;
  width: 100%;
  position: relative;
  border: 4px solid #00A199;
  background: #FFFFF5;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .box ol li {
    max-width: 228px;
  }
}
.sec_top.sec02 .box ol li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec_top.sec02 .box ol li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sec_top.sec02 .box ol li .text.t02 {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .box ol li .text.t02 {
    padding-top: 35px;
  }
}
.sec_top.sec02 .box ol li .text:before {
  content: "0" counter(cnt);
  display: block;
  font-size: 2.625rem;
  color: #F99000;
  text-align: center;
  position: absolute;
  top: 30px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .box ol li .text:before {
    font-size: 1.8125rem;
    top: 20px;
  }
}
.sec_top.sec02 .box ol li .text h4 {
  font-size: 1.625rem;
  color: #00A199;
  line-height: 1.54;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .box ol li .text h4 {
    font-size: 1.125rem;
  }
}
.sec_top.sec02 .box ol li .text .note {
  font-size: 0.875rem;
  color: #808080;
  font-weight: 400;
  margin-top: 5px;
}
.sec_top.sec02 .box ol li .text hr {
  border: 0;
  width: 77%;
  height: 1px;
  background: #00A199;
  margin: 15px 0 12px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .box ol li .text hr {
    margin: 10px 0 7px;
  }
}
.sec_top.sec02 .box ol li .text .other {
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  font-size: 0.9375rem;
  margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .box ol li .text .other {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
}
.sec_top.sec02 .box .link_title {
  font-size: 2rem;
  font-weight: 900;
  color: #00A199;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .box .link_title {
    font-size: min(1.25rem, 6.1vw);
    margin-bottom: 10px;
  }
}
.sec_top.sec02 .box .link_title:before, .sec_top.sec02 .box .link_title:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 33px;
  margin: 0 15px;
  background: no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .box .link_title:before, .sec_top.sec02 .box .link_title:after {
    width: 10px;
    height: 24px;
    margin: 0 10px;
  }
}
.sec_top.sec02 .box .link_title:before {
  background-image: url(/wp-content/themes/buy-shinshu/images/title_dec21.svg);
}
.sec_top.sec02 .box .link_title:after {
  background-image: url(/wp-content/themes/buy-shinshu/images/title_dec22.svg);
}
.sec_top.sec02 .box .btn_link {
  height: 120px;
  background: #EF4012;
  color: #FFE103;
  border-radius: 60px;
  font-size: 2.5rem;
  padding: 30px;
  outline: 4px solid #EF4012;
  outline-offset: -4px;
}
@media screen and (min-width: 769px) {
  .sec_top.sec02 .box .btn_link:hover {
    background: #fff;
    outline-color: #EF4012;
    color: #EF4012;
  }
  .sec_top.sec02 .box .btn_link:hover:after {
    color: #fff;
    background: #EF4012;
  }
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .box .btn_link {
    height: 80px;
    border-radius: 40px;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 370px) {
  .sec_top.sec02 .box .btn_link {
    line-height: 1.2;
  }
}
.sec_top.sec02 .box .btn_link:after {
  width: 60px;
  height: 60px;
  right: 30px;
  color: #EF4012;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .sec_top.sec02 .box .btn_link:after {
    width: 36px;
    height: 36px;
    right: 13px;
    font-size: 1.0625rem;
  }
}

.top_lead_content {
  background: linear-gradient(to bottom, #EAF5F1 0, #EAF5F1 45%, #FFFFFF 100%);
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  .top_lead_content {
    padding: 20px 0 40px;
  }
}
.top_lead_content .important_news {
  display: flex;
  align-items: center;
  position: relative;
}
.top_lead_content .important_news h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #FFE103;
  font-size: 1.25rem;
  text-align: center;
  width: 130px;
  height: 130px;
  background: url(/wp-content/themes/buy-shinshu/images/top_important_news.svg) no-repeat center/cover;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .top_lead_content .important_news h2 {
    width: 100px;
    height: 100px;
    font-size: 1rem;
  }
}
.top_lead_content .important_news .swiper_wrap {
  width: calc(100% - 130px);
  background: #EB613D;
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: 1rem;
  padding: 0 35px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top_lead_content .important_news .swiper_wrap {
    width: calc(100% - 100px);
    height: 80px;
    padding: 0 15px;
  }
}
.top_lead_content .important_news .swiper_wrap:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50px;
  width: 50%;
  height: 100%;
  background: #EB613D;
}
.top_lead_content .important_news .swiper_wrap .swiper {
  width: 100%;
}
.top_lead_content .important_news .swiper_wrap .news {
  display: flex;
  column-gap: 30px;
  height: 60px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top_lead_content .important_news .swiper_wrap .news {
    flex-direction: column;
    line-height: 1.43;
    font-size: 0.875rem;
    align-items: flex-start;
    height: auto;
  }
}
.top_lead_content .important_news .swiper_wrap .news time {
  color: #FFE103;
}
.top_lead_content .important_news .swiper_wrap .news h3 {
  color: #fff;
}
.top_lead_content .important_news .swiper-navigation {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top_lead_content .important_news .swiper-navigation {
    bottom: -20px;
  }
}
.top_lead_content .important_news .swiper-navigation .swiper-button-prev,
.top_lead_content .important_news .swiper-navigation .swiper-button-next {
  position: static;
  font-size: 1rem;
  font-weight: 900;
  height: auto;
  color: #888888;
  text-decoration: none;
  opacity: 1 !important;
  margin: 0;
}
.top_lead_content .important_news .swiper-navigation .swiper-button-prev:after,
.top_lead_content .important_news .swiper-navigation .swiper-button-next:after {
  content: none;
}
.top_lead_content .important_news .swiper-navigation .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  width: auto;
}
.top_lead_content .important_news .swiper-navigation .swiper-pagination .swiper-pagination-bullet {
  background: #D3D3D3;
  opacity: 1;
  margin: 0 8px;
}
.top_lead_content .important_news .swiper-navigation .swiper-pagination .swiper-pagination-bullet-active {
  background: #EB613D;
}
.top_lead_content.v03 {
  background: linear-gradient(to bottom, #EBF5EA 0, #EBF5EA 45%, #FFFFFF 100%);
}

.top_main_slide {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top_main_slide {
    margin-bottom: 30px;
  }
}
.top_main_slide .swiper a {
  display: block;
}
.top_main_slide .swiper .swiper-navigation .swiper-button-prev,
.top_main_slide .swiper .swiper-navigation .swiper-button-next {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .top_main_slide .swiper .swiper-navigation .swiper-button-prev,
  .top_main_slide .swiper .swiper-navigation .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.top_main_slide .swiper .swiper-navigation .swiper-button-prev:after,
.top_main_slide .swiper .swiper-navigation .swiper-button-next:after {
  content: none;
}
.top_main_slide .swiper .swiper-navigation .swiper-button-prev {
  left: 17.5%;
}
@media screen and (max-width: 768px) {
  .top_main_slide .swiper .swiper-navigation .swiper-button-prev {
    left: 10%;
  }
}
.top_main_slide .swiper .swiper-navigation .swiper-button-next {
  right: 17.5%;
}
@media screen and (max-width: 768px) {
  .top_main_slide .swiper .swiper-navigation .swiper-button-next {
    right: 10%;
  }
}

.sec_top02.sec01 {
  /*padding: 0 $base_container_pad;*/
}
.sec_top02.sec02 .p01 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.77;
  margin-bottom: 40px;
}
.sec_top02.sec02 .project_list {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec_top02.sec02 .project_list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec_top02.sec02 .btn_link {
    height: 60px;
  }
  .sec_top02.sec02 .btn_link span {
    font-size: 1rem;
  }
}
.sec_top02.sec03 {
  padding: 47px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_top02.sec03 {
    padding: 40px 0 70px;
  }
}
.sec_top02.sec03:before {
  content: "";
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  height: 140px;
  background: url(/wp-content/themes/buy-shinshu/images/sec_top02_bg03.svg) no-repeat center top;
}
@media screen and (max-width: 768px) {
  .sec_top02.sec03:before {
    background-image: url(/wp-content/themes/buy-shinshu/images/sec_top02_bg03_sp.svg);
  }
}
.sec_top02.sec03:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(/wp-content/themes/buy-shinshu/images/sec_top02_bg04.svg) no-repeat center bottom/cover;
}
.sec_top02.sec03 .content {
  padding-top: 57px;
  position: relative;
  overflow: hidden;
}
.sec_top02.sec03 .content:before {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 62%;
  bottom: 0;
  left: 0;
  background: #EAF5F1;
}
@media screen and (max-width: 768px) {
  .sec_top02.sec03 .content:before {
    content: "";
  }
}
.sec_top02.sec03 .content .bg:before {
  content: "";
  position: absolute;
  top: 210px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/buy-shinshu/images/sec_top02_img14.svg) no-repeat center top;
}
@media screen and (max-width: 768px) {
  .sec_top02.sec03 .content .bg:before {
    top: 177px;
    background-image: url(/wp-content/themes/buy-shinshu/images/sec_top02_img14_sp.svg);
  }
}
.sec_top02.sec03 .content .bg:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 232px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/buy-shinshu/images/sec_top02_bg02.svg) no-repeat center top/100%;
}
@media screen and (max-width: 1920px) {
  .sec_top02.sec03 .content .bg:after {
    background-size: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec_top02.sec03 .content .bg:after {
    top: 200px;
    background-image: url(/wp-content/themes/buy-shinshu/images/sec_top02_bg02_sp.svg);
  }
}
.sec_top02.sec03 .content h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec_top02.sec03 .content h2 {
    margin-bottom: 35px;
  }
}
.sec_top02.sec03 .content .container_wrap {
  background: #EAF5F1;
}
.sec_top02.sec03 .content p.p01 {
  text-decoration: underline #F99000 2px;
  text-underline-offset: 10px;
  text-align: center;
  line-height: 2.08;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_top02.sec03 .content p.p01 {
    font-size: 1.25rem;
    text-underline-offset: 5px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
.sec_top02.sec03 .content p.p01 span {
  color: #00A199;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sec_top02.sec03 .content p.p01 span {
    font-size: 1.5rem;
  }
}
.sec_top02.sec03 .content p.p02 {
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
  /*margin-bottom: 85px;*/
}
@media screen and (max-width: 768px) {
  .sec_top02.sec03 .content p.p02 {
    margin-bottom: 35px;
  }
}
.sec_top02.sec03 .content .movie {
  max-width: 650px;
  margin: 30px auto 0;
}
.sec_top02.sec03 .content .partner_count {
  /*margin-top: -40px;*/
  --color: #EB613D;
}
@media screen and (max-width: 768px) {
  .sec_top02.sec03 .content .partner_count {
    margin-top: 30px;
  }
}
.sec_top02.sec03 .content .link_title {
  font-size: 2rem;
  font-weight: 900;
  color: #F7B52C;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec_top02.sec03 .content .link_title {
    font-size: min(1.25rem, 6.1vw);
    margin-bottom: 10px;
  }
}
.sec_top02.sec03 .content .link_title:before, .sec_top02.sec03 .content .link_title:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 33px;
  margin: 0 15px;
  background: no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sec_top02.sec03 .content .link_title:before, .sec_top02.sec03 .content .link_title:after {
    width: 10px;
    height: 24px;
    margin: 0 10px;
  }
}
.sec_top02.sec03 .content .link_title:before {
  background-image: url(/wp-content/themes/buy-shinshu/images/title_dec21.svg);
}
.sec_top02.sec03 .content .link_title:after {
  background-image: url(/wp-content/themes/buy-shinshu/images/title_dec22.svg);
}
.sec_top02.sec03 .content .btn_link:not(.partner_pdf) {
  height: 120px;
  background: #FFE103;
  color: #00A199;
  border-radius: 60px;
  font-size: 2.5rem;
  padding: 30px;
  outline: 4px solid #FFE103;
  outline-offset: -4px;
}
@media screen and (min-width: 769px) {
  .sec_top02.sec03 .content .btn_link:not(.partner_pdf):hover {
    background: #fff;
    outline-color: #00A199;
    color: #00A199;
  }
  .sec_top02.sec03 .content .btn_link:not(.partner_pdf):hover:after {
    color: #fff;
    background: #00A199;
  }
}
@media screen and (max-width: 768px) {
  .sec_top02.sec03 .content .btn_link:not(.partner_pdf) {
    max-width: 600px;
    margin: auto;
    height: 80px;
    border-radius: 40px;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 370px) {
  .sec_top02.sec03 .content .btn_link:not(.partner_pdf) {
    line-height: 1.2;
  }
}
.sec_top02.sec03 .content .btn_link:not(.partner_pdf):after {
  width: 60px;
  height: 60px;
  right: 30px;
  color: #00A199;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .sec_top02.sec03 .content .btn_link:not(.partner_pdf):after {
    width: 36px;
    height: 36px;
    right: 13px;
    font-size: 1.0625rem;
  }
}
.sec_top02.sec03 .container_wrap {
  position: relative;
  z-index: 10;
}
.sec_top02.sec03 .sec_about {
  max-width: 1200px;
  background: #fff;
  border-radius: 100px;
  margin: 80px auto 90px;
}
@media screen and (max-width: 768px) {
  .sec_top02.sec03 .sec_about {
    margin: 60px 10px;
    border-radius: 50px;
  }
}
.sec_top02.sec03.v3:after {
  background-image: url(/wp-content/themes/buy-shinshu/images/sec_top02_bg04_v3.svg);
}
.sec_top02.sec03.v3 .content .bg:before {
  background-image: url(/wp-content/themes/buy-shinshu/images/sec_top02_img14_v3.webp);
  background-size: 1082px;
}
@media screen and (max-width: 768px) {
  .sec_top02.sec03.v3 .content .bg:before {
    background-image: url(/wp-content/themes/buy-shinshu/images/sec_top02_img14_v3_sp.webp);
    background-size: 340px;
    background-position: calc(50% + 8px) 0;
  }
}
.sec_top02.sec03.v3 .content .bg:after {
  background-image: url(/wp-content/themes/buy-shinshu/images/sec_top02_bg02_v3.svg);
}
@media screen and (max-width: 768px) {
  .sec_top02.sec03.v3 .content .bg:after {
    background-image: url(/wp-content/themes/buy-shinshu/images/sec_top02_bg02_v3_sp.svg);
  }
}
.sec_top02.sec03.v3 .content .container_wrap {
  background: #EBF5EA;
}
.sec_top02.sec04 {
  padding: 60px 0 60px;
}
.sec_top02.sec04 .title_list {
  display: flex;
  column-gap: 90px;
}
@media screen and (max-width: 768px) {
  .sec_top02.sec04 .title_list {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec_top02.sec04 .title_list .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 350px;
  }
}
.sec_top02.sec04 .title_list .title h2 {
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sec_top02.sec04 .title_list .title h2 {
    margin-bottom: 0;
  }
}
.sec_top02.sec04 .title_list .title h2 .en {
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.sec_top02.sec04 .title_list .title h2 .jp {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .sec_top02.sec04 .title_list .title h2 .jp {
    font-size: 1.625rem;
  }
}
.sec_top02.sec04 .title_list .title .btn_link {
  width: 160px;
  height: 36px;
  font-size: 1rem;
  justify-content: flex-start;
  margin: 0;
}
@media screen and (max-width: 370px) {
  .sec_top02.sec04 .title_list .title .btn_link {
    width: 140px;
  }
}
.sec_top02.sec04 .title_list .title .btn_link:after {
  width: 20px;
  height: 20px;
  font-size: 0.75rem;
}
.sec_top02.sec04 .title_list .list {
  flex: 1;
}

.sub_main_visual {
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EAF5F1;
}
@media screen and (max-width: 768px) {
  .sub_main_visual {
    height: 190px;
  }
}
.sub_main_visual h1 {
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
  color: #00A199;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .sub_main_visual h1 {
    font-size: 1.875rem;
  }
}
.sub_main_visual h1 .sub {
  font-size: 1.75rem;
  color: #3A3A3A;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sub_main_visual h1 .sub {
    font-size: 1.125rem;
  }
}

.sub .first_visual.fv03 {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .sub .first_visual.fv03 {
    padding-top: 50px;
  }
}

.first_visual {
  border-top: 10px solid #00A199;
}
@media screen and (max-width: 768px) {
  .first_visual {
    border-top: 0;
    padding-top: 50px;
  }
}
.first_visual .top_page {
  position: relative;
  max-height: 400px;
  background: url(/wp-content/themes/buy-shinshu/images/top_first_visual_image.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .first_visual .top_page {
    max-height: 100%;
    background-image: url(/wp-content/themes/buy-shinshu/images/top_first_visual_sp.png);
  }
}
.first_visual .top_page:before {
  content: "";
  display: block;
  padding-top: 29.28%;
}
@media screen and (max-width: 768px) {
  .first_visual .top_page:before {
    padding-top: 130.78%;
  }
}
.first_visual .top_page:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url(/wp-content/themes/buy-shinshu/images/top_first_visual_text.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .first_visual .top_page:after {
    display: none;
  }
}
.first_visual .top_page .swiper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 600px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .first_visual .top_page .swiper {
    top: 9%;
    max-width: 100%;
    height: 64%;
  }
}
.first_visual .top_page .swiper .swiper-slide {
  text-align: center;
  height: 100%;
  padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .first_visual .top_page .swiper .swiper-slide {
    padding: 0;
    text-align: left;
  }
}
.first_visual .top_page .swiper .swiper-slide img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .first_visual .top_page .swiper .swiper-slide img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: initial;
    max-width: unset;
  }
}
.first_visual .sub_page {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EAF5F1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .first_visual .sub_page {
    height: 200px;
    border-bottom: 4px solid #00A199;
  }
}
.first_visual .sub_page:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/buy-shinshu/images/sub_first_visual_bg.svg) no-repeat center bottom;
}
@media screen and (max-width: 768px) {
  .first_visual .sub_page:before {
    background-image: url(/wp-content/themes/buy-shinshu/images/sub_first_visual_bg_sp.svg);
  }
}
.first_visual .sub_page .h1_title {
  position: relative;
  z-index: 5;
  margin: 0;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .first_visual .sub_page .h1_title {
    margin-top: -23px;
  }
  .first_visual .sub_page .h1_title .en {
    font-size: 0.875rem;
  }
  .first_visual .sub_page .h1_title .jp {
    font-size: 2rem;
  }
}
.first_visual.fv03 {
  padding-top: 20px;
  border-top: 0;
}
@media screen and (max-width: 768px) {
  .first_visual.fv03 {
    padding-top: 85px;
  }
}
.first_visual.fv03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #8DC21F 0, #8DC21F calc(50% - 420px), #1EAA39 calc(50% - 420px), #1EAA39 calc(50% - 140px), #00A199 calc(50% - 140px), #00A199 calc(50% + 140px), #5BB546 calc(50% + 140px), #5BB546 calc(50% + 420px), #8DC21F calc(50% + 420px), #8DC21F 100%);
}
@media screen and (max-width: 768px) {
  .first_visual.fv03:before {
    content: none;
  }
}
.first_visual.fv03 .top_page {
  background-image: url(/wp-content/themes/buy-shinshu/images/top_main_visual03.webp);
  position: relative;
}
@media screen and (max-width: 768px) {
  .first_visual.fv03 .top_page {
    background-image: url(/wp-content/themes/buy-shinshu/images/top_main_visual03_sp.webp);
  }
}
@media screen and (max-width: 768px) {
  .first_visual.fv03 .top_page:before {
    padding-top: 125.54%;
  }
}
.first_visual.fv03 .top_page:after {
  content: none;
}
.first_visual.fv03 .top_page .counter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% + 240px);
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .first_visual.fv03 .top_page .counter {
    left: 68%;
  }
}
@media screen and (max-width: 768px) {
  .first_visual.fv03 .top_page .counter {
    left: 0;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
  }
}
.first_visual.fv03 .top_page .counter .frame {
  height: 68%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .first_visual.fv03 .top_page .counter .frame {
    width: 50.93vw;
    height: auto;
    right: 4.53vw;
    bottom: 9.47vw;
  }
}
.first_visual.fv03 .top_page .counter .frame .frame_img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .first_visual.fv03 .top_page .counter .frame .frame_img {
    width: 100%;
    height: auto;
  }
}
.first_visual.fv03 .top_page .counter .frame .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  padding-top: 11.59%;
  text-align: center;
}
.first_visual.fv03 .top_page .counter .frame .text .txt01 {
  font-size: 1.25rem;
  font-weight: 900;
  color: #8DC21F;
  margin-bottom: 4.7%;
}
@media screen and (max-width: 1366px) {
  .first_visual.fv03 .top_page .counter .frame .text .txt01 {
    font-size: 1.46vw;
  }
}
@media screen and (max-width: 768px) {
  .first_visual.fv03 .top_page .counter .frame .text .txt01 {
    font-size: 4vw;
  }
}
.first_visual.fv03 .top_page .counter .frame .text .txt02 {
  font-size: 3.0625rem;
  font-weight: 900;
  color: #EB613D;
  margin-bottom: 7.46%;
}
@media screen and (max-width: 1366px) {
  .first_visual.fv03 .top_page .counter .frame .text .txt02 {
    font-size: 3.59vw;
  }
}
@media screen and (max-width: 768px) {
  .first_visual.fv03 .top_page .counter .frame .text .txt02 {
    font-size: 9.6vw;
  }
}
.first_visual.fv03 .top_page .counter .frame .text .txt03 {
  font-size: 0.875rem;
  margin-bottom: 14%;
}
@media screen and (max-width: 1366px) {
  .first_visual.fv03 .top_page .counter .frame .text .txt03 {
    font-size: 1.03vw;
  }
}
@media screen and (max-width: 768px) {
  .first_visual.fv03 .top_page .counter .frame .text .txt03 {
    font-size: 2.67vw;
  }
}
.first_visual.fv03 .top_page .counter .frame .text .txt04 {
  margin-bottom: 5%;
  padding: 0 4%;
}
@media screen and (max-width: 768px) {
  .first_visual.fv03 .top_page .counter .frame .text .txt04 {
    padding: 0;
  }
  .first_visual.fv03 .top_page .counter .frame .text .txt04 img {
    width: 75.9%;
  }
}
.first_visual.fv03 .top_page .counter .frame .text .btn_link {
  max-width: 170px;
  width: 67%;
  height: auto;
  background: #FFE103;
  color: #00A199;
  font-size: 0.8125rem;
  justify-content: left;
  outline-color: #FFE103;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 1366px) {
  .first_visual.fv03 .top_page .counter .frame .text .btn_link {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 769px) {
  .first_visual.fv03 .top_page .counter .frame .text .btn_link:hover {
    outline-color: #00A199;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .first_visual.fv03 .top_page .counter .frame .text .btn_link {
    max-width: 100%;
    width: 89%;
    font-size: 3vw;
  }
}
.first_visual.fv03 .top_page .counter .frame .text .btn_link:before {
  content: "";
  display: block;
  padding: 0;
  padding-top: 22.35%;
  width: auto;
  height: auto;
  position: static;
}
.first_visual.fv03 .top_page .counter .frame .text .btn_link:after {
  width: 23px;
  height: 23px;
  font-size: 0.75rem;
  right: 4%;
}
@media screen and (max-width: 1040px) {
  .first_visual.fv03 .top_page .counter .frame .text .btn_link:after {
    zoom: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .first_visual.fv03 .top_page .counter .frame .text .btn_link:after {
    zoom: 2;
  }
}
@media screen and (max-width: 600px) {
  .first_visual.fv03 .top_page .counter .frame .text .btn_link:after {
    zoom: 1.4;
  }
}
@media screen and (max-width: 400px) {
  .first_visual.fv03 .top_page .counter .frame .text .btn_link:after {
    zoom: 1;
  }
}
.first_visual.fv03 .top_page .counter .frame .text .btn_link span {
  text-align: left;
  line-height: 1.17;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.first_visual.fv03 .top_page .person {
  display: none;
  position: absolute;
  bottom: 0;
  left: -3vw;
  z-index: 1;
  width: 50.67vw;
}
@media screen and (max-width: 768px) {
  .first_visual.fv03 .top_page .person {
    display: block;
  }
}
.first_visual.fv03 .sub_page {
  background: #EBF5EA;
}
.first_visual.fv03 .sub_page:before {
  background-image: url(/wp-content/themes/buy-shinshu/images/sub_first_visual03_bg.svg);
}
@media screen and (max-width: 768px) {
  .first_visual.fv03 .sub_page:before {
    background-image: url(/wp-content/themes/buy-shinshu/images/sub_first_visual03_bg_sp.svg);
  }
}

.h_title02 {
  text-align: center;
  margin-bottom: 30px;
}
.h_title02 span {
  font-weight: 900;
  display: block;
}
.h_title02 span.en {
  font-size: 0.875rem;
  color: #00A199;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .h_title02 span.en {
    font-size: 0.75rem;
    margin-bottom: 5px;
  }
}
.h_title02 span.jp {
  font-size: 2.5rem;
  line-height: 1.31;
}
@media screen and (max-width: 768px) {
  .h_title02 span.jp {
    font-size: 2rem;
  }
}

.project_list {
  --cols: 3;
  --col_gap: 32px;
}
@media screen and (max-width: 1040px) {
  .project_list {
    --col_gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .project_list {
    --cols: 2;
  }
}
@media screen and (max-width: 600px) {
  .project_list {
    --cols: 1;
  }
}
.project_list ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--col_gap);
  row-gap: 32px;
}
@media screen and (max-width: 1040px) {
  .project_list ul {
    row-gap: 16px;
  }
}
.project_list ul li {
  width: calc((100% - var(--col_gap) * (var(--cols) - 1)) / var(--cols));
}
.project_list ul li .image_text {
  padding: 16px;
  border-radius: 20px;
  background: #FFFFF5;
  border: 2px solid #D3D3D3;
  display: block;
  color: #3A3A3A;
  text-decoration: none;
}
.project_list ul li .image_text .image {
  position: relative;
  margin-bottom: 10px;
  border-radius: 14px;
  overflow: hidden;
}
.project_list ul li .image_text .image:before {
  content: "";
  display: block;
  padding-top: 67.14%;
}
.project_list ul li .image_text .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.project_list ul li .image_text .image .no_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/buy-shinshu/images/logo02.svg) no-repeat center/auto 25%;
  background-color: #fff;
  border-radius: 14px;
  border: 1px solid #3A3A3A;
}
.project_list ul li .image_text .text h3 {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.55;
  margin-bottom: 5px;
}
.project_list ul li .image_text .text .company {
  line-height: 1.5;
  margin-bottom: 5px;
}
.project_list ul li .image_text .text .to_detail {
  text-align: right;
}
.project_list ul li .image_text .text .to_detail .btn_link {
  color: #00A199;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  width: auto;
}
.project_list ul li .image_text .text .to_detail .btn_link span {
  margin-bottom: 0;
}
.project_list ul li .image_text .text .to_detail .btn_link:after {
  width: 20px;
  height: 20px;
  font-size: 0.75rem;
  background: #00A199;
  color: #fff;
  position: static;
  margin: 0 0 0 10px;
}
.project_list ul li .image_text .text hr {
  border: 0;
  margin: 10px;
  width: 100%;
  height: 2px;
  background: url(/wp-content/themes/buy-shinshu/images/dot_line_h02.svg) no-repeat left center;
}

.project_cats {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
  --cat_color: #3A3A3A;
}
.project_cats .cat {
  display: inline-block;
  padding: 3px 10px 4px;
  border-radius: 12px;
  border: 1px solid var(--cat_color);
  color: var(--cat_color);
  font-size: 0.75rem;
  line-height: 1.3;
  background: #fff;
}
.project_cats a {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .project_cats a {
    transition: all 0.3s;
  }
  .project_cats a:hover {
    background: var(--cat_color);
    color: #fff;
  }
}
.project_cats a.active {
  background: var(--cat_color);
  color: #fff;
}

.news_list ul li {
  border-bottom: 1px solid #D3D3D3;
}
.news_list ul li:first-child a {
  padding-top: 0;
}
.news_list ul li a {
  padding: 22px 0;
  display: flex;
  column-gap: 30px;
  color: #3A3A3A;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .news_list ul li a {
    flex-direction: column;
    row-gap: 5px;
    padding: 18px 0;
    position: relative;
  }
}
.news_list ul li a time {
  color: #00A199;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .news_list ul li a time {
    margin-top: 0;
  }
}
.news_list ul li a h3 {
  font-weight: 900;
  flex: 1;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .news_list ul li a h3 {
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news_list ul li a h3 .news_important {
    position: absolute;
    top: -2px;
    left: 109px;
  }
}

.news_important {
  display: block;
  width: 120px;
  text-align: center;
  padding: 3px 0;
  background: #EB613D;
  color: #FFE103;
  font-size: 0.875rem;
  border-radius: 4px;
}

.breadcrumb {
  padding: 15px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    top: 10px;
    margin-bottom: 30px;
  }
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.breadcrumb ul li {
  margin-right: 20px;
  font-size: 0.625rem;
  position: relative;
  line-height: 1.2;
  font-weight: 500;
}
.breadcrumb ul li:after {
  content: "／";
  position: absolute;
  right: calc(-1em - (20px - 1em) / 2);
}
.breadcrumb ul li:last-child {
  margin-right: 0;
}
.breadcrumb ul li:last-child:after {
  content: none;
}
.breadcrumb ul li a {
  color: #3A3A3A;
  text-decoration: none;
}
.breadcrumb ul li a span {
  color: #3A3A3A;
}
.breadcrumb ul li span {
  color: #00A199;
  text-decoration: none;
}

.flow_content {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  background: url(/wp-content/themes/buy-shinshu/images/sec_top02_img11.svg) no-repeat center top/calc(100% - 17px * 2);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow_content {
    max-width: 430px;
    background-image: url(/wp-content/themes/buy-shinshu/images/sec_top02_img11_sp.svg);
  }
}
.flow_content.v3 {
  background-image: url(/wp-content/themes/buy-shinshu/images/sec_top02_img11_v3.svg);
}
@media screen and (max-width: 768px) {
  .flow_content.v3 {
    background-image: url(/wp-content/themes/buy-shinshu/images/sec_top02_img11_v3_sp.svg);
  }
}
.flow_content:before {
  content: "";
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: calc(95.3% - 17px * 2);
  height: 50%;
  background: #EAF5F1;
}
.flow_content:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: url(/wp-content/themes/buy-shinshu/images/sec_top02_bg01.svg) no-repeat center top;
}
@media screen and (max-width: 768px) {
  .flow_content:after {
    background-image: url(/wp-content/themes/buy-shinshu/images/sec_top02_bg01_sp.svg);
    background-size: 480px;
  }
}
.flow_content h2 {
  display: none;
}
.flow_content .wrap {
  position: relative;
  z-index: 5;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .flow_content .wrap {
    padding-bottom: 10px;
  }
}
.flow_content .image {
  max-width: 78.2%;
  margin: 0 auto 40px;
  padding-top: 9%;
}
@media screen and (max-width: 768px) {
  .flow_content .image {
    max-width: 67.4%;
    padding-top: 35%;
  }
}
.flow_content .image img {
  width: 100%;
}
.flow_content h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  column-gap: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .flow_content h3 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 768px) {
  .flow_content h3 {
    line-height: 1.29;
    font-size: 1.75rem;
  }
}
.flow_content h3:before, .flow_content h3:after {
  content: "";
  width: 32px;
  height: 28px;
  background: url(/wp-content/themes/buy-shinshu/images/icon_heart01.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .flow_content h3:before, .flow_content h3:after {
    width: 24px;
    height: 21px;
  }
}
.flow_content .p01 {
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .flow_content .p01 {
    margin-bottom: 40px;
    font-size: 1.125rem;
  }
}
.flow_content .btn_link {
  width: 320px;
  height: 70px;
  border-radius: 35px;
  font-size: 1.125rem;
}
@media screen and (max-width: 1040px) {
  .flow_content .btn_link {
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .flow_content .btn_link {
    width: 280px;
    height: 60px;
    font-size: 1rem;
    margin-bottom: 40px;
  }
}
.flow_content .img13 {
  position: absolute;
  right: 10%;
  bottom: -2%;
  /*width: 23.1%;*/
  width: 295px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .flow_content .img13 {
    right: 20px;
  }
}
@media screen and (max-width: 890px) {
  .flow_content .img13 {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .flow_content .img13 {
    position: static;
    display: block;
    margin: auto;
    /*width: 78.3%;*/
    width: 267px;
  }
}

.paging.archive {
  display: flex;
  justify-content: center;
  padding: 75px 0 100px;
}
@media screen and (max-width: 768px) {
  .paging.archive {
    padding: 70px 0 80px;
  }
}
.paging.archive span,
.paging.archive a {
  width: 36px;
  height: 36px;
  margin: 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  color: #3A3A3A;
  border-radius: 50%;
}
.paging.archive span.current,
.paging.archive a.current {
  background: #00A199;
  color: #fff;
  font-size: 1.125rem;
  padding-bottom: 4px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .paging.archive span,
  .paging.archive a {
    width: 32px;
    height: 32px;
  }
}
.paging.archive a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .paging.archive a:hover {
    opacity: 0.7;
  }
}
.paging.single {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .paging.single {
    padding: 60px 0;
    flex-wrap: wrap;
  }
}
.paging.single .prev,
.paging.single .next {
  min-width: 60px;
}
@media screen and (max-width: 768px) {
  .paging.single .prev,
  .paging.single .next {
    order: 3;
  }
}
.paging.single .prev a,
.paging.single .prev span,
.paging.single .next a,
.paging.single .next span {
  color: #3A3A3A;
  font-weight: 400;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .paging.single .prev a,
  .paging.single .prev span {
    margin-right: 74px;
  }
}
@media screen and (max-width: 768px) {
  .paging.single .to_list {
    width: 100%;
    margin-bottom: 20px;
  }
}
.paging.single .to_list a {
  width: 293px;
  margin: 0 40px;
  background: #00A199;
  outline-color: #00A199;
}
.paging.single .to_list a:before {
  color: #00A199;
}
@media screen and (min-width: 769px) {
  .paging.single .to_list a:hover {
    background: #fff;
    color: #00A199;
  }
  .paging.single .to_list a:hover:before {
    color: #fff;
    background: #00A199;
  }
}
@media screen and (max-width: 768px) {
  .paging.single .to_list a {
    margin: 0 auto;
  }
}

.partner_count {
  text-align: center;
  margin: 40px 0;
  --color: #F99000;
}
@media screen and (max-width: 768px) {
  .partner_count {
    margin: 30px 0;
  }
}
.partner_count .count {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color);
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .partner_count .count {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
.partner_count .count span {
  font-size: 2.5rem;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .partner_count .count span {
    font-size: 2.25rem;
  }
}
.partner_count .date {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .partner_count .date {
    font-size: 0.875rem;
  }
}

.sec_contact {
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  .sec_contact {
    padding: 40px 0;
  }
}
.sec_contact .contact_form {
  position: relative;
}
.sec_contact .h2_wrap {
  background: #00A199;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 80px;
  border-radius: 20px 20px 0 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec_contact .h2_wrap {
    height: 60px;
  }
}
.sec_contact .h2_wrap h2 {
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec_contact .h2_wrap h2 {
    font-size: 1.5rem;
  }
}
.sec_contact .h2_wrap h2 .sub {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 7px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec_contact .h2_wrap h2 .sub {
    margin-top: 5px;
    font-size: 0.875rem;
  }
}
.sec_contact .require {
  display: inline-block;
  padding: 3px 9px 6px;
  border-radius: 6px;
  background: #00A199;
  color: #fff;
  margin-right: 12px;
  font-weight: 400;
}
.sec_contact .require:before {
  content: "必須";
}
.sec_contact .type_radio .wpcf7-list-item.has-free-text {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .sec_contact .type_radio .wpcf7-list-item.has-free-text {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }
}
.sec_contact .type_radio .wpcf7-list-item.has-free-text input {
  flex: 1;
  background: #fff;
}
.sec_contact .type_radio.type01 .wpcf7-form-control {
  padding: 45px 30px;
}
@media screen and (max-width: 768px) {
  .sec_contact .type_radio.type01 .wpcf7-form-control {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec_contact .type_radio.type01 .wpcf7-form-control {
    flex-direction: column;
    row-gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec_contact .type_radio.type01 .wpcf7-list-item {
    width: 100% !important;
  }
}
.sec_contact .type_radio.type01 .wpcf7-list-item:nth-child(3n+1) {
  width: calc((100% - 50px) * 0.365);
}
.sec_contact .type_radio.type01 .wpcf7-list-item:nth-child(3n+2) {
  width: calc((100% - 50px) * 0.285);
}
.sec_contact .type_radio.type01 .wpcf7-list-item:nth-child(3n+3) {
  width: calc((100% - 50px) * 0.35);
}
.sec_contact .type_radio.type02 .wpcf7-form-control {
  column-gap: 80px;
}
@media screen and (max-width: 768px) {
  .sec_contact .type_radio.type02 .wpcf7-form-control {
    column-gap: 40px;
  }
}
.sec_contact .type_radio.type03 .wpcf7-form-control {
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .sec_contact .type_radio.type03 .wpcf7-form-control {
    flex-direction: column;
  }
}
.sec_contact .type_radio.type04 .wpcf7-form-control {
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec_contact .type_radio.type04 .wpcf7-form-control {
    padding: 20px;
    row-gap: 15px;
  }
}
.sec_contact .type_radio.type04 .wpcf7-form-control .wpcf7-list-item {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .sec_contact .type_radio.type04 .wpcf7-form-control .wpcf7-list-item {
    width: 100%;
  }
}
.sec_contact .type_radio .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  background: #F0F0F0;
  border-radius: 10px;
  padding: 15px 30px;
  column-gap: 23px;
  row-gap: 30px;
}
.sec_contact .type_radio label input[type=radio],
.sec_contact .type_radio label input[type=checkbox] {
  display: none;
}
.sec_contact .type_radio label input[type=radio]:checked + .wpcf7-list-item-label:before,
.sec_contact .type_radio label input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  border-color: #00A199;
}
.sec_contact .type_radio label input[type=radio]:checked + .wpcf7-list-item-label:after,
.sec_contact .type_radio label input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
}
.sec_contact .type_radio label .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  position: relative;
  line-height: 1.2;
  padding-left: 25px;
}
.sec_contact .type_radio label .wpcf7-list-item-label:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #3A3A3A;
  color: #00A199;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_contact .type_radio label .wpcf7-list-item-label:after {
  content: none;
  position: absolute;
  top: 10px;
  left: 10px;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00A199;
}
.sec_contact .dl_list {
  max-width: 900px;
  margin: 0 auto 50px;
}
.sec_contact .dl_list dl {
  padding: 24px 0;
  border-bottom: 1px solid #D3D3D3;
}
@media screen and (max-width: 768px) {
  .sec_contact .dl_list dl {
    padding: 16px 0;
  }
}
.sec_contact .dl_list dl dt {
  display: block;
  font-weight: 700;
  margin-bottom: 17px;
  line-height: 1.625;
}
.sec_contact .dl_list dl dd {
  display: block;
}
.sec_contact .dl_list dl dd .num_cell {
  display: flex;
}
.sec_contact .dl_list dl dd .num_cell > * {
  margin-left: 0.5em;
}
.sec_contact .dl_list dl dd .num_cell > *:first-child {
  margin-left: 0;
}
.sec_contact .dl_list dl dd .num_cell > *.line {
  margin-top: 13px;
}
.sec_contact .dl_list dl dd .note {
  font-size: 0.875rem;
  margin: 5px 0;
  display: inline-block;
}
.sec_contact .dl_list dl dd .note .list.kome li {
  line-height: 1.57;
}
.sec_contact .dl_list dl dd .wrap01 {
  display: flex;
  column-gap: 20px;
  margin-top: 10px;
}
.sec_contact .dl_list dl dd .wrap01:first-child {
  margin-top: 0;
}
.sec_contact .dl_list dl dd .wrap01 > div:nth-child(1) {
  width: 4em;
  padding-top: 13px;
  font-weight: 700;
}
.sec_contact .dl_list dl dd .wrap01 > div:nth-child(2) {
  flex: 1;
}
.sec_contact .dl_list dl dd .wrap02 {
  display: flex;
  column-gap: 44px;
}
@media screen and (max-width: 768px) {
  .sec_contact .dl_list dl dd .wrap02 {
    flex-direction: column;
    row-gap: 16px;
  }
}
.sec_contact .dl_list dl dd .wrap02 > div {
  width: 50%;
  display: flex;
  column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .sec_contact .dl_list dl dd .wrap02 > div {
    width: 100%;
  }
}
.sec_contact .dl_list dl dd .wrap02 > div > div:nth-child(1) {
  width: 2em;
  padding-top: 13px;
  font-weight: 700;
}
.sec_contact .dl_list dl dd .wrap02 > div > div:nth-child(2) {
  flex: 1;
}
.sec_contact .dl_list dl dd .w01 {
  max-width: 200px;
}
.sec_contact .dl_list dl dd .w02 {
  max-width: 126px;
}
.sec_contact .outline {
  text-align: center;
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .sec_contact .outline {
    margin: 40px 0;
  }
}
.sec_contact .outline a {
  display: block;
  margin-bottom: 20px;
}
.sec_contact .outline label {
  display: block;
}
.sec_contact .privacy_policy {
  margin: 80px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_contact .privacy_policy {
    margin: 40px 0;
  }
}
.sec_contact .privacy_policy p {
  font-size: 0.875rem;
  margin: 0 auto 40px;
  max-width: 800px;
  text-align: left;
}
.sec_contact .privacy_policy > a {
  display: block;
  margin-bottom: 20px;
}
.sec_contact .privacy_policy > label {
  display: block;
}
.sec_contact.thanks {
  padding: 70px 0 100px;
}
@media screen and (max-width: 768px) {
  .sec_contact.thanks {
    padding: 40px 0;
  }
}
.sec_contact.thanks h2 {
  font-size: 2rem;
  color: #00A199;
  font-weight: 900;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec_contact.thanks h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.sec_contact.thanks .box {
  padding: 42px;
  border-radius: 20px;
  background: #F0F0F0;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sec_contact.thanks .box {
    padding: 30px 15px;
    margin-bottom: 40px;
  }
}
.sec_contact.thanks .box h3 {
  color: #F99000;
  text-align: center;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .sec_contact.thanks .box h3 {
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
}
.sec_contact.thanks .box p {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_contact.thanks .box p {
    font-size: 1rem;
  }
}
.sec_contact.thanks .box .box01 {
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_contact.thanks .box .box01 {
    padding: 22px;
  }
}
.sec_contact.thanks .box .box01 .s01 {
  font-size: 1.25rem;
  margin-bottom: 15px;
  line-height: 1.2;
}
.sec_contact.thanks .box .box01 .s02 {
  font-weight: 400;
  line-height: 1.625;
  margin-bottom: 12px;
}
.sec_contact.thanks .box .box01 .s03 {
  color: #00A199;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .sec_contact.thanks .box .box01 .s03 {
    font-size: 1rem;
  }
}
.sec_contact.thanks .box .box01 .s03 a {
  display: inline-block;
  margin-right: 2em;
  color: #00A199;
}
@media screen and (max-width: 1040px) {
  .sec_contact.thanks .box .box01 .s03 a {
    margin-right: 0;
  }
}

.contest header .logo {
  display: none;
}
.contest .sub_main_visual {
  display: none;
}
.contest_main_visual .text {
  padding: 59px 0;
  background: url(/wp-content/themes/buy-shinshu/images/contest_main_text_bg.svg) no-repeat calc(50% - 119px) calc(50% - 80px);
  background-color: #EAF5F1;
}
@media screen and (max-width: 768px) {
  .contest_main_visual .text {
    padding: 33px 0;
    background-image: url(/wp-content/themes/buy-shinshu/images/contest_main_text_bg_sp.svg);
    background-position: calc(50% - 31px) -93px;
  }
}
.contest_main_visual .text p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.67;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contest_main_visual .text p {
    font-size: 1.125rem;
    line-height: 1.56;
  }
}
.contest_main_visual .text p.p01, .contest_main_visual .text p.p0101 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contest_main_visual .text p.p01, .contest_main_visual .text p.p0101 {
    margin-bottom: 26px;
  }
}
.contest_main_visual .text p.p01:before, .contest_main_visual .text p.p0101:before {
  content: "";
  width: 81px;
  height: 129px;
  background: url(/wp-content/themes/buy-shinshu/images/contest_main_text_img01.svg) no-repeat center/contain;
  position: absolute;
  top: 15px;
  right: calc(50% - 450px);
}
@media screen and (max-width: 768px) {
  .contest_main_visual .text p.p01:before, .contest_main_visual .text p.p0101:before {
    width: 31px;
    height: 49px;
    top: -5px;
    right: calc(50% - 181px);
  }
}
.contest_main_visual .text p.p01:after, .contest_main_visual .text p.p0101:after {
  content: "";
  width: 134px;
  height: 102px;
  background: url(/wp-content/themes/buy-shinshu/images/contest_main_text_img02.svg) no-repeat center/contain;
  position: absolute;
  bottom: -90px;
  left: calc(50% - 438px);
}
@media screen and (max-width: 768px) {
  .contest_main_visual .text p.p01:after, .contest_main_visual .text p.p0101:after {
    width: 51px;
    height: 39px;
    bottom: 13px;
    left: calc(50% - 180px);
  }
}
.contest_main_visual .text p.p0101 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contest_main_visual .text p.p0101 {
    margin-bottom: 0;
  }
}
.contest_main_visual .text p.p0101:after {
  bottom: -60px;
}
@media screen and (max-width: 768px) {
  .contest_main_visual .text p.p0101:after {
    bottom: 13px;
  }
}
.contest_main_visual .text p.p02:before, .contest_main_visual .text p.p0202:before {
  content: "";
  width: 114px;
  height: 163px;
  background: url(/wp-content/themes/buy-shinshu/images/contest_main_text_img03.svg) no-repeat center/contain;
  position: absolute;
  top: 6px;
  right: calc(50% - 355px);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .contest_main_visual .text p.p02:before, .contest_main_visual .text p.p0202:before {
    width: 48px;
    height: 67px;
    top: auto;
    bottom: -68px;
    right: calc(50% - 137px);
  }
}
.contest_main_visual .text p.p0202:before {
  top: -35px;
}
@media screen and (max-width: 768px) {
  .contest_main_visual .text p.p0202:before {
    top: auto;
    bottom: -68px;
  }
}
.contest_main_visual .text p span.s01 {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 900;
  font-feature-settings: "palt";
  text-decoration: underline;
  text-decoration-thickness: 8px;
  text-decoration-color: #FFE103;
  text-underline-offset: -1px;
  margin: 3px 0;
  /*
  &:after {
      content: '';
      width: 100%;
      height: 8px;
      position: absolute;
      left: 0;
      bottom: -4px;
      background: $base_color02;
      z-index: -1;
      @include media-query(md) {
          height: 6px;
      }
  }*/
  color: #00A199;
}
@media screen and (max-width: 768px) {
  .contest_main_visual .text p span.s01 {
    font-size: 1.625rem;
    margin: 4px 0;
  }
}

.sec_contest .p03 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.67;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec_contest .p03 {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
.sec_contest h2 {
  text-align: center;
  margin-bottom: 70px;
}
.sec_contest h2 span {
  font-weight: 900;
  display: block;
}
.sec_contest h2 span.en {
  font-size: 0.875rem;
  color: #00A199;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec_contest h2 span.en {
    font-size: 0.75rem;
    margin-bottom: 5px;
  }
}
.sec_contest h2 span.jp {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sec_contest h2 span.jp {
    font-size: 1.625rem;
  }
}
.sec_contest .to_entry .btn_link {
  max-width: 900px;
  width: 100%;
  height: 120px;
  background: #FFE103;
  color: #00A199;
  border-radius: 60px;
  font-size: 2.5rem;
  margin: auto;
  padding: 30px;
  border: 4px solid #fff;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .sec_contest .to_entry .btn_link:hover {
    background: #fff;
  }
  .sec_contest .to_entry .btn_link:hover:after {
    color: #fff;
    background: #00A199;
  }
}
@media screen and (max-width: 768px) {
  .sec_contest .to_entry .btn_link {
    height: 80px;
    border-radius: 40px;
    font-size: 1.5625rem;
    text-align: center;
  }
}
@media screen and (max-width: 370px) {
  .sec_contest .to_entry .btn_link {
    line-height: 1.2;
  }
}
.sec_contest .to_entry .btn_link:after {
  width: 60px;
  height: 60px;
  right: 30px;
  color: #00A199;
  background: #fff;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .sec_contest .to_entry .btn_link:after {
    width: 36px;
    height: 36px;
    right: 13px;
    font-size: 1.0625rem;
  }
}
.sec_contest.sec01 {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .dl_list {
    max-width: 400px;
    margin: 20px auto 0;
  }
}
.sec_contest.sec01 .dl_list dl {
  padding: 30px 0;
  display: flex;
  border-bottom: 1px solid #D3D3D3;
  line-height: 1.3;
}
.sec_contest.sec01 .dl_list dl:first-child {
  border-top: 1px solid #D3D3D3;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .dl_list dl {
    flex-direction: column;
    padding: 16px 0;
  }
}
.sec_contest.sec01 .dl_list dl dt {
  margin-right: 24px;
}
.sec_contest.sec01 .dl_list dl dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 36px;
  background: #00A199;
  color: #fff;
  font-weight: 900;
  border-radius: 4px;
  font-size: 1.125rem;
}
.sec_contest.sec01 .dl_list dl dd {
  flex: 1;
  font-size: 1.25rem;
  font-weight: 900;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .dl_list dl dd {
    flex: 0;
    width: 100%;
    padding-top: 12px;
  }
}
.sec_contest.sec01 .dl_list dl dd .s01 {
  display: block;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 400;
  margin-top: 5px;
}
.sec_contest.sec01 .dl_list dl dd .s02 {
  color: #EF4012;
  font-size: 1.25rem;
  margin-top: -22px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .dl_list dl dd .s02 {
    /*margin-top: -8px;*/
    line-height: 1.4;
  }
}
.sec_contest.sec01 .dl_list dl dd .s02 span {
  font-size: 2.5rem;
}
.sec_contest.sec01 .theme {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .theme {
    margin-bottom: 15px;
  }
}
.sec_contest.sec01 .theme h3 {
  text-align: center;
  margin-top: -55px;
  position: relative;
  z-index: 5;
}
.sec_contest.sec01 .theme .balloon {
  background: #FFE103;
  border-radius: 80px;
  padding: 40px 25px;
  text-align: center;
  margin-top: -20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .theme .balloon {
    border-radius: 60px;
    padding: 30px 15px;
    min-height: 0;
    margin-top: -18px;
  }
}
.sec_contest.sec01 .theme .balloon:after {
  content: "";
  width: 54px;
  height: 44px;
  background: url(/wp-content/themes/buy-shinshu/images/contest_sec01_balloon_arrow.svg) no-repeat center/contain;
  position: absolute;
  bottom: -27px;
  right: calc(50% - 159px);
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .theme .balloon:after {
    right: calc(50% - 103px);
  }
}
.sec_contest.sec01 .theme .balloon h4 {
  font-size: 2.25rem;
  font-weight: 900;
  color: #00A199;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .theme .balloon h4 {
    font-feature-settings: "palt";
    font-size: 1.5rem;
  }
}
.sec_contest.sec01 .theme .balloon span {
  display: flex;
  justify-content: center;
  line-height: 1.625;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .theme .balloon span {
    font-size: 0.875rem;
  }
}
.sec_contest.sec01 .theme .balloon span:before {
  content: "例：";
  display: inline-block;
}
.sec_contest.sec01 .theme .balloon a {
  display: block;
  color: #4EB5EB;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.44;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .theme .balloon a {
    font-size: 1rem;
    margin-top: 20px;
  }
}
.sec_contest.sec01 .image {
  text-align: center;
  position: relative;
  z-index: 5;
}
.sec_contest.sec01 .detail {
  background: url(/wp-content/themes/buy-shinshu/images/contest_sec01_detail_bg.svg) no-repeat center top/cover;
  padding: 67px 0 80px;
  margin-top: -53px;
}
@media screen and (max-width: 1920px) {
  .sec_contest.sec01 .detail {
    background-size: 1980px;
  }
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .detail {
    background-image: url(/wp-content/themes/buy-shinshu/images/contest_sec01_detail_bg_sp.svg);
    background-size: 100%;
    position: relative;
    z-index: -1;
    margin-top: -72px;
    padding: 67px 0 40px;
  }
  .sec_contest.sec01 .detail:before {
    content: "";
    z-index: -1;
    background: #EAF5F1;
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 400px) {
  .sec_contest.sec01 .detail {
    background-size: 400px;
  }
}
.sec_contest.sec01 .entry {
  background: #00A199;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .entry {
    padding: 30px 0;
  }
}
.sec_contest.sec01 .entry .download {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  row-gap: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .entry .download {
    flex-direction: column;
    align-items: center;
  }
}
.sec_contest.sec01 .entry .download a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 398px;
  width: 100%;
  height: 120px;
  background: #FFFFF5;
  border-radius: 20px;
  color: #3A3A3A;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .entry .download a {
    max-width: 280px;
    height: 80px;
    padding: 0 15px;
  }
}
.sec_contest.sec01 .entry .download a.pdf:before {
  content: "";
  width: 55px;
  height: 75px;
  background: url(/wp-content/themes/buy-shinshu/images/icon_pdf.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .entry .download a.pdf:before {
    width: 39px;
    height: 53px;
  }
}
.sec_contest.sec01 .entry .download a:after {
  content: "↓";
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #EF4012;
  color: #fff;
  font-weight: 900;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .entry .download a:after {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
  }
}
.sec_contest.sec01 .entry .download a span {
  display: inline-block;
  text-align: center;
  flex: 1;
  padding: 0 5px;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.44;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .entry .download a span {
    font-size: 1.125rem;
  }
}
.sec_contest.sec01 .information {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .information {
    padding-top: 40px;
    position: static;
  }
}
.sec_contest.sec01 .information h3 {
  max-width: 400px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  background: #F99000;
  border-radius: 20px;
  position: relative;
  z-index: 5;
  margin: auto;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .information h3 {
    font-size: 1.375rem;
    max-width: 280px;
    height: 70px;
  }
}
.sec_contest.sec01 .information h3:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid #F99000;
  border-right: 7px solid transparent;
  border-bottom: 0;
  border-left: 7px solid transparent;
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .information h3:after {
    border-top-width: 10px;
    border-right-width: 6px;
    border-left-width: 6px;
    bottom: -10px;
  }
}
.sec_contest.sec01 .information .list_wrap {
  border-radius: 40px;
  background: #EAF5F1;
  padding: 76px 20px 50px;
  margin-top: -42px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .information .list_wrap {
    margin-top: -30px;
    padding: 45px 20px 30px;
  }
}
@media screen and (max-width: 370px) {
  .sec_contest.sec01 .information .list_wrap {
    padding: 45px 15px 30px;
  }
}
.sec_contest.sec01 .information .list_wrap .p01 {
  line-height: 1.77;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .information .list_wrap .p01 {
    font-size: 1.0625rem;
    margin-bottom: 25px;
  }
}
.sec_contest.sec01 .information .list_wrap .p01 span {
  font-size: 1.25rem;
  font-weight: 900;
  color: #00A199;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .information .list_wrap .p01 span {
    font-size: 1.1875rem;
  }
}
.sec_contest.sec01 .information .list_wrap .p02 {
  text-align: center;
  margin: 30px 0 25px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .information .list_wrap .p02 {
    margin: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .information .list_wrap .dl_list {
    position: relative;
  }
}
.sec_contest.sec01 .information .list_wrap .dl_list:before {
  content: "";
  position: absolute;
  top: 80px;
  left: calc(50% - 337px);
  width: 77px;
  height: 107px;
  background: url(/wp-content/themes/buy-shinshu/images/contest_sec01_information_img01.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .information .list_wrap .dl_list:before {
    width: 66px;
    height: 92px;
    top: 62px;
    right: calc(50% - 124px);
    left: auto;
  }
}
.sec_contest.sec01 .information .list_wrap .dl_list dl {
  max-width: 828px;
  margin: auto;
}
.sec_contest.sec01 .information .list_wrap .movie {
  max-width: 650px;
  margin: 30px auto 0;
}
.sec_contest.sec01 .information .list_wrap .btn_link {
  max-width: 320px;
  width: 100%;
  height: 70px;
  background: #FFE103;
  color: #00A199;
  border-radius: 60px;
  font-size: 1.125rem;
  line-height: 1.44;
  margin: auto;
  padding: 15px;
  border: 2px solid #FFE103;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sec_contest.sec01 .information .list_wrap .btn_link:hover {
    background: #fff;
    border-color: #00A199;
  }
  .sec_contest.sec01 .information .list_wrap .btn_link:hover:after {
    color: #fff;
    background: #00A199;
  }
}
.sec_contest.sec01 .information .list_wrap .btn_link:after {
  width: 40px;
  height: 40px;
  right: 15px;
  color: #00A199;
  background: #fff;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec01 .information .list_wrap .btn_link:after {
    width: 36px;
    height: 36px;
    right: 13px;
    font-size: 1.0625rem;
  }
}
.sec_contest.sec02 .image_wrap {
  padding: 0 17px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .image_wrap {
    padding: 0;
    margin-bottom: 40px;
  }
}
.sec_contest.sec02 .image_wrap .image {
  max-width: 1310px;
  border-radius: 20px;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .image_wrap .image {
    border-radius: 0;
  }
}
.sec_contest.sec02 .award {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award {
    margin-bottom: 40px;
    max-width: 400px;
    margin: 0 auto 40px;
  }
}
.sec_contest.sec02 .award.a01 h3 {
  color: #EF4012;
  border-color: #EF4012;
  position: relative;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award.a01 h3 {
    padding-top: 11px;
  }
}
.sec_contest.sec02 .award.a01 h3:before {
  content: "";
  position: absolute;
  top: -48px;
  right: 0;
  left: 0;
  margin: auto;
  width: 66px;
  height: 55px;
  background: url(/wp-content/themes/buy-shinshu/images/contest_sec02_award_title_img01.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award.a01 h3:before {
    width: 60px;
    height: 47px;
    top: -40px;
  }
}
.sec_contest.sec02 .award.a02 h3 {
  color: #F99000;
  border-color: #F99000;
}
.sec_contest.sec02 .award.a03 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 40px;
}
.sec_contest.sec02 .award.a03 > div {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 1040px) {
  .sec_contest.sec02 .award.a03 {
    column-gap: 40px;
  }
  .sec_contest.sec02 .award.a03 > div {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award.a03 {
    flex-direction: column;
  }
  .sec_contest.sec02 .award.a03 > div {
    width: 100%;
  }
}
.sec_contest.sec02 .award.a03 h3 {
  color: #00A63C;
  border-color: #00A63C;
  font-size: 1.625rem;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award.a03 h3 {
    font-size: 1.375rem;
  }
}
.sec_contest.sec02 .award.a03 h3 span {
  margin-top: 6px;
}
.sec_contest.sec02 .award.a03 .text {
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
  padding: 15px;
  background-color: #EAF5F1;
  border-radius: 10px;
}
@media screen and (max-width: 370px) {
  .sec_contest.sec02 .award.a03 .text {
    font-size: 1rem;
  }
}
.sec_contest.sec02 .award.a03 .text:before, .sec_contest.sec02 .award.a03 .text:after {
  content: "●";
  color: #8DC21F;
  font-size: 0.875rem;
}
.sec_contest.sec02 .award.common {
  padding: 20px 35px;
  background: #00A199;
  border-radius: 40px;
  display: flex;
  align-items: center;
  column-gap: 30px;
  row-gap: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award.common {
    flex-direction: column;
    margin-top: 80px;
    padding: 20px;
  }
}
.sec_contest.sec02 .award.common:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: -79px;
  right: calc(50% - 338px);
  width: 78px;
  height: 94px;
  background: url(/wp-content/themes/buy-shinshu/images/contest_sec02_img02.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award.common:before {
    top: -63px;
    right: calc(50% - 147px);
  }
}
.sec_contest.sec02 .award.common h3 {
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background: url(/wp-content/themes/buy-shinshu/images/contest_sec02_award_title_img02.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award.common h3 {
    margin-top: -60px;
    width: 140px;
    height: 140px;
  }
}
.sec_contest.sec02 .award.common h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0;
  font-weight: 900;
  color: #00A199 !important;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award.common h3 span {
    width: 114px;
    height: 114px;
    font-size: 1.3125rem;
  }
}
.sec_contest.sec02 .award.common ul {
  display: flex;
  flex: 1;
  column-gap: 20px;
  row-gap: 12px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award.common ul {
    flex: none;
    width: 100%;
    flex-direction: column;
  }
}
.sec_contest.sec02 .award.common ul li {
  flex: 1;
  min-height: 130px;
  padding: 10px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.67;
  font-size: 1.125rem;
  color: #00A199;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award.common ul li {
    flex: none;
    width: 100%;
    font-size: 1rem;
    min-height: 108px;
    line-height: 1.625;
  }
}
.sec_contest.sec02 .award h3 {
  border-top: 4px solid;
  border-bottom: 4px solid;
  padding: 13px 0 10px;
  font-weight: 900;
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award h3 {
    font-size: 1.5rem;
    padding: 10px 0 5px;
  }
}
.sec_contest.sec02 .award h3 span {
  display: block;
  font-weight: 400;
  font-size: 1.125rem;
  margin-top: 10px;
  color: #3A3A3A !important;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award h3 span {
    font-size: 1rem;
    margin-top: 6px;
  }
}
.sec_contest.sec02 .award .items {
  border-radius: 20px;
  background: #EAF5F1;
  padding: 30px 40px 40px;
}
@media screen and (max-width: 1040px) {
  .sec_contest.sec02 .award .items {
    padding: 30px 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award .items {
    padding: 16px 15px;
  }
}
.sec_contest.sec02 .award .items ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 32px;
  row-gap: 17px;
}
@media screen and (max-width: 1040px) {
  .sec_contest.sec02 .award .items ul {
    column-gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award .items ul {
    flex-direction: column;
  }
}
.sec_contest.sec02 .award .items ul li {
  width: calc((100% - 32px) / 2);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award .items ul li {
    width: 100%;
  }
}
.sec_contest.sec02 .award .items ul li:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 20px;
}
.sec_contest.sec02 .award .items ul li.i01:after {
  height: calc(100% - 45px);
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award .items ul li.i01:after {
    height: calc(100% - 35px);
  }
}
.sec_contest.sec02 .award .items ul li.i01 .image_text .image {
  border-radius: 14px;
  margin: 0 auto;
  max-width: 360px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award .items ul li.i01 .image_text .image {
    max-width: 260px;
  }
}
.sec_contest.sec02 .award .items ul li.i01 .image_text .image:before {
  padding-top: 53.98%;
}
.sec_contest.sec02 .award .items ul li.i01 .image_text .text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 107px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award .items ul li.i01 .image_text .text {
    height: 100px;
  }
}
.sec_contest.sec02 .award .items ul li.i02 {
  height: 170px;
}
.sec_contest.sec02 .award .items ul li.i02:after {
  height: calc(100% - 30px);
}
@media screen and (max-width: 890px) {
  .sec_contest.sec02 .award .items ul li.i02 {
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award .items ul li.i02 {
    height: 115px;
  }
  .sec_contest.sec02 .award .items ul li.i02:after {
    height: calc(100% - 15px);
  }
}
.sec_contest.sec02 .award .items ul li.i02 .image_text {
  display: flex;
  height: 100%;
  column-gap: 16px;
}
@media screen and (max-width: 1040px) {
  .sec_contest.sec02 .award .items ul li.i02 .image_text {
    column-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award .items ul li.i02 .image_text {
    column-gap: 5px;
  }
}
.sec_contest.sec02 .award .items ul li.i02 .image_text .image {
  border-radius: 50%;
  margin-left: 20px;
  width: 160px;
  align-self: flex-start;
}
@media screen and (max-width: 890px) {
  .sec_contest.sec02 .award .items ul li.i02 .image_text .image {
    width: 120px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award .items ul li.i02 .image_text .image {
    width: 110px;
    margin-left: 5px;
  }
}
.sec_contest.sec02 .award .items ul li.i02 .image_text .image:before {
  padding-top: 100%;
}
.sec_contest.sec02 .award .items ul li.i02 .image_text .text {
  flex: 1;
  display: flex;
  align-items: center;
  align-self: flex-end;
  height: calc(100% - 30px);
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award .items ul li.i02 .image_text .text {
    height: calc(100% - 15px);
  }
}
.sec_contest.sec02 .award .items ul li.i02 .image_text .text span {
  display: inline-block;
}
@media screen and (max-width: 370px) {
  .sec_contest.sec02 .award .items ul li.i02 .image_text .text h4 {
    font-size: 4vw;
  }
}
.sec_contest.sec02 .award .items ul li .image_text {
  padding: 0 5px;
}
.sec_contest.sec02 .award .items ul li .image_text .image {
  border: 4px solid #fff;
  overflow: hidden;
  position: relative;
}
.sec_contest.sec02 .award .items ul li .image_text .image:before {
  content: "";
  display: block;
}
.sec_contest.sec02 .award .items ul li .image_text .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec_contest.sec02 .award .items ul li .image_text h4 {
  font-weight: 900;
  line-height: 1.4;
  font-size: 1.25rem;
}
@media screen and (max-width: 1040px) {
  .sec_contest.sec02 .award .items ul li .image_text h4 {
    font-size: min(4.7vw, 1.125rem);
  }
}
.sec_contest.sec02 .award .items ul li .image_text h4.h01, .sec_contest.sec02 .award .items ul li .image_text h4.h02 {
  font-size: 1.875rem;
  position: relative;
  top: -9px;
}
@media screen and (max-width: 890px) {
  .sec_contest.sec02 .award .items ul li .image_text h4.h01, .sec_contest.sec02 .award .items ul li .image_text h4.h02 {
    line-height: 1;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award .items ul li .image_text h4.h01, .sec_contest.sec02 .award .items ul li .image_text h4.h02 {
    font-size: 1.375rem;
  }
}
.sec_contest.sec02 .award .items ul li .image_text h4.h01 > span, .sec_contest.sec02 .award .items ul li .image_text h4.h02 > span {
  display: inline-block;
  color: #EF4012;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award .items ul li .image_text h4.h01 > span, .sec_contest.sec02 .award .items ul li .image_text h4.h02 > span {
    display: block;
  }
}
.sec_contest.sec02 .award .items ul li .image_text h4.h01 > span span, .sec_contest.sec02 .award .items ul li .image_text h4.h02 > span span {
  font-size: 3.125rem;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .award .items ul li .image_text h4.h01 > span span, .sec_contest.sec02 .award .items ul li .image_text h4.h02 > span span {
    font-size: 2.5rem;
  }
}
.sec_contest.sec02 .award .items ul li .image_text h4.h02 > span {
  color: #F99000;
}
.sec_contest.sec02 .to_entry {
  background: #FFE103;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec02 .to_entry {
    padding: 30px 0;
  }
}
.sec_contest.sec02 .to_entry .btn_link {
  border-color: #fff;
  background: #FFE103;
}
@media screen and (min-width: 769px) {
  .sec_contest.sec02 .to_entry .btn_link:hover {
    background: #fff;
  }
}
.sec_contest.sec03 {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec03 {
    padding-top: 30px;
  }
}
.sec_contest.sec03 .balloon_title {
  background: url(/wp-content/themes/buy-shinshu/images/contest_sec03_balloon.svg) no-repeat center/contain;
  max-width: 742px;
  width: 100%;
  height: 292px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 55px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec03 .balloon_title {
    background-image: url(/wp-content/themes/buy-shinshu/images/contest_sec03_balloon_sp.svg);
    max-width: 320px;
    height: 202px;
    margin-bottom: 20px;
  }
}
.sec_contest.sec03 .balloon_title h2 {
  color: #00A199;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec03 .balloon_title h2 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec_contest.sec03 .balloon_title h2 span.jp {
    font-size: 1.5rem;
  }
}
.sec_contest.sec03 .award {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec03 .award {
    margin-bottom: 80px;
  }
}
.sec_contest.sec03 .award h3 {
  border-top: 4px solid;
  border-bottom: 4px solid;
  padding: 13px 0 20px;
  font-weight: 900;
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec03 .award h3 {
    font-size: 1.5rem;
    padding: 10px 0 10px;
    margin-bottom: 16px;
  }
}
.sec_contest.sec03 .award h3 span {
  display: block;
  font-weight: 400;
  font-size: 1.125rem;
  margin-top: 10px;
  color: #3A3A3A !important;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec03 .award h3 span {
    font-size: 1rem;
    margin-top: 6px;
  }
}
.sec_contest.sec03 .award figure figcaption {
  font-weight: 900;
  font-size: 1.75rem;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec03 .award figure figcaption {
    margin-top: 16px;
    font-size: 1.375rem;
  }
}
.sec_contest.sec03 .award figure figcaption span {
  display: block;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec03 .award figure figcaption span {
    font-size: 1rem;
    margin-top: 10px;
  }
}
.sec_contest.sec03 .award.a01 h3 {
  color: #EF4012;
  border-color: #EF4012;
  position: relative;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec03 .award.a01 h3 {
    padding-top: 11px;
  }
}
.sec_contest.sec03 .award.a01 h3:before {
  content: "";
  position: absolute;
  top: -48px;
  right: 0;
  left: 0;
  margin: auto;
  width: 66px;
  height: 55px;
  background: url(/wp-content/themes/buy-shinshu/images/contest_sec02_award_title_img01.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec03 .award.a01 h3:before {
    width: 60px;
    height: 47px;
    top: -40px;
  }
}
.sec_contest.sec03 .detail {
  background: url(/wp-content/themes/buy-shinshu/images/contest_sec01_detail_bg.svg) no-repeat center top/cover;
  padding: 67px 0 90px;
  margin-top: -86px;
  position: relative;
}
.sec_contest.sec03 .detail:before {
  content: "";
  z-index: -1;
  background: #EAF5F1;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1920px) {
  .sec_contest.sec03 .detail {
    background-size: 1980px;
  }
}
@media screen and (max-width: 768px) {
  .sec_contest.sec03 .detail {
    background-image: url(/wp-content/themes/buy-shinshu/images/contest_sec01_detail_bg_sp.svg);
    background-size: 100%;
    z-index: -1;
    margin-top: -40px;
    padding: 67px 0 40px;
  }
}
@media screen and (max-width: 400px) {
  .sec_contest.sec03 .detail {
    background-size: 400px;
  }
}
.sec_contest.sec03 .detail h3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  column-gap: 20px;
  font-size: 1.625rem;
  font-weight: 900;
  color: #00A199;
  line-height: 1.38;
  margin: 23px 0 20px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec03 .detail h3 {
    font-size: min(1.0625rem, 4.4vw);
    line-height: 1.41;
    column-gap: 0;
    margin-top: -23px;
  }
}
@media screen and (max-width: 370px) {
  .sec_contest.sec03 .detail h3 {
    font-size: 1.0625rem;
  }
}
.sec_contest.sec03 .detail h3:before, .sec_contest.sec03 .detail h3:after {
  content: "";
  width: 48px;
  height: 53px;
  background: no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec03 .detail h3:before, .sec_contest.sec03 .detail h3:after {
    max-width: 34px;
    height: 38px;
    flex: 0.12;
  }
}
.sec_contest.sec03 .detail h3:before {
  background-image: url(/wp-content/themes/buy-shinshu/images/contest_sec03_dec_title_left.svg);
}
.sec_contest.sec03 .detail h3:after {
  background-image: url(/wp-content/themes/buy-shinshu/images/contest_sec03_dec_title_right.svg);
}
@media screen and (max-width: 768px) {
  .sec_contest.sec03 .detail h3 span {
    max-width: 280px;
    flex: 1;
  }
}
.sec_contest.sec03 .detail .image {
  max-width: 800px;
  margin: 0 auto 20px;
}
.sec_contest.sec03 .detail .text {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec03 .detail .text {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
.sec_contest.sec03 .detail .text span {
  display: block;
  max-width: 720px;
  width: 100%;
  height: 60px;
  font-size: 2rem;
  color: #FFE103;
  text-align: center;
  margin: 0 auto 20px;
  background: url(/wp-content/themes/buy-shinshu/images/contest_sec03_title_bg.svg) no-repeat center/contain;
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  .sec_contest.sec03 .detail .text span {
    margin-top: 15px;
    padding-top: 6px;
    font-size: min(1.25rem, 5.8vw);
    line-height: 1.3;
    max-width: 340px;
    height: 64px;
    background-image: url(/wp-content/themes/buy-shinshu/images/contest_sec03_title_bg_sp.svg);
  }
}

.sec_about.sec01 {
  background: url(/wp-content/themes/buy-shinshu/images/sec_about_bg.svg) no-repeat center top;
}
@media screen and (max-width: 768px) {
  .sec_about.sec01 {
    background-image: url(/wp-content/themes/buy-shinshu/images/sec_about_bg_sp.svg);
  }
}
.sec_about.sec01 h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec01 h2 {
    margin-bottom: 20px;
    font-size: 1.375rem;
  }
}
.sec_about.sec01 h2 span {
  display: block;
  font-size: 3.5rem;
  color: #00A199;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec01 h2 span {
    font-size: 2.125rem;
    margin-bottom: 15px;
  }
}
.sec_about.sec01 p.p01 {
  font-size: 1.125rem;
  line-height: 2.22;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_about.sec01 p.p01 {
    font-size: 1rem;
    line-height: 1.875;
  }
}
.sec_about.sec01 p.p02 {
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 1.91;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_about.sec01 p.p02 {
    font-size: 1.125rem;
    line-height: 2.22;
    margin-bottom: 30px;
  }
}
.sec_about.sec01 .h01 {
  text-align: center;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .sec_about.sec01 .h01 {
    max-width: 340px;
    margin: 40px auto 20px;
  }
}
.sec_about.sec01 .flow_content .wrap {
  padding-bottom: 97px;
}
.sec_about.sec01 .image_text {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  margin-top: -92px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1040px) {
  .sec_about.sec01 .image_text {
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .sec_about.sec01 .image_text {
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    margin-top: -110px;
    margin-bottom: 20px;
  }
}
.sec_about.sec01 .image_text .image {
  max-width: 447px;
  overflow: hidden;
  flex: 1.3;
}
@media screen and (max-width: 768px) {
  .sec_about.sec01 .image_text .image {
    flex: none;
    max-width: 323px;
    width: 100%;
    margin: auto;
  }
}
.sec_about.sec01 .image_text .text {
  padding-top: 90px;
  max-width: 484px;
  flex: 1;
}
@media screen and (max-width: 1040px) {
  .sec_about.sec01 .image_text .text {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec_about.sec01 .image_text .text {
    flex: none;
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding-top: 0;
  }
}
.sec_about.sec01 .image_text .text .h02 {
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.62;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec01 .image_text .text .h02 {
    font-size: min(5.5vw, 1.25rem);
    margin-bottom: 5px;
  }
  .sec_about.sec01 .image_text .text .h02 .lg {
    display: none;
  }
}
.sec_about.sec01 .image_text .text p {
  line-height: 2;
}
.sec_about.sec01 .youtube_wrap {
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_about.sec01 .youtube_wrap {
    padding-bottom: 35px;
  }
}
.sec_about.sec01 .youtube_wrap:before, .sec_about.sec01 .youtube_wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
}
.sec_about.sec01 .youtube_wrap:before {
  bottom: 30px;
  height: 190px;
  background: #00A199;
}
@media screen and (max-width: 768px) {
  .sec_about.sec01 .youtube_wrap:before {
    height: calc(50% - 20px);
  }
}
.sec_about.sec01 .youtube_wrap:after {
  bottom: 0;
  height: 90px;
  background: url(/wp-content/themes/buy-shinshu/images/header_bg.svg) no-repeat center bottom/cover;
}
.sec_about.sec01 .youtube_wrap .youtube {
  max-width: 656px;
  margin: auto;
  border: 8px solid #fff;
}
.sec_about.sec01 .youtube_wrap .swiper-navigation .swiper-button-prev,
.sec_about.sec01 .youtube_wrap .swiper-navigation .swiper-button-next {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec01 .youtube_wrap .swiper-navigation .swiper-button-prev,
  .sec_about.sec01 .youtube_wrap .swiper-navigation .swiper-button-next {
    width: 28px;
    height: 28px;
  }
}
.sec_about.sec01 .youtube_wrap .swiper-navigation .swiper-button-prev:after,
.sec_about.sec01 .youtube_wrap .swiper-navigation .swiper-button-next:after {
  content: none;
}
.sec_about.sec01 .youtube_wrap .swiper-navigation .swiper-button-prev {
  left: 25.5%;
}
@media screen and (max-width: 1200px) {
  .sec_about.sec01 .youtube_wrap .swiper-navigation .swiper-button-prev {
    left: 18.5%;
  }
}
@media screen and (max-width: 768px) {
  .sec_about.sec01 .youtube_wrap .swiper-navigation .swiper-button-prev {
    left: 5%;
  }
}
.sec_about.sec01 .youtube_wrap .swiper-navigation .swiper-button-next {
  right: 25.5%;
}
@media screen and (max-width: 1200px) {
  .sec_about.sec01 .youtube_wrap .swiper-navigation .swiper-button-next {
    right: 18.5%;
  }
}
@media screen and (max-width: 768px) {
  .sec_about.sec01 .youtube_wrap .swiper-navigation .swiper-button-next {
    right: 5%;
  }
}
.sec_about.sec01 .youtube_wrap .yt {
  border: 8px solid #fff;
}
.sec_about.sec01 .youtube_wrap .yt .frame_wrap {
  background: #fff;
}
.sec_about.sec02 {
  padding: 90px 0 150px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 {
    padding: 45px 0 115px;
  }
}
.sec_about.sec02 .box {
  margin-bottom: 20px;
  padding: 50px 30px;
  border-radius: 20px;
  background: #EAF5F1;
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .box {
    padding: 20px;
    border-radius: 10px;
  }
}
.sec_about.sec02 .box:last-child {
  margin-bottom: 0;
}
.sec_about.sec02 .box .title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  row-gap: 7px;
  max-width: 830px;
  height: 130px;
  border: 4px solid #F7B52C;
  border-radius: 20px;
  margin: 0 auto 35px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .box .title {
    height: 100px;
    margin-bottom: 25px;
  }
}
.sec_about.sec02 .box .title:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 23px;
  right: 0;
  bottom: -23px;
  left: 0;
  margin: auto;
  background: url(/wp-content/themes/buy-shinshu/images/sec_about_balloon_arrow.svg) no-repeat center/contain;
}
.sec_about.sec02 .box .title h3 {
  font-size: 1.625rem;
  font-weight: 900;
  color: #00A199;
  line-height: 1.38;
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .box .title h3 {
    font-size: min(5.8vw, 1.25rem);
  }
}
.sec_about.sec02 .box .title span {
  display: block;
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .box .title span {
    font-size: 0.875rem;
  }
}
.sec_about.sec02 .box p {
  line-height: 2;
  margin: 0 auto 20px;
  max-width: 860px;
}
.sec_about.sec02 .box .swiper_wrap {
  padding: 15px 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .box .swiper_wrap {
    padding: 10px 0;
    margin-top: 20px;
  }
}
.sec_about.sec02 .box .swiper_wrap:before, .sec_about.sec02 .box .swiper_wrap:after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .box .swiper_wrap:before, .sec_about.sec02 .box .swiper_wrap:after {
    width: 30px;
  }
}
.sec_about.sec02 .box .swiper_wrap:before {
  left: 0;
  background: linear-gradient(to right, #fff 0, #fff 25%, transparent 100%);
}
.sec_about.sec02 .box .swiper_wrap:after {
  right: 0;
  background: linear-gradient(to left, #fff 0, #fff 25%, transparent 100%);
}
.sec_about.sec02 .box .swiper_wrap .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.sec_about.sec02 .box .swiper_wrap .swiper-slide img {
  max-width: 486px;
  width: 100%;
}
.sec_about.sec02 .box .swiper_wrap .swiper-navigation .swiper-button-prev,
.sec_about.sec02 .box .swiper_wrap .swiper-navigation .swiper-button-next {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .box .swiper_wrap .swiper-navigation .swiper-button-prev,
  .sec_about.sec02 .box .swiper_wrap .swiper-navigation .swiper-button-next {
    width: 28px;
    height: 28px;
  }
}
.sec_about.sec02 .box .swiper_wrap .swiper-navigation .swiper-button-prev:after,
.sec_about.sec02 .box .swiper_wrap .swiper-navigation .swiper-button-next:after {
  content: none;
}
.sec_about.sec02 .box .swiper_wrap .swiper-navigation .swiper-button-prev {
  left: 18.5%;
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .box .swiper_wrap .swiper-navigation .swiper-button-prev {
    left: 5%;
  }
}
.sec_about.sec02 .box .swiper_wrap .swiper-navigation .swiper-button-next {
  right: 18.5%;
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .box .swiper_wrap .swiper-navigation .swiper-button-next {
    right: 5%;
  }
}
.sec_about.sec02 .box .image {
  max-width: 656px;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
}
.sec_about.sec02 .ex_wrap.open .ex_btn:after {
  background-image: url(/wp-content/themes/buy-shinshu/images/ex_btn_arrow_top.svg);
}
.sec_about.sec02 .ex_wrap .ex_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 88px;
  background: #8DC21F;
  color: #fff;
  font-weight: 900;
  font-size: 1.75rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec_about.sec02 .ex_wrap .ex_btn {
    transition: opacity 0.3s;
  }
  .sec_about.sec02 .ex_wrap .ex_btn:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .ex_wrap .ex_btn {
    height: 68px;
    font-size: 1.25rem;
  }
}
.sec_about.sec02 .ex_wrap .ex_btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% + 197px);
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(/wp-content/themes/buy-shinshu/images/ex_btn_arrow_bottom.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .ex_wrap .ex_btn:after {
    left: calc(50% + 100px);
  }
}
.sec_about.sec02 .ex_wrap .ex_content {
  display: none;
  padding: 60px 10px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec02 .ex_wrap .ex_content {
    padding: 40px 10px;
  }
}
.sec_about.sec04 {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .sec_about.sec04 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_about.sec04 .partner_list_select_wrap {
    display: flex;
    justify-content: center;
  }
}
.sec_about.sec04 .partner_list_select {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec04 .partner_list_select {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
    text-align: left;
  }
}
.sec_about.sec04 .partner_list_select span {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .sec_about.sec04 .partner_list_select span {
    font-size: 1rem;
  }
}
.sec_about.sec04 .partner_list_select select {
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px;
  font-size: 1rem;
  outline: none;
  resize: none;
  width: auto !important;
}
.sec_about.sec04 .partner_list {
  max-width: 967px;
  margin: 0 auto 40px;
  overflow: auto;
}
.sec_about.sec04 .partner_list ul li {
  padding: 12px 18px;
}
.sec_about.sec04 .partner_list ul li:nth-child(odd) {
  background: #EAF5F1;
}
.sec_about.sec04 .partner_list ul li:nth-child(even) {
  background: #FFFFF5;
}
.sec_about.sec04 .partner_list ul li .project_cats {
  margin-bottom: 5px;
}
.sec_about.sec04 .partner_list ul li h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec04 .partner_list ul li h3 {
    font-size: 1.0625rem;
  }
}
.sec_about.sec04 .partner_list ul li h3 a {
  color: #00A199;
}
.sec_about.sec04 .partner_list ul li .address {
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sec_about.sec04 .partner_list ul li .address {
    font-size: 0.875rem;
  }
}
.sec_about.sec04 .btn_link {
  max-width: 320px;
}
@media screen and (min-width: 769px) {
  .sec_about.sec04 .btn_link:hover:before {
    background-image: url(/wp-content/themes/buy-shinshu/images/icon_pdf02_h.svg);
  }
}
.sec_about.sec04 .btn_link:before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 20px;
  margin: auto;
  border-radius: 0;
  width: 38px;
  height: 41px;
  background: url(/wp-content/themes/buy-shinshu/images/icon_pdf02.svg) no-repeat center/contain;
}
.sec_about.sec04 .btn_link span {
  line-height: 1.44;
}
.sec_about.sec05 {
  padding-top: 90px;
  background: #EAF5F1;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec_about.sec05 {
    padding-top: 40px;
  }
}
.sec_about.sec05:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -421px;
  left: 0;
  width: 100%;
  height: 630px;
  background: url(/wp-content/themes/buy-shinshu/images/sec_about_bg02.svg) no-repeat center top/cover;
}
@media screen and (max-width: 1920px) {
  .sec_about.sec05:after {
    background-size: unset;
  }
}
@media screen and (max-width: 768px) {
  .sec_about.sec05:after {
    bottom: -523px;
    background-image: url(/wp-content/themes/buy-shinshu/images/sec_about_bg02_sp.svg);
    background-size: 127.39%;
  }
}
.sec_about.sec05 .contents_list {
  max-width: 860px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec05 .contents_list {
    max-width: 312px;
  }
}
.sec_about.sec05 .contents_list ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec05 .contents_list ul {
    row-gap: 16px;
  }
}
.sec_about.sec05 .contents_list ul li {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #00A199;
}
@media screen and (max-width: 768px) {
  .sec_about.sec05 .contents_list ul li {
    padding: 15px;
  }
}
.sec_about.sec05 .contents_list ul li .image_text {
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec05 .contents_list ul li .image_text {
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }
}
.sec_about.sec05 .contents_list ul li .image_text .image img {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .sec_about.sec05 .contents_list ul li .image_text .image img {
    max-width: 280px;
    width: 100%;
  }
}
.sec_about.sec05 .contents_list ul li .image_text .text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .sec_about.sec05 .contents_list ul li .image_text .text {
    flex: none;
    width: 100%;
  }
}
.sec_about.sec05 .contents_list ul li .image_text .text h3 {
  font-size: 1.625rem;
  font-weight: 900;
  color: #00A199;
  margin-bottom: 12px;
  line-height: 1.36;
}
@media screen and (max-width: 768px) {
  .sec_about.sec05 .contents_list ul li .image_text .text h3 {
    font-size: 1.375rem;
  }
}
.sec_about.sec05 .contents_list ul li .image_text .text p {
  line-height: 1.75;
  margin-bottom: 15px;
}
.sec_about.sec05 .contents_list ul li .image_text .text .to_detail {
  margin-top: auto;
}
.sec_about.sec05 .contents_list ul li .image_text .text .to_detail .btn_link {
  width: 160px;
  height: 36px;
  font-size: 1rem;
  justify-content: flex-start;
  margin: 0 0 0 auto;
}
.sec_about.sec05 .contents_list ul li .image_text .text .to_detail .btn_link:after {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  font-size: 0.875rem;
}
.sec_about.sec05 .person_image {
  max-width: 838px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_about.sec05 .person_image {
    max-width: 336px;
  }
}

@media screen and (max-width: 768px) {
  .sec_top.about_sec03 {
    padding-top: 100px;
  }
}
.sec_top.about_sec03 h2 {
  font-weight: 900;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 828px;
}
@media screen and (max-width: 768px) {
  .sec_top.about_sec03 h2 {
    line-height: 1.31;
    height: 140px;
    max-width: 320px;
    top: -75px;
  }
}
.sec_top.about_sec03 h2 span {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .sec_top.about_sec03 h2 span {
    line-height: 1.29;
    margin-bottom: 7px;
  }
}
.sec_top.about_sec03 .box .link_title {
  color: #EB613D;
}
.sec_top.about_sec03 .box .btn_link {
  background: #FFE103;
  outline-color: #FFE103;
  color: #00A199;
}
.sec_top.about_sec03 .box .btn_link:after {
  color: #00A199;
}
@media screen and (min-width: 769px) {
  .sec_top.about_sec03 .box .btn_link:hover {
    background: #fff;
    outline-color: #00A199;
    color: #00A199;
  }
  .sec_top.about_sec03 .box .btn_link:hover:after {
    background: #00A199;
  }
}

.about_sec03 .movie {
  max-width: 650px;
  margin: 30px auto;
}

.sec_news.sec_detail {
  max-width: 860px;
  margin: auto;
}
.sec_news.sec_detail .meta {
  display: flex;
  column-gap: 20px;
  align-items: center;
  margin-bottom: 15px;
}
.sec_news.sec_detail .meta time {
  color: #00A199;
  font-weight: 900;
}
.sec_news.sec_detail h1 {
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.62;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_news.sec_detail h1 {
    font-size: 1.25rem;
  }
}

.sec_projects .p01 {
  font-size: min(5.2vw, 1.125rem);
  font-weight: 900;
  text-align: center;
  line-height: 1.77;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .sec_projects .p01 {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
  }
}
.sec_projects .project_cats.list02 {
  column-gap: 10px;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .sec_projects .project_cats.list02 {
    column-gap: 7px;
    row-gap: 7px;
  }
}
.sec_projects .project_cats.list02 .cat {
  padding: 3px 10px 5px;
  font-size: 1rem;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .sec_projects .project_cats.list02 .cat {
    font-size: 0.875rem;
  }
}
.sec_projects hr {
  border: 0;
  width: 100%;
  height: 1px;
  background: #00A199;
  margin: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  .sec_projects hr {
    margin: 20px 0 35px;
  }
}
.sec_projects.detail .company,
.sec_projects.detail h1 {
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.62;
  max-width: 860px;
  margin: 0 auto;
}
.sec_projects.detail .company {
  margin-bottom: 15px;
}
.sec_projects.detail hr {
  margin-bottom: 20px;
}
.sec_projects.detail .project_cats {
  max-width: 860px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .project_cats {
    margin-bottom: 30px;
  }
}
.sec_projects.detail .main_visual {
  padding: 0 17px 50px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .main_visual {
    padding-bottom: 35px;
    margin-bottom: 30px;
  }
}
.sec_projects.detail .main_visual:before, .sec_projects.detail .main_visual:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
}
.sec_projects.detail .main_visual:before {
  bottom: 30px;
  height: 190px;
  background: #00A199;
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .main_visual:before {
    height: calc(50% - 20px);
  }
}
.sec_projects.detail .main_visual:after {
  bottom: 0;
  height: 90px;
  background: url(/wp-content/themes/buy-shinshu/images/header_bg.svg) no-repeat center bottom/cover;
}
.sec_projects.detail .main_visual .image {
  max-width: 860px;
  margin: auto;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .main_visual .image {
    border-radius: 14px;
  }
}
.sec_projects.detail .main_visual .image:before {
  content: "";
  display: block;
  padding-top: 58.14%;
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .main_visual .image:before {
    padding-top: 67.01%;
  }
}
.sec_projects.detail .main_visual .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec_projects.detail .base_content {
  max-width: 860px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .base_content {
    margin-bottom: 40px;
  }
}
.sec_projects.detail .base_content img {
  max-width: 720px;
  width: 100% !important;
}
.sec_projects.detail .info {
  background: #EAF5F1;
  border-radius: 20px;
  padding: 30px 70px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .info {
    padding: 30px 20px;
    margin-bottom: 40px;
  }
}
.sec_projects.detail .info h2 {
  font-size: 1.125rem;
  font-weight: 900;
  color: #00A199;
  margin-bottom: 10px;
}
.sec_projects.detail .info .dl_list dl {
  padding: 14px 0;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.57;
  column-gap: 10px;
  border-bottom: 1px solid #D3D3D3;
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .info .dl_list dl {
    padding: 12px 0;
  }
}
.sec_projects.detail .info .dl_list dl dt {
  font-weight: 900;
  width: 95px;
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .info .dl_list dl dt {
    width: 60px;
  }
}
.sec_projects.detail .info .dl_list dl dd {
  flex: 1;
}
.sec_projects.detail .map {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .map {
    margin-bottom: 40px;
  }
}
.sec_projects.detail .map .frame_wrap {
  height: 360px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .map .frame_wrap {
    height: 250px;
  }
}
.sec_projects.detail .arura {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .arura {
    margin-bottom: 40px;
  }
}
.sec_projects.detail .arura .image_text {
  max-width: 860px;
  margin: auto;
  width: 100%;
  min-height: 200px;
  border: 4px solid #95B579;
  background: #F9F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  border-radius: 10px;
  overflow: hidden;
  column-gap: 70px;
}
@media screen and (max-width: 890px) {
  .sec_projects.detail .arura .image_text {
    column-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .arura .image_text {
    flex-direction: column;
    max-width: 400px;
    row-gap: 28px;
    padding: 30px 10px;
  }
}
.sec_projects.detail .arura .image_text .text .dec_title {
  display: flex;
  align-items: center;
  color: #95B579;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.44;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .arura .image_text .text .dec_title {
    font-size: 1rem;
    align-items: flex-end;
  }
}
@media screen and (max-width: 370px) {
  .sec_projects.detail .arura .image_text .text .dec_title {
    font-size: 0.875rem;
  }
}
.sec_projects.detail .arura .image_text .text .dec_title:before, .sec_projects.detail .arura .image_text .text .dec_title:after {
  content: "";
  width: 27px;
  height: 42px;
  background: no-repeat center bottom/contain;
}
@media screen and (max-width: 370px) {
  .sec_projects.detail .arura .image_text .text .dec_title:before, .sec_projects.detail .arura .image_text .text .dec_title:after {
    width: 22px;
  }
}
.sec_projects.detail .arura .image_text .text .dec_title:before {
  background-image: url(/wp-content/themes/buy-shinshu/images/title_dec31.svg);
}
.sec_projects.detail .arura .image_text .text .dec_title:after {
  background-image: url(/wp-content/themes/buy-shinshu/images/title_dec32.svg);
}
.sec_projects.detail .arura .image_text .text .btn_link {
  max-width: 410px;
  background: #95B579;
  outline-color: #95B579;
  line-height: 1.3;
}
.sec_projects.detail .arura .image_text .text .btn_link:after {
  color: #95B579;
}
@media screen and (min-width: 769px) {
  .sec_projects.detail .arura .image_text .text .btn_link:hover {
    color: #95B579;
    background: #fff;
  }
  .sec_projects.detail .arura .image_text .text .btn_link:hover:after {
    background: #95B579;
    color: #fff;
  }
}
.sec_projects.detail .writer {
  background: #EAF5F1;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .writer {
    padding: 30px 0;
  }
}
.sec_projects.detail .writer .image_text {
  display: flex;
  max-width: 860px;
  margin: auto;
  column-gap: 37px;
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .writer .image_text {
    flex-direction: column;
    row-gap: 20px;
    max-width: 400px;
  }
}
.sec_projects.detail .writer .image_text .image {
  max-width: 258px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .writer .image_text .image {
    margin: auto;
  }
}
.sec_projects.detail .writer .image_text .text {
  flex: 1;
}
.sec_projects.detail .writer .image_text .text .sub {
  display: block;
  margin-bottom: 7px;
}
.sec_projects.detail .writer .image_text .text h3 {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 10px;
}
.sec_projects.detail .writer .image_text .text p {
  line-height: 1.75;
}
.sec_projects.detail .paging.single {
  padding: 60px 0;
}
@media screen and (max-width: 1040px) {
  .sec_projects.detail .paging.single {
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .paging.single {
    padding: 40px 0;
  }
}
.sec_projects.detail .paging.single .prev,
.sec_projects.detail .paging.single .next {
  max-width: 285px;
  flex: 1;
}
@media screen and (max-width: 1040px) {
  .sec_projects.detail .paging.single .prev,
  .sec_projects.detail .paging.single .next {
    flex: none;
    order: 3;
    width: calc((100% - 20px) / 2);
  }
}
.sec_projects.detail .paging.single .prev a,
.sec_projects.detail .paging.single .next a {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media screen and (max-width: 1040px) {
  .sec_projects.detail .paging.single .prev a,
  .sec_projects.detail .paging.single .next a {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .paging.single .prev a,
  .sec_projects.detail .paging.single .next a {
    margin: 0;
  }
}
.sec_projects.detail .paging.single .prev .image_text,
.sec_projects.detail .paging.single .next .image_text {
  flex: 1;
  height: 205px;
}
@media screen and (max-width: 1040px) {
  .sec_projects.detail .paging.single .prev .image_text,
  .sec_projects.detail .paging.single .next .image_text {
    order: 2;
    margin-top: 10px;
    flex: none;
    width: 100%;
    height: auto;
  }
}
.sec_projects.detail .paging.single .prev .image_text .image,
.sec_projects.detail .paging.single .next .image_text .image {
  position: relative;
  margin-bottom: 10px;
  border-radius: 14px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .paging.single .prev .image_text .image,
  .sec_projects.detail .paging.single .next .image_text .image {
    margin-bottom: 7px;
  }
}
.sec_projects.detail .paging.single .prev .image_text .image:before,
.sec_projects.detail .paging.single .next .image_text .image:before {
  content: "";
  display: block;
  padding-top: 67.26%;
}
.sec_projects.detail .paging.single .prev .image_text .image img,
.sec_projects.detail .paging.single .next .image_text .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec_projects.detail .paging.single .prev .image_text .image .no_image,
.sec_projects.detail .paging.single .next .image_text .image .no_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/buy-shinshu/images/logo02.svg) no-repeat center/auto 25%;
  background-color: #fff;
  border-radius: 14px;
  border: 1px solid #3A3A3A;
}
.sec_projects.detail .paging.single .prev .image_text .text,
.sec_projects.detail .paging.single .next .image_text .text {
  font-weight: 900;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .sec_projects.detail .paging.single .prev .image_text .text,
  .sec_projects.detail .paging.single .next .image_text .text {
    font-size: 0.875rem;
    line-height: 1.57;
  }
}
@media screen and (max-width: 1040px) {
  .sec_projects.detail .paging.single .prev a {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1040px) {
  .sec_projects.detail .paging.single .next a {
    align-items: flex-end;
  }
}
@media screen and (max-width: 1040px) {
  .sec_projects.detail .paging.single .to_list {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1040px) {
  .sec_projects.detail .paging.single .to_list a {
    margin: 0 auto;
  }
}

.sec_fair.sec01 {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec01 {
    padding-top: 77px;
  }
}
.sec_fair.sec01 .main_visual .image {
  position: relative;
  padding-bottom: 0.3%;
}
.sec_fair.sec01 .main_visual .image:before {
  content: "";
  position: absolute;
  z-index: -3;
  top: -300px;
  left: 0;
  background: url(/wp-content/themes/buy-shinshu/images/fair_main_visual_bg02.svg) no-repeat center top;
  width: 100%;
  height: 1683px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec01 .main_visual .image:before {
    top: -120px;
    background-image: url(/wp-content/themes/buy-shinshu/images/fair_main_visual_bg02_sp.svg);
  }
}
.sec_fair.sec01 .main_visual .image:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 10.6%;
  left: 0;
  width: 100%;
  height: 500px;
  transform: translateY(100%);
  background: url(/wp-content/themes/buy-shinshu/images/fair_main_visual_bg.svg) no-repeat center top/cover;
}
@media screen and (max-width: 1920px) {
  .sec_fair.sec01 .main_visual .image:after {
    background-size: unset;
  }
}
@media screen and (max-width: 768px) {
  .sec_fair.sec01 .main_visual .image:after {
    bottom: 4%;
    background-image: url(/wp-content/themes/buy-shinshu/images/fair_main_visual_bg_sp.svg);
    background-size: 120%;
    z-index: -2;
  }
}
@media screen and (max-width: 400px) {
  .sec_fair.sec01 .main_visual .image:after {
    background-size: 479px;
  }
}
.sec_fair.sec01 .main_visual .image .image_title {
  position: absolute;
  bottom: -1.5%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  max-width: 1014px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec01 .main_visual .image .image_title {
    bottom: -11.8%;
  }
}
.sec_fair.sec01 .main_visual .image .image_title img {
  max-width: 732px;
  width: 72%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec01 .main_visual .image .image_title img {
    max-width: 368px;
    width: auto;
    left: 50%;
  }
}
.sec_fair.sec01 .main_visual .image img {
  max-width: 1014px;
  width: 100%;
  display: block;
  margin: auto;
  position: relative;
  left: 15px;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec01 .main_visual .image img {
    max-width: unset;
    width: 417px;
    position: relative;
    left: calc(50% + 6px);
    transform: translateX(-50%);
    margin: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 370px) {
  .sec_fair.sec01 .main_visual .image img {
    width: 400px;
  }
}
.sec_fair.sec01 .main_visual .text {
  padding-top: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec01 .main_visual .text {
    padding-top: 45px;
  }
}
.sec_fair.sec01 .main_visual .text:before {
  content: "";
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: calc(100% - 200px);
  background: #f9be00;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec01 .main_visual .text:before {
    top: 85px;
  }
}
.sec_fair.sec01 .main_visual .text:after {
  content: "";
  position: absolute;
  bottom: -145px;
  left: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(to bottom, #FABE00 0, #FBC51D 10%, #fff 100%);
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec01 .main_visual .text:after {
    height: 400px;
    bottom: -156px;
  }
}
.sec_fair.sec01 .main_visual .text .date {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec01 .main_visual .text .date {
    display: block;
    text-align: center;
    padding: 20px 0 30px;
  }
}
.sec_fair.sec01 .main_visual .text h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 25px;
  margin-bottom: 24px;
  color: #000;
}
.sec_fair.sec01 .main_visual .text h2:before, .sec_fair.sec01 .main_visual .text h2:after {
  content: "";
  width: 32px;
  height: 28px;
  background: url(/wp-content/themes/buy-shinshu/images/icon_heart01.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec01 .main_visual .text h2:before, .sec_fair.sec01 .main_visual .text h2:after {
    width: 24px;
    height: 21px;
  }
}
.sec_fair.sec01 .main_visual .text h2 span {
  font-size: 2.5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec01 .main_visual .text h2 span {
    font-size: 1.75rem;
    line-height: 1.29;
  }
}
.sec_fair.sec01 .main_visual .text p {
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 900;
  margin-bottom: 20px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec01 .main_visual .text p {
    font-size: 1.125rem;
    line-height: 2.22;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 370px) {
  .sec_fair.sec01 .main_visual .text p {
    font-size: 1rem;
  }
}
.sec_fair.sec01 .main_visual .text h3 {
  text-align: center;
  margin-bottom: 20px;
}
.sec_fair.sec01 .main_visual .text h3 span {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 900;
  color: #00A199;
  background: #fff;
  padding: 15px 25px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec01 .main_visual .text h3 span {
    font-size: 1.375rem;
    line-height: 1.36;
    padding: 5px 11px;
  }
}
@media screen and (max-width: 370px) {
  .sec_fair.sec01 .main_visual .text h3 span {
    font-size: 1.25rem;
  }
}
.sec_fair.sec01 .main_visual .text .person {
  margin-top: -432px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec01 .main_visual .text .person {
    margin-top: -185px;
  }
}
.sec_fair.sec01 .main_visual .text .person img {
  width: 1366px;
  max-width: unset;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec_fair.sec01 .main_visual .text .person img {
    width: 540px;
  }
}
.sec_fair.sec01 .flow_content {
  margin-top: -228px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec01 .flow_content {
    margin-top: -121px;
    padding-bottom: 76px;
  }
}
.sec_fair.sec02 {
  position: relative;
  padding-top: 30px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 {
    padding-top: 0;
  }
}
.sec_fair.sec02:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: -98px;
  width: 100%;
  height: 107px;
  background: url(/wp-content/themes/buy-shinshu/images/fair_bg01.svg) no-repeat center top;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02:before {
    background-image: url(/wp-content/themes/buy-shinshu/images/fair_bg01_sp.svg);
    height: 46px;
    top: -92px;
  }
}
.sec_fair.sec02 h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 10px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}
.sec_fair.sec02 h2:before, .sec_fair.sec02 h2:after {
  content: "";
  width: 73px;
  height: 104px;
  background: no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 h2:before, .sec_fair.sec02 h2:after {
    width: 42px;
    height: 59px;
    position: absolute;
    bottom: 0;
  }
}
.sec_fair.sec02 h2:before {
  background-image: url(/wp-content/themes/buy-shinshu/images/title_dec41.svg);
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 h2:before {
    left: calc(50% - 160px);
  }
}
.sec_fair.sec02 h2:after {
  background-image: url(/wp-content/themes/buy-shinshu/images/title_dec42.svg);
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 h2:after {
    right: calc(50% - 160px);
  }
}
.sec_fair.sec02 h2 > span {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 h2 > span {
    font-size: 1.25rem;
    margin-bottom: 0;
    text-align: center;
  }
}
.sec_fair.sec02 h2 > span span {
  margin: 0 5px;
  font-size: 3.5rem;
}
@media screen and (max-width: 890px) {
  .sec_fair.sec02 h2 > span span {
    font-size: 3.125rem;
  }
}
.sec_fair.sec02 h2 > span span.s01 {
  color: #00A199;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 h2 > span span.s01 {
    font-size: 1.625rem;
    margin-bottom: 3px;
  }
}
.sec_fair.sec02 h2 > span span.s02 {
  color: #F99000;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 h2 > span span.s02 {
    font-size: 2.25rem;
    line-height: 1.11;
    display: block;
    margin-top: 5px;
  }
}
.sec_fair.sec02 .present_list h3 {
  position: relative;
  margin-bottom: 80px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 .present_list h3 {
    max-width: 332px;
    margin: 0 auto 70px;
    left: 10px;
  }
}
.sec_fair.sec02 .present_list h3:before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  width: 27px;
  height: 255px;
  background: url(/wp-content/themes/buy-shinshu/images/fair_img02.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 .present_list h3:before {
    width: 17px;
    height: 259px;
    top: -21px;
    left: -8px;
    background-image: url(/wp-content/themes/buy-shinshu/images/fair_img02_sp.svg);
  }
}
.sec_fair.sec02 .present_list h3 .sub {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -43px;
  left: -10px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.625;
}
@media screen and (max-width: 890px) {
  .sec_fair.sec02 .present_list h3 .sub {
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 .present_list h3 .sub {
    font-size: 1rem;
    bottom: -55px;
    left: 0;
  }
}
.sec_fair.sec02 .present_list ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 .present_list ul {
    max-width: 400px;
    margin: auto;
  }
}
.sec_fair.sec02 .present_list ul li.a {
  --award_color: #00A199;
}
.sec_fair.sec02 .present_list ul li.a .image_text .text h4 {
  color: var(--award_color);
  font-size: min(5.3vw, 2rem);
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 .present_list ul li.a .image_text .text h4 {
    /*font-size: min(6.6vw, conv_rem(10));*/
    font-size: min(4.8vw, 1.25rem);
  }
}
.sec_fair.sec02 .present_list ul li.b {
  --award_color: #8DC21F;
}
.sec_fair.sec02 .present_list ul li.c {
  --award_color: #F7B52C;
}
.sec_fair.sec02 .present_list ul li.d {
  --award_color: #479A40;
}
.sec_fair.sec02 .present_list ul li .image_text {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #FFF799;
  border: 4px solid var(--award_color);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 .present_list ul li .image_text {
    flex-wrap: wrap;
    padding: 15px;
  }
}
.sec_fair.sec02 .present_list ul li .image_text .image {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  max-width: 312px;
  margin-right: 3.9%;
  flex: 1.8;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 .present_list ul li .image_text .image {
    flex: none;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.sec_fair.sec02 .present_list ul li .image_text .image:before {
  content: "";
  display: block;
  padding-top: 64.1%;
}
.sec_fair.sec02 .present_list ul li .image_text .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec_fair.sec02 .present_list ul li .image_text .award {
  margin-right: 1.9%;
  max-width: 180px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 .present_list ul li .image_text .award {
    flex: none;
    order: 2;
    margin-right: 4%;
    max-width: 100%;
    width: 36%;
  }
}
.sec_fair.sec02 .present_list ul li .image_text .text {
  flex: 2.2;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 .present_list ul li .image_text .text {
    flex: none;
    order: 3;
    width: 60%;
  }
}
.sec_fair.sec02 .present_list ul li .image_text .text h4 {
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1.23;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 .present_list ul li .image_text .text h4 {
    font-size: min(5.1vw, 1.25rem);
  }
}
.sec_fair.sec02 .present_list ul li .image_text .text hr {
  border: 0;
  width: 100%;
  height: 4px;
  background: #FFE103;
  margin: 10px 0 20px;
}
.sec_fair.sec02 .present_list ul li .image_text .text .number {
  width: 120px;
  margin-left: auto;
  font-size: 1.375rem;
  font-weight: 900;
  color: #fff;
  padding: 3px 12px 7px 10px;
  text-align: center;
  border-radius: 25px;
  background: var(--award_color);
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 .present_list ul li .image_text .text .number {
    width: 80px;
    font-size: 0.875rem;
    padding: 4px 8px 6px 6px;
  }
}
.sec_fair.sec02 .present_list ul li .image_text .text .number span {
  font-size: 2.5rem;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 .present_list ul li .image_text .text .number span {
    font-size: 1.625rem;
  }
}
.sec_fair.sec02 .quiz {
  padding: 145px 0 70px;
  position: relative;
  margin-top: -125px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 .quiz {
    padding: 195px 0 40px;
    margin-top: -179px;
  }
}
.sec_fair.sec02 .quiz:before, .sec_fair.sec02 .quiz:after {
  content: "";
  position: absolute;
}
.sec_fair.sec02 .quiz:before {
  right: 0;
  bottom: -35px;
  left: 0;
  margin: auto;
  width: 60px;
  height: 44px;
  background: url(/wp-content/themes/buy-shinshu/images/fair_bg02_arrow.svg) no-repeat center/contain;
  z-index: -3;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 .quiz:before {
    bottom: -20px;
  }
}
.sec_fair.sec02 .quiz:after {
  z-index: -2;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 90px;
  background: url(/wp-content/themes/buy-shinshu/images/header_bg.svg) no-repeat center bottom/cover;
}
.sec_fair.sec02 .quiz .bg {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 0;
  height: 100%;
  background: url(/wp-content/themes/buy-shinshu/images/fair_bg02.png) repeat;
}
.sec_fair.sec02 .quiz .image {
  max-width: 778px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 .quiz .image {
    max-width: 330px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 .quiz .answers {
    max-width: 450px;
    margin: auto;
  }
}
.sec_fair.sec02 .quiz .answers ol {
  counter-reset: cnt;
  display: flex;
  column-gap: 32px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 .quiz .answers ol {
    flex-direction: column;
    row-gap: 35px;
  }
}
.sec_fair.sec02 .quiz .answers ol li {
  counter-increment: cnt;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px 29px;
  border: 2px solid #FFE103;
  border-radius: 10px;
  background: #fff;
  font-size: 1.75rem;
  font-weight: 900;
  color: #00A199;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 .quiz .answers ol li {
    font-size: 1.5625rem;
    padding: 25px 10px 24px;
  }
}
.sec_fair.sec02 .quiz .answers ol li:before {
  content: counter(cnt);
  width: 40px;
  height: 36px;
  background: #FFE103;
  border-radius: 50%;
  color: #00A199;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  position: absolute;
  top: -22px;
  right: 0;
  left: 0;
  margin: auto;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec02 .quiz .answers ol li .text br {
    display: none;
  }
}
.sec_fair.sec02 .quiz .answers ol li .text span {
  color: #F99000;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 4px;
}
.sec_fair.sec02 .quiz .answers .limit {
  text-align: center;
}
.sec_fair.sec03 {
  background: #EAF5F1;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec03 {
    padding-top: 50px;
  }
}
.sec_fair.sec03 h2 {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec03 h2 {
    margin-bottom: 50px;
  }
}
.sec_fair.sec03 .flow {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec03 .flow {
    margin: 0 auto 50px;
    max-width: 500px;
  }
}
.sec_fair.sec03 .flow ul {
  display: flex;
  flex-direction: column;
  row-gap: 46px;
}
.sec_fair.sec03 .flow ul li {
  padding: 30px;
  border: 4px solid #3A3A3A;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec03 .flow ul li {
    padding: 20px 0;
  }
}
.sec_fair.sec03 .flow ul li:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 7px;
  left: 0;
  margin: auto;
  width: 50px;
  height: 48px;
  transform: translateY(100%);
  background: no-repeat center/contain;
}
.sec_fair.sec03 .flow ul li:nth-child(1) {
  border-color: #00A199;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec03 .flow ul li:nth-child(1) {
    padding-top: 40px;
  }
}
.sec_fair.sec03 .flow ul li:nth-child(1):before {
  background-image: url(/wp-content/themes/buy-shinshu/images/fair_flow_arrow01.svg);
}
.sec_fair.sec03 .flow ul li:nth-child(2) {
  border-color: #8DC21F;
}
.sec_fair.sec03 .flow ul li:nth-child(2):before {
  background-image: url(/wp-content/themes/buy-shinshu/images/fair_flow_arrow02.svg);
}
.sec_fair.sec03 .flow ul li:nth-child(3) {
  border-color: #F7B52C;
}
.sec_fair.sec03 .flow ul li:nth-child(3):before {
  background-image: url(/wp-content/themes/buy-shinshu/images/fair_flow_arrow03.svg);
}
.sec_fair.sec03 .flow ul li h3 {
  text-align: center;
  font-size: 1.875rem;
  margin-bottom: 15px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec03 .flow ul li h3 {
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 370px) {
  .sec_fair.sec03 .flow ul li h3 {
    font-size: 1.25rem;
  }
}
.sec_fair.sec03 .flow ul li .p01 {
  font-size: 1.125rem;
  line-height: 1.78;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec03 .flow ul li .p01 {
    font-size: 1rem;
    line-height: 1.625;
  }
}
@media screen and (max-width: 370px) {
  .sec_fair.sec03 .flow ul li .p01 {
    font-size: 0.875rem;
  }
}
.sec_fair.sec03 .flow ul li .title {
  position: absolute;
  top: -32px;
  right: 0;
  left: 0;
  font-size: 1.625rem;
  max-width: 656px;
  margin: auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #F99000;
  border-radius: 30px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec03 .flow ul li .title {
    font-size: 1.125rem;
    line-height: 1.44;
    max-width: 240px;
  }
}
.sec_fair.sec03 .flow ul li .question {
  font-size: 1.125rem;
  line-height: 1.78;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec03 .flow ul li .question {
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 370px) {
  .sec_fair.sec03 .flow ul li .question {
    font-size: 0.875rem;
  }
}
.sec_fair.sec03 .flow ul li .answer {
  font-size: 3.125rem;
  color: #00A199;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec03 .flow ul li .answer {
    font-size: min(8.6vw, 2rem);
  }
}
.sec_fair.sec03 .image {
  max-width: 711px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec03 .image {
    max-width: 296px;
  }
}
.sec_fair.sec04 {
  position: relative;
  margin-top: -75px;
  position: relative;
  z-index: 5;
  background: #EAF5F1;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec04 {
    margin-top: -62px;
    padding-bottom: 40px;
  }
}
.sec_fair.sec04:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -90px;
  left: 0;
  width: 100%;
  height: 630px;
  background: url(/wp-content/themes/buy-shinshu/images/sec_about_bg02.svg) no-repeat center top/cover;
}
@media screen and (max-width: 1920px) {
  .sec_fair.sec04:before {
    background-size: unset;
  }
}
@media screen and (max-width: 768px) {
  .sec_fair.sec04:before {
    top: -60px;
    background-image: url(/wp-content/themes/buy-shinshu/images/sec_about_bg02_sp.svg);
    background-size: 127.39%;
    height: 389px;
  }
}
.sec_fair.sec04:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 530px);
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec04:after {
    height: 97%;
  }
}
.sec_fair.sec04 .requirement_list {
  padding: 30px;
  background: #00A199;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec04 .requirement_list {
    padding: 12px;
    max-width: 500px;
    margin: auto;
  }
}
.sec_fair.sec04 .requirement_list .dl_list {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec04 .requirement_list .dl_list {
    padding: 18px;
  }
}
.sec_fair.sec04 .requirement_list .dl_list * {
  line-height: 1.625;
}
.sec_fair.sec04 .requirement_list .dl_list > dl {
  display: flex;
  column-gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #D3D3D3;
}
.sec_fair.sec04 .requirement_list .dl_list > dl:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec04 .requirement_list .dl_list > dl {
    flex-direction: column;
    row-gap: 5px;
    padding: 15px 0;
  }
}
.sec_fair.sec04 .requirement_list .dl_list > dl > dt {
  color: #00A199;
  font-weight: 900;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec04 .requirement_list .dl_list > dl > dt {
    width: 100%;
  }
}
.sec_fair.sec04 .requirement_list .dl_list > dl > dd {
  flex: 1;
}
.sec_fair.sec04 .requirement_list .dl_list > dl > dd .bd {
  font-weight: 900;
  display: block;
}
.sec_fair.sec04 .requirement_list .dl_list > dl > dd dl {
  display: flex;
  column-gap: 15px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec04 .requirement_list .dl_list > dl > dd dl {
    column-gap: 12px;
  }
}
.sec_fair.sec04 .requirement_list .dl_list > dl > dd dl dt {
  font-weight: 900;
}
.sec_fair.sec04 .requirement_list .dl_list > dl > dd dl dt.a {
  color: #00A199;
}
.sec_fair.sec04 .requirement_list .dl_list > dl > dd dl dt.b {
  color: #8DC21F;
}
.sec_fair.sec04 .requirement_list .dl_list > dl > dd dl dt.c {
  color: #F99000;
}
.sec_fair.sec04 .requirement_list .dl_list > dl > dd dl dt.d {
  color: #479A40;
}
.sec_fair.sec04 .requirement_list .dl_list > dl > dd dl dd {
  flex: 1;
}
.sec_fair.sec05 {
  padding: 90px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec05 {
    padding: 50px 0 0;
  }
}
.sec_fair.sec05:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: -72px;
  right: calc(50% - 436px);
  width: 278px;
  height: 279px;
  background: url(/wp-content/themes/buy-shinshu/images/fair_img08.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec05:before {
    width: 155px;
    top: -74px;
    right: calc(50% - 136px);
    background-image: url(/wp-content/themes/buy-shinshu/images/fair_img08_sp.png);
  }
}
.sec_fair.sec05:after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: calc(50% - 590px);
  width: 417px;
  height: 407px;
  background: url(/wp-content/themes/buy-shinshu/images/fair_img09.png) no-repeat center top/contain;
}
@media screen and (max-width: 1040px) {
  .sec_fair.sec05:after {
    left: calc(50% - 463px);
  }
}
@media screen and (max-width: 768px) {
  .sec_fair.sec05:after {
    max-width: 337px;
    position: static;
    display: block;
    margin: auto;
    position: relative;
    bottom: 0;
    left: 20px;
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 768px) {
  .sec_fair.sec05 h2 {
    text-align: left;
    position: relative;
    left: calc(50% - 168px);
  }
}
.sec_fair.sec05 .contact_form .dl_list_wrap {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec05 .contact_form .dl_list_wrap {
    padding-bottom: 40px;
    max-width: 500px;
    margin: auto;
  }
}
.sec_fair.sec05 .contact_form .dl_list_wrap:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 200%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/wp-content/themes/buy-shinshu/images/fair_bg03.png) repeat;
}
.sec_fair.sec05 .contact_form .dl_list_wrap .dl_list {
  position: relative;
  z-index: 10;
  background: #fff;
  max-width: 100%;
  padding: 60px;
  border-radius: 10px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec05 .contact_form .dl_list_wrap .dl_list {
    padding: 20px;
  }
}
.sec_fair.sec05 .contact_form .privacy_policy {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .sec_fair.sec05 .contact_form .privacy_policy {
    margin: 30px 0 20px;
  }
}
.sec_fair.sec05 .contact_form .submit_btns {
  margin-top: 0;
}

.text-a-sub {
  font-size: min(5.3vw, 0.9rem);
  color: black;
  display: block;
  margin-top: 5px;
}