@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*-----/リセット-----*/
/*------------------------------
全体共通
------------------------------*/
body {
  color: #000000;
  font-family: "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  line-height: 1.8;
  font-size: 0.9rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.98rem;
  }
}

a,
button {
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover, a:active,
button:hover,
button:active {
  color: #E7010D;
  text-decoration: none;
}

*:focus {
  outline: none;
}

h1 {
  font-size: 1rem;
  line-height: 1.5;
}

h2 {
  position: relative;
  background: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 1.4rem;
  }
}
h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #E7010D transparent transparent;
  border-width: 20px 20px 0 20px;
}

.h2-green:after {
  border-color: transparent #05432D transparent transparent;
}

.h2-blue:after {
  border-color: transparent #0252A3 transparent transparent;
}

h3 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 2rem;
  }
}

.h3-s {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .h3-s {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .h3-s {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 3rem;
  }
}

/*アニメーション*/
.text.offs .effect {
  opacity: 0;
}

.text.ons .effect {
  opacity: 1;
  transition-duration: 1s;
}

.effect {
  font-weight: bold;
}

.delay-1 {
  transition-delay: 0.2s;
}

.delay-2 {
  transition-delay: 0.3s;
}

.delay-3 {
  transition-delay: 0.4s;
}

.delay-4 {
  transition-delay: 0.5s;
}

.delay-5 {
  transition-delay: 0.6s;
}

.delay-6 {
  transition-delay: 0.7s;
}

.delay-7 {
  transition-delay: 0.8s;
}

.delay-8 {
  transition-delay: 0.9s;
}

.delay-9 {
  transition-delay: 1s;
}

.delay-10 {
  transition-delay: 1.1s;
}

.delay-11 {
  transition-delay: 1.2s;
}

.delay-12 {
  transition-delay: 1.3s;
}

.delay-13 {
  transition-delay: 1.4s;
}

h5 {
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 3px solid #adadad;
  max-width: 250px;
  width: 70%;
  margin: 30px auto 30px;
}
@media screen and (min-width: 768px) {
  h5 {
    margin: 60px auto 30px;
    font-size: 1.8rem;
    max-width: 380px;
  }
}

.inner h5 {
  margin: 0 auto 30px;
}

h6 {
  background-color: #0252A3;
  color: #ffffff;
  border-radius: 15px;
  padding: 5px 0.5em;
  margin: 15px 1em 15px;
  font-size: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  h6 {
    margin: 30px 1em 30px;
    font-size: 1.1rem;
  }
}

.textSmall {
  font-size: 0.8rem;
}

.textlink {
  display: inline-block;
  transition: 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.textlink:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.textannotation {
  color: #0252A3;
  border: 1px solid #0252A3;
  display: inline-block;
  padding: 0 1%;
  margin: 1%;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .textannotation {
    font-size: 0.98rem;
  }
}

.color-red {
  color: #E7010D;
  font-weight: bold;
}

.color-blue {
  color: #0252A3;
  font-weight: bold;
}

.bkcolor-wh {
  background-color: #ffffff;
}

.bkcolor-dgr {
  color: #ffffff;
  background-color: #adadad;
}

.bkcolor-gr {
  background-color: #EAEAEA;
}

p {
  text-align: center;
}

dl {
  text-align: left;
}

dt {
  font-weight: bold;
}

ul {
  list-style: none;
}

.text-right {
  text-align: right;
  display: block;
}

.text-left {
  text-align: left;
  display: block;
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .br-pc {
    display: block;
  }
}

.padding-b60 {
  padding-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .padding-b60 {
    padding-bottom: 60px;
  }
}

.padding-t60 {
  padding-top: 30px;
}
@media screen and (min-width: 576px) {
  .padding-t60 {
    padding-top: 60px;
  }
}

.padding-b30 {
  padding-bottom: 30px;
}

.img img {
  width: 100%;
}

input, textarea {
  border: none;
}

.button {
  background: #05432D;
  color: #ffffff;
  border: solid 1px #05432D;
  display: block;
  text-align: center;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.button:hover {
  background: #EAEAEA;
  color: #000000;
  border: solid 1px #EAEAEA;
}

.page-button {
  padding-top: 60px;
}
.page-button a {
  text-align: center;
  display: block;
  background-color: #EAEAEA;
  width: 250px;
  margin: 0 auto;
  border-radius: 40px;
  font-weight: bold;
  padding: 15px 0;
  font-size: 1rem;
}
.page-button a:hover, .page-button a:active {
  background-color: #05432D;
  color: #ffffff;
}

hr {
  position: relative;
  width: 100%;
  height: 3px;
  padding-top: 60px;
}

.hr-right:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  border-bottom: 3px solid #05432D;
}

.hr-right:after {
  content: "";
  position: absolute;
  right: 25%;
  bottom: 0;
  width: 25%;
  border-bottom: 3px solid #E7010D;
}

.hr-left:before {
  content: "";
  position: absolute;
  left: 25%;
  bottom: 0;
  width: 25%;
  border-bottom: 3px solid #05432D;
}

.hr-left:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  border-bottom: 3px solid #E7010D;
}

/*------------------------------
共通コンテンツ
------------------------------*/
/*-----ヘッダーコンテンツ-----*/
.header {
  display: flex;
  justify-content: space-between;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 55px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
  }
}

