@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・mixin
・base
・utility
・component
・layout
====================================================================== */
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}
body {
  line-height: 1;
  color: #000;
}
/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}
body {
  min-width: 1260px;
  position: relative;
  background: #fff;
  color: #000;
  font-family: "Noto Sans", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}
html, body {
  width: 100%;
  height: 100%;
}
.page {
  width: 100%;
  margin: 0 auto;
}
/* border-box */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}
/* a */
a:link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
  text-decoration: none;
}
a[href^="tel"] {
  color: #000;
}
/* Text Highlight */
/* button */
button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}
textarea {
  resize: vertical;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/* placeholder */
input:placeholder-shown, textarea:placeholder-shown {
  color: #000;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #000;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #000;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #000;
}
img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}
/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.cf {
  *zoom: 1;
}
.cf:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}
.u_pc {
  display: block;
}
.u_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }
  .u_sp {
    display: block;
  }
}
.u_fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.u_body_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
/* =================================
 text pt
================================= */
.u_txt_1 {
  font-size: 2em;
  line-height: 1.5;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_1 {
    font-size: 1.5em;
  }
}
.u_txt_2 {
  font-size: 1.6em;
  line-height: 2;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .u_txt_2 {
    font-size: 1.4em;
  }
}
.u_txt_3 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}
.u_txt_4 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}
.u_txt_5 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}
.u_txt_6 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}
/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}
.u_bold {
  font-weight: bold;
}
/* =================================
 text marker
================================= */
.u_marker_1_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: -webkit-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: linear-gradient(to bottom, #ffff66 0%, #ffff66 100%);
}
.u_marker_1_2 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmNjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
}
/* =================================
 box-shadow
================================= */
.u_box_shadow_1 {
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
/* =================================
 gradation
================================= */
.u_gradient_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZTlmMyIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjYTllOWYzIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzJkOWRhZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmQ5ZGFlIi8+PHN0b3Agb2Zmc2V0PSI4MyUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGY1ZmQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: -webkit-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: linear-gradient(180deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
}
/* =================================
 animation
================================= */
/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
.c-ttl1 {
  font-size: 35px;
  color: #bbcfe3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-ttl1 {
    line-height: 1.5;
    font-size: 25px;
  }
}
.c-ttl2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-ttl2 {
    font-size: 21px;
    justify-content: flex-start;
    text-align: left;
    line-height: 1.5;
  }
}
.c-ttl2 span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .c-ttl2 span {
    padding: 0 0 0 30px;
  }
}
.c-ttl2 span:before {
  width: 20px;
  height: 20px;
  background: #9bb7d4;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center center;
  top: 50%;
  left: 0;
  content: "";
}
@media screen and (max-width: 768px) {
  .c-ttl2 span:before {
    width: 15px;
    height: 15px;
    top: 12px;
  }
}
.c-ttl2 span.txt {
  font-size: 20px;
  color: #1c3472;
}
.c-ttl2 span.txt:before {
  display: none;
}
.c-ttl3 {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 768px) {
  .c-ttl3 {
    font-size: 17px;
    line-height: 1.5;
  }
}
.c-ttl3:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #eec9ac;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-ttl3:before {
    width: 18px;
    height: 18px;
    top: 12px;
  }
}
.c-ttl4 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .c-ttl4 {
    line-height: 1.5;
  }
}
.c-ttl4:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #c0c0c0;
}
@media screen and (max-width: 768px) {
  .c-ttl4:before {
    top: 12px;
  }
}
/* =================================
 buttons
================================= */
/* =================================
 icon
================================= */
/* =================================
 alerts
================================= */
/* =================================
 pager
================================= */
/* =================================
 table
================================= */
/* =================================
 forms
================================= */
/* =================================
 list
================================= */
/* =================================
 item
================================= */
/* =================================
 文字背景色
================================= */
.c-bgy {
  background: #f4f66c;
}
/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}
/* =================================
 l_header
================================= */
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
  }
}
.l-header__inner {
  padding: 0 3%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 0;
    position: relative;
    justify-content: center;
  }
}
.l-header__reserve {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__reserve {
    display: block;
    position: absolute;
    top: 0;
    left: 49px;
  }
    .l-header__reserve.sp_but_02 {
        left: 0;
    }
  .l-header__reserve.sp_but_02 a {

      display: block;
    left: 0;
      width: 48px;
      height: 48px;
     padding-top: 30px;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22320%22%20height%3D%22320%22%20viewBox%3D%220%200%20320%20320%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2306c755%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22LINE_LOGO%22%20data-name%3D%22LINE%20LOGO%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%22320%22%20height%3D%22320%22%20rx%3D%2272.14%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M266.66%2C144.92c0-47.74-47.86-86.58-106.69-86.58S53.28%2C97.18%2C53.28%2C144.92c0%2C42.8%2C38%2C78.65%2C89.22%2C85.42%2C3.48.75%2C8.21%2C2.29%2C9.4%2C5.26%2C1.08%2C2.7.71%2C6.93.35%2C9.65%2C0%2C0-1.25%2C7.53-1.52%2C9.13-.47%2C2.7-2.15%2C10.55%2C9.24%2C5.76s61.44-36.18%2C83.82-61.95h0C259.25%2C181.24%2C266.66%2C164%2C266.66%2C144.92Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M231.16%2C172.49h-30a2%2C2%2C0%2C0%2C1-2-2v0h0V123.94h0v0a2%2C2%2C0%2C0%2C1%2C2-2h30a2%2C2%2C0%2C0%2C1%2C2%2C2v7.57a2%2C2%2C0%2C0%2C1-2%2C2H210.79v7.85h20.37a2%2C2%2C0%2C0%2C1%2C2%2C2V151a2%2C2%2C0%2C0%2C1-2%2C2H210.79v7.86h20.37a2%2C2%2C0%2C0%2C1%2C2%2C2v7.56A2%2C2%2C0%2C0%2C1%2C231.16%2C172.49Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M120.29%2C172.49a2%2C2%2C0%2C0%2C0%2C2-2v-7.56a2%2C2%2C0%2C0%2C0-2-2H99.92v-37a2%2C2%2C0%2C0%2C0-2-2H90.32a2%2C2%2C0%2C0%2C0-2%2C2v46.53h0v0a2%2C2%2C0%2C0%2C0%2C2%2C2h30Z%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%22128.73%22%20y%3D%22121.85%22%20width%3D%2211.64%22%20height%3D%2250.64%22%20rx%3D%222.04%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M189.84%2C121.85h-7.56a2%2C2%2C0%2C0%2C0-2%2C2v27.66l-21.3-28.77a1.2%2C1.2%2C0%2C0%2C0-.17-.21v0l-.12-.12%2C0%2C0-.11-.09-.06%2C0-.11-.08-.06%2C0-.11-.06-.07%2C0-.11%2C0-.07%2C0-.12%2C0-.08%2C0-.12%2C0h-.08l-.11%2C0h-7.71a2%2C2%2C0%2C0%2C0-2%2C2v46.56a2%2C2%2C0%2C0%2C0%2C2%2C2h7.57a2%2C2%2C0%2C0%2C0%2C2-2V142.81l21.33%2C28.8a2%2C2%2C0%2C0%2C0%2C.52.52h0l.12.08.06%2C0%2C.1.05.1%2C0%2C.07%2C0%2C.14%2C0h0a2.42%2C2.42%2C0%2C0%2C0%2C.54.07h7.52a2%2C2%2C0%2C0%2C0%2C2-2V123.89A2%2C2%2C0%2C0%2C0%2C189.84%2C121.85Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center 8px / 17px auto #fbdb3a;
      text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .l-header__reserve a img {
    height: 48px;
  }
}
.l-header__logo {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.l-header__logo a {
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .l-header__logo a {
    padding: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo a img {
    height: 38px;
  }
}
.l-header__txt {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0 15px;
}
@media screen and (max-width: 1445px) {
  .l-header__txt {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__txt {
    display: none;
    font-size: 10px;
  }
}
.l-header__menu {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__menulists {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.l-header__menulists {
  padding: 0 0 15px;
}
.l-header__menulist {
  font-size: 15px;
  margin: 0 25px 0 0;
  align-self: flex-end;
}
@media screen and (max-width: 1370px) {
  .l-header__menulist {
    font-size: 13px;
  }
}
@media screen and (max-width: 1250px) {
  .l-header__menulist {
    font-size: 10px;
  }
}
.l-header__menubtn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__menubtn {
    display: block;
  }
}
.l-header__menubtn img {
  width: 48px;
  height: 48px;
}
.l-header__menubtn img.open {
  display: none;
}
.l-header__menubtn img.open._active {
  display: block;
}
.l-header .cv {
  background: #f8ec00;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 25px 24px 0;
  text-align: center;
  margin-left: 1px;
}
.l-header .cv.tsuzuki {
  background:
    url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22320%22%20height%3D%22320%22%20viewBox%3D%220%200%20320%20320%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2306c755%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22LINE_LOGO%22%20data-name%3D%22LINE%20LOGO%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%22320%22%20height%3D%22320%22%20rx%3D%2272.14%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M266.66%2C144.92c0-47.74-47.86-86.58-106.69-86.58S53.28%2C97.18%2C53.28%2C144.92c0%2C42.8%2C38%2C78.65%2C89.22%2C85.42%2C3.48.75%2C8.21%2C2.29%2C9.4%2C5.26%2C1.08%2C2.7.71%2C6.93.35%2C9.65%2C0%2C0-1.25%2C7.53-1.52%2C9.13-.47%2C2.7-2.15%2C10.55%2C9.24%2C5.76s61.44-36.18%2C83.82-61.95h0C259.25%2C181.24%2C266.66%2C164%2C266.66%2C144.92Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M231.16%2C172.49h-30a2%2C2%2C0%2C0%2C1-2-2v0h0V123.94h0v0a2%2C2%2C0%2C0%2C1%2C2-2h30a2%2C2%2C0%2C0%2C1%2C2%2C2v7.57a2%2C2%2C0%2C0%2C1-2%2C2H210.79v7.85h20.37a2%2C2%2C0%2C0%2C1%2C2%2C2V151a2%2C2%2C0%2C0%2C1-2%2C2H210.79v7.86h20.37a2%2C2%2C0%2C0%2C1%2C2%2C2v7.56A2%2C2%2C0%2C0%2C1%2C231.16%2C172.49Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M120.29%2C172.49a2%2C2%2C0%2C0%2C0%2C2-2v-7.56a2%2C2%2C0%2C0%2C0-2-2H99.92v-37a2%2C2%2C0%2C0%2C0-2-2H90.32a2%2C2%2C0%2C0%2C0-2%2C2v46.53h0v0a2%2C2%2C0%2C0%2C0%2C2%2C2h30Z%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%22128.73%22%20y%3D%22121.85%22%20width%3D%2211.64%22%20height%3D%2250.64%22%20rx%3D%222.04%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M189.84%2C121.85h-7.56a2%2C2%2C0%2C0%2C0-2%2C2v27.66l-21.3-28.77a1.2%2C1.2%2C0%2C0%2C0-.17-.21v0l-.12-.12%2C0%2C0-.11-.09-.06%2C0-.11-.08-.06%2C0-.11-.06-.07%2C0-.11%2C0-.07%2C0-.12%2C0-.08%2C0-.12%2C0h-.08l-.11%2C0h-7.71a2%2C2%2C0%2C0%2C0-2%2C2v46.56a2%2C2%2C0%2C0%2C0%2C2%2C2h7.57a2%2C2%2C0%2C0%2C0%2C2-2V142.81l21.33%2C28.8a2%2C2%2C0%2C0%2C0%2C.52.52h0l.12.08.06%2C0%2C.1.05.1%2C0%2C.07%2C0%2C.14%2C0h0a2.42%2C2.42%2C0%2C0%2C0%2C.54.07h7.52a2%2C2%2C0%2C0%2C0%2C2-2V123.89A2%2C2%2C0%2C0%2C0%2C189.84%2C121.85Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center 20px / 35px auto #fbdb3a;
  font-weight: bold;
}
.area_icon {
  padding: 3px 8px;
  color: #fff;
  font-size: 12px;
  background: #72a3d2;
  display: inline-block;
  margin-top: 5px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .area_icon {
    display: none;
  }
}
.l-menu {
  display: none;
  background: #99b5d2;
  padding: 0 10px;
  height: calc(100vh - 48px);
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
}
.l-menu._active {
  display: block;
}
.l-menu__menulist {
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #fff;
}
.l-menu__menulink {
  font-size: 14px;
  color: #fff !important;
}
.l-menu__sub {
  margin-top: 45px;
}
.l-menu__submenulist:not(:first-of-type) {
  margin: 40px 0 0;
}
.l-menu__submenulink {
  font-size: 14px;
  color: #fff !important;
}
.l-menu._active .cv{
    display: block;
    background: none;
    text-align: center;
}

/* =================================
 l_header_sp
================================= */
/* =================================
 l_breadcrumbs
================================= */
/* =================================
l-mainvisual
================================= */
.l-mainvisual {
  padding: 134px 0 0;
}
@media screen and (max-width: 768px) {
  .l-mainvisual {
    padding: 48px 0 0;
  }
}
.l-mainvisual img {
  width: 100%;
}
.l-mainvisual__bottom {
  margin: -130px 0 0;
}
.l-mainvisual__cv {
  text-align: center;
}
.l-mainvisual a {
  font-weight: bold;
  width: 570px;
  height: 80px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22320%22%20height%3D%22320%22%20viewBox%3D%220%200%20320%20320%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2306c755%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22LINE_LOGO%22%20data-name%3D%22LINE%20LOGO%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%22320%22%20height%3D%22320%22%20rx%3D%2272.14%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M266.66%2C144.92c0-47.74-47.86-86.58-106.69-86.58S53.28%2C97.18%2C53.28%2C144.92c0%2C42.8%2C38%2C78.65%2C89.22%2C85.42%2C3.48.75%2C8.21%2C2.29%2C9.4%2C5.26%2C1.08%2C2.7.71%2C6.93.35%2C9.65%2C0%2C0-1.25%2C7.53-1.52%2C9.13-.47%2C2.7-2.15%2C10.55%2C9.24%2C5.76s61.44-36.18%2C83.82-61.95h0C259.25%2C181.24%2C266.66%2C164%2C266.66%2C144.92Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M231.16%2C172.49h-30a2%2C2%2C0%2C0%2C1-2-2v0h0V123.94h0v0a2%2C2%2C0%2C0%2C1%2C2-2h30a2%2C2%2C0%2C0%2C1%2C2%2C2v7.57a2%2C2%2C0%2C0%2C1-2%2C2H210.79v7.85h20.37a2%2C2%2C0%2C0%2C1%2C2%2C2V151a2%2C2%2C0%2C0%2C1-2%2C2H210.79v7.86h20.37a2%2C2%2C0%2C0%2C1%2C2%2C2v7.56A2%2C2%2C0%2C0%2C1%2C231.16%2C172.49Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M120.29%2C172.49a2%2C2%2C0%2C0%2C0%2C2-2v-7.56a2%2C2%2C0%2C0%2C0-2-2H99.92v-37a2%2C2%2C0%2C0%2C0-2-2H90.32a2%2C2%2C0%2C0%2C0-2%2C2v46.53h0v0a2%2C2%2C0%2C0%2C0%2C2%2C2h30Z%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%22128.73%22%20y%3D%22121.85%22%20width%3D%2211.64%22%20height%3D%2250.64%22%20rx%3D%222.04%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M189.84%2C121.85h-7.56a2%2C2%2C0%2C0%2C0-2%2C2v27.66l-21.3-28.77a1.2%2C1.2%2C0%2C0%2C0-.17-.21v0l-.12-.12%2C0%2C0-.11-.09-.06%2C0-.11-.08-.06%2C0-.11-.06-.07%2C0-.11%2C0-.07%2C0-.12%2C0-.08%2C0-.12%2C0h-.08l-.11%2C0h-7.71a2%2C2%2C0%2C0%2C0-2%2C2v46.56a2%2C2%2C0%2C0%2C0%2C2%2C2h7.57a2%2C2%2C0%2C0%2C0%2C2-2V142.81l21.33%2C28.8a2%2C2%2C0%2C0%2C0%2C.52.52h0l.12.08.06%2C0%2C.1.05.1%2C0%2C.07%2C0%2C.14%2C0h0a2.42%2C2.42%2C0%2C0%2C0%2C.54.07h7.52a2%2C2%2C0%2C0%2C0%2C2-2V123.89A2%2C2%2C0%2C0%2C0%2C189.84%2C121.85Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat calc(50% - 32%) center / 35px auto #f8ec00;
  font-size: 22px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c3472;
  border-radius: 4px;
  position: relative;
  box-shadow: 2px 2px 0px 0px rgba(28, 52, 114, 0.4);
  margin: 0 auto;
  line-height: 1.8rem;
}
@media screen and (max-width: 768px) {
.l-mainvisual a {
  width: 280px;
  height: 55px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22320%22%20height%3D%22320%22%20viewBox%3D%220%200%20320%20320%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2306c755%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22LINE_LOGO%22%20data-name%3D%22LINE%20LOGO%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%22320%22%20height%3D%22320%22%20rx%3D%2272.14%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M266.66%2C144.92c0-47.74-47.86-86.58-106.69-86.58S53.28%2C97.18%2C53.28%2C144.92c0%2C42.8%2C38%2C78.65%2C89.22%2C85.42%2C3.48.75%2C8.21%2C2.29%2C9.4%2C5.26%2C1.08%2C2.7.71%2C6.93.35%2C9.65%2C0%2C0-1.25%2C7.53-1.52%2C9.13-.47%2C2.7-2.15%2C10.55%2C9.24%2C5.76s61.44-36.18%2C83.82-61.95h0C259.25%2C181.24%2C266.66%2C164%2C266.66%2C144.92Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M231.16%2C172.49h-30a2%2C2%2C0%2C0%2C1-2-2v0h0V123.94h0v0a2%2C2%2C0%2C0%2C1%2C2-2h30a2%2C2%2C0%2C0%2C1%2C2%2C2v7.57a2%2C2%2C0%2C0%2C1-2%2C2H210.79v7.85h20.37a2%2C2%2C0%2C0%2C1%2C2%2C2V151a2%2C2%2C0%2C0%2C1-2%2C2H210.79v7.86h20.37a2%2C2%2C0%2C0%2C1%2C2%2C2v7.56A2%2C2%2C0%2C0%2C1%2C231.16%2C172.49Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M120.29%2C172.49a2%2C2%2C0%2C0%2C0%2C2-2v-7.56a2%2C2%2C0%2C0%2C0-2-2H99.92v-37a2%2C2%2C0%2C0%2C0-2-2H90.32a2%2C2%2C0%2C0%2C0-2%2C2v46.53h0v0a2%2C2%2C0%2C0%2C0%2C2%2C2h30Z%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%22128.73%22%20y%3D%22121.85%22%20width%3D%2211.64%22%20height%3D%2250.64%22%20rx%3D%222.04%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M189.84%2C121.85h-7.56a2%2C2%2C0%2C0%2C0-2%2C2v27.66l-21.3-28.77a1.2%2C1.2%2C0%2C0%2C0-.17-.21v0l-.12-.12%2C0%2C0-.11-.09-.06%2C0-.11-.08-.06%2C0-.11-.06-.07%2C0-.11%2C0-.07%2C0-.12%2C0-.08%2C0-.12%2C0h-.08l-.11%2C0h-7.71a2%2C2%2C0%2C0%2C0-2%2C2v46.56a2%2C2%2C0%2C0%2C0%2C2%2C2h7.57a2%2C2%2C0%2C0%2C0%2C2-2V142.81l21.33%2C28.8a2%2C2%2C0%2C0%2C0%2C.52.52h0l.12.08.06%2C0%2C.1.05.1%2C0%2C.07%2C0%2C.14%2C0h0a2.42%2C2.42%2C0%2C0%2C0%2C.54.07h7.52a2%2C2%2C0%2C0%2C0%2C2-2V123.89A2%2C2%2C0%2C0%2C0%2C189.84%2C121.85Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 20px center / 25px auto #f8ec00;
  font-size: 16px;
}

}
.l-mainvisual a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #1c3472;
  border-right: 1px solid #1c3472;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transform-origin: center center;
}
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_footer
================================= */
.l-footer {
  background: #99b5d2;
}
.l-footer .inner {
  max-width: 1260px;
  padding: 30px 0;
  margin: 0 auto;
  position: relative;
}
.l-footer .inner .pagetop {
  cursor: pointer;
  position: absolute;
  content: url(../img/top.png);
  top: 5px;
  right: 0;
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .l-footer .inner .pagetop {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/top.png);
    right: 20px;
    top: 0px;
  }
}
.l-footer .inner ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer .inner ul {
    display: none;
  }
}
.l-footer .inner ul li {
  padding: 0 10px;
  position: relative;
}
.l-footer .inner ul li:last-of-type:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.l-footer .inner ul li:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.l-footer .inner ul li a {
  color: #fff;
  font-size: 16px;
}
.l-footer__logo {
  padding: 45px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo img {
    width: 150px;
  }
}
.l-footer .copy {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer .copy {
    font-size: 10px;
  }
}
/* ======================================================================
 layout p_top
====================================================================== */
.cv-copy {
  display: inline-block;
  position: relative;
  margin: 0 0 10px;
  padding: 0 20px;
  color: #d93434;
  font-size: 22px;
  font-weight: bold;
}
.cv-copy::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #d93434;
  transform: skewX(20deg);
}
.cv-copy::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #d93434;
  transform: skewX(-20deg);
}
.cv {
  text-align: center;
}
.cv a {
  font-weight: bold;
  width: 570px;
  height: 80px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22320%22%20height%3D%22320%22%20viewBox%3D%220%200%20320%20320%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2306c755%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22LINE_LOGO%22%20data-name%3D%22LINE%20LOGO%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%22320%22%20height%3D%22320%22%20rx%3D%2272.14%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M266.66%2C144.92c0-47.74-47.86-86.58-106.69-86.58S53.28%2C97.18%2C53.28%2C144.92c0%2C42.8%2C38%2C78.65%2C89.22%2C85.42%2C3.48.75%2C8.21%2C2.29%2C9.4%2C5.26%2C1.08%2C2.7.71%2C6.93.35%2C9.65%2C0%2C0-1.25%2C7.53-1.52%2C9.13-.47%2C2.7-2.15%2C10.55%2C9.24%2C5.76s61.44-36.18%2C83.82-61.95h0C259.25%2C181.24%2C266.66%2C164%2C266.66%2C144.92Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M231.16%2C172.49h-30a2%2C2%2C0%2C0%2C1-2-2v0h0V123.94h0v0a2%2C2%2C0%2C0%2C1%2C2-2h30a2%2C2%2C0%2C0%2C1%2C2%2C2v7.57a2%2C2%2C0%2C0%2C1-2%2C2H210.79v7.85h20.37a2%2C2%2C0%2C0%2C1%2C2%2C2V151a2%2C2%2C0%2C0%2C1-2%2C2H210.79v7.86h20.37a2%2C2%2C0%2C0%2C1%2C2%2C2v7.56A2%2C2%2C0%2C0%2C1%2C231.16%2C172.49Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M120.29%2C172.49a2%2C2%2C0%2C0%2C0%2C2-2v-7.56a2%2C2%2C0%2C0%2C0-2-2H99.92v-37a2%2C2%2C0%2C0%2C0-2-2H90.32a2%2C2%2C0%2C0%2C0-2%2C2v46.53h0v0a2%2C2%2C0%2C0%2C0%2C2%2C2h30Z%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%22128.73%22%20y%3D%22121.85%22%20width%3D%2211.64%22%20height%3D%2250.64%22%20rx%3D%222.04%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M189.84%2C121.85h-7.56a2%2C2%2C0%2C0%2C0-2%2C2v27.66l-21.3-28.77a1.2%2C1.2%2C0%2C0%2C0-.17-.21v0l-.12-.12%2C0%2C0-.11-.09-.06%2C0-.11-.08-.06%2C0-.11-.06-.07%2C0-.11%2C0-.07%2C0-.12%2C0-.08%2C0-.12%2C0h-.08l-.11%2C0h-7.71a2%2C2%2C0%2C0%2C0-2%2C2v46.56a2%2C2%2C0%2C0%2C0%2C2%2C2h7.57a2%2C2%2C0%2C0%2C0%2C2-2V142.81l21.33%2C28.8a2%2C2%2C0%2C0%2C0%2C.52.52h0l.12.08.06%2C0%2C.1.05.1%2C0%2C.07%2C0%2C.14%2C0h0a2.42%2C2.42%2C0%2C0%2C0%2C.54.07h7.52a2%2C2%2C0%2C0%2C0%2C2-2V123.89A2%2C2%2C0%2C0%2C0%2C189.84%2C121.85Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat calc(50% - 32%) center / 35px auto #f8ec00;
  font-size: 22px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c3472 !important;
  border-radius: 4px;
  position: relative;
  box-shadow: 2px 2px 0px 0px rgba(28, 52, 114, 0.4);
  margin: 0 auto;
  line-height: 1.8rem;
  text-decoration: none !important;
}
.cv a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #1c3472;
  border-right: 1px solid #1c3472;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
    .cv-copy {
  display: inline-block;
  position: relative;
  margin: 0 0 10px;
  padding: 0 20px;
  color: #d93434;
  font-size: 18px;
  font-weight: bold;
}
.cv a {

  width: 280px;
  height: 50px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22320%22%20height%3D%22320%22%20viewBox%3D%220%200%20320%20320%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2306c755%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22LINE_LOGO%22%20data-name%3D%22LINE%20LOGO%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%22320%22%20height%3D%22320%22%20rx%3D%2272.14%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M266.66%2C144.92c0-47.74-47.86-86.58-106.69-86.58S53.28%2C97.18%2C53.28%2C144.92c0%2C42.8%2C38%2C78.65%2C89.22%2C85.42%2C3.48.75%2C8.21%2C2.29%2C9.4%2C5.26%2C1.08%2C2.7.71%2C6.93.35%2C9.65%2C0%2C0-1.25%2C7.53-1.52%2C9.13-.47%2C2.7-2.15%2C10.55%2C9.24%2C5.76s61.44-36.18%2C83.82-61.95h0C259.25%2C181.24%2C266.66%2C164%2C266.66%2C144.92Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M231.16%2C172.49h-30a2%2C2%2C0%2C0%2C1-2-2v0h0V123.94h0v0a2%2C2%2C0%2C0%2C1%2C2-2h30a2%2C2%2C0%2C0%2C1%2C2%2C2v7.57a2%2C2%2C0%2C0%2C1-2%2C2H210.79v7.85h20.37a2%2C2%2C0%2C0%2C1%2C2%2C2V151a2%2C2%2C0%2C0%2C1-2%2C2H210.79v7.86h20.37a2%2C2%2C0%2C0%2C1%2C2%2C2v7.56A2%2C2%2C0%2C0%2C1%2C231.16%2C172.49Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M120.29%2C172.49a2%2C2%2C0%2C0%2C0%2C2-2v-7.56a2%2C2%2C0%2C0%2C0-2-2H99.92v-37a2%2C2%2C0%2C0%2C0-2-2H90.32a2%2C2%2C0%2C0%2C0-2%2C2v46.53h0v0a2%2C2%2C0%2C0%2C0%2C2%2C2h30Z%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%22128.73%22%20y%3D%22121.85%22%20width%3D%2211.64%22%20height%3D%2250.64%22%20rx%3D%222.04%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M189.84%2C121.85h-7.56a2%2C2%2C0%2C0%2C0-2%2C2v27.66l-21.3-28.77a1.2%2C1.2%2C0%2C0%2C0-.17-.21v0l-.12-.12%2C0%2C0-.11-.09-.06%2C0-.11-.08-.06%2C0-.11-.06-.07%2C0-.11%2C0-.07%2C0-.12%2C0-.08%2C0-.12%2C0h-.08l-.11%2C0h-7.71a2%2C2%2C0%2C0%2C0-2%2C2v46.56a2%2C2%2C0%2C0%2C0%2C2%2C2h7.57a2%2C2%2C0%2C0%2C0%2C2-2V142.81l21.33%2C28.8a2%2C2%2C0%2C0%2C0%2C.52.52h0l.12.08.06%2C0%2C.1.05.1%2C0%2C.07%2C0%2C.14%2C0h0a2.42%2C2.42%2C0%2C0%2C0%2C.54.07h7.52a2%2C2%2C0%2C0%2C0%2C2-2V123.89A2%2C2%2C0%2C0%2C0%2C189.84%2C121.85Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 20px center / 25px auto #f8ec00;
  font-size: 16px;


}

}
/* =================================
 l_main_visual_top
================================= */