@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* -----------------------------------------
	common 
-----------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center; }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.7; }

a[href^="tel:"] {
  cursor: default; }
  a[href^="tel:"]:hover {
    opacity: 1; }

.clear {
  overflow: hidden; }

.clear:after {
  clear: both; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin: auto; }

.alignleft {
  float: left; }

.txtcenter {
  text-align: center; }

.txtright {
  text-align: right; }

a {
  color: #030000; }

.bold {
  font-weight: 600; }

.sp {
  display: none; }

.pc {
  display: block; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.cmn_w {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.header_wrap {
  background-color: #ff9f51; }

#header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 70px; }
  #header nav p {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem; }
  #header ul {
    display: flex; }
    #header ul li {
      color: #fff; }
      #header ul li a {
        color: #fff;
        font-size: 24px;
        font-size: 2.4rem; }
        #header ul li a span {
          font-size: 18px;
          font-size: 1.8rem; }
      #header ul li .txt {
        font-size: 18px;
        font-size: 1.8rem;
        padding-right: 1em; }

.mv {
  background-color: #f5f5f5; }

#sec01 {
  background-color: #f5f5f5;
  position: relative;
  padding-top: 160px;
  padding-bottom: 100px; }
  #sec01 h2 {
    position: absolute;
    top: -128px;
    left: 50%;
    margin-left: -110px; }
  #sec01 p {
    font-size: 30px;
    font-size: 3.0rem;
    letter-spacing: 0.16em;
    line-height: 48px;
    font-weight: 500; }
    #sec01 p .f {
      letter-spacing: 0.2em; }
    #sec01 p .big {
      font-size: 48px;
      font-size: 4.8rem; }

#sec02 {
  padding: 90px 0; }

#sec03 {
  background: url(../img/sec03_bg01.png) center 0 no-repeat #fbbb87;
  background-size: 100% auto; }
  #sec03 h2 {
    font-size: 40px;
    font-size: 4.0rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    padding: 100px 0 175px 0; }
  #sec03 ol li {
    padding-bottom: 40px; }
  #sec03 .block03 {
    background-color: #fff; }

#sec04 {
  background: url(../img/sec04_bg.jpg) center bottom no-repeat #f6f6f6;
  background-size: 100% auto;
  padding-top: 95px;
  padding-bottom: 95px; }
  #sec04 h2 {
    font-size: 40px;
    font-size: 4.0rem;
    letter-spacing: 0.16em;
    line-height: 1;
    font-weight: 500;
    padding-bottom: 40px; }
  #sec04 ul {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    #sec04 ul li {
      width: calc(33.333% - 13.333px);
      margin-left: 20px; }
      #sec04 ul li:first-child {
        margin-left: 0; }
      #sec04 ul li dl dd {
        text-align: left;
        color: #4b4b4b;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 30px 8px 0 8px; }
        #sec04 ul li dl dd p {
          margin-bottom: 1em; }
          #sec04 ul li dl dd p.indent {
            padding-left: 1em;
            text-indent: -1em; }

#sec05 {
  padding: 80px 0 100px; }
  #sec05 h2 {
    font-size: 40px;
    font-size: 4.0rem;
    letter-spacing: 0.16em;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 30px;
    border: 1px solid #000;
    padding: 20px 50px;
    display: inline-block; }
  #sec05 p {
    color: #4b4b4b;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.25;
    padding-bottom: 40px; }
  #sec05 ul {
    display: flex;
    flex-wrap: wrap; }
    #sec05 ul li {
      width: calc(25% - 22.5px);
      margin-left: 30px;
      text-align: left; }
      #sec05 ul li:first-child {
        margin-left: 0; }
      #sec05 ul li .tit {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 15px 0; }
      #sec05 ul li table {
        font-size: 16px;
        font-size: 1.6rem;
        width: 100%;
        text-align: left; }
        #sec05 ul li table th {
          border: 1px solid #000;
          padding: 5px 5px;
          vertical-align: middle; }
        #sec05 ul li table td {
          border: 1px solid #000;
          padding: 5px 5px 5px 20px; }

