@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700,900&subset=japanese");
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0;color:inherit}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer;color:inherit}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
ul {
  list-style: none;
}
img {
  vertical-align: top;
  width: 100%;
}
a {
  color: #fff;
  text-decoration: none;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.slick-arrow {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../images/detail_icon_arrow.png") no-repeat;
  background-size: cover;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.slick-arrow.slick-prev {
  top: 50%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.slick-arrow.slick-prev:before {
  display: none;
}
.slick-arrow.slick-next {
  top: 50%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.slick-arrow.slick-next:before {
  display: none;
}
.slick-dots li button {
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slick-dots li button:hover {
  background: #003894;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #003894;
}
body.is-hidden {
  overflow: hidden;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}
.modal .modal_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.3);
}
.modal .modal_bg .modal_wrap {
  position: relative;
}
.modal .modal_bg .modal_content {
  background: #fff;
  border: 4px solid #003894;
  text-align: center;
}
.modal .modal_bg .modal_close-btn {
  position: absolute;
}
.modal .modal_bg .modal_close-btn02 {
  background-color: #003894;
  font-weight: 700;
  position: relative;
  text-align: center;
}
.modal .modal_bg .modal_close-btn02::before,
.modal .modal_bg .modal_close-btn02::after {
  content: '';
  background: #fff;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 34%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  width: 14px;
  height: 2px;
}
.modal .modal_bg .modal_close-btn02::after {
  margin: auto;
  top: -8px;
  left: 0;
  right: 30%;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.modal .modal_bg .modal_content_title {
  border-bottom: 3px solid #003894;
  color: #003894;
  font-weight: 900;
  text-align: center;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  color: #000;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.main {
  background: #f5f5f5;
  overflow: hidden;
}
.inner {
  width: 100%;
}
.header .header_logo {
  line-height: 1;
  position: absolute;
}
.side {
  position: fixed;
  background: rgba(255,255,255,0.9);
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.side.is-open.is-active {
  left: 0px;
}
.side.is-open.is-active .side_close {
  opacity: 1;
  visibility: visible;
}
.side .side_inner {
  position: relative;
  z-index: 2;
}
.side .side_link {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.side .side_link a {
  text-decoration: underline;
  color: #e35a00;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.side .side_title {
  color: #003894;
  font-weight: bold;
}
.side .side_list li {
  line-height: 1;
}
.side .side_list li:nth-child(1) {
  margin-top: 0;
}
.side .side_list li a {
  color: #003894;
  font-weight: bold;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.side .side_list li a span {
  position: relative;
  background: #003894;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
}
.side .side_list li a span::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.side .side_menu_btn {
  color: #fff;
  position: absolute;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  border-left: none;
}
.side .side_close {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.mv {
  position: relative;
  z-index: 0;
  background: #ff8500;
}
.mv::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #003894 #003894 #003894 #ff8500;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.mv .mv_inner {
  width: 100%;
  margin: 0 auto 0;
}
.mv .mv_img {
  position: relative;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  margin-left: auto;
}
.mv .mv_img::before {
  display: block;
  content: '';
  background: url("../images/mv_icon.png") no-repeat;
  background-size: cover;
  position: absolute;
}
.mv .mv_detail {
  position: relative;
  z-index: 2;
}
.mv .mv_title {
  display: inline-block;
  background: #003894;
  color: #fff;
  line-height: 1.5;
}
.mv .mv_storename {
  color: #003894;
  font-weight: 900;
}
.mv .mv_storename span {
  display: inline-block;
  background: #fff;
}
.mv .mv_lead {
  color: #fff;
  font-weight: normal;
  line-height: 1.7;
}
.about {
  background: #003894;
  padding-top: 60px;
  padding-bottom: 50px;
}
.about .about_img {
  z-index: 1;
}
.about .about_img::before {
  display: block;
  content: '';
  background: url("../images/about_icon.png") 100% no-repeat;
  position: absolute;
  z-index: -1;
  height: 176px;
  width: 176px;
}
.about .about_img img {
  border: 8px solid #fff;
}
.about .about_title {
  line-height: 1;
}
.about .about_lead {
  color: #fff;
  line-height: 1.7;
}
.about .about_btn {
  background: #ff8500;
  border-radius: 20px;
  border: 1px solid transparent;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about .about_btn a {
  display: block;
}
.about .about_btn span {
  position: relative;
  content: '';
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 23px;
}
.about .about_btn span::before,
.about .about_btn span::after {
  content: '';
  display: block;
  background: #ff8500;
  position: absolute;
}
.about .about_btn:hover {
  background: #fff;
  border: 1px solid #ff8500;
}
.about .about_btn:hover a {
  color: #ff8500;
}
.about .about_btn:hover span {
  background: #ff8500;
}
.about .about_btn:hover span::before,
.about .about_btn:hover span::after {
  background: #fff;
}
.go {
  padding-top: 100px;
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
}
.go::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #003894 #003894 #003894 #f5f5f5;
}
.go .go_lead {
  text-align: center;
  color: #003894;
  font-weight: bold;
  line-height: 1.7;
  padding-top: 112px;
}
.go .go_lead span {
  display: inline-block;
  background-color: #f5f5f5;
  position: relative;
  padding: 1px 0;
}
.go .go_lead span::before,
.go .go_lead span::after {
  display: block;
  content: "";
  position: absolute;
}
.products .products_cnt {
  background: #fff;
  border: 5px solid #003894;
  border-radius: 20px;
}
.products .products_cnt_inner {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 0;
}
.products .products_title {
  line-height: 1.3;
  text-align: center;
  font-weight: 900;
  color: #003894;
  border-bottom: 3px solid #003894;
}
.products .products_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -16px;
}
.products .products_list li {
  margin-left: calc(40 / 760 * 100%);
}
.products .products_list li:nth-child(4n+1) {
  margin-left: 0;
}
.products .products_list li a {
  position: relative;
  display: block;
  color: #003894;
  padding-bottom: 2px;
  font-weight: 700;
  border-bottom: 1px solid #003894;
  padding-right: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.products .products_list li a span {
  position: relative;
  background: #003894;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}
.products .products_list li a span::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -4px;
}
.detail .detail_bg {
  position: relative;
}
.detail .detail_bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
}
.detail .detail_bg:nth-child(1)::before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
}
.detail .detail_bg:nth-child(2n)::before {
  left: 50%;
}
.detail .detail_bg .detail_cnt {
  background: #ffd568;
  position: relative;
  z-index: 0;
}
.detail .detail_bg .detail_cnt::before,
.detail .detail_bg .detail_cnt::after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
}
.detail .detail_bg .detail_cnt::before {
  top: 0;
  border-color: transparent transparent transparent #f5f5f5;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.detail .detail_bg .detail_cnt::after {
  bottom: 0;
  border-color: #f5f5f5 transparent transparent transparent;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.detail .detail_bg .detail_cnt .detail_title {
  color: #003894;
}
.detail .detail_bg .detail_cnt .detail_title::before {
  background: url("../images/detail_icon_01.png") no-repeat;
  background-size: cover;
}
.detail .detail_bg .detail_cnt .detail_lead::after {
  background: url("../images/detail_arrow_blue.png") no-repeat;
  background-size: cover;
}
.detail .detail_bg:nth-child(2n) .detail_cnt {
  background: #ff8500;
  position: relative;
  z-index: 0;
}
.detail .detail_bg:nth-child(2n) .detail_cnt::before,
.detail .detail_bg:nth-child(2n) .detail_cnt::after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
}
.detail .detail_bg:nth-child(2n) .detail_cnt::before {
  top: 0;
  border-color: transparent transparent transparent #f5f5f5;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.detail .detail_bg:nth-child(2n) .detail_cnt::after {
  bottom: 0;
  border-color: #f5f5f5 transparent transparent transparent;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.detail .detail_bg:nth-child(2n) .detail_cnt .detail_img_column {
  margin-left: 0;
  margin-right: auto;
}
.detail .detail_bg:nth-child(2n) .detail_cnt .detail_title {
  color: #fff;
}
.detail .detail_bg:nth-child(2n) .detail_cnt .detail_title::before {
  background: url("../images/detail_icon_02.png") no-repeat;
  background-size: cover;
}
.detail .detail_bg:nth-child(2n) .detail_cnt .detail_lead::after {
  background: url("../images/detail_arrow_yellow.png") no-repeat;
  background-size: cover;
}
.detail .detail_title {
  font-weight: 900;
  line-height: 1.3;
  position: relative;
}
.detail .detail_title::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
}
.detail .detail_title span {
  position: relative;
  z-index: 1;
}
.detail .detail_lead {
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.detail .detail_lead::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
}
.detail .detail_lead_text {
  color: #003894;
  font-weight: 700;
  line-height: 1.7;
}
.detail .detail_img {
  background: #fff;
  border-radius: 2px;
}
.detail .detail_img-size1 {
  width: 100%;
}
.detail .detail_img_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
}
.detail .detail_list {
  position: relative;
}
.detail .detail_list::before {
  display: block;
  content: "";
  background: url("../images/detail_icon_balloon.png") no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 2;
}
.detail .detail_item {
  background: #fff;
}
.detail .detail_item_title {
  color: #003894;
  line-height: 1.3;
  font-weight: 700;
}
.detail .detail_item_lead {
  color: #003894;
  font-weight: 400;
  line-height: 1.7;
}
.other_bg {
  position: relative;
  z-index: 0;
  background: #f5f5f5;
}
.other_bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: url("../images/detail_bg_03.png") no-repeat;
  background-size: 100% 100%;
  left: 50%;
}
.other_bg::after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
}
.other_bg::after {
  bottom: 0;
  border-color: transparent transparent transparent #003894;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.other .other_cnt {
  background: #fff;
}
.other .other_inner {
  width: 100%;
  margin: 0 auto 0;
}
.other .other_title {
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  color: #003894;
}
.other .other_detail_title {
  line-height: 1.3;
  color: #003894;
}
.other .other_detail_lead {
  line-height: 1.7;
  color: #003894;
}
.goal {
  background: #003894;
  position: relative;
}
.goal::before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
}
.goal .goal_img {
  background-color: #fff;
  margin: auto;
  position: relative;
  width: 100%;
}
.goal .goal_img::before {
  content: '';
  display: block;
  position: absolute;
}
.goal .goal_lead {
  color: #fff;
  line-height: 1.7;
}
.info .info_title {
  line-height: 1;
}
.info .info_box .info_detail .info_detail_title {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #003894;
  color: #003894;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.info .info_box .info_detail .info_detail_title .info_detail_title--name {
  font-weight: 700;
  line-height: 1.7;
}
.info .info_box .info_detail .info_detail_sns {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.info .info_box .info_detail .info_detail_sns a circle,
.info .info_box .info_detail .info_detail_sns a path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.info .info_box .info_detail .info_detail_sns a:hover circle {
  fill: #fff;
}
.info .info_box .info_detail .info_detail_sns a:hover path {
  fill: #003894;
}
.info .info_box .info_detail .info_address dl {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #003894;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.info .info_box .info_detail .info_address dl dt {
  font-weight: 700;
}
.info .info_box .info_detail .info_address dl dd {
  font-weight: 500;
}
.info .info_map {
  position: relative;
  z-index: 1;
}
.info .info_map iframe {
  background-color: #fff;
}
.info .info_recommend .info_recommend_btn {
  display: block;
  background: #ff8500;
  line-height: 1;
  margin: auto;
  -webkit-transform: matrix(0.98, 0, -0.18, 1, 0, 0);
          transform: matrix(0.98, 0, -0.18, 1, 0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.info .info_recommend .info_recommend_btn span {
  padding-left: 16px;
  position: relative;
}
.info .info_recommend .info_recommend_btn span::before {
  content: '';
  background: url("../images/info_arrow.png") 100% no-repeat;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.info .info_recommend .info_recommend_btn:hover {
  background: #ed7200;
}
.footer {
  border-top: 5px solid #003894;
  background: #fff;
}
.footer .footer_top {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  border-radius: 50%;
  z-index: 2;
  box-sizing: content-box;
}
.footer .footer_top.is-active {
  opacity: 1;
  visibility: visible;
}
.footer .footer_inner {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .slick-arrow {
    width: 6.4vw;
    height: 6.4vw;
  }
  .slick-arrow.slick-prev {
    left: -8.533333333333333vw;
    margin-top: -1.866666666666667vw;
  }
  .slick-arrow.slick-next {
    right: -8.533333333333333vw;
    margin-top: -1.866666666666667vw;
  }
  .slick-dots {
    bottom: -10.666666666666668vw;
  }
  .slick-dots li button {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
    margin: 0 1.6vw;
  }
  .modal .modal_bg {
    padding: 11.733333333333333vw 0;
  }
  .modal .modal_bg .modal_content {
    border-radius: 5.333333333333334vw;
    padding: 8vw;
    width: 86.66666666666667vw;
    margin: 0 auto;
  }
  .modal .modal_bg .modal_close-btn {
    top: 8.533333333333333vw;
    right: 4vw;
    width: 12.8vw;
  }
  .modal .modal_bg .modal_close-btn02 {
    border-radius: 5.333333333333334vw;
    font-size: 3.2vw;
    padding: 2.133333333333333vw 12vw 2.133333333333333vw 17.066666666666666vw;
    width: 80vw;
  }
  .modal .modal_bg .modal_content_title {
    font-size: 5.333333333333334vw;
    padding-bottom: 6.4vw;
  }
  .modal .modal_bg .modal_content_img {
    padding: 6.4vw 0;
  }
  .section {
    padding: 0 6.666666666666667vw;
  }
  .header {
    z-index: 100;
    background: #003894;
    height: 13.333333333333334vw;
  }
  .header .header_logo {
    width: 21.333333333333336vw;
    top: 3.733333333333334vw;
    left: 4.266666666666667vw;
  }
  .side {
    width: 43.2vw;
    bottom: 4.266666666666667vw;
    left: -56.53333333333334vw;
    border-radius: 0 2.666666666666667vw 0 0;
  }
  .side.is-open {
    left: -43.2vw;
  }
  .side .side_inner {
    padding: 5.333333333333334vw 0 8vw 4.266666666666667vw;
  }
  .side .side_link {
    padding-bottom: 4.533333333333333vw;
    margin-bottom: 4.533333333333333vw;
  }
  .side .side_link a {
    font-size: 3.2vw;
  }
  .side .side_title {
    font-size: 3.466666666666666vw;
    margin-bottom: 4.8vw;
  }
  .side .side_list li {
    margin-top: 4vw;
  }
  .side .side_list li a {
    font-size: 3.2vw;
    padding-left: 5.333333333333334vw;
  }
  .side .side_list li a span {
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
    margin-top: -1.333333333333333vw;
  }
  .side .side_list li a span::before {
    border-width: 0.533333333333333vw 0 0.533333333333333vw 1.066666666666667vw;
    margin-top: -0.533333333333333vw;
    margin-left: -0.266666666666667vw;
  }
  .side .side_menu_btn {
    width: 13.333333333333334vw;
    height: 13.866666666666665vw;
    bottom: 0;
    right: -13.333333333333334vw;
    border-radius: 0 2.666666666666667vw 2.666666666666667vw 0;
    border: 2px #f5f5f5 solid;
    border-left: none;
    background: url("../images/side_icon_open.png") no-repeat center center #003894;
    background-size: 4.266666666666667vw 4.266666666666667vw;
  }
  .side .side_menu_btn.is-active {
    background: url("../images/side_icon_close.png") no-repeat center center #003894;
    background-size: 5.333333333333334vw 5.333333333333334vw;
  }
  .mv {
    padding: 8.533333333333333vw 4.266666666666667vw 33.06666666666666vw;
  }
  .mv::after {
    border-width: 30px 0 0 100vw;
  }
  .mv .mv_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .mv .mv_img_box {
    padding-right: 2.4vw;
  }
  .mv .mv_img {
    border: 1.333333333333333vw solid #003894;
    box-shadow: 3.2vw 3.2vw 0px #003894;
    border-radius: 1.333333333333333vw;
    padding: 3.2vw;
    margin-top: 7.466666666666668vw;
  }
  .mv .mv_img::before {
    width: 52.800000000000004vw;
    height: 42.4vw;
    top: -13.333333333333334vw;
    right: -8vw;
  }
  .mv .mv_title {
    font-size: 6.4vw;
    padding: 0.8vw 2.133333333333333vw 1.066666666666667vw;
  }
  .mv .mv_storename {
    font-size: 6.4vw;
    line-height: 1.5;
    margin-top: 2.133333333333333vw;
  }
  .mv .mv_storename span {
    padding: 1.066666666666667vw 2.133333333333333vw;
    box-shadow: 2.133333333333333vw 2.133333333333333vw 0px #ffd568;
  }
  .mv .mv_lead {
    font-size: 4.266666666666667vw;
    margin-top: 4.8vw;
  }
  .about .about_cnt {
    padding-top: 7.466666666666668vw;
    padding-bottom: 8.533333333333333vw;
  }
  .about .about_wrap {
    position: relative;
  }
  .about .about_img {
    margin: auto;
    position: absolute;
    top: 14.933333333333335vw;
    right: 0;
    left: 0;
  }
  .about .about_img::before {
    background-size: contain;
    top: -50px;
    right: -50px;
    height: 50%;
    width: 50%;
  }
  .about .about_title {
    text-align: center;
  }
  .about .about_title--img {
    width: 26.13333333333333vw;
  }
  .about .about_lead {
    font-size: 4.266666666666667vw;
    padding-top: 72vw;
  }
  .about .about_btn {
    width: 52vw;
    font-size: 3.733333333333334vw;
    margin: 5.333333333333334vw auto 0;
  }
  .about .about_btn a {
    padding: 2.133333333333333vw 0 2.4vw 4vw;
  }
  .about .about_btn span {
    margin: auto;
    top: 0;
    right: 11px;
    bottom: 0;
    width: 4vw;
    height: 4vw;
  }
  .about .about_btn span::before {
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 5px;
  }
  .about .about_btn span::after {
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 1px;
  }
  .go::before {
    border-width: 30px 0 0 100vw;
  }
  .go .go_lead {
    padding-top: 18.666666666666668vw;
    font-size: 4.266666666666667vw;
    min-height: 53.333333333333336vw;
    margin-bottom: 4.266666666666667vw;
    background: url("../images/go_arrow.png") no-repeat center top;
    background-size: contain;
    margin-top: 0;
  }
  .go .go_lead span::before {
    background: url("../images/go_illust_sp.png") no-repeat 100%;
    width: 13.333333333333334vw;
    height: 20vw;
    bottom: -20.8vw;
    left: 0px;
  }
  .go .go_lead span::after {
    background: url("../images/go_icon_sp.png") no-repeat;
    width: 14.399999999999999vw;
    height: 15.466666666666667vw;
    top: -17.333333333333336vw;
    right: 2.666666666666667vw;
  }
  .products {
    padding-bottom: 10.666666666666668vw;
  }
  .products .products_cnt {
    padding: 8vw 6.666666666666667vw 10.666666666666668vw;
  }
  .products .products_title {
    font-size: 5.333333333333334vw;
    margin-bottom: 7.466666666666668vw;
    padding-bottom: 7.466666666666668vw;
  }
  .products .products_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .products .products_list li {
    margin-top: 4.8vw;
    width: 34.13333333333333vw;
  }
  .products .products_list li:nth-child(n+1) {
    margin-left: 0;
  }
  .products .products_list li a {
    font-size: 3.466666666666666vw;
  }
  .detail .detail_bg::before {
    background: url("../images/detail_bg_03_sp.png") no-repeat;
    background-size: 100% 100%;
    width: 25.866666666666667vw;
    height: 17.066666666666666vw;
    margin-left: -12.8vw;
    top: -9.066666666666666vw;
  }
  .detail .detail_bg:nth-child(1)::before {
    background: url("../images/detail_bg_01_sp.png") no-repeat;
    background-size: 100% 100%;
    margin-left: -0.533333333333333vw;
    width: 1.333333333333333vw;
    height: 11.733333333333333vw;
    top: -2.666666666666667vw;
  }
  .detail .detail_bg:nth-child(2n)::before {
    background: url("../images/detail_bg_02_sp.png") no-repeat;
    background-size: 100% 100%;
    width: 25.866666666666667vw;
    height: 17.066666666666666vw;
    margin-left: -12.8vw;
    top: -9.066666666666666vw;
  }
  .detail .detail_bg .detail_cnt {
    margin-top: 1.066666666666667vw;
    padding-top: 34.13333333333333vw;
    padding-bottom: 16.53333333333333vw;
  }
  .detail .detail_bg .detail_cnt::before,
  .detail .detail_bg .detail_cnt::after {
    border-width: 8vw 0 0 100vw;
  }
  .detail .detail_bg .detail_cnt.section {
    padding-left: 4.266666666666667vw;
    padding-right: 4.266666666666667vw;
  }
  .detail .detail_bg .detail_cnt .detail_title::before {
    top: -7.466666666666668vw;
    left: -10.666666666666668vw;
  }
  .detail .detail_bg .detail_cnt .detail_lead {
    border: 1.333333333333333vw solid #003894;
    box-shadow: 2.133333333333333vw 2.133333333333333vw 0px #003894;
  }
  .detail .detail_bg .detail_cnt .detail_lead::after {
    top: -5.333333333333334vw;
    left: 50%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-left: -2.4vw;
  }
  .detail .detail_bg .detail_cnt .detail_item {
    border: 1.333333333333333vw solid #003894;
  }
  .detail .detail_bg:nth-child(2n) .detail_cnt::before,
  .detail .detail_bg:nth-child(2n) .detail_cnt::after {
    border-width: 8vw 0 0 100vw;
  }
  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_title::before {
    top: -7.466666666666668vw;
    left: -9.6vw;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_lead {
    border: 1.333333333333333vw solid #ffd568;
    box-shadow: 2.133333333333333vw 2.133333333333333vw 0px #ffd568;
  }
  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_lead::after {
    top: -5.333333333333334vw;
    left: 50%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-left: -2.4vw;
  }
  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_item {
    border: 1.333333333333333vw solid #ffd568;
  }
  .detail .detail_title {
    font-size: 8.533333333333333vw;
    position: absolute;
    top: -14.133333333333335vw;
    left: 6.4vw;
  }
  .detail .detail_title::before {
    width: 27.200000000000003vw;
    height: 26.13333333333333vw;
  }
  .detail .detail_text_box {
    width: 100%;
  }
  .detail .detail_lead {
    margin-top: 8vw;
    border-radius: 3.2vw;
    padding: 6.4vw;
  }
  .detail .detail_lead::after {
    width: 4.8vw;
    height: 5.333333333333334vw;
  }
  .detail .detail_lead_text {
    font-size: 4.266666666666667vw;
  }
  .detail .detail_box {
    position: relative;
  }
  .detail .detail_img_box {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .detail .detail_img {
    padding: 1.6vw;
  }
  .detail .detail_img-size2 {
    width: 44.53333333333334vw;
  }
  .detail .detail_list_slider {
    padding-bottom: 10.666666666666668vw;
  }
  .detail .detail_list {
    width: 76.53333333333333vw;
    margin: 12.8vw auto 0;
  }
  .detail .detail_list::before {
    width: 21.333333333333336vw;
    height: 18.666666666666668vw;
    top: -7.466666666666668vw;
    right: -7.466666666666668vw;
  }
  .detail .detail_item {
    border-radius: 1.333333333333333vw;
    padding: 4.266666666666667vw 4.266666666666667vw 6.4vw 4.266666666666667vw;
  }
  .detail .detail_item_title {
    font-size: 4.266666666666667vw;
    text-align: center;
    margin-top: 4.266666666666667vw;
  }
  .detail .detail_item_lead {
    font-size: 3.733333333333334vw;
    margin-top: 2.666666666666667vw;
  }
  .other_bg {
    margin-top: 5.600000000000001vw;
    padding-top: 13.333333333333334vw;
    padding-bottom: 16.266666666666666vw;
  }
  .other_bg::before {
    width: 32.266666666666666vw;
    height: 21.333333333333336vw;
    margin-left: -16vw;
    top: -13.333333333333334vw;
  }
  .other_bg::after {
    border-width: 8vw 0 0 100vw;
  }
  .other .other_cnt {
    border: 1.066666666666667vw solid #003894;
    border-radius: 5.333333333333334vw;
    padding: 8vw 6.666666666666667vw 10.666666666666668vw;
  }
  .other .other_title {
    font-size: 5.333333333333334vw;
    padding-bottom: 6.4vw;
    margin-bottom: 7.466666666666668vw;
    border-bottom: 0.8vw solid #003894;
  }
  .other .other_box {
    margin-top: 10.133333333333333vw;
  }
  .other .other_box:nth-of-type(1) {
    margin-top: 0;
  }
  .other .other_detail_title {
    font-size: 4.266666666666667vw;
    text-align: center;
    margin-top: 3.2vw;
  }
  .other .other_detail_lead {
    font-size: 3.733333333333334vw;
    margin-top: 2.133333333333333vw;
  }
  .goal {
    margin-bottom: 10.666666666666668vw;
    padding-top: 6.4vw;
    padding-bottom: 12.8vw;
  }
  .goal::before {
    background: url("../images/detail_bg_01_sp.png") no-repeat;
    background-size: 100% 100%;
    margin-left: -0.533333333333333vw;
    width: 1.333333333333333vw;
    height: 11.733333333333333vw;
    top: -11.200000000000001vw;
  }
  .goal .goal_img {
    padding: 2.133333333333333vw;
  }
  .goal .goal_img::before {
    background: url("../images/goal_icon_sp.png") no-repeat;
    background-size: contain;
    top: -7.199999999999999vw;
    right: -3.733333333333334vw;
    height: 22.400000000000002vw;
    width: 18.666666666666668vw;
  }
  .goal .goal_lead {
    font-size: 4.266666666666667vw;
    margin-top: 8.533333333333333vw;
  }
  .info .info_title {
    padding-bottom: 4.266666666666667vw;
    text-align: center;
  }
  .info .info_title .info_title--img {
    width: 53.333333333333336vw;
  }
  .info .info_box .info_detail .info_detail_title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info .info_box .info_detail .info_detail_title .info_detail_title--logo {
    width: 39.46666666666667vw;
  }
  .info .info_box .info_detail .info_detail_title .info_detail_title--name {
    font-size: 5.333333333333334vw;
    padding-left: 3.733333333333334vw;
  }
  .info .info_box .info_detail .info_detail_sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5.333333333333334vw 0;
  }
  .info .info_box .info_detail .info_address dl {
    font-size: 3.2vw;
  }
  .info .info_box .info_detail .info_address dl dt {
    padding-bottom: 3.733333333333334vw;
    width: 14.933333333333335vw;
  }
  .info .info_box .info_detail .info_address dl dd {
    padding-left: 6.4vw;
  }
  .info .info_map iframe {
    margin-top: 7.199999999999999vw;
    padding: 2.133333333333333vw;
    height: 65.06666666666666vw;
    width: 100%;
  }
  .info .info_recommend {
    margin-top: 10.666666666666668vw;
    margin-bottom: 13.333333333333334vw;
  }
  .info .info_recommend .info_recommend_btn {
    font-size: 3.466666666666666vw;
    padding: 3.2vw 0 3.2vw 8.266666666666666vw;
    width: 72.53333333333333vw;
  }
  .info .info_recommend .info_recommend_btn span::before {
    right: 0px;
    height: 10px;
    width: 9px;
  }
  .footer .footer_top {
    right: 4.266666666666667vw;
    bottom: 4.266666666666667vw;
    width: 14.399999999999999vw;
    height: 14.399999999999999vw;
    border: 0.533333333333333vw #f5f5f5 solid;
    background: url("../images/footer_icon.png") no-repeat center 5.600000000000001vw #fff;
    background-size: 4.8vw 2.666666666666667vw;
  }
  .footer .footer_inner {
    padding: 4.8vw 0;
  }
  .footer .footer_inner .footer_copy {
    font-size: 2.666666666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
  .slick-arrow {
    width: 32px;
    height: 32px;
  }
  .slick-arrow:hover {
    background: url("../images/detail_icon_arrow_hover.png") no-repeat;
    background-size: cover;
  }
  .slick-arrow.slick-prev {
    left: -60px;
    margin-top: -16px;
  }
  .slick-arrow.slick-next {
    right: -60px;
    margin-top: -16px;
  }
  .slick-dots {
    bottom: -40px;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }
  .modal .modal_bg {
    padding: 40px 0;
  }
  .modal .modal_bg .modal_content {
    border-radius: 20px;
    padding: 40px 100px 60px;
    width: 70%;
    max-width: 960px;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin-left: -82px;
  }
  .modal .modal_bg .modal_close-btn {
    top: -20px;
    right: -20px;
    cursor: pointer;
  }
  .modal .modal_bg .modal_close-btn02 {
    border-radius: 30px;
    font-size: 18px;
    padding: 17px 102px 17px 120px;
    width: 290px;
  }
  .modal .modal_bg .modal_content_title {
    font-size: 28px;
    padding-bottom: 32px;
  }
  .modal .modal_bg .modal_content_img {
    margin: 70px auto 60px;
    max-width: 651px;
    width: 100%;
  }
  .section {
    padding-left: 80px;
    padding-right: 80px;
  }
  .inner {
    max-width: 960px;
    margin: 0 auto 0;
  }
  .header .header_logo {
    width: 114px;
    top: 24px;
    left: 20px;
    z-index: 1;
  }
  .side {
    width: 162px;
    top: 90px;
    left: -212px;
    border-radius: 0 0 10px 0;
  }
  .side.is-open {
    left: -162px;
  }
  .side .side_inner {
    padding: 15px 0 30px 16px;
  }
  .side .side_link {
    padding-bottom: 17px;
    margin-bottom: 17px;
  }
  .side .side_link a {
    font-size: 12px;
  }
  .side .side_link a:hover {
    opacity: 0.7;
  }
  .side .side_title {
    font-size: 13px;
    margin-bottom: 18px;
  }
  .side .side_list li {
    margin-top: 15px;
    padding-left: 14px;
  }
  .side .side_list li a {
    font-size: 12px;
    padding-left: 20px;
  }
  .side .side_list li a:hover {
    text-decoration: underline;
  }
  .side .side_list li a span {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
  .side .side_list li a span::before {
    border-width: 2px 0 2px 4px;
    margin-top: -2px;
    margin-left: -1px;
  }
  .side .side_menu_btn {
    width: 50px;
    height: 52px;
    top: 0;
    right: -50px;
    border-radius: 0 10px 10px 0;
    border: 2px #f5f5f5 solid;
    border-left: none;
    background: url("../images/side_icon_open.png") no-repeat center center #003894;
  }
  .side .side_menu_btn:hover {
    opacity: 0.7;
  }
  .side .side_menu_btn.is-active {
    background: url("../images/side_icon_close.png") no-repeat center center #003894;
  }
  .mv {
    padding: 24px 61px 100px 61px;
  }
  .mv::after {
    border-width: 100px 0 0 100vw;
  }
  .mv .mv_inner {
    max-width: 1196px;
  }
  .mv .mv_img_box {
    padding-left: 94px;
  }
  .mv .mv_img {
    max-width: 996px;
    border: 5px solid #003894;
    box-shadow: 12px 12px 0px #003894;
    border-radius: 10px;
    padding: 19px;
  }
  .mv .mv_img::before {
    width: 247px;
    height: 198px;
    top: -29px;
    right: -6px;
  }
  .mv .mv_detail {
    margin-top: -128px;
  }
  .mv .mv_title {
    font-size: 44px;
    padding: 4px 8px 8px 12px;
    margin-bottom: 12px;
  }
  .mv .mv_storename {
    font-size: 44px;
  }
  .mv .mv_storename span {
    padding: 0 12px 8px;
    box-shadow: 12px 12px 0px #ffd568;
  }
  .mv .mv_lead {
    font-size: 20px;
    margin-top: 30px;
  }
  .about .about_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about .about_img {
    width: calc(460 / 960 * 100%);
    position: relative;
  }
  .about .about_img::before {
    top: -76px;
    right: -74px;
  }
  .about .about_title--img {
    width: 155px;
  }
  .about .about_detail {
    width: calc(500 / 960 * 100%);
  }
  .about .about_lead {
    font-size: 18px;
    margin-top: 32px;
    width: calc(398 / 500 * 100%);
  }
  .about .about_btn {
    width: 286px;
    font-size: 20px;
    margin-top: 24px;
  }
  .about .about_btn a {
    padding: 3px 0 7px 23px;
  }
  .about .about_btn span {
    top: 8px;
    right: 23px;
    width: 24px;
    height: 24px;
  }
  .about .about_btn span::before {
    top: 7px;
    left: 11px;
    width: 2px;
    height: 10px;
  }
  .about .about_btn span::after {
    top: 11px;
    left: 7px;
    width: 10px;
    height: 2px;
  }
  .go::before {
    border-width: 100px 0 0 100vw;
  }
  .go .go_lead {
    font-size: 20px;
    min-height: 279px;
    background: url("../images/go_arrow.png") no-repeat center top 100%;
    margin-top: -80px;
  }
  .go .go_lead span::before {
    background: url("../images/go_illust.png") no-repeat 100%;
    width: 100px;
    height: 147px;
    top: -56px;
    left: -125px;
  }
  .go .go_lead span::after {
    background: url("../images/go_icon.png") no-repeat;
    width: 106px;
    height: 113px;
    top: -90px;
    right: -120px;
  }
  .products {
    padding-bottom: 40px;
  }
  .products .products_cnt {
    padding: 40px 20px 60px;
  }
  .products .products_title {
    font-size: 28px;
    margin-bottom: 48px;
    padding-bottom: 32px;
  }
  .products .products_list li {
    margin-top: 16px;
    width: calc(160 / 760 * 100%);
  }
  .products .products_list li a:hover {
    opacity: 0.7;
  }
  .detail .detail_bg::before {
    background: url("../images/detail_bg_03.png") no-repeat;
    background-size: 100% 100%;
    width: 191px;
    height: 118px;
    top: -55px;
    margin-left: -96px;
  }
  .detail .detail_bg:nth-child(1)::before {
    background: url("../images/detail_bg_01.png") no-repeat;
    background-size: 100% 100%;
    margin-left: -3px;
    width: 6px;
    height: 76px;
    top: 10px;
  }
  .detail .detail_bg:nth-child(2n)::before {
    background: url("../images/detail_bg_02.png") no-repeat;
    background-size: 100% 100%;
    width: 191px;
    height: 118px;
    top: -58px;
    margin-left: -96px;
  }
  .detail .detail_bg .detail_cnt {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .detail .detail_bg .detail_cnt::before,
  .detail .detail_bg .detail_cnt::after {
    border-width: 100px 0 0 100vw;
  }
  .detail .detail_bg .detail_cnt .detail_title::before {
    top: -62px;
    left: -70px;
  }
  .detail .detail_bg .detail_cnt .detail_lead {
    border: 5px solid #003894;
    box-shadow: 12px 12px 0px #003894;
  }
  .detail .detail_bg .detail_cnt .detail_lead::after {
    top: 85px;
    right: -38px;
  }
  .detail .detail_bg .detail_cnt .detail_item {
    border: 5px solid #003894;
  }
  .detail .detail_bg:nth-child(2n) .detail_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .detail .detail_bg:nth-child(2n) .detail_cnt {
    margin-top: -8px;
  }
  .detail .detail_bg:nth-child(2n) .detail_cnt::before,
  .detail .detail_bg:nth-child(2n) .detail_cnt::after {
    border-width: 100px 0 0 100vw;
  }
  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_img-size1 {
    margin-right: auto;
    margin-left: 0;
  }
  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_img-size2 {
    width: calc(275 / 560 * 100%);
  }
  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_title {
    text-align: right;
  }
  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_title::before {
    top: -60px;
    right: -64px;
    left: auto;
  }
  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_lead {
    border: 5px solid #ffd568;
    box-shadow: -12px 12px 0px #ffd568;
  }
  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_lead::after {
    top: 85px;
    left: -38px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .detail .detail_bg:nth-child(2n) .detail_cnt .detail_item {
    border: 5px solid #ffd568;
  }
  .detail .detail_title {
    font-size: 40px;
    margin: 0 0 20px 8px;
  }
  .detail .detail_title::before {
    width: 164px;
    height: 156px;
  }
  .detail .detail_text_box {
    width: calc(346 / 960 * 100%);
    margin-top: -50px;
  }
  .detail .detail_lead {
    border-radius: 12px;
    padding: 32px;
  }
  .detail .detail_lead::after {
    width: 33px;
    height: 38px;
  }
  .detail .detail_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .detail .detail_img_box {
    width: calc(576 / 960 * 100%);
  }
  .detail .detail_img {
    padding: 8px;
  }
  .detail .detail_img-size1 {
    max-width: 560px;
    margin-left: auto;
    margin-right: 0;
  }
  .detail .detail_img-size2 {
    width: calc(275 / 560 * 100%);
  }
  .detail .detail_img_column {
    max-width: 560px;
    margin-left: auto;
    margin-right: 0;
  }
  .detail .detail_list_slider {
    padding-bottom: 40px;
  }
  .detail .detail_list {
    width: 100%;
    max-width: 720px;
    margin: 48px auto 0;
  }
  .detail .detail_list::before {
    width: 102px;
    height: 89px;
    top: -30px;
    right: -20px;
  }
  .detail .detail_item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 16px;
  }
  .detail .detail_item_img {
    width: 248px;
  }
  .detail .detail_item_text {
    width: 384px;
    margin-left: 32px;
    padding-top: 20px;
  }
  .detail .detail_item_title {
    font-size: 20px;
  }
  .detail .detail_item_lead {
    font-size: 16px;
    margin-top: 20px;
  }
  .other_bg {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .other_bg::before {
    width: 191px;
    height: 118px;
    top: -65px;
    margin-left: -96px;
  }
  .other_bg::after {
    border-width: 100px 0 0 100vw;
  }
  .other {
    padding-top: 64px;
    padding-bottom: 100px;
  }
  .other .other_cnt {
    border: 5px solid #003894;
    border-radius: 20px;
    padding: 40px 20px 55px;
    margin: 23px auto 32px;
  }
  .other .other_inner {
    max-width: 760px;
  }
  .other .other_title {
    font-size: 28px;
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 3px solid #003894;
  }
  .other .other_box {
    margin-top: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .other .other_detail {
    margin-left: 32px;
    width: 460px;
  }
  .other .other_img {
    width: 268px;
  }
  .other .other_detail_title {
    font-size: 20px;
  }
  .other .other_detail_lead {
    margin-top: 20px;
  }
  .goal {
    margin-bottom: 80px;
    padding-top: 47px;
    padding-bottom: 80px;
  }
  .goal::before {
    background: url("../images/detail_bg_01.png") no-repeat;
    background-size: 100% 100%;
    margin-left: -3px;
    width: 6px;
    height: 76px;
    top: -100px;
  }
  .goal .goal_img {
    padding: 8px;
    max-width: 660px;
  }
  .goal .goal_img::before {
    background: url("../images/goal_icon.png") no-repeat;
    top: -63px;
    right: -46px;
    height: 125px;
    width: 141px;
  }
  .goal .goal_lead {
    font-size: 18px;
    margin-top: 32px;
    text-align: center;
  }
  .info .info_title {
    padding-bottom: 40px;
  }
  .info .info_title .info_title--img {
    width: 318px;
  }
  .info .info_box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info .info_box .info_detail {
    width: calc(450 / 960 * 100%);
    margin-right: 30px;
  }
  .info .info_box .info_detail .info_detail_title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .info .info_box .info_detail .info_detail_title .info_detail_title--logo {
    width: calc(186 / 450 * 100%);
  }
  .info .info_box .info_detail .info_detail_title .info_detail_title--name {
    font-size: 24px;
    padding-left: 16px;
  }
  .info .info_box .info_detail .info_detail_sns {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 0 24px;
  }
  .info .info_box .info_detail .info_address dl {
    font-size: 16px;
  }
  .info .info_box .info_detail .info_address dl dt {
    padding-bottom: 6px;
    width: 64px;
  }
  .info .info_box .info_detail .info_address dl dd {
    padding-left: 24px;
  }
  .info .info_map {
    width: calc(430 / 960 * 100%);
  }
  .info .info_map::before {
    content: '';
    background: url("../images/info_bg_map.png") no-repeat;
    position: absolute;
    top: -70px;
    right: -70px;
    height: 176px;
    width: 176px;
    z-index: -1;
  }
  .info .info_map iframe {
    padding: 8px;
    height: 260px;
    width: 100%;
  }
  .info .info_recommend {
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .info .info_recommend .info_recommend_btn {
    font-size: 20px;
    padding: 20px 0 20px 64px;
    width: 450px;
  }
  .info .info_recommend .info_recommend_btn span::before {
    right: -16px;
    height: 16px;
    width: 16px;
  }
  .footer .footer_top {
    right: 24px;
    bottom: 24px;
    width: 68px;
    height: 68px;
    border: 2px #f5f5f5 solid;
    background: url("../images/footer_icon.png") no-repeat center 26px #fff;
  }
  .footer .footer_top:hover {
    background: url("../images/footer_icon_active.png") no-repeat center 26px #003894;
  }
  .footer .footer_inner {
    padding: 15px 0 18px;
  }
  .footer .footer_inner .footer_copy {
    font-size: 12px;
  }
}
