@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

/*
a,
a img{
	transition: 0.3s ease-in-out;
}
a:hover,
a:hover img{
    opacity: 0.80;
    filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
*/
.tab-only {
  display: none;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 769px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .pc-only {
    display: none;
  }
  .tab-only {
    display: block;
  }
}

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

/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
#header {
  position: relative;
}

/* pc
------------------------------------------------------------*/
.hboxPC {
  z-index: 999;
  background: #FFF;
  *zoom: 1;
  height: 45px;
  padding: 10px 70px;
}

.hboxPC:after {
  display: block;
  content: "";
  clear: both;
}

.hboxPC__logo {
  float: left;
  width: 304px;
}

.hboxPC__menu {
  float: right;
  padding-top: 8px;
}

.hboxPC__menu ul {
  list-style-type: none;
  margin: 0;
}

.hboxPC__menu ul li {
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
}

.hboxPC__menu ul li:first-child {
  padding: 0 15px 0 0;
}

.hboxPC__menu ul li:last-child {
  padding: 0 0 0 15px;
}

.hboxPC__menu ul li a {
  display: block;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
}

.hboxPC__menu ul li a:hover {
  border-bottom: 3px solid #EB6100;
  opacity: 1;
}

.hboxPC__menu ul li a:hover img {
  opacity: 1;
}


.hboxPC__menu ul li:nth-child(1) a img {
  width: 64px;
  height: 24px;
}

.hboxPC__menu ul li:nth-child(2) a img {
  width: 95px;
  height: 26px;
}

.hboxPC__menu ul li:nth-child(3) a img {
  width: 134px;
  height: 28px;
}

.hboxPC__menu ul li:nth-child(4) a img {
  width: 59px;
  height: 22px;
}

.hboxPC__menu ul li:nth-child(5) a img {
  width: 132px;
  height: 26px;
}

.hboxPC__menu ul li:nth-child(6) a img {
  width: 132px;
  height: 26px;
}

/* SP
------------------------------------------------------------*/
.hboxSP {
  position: relative;
}

.hboxSP__wrap {
  *zoom: 1;
  padding: 12px 20px;
}

.hboxSP__wrap:after {
  display: block;
  content: "";
  clear: both;
}

.hboxSP__logo {
  float: left;
  width: 80%;
}

.hboxSP__menu {
  float: right;
  width: 10%;
  max-width: 60px;
  padding-top: 2%;
}

/*　menu SP
------------------------------------------------------------*/
.c-spmenu {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  z-index: 100;
  left: 0;
}

.c-spmenu ul {
  border-top: 1px solid #CCC;
}

.c-spmenu li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #CCC;
  line-height: 1;
}

.c-spmenu a {
  padding: 20px 16px;
  font-size: 2.0rem;
  color: #000;
  display: block;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .c-spmenu a {
    padding: 15px 16px;
    font-size: 1.4rem;
  }
}

.c-spmenu a:before {
  position: absolute;
  z-index: 200;
  top: 50%;
  right: 30px;
  margin-top: -14px;
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .c-spmenu a:before {
    top: 50%;
    right: 20px;
    margin-top: -8px;
    content: "";
    width: 8px;
    height: 8px;
  }
}

/* banner
------------------------------------------------------------*/
.hbanner {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: calc(100vh - 64px);  
  background: url(../images/index/PH_miyazawa_08.jpg) center 26% no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (max-width: 769px) {
  .hbanner {
    background-position: center 70%;
  }
}

@media screen and (max-width: 768px) {
  .hbanner {
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
  }
}

.hbanner img.banner2 {
  width: auto;
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -345px;
}

.hbanner img.banner3 {
  width: 163px;
  position: absolute;
  top: 10%;
  right: 10%;
}

@media screen and (max-width: 768px) {
  .hbanner img.banner3 {
    width: 25%;
  }
}

/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
.p-footer {
  padding: 5vh 7% 2vh 7%;
  height: 80%;
  background-color: #fcd29b;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-footer {
    padding: 15px 15px;
  }
}

.p-footer__wrap {
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-footer__wrap {
    display: block;
  }
}

.p-footer__block {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .p-footer__block {
    display: block;
  }
}

.p-footer__logo {
  padding-right: 60px;
}

@media screen and (max-width: 768px) {
  .p-footer__logo {
    padding-right: 0;
    text-align: center;
  }
  .p-footer__logo img {
    width: 160px;
    height: auto;
  }
}

.p-footer__link {
  *zoom: 1;
}

.p-footer__link:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 768px) {
  .p-footer__link {
    margin-top: 15px;
  }
}

.p-footer__link ul {
  float: left;
}

@media screen and (max-width: 768px) {
  .p-footer__link ul {
    *zoom: 1;
    float: none;
    text-align: center;
  }
  .p-footer__link ul:after {
    display: block;
    content: "";
    clear: both;
  }
}

.p-footer__link ul:nth-child(2) {
  margin-left: 90px;
}

@media screen and (max-width: 768px) {
  .p-footer__link ul:nth-child(2) {
    *zoom: 1;
    margin-left: 0px;
  }
  .p-footer__link ul:nth-child(2):after {
    display: block;
    content: "";
    clear: both;
  }
}

.p-footer__link li {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-footer__link li {
    display: inline-block;
    margin: 5px 5px;
    font-size: 1.2rem;
  }
}

.p-footer__link li + li {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-footer__link li + li {
    margin-top: 0px;
  }
}

.p-footer__link a {
  color: #000;
  text-decoration: none;
}

.p-footer__link a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-footer__link2 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__link2 ul {
    *zoom: 1;
  }
  .p-footer__link2 ul:after {
    display: block;
    content: "";
    clear: both;
  }
}