#sec06 {
  background-color: #f6f6f6;
  padding-top: 100px; }
  #sec06 .sec06_in {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto; }
  #sec06 .white {
    background-color: #fff;
    padding: 50px 0; }
  #sec06 .blue {
    background-color: #6ec2d7;
    padding: 62px 0; }
  #sec06 h3 {
    color: #2899b5;
    font-size: 40px;
    font-size: 4.0rem;
    letter-spacing: 0.2em;
    line-height: 1;
    font-weight: 500;
    padding-top: 65px;
    margin-bottom: 55px; }
    #sec06 h3 span {
      border-bottom: 2px solid #2899b5; }
  #sec06 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }

#sec07 {
  background-color: #d5cd54;
  margin-top: -80px;
  padding: 95px 0 85px 0; }
  #sec07 p {
    font-size: 40px;
    font-size: 4.0rem;
    letter-spacing: 0.16em;
    line-height: 1.2;
    font-weight: 500;
    color: #fff; }
    #sec07 p span {
      font-size: 60px;
      font-size: 6.0rem; }

#sec08 {
  padding-top: 45px; }
  #sec08 .sec08_in {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  #sec08 table {
    text-align: center;
    width: 100%; }
    #sec08 table th {
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      color: #fff;
      font-size: 18px;
      font-size: 1.8rem;
      padding: 25px 0; }
    #sec08 table td {
      border-left: 1px solid #a1a1a1;
      border-right: 1px solid #a1a1a1;
      border-bottom: 1px solid #a1a1a1;
      font-size: 18px;
      font-size: 1.8rem;
      padding: 25px 0;
      width: 33.333%; }
  #sec08 #tbl01 {
    margin-bottom: 50px; }
    #sec08 #tbl01 th {
      background-color: #f17007; }
  #sec08 #tbl02 {
    margin-bottom: 50px; }
    #sec08 #tbl02 th {
      background-color: #2899b5; }
  #sec08 #tbl03 {
    margin-bottom: 50px; }
    #sec08 #tbl03 th {
      background-color: #2899b5; }
    #sec08 #tbl03 td {
      width: 50%; }

#sec09 {
  padding-bottom: 20px; }

#sec10 {
  background: url(../img/sec10_bg.jpg) 0 0 no-repeat;
  bacgkround-size: 100% auto;
  padding: 100px 0 60px 0; }
  #sec10 h2 {
    font-size: 40px;
    font-size: 4.0rem;
    letter-spacing: 0.16em;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    padding-bottom: 45px; }
  #sec10 .box {
    background-color: #fff;
    padding: 20px 20px 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    #sec10 .box .img {
      width: 40%; }
    #sec10 .box .txt {
      width: 60%;
      padding-left: 25px;
      text-align: left; }
      #sec10 .box .txt h3 {
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: 0.1em;
        line-height: 1;
        font-weight: 500;
        color: #45c788;
        background: url(../img/sec10_line.png) 0 bottom no-repeat;
        padding: 15px 0 20px 0;
        margin-bottom: 25px; }
      #sec10 .box .txt p {
        color: #4b4b4b;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2.25; }

#sec11 {
  padding-top: 100px;
  padding-bottom: 140px; }
  #sec11 h2 {
    font-size: 40px;
    font-size: 4.0rem;
    letter-spacing: 0.16em;
    line-height: 1;
    font-weight: 500;
    padding-bottom: 40px; }
  #sec11 .sec11_in {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
  #sec11 table {
    width: 100%;
    color: #4b4b4b;
    font-size: 16px;
    font-size: 1.6rem; }
    #sec11 table th {
      padding: 30px 0;
      border: 1px solid #b9b9b9;
      width: 30%; }
    #sec11 table td {
      padding: 30px 0;
      border: 1px solid #b9b9b9; }

#footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 70px; }
  #footer ul {
    display: flex; }
    #footer ul li a {
      font-size: 24px;
      font-size: 2.4rem; }
      #footer ul li a span {
        font-size: 18px;
        font-size: 1.8rem; }
    #footer ul li .txt {
      font-size: 18px;
      font-size: 1.8rem;
      padding-right: 1em; }

