@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Reset
   ----------------------------------------------------------------- */
html {
  overflow-y: scroll;
}

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

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


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

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
.wf-hannari { font-family: "Hannari","Sawarabi Mincho", serif; }
.wf-sawarabimincho { font-family: "Sawarabi Mincho" , serif; }
.noto-font{font-family: 'Noto Serif SC', serif;}
.pro-font{font-family: "HG正楷書体-PRO" , serif; }

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

li {
  list-style-type: none;
}

sup {
  vertical-align: super;
  font-size: 0.5em;
}

img {
  vertical-align: top;
}

i {
  font-style: normal;
}

/* Base
   ----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  line-height: 1.8;
}

body {
  color: #000;
  background: #232323;
  -webkit-text-size-adjust: none;
  font-size: 1.1rem;
  font-feature-settings: "palt" on;
}
@media only screen and (min-width: 768px) {
  body {
    min-width: 980px;
    font-size: 1.8rem;
  }
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #000;
  font-weight: bold;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
.mouse a:hover, .touch a.touchstart {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

body, pre, input, textarea, select {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus, *:focus {
  outline: none;
}

a[href^="tel:"] {
  text-decoration: none;
}

p {
  color: #174f9a;
  font-weight: bold;
  letter-spacing: .1ex;
}

#page {
  overflow: hidden;
}

#page2 {
  overflow: hidden;
background: #000;
  color:#fff;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* Header
   ----------------------------------------------------------------- */
/* ==========================================================================
   Object
   ========================================================================== */
/* --------------------------------------------------------------------------
   Component
   -------------------------------------------------------------------------- */
/* Button
   ----------------------------------------------------------------- */
.c-container {
  padding-left: 3%;
  padding-right: 6%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0 ;
  margin-top: 15px;
}
.c-container2 {
  padding-left: 3%;
  padding-right: 6%;
text-align: left;
margin-top: 180px;}

@media only screen and (min-width: 768px) {
  .c-container {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 768px) {
.c-container2 {
  padding-left: 3%;
  padding-right: 6%;
text-align: left;
margin-top: 0px;}
}

.c-hdg {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #174f9a;
}
@media only screen and (min-width: 768px) {
  .c-hdg {
    font-size: 2.9rem;
    margin-bottom: 20px;
    letter-spacing: .1ex;
  }
}
.c-hdg.-center {
  text-align: center;
}
.c-hdg.-white {
  color: #fff;
}
.c-hdg.-small {
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .c-hdg.-small {
    font-size: 1.9rem;
  }
}
.c-hdg .check {
  height: 13px;
  margin: 0 auto 5px auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-hdg .check {
    height: 21px;
  }
}
.c-hdg .fuki {
  display: inline-block;
  white-space: nowrap;
  padding: 0 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .c-hdg .fuki {
    padding: 0 45px;
  }
}
.c-hdg .fuki:before, .c-hdg .fuki:after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background: #fff;
  position: absolute;
  -moz-transform-origin: center 50%;
  -ms-transform-origin: center 50%;
  -webkit-transform-origin: center 50%;
  transform-origin: center 50%;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .c-hdg .fuki:before, .c-hdg .fuki:after {
    width: 55px;
    margin-bottom: 3rem;
  }
}
.c-hdg .fuki:before {
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 0;
  bottom: 0;
}
.c-hdg .fuki:after {
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
  bottom: 0;
}

