@charset "UTF-8";
/* ********************************************************
	共通初期化CSS
******************************************************** */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, header, footer, article, section, aside, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, figure {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 100%;
}

ol, ul, li {
  list-style: none;
}

img {
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

:focus {
  outline: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

.clear, div .clear {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  clear: both;
}

/*---clearFix---*/
.clearFix {
  zoom: 1;
}

.clearFix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

@media print {
  body {
    zoom: 60%;
  }
}

/*-------------------------------
  flex
-------------------------------*/
/*-------------------------------
  font size
-------------------------------*/
/*-------------------------------
  width
-------------------------------*/
/*-------------------------------
  position
-------------------------------*/
/*-------------------------------
  arrow
-------------------------------*/
/*--------------------------------------
 common
---------------------------------------*/
.no_color {
  background-color: none;
}

/*--------------------------------------
  header
---------------------------------------*/
#container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.header {
  max-width: 100%;
  position: relative;
}

.header_contents {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
}

.header_top {
  max-width: 100%;
  border-bottom: 2px solid #e5e5e5;
}

.header_inner {
  max-width: 100%;
  width: 1070px;
  margin: 0 auto;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .header_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 1060px) {
  .header_inner {
    width: 95%;
    height: 50px;
    padding: .5em 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 640px) {
  .header_inner {
    width: 85%;
  }
}

@media only screen and (max-width: 320px) {
  .header_inner {
    padding: .8em 0;
  }
}

.header_inner h1 {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 1060px) {
  .header_inner h1 {
    width: 45%;
    position: fixed;
    z-index: 9999;
  }
}

@media only screen and (max-width: 640px) {
  .header_inner h1 {
    width: 75%;
    margin-left: -.5em;
  }
}

.h_area_ttl {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1060px) {
  .h_area_ttl {
    font-size: 1rem;
    margin-bottom: .4em;
  }
}

.h_area_ttl:before, .h_area_ttl:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
}

.h_area_ttl:before {
  margin-right: .4em;
}

.h_area_ttl:after {
  margin-left: .4em;
}

.h_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.h_info a,
.h_info p {
  font-size: .9rem;
  color: #4fbcb2;
  font-weight: bold;
}

@media only screen and (max-width: 1060px) {
  .h_info a,
  .h_info p {
    display: none;
  }
}

.h_info_s {
  display: none;
}

@media only screen and (max-width: 1060px) {
  .h_info_s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2em;
  }
}

.h_info_s a,
.h_info_s p {
  display: none;
}

@media only screen and (max-width: 1060px) {
  .h_info_s a,
  .h_info_s p {
    display: block;
    color: #4fbcb2;
    font-weight: bold;
    font-size: 1rem;
  }
}

.h_area {
  display: block;
}

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

.h_area_s {
  display: none;
}

@media only screen and (max-width: 1060px) {
  .h_area_s {
    display: block;
    padding: 1em 0 0 0;
  }
}

.h_area_txt {
  font-size: 12px;
}

@media only screen and (max-width: 1060px) {
  .h_area_txt {
    font-size: 1rem;
  }
}

.h_tel a {
  display: block;
  font-size: 1.5rem;
  margin-right: .5em;
}

@media only screen and (max-width: 1060px) {
  .h_tel a {
    font-size: 1.8rem;
    color: #4fbcb2;
  }
}

.h_tel a:before {
  content: '';
  display: inline-block;
  background: url("../images/h_icon.svg") no-repeat;
  width: 29px;
  height: 29px;
  vertical-align: middle;
  margin-right: .2em;
}

/*-------------------------------
ナビゲーション
-------------------------------*/
.header_nav_contents {
  max-width: 100%;
  width: 1060px;
  height: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 640px) {
  .header_nav_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 1060px) {
  .header_nav_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
  }
}

.header_nav_contents .header_nav {
  position: relative;
  width: 130px;
  border-right: 1px solid #000;
}