.logo img {
  width: 200px;
  height: auto;
  margin: 16px 15px 0 15px;
}
@media screen and (min-width: 768px) {
  .logo img {
    width: 230px;
    margin: 25px 60px 0 60px;
  }
}
@media screen and (min-width: 992px) {
  .logo img {
    width: 250px;
    margin: 25px 80px 0 80px;
  }
}

.nav-button {
  display: none;
}
@media screen and (min-width: 768px) {
  .nav-button {
    margin: 30px 40px 0 17px !important;
  }
}
@media screen and (max-width: 991px) {
  .nav-button {
    display: block;
    cursor: pointer;
    z-index: 20;
    position: relative;
    width: 32px;
    height: 26px;
    margin: 16px 15px 0 15px;
  }
}

@media screen and (max-width: 991px) {
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 991px) {
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 12px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
}

.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
.nav-wrap .nav li {
  display: inline-block;
  vertical-align: middle;
}
.nav-wrap .nav li a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  font-weight: bold;
  padding: 17px;
}
.nav-wrap .nav .contact-button {
  margin: 0 0 0 10px;
}
.nav-wrap .nav .contact-button a {
  background-color: #05432D;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}
.nav-wrap .nav .contact-button a:hover, .nav-wrap .nav .contact-button a:active {
  background-color: #EAEAEA;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
  }
  .nav-wrap .nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 60px 0;
    text-align: center;
  }
  .nav-wrap .nav li {
    display: block;
    margin: 2em;
  }
  .nav-wrap .nav li a {
    font-size: 1.2rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 992px) {
  .nav-wrap {
    display: block !important;
  }
}

/*-----メインコンテンツ-----*/
.area {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .area {
    padding-bottom: 60px;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 600px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 950px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1250px;
  }
}