.c-tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #174f9a;
  color: #174f9a;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .c-tbl {
    display: block;
  }
  .c-tbl tbody, .c-tbl thead, .c-tbl tr, .c-tbl th, .c-tbl td {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .c-tbl {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-tbl tr {
  border-bottom: 1px solid #174f9a;
  padding: 15px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .c-tbl tr {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .c-tbl tr th, .c-tbl tr td {
    vertical-align: middle;
    padding: 15px;
  }
}
.c-tbl tr th {
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .c-tbl tr th {
    width: 200px;
    margin-bottom: 0;
    font-size: 1.8rem;
    text-align: left;
  }
}
.c-tbl tr td {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .c-tbl tr td {
    font-size: 2.2rem;
    text-align: left;
    padding-left: 0;
  }
}
.c-tbl tr td small {
  font-size: 1.1rem;
  display: block;
  margin-top: 5px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .c-tbl tr td small {
    font-size: 1.5rem;
  }
}
.c-tbl tr td a {
  text-decoration: none;
  color: #174f9a;
}
.c-tbl tr td a:hover {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
   Project
   -------------------------------------------------------------------------- */
/* header
   ----------------------------------------------------------------- */
.p-header {
    padding: 20px 0;
    background: #000;
    color: #fff;
    text-align: center;
}
@media only screen and (min-width: 768px) {
.p-header {
    padding: 40px 0;
    background: #000;
    color: #fff;
    text-align: center;
}
}
.p-header__logo img {
  height: 27px;
  margin-top: 3px;
  margin-right: 7px;
}
@media only screen and (min-width: 768px) {
  .p-header__logo img {
    height: 70px;
    margin-top: -4px;
    margin-right: 30px;
  }
}
.p-header__logo2 img {
  height: 25px;
  margin-top: 6px;
  margin-right: 7px;
}
@media only screen and (min-width: 768px) {
  .p-header__logo2 img {
    height: 27px;
    margin-top: 4px;
    margin-right: 7px;
  }
}
.p-header .c-container {
  padding: 0 3%;
}
@media only screen and (min-width: 768px) {
  .p-header .c-container {
    padding: 0 25px;
  }
}

/* mainvisual
   ----------------------------------------------------------------- */
.h-mv {
  position: relative;
}
.h-mv__hdg {
  position: absolute;
  z-index: 3;
  top: 3vw;
  width: 100%;
  text-align: center;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .h-mv__hdg {
    top: 40px;
  }
}
.h-mv__hdg img {
  width: 76vw;
}
@media only screen and (min-width: 768px) {
  .h-mv__hdg img {
    width: 493px;
  }
}
.h-mv__img {
  background: url(../img/img-mv-sp.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 76%;
  height: 0;
}
@media only screen and (min-width: 768px) {
  .h-mv__img {
    background-image: url(../img/img-mv.jpg);
    padding-top: 0;
    height: 583px;
  }
}
.h-mv__catch {
  margin-top: -18vw;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .h-mv__catch {
    margin-top: 0;
    position: absolute;
    left: 50%;
    margin-left: 50px;
    top: -82px;
    bottom: 0;
  }
  .h-mv__catch img {
    height: 100%;
  }
}
.backimage001{padding-top: 35.5%;
    background: url('../img/11017000883-up.png') 0 0 no-repeat;
    background-size: contain;}

.backimage002{padding-top: 13%;
    background: url('../img/11017000883-down.png') 0 0 no-repeat;
    background-size: contain;}
@media only screen and (max-width: 767px) {

  .backimage001{padding-top: 36.5%;
    background: url('../img/11017000883-up.png') 0 0 no-repeat;
    background-size: contain;
  margin-bottom: -16px;}
  
  .backimage002{padding-top: 17.5%;
    background: url('../img/11017000883-down.png') 0 0 no-repeat;
    background-size: contain;
  margin-bottom: -16px;}
}
/* intro
   ----------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .h-intro {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .h-intro .c-container {
    padding: 0 3%;
  }
}
.h-intro__catch {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .h-intro__catch {
    margin-bottom: 50px;
  }
}
.h-intro__catch img {
  height: 57px;
}
@media only screen and (min-width: 768px) {
  .h-intro__catch img {
    height: 115px;
  }
}
.h-intro h1 {
  color: #174f9a;
  font-weight: bold;
  text-align: center;
  font-size: 2.7rem;
  text-indent: -1.1em;
  padding-left: 1em;
  line-height: 1.5;
  letter-spacing: .1ex;
}
@media only screen and (min-width: 768px) {
  .h-intro h1 {
    font-size: 4.8rem;
    text-indent: -0.6em;
  }
}
.h-intro p {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .h-intro p {
    font-size: 1.9rem;
    margin-top: 15px;
  }
}

/* enjoy
   ----------------------------------------------------------------- */
.h-enjoy {
  margin-top: 0px;
  background-size: cover;
  padding-bottom: 90px;
  /*height: 500px;*/
}
@media only screen and (min-width: 768px) {
  .h-enjoy {

  }
}
@media only screen and (min-width: 768px) {
  .h-enjoy .c-container {
    max-width: 652px;
  }
}
@media only screen and (max-width: 768px) {
  .h-enjoy {
  margin-top: 0px;
  background: url(../img/header002.jpg) center bottom no-repeat;
  background-size: cover;
  padding-bottom: 0px;
  height: auto;
}
  }
  
.top-text{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 52px;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-shadow: rgb(0, 0, 0) 0px 0px 6px, rgb(0, 0, 0) 1px 1px 3px, rgb(0, 0, 0) 0px 0px 26px, rgb(0, 0, 0) 0px 0px 20px;
}

@media only screen and (max-width: 768px) {
.top-text{
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding-top: 120px;
    font-size: 22px;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-shadow: rgb(0, 0, 0) 0px 0px 6px, rgb(0, 0, 0) 1px 1px 3px, rgb(0, 0, 0) 0px 0px 26px, rgb(0, 0, 0) 0px 0px 20px;
}
 }

.h-enjoy2 {
  margin-top: 0px;
  background: url(../img/img001.jpg) center bottom no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 850px;
}

@media only screen and (max-width: 768px) {
.h-enjoy2 {
  margin-top: 0px;
  background: url(../img/img001.jpg) center bottom no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  height: auto;
}
}

@media only screen and (min-width: 768px) {
  .h-enjoy2 {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) {
.h-enjoy2 .c-container{
    max-width: 652px;
  }
.h-enjoy2 .c-container2{
    max-width: 652px;
  }
}
.h-enjoy__hdg {
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .h-enjoy__hdg {
    margin-bottom: 40px;
  }
}
.h-enjoy__hdg img {
  height: 27px;
}
@media only screen and (min-width: 768px) {
  .h-enjoy__hdg img {
    height: 54px;
  }
}
.h-enjoy__item {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .h-enjoy__item {
    margin-bottom: 90px;
  }
}
.h-enjoy__item:last-child {
  margin-bottom: 0;
}
.h-enjoy__item .c-hdg {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .h-enjoy__item .c-hdg {
    letter-spacing: 0;
  }
}
.h-enjoy__item__content {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .h-enjoy__item__content {
    padding: 0 0 0 25px;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .h-enjoy__item__txt {
    flex: 1;
    -webkit-flex: 1;
  }
}
.h-enjoy__item__catch {
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .h-enjoy__item__catch {
    margin-bottom: 0;
    margin-right: 50px;
  }
}
.h-enjoy__item__catch img {
  height: 85px;
}
@media only screen and (min-width: 768px) {
  .h-enjoy__item__catch img {
    height: auto;
    width: 108px;
  }
}
.main-text {
text-align: center;
font-size:20px;
font-weight:normal;
/*margin-top:340px;*/
margin-bottom: 65px;
  color:#fff;
}

.main-text2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 50px;
}
.main-text-a{
  padding:30px;
}

@media only screen and (max-width: 768px) {
.main-text {
text-align: center;
font-size:14px;
font-weight:bold;
margin-top:40px;
margin-bottom: 40px;
padding: 0 3%;
}

.main-text2 {
text-align: center;
font-size:13px;
font-weight:bold;
margin-top:20px;
margin-bottom: 40px;
padding: 0 3%;
}
 }

.h-enjoy__item__img {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .h-enjoy__item__img {
    margin-top: 20px;
  }
}

/* campaign
   ----------------------------------------------------------------- */
.h-campaign {
  border-top: 5px solid #174f9a;
  padding: 25px 0 40px 0;
  background: #e5e5e5;
}
@media only screen and (min-width: 768px) {
  .h-campaign {
    border-top-width: 9px;
    padding: 50px 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .h-campaign .c-container {
    max-width: 680px;
  }
}
.h-campaign .c-hdg {
  margin-bottom: 10px;
}

/* flow
   ----------------------------------------------------------------- */
.h-flow {
  background: #174f9a;
  padding: 25px 0;
}
@media only screen and (min-width: 768px) {
  .h-flow {
    padding: 30px 0 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .h-flow .c-container {
    max-width: 705px;
  }
}
.h-flow__wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .h-flow__wrap {
    display: block;
  }
}
.h-flow__list {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .h-flow__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-left: -30px;
  }
}
.h-flow__item {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .h-flow__item {
    margin-bottom: 0;
    width: calc(33.33333% - 30px);
    margin-left: 30px;
    padding: 35px 0 15px 0;
    position: relative;
    display: block;
  }
}
.h-flow__item:last-child {
  margin-bottom: 0;
}
.h-flow__item:nth-child(1) .h-flow__icon img {
  height: 58px;
  margin-left: -15px;
}
@media only screen and (min-width: 768px) {
  .h-flow__item:nth-child(1) .h-flow__icon img {
    height: 75px;
  }
}
.h-flow__item:nth-child(2) .h-flow__icon img {
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .h-flow__item:nth-child(2) .h-flow__icon img {
    height: 71px;
  }
}
.h-flow__item:nth-child(3) .h-flow__icon img {
  height: 52px;
}
@media only screen and (min-width: 768px) {
  .h-flow__item:nth-child(3) .h-flow__icon img {
    height: 78px;
  }
}
.h-flow__icon {
  width: 82px;
  text-align: center;
  margin-right: 10px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
@media only screen and (min-width: 768px) {
  .h-flow__icon {
    height: 78px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
.h-flow__num {
  margin-right: 10px;
  width: 19px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .h-flow__num {
    position: absolute;
    top: 10px;
    left: 10px;
    margin-right: 0;
    width: 25px;
  }
}
.h-flow__num img {
  height: 28px;
}
@media only screen and (min-width: 768px) {
  .h-flow__num img {
    height: 38px;
  }
}
.h-flow__txt {
  font-weight: bold;
  font-size: 1.45rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .h-flow__txt {
    font-size: 1.7rem;
    margin-top: 15px;
    text-align: center;
  }
}

/* points
   ----------------------------------------------------------------- */
.h-points__header {
  background: url(../img/img-point-intro.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  height: 0;
  padding-top: 47%;
}
@media only screen and (min-width: 768px) {
  .h-points__header {
    padding-top: 405px;
  }
}
.h-points__header img {
  position: absolute;
  height: 83%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .h-points__header img {
    height: 79%;
  }
}

/* point
   ----------------------------------------------------------------- */
.h-point {
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .h-point {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}
.h-point:last-child {
  margin-bottom: 0;
}
.h-point__img {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .h-point__img {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .h-point__img img {
    width: 100%;
  }
  .h-point__img img.-square {
    width: 70%;
  }
}
.h-point__content {
  display: -webkit-flex;
  display: flex;
  padding: 0 6%;
}
@media only screen and (min-width: 768px) {
  .h-point__content {
    position: relative;
    padding: 0;
  }
}
.h-point__content .c-hdg {
  font-size: 1.6rem;
  letter-spacing: -.05ex;
}
@media only screen and (min-width: 375px) {
  .h-point__content .c-hdg {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .h-point__content .c-hdg {
    margin-bottom: 15px;
    font-size: 2.9rem;
    letter-spacing: 0;
  }
}
.h-point__num {
  width: 58px;
  text-align: center;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) {
  .h-point__num {
    width: auto;
    padding-top: 10px;
    margin-right: 35px;
    width: 97px;
    text-align: center;
  }
}
.h-point__num img {
  height: 80px;
}
@media only screen and (min-width: 768px) {
  .h-point__num img {
    height: 132px;
  }
}
.h-point__txt {
  flex: 1;
  -webkit-flex: 1;
}
@media only screen and (min-width: 768px) {
  .h-point__txt p {
    width: 420px;
  }
}
.h-point__spec {
  padding: 0 6%;
}
@media only screen and (min-width: 768px) {
  .h-point__spec {
    margin-top: 40px;
    margin-right: -60px;
    padding: 0;
    padding-left: 132px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.h-point__spec__img01 {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .h-point__spec__img01 {
    margin-right: 30px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .h-point__spec__img01 img {
    width: 39%;
  }
}
.h-point__spec__img02 {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .h-point__spec__img02 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .h-point__spec__img02 img {
    width: 100%;
  }
}
.h-point__shape {
  position: absolute;
  z-index: -1;
}
.h-point__shape img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .h-point:nth-child(1) {
    padding-top: 40px;
  }
  .h-point:nth-child(1) .h-point__img {
    margin-bottom: 0px;
  }
  .h-point:nth-child(1) .h-point__shape {
    top: 0;
    left: 6%;
    width: 38%;
  }
  .h-point:nth-child(2) .h-point__shape {
    right: -1%;
    width: 42%;
    top: 21%;
  }
  .h-point:nth-child(3) .h-point__shape {
    width: 37%;
    top: 41%;
    left: 3%;
  }
  .h-point:nth-child(4) .h-point__shape {
    width: 45%;
    right: 3%;
    top: 26%;
  }
  .h-point:nth-child(5) .h-point__shape {
    width: 43%;
    top: 35%;
    left: 6%;
  }
}
@media only screen and (min-width: 768px) {
  .h-point:nth-child(1) {
    display: -webkit-flex;
    display: flex;
    padding-top: 60px;
    margin-bottom: -50px;
  }
  .h-point:nth-child(1) .h-point__img {
    padding-top: 65px;
    margin-right: -65px;
  }
  .h-point:nth-child(1) .h-point__img img {
    max-width: none;
    width: 527px;
    margin-left: -200px;
  }
  .h-point:nth-child(1) .h-point__shape {
    top: -15px;
    left: -65px;
    width: 300px;
  }
  .h-point:nth-child(1) .h-point__content {
    width: 552px;
  }
  .h-point:nth-child(1) .h-point__txt p {
    width: 430px;
  }
  .h-point:nth-child(2) .h-point__img img {
    position: relative;
    right: 158px;
  }
  .h-point:nth-child(2) .h-point__shape {
    width: 322px;
    right: 35px;
    top: 105px;
  }
  .h-point:nth-child(3) {
    margin-bottom: 70px;
  }
  .h-point:nth-child(3):after {
    content: "";
    display: block;
    clear: both;
  }
  .h-point:nth-child(3) .h-point__img img {
    position: relative;
    left: 150px;
  }
  .h-point:nth-child(3) .h-point__content {
    float: right;
    width: 552px;
  }
  .h-point:nth-child(3) .h-point__shape {
    left: 80px;
    width: 275px;
    top: 268px;
  }
  .h-point:nth-child(4) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 100px;
  }
  .h-point:nth-child(4) .h-point__img {
    flex: 1;
    -webkit-flex: 1;
    margin-left: -100px;
    margin-bottom: 0;
  }
  .h-point:nth-child(4) .h-point__content {
    margin-left: 40px;
    display: block;
  }
  .h-point:nth-child(4) .h-point__content .h-point__num {
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    text-align: left;
  }
  .h-point:nth-child(4) .h-point__shape {
    top: 100px;
    left: 288px;
    width: 304px;
  }
  .h-point:nth-child(5) .h-point__content__wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .h-point:nth-child(5) .h-point__content {
    margin-right: 40px;
    width: 552px;
  }
  .h-point:nth-child(5) .h-point__img {
    order: 2;
    -webkit-order: 2;
    margin-bottom: 0;
    margin-right: -112px;
  }
  .h-point:nth-child(5) .h-point__img img {
    width: 360px;
  }
  .h-point:nth-child(5) .h-point__shape {
    width: 340px;
    right: 35px;
    top: 310px;
  }
}

/* movie
   ----------------------------------------------------------------- */
.h-movie {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .h-movie {
    margin-top: 120px;
  }
}
.h-movie__item {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .h-movie__item {
    margin-bottom: 90px;
  }
}
.h-movie__item:last-child {
  margin-bottom: 0;
}
.h-movie__box {
  position: relative;
  background: #f2f2f2;
  padding-top: 38%;
  height: 0;
  margin: 0 auto;
  width: 68%;
}
@media only screen and (min-width: 768px) {
  .h-movie__box {
    padding-top: 0;
    width: 695px;
    height: 390px;
  }
}
.h-movie__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* bn
   ----------------------------------------------------------------- */
.p-detail-bn {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .p-detail-bn {
    margin-top: 70px;
  }
}

/* application
   ----------------------------------------------------------------- */
.h-application {
  background: #e5e5e5;
  margin-top: 40px;
  padding: 20px 0 35px 0;
}
@media only screen and (min-width: 768px) {
  .h-application {
    margin-top: 100px;
    padding: 35px 0 80px 0;
  }
}
@media only screen and (min-width: 768px) {
  .h-application .c-container {
    max-width: 835px;
  }
}
.h-application__header {
  text-align: center;
  margin-bottom: 10px;
}
.h-application__header p {
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .h-application__header p {
    font-size: 1.7rem;
  }
}
.h-application__content {
  border: 1px solid #000;
  overflow-y: scroll;
  background: #fff;
  height: 180px;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .h-application__content {
    height: 365px;
  }
}
.h-application__content p {
  color: #000;
  font-size: 1.4rem;
  font-weight: normal;
}
.h-application__content h5 {
  margin: 10px 15px;
}

/* footer
   ----------------------------------------------------------------- */
.p-footer {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .p-footer .c-container {
    max-width: 835px;
  }
}
.p-footer__note li {
  font-size: 1rem;
  color: #666666;
}
@media only screen and (min-width: 768px) {
  .p-footer__note li {
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .p-footer__note li {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.p-footer__nav {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .p-footer__nav {
    margin-top: 20px;
  }
}
.p-footer__nav li {
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) {
  .p-footer__nav li {
    margin-right: 25px;
  }
}
.p-footer__nav li:last-child {
  margin-right: 0;
}
.p-footer__nav li a {
  font-weight: bold;
  text-decoration: none;
  color: #666;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-footer__nav li a {
    font-size: 1.4rem;
  }
}
.p-footer__nav li a:hover {
  text-decoration: underline;
}
.p-footer__nav li a i {
  margin-right: 0.5em;
}
.p-footer__brand {
  background: #ff8918;
  padding-left: 12px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.p-footer__brand__catch img {
  margin-top: 8px;
}

/* copyright
   ----------------------------------------------------------------- */
.p-copyright {
  font-size: 1rem;
  color: #666;
  margin-top: 15px;
  letter-spacing: 0;
  white-space: nowrap;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .p-copyright {
    font-size: 1.2rem;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    padding-bottom: 25px;
    margin-top: 5px;
  }
}

/* btn
   ----------------------------------------------------------------- */
.p-btn-application {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-btn-application {
    margin-top: 30px;
  }
}
.p-btn-application.dummy {
  opacity: 0;
  position: static !important;
}
.p-btn-application.static {
  position: static;
}
.p-btn-application a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  background: #174f9a;
  padding: 1em 0;
  letter-spacing: .1ex;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .p-btn-application a {
    font-size: 2.6rem;
    max-width: 670px;
    margin: 0 auto;
    padding: 0.2em 0;
  }
}

/* --------------------------------------------------------------------------
   Utility
   -------------------------------------------------------------------------- */
/* View
   ----------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .u-view-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-view-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .u-over {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
.u-over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* Margin
   ----------------------------------------------------------------- */
.u-mb0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

@media only screen and (min-width: 768px) {
  .u-mb0-pc {
    margin-bottom: 0px !important;
  }

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

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

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

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

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

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

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

  .u-mb80-pc {
    margin-bottom: 80px !important;
  }
}
.u-mt0 {
  margin-top: 0px !important;
}

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

.u-mt15 {
  margin-top: 15px !important;
}

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

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

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

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

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

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

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

@media only screen and (min-width: 768px) {
  .u-mt0-pc {
    margin-top: 0px !important;
  }

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

  .u-mt15-pc {
    margin-top: 15px !important;
  }

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

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

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

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

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

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

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

.p-btn-application a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  background: #174f9a;
  padding: 1em 0;
  letter-spacing: .1ex;
  white-space: nowrap;
  position: relative;
}
.p-btn-application a:after {
  content: "";
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 1px solid #fff;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .p-btn-application a {
    font-size: 2.6rem;
    max-width: 670px;
    margin: 0 auto;
    padding: 0.6em 0;
  }
  .p-btn-application a:after {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }
}

.content-text{
  text-align: center;
  color:#fff;
  font-weight: bold;
  font-size: 30px;
   font-family: "游明朝", 'YuMincho Medium' ,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
}
.content-text2{
  text-align: center;
  color:#fff;
  font-weight: bold;
  font-size: 48px;
  font-family: "游明朝", 'YuMincho Medium' ,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
margin-bottom:30px;
  text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
}

@media only screen and (max-width: 768px) {
 
.content-text2{
  text-align: center;
  color:#fff;
  font-weight: bold;
  font-size: 33px;
/*  font-family: "游明朝", 'YuMincho Medium' ,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
margin-bottom:30px;
  text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
}
}

.font0x0 { font-family:  "游明朝 Regular", 'YuMincho Medium' ,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.font-w{color:#fff;}
.center{text-align: center;}
.btn-search{width:200px; padding:0em; font-size:14px; margin-left:5px; margin-right:5px; display: inline-block;}
.btn-search2{width:200px; padding:0em; font-size:14px; margin-left:5px; margin-right:5px; display: inline-block;}
.btn-search3{width:200px; padding:0em; font-size:14px; margin-left:5px; margin-right:5px; display: inline-block;}
.btn-search:first-child{width:200px; padding:0em; font-size:14px; margin-left:60px; margin-right:5px; display: inline-block;}
.btn-search:nth-child(4n){width:200px; padding:0em; font-size:14px; margin-left:5px; margin-right:60px; display: inline-block;}
.btn-awase{margin-bottom:20px;}
.btn-awase2{margin-bottom:40px;}

.square_btn{
    display: inline-block;
    /*position: relative;*/
    padding: 0em;
    text-decoration: none;
    color: #FFF;
    border: solid 2px #fff;/*ボタン色より暗めに*/
    /*border-right: solid 5px #5375bd;ボタン色より暗めに*/
    min-width: 180px;
}
.square_btn:hover{
    display: inline-block;
    position: relative;
    padding: 0em;
    text-decoration: none;
   margin-bottom:-10px;
    background: #4cb345;/*ボタン色*/
    color: #FFF;
   border: solid 0px #fff;
    border-top: solid 1px #2d5d29;
    border-bottom: solid 8px #2d5d29;/*ボタン色より暗めに*/
    border-right: solid 7px  #298E22;/*ボタン色より暗めに*/
    min-width: 180px;
}
/* .square_btn:active{
    display: inline-block;
    position: relative;
    padding: 0em;
    text-decoration: none;
   margin-bottom:-10px;
    background: #FFCC1A;/*ボタン色*/
/*    color: #FFF;
   border: solid 0px #fff;
    border-top: solid 1px #FFCC1A;
    border-bottom: solid 5px #E1A716;/*ボタン色より暗めに*/
/*    border-right: solid 5px #B17A03;/*ボタン色より暗めに*/
/*    min-width: 180px;
} */


.square_btn:before{    
    content: " ";
    position: absolute;
    bottom: -5px;
    left: -1px;
    width: 0;
    height: 0;
    border-width: 0 6px 6px 0px;
    border-style: solid;
    border-color: transparent;
}

.square_btn a {
    display: inline-block; /* 追加 */
  background: none;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    filter: alpha(opacity=100);
  opacity: 1;}

/*.square_btn:after{   
    content: " ";
    position: absolute;
    top: -1px;
    right: -5px;
    width: 0;
    height: 0;
    border-width: 0px 6px 6px 0px;
    border-bottom-color: transparent;
}*/

.square_btn:active{ /*ボタンを押したとき*/
    border:none;
    -ms-transform: translate(6px,6px);
    -webkit-transform: translate(6px,6px);
    transform: translate(6px,6px);
}

.square_btn:active:after,.square_btn:active:before {
    content: none;/*ボタンを押すと線が消える*/
}

@media only screen and (max-width: 768px) {
.btn-search{width:40%; padding:0em; font-size:11px; margin-left:0px; margin-right:0px; display: inline-block;}
.btn-search2{width:40%; padding:0em; font-size:11px; margin-left:0px; margin-right:1px; display: inline-block;}
.btn-search3{width:40%; padding:0em; font-size:11px; margin-left:0px; margin-right:1px; display: inline-block; margin-top: 6px;}
.btn-search:first-child{width:40%; padding:0em; font-size:11px; margin-left:0px; margin-right:1px; display: inline-block; margin-bottom: 6px;}
.btn-search:nth-child(4n){width:40%; padding:0em; font-size:11px; margin-left:0px; margin-right:0px; display: inline-block; margin-bottom: 6px;}
  .btn-search:nth-child(3n){width:40%; padding:0em; font-size:11px; margin-left:0px; margin-right:1px; display: inline-block; margin-bottom: 6px;}
  .btn-awase{margin-bottom:0px;}
  .btn-awase2{margin-bottom:30px;}

.square_btn{
    display: inline-block;
    /*position: relative;*/
    padding: 0.7em 0.8em;
    text-decoration: none;
    width:100%;
    color: #FFF;
    border: solid 2px #fff;/*ボタン色より暗めに*/
    /*border-right: solid 5px #5375bd;ボタン色より暗めに*/
    min-width: auto;
}
.square_btn:hover{
    display: inline-block;
    position: relative;
    padding: 0.7em 0.8em;
    text-decoration: none;
    margin-bottom:-10px;
    background: #4cb345;/*ボタン色*/
    color: #FFF;
    width:100%;
    border: solid 0px #fff;
    border-top: solid 1px #2d5d29;
    border-bottom: solid 5px #2d5d29;/*ボタン色より暗めに*/
    border-right: solid 5px  #298E22;/*ボタン色より暗めに*/
    min-width: auto;
}


.square_btn:before{    
    content: " ";
    position: absolute;
    bottom: -5px;
    left: -1px;
    width: 0;
    height: 0;
    border-width: 0 6px 6px 0px;
    border-style: solid;
    border-color: transparent;
}

.square_btn a {
    display: inline-block; /* 追加 */
  background: none;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    filter: alpha(opacity=100);
  opacity: 1;}

/*.square_btn:after{   
    content: " ";
    position: absolute;
    top: -1px;
    right: -5px;
    width: 0;
    height: 0;
    border-width: 0px 6px 6px 0px;
    border-bottom-color: transparent;
}*/

.square_btn:active{ /*ボタンを押したとき*/
    border:none;
    -ms-transform: translate(6px,6px);
    -webkit-transform: translate(6px,6px);
    transform: translate(6px,6px);
}

.square_btn:active:after,.square_btn:active:before {
    content: none;/*ボタンを押すと線が消える*/
}
}
  
.midashi-u {
text-align: center;
color:#fff;
font-size: 30px;
margin-top: 15px;
font-family: "游明朝", 'YuMincho Medium' ,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
  text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
}

.midashi-u h1 {
position: relative;
display: inline-block;
margin-bottom: 1em;
}
.midashi-u h1:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 5px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #fff;
border-radius: 2px;
box-shadow: 
    black 4px 1px 6px, black -5px 1px 15px, black 1px -1px 10px, black -1px -1px 3px;
}

@media only screen and (max-width: 768px) {
  .midashi-u {
text-align: center;
color:#fff;
font-size: 21px;
margin-top: 15px;
 font-family: "游明朝", 'YuMincho Medium' ,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
}
  
.midashi-u h1:before {
    content: '';
    position: absolute;
    bottom: -8px;
    display: inline-block;
    width: 54px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 2px;
  box-shadow: 
    black 4px 1px 6px, black -5px 1px 9px, black 1px -1px 9px, black -1px -1px 5px;
}
  
  .midashi-u h1 {
position: relative;
display: inline-block;
margin-bottom: 1em;
margin-top: 30px;
}
  
}

h1.p-header__logo {
    color: #fff;
    font-size: 30px;
}
.box1 {
    display: inline-block;
    width: 65%;
    border: solid 2px #000;
    margin: 0;
    vertical-align: top;
    height: 510px;
    padding: 20px;
    background: #000;
}
.box2 {
    display: inline-block;
    width: 35%;
    border: solid 2px #000;
    margin: 0;
    vertical-align: top;
    height: 510px;
    /* padding: 10px; */
  padding: 0px 20px 0px 0px;
  background: #000;
    /*background-image: url(../img/back-fruit4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;*/
}
.zip_text p {
    font-size: 16px;
    color: #fff;
}
.box2{ font-size: 17px ; }
.box2 p{ color: #000 ; 
/* text-shadow: #000 1px 0 10px; */
/*text-shadow: 1px 1px 2px #fff, 0 0 1em #fff, 0 0 0.2em #fff; */}
.box3{width:100%;
  height:360px;
  margin-top:35px;
  margin-left:0px;
  padding:10px;
  background-image: url(../img/back-fruit4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;}
p.info-title {
    font-size: 2rem;
    /* border-bottom: 1px solid #fff; */
    margin-bottom: 15px;
  font-weight: bold;
  padding: 15px 10px;
}
p.info-title2 {
    font-size: 2rem;
    /* border-bottom: 1px solid #fff; */
    /*margin-bottom: 15px;*/
  font-weight: bold;
  padding: 30px 10px 0px;
}

@media only screen and (max-width: 768px) {
.box1 {
    display: inline-block;
    width: 100%;
    border: solid 2px #000;
    margin: 0;
    height: auto;
}
.box2 {
    display: inline-block;
    width: 100%;
    border: solid 2px #000;
    margin: 0;
    height: auto;
    padding-bottom: 0;
}
.box3{width:100%;
  height:250px;
  margin-top:35px;
  margin-left:10px;
   margin-bottom: 25px;
  padding:10px;
  background-image: url(../img/back-fruit4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;}
.zip_text p {
    font-size: 17px;
    color: #fff;
    padding-bottom: 5px;
}
.c-container {
  padding: 0 !important;
  margin-top: 0px;
}
p.info-tel {
    font-size: 14px;
}
p.info-mail {
    font-size: 14px;
}
p.info-text {
    font-size: 14px;
}
p.info-title2 {
    font-size: 2rem;
    /* border-bottom: 1px solid #fff; */
    /*margin-bottom: 15px;*/
  font-weight: bold;
  padding: 30px 10px 0px;
}
  
}

/* 改行用コード */
@media screen and (min-width: 786px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 786px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}
.target{
  pointer-events: none;
}

.web-icon:before {
  content: '';
  display: inline-block;/*忘れずに！*/
  width: 22px;/*画像の幅*/
  height: 22px;/*画像の高さ*/
  background-image: url(../img/web-b.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: -15px;
    margin-right:4px;
    margin-bottom: 3px;
    margin-top: -23px;
  }

.web-icon2:before {
  content: '';
  display: inline-block;/*忘れずに！*/
  width: 22px;/*画像の幅*/
  height: 22px;/*画像の高さ*/
  background-image: url(../img/web-b.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: -5px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-top: -23px;
  }

@media screen and (max-width: 786px){
  .web-icon:before {
  content: '';
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(../img/web-b.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: -15px;
    margin-right: 7px;
    margin-bottom: 0px;
    margin-top: -18px;
  }
  
  .web-icon2:before {
  content: '';
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(../img/web-b.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: -7px;
    margin-right: 3px;
    margin-bottom: 0px;
    margin-top: -18px;
  }
  
  h1.p-header__logo {
    color: #fff;
    font-size: 17px;
  }
  
}

.font-w{color:#fff !important;}
.font0x0{font-family: "游明朝", 'YuMincho Medium' ,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important; }

.br-sp {
  display:none;
}
.br-pc {
  display:block;
}
 
@media screen and (max-width: 768px) {
  .br-sp {
    display:block;
  }
  .br-pc {
  display:none;
 }
}