@media only screen and (max-width: 1060px) {
  .header_nav_contents .header_nav {
    width: 100%;
    padding: 0.5em 1em;
    border-bottom: 1px solid #4fbcb2;
    border-right: none;
  }
}

.header_nav_contents .header_nav:nth-last-of-type(2) {
  border-right: none;
}

.header_nav_contents .header_nav:nth-last-of-type(3) {
  border-right: none;
}

.header_nav_contents .header_nav p,
.header_nav_contents .header_nav a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: color .3s;
  transition: color .3s;
  position: relative;
}

@media only screen and (max-width: 1060px) {
  .header_nav_contents .header_nav p,
  .header_nav_contents .header_nav a {
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    color: #4fbcb2;
  }
}

.header_nav_contents .header_nav p {
  color: #999;
}

@media only screen and (max-width: 1060px) {
  .header_nav_contents .header_nav p::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #4fbcb2;
    border-bottom: 2px solid #4fbcb2;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 0;
    margin-top: -3px;
  }
}

.header_nav_contents .header_nav a::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #4fbcb2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 1060px) {
  .header_nav_contents .header_nav a::after {
    background: none;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #4fbcb2;
    border-bottom: 2px solid #4fbcb2;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: auto;
    right: 0;
    margin-top: -3px;
    opacity: 1;
    visibility: inherit;
  }
}

.header_nav_contents .header_nav a:hover::after {
  bottom: -14px;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1060px) {
  .header_nav_contents .header_nav a:hover::after {
    bottom: 0;
  }
}

.header_btn {
  width: 130px;
  height: 50px;
  line-height: 1.4em;
  padding-top: 7px;
  font-size: 14px;
  text-align: center;
  background: #4fbcb2;
  color: #fff;
}