.inner {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
}
.inner:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.inner dt, .inner dd {
  flex: 0 0 92%;
  max-width: 92%;
}
@media screen and (min-width: 992px) {
  .inner dt {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .inner dd {
    flex: 0 0 60%;
    max-width: 60%;
  }
}

.flex768-1clm {
  margin: 1.5%;
  position: relative;
  width: 100%;
}
.flex768-1clm img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
@media screen and (min-width: 576px) {
  .flex768-1clm img {
    height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .flex768-1clm img {
    height: 290px;
  }
}
.flex768-1clm .img-370 {
  height: 200px;
}
@media screen and (min-width: 576px) {
  .flex768-1clm .img-370 {
    height: 370px;
  }
}
@media screen and (min-width: 992px) {
  .flex768-1clm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
    margin: 1%;
  }
}

.flex768-1clm30 {
  flex: 0 0 30%;
  max-width: 30%;
  text-align: center;
}
.flex768-1clm30 img {
  width: 80%;
  height: auto;
  margin: 5px;
}
@media screen and (min-width: 768px) {
  .flex768-1clm30 img {
    width: 140px;
    margin: 20px;
  }
}

.flex768-1clm70 {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 70%;
  position: relative;
  width: 70%;
}
.flex768-1clm70 .page-button {
  padding-top: 30px;
}
.flex768-1clm70 .page-button a {
  width: 180px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .flex768-1clm70 .page-button a {
    width: 250px;
  }
}

.flex768-2clm {
  -ms-flex-preferred-size: 0;
  flex-basis: 47%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  margin: 1.5%;
}
.flex768-2clm img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
@media screen and (min-width: 576px) {
  .flex768-2clm img {
    height: 250px;
  }
}
@media screen and (min-width: 992px) {
  .flex768-2clm {
    flex-basis: 0;
    margin: 1%;
  }
}

.flex768-2-2clm {
  -ms-flex-preferred-size: 0;
  flex-basis: 47%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 47%;
  position: relative;
  width: 47%;
  min-height: 1px;
  margin: 5% 1.5%;
}
.flex768-2-2clm img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
@media screen and (min-width: 576px) {
  .flex768-2-2clm img {
    height: 200px;
  }
}
@media screen and (min-width: 992px) {
  .flex768-2-2clm img {
    height: 290px;
  }
}
@media screen and (min-width: 992px) {
  .flex768-2-2clm {
    flex-basis: 48%;
    max-width: 48%;
    width: 48%;
    margin: 2.5% 1%;
  }
}

.flex768-3-2clm {
  -ms-flex-preferred-size: 0;
  flex-basis: 47%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 47%;
  position: relative;
  width: 47%;
  min-height: 1px;
  margin: 5% 1.5%;
}
.flex768-3-2clm img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
@media screen and (min-width: 576px) {
  .flex768-3-2clm img {
    height: 200px;
  }
}
@media screen and (min-width: 992px) {
  .flex768-3-2clm img {
    height: 250px;
  }
}
@media screen and (min-width: 992px) {
  .flex768-3-2clm {
    flex-basis: 31%;
    max-width: 31%;
    width: 31%;
    margin: 2.5% 1%;
  }
}

.fullimg-box {
  padding-top: 30px;
}
/*-----フッターコンテンツ-----*/
footer {
  background-color: #EAEAEA;
  padding-top: 30px;
}
footer .container {
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  footer .container {
    max-width: 80%;
  }
}
@media screen and (min-width: 992px) {
  footer .container {
    max-width: 60%;
  }
}
footer .inner {
  justify-content: center;
  align-items: center;
}
footer p {
  font-size: 0.7rem;
  padding: 1% 0;
}
@media screen and (min-width: 992px) {
  footer p {
    font-size: 0.8rem;
  }
}

/*-----画像拡大アニメーション-----*/
.zoomIn img {
  transform: scale(1);
  transition: 0.3s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn a:hover img { /*hoverした時の変化*/
  transform: scale(1.2); /*拡大の値を変更したい場合はこの数値を変更*/
}

.mask {
  display: block;
  line-height: 0; /*行の高さを0にする*/
  overflow: hidden; /*拡大してはみ出る要素を隠す*/
}

/*-----ページトップリンク-----*/
#page-top a {
  width: 75px;
  height: 75px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #E7010D;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
@media screen and (min-width: 768px) {
  #page-top a {
    width: 90px;
    height: 90px;
  }
}
#page-top a .arrowInner {
  padding: 20% 0;
  margin: 15% 0;
}
@media screen and (min-width: 768px) {
  #page-top a .arrowInner {
    padding: 10% 0;
  }
}
#page-top a .arrowInner p {
  text-align: center;
  color: #ffffff;
  margin: 5% 0 0;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  #page-top a .arrowInner p {
    font-size: 0.95rem;
  }
}
#page-top a .arrow {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  margin: auto;
  -webkit-animation: topu 1.5s infinite;
  animation: topu 1.5s infinite;
  box-sizing: border-box;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 16px solid #ffffff;
}
@media screen and (min-width: 768px) {
  #page-top a .arrow {
    width: 15px;
    height: 20px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #ffffff;
  }
}

@-webkit-keyframes topu {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0px, -20px);
    opacity: 0;
  }
}
@keyframes topu {
  0% {
    transform: rotate(0deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) translate(0px, -20px);
    opacity: 0;
  }
}
#page-top {
  position: fixed;
  right: 90px;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}/*# sourceMappingURL=common.css.map */