.p-footer__link2 li {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-footer__link2 li {
    text-align: left;
    float: left;
    width: 48%;
    text-align: center;
    margin: 0 0 10px 4%;
  }
  .p-footer__link2 li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}

.p-footer__link2 li + li {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-footer__link2 li + li {
    margin-top: 0px;
  }
}

.p-footer__copy {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-footer__copy {
    position: relative;
    bottom: auto;
    margin-top: 15px;
  }
}

.p-footer__copy p {
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-footer__copy p {
    font-size: 1.2rem;
  }
}

/*------------------------------------------------------------

------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
@-webkit-keyframes fadeinout {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
  }
}

@keyframes fadeinout {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
  }
}

@-webkit-keyframes scrollElement {
  0% {
    bottom: 50px;
    height: 0;
    opacity: 0;
  }
  50% {
    bottom: 0;
    height: 50px;
    opacity: 1;
  }
  100% {
    bottom: 0;
    height: 0;
    opacity: 0;
  }
}

@keyframes scrollElement {
  0% {
    bottom: 50px;
    height: 0;
    opacity: 0;
  }
  50% {
    bottom: 0;
    height: 50px;
    opacity: 1;
  }
  100% {
    bottom: 0;
    height: 0;
    opacity: 0;
  }
}

/*------------------------------------------------------------
	Loader
------------------------------------------------------------*/
.loading {
  background: #FFF;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 999999;
}

.loading .counter {
  text-align: center;
  position: relative;
  width: 100%;
}

.loading .counter h1 {
  color: #EB6100;
  font-size: 12px;
  font-family: "Menlo", "Consolas", monospace;
}

.loading .counter hr {
  color: #EB6100;
  border: none;
  height: 5px;
}

/*------------------------------------------------------------
Layout
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
body {
  min-width: 1150px;
}

@media screen and (max-width: 769px) {
  body {
    min-width: initial;
  }
}

/* 
------------------------------------------------------------*/
.l-flame1 {
  background: #F5E1CB;
  padding: 40px 0 90px 0;
  border-bottom: 80px solid #F8F0E1;
}

@media screen and (max-width: 768px) {
  .l-flame1 {
    padding: 20px 15px 30px 15px;
    border-bottom: 30px solid #F8F0E1;
  }
}

/* 
------------------------------------------------------------*/
.l-flame2 {
  background: #FFF;
  border: 1px solid #F15A24;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1000px;
  margin: 40px auto 0 auto;
  padding: 30px 50px 30px 50px;
}

@media screen and (max-width: 768px) {
  .l-flame2 {
    width: auto;
    padding: 15px;
    margin-top: 20px;
  }
}

/* 
------------------------------------------------------------*/
.l-container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .l-container {
    width: auto;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/* 1
------------------------------------------------------------*/
.c-title1 {
  background: #F8F0E1;
}

.c-title1 h2 {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 20px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .c-title1 h2 {
    width: auto;
    padding: 15px 15px;
  }
}

/* 2
------------------------------------------------------------*/
.c-title2 {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-title2 {
    width: auto;
    padding: 0 0 0 15px;
  }
}

.c-title2 h3 {
  color: #F35E2A;
  font-weight: bold;
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .c-title2 h3 {
    font-size: 1.6rem;
  }
}

/* 3
------------------------------------------------------------*/
.c-title3 h3, .c-title3 h4 {
  color: #F15A24;
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
  padding-bottom: 20px;
  border-bottom: 1px dashed #B3B3B3;
}

@media screen and (max-width: 768px) {
  .c-title3 h3, .c-title3 h4 {
    font-size: 1.6rem;
    padding-bottom: 13px;
  }
}

.c-title3--noline h3, .c-title3--noline h4 {
  border-bottom: 0px;
}

/*------------------------------------------------------------
	Move Down
------------------------------------------------------------*/
.movedown {
  position: fixed;
  bottom: 15%;
  right: 20px;
  cursor: pointer;
}

.movedown:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/index/arrow_down.png) no-repeat center center;
  position: absolute;
  left: 1.5px;
  bottom: 10px;
  -webkit-animation: scrollElement 2s cubic-bezier(0.49, 0, 0.52, 0.99) infinite;
  animation: scrollElement 2s cubic-bezier(0.49, 0, 0.52, 0.99) infinite;
}

.movedown a {
  width: 30px;
  height: 30px;
  display: block;
}

body.fp-viewing-1stPage .movedown:before {
  display: block;
}

body.fp-viewing-ニュース .movedown:before, body.fp-viewing-プロフィール .movedown:before, body.fp-viewing-宮沢ゆかの思い .movedown:before, body.fp-viewing-ご支援のお願い .movedown:before, body.fp-viewing-事務所の場所 .movedown:before {
  display: none;
}

body.fp-viewing-ニュース .movedown a, body.fp-viewing-プロフィール .movedown a, body.fp-viewing-宮沢ゆかの思い .movedown a, body.fp-viewing-ご支援のお願い .movedown a, body.fp-viewing-事務所の場所 .movedown a {
  background: url(../images/index/icon_01.png) no-repeat center center;
  -webkit-background-size: 30px 30px;
          background-size: 30px;
}

body.fp-viewing-lastPage .movedown {
  opacity: 0;
}