@media only screen and (max-width: 1060px) {
  .header_btn {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 50px;
    padding: 0;
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 640px) {
  .header_btn {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 320px) {
  .header_btn {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1060px) {
  .nav_toggle {
    position: fixed;
    top: 15px;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
  }
  .nav_toggle > div {
    position: relative;
    width: 30px;
  }
  .nav_toggle span {
    width: 100%;
    height: 4px;
    left: 0;
    display: block;
    background: #4fbcb2;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
  }
  .nav_toggle span:nth-child(1) {
    top: 3px;
  }
  .nav_toggle span:nth-child(2) {
    top: 14px;
  }
  .nav_toggle span:nth-child(3) {
    top: 26px;
  }
  .open .nav_toggle span {
    background: #4fbcb2;
  }
  .open .nav_toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open .nav_toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open .nav_toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav_toggle {
    z-index: 1000;
  }
  .gloval_nav {
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
    color: #4fbcb2;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 999;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 29px;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    -webkit-transition: .6s ease;
    transition: .6s ease;
  }
  .open {
    overflow: hidden;
  }
  .open .gloval_nav {
    visibility: visible;
    opacity: 1;
  }
  .open .gloval_nav li {
    opacity: 1;
  }
  .h_info_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*-------------------------------
contents
-------------------------------*/
#contents {
  max-width: 100%;
  margin: 45px auto 0 auto;
}

@media only screen and (max-width: 1060px) {
  #contents {
    margin: 60px auto 0 auto;
  }
}

.kv_area {
  background: url("../images/kv_img.jpg") no-repeat;
  width: 100%;
  min-height: 568px;
  height: auto;
  padding-bottom: 40%;
  background-size: cover;
  position: relative;
}

@media only screen and (min-width: 1300px) {
  .kv_area {
    background-position: center;
  }
}

@media only screen and (max-width: 1060px) {
  .kv_area {
    height: auto;
    min-height: auto;
    padding-bottom: 47%;
  }
}

.kv_txt_area {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 1060px) {
  .kv_txt_area {
    width: 50%;
  }
}

@-webkit-keyframes LeftToRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes LeftToRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.kv_txt_area {
  -webkit-animation-name: LeftToRight;
          animation-name: LeftToRight;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/*-------------------------------
sec01 
-------------------------------*/
.sec_contents {
  max-width: 100%;
  margin: 0 auto;
}

.sec_inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 5em 0;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .sec_inner {
    max-width: 85%;
    padding: 3em 0;
  }
}

@media only screen and (max-width: 640px) {
  .sec_inner {
    max-width: 80%;
    padding: 2em 0;
  }
}

.sec_inner .sec01_img {
  margin-bottom: 1em;
}

.sec_ttl {
  position: relative;
  display: inline-block;
  padding: 1.5em 0;
  width: 100%;
  color: #fff;
  background: #4fbcb2;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}

@media only screen and (max-width: 1060px) {
  .sec_ttl {
    font-size: 1.5rem;
    padding: 1em 0;
  }
}

@media only screen and (max-width: 640px) {
  .sec_ttl {
    font-size: 1.2rem;
  }
}

.sec_ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 20px solid #4fbcb2;
}

.sec_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2em;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .sec_txt {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 640px) {
  .sec_txt {
    font-size: 1rem;
  }
}

.sec_txt_b {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .sec_txt_b {
    font-size: 1rem;
  }
}

/*-------------------------------
sec02
-------------------------------*/
#sec02 {
  background: #F2F2F2;
}

.sec02_img {
  max-width: 860px;
  height: 420px;
  background: #cccccc;
  margin-bottom: 3em;
}

@media only screen and (max-width: 640px) {
  .sec02_img {
    height: 210px;
    margin-bottom: 1.5em;
  }
}

.sec02_btn {
  width: 100%;
  border: 2px solid #4fbcb2;
  border-radius: .5em;
  padding: 1.2em 0;
  position: relative;
}

@media only screen and (max-width: 1060px) {
  .sec02_btn {
    height: auto;
  }
}

.sec02_btn .sec02_ttl {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4em;
  color: #4fbcb2;
  text-align: center;
  margin-left: 2em;
  position: relative;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .sec02_btn .sec02_ttl {
    font-size: 1.5rem;
    margin-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .sec02_btn .sec02_ttl {
    font-size: 1.1rem;
    margin-left: 0;
    margin-bottom: .2em;
  }
}

.sec02_btn .sec02_ttl:before {
  content: '';
  display: inline-block;
  background: url("../images/icon.svg") left no-repeat;
  width: 58px;
  height: 72px;
  position: absolute;
  left: 2em;
  top: 0;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .sec02_btn .sec02_ttl:before {
    left: 2em;
    margin-top: -5px;
  }
}

@media only screen and (max-width: 640px) {
  .sec02_btn .sec02_ttl:before {
    left: 1em;
    height: auto;
    padding-bottom: 15%;
  }
}

.sec02_btn .sec02_ttl:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #4fbcb2;
  border-bottom: 2px solid #4fbcb2;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 13px;
  height: 13px;
  right: 3%;
  margin-top: 5px;
}

@media only screen and (max-width: 640px) {
  .sec02_btn .sec02_ttl:after {
    margin-top: 10px;
  }
}

.sec02_btn .sec02_btn_txt {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-left: -2em;
  color: #000;
  text-align: center;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .sec02_btn .sec02_btn_txt {
    font-size: .9rem;
    margin-left: -3em;
  }
}

@media only screen and (max-width: 640px) {
  .sec02_btn .sec02_btn_txt {
    font-size: .9rem;
    margin-left: 0;
  }
}

.cs {
  position: relative;
}

.cs:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: .3em;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.cs .cs_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 3;
}

@media only screen and (max-width: 640px) {
  .cs .cs_txt {
    width: 100% !important;
    left: 76% !important;
  }
}

@media only screen and (max-width: 320px) {
  .cs .cs_txt {
    font-size: 1rem;
    left: 77% !important;
  }
}

/*-------------------------------
sec03
-------------------------------*/
#sec03 {
  background: #f1f8fe;
}

