@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: top; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation; }

/* --------------- variables --------------------- */
/* Break Point */
/*$breakpoint_tb		:800px;*/
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/* font */
/**
* Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
* Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 100;
	src: local("Noto Sans CJK JP Thin"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	src: local("Noto Sans CJK JP Light"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype"); }

/*
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: local("Noto Sans CJK JP Medium"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype"); }

/*
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	src: local("Noto Sans CJK JP Black"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}
*/
/* 日本語（notoSans）*/
/* 日本語（notoSerif）*/
/*日本語用（メイリオ）*/
/*英語用*/
@media screen and (max-width: 1100px) {
  html {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 0; }
  body {
    background-color: #0062b1; }
    body a {
      color: #0062b1; }
  header {
    width: 50px;
    position: fixed;
    top: 20px;
    right: 25px;
    z-index: 999; }
    header #menuBtn {
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      z-index: 10;
      cursor: pointer;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
      header #menuBtn span {
        display: block;
        transition: all .4s; }
        header #menuBtn span:nth-of-type(2) {
          opacity: 0;
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg);
          position: absolute;
          top: 0;
          left: 0; }
        header #menuBtn span img {
          width: 100%;
          height: auto; }
      header #menuBtn.isOpened span:nth-of-type(1) {
        opacity: 0;
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
      header #menuBtn.isOpened span:nth-of-type(2) {
        opacity: 1;
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg); }
  nav {
    width: 0;
    height: 0;
    background-color: #0062b1;
    background-image: url(../images/nami3.svg);
    background-size: 40px auto;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 998;
    overflow: hidden; }
    nav ul {
      max-width: 830px;
      width: 70%;
      height: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-wrap: wrap;
      list-style: none; }
      nav ul li {
        max-width: 166px;
        max-height: 178px;
        width: 45%;
        margin: 5px 0;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d; }
        nav ul li a {
          display: block;
          max-width: 166px;
          width: 90%;
          margin: 0 auto;
          position: relative;
          transition: all .3s; }
          nav ul li a span {
            display: block; }
            nav ul li a span:nth-of-type(2) {
              display: none; }
            nav ul li a span img {
              width: 100%; }
    nav.isOpened {
      -webkit-animation: menuShow .3s forwards;
              animation: menuShow .3s forwards; }
  @-webkit-keyframes menuShow {
    0% {
      width: 100vw;
      height: 100vh;
      opacity: 0; }
    1% {
      width: 100vw;
      height: 100vh;
      opacity: 0; }
    100% {
      width: 100vw;
      height: 100vh;
      opacity: 1; } }
  @keyframes menuShow {
    0% {
      width: 100vw;
      height: 100vh;
      opacity: 0; }
    1% {
      width: 100vw;
      height: 100vh;
      opacity: 0; }
    100% {
      width: 100vw;
      height: 100vh;
      opacity: 1; } }
  #hero {
    background-image: url(../images/nami1.svg);
    background-size: 60px auto;
    background-color: #fff2c6;
    width: 100%; }
    #hero #heroInner {
      width: 100%;
      height: 100%;
      background-image: url(../images/top-te.png);
      background-size: auto 100%;
      background-position: center bottom;
      background-repeat: no-repeat;
      display: flex;
      flex-direction: column;
      padding: 0 5%; }
      #hero #heroInner #topCatch {
        max-width: 531px;
        width: 80%;
        padding-top: 30px;
        margin: 0 auto; }
        #hero #heroInner #topCatch img {
          width: 100%;
          height: auto; }
      #hero #heroInner .read {
        flex: 1;
        display: flex;
        align-items: center;
        flex-direction: column; }
        #hero #heroInner .read .topRugger {
          max-width: 35%;
          order: 2;
          padding-top: 10px;
          position: relative; }
          #hero #heroInner .read .topRugger:after {
            content: "";
            display: block;
            background-image: url(../images/hero-ball.png);
            width: 83px;
            height: 89px;
            background-size: 83px 89px;
            position: absolute;
            top: 15px;
            right: -89px; }
          #hero #heroInner .read .topRugger img {
            width: 100%;
            height: auto; }
        #hero #heroInner .read p {
          font-size: 13px;
          line-height: 1.7;
          order: 1;
          padding: 0 20px; }
  #secondBG {
    height: calc(100vh + 19px);
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #0062b1;
    background-image: url(../images/nami3.png);
    background-size: 40px auto;
    background-position: 3px 10px;
    z-index: 1; }
    #secondBG #mainTop {
      width: 100%;
      height: 190px;
      background-image: url(../images/nami2.png);
      background-size: 40px auto;
      background-position: 3px 10px;
      position: absolute;
      left: 0;
      top: -19px; }
  main {
    width: 100%;
    position: relative;
    z-index: 2; }
    main #contents {
      max-width: 982px;
      width: 90%;
      margin: 0 auto;
      background-color: #fff2c6;
      border-radius: 20px;
      border: 3px solid #000;
      padding: 2rem 0px;
      padding: 1rem 0px; }
    main .sect {
      max-width: 932px;
      width: 95%;
      margin: 0 auto;
      position: relative; }
      main .sect .title {
        width: 100%;
        position: relative; }
        main .sect .title img {
          width: 100%;
          height: auto; }
      main .sect .read {
        font-size: 17px;
        font-weight: 700;
        line-height: 1.8;
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 0;
        font-size: 14px; }
      main .sect + .sect {
        margin-top: 1rem; }
      main .sect .sect read {
        font-size: 14px; }
  .red {
    color: #df3623; }
  #sect1 #sect1img1 {
    display: flex;
    width: 90%;
    margin: 90px auto 0; }
    #sect1 #sect1img1 .img1 {
      max-width: 578px;
      width: 60%; }
      #sect1 #sect1img1 .img1 img {
        width: 110%;
        height: auto; }
    #sect1 #sect1img1 .img2 {
      width: 40%;
      position: relative; }
      #sect1 #sect1img1 .img2 a {
        display: block;
        -webkit-transform: translateX(-5%) translateY(-15%) scale(1.05);
                transform: translateX(-5%) translateY(-15%) scale(1.05);
        width: 100%; }
        #sect1 #sect1img1 .img2 a img {
          width: 100%;
          height: auto; }
  #sect1 #sect1img2 {
    width: 90%;
    margin: 1rem auto 0px; }
    #sect1 #sect1img2 img {
      width: 100%;
      height: auto; }
  #sect1 #sect1img1 {
    margin-top: 15px; }
  #sect2 #sect2img1 img {
    width: 100%;
    height: auto; }
  #sect2 #sect2img1 {
    width: 90%;
    margin: 10px auto 0; }
  #sect2 #sect2img2 img {
    width: 100%;
    margin: 10px auto 0; }
  #sect2 #sect2img3 li {
    width: 30%;
    list-style: none;
    display: inline-block; }
  #sect2 #sect2img3 li img {
    width: 100%; }
  #sect2 .sect2txt {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.8;
    display: block; }
  #sect3 #sect3img1 {
    width: 90%;
    margin: 20px auto 0; }
    #sect3 #sect3img1 img {
      max-width: 100%;
      height: auto; }
  #sect3 #sect3img1 {
    margin-top: 10px; }
  #sect4 #sect4img1 {
    display: flex;
    width: 90%;
    margin: 20px auto 0; }
    #sect4 #sect4img1 img {
      width: 100%;
      height: auto; }
  #sect4 #sect4img2 {
    width: 90%;
    margin: 20px auto 0; }
    #sect4 #sect4img2 img {
      max-width: 100%;
      height: auto; }
  #sect4 #sect4img3 {
    width: 100%;
    text-align: center;
    margin-top: 30px; }
    #sect4 #sect4img3 img {
      max-width: 488px;
      width: 100%;
      height: auto; }
  #sect5 #sect8img1 {
    display: flex;
    width: 90%;
    margin: 20px auto 0;
    justify-content: space-between; }
    #sect5 #sect8img1 .img2 {
      padding-left: 20px; }
    #sect5 #sect8img1 img {
      width: 100%;
      height: auto; }
  #sect6 #sect6img1 {
    display: flex;
    align-items: center; }
    #sect6 #sect6img1 .img2 {
      padding-left: 20px; }
    #sect6 #sect6img1 img {
      max-width: 100%;
      height: auto; }
  #sect7 #sect7img1 {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 30px auto 0; }
    #sect7 #sect7img1 .img1 {
      padding-right: 10px; }
    #sect7 #sect7img1 img {
      width: 100%;
      height: auto; }
  #sect8 #sect8img1 {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 20px auto 0; }
    #sect8 #sect8img1 div {
      width: 32%; }
      #sect8 #sect8img1 div img {
        width: 100%;
        height: auto; }
  #sect9 .read .img1 {
    text-align: right; }
    #sect9 .read .img1 img {
      width: 80px;
      height: auto; }
  #sect9 #sect9img1 {
    display: flex;
    width: 90%;
    margin: -40px auto 0; }
    #sect9 #sect9img1 .img1 img {
      display: block;
      width: 100%;
      height: auto; }
      #sect9 #sect9img1 .img1 img:nth-of-type(2) {
        margin-top: 10px;
        max-width: 100%;
        width: 80%; }
    #sect9 #sect9img1 .img2 {
      padding-left: 10px; }
      #sect9 #sect9img1 .img2 img {
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
        width: 100%;
        height: auto; }
  #sect10 {
    margin-top: 0; }
    #sect10 .read .img {
      margin: 15px auto 0;
      width: 60%; }
      #sect10 .read .img img {
        width: 100%;
        height: auto; }
  footer {
    background-image: url(../images/nami1.png);
    background-size: 60px auto;
    background-color: #fff2c6;
    width: 100%;
    position: relative;
    z-index: 900;
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 30px; }
    footer:before {
      content: "";
      display: block;
      width: 100%;
      background-image: url(../images/nami1.png);
      background-size: 60px auto;
      position: absolute;
      height: 30px;
      top: -8px;
      left: 0; }
    footer .footInner {
      max-width: 982px;
      width: 90%;
      margin: 0 auto; }
      footer .footInner #msg {
        max-width: 90%;
        text-align: center;
        margin: 0 auto; }
        footer .footInner #msg img {
          max-width: 100%;
          width: auto;
          height: auto; }
      footer .footInner #contact {
        max-width: 590px;
        width: 90%;
        border: 2px solid #000;
        border-radius: 10px;
        background-color: #fff;
        margin: 40px auto 0;
        padding: 0 20px 20px; }
        footer .footInner #contact h2 {
          font-size: 18px;
          color: #fff;
          background-color: #0062b1;
          display: table;
          margin: 0 auto;
          line-height: 1.3;
          padding: 8px 10px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        footer .footInner #contact p {
          line-height: 1.8;
          text-align: center;
          font-size: 16px; }
      footer .footInner .copy {
        font-size: 12px;
        text-align: center;
        width: 90%;
        margin: 20px auto 0;
        line-height: 1.5; }
    footer .footInner #contact h2 {
      font-size: 14px; }
    footer .footInner #contact p {
      margin-top: -1em; }
    footer .footInner .copy {
      line-height: 1.3; }
  #pagetop {
    position: fixed;
    transition: all .5s;
    z-index: 999;
    width: 27px;
    height: 27px;
    right: 10px;
    bottom: -27px; }
    #pagetop img {
      width: 100%;
      height: auto; }
    #pagetop.show {
      bottom: 10px; }
  /* import */
  /* use Slick 
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important; } }

/* FOR TABLET DISPLAY SIZE
//-----------------------------------------------------------------
@media  screen and (min-width:$breakpoint_tb) {
	$type: tb;
	@import "_layout";
}
*/
@media print, screen and (min-width: 1101px) {
  html {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 0; }
  body {
    padding-top: calc(720px + 120px); }
    body a {
      color: #0062b1; }
  header {
    width: 72px;
    height: 83px;
    position: fixed;
    top: 20px;
    right: 25px;
    z-index: 999; }
    header #menuBtn {
      position: absolute;
      top: 0;
      left: 0;
      width: 72px;
      height: 83px;
      z-index: 10;
      cursor: pointer;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
      header #menuBtn span {
        display: block;
        transition: all .4s; }
        header #menuBtn span:nth-of-type(2) {
          opacity: 0;
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg);
          position: absolute;
          top: 0;
          left: 0; }
      header #menuBtn.isOpened span:nth-of-type(1) {
        opacity: 0;
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
      header #menuBtn.isOpened span:nth-of-type(2) {
        opacity: 1;
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg); }
  nav {
    width: 0;
    height: 0;
    background-color: #0062b1;
    background-image: url(../images/nami3.svg);
    background-size: 40px auto;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 998;
    overflow: hidden; }
    nav ul {
      max-width: 830px;
      width: 90%;
      height: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-wrap: wrap;
      list-style: none; }
      nav ul li {
        max-width: 166px;
        min-height: 178px;
        width: 20%;
        margin: 30px 0;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d; }
        nav ul li a {
          display: block;
          max-width: 166px;
          width: 90%;
          margin: 0 auto;
          position: relative;
          transition: all .3s; }
          nav ul li a span {
            display: block; }
            nav ul li a span:nth-of-type(1) {
              position: absolute;
              top: 0;
              left: 0;
              z-index: 1; }
            nav ul li a span:nth-of-type(2) {
              opacity: 0;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 0;
              -webkit-transform: rotateY(180deg);
                      transform: rotateY(180deg); }
            nav ul li a span img {
              width: 100%; }
        nav ul li:hover a {
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); }
          nav ul li:hover a span:nth-of-type(1) {
            opacity: 0; }
          nav ul li:hover a span:nth-of-type(2) {
            opacity: 1; }
    nav.isOpened {
      -webkit-animation: menuShow .3s forwards;
              animation: menuShow .3s forwards; }
  @-webkit-keyframes menuShow {
    0% {
      width: 100vw;
      height: 100vh;
      opacity: 0; }
    1% {
      width: 100vw;
      height: 100vh;
      opacity: 0; }
    100% {
      width: 100vw;
      height: 100vh;
      opacity: 1; } }
  @keyframes menuShow {
    0% {
      width: 100vw;
      height: 100vh;
      opacity: 0; }
    1% {
      width: 100vw;
      height: 100vh;
      opacity: 0; }
    100% {
      width: 100vw;
      height: 100vh;
      opacity: 1; } }
  #hero {
    background-image: url(../images/nami1.svg);
    background-size: 60px auto;
    background-color: #fff2c6;
    width: 100%;
    height: 720px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0; }
    #hero #heroInner {
      max-width: 982px;
      width: 90%;
      margin: 0 auto;
      height: 100%;
      background-image: url(../images/top-te.png);
      background-size: 100% auto;
      background-position: left bottom;
      background-repeat: no-repeat;
      display: flex;
      flex-direction: column; }
      #hero #heroInner #topCatch {
        width: 100%;
        padding-top: 80px; }
        #hero #heroInner #topCatch img {
          width: 100%; }
      #hero #heroInner .read {
        flex: 1;
        display: flex;
        -webkit-transform: translateY(-25px);
                transform: translateY(-25px); }
        #hero #heroInner .read .topRugger {
          max-width: 30%;
          -webkit-transform: translateY(-85px);
                  transform: translateY(-85px);
          position: relative; }
          #hero #heroInner .read .topRugger img {
            width: 100%;
            height: auto; }
        #hero #heroInner .read p {
          flex: 1;
          font-size: 15px;
          line-height: 2;
          padding: 60px 150px 0 35px;
          font-weight: 700; }
  #secondBG {
    height: calc(100vh + 19px);
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #0062b1;
    background-image: url(../images/nami3.png);
    background-size: 40px auto;
    background-position: 3px 10px;
    z-index: 1;
    top: 720px; }
    #secondBG #mainTop {
      width: 100%;
      height: 190px;
      background-image: url(../images/nami2.png);
      background-size: 40px auto;
      background-position: 3px 10px;
      position: absolute;
      left: 0;
      top: -19px; }
  main {
    width: 100%;
    position: relative;
    z-index: 2; }
    main #contents {
      max-width: 982px;
      width: 90%;
      margin: 0 auto;
      background-color: #fff2c6;
      border-radius: 20px;
      border: 3px solid #000;
      padding: 2rem 0px; }
    main .sect {
      max-width: 932px;
      width: 95%;
      margin: 0 auto;
      position: relative; }
      main .sect .title {
        width: 100%;
        position: relative; }
        main .sect .title img {
          width: 100%;
          height: auto; }
      main .sect .read {
        font-size: 17px;
        font-weight: 700;
        line-height: 1.8;
        display: block;
        position: absolute;
        left: 0;
        top: 210px; }
      main .sect + .sect {
        margin-top: 5rem; }
  .red {
    color: #df3623; }
  #sect1 #sect1img1 {
    display: flex;
    width: 90%;
    margin: 90px auto 0; }
    #sect1 #sect1img1 .img1 {
      max-width: 578px;
      width: 60%; }
      #sect1 #sect1img1 .img1 img {
        width: 110%;
        height: auto; }
    #sect1 #sect1img1 .img2 {
      width: 40%;
      position: relative; }
      #sect1 #sect1img1 .img2 a {
        display: block;
        -webkit-transform: translateX(-5%) translateY(-15%) scale(1.05);
                transform: translateX(-5%) translateY(-15%) scale(1.05);
        width: 100%; }
        #sect1 #sect1img1 .img2 a img {
          width: 100%;
          height: auto; }
  #sect1 #sect1img2 {
    width: 90%;
    margin: 1rem auto 0px; }
    #sect1 #sect1img2 img {
      width: 100%;
      height: auto; }
  #sect1 .read {
    width: 70%;
    padding-left: 2em; }
  #sect2 #sect2img1 img {
    width: 100%;
    height: auto; }
  #sect2 .read {
    width: 100%;
    padding-left: 33%;
    padding-right: 1em; }
  #sect2 #sect2img1 {
    margin-top: 100px; }
  #sect2 #sect2img2 {
    margin-top: 20px; }
  #sect2 #sect2img3 li {
    list-style: none;
    display: inline-block; }
  #sect2 .sect2txt {
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.8;
    display: block; }
  #sect3 #sect3img1 {
    width: 90%;
    margin: 20px auto 0; }
    #sect3 #sect3img1 img {
      max-width: 100%;
      height: auto; }
  #sect3 .read {
    width: 70%;
    padding-left: 1em; }
  #sect4 #sect4img1 {
    display: flex;
    width: 90%;
    margin: 20px auto 0; }
    #sect4 #sect4img1 img {
      width: 100%;
      height: auto; }
  #sect4 #sect4img2 {
    width: 90%;
    margin: 20px auto 0; }
    #sect4 #sect4img2 img {
      max-width: 100%;
      height: auto; }
  #sect4 .read {
    padding-left: 300px;
    padding-right: 30px; }
  #sect5 .read {
    width: 70%;
    padding-left: 30px; }
  #sect5 #sect8img1 {
    display: flex;
    width: 90%;
    margin: 50px auto 0;
    justify-content: space-between; }
  #sect6 .read {
    padding-left: 35%;
    padding-right: 30px; }
  #sect6 #sect6img1 {
    display: flex;
    width: 90%;
    margin: 0 auto; }
    #sect6 #sect6img1 .img2 {
      padding-top: 120px;
      padding-left: 30px; }
    #sect6 #sect6img1 img {
      max-width: 100%;
      height: auto; }
  #sect7 .read {
    width: 65%;
    padding-left: 30px; }
  #sect7 #sect7img1 {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 30px auto 0; }
    #sect7 #sect7img1 .img1 {
      -webkit-transform: translateY(-80px);
              transform: translateY(-80px);
      padding-right: 30px; }
    #sect7 #sect7img1 .img2 {
      -webkit-transform: translateY(30px);
              transform: translateY(30px); }
    #sect7 #sect7img1 img {
      width: 100%;
      height: auto; }
  #sect8 .read {
    padding-left: 35%;
    padding-right: 30px; }
  #sect8 #sect8img1 {
    width: 90%;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between; }
    #sect8 #sect8img1 div {
      width: 32%; }
      #sect8 #sect8img1 div img {
        width: 100%;
        height: auto; }
  #sect9 .read {
    display: flex;
    width: 100%; }
    #sect9 .read p {
      flex: 1;
      padding-left: 30px;
      padding-right: 30px; }
    #sect9 .read .img img {
      display: block;
      width: 100%;
      height: auto; }
  #sect9 #sect9img1 {
    display: flex;
    width: 90%;
    margin: 250px auto 0; }
    #sect9 #sect9img1 .img1 img {
      display: block; }
      #sect9 #sect9img1 .img1 img:nth-of-type(2) {
        margin-top: 15px; }
    #sect9 #sect9img1 .img2 {
      padding-left: 30px; }
      #sect9 #sect9img1 .img2 img {
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
        width: 100%;
        height: auto; }
  #sect10 {
    margin-top: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
    #sect10 .read {
      position: relative;
      margin-top: 20px;
      top: 0;
      padding: 0 30px;
      display: flex; }
      #sect10 .read p {
        order: 2;
        padding-left: 30px; }
      #sect10 .read .img {
        order: 1; }
  footer {
    background-image: url(../images/nami1.png);
    background-size: 60px auto;
    background-color: #fff2c6;
    width: 100%;
    position: relative;
    z-index: 900;
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 30px; }
    footer:before {
      content: "";
      display: block;
      width: 100%;
      background-image: url(../images/nami1.png);
      background-size: 60px auto;
      position: absolute;
      height: 30px;
      top: -8px;
      left: 0; }
    footer .footInner {
      max-width: 982px;
      width: 90%;
      margin: 0 auto; }
      footer .footInner #msg {
        max-width: 90%;
        text-align: center;
        margin: 0 auto; }
        footer .footInner #msg img {
          max-width: 100%;
          width: auto;
          height: auto; }
      footer .footInner #contact {
        max-width: 590px;
        width: 90%;
        border: 2px solid #000;
        border-radius: 10px;
        background-color: #fff;
        margin: 40px auto 0;
        padding: 0 20px 20px; }
        footer .footInner #contact h2 {
          font-size: 18px;
          color: #fff;
          background-color: #0062b1;
          display: table;
          margin: 0 auto;
          line-height: 1.3;
          padding: 8px 10px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        footer .footInner #contact p {
          line-height: 1.8;
          text-align: center;
          font-size: 16px; }
      footer .footInner .copy {
        font-size: 12px;
        text-align: center;
        width: 90%;
        margin: 20px auto 0;
        line-height: 1.5; }
    footer .footInner {
      position: relative; }
      footer .footInner:before {
        content: "";
        display: block;
        background-image: url(../images/footer-img1.png);
        width: 239px;
        height: 227px;
        position: absolute;
        top: 60%;
        left: 0;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }
      footer .footInner:after {
        content: "";
        display: block;
        background-image: url(../images/footer-img2.png);
        width: 165px;
        height: 178px;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  #pagetop {
    position: fixed;
    transition: all .5s;
    z-index: 999;
    width: 54px;
    height: 54px;
    right: 30px;
    bottom: -54px;
    cursor: pointer; }
    #pagetop.show {
      bottom: 30px; }
  /* import */
  /* use Slick 
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important; } }

/*# sourceMappingURL=map/styles.css.map */
