@charset "utf-8";
/* Reset
--------------------------------------------- */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
  font-size: 0;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  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;
}
ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  font-size: 0;
  line-height: 0;
}
a img {
  border: none;
}
div a:active, a:focus {
  outline: none;
}
html, body {
  width: 100%;
}
a {
  color: #404040;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  color: #404040;
}
/*::selection {
	background: #DDD;
	color: #000;
}
::-moz-selection {
 background: #DDD;
 color: #000;
}:*/
.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px; /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
input, textarea {
  font-size: 16px;
}
input[type="text"], textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: normal;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
.pagetop a {
  display: block;
  background: #133f75;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
  width: 50px;
  height: 50px;
  padding: 15px;
  line-height: 1;
}
.pagetop > a::before {
  position: relative;
  top: 7px;
  right: -4px;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.pagetop a:hover {
  display: block;
  background: #185196;
  text-align: center;
  text-decoration: none;
}
.opacity a img:hover, a img:hover, .opacity a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.bold {
  font-weight: bold !important;
}
.s-11 {
  font-size: 11px !important;
}
.s-12 {
  font-size: 12px !important;
}
.s-13 {
  font-size: 13px !important;
}
.s-14 {
  font-size: 14px !important;
}
.s-16 {
  font-size: 16px !important;
}
.s-18 {
  font-size: 18px !important;
}
.s-20 {
  font-size: 20px !important;
}
.s-22 {
  font-size: 22px !important;
}
.s-24 {
  font-size: 24px !important;
}
.s-26 {
  font-size: 26px !important;
}
.s-28 {
  font-size: 28px !important;
}
.s-30 {
  font-size: 30px !important;
}
.let-1 {
  letter-spacing: -1px !important;
}
.let-2 {
  letter-spacing: -2px !important;
}
.let-3 {
  letter-spacing: -3px !important;
}
.let-4 {
  letter-spacing: -4px !important;
}
.m-90 {
  margin-bottom: 90px;
}
.m-60 {
  margin-bottom: 60px;
}
.m-45 {
  margin-bottom: 45px;
}
.m-30 {
  margin-bottom: 30px;
}
.m-15 {
  margin-bottom: 15px;
}
.m-10 {
  margin-bottom: 10px;
}
.m-0 {
  margin-bottom: 0;
}
.mt-90 {
  margin-top: 90px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-0 {
  margin-top: 0
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.img-100 {
  width: 100%;
}
.w-100 {
  width: 100% !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-weight: 100;
font-weight: 200;
font-weight: 300;*/
  font-weight: 400;
  /*font-weight: 500;
font-weight: 700;
font-weight: 900;*/
  line-height: 1.8;
  letter-spacing: 1px;
  color: #404040;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  word-break: break-all;
}
.header {
  display: flex;
  justify-content: space-between;
  padding: 0;
  position: fixed;
  background: #FFF;
  z-index: 999;
  width: 96%;
  top: 15px;
  border-radius: 50px;
  align-items: center;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 2px 8px;
}
.header .logo {}
.header .logo img {
  width: 330px;
}
.nav-button {
  display: none;
}
.nav-header a {
  text-decoration: none;
  color: #404040;
  font-size: 14px;
  font-size: clamp(11px, 1vw, 15px);
  padding-bottom: 5px;
  position: relative;
}
.nav-header a:hover {
  color: #404040;
}
.nav-header a::before {
  background: #404040;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.nav-header a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.nav-header li {
  display: inline-block;
  margin: 0 30px 0 0;
  vertical-align: middle;
  font-weight: 700;
}
.nav-header li.nav-pc {
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
.open-btn1 {
  /*position: absolute;
	top:10px;
	right:10px;*/
  background: url("../../assets/img/icon_search.png") no-repeat center center; /*虫眼鏡アイコンを背景に表示*/
  background-size: 45px 44px;
  width: 45px;
  height: 44px;
  cursor: pointer; /*カーソルを指マークに*/
}
.open-btn1:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*クリック後、JSでボタンに btnactive クラスが付与された後の見た目*/
.open-btn1.btnactive {
  background: url("../img/icon_close.svg") no-repeat center center; /*閉じるアイコンを背景に表示*/
  background-size: 25px 25px;
}
/*========= 検索窓の設定 ===============*/
/*==検索窓背景のエリア*/
#search-wrap {
  position: absolute; /*絶対配置にして*/
  top: 60px;
  left: -150px;
  z-index: -1; /*最背面に設定*/
  opacity: 0; /*透過を0に*/
  width: 0; /*横幅は0に*/
  transition: all 0.4s; /*transitionを使ってスムースに現れる*/
  border-radius: 5px;
  width: 250px;
  padding: 15px;
}
.gsc-control-cse {
  padding: 10px !important;
}
/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
#search-wrap.panelactive {
  opacity: 1; /*不透明に変更*/
  z-index: 3; /*全面に出現*/
  width: 250px;
  top: 60px;
  left: -150px;
  background: #DDD;
  padding: 5px;
}
/*==検索窓*/
#search-wrap #searchform {
  display: none; /*検索窓は、はじめ非表示*/
}
/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
#search-wrap.panelactive #searchform {
  display: block; /*検索窓を表示*/
}
/*==検索フォームの設定*/
/*==テキスト入力とボタンinput共通設定*/
#search-wrap input {
  -webkit-appearance: none; /*SafariやChromeのデフォルトの設定を無効*/
  outline: none;
  cursor: pointer; /*カーソルを指マークに*/
  color: #666;
}
/*テキスト入力input設定*/
#search-wrap input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  height: 46px;
  padding: 10px;
}
/*テキスト入力inputにフォーカスされたら*/
#search-wrap input[type="text"]:focus {
  background: #eee; /*背景色を付ける*/
}
/*ボタンinput設定*/
#search-wrap input[type="submit"] {
  position: absolute;
  top: 10px;
  right: 30px;
  background: url("../../assets/img/icon_search.svg") no-repeat right; /*虫眼鏡アイコンを背景に表示*/
  background-size: 20px 20px;
  width: 58px;
  height: 57px;
}
.nav-header li.nav-icon {
  margin: 0 3px;
}
.nav-header li.nav-icon.nav-search {
  margin-left: 10px;
}
.nav-header li.nav-icon.nav-yoyaku {
  margin-right: 0;
}
.nav-header li.nav-icon a::before {
  display: none;
}
.nav-search {
  position: relative;
}
.nav-access img {
  width: 45px;
}
.nav-yoyaku img {
  width: 120px;
}
.gsib_a {
  padding: 0 3px !important;
  height: 20px !important;
}
.gsc-input-box {
  height: auto !important;
  width: 100% !important;
}
.gsib_b {
  display: none !important;
}
.gsib_a {
  padding: 0 0 0 3px !important;
  height: 20px !important;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  border-color: #d9d9d9 !important;
  border-radius: 0px !important;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  background: url("../../assets/img/icon_search.png") left top no-repeat !important;
  width: 20px !important;
  height: 23px !important;
  border: none !important;
  padding: 12px !important;
}
li.nav-04 {
  width: 221px !important;
  margin-top: -7px;
  margin-left: 13px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 5px !important;
  font-size: 14px !important;
  background: none !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0 !important;
  border: none !important;
}
li.nav-04 form.gsc-search-box {
  padding: 0 !important;
  margin: 0 !important;
}
form.gsc-search-box {
  margin: 0 !important;
}
.gsc-input-box {
  border: none !important;
}
.gsst_a .gscb_a {
  display: none !important;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  padding: 15px !important;
  border-color: #00768c !important;
  background-color: #00768c !important;
  border: none !important;
height: 40px!important;
}
.gsc-search-button {
  margin-left: 0px !important;
}
.gsc-search-button:hover {
  cursor: pointer;
}
.gsc-search-button.gsc-search-button-v2 {
  border-radius: 0px;
}
table.gsc-search-box td {
  vertical-align: top !important;
}
table.gsc-search-box {
  margin: 0 !important;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.footer_wrapper {
  width: 100%;
  background: #123560;
  /*background: rgba(5, 47, 62, 0.85);*/
  color: #404040;
  font-size: 12px;
  border-top: 1px solid #DDD;
}
.footer a {
  color: #FFF;
  text-decoration: none;
}
.footer a:hover {
  color: #FFF;
  text-decoration: none;
}
.footer_inner {
  padding: 60px 0 30px 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.footer .block {
  padding: 0 10px;
}
.footer .block.end {}
.footer .block li {
  margin-bottom: 30px;
}
.footer .block li .title a {
  border-bottom: 1px solid #557084;
  display: block;
  padding-bottom: 5px;
  padding-left: 10px;
  background: url("../img/arrow_03.png") left 6px no-repeat;
  margin-bottom: 10px;
}
.footer .block li.bl {
  margin-bottom: 7px;
}
.footer .block ul {
  margin-top: 5px;
}
.footer .block ul li {
  margin-bottom: 8px;
  background: none;
  padding-left: 15px;
}
.footer ul li a {
  position: relative;
  text-decoration: none;
  padding-bottom: 2px;
  /*! display: inline-block; */
}
.footer ul li a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFF;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.footer ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.footer ul li a::after {
  position: absolute;
  bottom: -1px;
}
.footer ul li a.hover-none::after {
  display: none;
}
.copyright {
  text-align: center;
  padding: 15px;
  width: 100%;
  clear: both;
  background: #0d2644;
  color: #FFF;
  font-size: 11px;
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.gs-webResult.gs-result {
  font-weight: normal;
}
.sp-see {
  display: none !important;
}
.menu-text {
  display: none;
}
.nav-header li.nav-sp {
  display: none;
}
/*body.search-open{
    background-color: rgba(0,0,0,0.6);
}*/
body.gsc-overflow-hidden .header {
  transform: none !important;
  position: static !important;
  margin: 0 auto !important;
}
.p-mark img {
  border-radius: 5px;
  width: 80px;
  margin-top: 15px;
  display: inline-block;
}
/* =====================
  .section-04
===================== */
.section-04 {
  background: #c0d7de;
  padding: 45px 0;
}
.section-04.bg-02 {
  background: #d2e9ef;
}
.section-04 .container {}
.section-04 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-04 ul li {
  width: 32%;
}
.section-04 ul.col-2-grid {
  width: 66%;
  margin: 0 auto;
}
.section-04 ul.col-2-grid li {
  width: 48.5%;
	margin: 10px 0;
}
.section-04 ul li a {
  display: flex;
  justify-content: space-between;
  /*border: 1px solid #CCC;*/
  border-radius: 10px;
  background: #FFF url("../../assets/img/icon_more_02.png") 96% 88% no-repeat;
  background-size: 30px auto;
  text-decoration: none;
  color: #404040;
}
.section-04 ul li .grid-img {
  width: 50%;
}
.section-04 ul li img {
  width: 100%;
  vertical-align: top;
  border-radius: 10px 0 0 10px / 10px 0 0 10px;
}
.section-04 ul li .grid-text {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: 0;
}
.section-04 ul li .grid-text span.grid-t-01 {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
.section-04 ul li .grid-text span.grid-t-02 {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.section-04 ul li .grid-text span.grid-t-03 {
  display: block;
  font-size: 11px;
  font-weight: normal;
}
.section-04 ul li:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* =====================
  .hozyo-wrapper
===================== */
.hozyo-wrapper {
  text-decoration: none;
  display: block;
  margin: 100px auto;
  max-width: 450px;
  color: #000;
}
.btn-hozyo {
  display: flex;
  justify-content: space-around;
  border: 1px solid #CCC;
  border-radius: 10px;
  background: url("../../assets/img/icon_more_02.png") 96% 88% no-repeat;
  background-size: 35px auto;
}
.hozyo-img {
  width: 50%;
}
.hozyo-img img {
  width: 100%;
  vertical-align: top;
  border-radius: 10px 0 0 10px / 10px 0 0 10px;
}
.hozyo-text {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.btn-hozyo:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  .nav-wrap {
    display: block !important;
  }
}
@media screen and (max-width: 1366px) {
  .nav-header li {
    margin: 0 20px 0 0;
  }
  .header .logo img {
    width: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .nav-yoyaku img {
    width: 80px;
  }
  .nav-access img, .open-btn1 {
    width: 32px;
  }
  .open-btn1 {
    height: 31px;
  }
  .open-btn1 {
    background: url("../../assets/img/icon_search.png") no-repeat center center;
    background-size: auto;
    background-size: 32px 31px;
  }
  .nav-header li.nav-icon.nav-search {
    margin-left: 5px;
  }
  .gsc-results-wrapper-overlay {}
  .header .logo img {
    width: 280px;
  }
  .nav-header li {
    margin: 0 15px 0 0;
  }
  .header .logo img {
    width: 260px;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
  body.open {
    overflow: hidden;
  }
    body.open.open2 {
    overflow:auto!important;
  }
  .header .logo img {
    width: 280px;
  }
  .nav-header {
    padding: 0;
  }
  .nav-wrap.open {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .nav-header li.nav-sp {
    display: block;
    margin: 0;
  }
  .nav-header .nav-sp li {
    font-size: 13px;
    width: 100%;
    margin: 0;
  }
  .nav-header li {
    font-weight: normal;
  }
  .nav-sp-accordion {}
  .nav-sp-accordion li {
    border-top: 1px solid #D5D5D5;
  }
  .nav-sp-accordion .toggle {
    display: none;
  }
  .nav-sp-accordion .option {
    position: relative;
  }
  .nav-sp-accordion .title, .nav-sp-accordion .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .nav-sp-accordion .title {
    padding: 20px;
    display: block;
    font-weight: 400;
    font-size: 16px;
  }
  .nav-sp-accordion .title:hover {
    cursor: pointer !important;
  }
  .nav-sp-accordion .title::after, .nav-sp-accordion .title::before {
    content: "";
    position: absolute;
    right: 40px;
    top: 1.25em;
    width: 2px;
    height: 1.3em;
    background-color: #00768c;
    transition: all 0.3s;
  }
  .nav-sp-accordion .title::after {
    transform: rotate(90deg);
  }
  .nav-sp-accordion .content {
    max-height: 0;
    overflow: hidden;
    background-color: #F0F0F0;
    margin-bottom: 0;
  }
  .nav-sp-accordion .content a {
    padding: 10px 20px 10px 40px;
    position: relative;
  }
  .nav-sp-accordion .content a::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    width: 6px;
    height: 6px;
    background-color: #078bb6;
    transform: none !important;
    bottom: auto !important;
  }
  .nav-wrap .nav-sp-accordion .content-02 a {
    padding: 20px;
    display: block;
    font-weight: 400;
    font-size: 16px !important;
  }
  .nav-wrap .nav-sp-accordion .p-mark .content-02 a {
    display: inline-block;
  }
  .nav-wrap .nav-sp-accordion .content-02 a::before {
    transform: none !important;
    background: none !important;
  }
  .nav-sp-accordion .toggle:checked + .title + .content {
    max-height: 1000px;
    transition: all 1.5s;
  }
  .nav-sp-accordion .toggle:checked + .title::before {
    transform: rotate(90deg) !important;
  }
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background: #E6E6E6;
    width: 100%;
    height: 100%;
  }
  .nav-wrap .nav-header {
    padding: 77px 0 30px;
    position: relative;
  }
  .nav-wrap li a {
    font-size: 14px;
    padding: 5px 0;
    display: block;
  }
  /*メニューボタン*/
  .menu-text {
    display: block;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 13px;
  }
  /*body.open .menu-text {
    position: absolute;
    right: 32px;
  }*/
  .nav-button, .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    position: relative;
    top: 25px;
    width: 40px;
    height: 36px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 14px;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .nav-pc-list li.sp-search {
    width: 100%;
  }
  .nav-pc-list li.sp-search .gsc-search-box .gsc-input {
    font-size: 16px !important;
  }
  .gsc-input-box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  #search-wrap {
    position: absolute;
    left: 0;
  }
  #search-wrap.panelactive {
    position: absolute;
    left: 0;
  }
  .sp-none {
    display: none !important;
  }
  .sp-see {
    display: block !important;
  }
  .header {
    padding: 10px;
  }
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 0;
    align-items: center;
    transform: none;
    padding: 0;
  }
  .logo-wrapper {
    width: 100%;
    z-index: 9999;
    background: #FFF;
    padding: 15px;
    display: flex;
    justify-content: space-between;
  }
  .gsc-overflow-hidden .logo-wrapper {
    z-index: auto;
  }
  /*body.open .logo-wrapper {
    padding-right: 32px;
  }*/
  .nav-pc-list {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .nav-pc-list li {
    width: 48%;
    text-align: center;
    background: #FFF;
    margin: 10px 0 0 0;
    border-radius: 5px;
  }
  .nav-pc-list li.sp-search {
    border-radius: 0;
      margin: 30px 30px 20px;
  }
  .nav-pc-list li a {
    padding: 20px 5px;
    line-height: 1;
    color: #00768c;
    font-weight: bold;
  }
  .nav-header li.nav-icon {
    margin: 10px 0 0 0;
  }
  .nav-header .nav-pc-list li.nav-icon.nav-yoyaku {
    margin-right: auto;
    margin: 0 auto;
    margin-top: 10px;
    background: none;
  }
  .nav-yoyaku img {
    width: 140px;
  }
  .nav-header li.nav-pc a::before {
    transform: none !important;
    content: none !important;
  }
  .footer .block {
    width: 48%;
  }
  .footer .block.end {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer .block ul li {
    padding-left: 10px;
  }
  .footer .block.end li {
    width: 48%;
  }
  .footer .block.end li.p-mark {
    width: 100%;
    text-align: center;
  }
  .footer_inner {
    flex-wrap: wrap;
  }
  .footer .block {
    padding: 0;
  }
  .pagetop {
    display: none !important;
  }
  .section-04 ul {
    display: block;
  }
  .section-04 ul li,
	.section-04 ul.col-2-grid,
	.section-04 ul.col-2-grid li {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-04 ul li:last-child {
    margin-bottom: 0;
  }
  .section-04 ul li .grid-text span.grid-t-01 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .section-04 ul li .grid-text span.grid-t-02 {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3;
  }
  .section-04 ul li a {
    background: #FFF url("../../assets/img/icon_more_02.png") 96% 88% no-repeat;
    background-size: auto;
    background-size: 25px auto;
  }
    .gsc-search-button-v2 svg {
    width: auto!important;
}
}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 580px) {}
@media screen and (max-width: 480px) {}