#sec03 .cs_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 55%;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  #sec03 .cs_txt {
    width: 100% !important;
    left: 65% !important;
  }
}

.top_link_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3em;
}

@media only screen and (max-width: 640px) {
  .top_link_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 640px) {
  .top_link_area {
    margin-bottom: 1.5em;
  }
}

.btn {
  width: 48%;
  height: 90px;
  line-height: 90px;
  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;
  background: #4fbcb2;
  border-radius: .5em;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .btn {
    width: 100%;
    height: 75px;
    line-height: 75px;
    margin-bottom: 1em;
    font-size: 1rem;
  }
}

.btn:before {
  content: '';
  display: inline-block;
  background: url("../images/icon02.svg") left no-repeat;
  width: 15%;
  height: auto;
  padding-bottom: 35%;
  background-size: contain;
  margin-right: .5em;
}

.btn:nth-last-of-type(1):before {
  content: '';
  display: inline-block;
  background: url("../images/icon03.svg") left no-repeat;
  width: 15%;
  height: auto;
  padding-bottom: 12%;
  background-size: contain;
  margin-right: .5em;
}

.top_link_area_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (max-width: 640px) {
  .top_link_area_b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top_link {
  width: 32%;
  height: auto;
  background: #fff;
  border: 2px solid #4fbcb2;
  border-radius: .5em;
  padding: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .top_link {
    width: 100%;
    margin-bottom: 1em;
  }
}

.top_link .top_link_txt {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: .5em;
  color: #4fbcb2;
  text-align: center;
}

@media only screen and (max-width: 1060px) {
  .top_link .top_link_txt {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 640px) {
  .top_link .top_link_txt {
    font-size: 1.1rem;
  }
}

.top_link .top_link_img {
  display: block;
  max-width: 30%;
  margin-top: auto;
  margin: auto 0 .5em 0;
}

@media only screen and (max-width: 640px) {
  .top_link .top_link_img {
    width: 20%;
  }
}

.top_link .top_link_img02 {
  display: block;
  max-width: 40%;
  margin: auto 0 .5em 0;
}

@media only screen and (max-width: 640px) {
  .top_link .top_link_img02 {
    width: 28%;
  }
}

.top_link .top_link_note {
  font-size: .8rem;
  margin-bottom: .5em;
}

.top_link .top_link_btn {
  display: block;
  width: 75%;
  height: 45px;
  line-height: 45px;
  border-radius: 1.5em;
  text-align: center;
  margin-top: auto;
  font-size: 16px;
  color: #fff;
  background: #4fbcb2;
  position: relative;
}

@media only screen and (max-width: 1060px) {
  .top_link .top_link_btn {
    font-size: 1rem;
  }
}

.top_link .top_link_btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #4fbcb2;
  border-bottom: 2px solid #4fbcb2;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 10%;
  margin-top: -5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .top_link .top_link_btn:after {
    margin-top: -4px;
  }
}

.bnr_area {
  background: url("../images/bnr_bk.png") no-repeat;
  width: 100%;
  height: 151px;
  background-size: contain;
  position: relative;
}

@media only screen and (max-width: 1060px) {
  .bnr_area {
    height: auto;
    padding-bottom: 1.5%;
  }
}

@media only screen and (max-width: 640px) {
  .bnr_area {
    background: url("../images/bnr_bk_sp.png") no-repeat;
    background-size: contain;
    padding-bottom: 2%;
  }
}

.bnr_area .sec_inner {
  padding: 1.5em 0 0 0;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .bnr_area .sec_inner {
    padding: .5em 0 0 0;
  }
}

@media only screen and (max-width: 640px) {
  .bnr_area .sec_inner {
    padding: .6em 0 0 0;
  }
}

@media only screen and (max-width: 320px) {
  .bnr_area .sec_inner {
    padding: .5em 0 0 0;
  }
}

.bnr_area .bnr_txt {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1060px) {
  .bnr_area .bnr_txt {
    font-size: 1.1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 640px) {
  .bnr_area .bnr_txt {
    font-size: .9rem;
    text-align: center;
  }
}

@media only screen and (max-width: 320px) {
  .bnr_area .bnr_txt {
    font-size: .8rem;
  }
}

.bnr_area .bnr_txt:before {
  content: '';
  display: block;
  background: url("../images/mail_icon.svg") left no-repeat;
  width: 15%;
  height: auto;
  background-size: contain;
  padding-bottom: 12%;
}

@media only screen and (max-width: 1060px) {
  .bnr_area .bnr_txt:before {
    width: 10%;
    padding-bottom: 8%;
  }
}

@media only screen and (max-width: 640px) {
  .bnr_area .bnr_txt:before {
    width: 18%;
    padding-bottom: 15%;
  }
}

/*-------------------------------
sec04
-------------------------------*/
#sec04 {
  background: #f1f8fe;
}

@media only screen and (max-width: 640px) {
  #sec04 .cs_txt {
    left: 73%;
  }
}