@media screen and (max-width: 767px) {
  .sp {
    display: block; }

  .pc {
    display: none; }

  #header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 45px;
    padding: 0 10px;
    position: relative; }
    #header h1 {
      width: 60%;
      line-height: 1; }
    #header nav {
      display: none;
      background-color: #ff9f51;
      padding: 10px 0; }
      #header nav.active {
        display: block;
        position: absolute;
        top: 46px;
        left: 0;
        width: 100%;
        z-index: 11;
        padding: 20px 0; }
    #header ul {
      text-align: center;
      display: block; }
      #header ul li {
        text-align: center; }
        #header ul li a {
          font-size: 18px;
          font-size: 1.8rem; }
          #header ul li a span {
            font-size: 13px;
            font-size: 1.3rem; }
        #header ul li .txt {
          font-size: 13px;
          font-size: 1.3rem;
          padding-right: 1em; }
    #header .sp_menu {
      position: absolute;
      top: 8px;
      right: 10px;
      display: block;
      cursor: pointer;
      text-align: center;
      width: 30px;
      height: 30px; }
      #header .sp_menu span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 2px #fff;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 0px; }
        #header .sp_menu span:nth-child(1) {
          top: 8px; }
        #header .sp_menu span:nth-child(2) {
          top: 16px; }
        #header .sp_menu span:nth-child(3) {
          top: 24px; }
      #header .sp_menu.active span:nth-child(1) {
        top: 18px;
        left: 0px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #header .sp_menu.active span:nth-child(2), #header .sp_menu.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg); }

  #sec01 {
    padding-top: 95px;
    padding-bottom: 65px; }
    #sec01 h2 {
      position: absolute;
      top: -60px;
      left: 50%;
      margin-left: -55px; }
      #sec01 h2 img {
        width: 110px; }
    #sec01 p {
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: 0.16em;
      line-height: 24px; }
      #sec01 p .f {
        letter-spacing: 0.2em; }
      #sec01 p .big {
        font-size: 24px;
        font-size: 2.4rem; }

  #sec02 {
    padding: 48px 20px 33px; }

  #sec03 {
    background: url(../img/sec03_bg01_sp.png) center 0 no-repeat #fbbb87;
    background-size: 100% auto; }
    #sec03 h2 {
      font-size: 20px;
      font-size: 2.0rem;
      line-height: 1;
      padding: 60px 0 75px 0; }
    #sec03 ol li {
      padding-bottom: 25px; }
    #sec03 .block02 {
      padding-top: 15px;
      background: none; }
    #sec03 .block03 {
      background-color: #f17007; }

  #sec04 {
    background: url(../img/sec04_bg_sp.jpg) right bottom no-repeat #f6f6f6;
    background-size: 100% auto;
    padding-top: 65px;
    padding-bottom: 18px; }
    #sec04 h2 {
      font-size: 20px;
      font-size: 2.0rem;
      line-height: 1.5;
      padding-bottom: 40px; }
    #sec04 ul {
      width: 85%;
      margin: 0 auto; }
      #sec04 ul li {
        width: 100%;
        margin-left: 0px;
        padding-bottom: 30px; }
        #sec04 ul li:first-child {
          margin-left: 0; }
        #sec04 ul li dl dt img {
          width: 100%; }
        #sec04 ul li dl dd {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.5;
          padding: 15px 6px 0 6px; }
          #sec04 ul li dl dd p {
            margin-bottom: 1em; }
            #sec04 ul li dl dd p.indent {
              padding-left: 1em;
              text-indent: -1em; }

  #sec05 {
    padding: 65px 0; }
    #sec05 h2 {
      font-size: 20px;
      font-size: 2.0rem;
      width: calc(100% - 24px);
      padding: 10px 0; }
    #sec05 p {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.6;
      text-align: left;
      width: 100%;
      margin: 0 auto;
      padding: 0 40px 30px; }
    #sec05 ul li {
      padding: 0 40px 40px 40px;
      width: 100%; }
      #sec05 ul li img {
        width: 100%; }
    #sec05 ul li {
      padding: 0 40px 40px 40px;
      width: 100%;
      margin-left: 0px; }
      #sec05 ul li .tit {
        font-size: 15px;
        font-size: 1.5rem;
        padding: 10px 0; }
      #sec05 ul li table {
        font-size: 15px;
        font-size: 1.5rem;
        width: 100%;
        text-align: left; }
        #sec05 ul li table th {
          border: 1px solid #000;
          padding: 5px 5px;
          vertical-align: middle; }
        #sec05 ul li table td {
          border: 1px solid #000;
          padding: 5px 5px 5px 10px; }

  #sec06 {
    padding-top: 45px; }
    #sec06 h2 {
      width: calc(100% - 24px);
      margin: 0 12px; }
    #sec06 .white {
      background-color: #fff;
      padding: 0;
      margin: 0 12px;
      width: calc(100% - 24px); }
    #sec06 .blue {
      padding: 0px 0;
      margin: 0 12px;
      width: calc(100% - 24px); }
    #sec06 h3 {
      font-size: 20px;
      font-size: 2.0rem;
      padding-top: 30px;
      margin-bottom: 20px; }
      #sec06 h3 span {
        border-bottom: 1px solid #2899b5; }
    #sec06 ul {
      display: block;
      padding: 0 13px 25px; }
      #sec06 ul li:first-child {
        padding-bottom: 12px; }

  #sec07 {
    margin-top: -55px;
    padding: 48px 0 45px 0; }
    #sec07 p {
      font-size: 20px;
      font-size: 2.0rem; }
      #sec07 p span {
        font-size: 30px;
        font-size: 3.0rem; }

  #sec08 {
    padding-top: 45px; }
    #sec08 .sec08_in {
      width: 100%;
      margin: 0 auto; }
    #sec08 table {
      text-align: center;
      width: 100%; }
      #sec08 table th {
        font-size: 15px;
        font-size: 1.5rem;
        padding: 10px 0; }
      #sec08 table td {
        font-size: 15px;
        font-size: 1.5rem;
        padding: 10px 0;
        width: 33.333%; }
    #sec08 #tbl01 {
      margin-bottom: 25px; }
    #sec08 #tbl02 {
      margin-bottom: 25px; }
    #sec08 #tbl03 {
      margin-bottom: 25px; }

  #sec09 {
    padding-bottom: 20px; }
    #sec09 #sec09_iframe {
      width: 95%;
      margin: 0 auto; }

  #sec10 {
    background: url(../img/sec10_bg_sp.jpg) 0 bottom no-repeat;
    bacgkround-size: 100% auto;
    padding: 65px 0 0px 0;
    position: relative; }
    #sec10:after {
      content: "";
      width: 100%;
      height: 35%;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1; }
    #sec10 h2 {
      font-size: 20px;
      font-size: 2.0rem;
      padding-bottom: 45px; }
    #sec10 .box {
      position: relative;
      z-index: 2;
      background-color: transparent;
      padding: 0;
      width: 78%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap; }
      #sec10 .box .img {
        width: 100%; }
      #sec10 .box .txt {
        width: 100%;
        padding-left: 0px;
        text-align: left; }
        #sec10 .box .txt h3 {
          font-size: 18px;
          font-size: 1.8rem;
          background: url(../img/sec10_line_sp.png) 0 bottom no-repeat;
          padding: 15px 0 10px 0;
          margin-bottom: 10px; }
        #sec10 .box .txt p {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.5; }

  #sec11 {
    padding-top: 50px;
    padding-bottom: 70px; }
    #sec11 h2 {
      font-size: 20px;
      font-size: 2.0rem;
      padding-bottom: 20px; }
    #sec11 .sec11_in {
      width: 90%;
      margin: 0 auto; }
    #sec11 table {
      font-size: 15px;
      font-size: 1.5rem;
      border-bottom: 1px solid #b9b9b9;
      text-align: left; }
      #sec11 table th {
        padding: 10px 5px; }
      #sec11 table td {
        padding: 10px 5px; }

  #footer {
    height: auto;
    display: flex;
    flex-wrap: wrap; }
    #footer h1 {
      width: 100%;
      order: 2;
      padding: 30px 0; }
      #footer h1 img {
        width: 59%;
        margin: 0 auto; }
    #footer nav {
      width: 100%;
      order: 1; }
    #footer ul {
      text-align: center;
      display: block; }
      #footer ul li {
        text-align: center; }
        #footer ul li a {
          font-size: 18px;
          font-size: 1.8rem; }
          #footer ul li a span {
            font-size: 13px;
            font-size: 1.3rem; }
        #footer ul li .txt {
          font-size: 15px;
          font-size: 1.5rem;
          padding-right: 1em;
          display: block; } }

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


@media only screen and (max-width:768px) {

  input{
    font-size:16px!important;
  }
  select{
    font-size:16px!important;
  }
  textarea{
    font-size:16px!important;
  }
}