@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code,
em, img, q, s, small, strong,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary,
time, mark, audio, video,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

button, input, select {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button, html [type="button"],
[type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

body {
  font-family: "Times New Roman", Serif;
}

a, a img, button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*===================================================================
  start up reset
===================================================================*/
body {
  background: transparent;
  color: inherit;
  font-weight: normal;
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

a:visited {
  color: #000000;
}

a:hover {
  color: #000000;
}

/*===================================================================
	サイト基礎
===================================================================*/
body {
  font-family: "zen-kaku-gothic-new", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  position: relative;
  font-size: 18px;
  color: #000;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

a img {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

a img:hover {
  opacity: 0.5;
}

/*===================================================================
	ヘッダー
===================================================================*/
.site-header {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 768px) {
  .site-header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 9999;
  }
}

.site-header .site-header__wrapper {
  width: 100%;
  padding: 0 2vw 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .site-header .site-header__wrapper {
    padding: 0 2vw 0;
  }
}

.site-header .site-header__box1 {
  padding: 1.25em 0 0 0;
  width: 22.2%;
  max-width: 236px;
}

@media screen and (max-width: 768px) {
  .site-header .site-header__box1 {
    padding: 0;
    height: 56px;
  }
}

.site-header .site-header__box1 .site-header__box__tit {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .site-header .site-header__box1 .site-header__box__tit {
    padding: 5px 0 0 5px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .site-header .site-header__box1 .site-header__box__tit h1 {
    width: 144px;
  }
}

.site-header .site-header__box1 .site-header__box__tit h1 img {
  width: 100%;
}

.site-header .site-header__box2 {
  width: 77.8%;
}

.site-header .site-header__box2 .site-header__primary {
  padding: 0 0 0vw;
}

@media screen and (max-width: 768px) {
  .site-header .site-header__box2 .site-header__primary {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.site-header .site-header__box2 .site-header__primary ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .site-header .site-header__box2 .site-header__primary ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.site-header .site-header__box2 .site-header__primary ul li.btn1 {
  padding: 0 0 0 .5em;
}

@media screen and (max-width: 768px) {
  .site-header .site-header__box2 .site-header__primary ul li.btn1 {
    width: 50%;
    padding: 0;
    background-color: #fff;
    color: #529071;
  }
}

.site-header .site-header__box2 .site-header__primary ul li.btn1 a {
  display: block;
  background-color: #fff;
  border-left: #529071 2px solid;
  border-right: #529071 2px solid;
  border-bottom: #529071 2px solid;
  border-radius: 0 0 10px 10px;
  padding: 0 1em .25em;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .site-header .site-header__box2 .site-header__primary ul li.btn1 a {
    border-radius: 0;
    text-align: center;
    padding: .5em .5em;
    border: none;
    pointer-events: auto;
  }
}

.site-header .site-header__box2 .site-header__primary ul li.btn1 a .number {
  font-size: 2.9rem;
  color: #529071;
  display: block;
}

@media screen and (max-width: 768px) {
  .site-header .site-header__box2 .site-header__primary ul li.btn1 a .number {
    font-size: 1.9rem;
  }
}

.site-header .site-header__box2 .site-header__primary ul li.btn1 a .txt {
  font-size: 1.0rem;
  display: block;
  text-align: center;
  font-weight: normal;
}

.site-header .site-header__box2 .site-header__primary ul li.btn2 {
  padding: 0 0 0 1.0em;
}

@media screen and (max-width: 768px) {
  .site-header .site-header__box2 .site-header__primary ul li.btn2 {
    width: 50%;
    padding: 0;
  }
}

.site-header .site-header__box2 .site-header__primary ul li.btn2 a {
  display: block;
  background-color: #529071;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 0 0 10px 10px;
  padding: 1em 1em;
}

@media screen and (max-width: 768px) {
  .site-header .site-header__box2 .site-header__primary ul li.btn2 a {
    text-align: center;
    font-size: 1.4rem;
    border-radius: 0;
    padding: 1.5em 1em;
  }
}

.site-header .site-header__box2 .site-header__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: .75em 0 0;
}

@media screen and (max-width: 768px) {
  .site-header .site-header__box2 .site-header__nav ul {
    display: block;
    padding: 1em 0 1em;
  }
}

.site-header .site-header__box2 .site-header__nav ul li {
  padding: 0 0 0 2vw;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .site-header .site-header__box2 .site-header__nav ul li {
    padding: 0 2vw 1vw;
  }
}

.site-header .site-header__box2 .site-header__nav ul li a {
  display: block;
  padding: .2em 0 0;
}

@media screen and (max-width: 768px) {
  .site-header .site-header__box2 .site-header__nav ul li a {
    text-align: center;
    padding: .5em 0;
  }
}

.site-header .site-header__toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .site-header .site-header__toggle,
  .site-header .site-header__toggle span {
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .site-header .site-header__toggle {
    background-color: #529071;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 34px;
    padding: 24px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    z-index: 9999;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .site-header .site-header__toggle {
    width: 30px;
    height: 28px;
    padding: 14px;
  }
}

@media screen and (max-width: 768px) {
  .site-header .site-header__toggle span {
    position: absolute;
    left: 24px;
    width: calc(100% - (24px * 2));
    height: 6px;
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .site-header .site-header__toggle span {
    left: 14px;
    width: calc(100% - (14px * 2));
    height: 2px;
  }
}

@media screen and (max-width: 768px) {
  .site-header .site-header__toggle span:nth-of-type(1) {
    top: 26px;
    -webkit-animation: menu-bar01 0.75s forwards;
            animation: menu-bar01 0.75s forwards;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .site-header .site-header__toggle span:nth-of-type(1) {
    top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .site-header .site-header__toggle span:nth-of-type(2) {
    top: 38px;
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .site-header .site-header__toggle span:nth-of-type(2) {
    top: 26px;
  }
}

@media screen and (max-width: 768px) {
  .site-header .site-header__toggle span:nth-of-type(3) {
    bottom: 26px;
    -webkit-animation: menu-bar02 0.75s forwards;
            animation: menu-bar02 0.75s forwards;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .site-header .site-header__toggle span:nth-of-type(3) {
    bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .site-header .site-header__toggle.is-active {
    background-color: #529071;
  }
  .site-header .site-header__toggle.is-active span {
    background-color: #fff;
  }
  .site-header .site-header__toggle.is-active span:nth-of-type(1) {
    top: 30px;
    -webkit-animation: active-menu-bar01 0.75s forwards;
            animation: active-menu-bar01 0.75s forwards;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .site-header .site-header__toggle.is-active span:nth-of-type(1) {
    top: 19px;
  }
}

@media screen and (max-width: 768px) {
  .site-header .site-header__toggle.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .site-header .site-header__toggle.is-active span:nth-of-type(3) {
    bottom: 30px;
    -webkit-animation: active-menu-bar03 0.75s forwards;
            animation: active-menu-bar03 0.75s forwards;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .site-header .site-header__toggle.is-active span:nth-of-type(3) {
    bottom: 19px;
  }
}

@media screen and (max-width: 768px) {
  .site-header .site-header__nav {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    top: -4px;
    width: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .site-header .site-header__nav.is-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 1;
  }
}

/*--------------------------------
  keyframes
--------------------------------*/
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

/*===================================================================
	メイン
===================================================================*/
.wrapper {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding: 56px 0 0;
  }
}

.main-contents {
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .main-contents {
    overflow: hidden;
  }
}

/*===================================================================
	フッター
===================================================================*/
.site-footer {
  clear: both;
}

.site-footer .site-footer_btm .site-footer_btm_body {
  text-align: center;
}

.site-footer .site-footer_btm .site-footer_btm_body .logo1 {
  background-color: #529071;
  color: #fff;
}

.site-footer .site-footer_btm .site-footer_btm_body .cnt {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3em 0 6em;
}

@media screen and (max-width: 768px) {
  .site-footer .site-footer_btm .site-footer_btm_body .cnt {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
/*# sourceMappingURL=base.css.map */