@media only screen and (max-width: 992px) {
  .movedown {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .movedown {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    right: 60px;
    bottom: 60px;
  }
  .movedown:before {
    background: url(../images/index/arrow_down_sp.png) no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
    left: 15px;
  }
  .movedown a {
    width: 60px;
    height: 60px;
  }
  body.fp-viewing-1 .movedown:before, body.fp-viewing-2 .movedown:before, body.fp-viewing-3 .movedown:before, body.fp-viewing-4 .movedown:before, body.fp-viewing-5 .movedown:before {
    display: none;
  }
  body.fp-viewing-1 .movedown a, body.fp-viewing-2 .movedown a, body.fp-viewing-3 .movedown a, body.fp-viewing-4 .movedown a, body.fp-viewing-5 .movedown a {
    margin: 15px auto;
    width: 30px;
    height: 30px;
    background: url(../images/index/arrow_down_sp.png) no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
  }
  body.fp-viewing-6 .movedown {
    opacity: 0;
  }
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
	list
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
/*------------------------------------------------------------

------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
	Navigation Full Page
------------------------------------------------------------*/
#navi {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#navi.right {
  right: 17px;
}

#navi ul {
  margin: 0;
  padding: 0;
}

#navi ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

#navi ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#navi ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 5px;
  width: 5px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2.5px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#navi ul li a.active span {
  height: 8px;
  width: 8px;
  margin: -6px 0 0 -4px;
  border-radius: 100%;
  background: #71af42;
}

#navi ul li:hover a span {
  width: 8px;
  height: 8px;
  margin: -6px 0px 0px -4px;
  background: #787878;
}

#navi ul li:hover a.active span {
  height: 8px;
  width: 8px;
  margin: -6px 0 0 -4px;
  border-radius: 100%;
  background: #71af42;
}

/*------------------------------------------------------------
	Full Page CSS
------------------------------------------------------------*/
html.fp-enabled, .fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
  height: 100%;
  display: block;
}

.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
  display: inline-block;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

.fp-tableCell {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
      transform: translate(0, 30px);
}

.fp-completely .fp-tableCell {
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
      transform: translate(0, 0px);
  opacity: 1.0;
  -webkit-animation: fadeinout 1s linear forwards;
  animation: fadeinout 1s linear forwards;
}

/*------------------------------------------------------------

------------------------------------------------------------*/
#fullpage {
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 769px) {
  #fullpage {
    min-width: initial;
  }
}


/*------------------------------------------------------------
Seisaku
------------------------------------------------------------*/
.p-seisaku {
  background: #f8f0e1;
  padding: 3vh 9% 2vh 7%;
  height: calc(380vh - 5vh);
}

@media screen and (max-width: 769px) {
  .p-seisaku {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-seisaku {
    padding: 25px 15px 0px 15px;
  }
}

@media screen and (max-width: 769px) {
  .p-seisaku h1 {
    margin-top: 25px;
  }
}

.p-seisaku__body {
  overflow: hidden;
  height: calc(380vh - 76px);
}

@media screen and (max-width: 769px) {
  .p-seisaku__body {
    height: auto;
  }
}

.p-seisaku__txt {
  float: left;
  width: calc(55% - 40px);
  padding: 40px 0 0 40px;
}

@media screen and (max-width: 769px) {
  .p-seisaku__txt {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-seisaku__txt {
    padding: 20px 0 0 0;
  }
}

.p-seisaku__txt h2 {
  font-size: 4.0rem;
  font-weight: 400;
  letter-spacing: 25px;
  padding-bottom: 20px;
}

.p-seisaku__txt h2 span {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 6px;
}

.p-seisaku__txt h2 span:first-child {
  padding-bottom: 5px;
}

.p-seisaku__txt h2 span:last-child {
  padding-top: 5px;
}

.p-seisaku__txt p {
  font-size: 1.4rem;
  line-height: 26px;
  padding-bottom: 25px;
}


.p-seisaku__img2 {
  float: right;
  width: calc(45% - 40px);
  height: calc(95vh - 76px);
}

.p-seisaku__img2 img {
  width: 100%;
  height: auto;
}

.p-seisaku__img3 {
  float: right;
  width: calc(35% - 40px);
  height: calc(95vh - 76px);
  padding-top: 40px;
}

.p-seisaku__img3 img {
  width: 100%;
  height: auto;
}

.p-seisaku__img4 img {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}


/*------------------------------------------------------------
News
------------------------------------------------------------*/
.p-news #nav1 {
  background: #F5E1CB;
  padding: 30px 100px 0px 80px;
  position: relative;
  height: 120vh;
}

@media screen and (max-width: 769px) {
  .p-news #nav1 {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-news #nav1 {
    padding: 20px 15px;
  }
}

.p-news .p-newsHead {
  border: #F00;
  height: 50px;
  *zoom: 1;
}

.p-news .p-newsHead:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 769px) {
  .p-news .p-newsHead {
    height: auto;
  }
}

.p-news .p-newsHead__block:nth-child(1) {
  float: left;
}