#sec04 .top_link {
  width: 48%;
  padding: 3em 0;
}

@media only screen and (max-width: 640px) {
  #sec04 .top_link {
    width: 90%;
    margin: 0 auto 1em auto;
  }
}

#sec04 .top_link_img {
  max-width: 25%;
  margin: auto 0 1.5em 0;
}

#sec04 .top_link_btn {
  width: 75%;
}

/*-------------------------------
  Footer
-------------------------------*/
.footer {
  width: 100%;
  position: relative;
}

.footer .sec_inner {
  padding: 2em 0 1.5em 0;
}

.footer .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
}

@media only screen and (max-width: 640px) {
  .footer .footer_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 640px) {
  .footer .footer_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 320px) {
  .footer .footer_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .footer_nav .f_nav {
  margin-bottom: 1em;
  font-size: .9rem;
  font-weight: 500;
  position: relative;
  color: #999;
  line-height: 2em;
}

.footer .footer_nav .f_nav:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #4fbcb2;
  margin-right: .5em;
}

@media only screen and (max-width: 640px) {
  .footer .f_nav_link {
    width: 38%;
  }
}

@media only screen and (max-width: 320px) {
  .footer .f_nav_link {
    width: 100%;
  }
}

.footer .f_btn {
  display: block;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #4fbcb2;
  border-right: 1.5px solid #4fbcb2;
  border-left: 1.5px solid #4fbcb2;
}

@media only screen and (max-width: 640px) {
  .footer .f_btn {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .footer .f_btn {
    font-size: .9rem;
  }
}

.footer .footer_nav_b {
  border-top: 2px solid #e5e5e5;
  padding: 2em 0;
}

.footer .f_logo {
  text-align: center;
  margin-bottom: 1em;
}

@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .footer .f_logo {
    width: 40%;
    margin: 0 auto 1em auto;
  }
}

@media only screen and (max-width: 640px) {
  .footer .f_logo {
    width: 95%;
    margin: 0 auto 1em auto;
  }
}

.footer .footer_copy {
  display: block;
  color: #000;
  text-align: center;
  font-size: 0.7rem;
}

@media only screen and (max-width: 640px) {
  .footer .footer_copy {
    font-size: 0.6rem;
  }
}

/*-------------------------------
  page-top
-------------------------------*/
#page-top {
  position: fixed;
  z-index: 999;
  bottom: 1em;
  right: 1em;
}

#page-top a {
  display: block;
  background: #4fbcb2;
  -webkit-box-shadow: 0 0 2px 2px rgba(236, 232, 232, 0.8);
          box-shadow: 0 0 2px 2px rgba(236, 232, 232, 0.8);
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  position: relative;
}

@media only screen and (max-width: 640px) {
  #page-top a {
    width: 40px;
    height: 40px;
  }
}

#page-top a:before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 640px) {
  #page-top a:before {
    width: 10px;
    height: 10px;
    top: 3px;
  }
}
/*# sourceMappingURL=style.css.map */