@media screen and (max-width: 769px) {
  .p-news .p-newsHead__block:nth-child(1) {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
}

.p-news .p-newsHead__block:nth-child(2) {
  float: left;
}

.p-news .p-newsHead__block:nth-child(3) {
  float: right;
}

.p-news .p-newsHead p {
  font-size: 2.1rem;
  padding-top: 1%;
  padding-left: 50px;
}

@media screen and (max-width: 769px) {
  .p-news .p-newsHead p {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-news .p-newsHead p {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

.p-news .p-newsHead li {
  float: right;
  margin-left: 30px;
}

@media screen and (max-width: 769px) {
  .p-news .p-newsHead li {
    margin-left: 15px;
  }
}

.p-news .p-newsHead li.f {
  margin-left: 0;
}

.p-news .p-newsHead li a {
  display: block;
  width: 33px;
  height: 31px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.p-news .p-newsHead li.f a {
  background: url(../images/index/facebook.png) no-repeat;
  -webkit-background-size: 33px auto;
          background-size: 33px auto;
}

.p-news .p-newsHead li.f a:hover {
  background-image: url(../images/index/facebook_hover.png);
}

.p-news .p-newsHead li.i a {
  background: url(../images/index/instagram.png) no-repeat;
  -webkit-background-size: 33px auto;
          background-size: 33px auto;
}

.p-news .p-newsHead li.i a:hover {
  background-image: url(../images/index/instagram_hover.png);
}

.p-news .p-newsHead li.y a {
  background: url(../images/index/twitter.png) no-repeat;
  -webkit-background-size: 33px auto;
          background-size: 33px auto;
}

.p-news .p-newsHead li.y a:hover {
  background-image: url(../images/index/twitter_hover.png);
}

.p-news .p-newsBody {
  height: calc(90vh - 190px);
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
}

@media screen and (max-width: 769px) {
  .p-news .p-newsBody {
    height: auto;
    padding: 0;
  }
}

.p-news .p-newsBody__wrap {
  height: 100%;
}

@media screen and (max-width: 769px) {
  .p-news .p-newsBody__wrap {
    height: auto;
  }
}

.p-news .p-newsBody .facebook,
.p-news .p-newsBody .youtube {
  height: 100%;
}

.p-news .p-newsBody .facebook {
  float: left;
  width: 500px;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 769px) {
  .p-news .p-newsBody .facebook {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .p-news .p-newsBody .facebook img {
    display: block;
    margin: 0 auto;
  }
}

.p-news .p-newsBody .youtube {
  float: right;
  background: #FFF;
  width: calc(100% - 550px);
  text-align: right;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 769px) {
  .p-news .p-newsBody .youtube {
    float: none;
    width: auto;
    margin-top: 30px;
    padding-bottom: 20px;
  }
}

.p-news .p-newsBody .youtube h2.title {
  padding: 20px 45px;
  text-align: left;
}


@media screen and (max-width: 768px) {
  .p-news .p-newsBody .youtube h2.title {
    padding: 20px 20px;
  }
}

.p-news .p-newsBody .youtube .list_youtube {
  padding: 0 30px 0 45px;
  height: 80%;
  overflow-y: scroll;
}

@media screen and (max-width: 769px) {
  .p-news .p-newsBody .youtube .list_youtube {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .p-news .p-newsBody .youtube .list_youtube {
    height: 400px;
    padding: 0 20px 0 20px;
  }
}

.p-news .p-newsBody .youtube .list_youtube::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 0 0;
  background-color: #FFF;
}

.p-news .p-newsBody .youtube .list_youtube::-webkit-scrollbar {
  height: 10px;
  width: 15px;
  margin-top: 10px;
  background-color: #FFF;
}

.p-news .p-newsBody .youtube .list_youtube::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F3F3F3;
  width: 20px;
}

@media screen and (max-width: 769px) {
  .p-news .p-newsBody .youtube .list_youtube::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background-color: #FFF;
  }
  .p-news .p-newsBody .youtube .list_youtube::-webkit-scrollbar {
    height: 10px;
    width: 4px;
    margin-top: 10px;
    background-color: #FFF;
  }
  .p-news .p-newsBody .youtube .list_youtube::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F3F3F3;
    width: 20px;
  }
}

.p-news .p-newsBody .youtube .list_youtube img {
  width: 100%;
  padding-bottom: 30px;
}

.p-news .p-newsBody .youtube .list_youtube .list_youtube_item {
  width: calc(50% - 10px);
  padding-bottom: 30px;
  float: left;
  padding-right: 10px;
}

@media screen and (max-width: 1480px) {
  .p-news .p-newsBody .youtube .list_youtube .list_youtube_item {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}

.p-news .p-newsBody .youtube .list_youtube .list_youtube_item iframe {
  width: 100%;
  min-height: 30px;
  height: auto;
}

.p-news .p-newsFoot {
  height: 140px;
}

@media screen and (max-width: 769px) {
  .p-news .p-newsFoot {
    height: auto;
    margin-top: 40px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 769px) and (max-width: 768px) {
  .p-news .p-newsFoot {
    padding-bottom: 30px;
  }
}

.p-news .p-newsFoot ul {
  *zoom: 1;
}

.p-news .p-newsFoot ul:after {
  display: block;
  content: "";
  clear: both;
}

.p-news .p-newsFoot li {
  display: inline-block;
  cursor: pointer;
}

.p-news .p-newsFoot li:nth-child(1) {
  float: left;
}

@media screen and (max-width: 769px) {
  .p-news .p-newsFoot li:nth-child(1) {
    width: 65%;
  }
}

@media screen and (max-width: 768px) {
  .p-news .p-newsFoot li:nth-child(1) {
    width: 100%;
  }
}

.p-news .p-newsFoot li:nth-child(2) {
  float: right;
  padding-top: 17px;
}

@media screen and (max-width: 768px) {
  .p-news .p-newsFoot li:nth-child(2) {
    width: 50%;
  }
}

/* popup
------------------------------------------------------------*/
.popup {
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}

.popup .popup1 {
  width: 800px;
  height: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -325px 0 0 -400px;
  display: none;
}

.popup .popup1 span.close {
  width: 50px;
  height: 50px;
  display: block;
  margin-left: auto;
  position: relative;
  top: -10px;
  cursor: pointer;
}

.popup .popup1 span.close:before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #000;
  border-radius: 3px;
  position: absolute;
  top: 24px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup .popup1 span.close:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #000;
  border-radius: 3px;
  position: absolute;
  top: 24px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup .popup1 .popup_content {
  width: calc(100% - 80px);
  height: calc(600px - 80px);
  padding: 40px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 10px 2px;
          box-shadow: 0px 0px 10px 2px;
  border-radius: 5px;
}

.popup .popup1 .popup_content .popup_content_img {
  float: left;
  width: calc(50% - 50px);
  height: auto;
  cursor: pointer;
}

.popup .popup1 .popup_content .popup_content_img h1 {
  background: #FFF;
  width: 100%;
}

.popup .popup1 .popup_content .popup_content_img h1 img {
  width: 100%;
}

.popup .popup1 .popup_content .popup_content_img h1 img.pop_img1 {
  display: block;
}

.popup .popup1 .popup_content .popup_content_img h1 img.pop_img1_hover {
  display: none;
}

.popup .popup1 .popup_content .popup_content_img h1 img.sp {
  display: none;
}

.popup .popup1 .popup_content .popup_content_img p {
  color: #eb6100;
  font-size: 1.3rem;
  text-align: right;
  padding: 4px 15px;
}

.popup .popup1 .popup_content .popup_content_img .pop_img2 {
  width: 100%;
}

.popup .popup1 .popup_content .popup_content_img .pop_img2 img {
  width: 100%;
}

.popup .popup1 .popup_content .popup_content_img:hover h1 img.pop_img1 {
  display: none;
}

.popup .popup1 .popup_content .popup_content_img:hover h1 img.pop_img1_hover {
  display: block;
}

.popup .popup1 .popup_content .popup_content_img:hover .pop_img2 img {
  opacity: 0.7;
}

.popup .popup1 .popup_content p {
  color: #eb6100;
  font-size: 1.8rem;
  text-align: right;
  padding: 4px 15px;
  display: none;
}

.popup .popup1 .popup_content p.pc {
  display: block;
}

.popup .popup1 .popup_content .popup_content_cont {
  width: calc(50% - 10px);
  float: right;
}

.popup .popup1 .popup_content .popup_content_cont h1 {
  width: 100%;
}

.popup .popup1 .popup_content .popup_content_cont h1 img {
  width: 100%;
  max-width: 250px;
}

.popup .popup1 .popup_content .popup_content_cont ul {
  margin-top: 30px;
  height: calc(600px - 155px);
  overflow-y: auto;
}

.popup .popup1 .popup_content .popup_content_cont ul li + li {
  padding-top: 20px;
}

.popup .popup1 .popup_content .popup_content_cont ul li a {
  font-size: 1.8rem;
  color: #000;
}

.popup .popup1 .popup_content .popup_content_cont ul li a:hover {
  color: #EB6100;
  text-decoration: none;
}

.popup .popup2 {
  width: 800px;
  height: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -325px 0 0 -400px;
  display: none;
}

.popup .popup2 span.close {
  width: 50px;
  height: 50px;
  display: block;
  margin-left: auto;
  position: relative;
  top: -10px;
  cursor: pointer;
}

.popup .popup2 span.close:before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #000;
  border-radius: 3px;
  position: absolute;
  top: 24px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup .popup2 span.close:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #000;
  border-radius: 3px;
  position: absolute;
  top: 24px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup .popup2 .popup_content {
  width: calc(100% - 60px);
  height: calc(600px - 80px);
  padding: 40px 20px 40px 40px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 10px 2px;
          box-shadow: 0px 0px 10px 2px;
  border-radius: 5px;
}

.popup .popup2 .popup_content h1 {
  width: 100%;
}

.popup .popup2 .popup_content h1 img {
  width: 100%;
  max-width: 150px;
}

.popup .popup2 .popup_content ul {
  margin-top: 22px;
  height: calc(600px - 156px);
  overflow-y: auto;
}

.popup .popup2 .popup_content ul li + li {
  padding-top: 20px;
}

.popup .popup2 .popup_content ul li a {
  font-size: 1.8rem;
  color: #000;
}

.popup .popup2 .popup_content ul li a:hover {
  color: #EB6100;
  text-decoration: none;
}

/*------------------------------------------------------------
SP modal
------------------------------------------------------------*/
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal-state {
  display: none;
}

.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
}

.modal-state:checked + .modal .modal__inner {
  top: 0;
}

.modal__inner {
  -webkit-transition: top .25s ease;
  transition: top .25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  padding: 1em 2em;
  height: 50%;
  -webkit-box-shadow: 0px 0px 18px 2px #adadad;
          box-shadow: 0px 0px 18px 2px #adadad;
}

.modal__close {
  position: absolute;
  right: 1.0em;
  top: 1.0em;
  width: 1.3em;
  height: 1.3em;
  cursor: pointer;
}

.modal__close:after,
.modal__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 2.5em;
  background: #000;
  display: block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}

.modal__close:hover:after,
.modal__close:hover:before {
  background: #aaa;
}

.modal__close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .modal__inner {
    width: 90%;
    height: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/*------------------------------------------------------------
SP modal1
------------------------------------------------------------*/
.modal1__head,
.modal2__head {
  padding: 12px 4% 0 4%;
}

.modal1__body,
.modal2__body {
  padding: 10px 3% 0 3%;
}

.modal1__back,
.modal2__back {
  padding: 15px 3% 10px 3%;
}

.modal1__back li,
.modal2__back li {
  margin-top: 8px;
}

.modal1__back a,
.modal2__back a {
  color: #000;
  font-size: 1.4rem;
}

/*------------------------------------------------------------
SP modal2
------------------------------------------------------------*/
/*------------------------------------------------------------
Profile
------------------------------------------------------------*/
.p-profile {
  background: #F5E1CB;
  padding: 3vh 9% 2vh 7%;
  height: calc(120vh - 5vh);
}

@media screen and (max-width: 769px) {
  .p-profile {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-profile {
    padding: 25px 15px 0px 15px;
  }
}

@media screen and (max-width: 769px) {
  .p-profile h1 {
    margin-top: 25px;
  }
}

.p-profile__body {
  overflow: hidden;
  height: calc(280vh - 76px);
}

@media screen and (max-width: 769px) {
  .p-profile__body {
    height: auto;
  }
}

.p-profile__txt {
  float: left;
  width: calc(55% - 40px);
  padding: 40px 0 0 40px;
}

@media screen and (max-width: 769px) {
  .p-profile__txt {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-profile__txt {
    padding: 20px 0 0 0;
  }
}

.p-profile__txt h2 {
  font-size: 4.0rem;
  font-weight: 400;
  letter-spacing: 25px;
  padding-bottom: 20px;
}

.p-profile__txt h2 span {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 6px;
}

.p-profile__txt h2 span:first-child {
  padding-bottom: 5px;
}

.p-profile__txt h2 span:last-child {
  padding-top: 5px;
}

.p-profile__txt p {
  font-size: 1.6rem;
  line-height: 40px;
  padding-bottom: 25px;
}

.p-profile__img2 {
  float: right;
  width: calc(45% - 40px);
  height: calc(95vh - 76px);
}

.p-profile__img2 img {
  width: 100%;
  height: auto;
}

.p-profile__img3 {
  float: right;
  width: calc(35% - 40px);
  height: calc(95vh - 76px);
  padding-top: 120px;
}

.p-profile__img3 img {
  width: 100%;
  height: auto;
}

/*------------------------------------------------------------
Omoi
------------------------------------------------------------*/
.p-omoi {
  background: #F8F0E1;
  padding: 2% 7% 0 7%;
  height: calc(140vh - 5vh);
}

@media screen and (max-width: 769px) {
  .p-omoi {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-omoi {
    padding: 25px 15px;
  }
}

.p-omoi__wrap {
  overflow: hidden;
}

.p-omoi__txt {
  width: calc(100% - 50px);
  float: left;
}

@media screen and (max-width: 769px) {
  .p-omoi__txt {
    margin-top: 30px;
    width: auto;
    float: none;
  }
}

.p-omoi__txt h1 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-omoi__txt h1 {
    margin-bottom: 20px;
  }
}

.p-omoi__txt p {
  font-size: 1.8rem;
  line-height: 36px;
  padding-left: 30px;
  letter-spacing: 3px;
}

@media screen and (max-width: 769px) {
  .p-omoi__txt p {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-omoi__txt p {
    padding-left: 0;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

.p-omoi__img {
  width: calc(40% - 50px);
  float: left;
}

@media screen and (max-width: 769px) {
  .p-omoi__img {
    width: auto;
    float: none;
  }
}

.p-omoi__img img {
  width: 100%;
}

.p-omoi__img img + img {
  padding-top: 35px;
}

@media screen and (max-width: 768px) {
  .p-omoi__img img + img {
    padding-top: 15px;
  }
}

.p-omoi__signature {
  width: 250px;
  margin-left: auto;
  padding-top: 80px;
  text-align: left;
}

@media screen and (max-width: 769px) {
  .p-omoi__signature {
    padding-top: 40px;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-omoi__signature {
    padding-top: 20px;
  }
}

.p-omoi__signature span {
  display: block;
  font-size: 1.8rem;
  padding-bottom: 20px;
  letter-spacing: 3px;
}

@media screen and (max-width: 769px) {
  .p-omoi__signature span {
    display: inline-block;
    padding-bottom: 0;
    display: inline;
    vertical-align: middle;
  }
}

@media screen and (max-width: 768px) {
  .p-omoi__signature span {
    font-size: 1.4rem;
  }
}

.p-omoi__signature img {
  display: inline-block;
  width: 250px;
  vertical-align: middle;
  margin-top: 5px;
  margin-left: 13px;
}

@media screen and (max-width: 768px) {
  .p-omoi__signature img {
    width: 170px;
    height: auto;
  }
}

/*------------------------------------------------------------
Supoort
------------------------------------------------------------*/
.p-support {
  background: #F8F0E1;
  height: 148%;
}

@media screen and (max-width: 769px) {
  .p-support {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-support {
    padding: 25px 15px;
  }
}

.p-support__inner {
  padding: 0 0 0 5%;
}

@media screen and (max-width: 768px) {
  .p-support__inner {
    padding: 0;
  }
}

.p-support__head {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-support__head {
    padding-top: 0;
  }
}

.p-support__body {
  font-size: 1.5rem;
  padding: 70px 0 120px 35px;
}

@media screen and (max-width: 768px) {
  .p-support__body {
    font-size: 1.2rem;
    padding: 0;
    margin-top: 30px;
  }
}

.p-support1 p {
  line-height: 1.8;
  margin: 30px 0 25px 0;
}

@media screen and (max-width: 768px) {
  .p-support1 p {
    margin: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .p-support1 a img {
    max-width: 200px;
  }
}

.p-support2 {
  margin-top: 50px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-support2 {
    display: block;
    margin-top: 20px;
  }
}

.p-support2__txt, .p-support2__img {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .p-support2__txt, .p-support2__img {
    display: block;
  }
}

.p-support2__txt {
  padding: 35px 20px 0 0;
  width: 400px;
}

@media screen and (max-width: 768px) {
  .p-support2__txt {
    width: auto;
    padding: 15px 0 0 0;
  }
}

.p-support2__txt p {
  margin-top: 30px;
  margin-bottom: 23px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .p-support2__img {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-support3 {
    margin-top: 30px;
  }
}

.p-support3__1 p {
  margin-top: 35px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-support3__1 p {
    margin-top: 15px;
  }
}

.p-support3__2 {
  margin-top: 25px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-support3__2 {
    display: block;
  }
}

.p-support3__2__btn, .p-support3__2__txt {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .p-support3__2__btn, .p-support3__2__txt {
    display: block;
  }
}

.p-support3__2__btn {
  width: 264px;
}

@media screen and (max-width: 768px) {
  .p-support3__2__btn {
    width: auto;
  }
}

.p-support3__2__txt {
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .p-support3__2__txt {
    padding-left: 0;
  }
}

.p-support3__2__txt p {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .p-support3__2__txt p {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

.p-support3__3 {
  margin-top: 60px;
}

.p-support3__3 h3 {
  margin-top: 35px;
}

.p-support3__3 p {
  line-height: 1.8;
  margin-top: 20px;
}

.p-support3__3 p + p {
  margin-top: 15px;
}

/*------------------------------------------------------------
Map
------------------------------------------------------------*/
.p-map {
  background: #F5E1CB;
  height: calc(100vh - 5vh);
  padding: 3vh 0 2vh 5%;
}

@media screen and (max-width: 769px) {
  .p-map {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-map {
    padding: 25px 15px;
  }
}

.p-map__body {
  margin-top: 70px;
  *zoom: 1;
}

.p-map__body:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 768px) {
  .p-map__body {
    margin-top: 35px;
  }
}

.p-map__block {
  float: left;
  width: 510px;
}

@media screen and (max-width: 768px) {
  .p-map__block {
    width: auto;
    float: none;
  }
}

.p-map__block:nth-child(2) {
  margin-left: 6%;
}

@media screen and (max-width: 768px) {
  .p-map__block:nth-child(2) {
    margin-left: 0;
    margin-top: 30px;
  }
}

.p-map__block p {
  line-height: 1.8;
  font-size: 1.6rem;
  margin-top: 10px;
  min-height: 8em;
}

@media screen and (max-width: 768px) {
  .p-map__block p {
    min-height: initial;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}

.p-map__block .map {
  width: 100%;
  height: calc(95vh - 419px);
  border: 1px solid #53504B;
}

@media screen and (max-width: 768px) {
  .p-map__block .map {
    height: 300px;
  }
}

/*------------------------------------------------------------
Contact
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-contact1 .l-flame1 {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .p-contact1 .l-flame1 {
    padding-bottom: 0;
  }
}

.p-contact1 .c-title2 {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-contact1 .c-title2 {
    padding-left: 0;
  }
}

.p-contact1 p {
  font-size: 1.4rem;
  line-height: 1.9;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-contact1 p {
    font-size: 1.2rem;
  }
}

.p-contact1 p.note {
  padding-top: 25px;
}

.p-contact1 h4 {
  font-size: 14px;
  color: #F15A24;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .p-contact1 h4 {
    font-size: 1.2rem;
  }
}

.p-contact1 h4 span {
  padding-right: 5px;
}

.p-contact1 ul {
  list-style-type: none;
  margin-left: 2rem;
}

.p-contact1 li {
  font-size: 1.4rem;
  list-style-type: disc;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .p-contact1 li {
    font-size: 1.2rem;
  }
}

/*
------------------------------------------------------------*/
.p-contact2 {
  background: #F8F0E1;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .p-contact2 {
    padding: 15px 0;
  }
}

.p-contact2 p {
  text-align: center;
}

.p-contact2 img {
  margin-left: auto;
  margin-right: auto;
}

/*
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.error_message {
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
}

.error_message ul {
  list-style-type: none;
}

.error_message ul li {
  display: block;
  font-size: 16px;
  color: red;
}

/*
------------------------------------------------------------*/
.c-formTable table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px dashed #B3B3B3;
}

.c-formTable tr {
  border-top: 1px dashed #B3B3B3;
}

@media screen and (max-width: 768px) {
  .c-formTable tr {
    display: block;
    width: 100%;
  }
}

.c-formTable th, .c-formTable td {
  padding: 25px 5px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .c-formTable th, .c-formTable td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 0;
  }
}

.c-formTable .u-noline {
  border-top: 0px;
}

.c-formTable .u-noline th, .c-formTable .u-noline td {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .c-formTable .u-noline td {
    padding-top: 10px;
  }
}

.c-formTable th {
  width: 367px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .c-formTable th {
    display: block;
    width: auto;
    padding-top: 20px;
    width: 100%;
  }
}

.c-formTable th p {
  font-size: 1.8em;
  color: #000;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-formTable th p {
    font-size: 1.4rem;
  }
}

.c-formTable th p label {
  color: #999999;
  display: inline-block;
}

.c-formTable th span {
  display: inline-block;
  background: #F15A24;
  color: #FFF;
  font-size: 1.5rem;
  padding: 3px 5px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .c-formTable th span {
    font-size: 1.2rem;
  }
}

.c-formTable td {
  font-size: 1.8em;
}

@media screen and (max-width: 768px) {
  .c-formTable td {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 1.4rem;
  }
}

.c-formTable input {
  float: left;
  width: 498px;
  height: 30px;
  border: 1px solid #F15A24;
  text-indent: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c-formTable input {
    width: 100%;
    float: none;
  }
}

.c-formTable input.w150 {
  width: 150px;
}

@media screen and (max-width: 768px) {
  .c-formTable input.w150 {
    width: 30%;
  }
}

.c-formTable .u-3item input + input {
  margin-left: 21px;
}

@media screen and (max-width: 768px) {
  .c-formTable .u-3item input + input {
    margin-left: 2%;
  }
}

.c-formTable .radio {
  overflow: hidden;
}

.c-formTable .radio label {
  float: left;
  display: table;
  cursor: pointer;
}

.c-formTable .radio label span {
  display: table-cell;
  font-size: 2.0rem;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .c-formTable .radio label span {
    font-size: 1.6rem;
  }
}

.c-formTable .radio label + label {
  margin-left: 70px;
}

.c-formTable .radio input[type="radio"] {
  width: 30px;
  height: 30px;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #F15A24;
  -webkit-appearance: none;
  border-radius: 50%;
  position: relative;
}

.c-formTable .radio input[type="radio"]:before {
  content: "";
  width: 15px;
  height: 15px;
  display: none;
  border-radius: 50%;
  background: #F15A24;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
}

.c-formTable .radio input[type="radio"]:checked {
  background: rgba(241, 90, 36, 0.4);
}

.c-formTable .radio input[type="radio"]:checked:before {
  display: block;
}

.c-formTable td .error {
  color: red;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  clear: left;
  padding-top: 8px;
  font-weight: bold;
}

/*
------------------------------------------------------------*/
.c-formPrivacy {
  font-size: 1.5rem;
  margin-top: 40px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .c-formPrivacy {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.c-formPrivacy h5 {
  font-weight: normal;
}

.c-formPrivacy a {
  color: #000;
}

.c-formPrivacy label {
  font-size: 2.0rem;
  cursor: pointer;
  display: inline-block;
  margin-top: 15px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-formPrivacy label {
    font-size: 1.6rem;
  }
}

.c-formPrivacy input {
  margin-top: -3px;
  margin-right: 7px;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  border: 1px solid #F15A24;
  -webkit-appearance: none;
  position: relative;
}

.c-formPrivacy input:before {
  font-family: FontAwesome;
  content: "\f00c";
  width: 15px;
  height: 15px;
  display: none;
  position: absolute;
  color: #F15A24;
  font-size: 18px;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
}

.c-formPrivacy input:checked {
  background: rgba(241, 90, 36, 0.4);
}

.c-formPrivacy input:checked:before {
  display: block;
}

.c-formPrivacy .error {
  color: red;
  display: block;
  font-size: 14px;
  clear: left;
  font-weight: bold;
}

/*
------------------------------------------------------------*/
.c-formSubmit {
  margin-top: 60px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .c-formSubmit {
    margin: 30px 0 25px 0;
  }
}

.c-formSubmit ul {
  text-align: center;
}

.c-formSubmit li {
  list-style-type: none;
  display: inline-block;
  width: 250px;
  margin: 0 50px;
}

@media screen and (max-width: 768px) {
  .c-formSubmit li {
    margin: 0 15px;
  }
}

.c-formSubmit .col2 {
  *zoom: 1;
}

.c-formSubmit .col2:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 768px) {
  .c-formSubmit .col2 li {
    width: 48%;
    float: left;
    margin: 0 0 0 4%;
  }
  .c-formSubmit .col2 li:nth-child(1) {
    clear: left;
    margin-left: 0;
  }
}

.c-formSubmit input {
  cursor: pointer;
  font-size: 1.8rem;
  color: #FFF;
  border: 0px;
  width: 100%;
  padding: 20px 0;
  -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
  .c-formSubmit input {
    font-size: 1.4rem;
  }
}

.c-formSubmit input:hover {
  opacity: 0.8;
}

.c-formSubmit .btn_submit {
  background: #F15A24;
}

.c-formSubmit .btn_back {
  background: #666;
}

.c-formSubmit .btn_send {
  background: #F15A24;
}

/*
------------------------------------------------------------*/
.form_complete p {
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 30px 10px 0;
}

@media screen and (max-width: 768px) {
  .form_complete p {
    font-size: 1.2rem;
    line-height: 1.6;
    padding-top: 15px;
  }
}

.form_complete .btn_top {
  width: 160px;
  text-decoration: none;
  font-size: 2.0rem;
  line-height: 20px;
  display: block;
  margin: 60px auto 50px;
  background: #F15A24;
  color: #FFF;
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .form_complete .btn_top {
    margin: 30px auto 20px auto;
    font-size: 1.4rem;
    padding: 15px 0;
  }
}

.form_complete .btn_top:hover {
  opacity: 0.8;
}

/*------------------------------------------------------------
Privacy
------------------------------------------------------------*/
.p-privacy1 {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .p-privacy1 {
    padding-bottom: 10px;
  }
}

.p-privacy1 p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .p-privacy1 p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 18px;
  }
}

/*------------------------------------------------------------
margin
------------------------------------------------------------*/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

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

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

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

.u-mt25 {
  margin-top: 25px !important;
}

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

.u-mt35 {
  margin-top: 35px !important;
}

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

.u-mt45 {
  margin-top: 45px !important;
}

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

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

.u-mb5 {
  margin-bottom: 5px !important;
}

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

.u-mb15 {
  margin-bottom: 15px !important;
}

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

.u-mb25 {
  margin-bottom: 25px !important;
}

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

.u-mb35 {
  margin-bottom: 35px !important;
}

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

.u-mb45 {
  margin-bottom: 45px !important;
}

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

/*------------------------------------------------------------
Anchor position
------------------------------------------------------------*/
/*------------------------------------------------------------
for develop browser-sync
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

/*------------------------------------------------------------
Color
------------------------------------------------------------*/
/*------------------------------------------------------------
Adjust tracking tag space
------------------------------------------------------------*/
.trackTags {
  display: none;
}
