@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Heebo:900');*/
html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  min-width: 1104px;
  font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #222222;
  line-height: 1.8;
  letter-spacing: 0.075em;
  margin: 0 auto;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 320px;
    font-size: 1.4rem;
  }
}

#container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.innerWrap {
  max-width: 1108px;
  margin: 0 auto;
  padding: 0 40px;
}

@media only screen and (max-width: 768px) {
  .innerWrap {
    max-width: inherit;
    padding: 0 20px;
  }
}

img {
  -webkit-backface-visibility: hidden;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

a {
  color: black;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

a:hover {
  color: rgba(0, 0, 0, 0.6);
}

a:hover img {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.ro:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.ro:hover img {
  opacity: 1;
}

.ro a:hover,
.ro a:hover img {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  a:hover, a:hover img,
  .ro:hover, .ro a:hover,
  .ro a:hover img {
    opacity: 1;
  }
}

a[href^="tel:"]:hover {
  cursor: auto;
  color: black;
}

.sp,
.spCont {
  display: none;
}

#spMenuOverlay,
#spMenu {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc, .pcCont {
    display: none;
  }
  .sp, .spCont {
    display: block;
  }
}

/* commons */
.bold, strong {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

/*FONT*/
.mincho {
  font-family: serif;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {
  padding: 32px;
}

@media only screen and (max-width: 768px) {
  #header {
    padding: 15px;
  }
  #header h1 {
    font-size: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  color: #ffffff;
  background: #2a292c;
  /* f_body */
  /* f_search */
  /* copyright */
}

#footer #pagetop {
  position: absolute;
  top: 0;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#footer .innerWrap {
  max-width: 1280px;
}

#footer a {
  color: #ffffff;
}

#footer a:hover {
  opacity: 0.8;
}

#footer .f_body {
  padding: 50px 0 35px;
}

#footer .f_body .logo {
  text-align: center;
}

#footer .f_body .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 28px 0 35px;
}

#footer .f_body .nav li {
  border-right: 1px solid #504f51;
}

#footer .f_body .nav li:nth-child(1) {
  border-left: 1px solid #504f51;
}

#footer .f_body .nav li a {
  display: block;
  padding: 0 24px;
}

#footer .f_body .address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .f_body .address p a {
  margin-right: 1em;
  padding-left: 18px;
  background: url(../images/ico_external.png) left 5px no-repeat;
  background-size: auto 8px;
}

#footer .f_body .address .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  padding: 6px 0 0 0;
}

#footer .f_body .address .share .hd {
  margin-right: 24px;
}

#footer .f_body .address .share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#footer .f_body .address .share ul li {
  margin-left: 14px;
}

#footer .f_body .address .share ul li:nth-child(1) {
  margin: 0;
}

#footer .f_search {
  padding: 35px 0;
  background: #1f1f22;
}

#footer .f_search .innerWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .f_search .search_column .search_item + .search_item {
  margin-top: 1em;
}

#footer .f_search .search_column .search_item .hd {
  font-weight: bold;
  margin-bottom: 0.1em;
  padding-left: 16px;
  position: relative;
}

#footer .f_search .search_column .search_item .hd:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #018089;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}

#footer .f_search .search_column .search_item ul {
  height: auto;
  overflow: hidden;
}

#footer .f_search .search_column .search_item ul li {
  float: left;
  margin-right: 1em;
}

#footer .f_search .search_column .search_item ul li a {
  text-decoration: underline;
}

#footer .copyright {
  text-align: center;
  font-size: 1rem;
  padding: 11px;
  background: #161616;
}

@media only screen and (max-width: 768px) {
  #footer {
    /* f_body */
    /* f_search */
    /* copyright */
  }
  #footer .innerWrap {
    max-width: inherit;
  }
  #footer .f_body {
    padding: 35px 0 35px;
  }
  #footer .f_body .nav {
    -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;
    margin: 20px 0 0;
  }
  #footer .f_body .nav li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    margin: 5px 0;
  }
  #footer .f_body .nav li:nth-child(1) {
    display: none;
  }
  #footer .f_body .nav li:nth-child(odd) {
    border-right: none;
  }
  #footer .f_body .nav li:nth-child(even) {
    border-left: none;
  }
  #footer .f_body .nav li a {
    padding: 5px 0;
  }
  #footer .f_body .nav li a img {
    height: 32px;
  }
  #footer .f_body .address {
    display: block;
    margin-top: 20px;
  }
  #footer .f_body .address p a {
    display: inline-block;
    margin-top: 8px;
    background-position: left 8px;
  }
  #footer .f_body .address .share {
    margin-top: 20px;
    padding: 0;
  }
  #footer .f_body .address .share .hd {
    margin-right: 16px;
    padding-top: 2px;
  }
  #footer .f_search {
    padding: 18px 0 30px;
  }
  #footer .f_search .innerWrap {
    display: block;
  }
  #footer .f_search .search_column .search_item {
    margin-top: 1em;
  }
  #footer .copyright {
    text-align: center;
    font-size: 1rem;
    padding: 11px;
    background: #161616;
  }
}

/*---------------------------------------------------------------------------
  SP
---------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■MENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#menu_btn,
#close_btn {
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

#menu {
  display: none;
  width: 100%;
  min-height: 100vh;
  margin-top: 0;
  background: rgba(42, 41, 44, 0.95);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding-top: 65px;
  padding-bottom: 65px;
  letter-spacing: 0;
}

#menu .inner {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#menu ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 8% 0;
}

#menu ul li {
  width: 31%;
  height: auto;
  background: none;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  margin-right: 3.5%;
}

#menu ul li:nth-of-type(3n + 3), #menu ul li:last-of-type {
  margin-right: 0;
}

#menu ul li a {
  display: block;
  color: #0168b7;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
  padding: 30px 25px;
}

#menu ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/*---------------------------------------------------------------------------
  SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #menu_btn,
  #close_btn {
    top: 15px;
    right: 15px;
    z-index: 1000;
  }
  #menu_btn img,
  #close_btn img {
    height: 43px;
  }
  #menu {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  #menu ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 5.5% 0;
  }
  #menu ul li {
    width: 48%;
    margin-right: 0 !important;
  }
  #menu ul li a {
    padding: 20px 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■content
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  mainImg
-------------------------*/
#mainImg {
  position: relative;
  padding: 47px 0 0;
}

#mainImg:before {
  content: '';
  position: absolute;
  top: -114px;
  left: 0;
  right: 0;
  z-index: -10;
  height: 261px;
  background: url(../images/headcover.jpg) no-repeat center top;
  background-size: auto 100%;
}

#mainImg .innerWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1040px;
  padding: 0 0;
}

#mainImg .mv_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 640px;
  max-width: 640px;
  height: 340px;
  -webkit-box-shadow: 0 0 50px rgba(1, 128, 137, 0.3);
  box-shadow: 0 0 50px rgba(1, 128, 137, 0.3);
  margin: 0 -40px 0 50px;
}

#mainImg .mv_img img {
  width: 100%;
  height: 100%;
}

#mainImg .mv_txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 140px 0 15px 20px;
}

#mainImg .pageTitle {
  margin: 0 0 30px;
}

#mainImg .pageTitle img {
  height: 55px;
}

#mainImg .txt {
  line-height: 1.7;
}

@media only screen and (max-width: 768px) {
  #mainImg {
    padding: 74px 0 0;
  }
  #mainImg:before {
    top: -114px;
    height: 114px;
  }
  #mainImg .innerWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #mainImg .mv_img {
    position: relative;
    width: auto;
    max-width: inherit;
    height: auto;
    -webkit-box-shadow: 0 0 15px rgba(1, 128, 137, 0.3);
    box-shadow: 0 0 15px rgba(1, 128, 137, 0.3);
    padding-bottom: 52%;
    margin: 0 0 15px 30px;
  }
  #mainImg .mv_img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #mainImg .mv_txt {
    padding: 0 15px 0 30px;
  }
  #mainImg .pageTitle {
    position: absolute;
    top: 14px;
    left: 15px;
    margin: 0;
  }
  #mainImg .pageTitle img {
    height: 40px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  hd
-------------------------*/
/*-------------------------
  btn
-------------------------*/
.btn01 {
  display: block;
  width: 285px;
}

.btn01 a {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  padding: 19px;
  background: #018089;
  border: 2px solid #018089;
  border-radius: 5px;
  position: relative;
}

.btn01 a:after {
  content: "";
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 21px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.16s linear;
  transition: all 0.16s linear;
}

.btn01 a:hover {
  color: #018089;
  background: #ffffff;
}

.btn01 a:hover:after {
  border-color: #018089;
}

.btn01.white a {
  background: #ffffff;
  color: #018089;
  border-color: #ffffff;
}

.btn01.white a:after {
  border-color: #018089;
}

.btn01.white a:hover {
  background: none;
  color: #ffffff;
}

.btn01.white a:hover:after {
  border-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .btn01 {
    width: 100%;
  }
  .btn01 a {
    font-size: 1.4rem;
    padding: 10px 12px;
  }
  .btn01 a:after {
    content: "";
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    left: 21px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.16s linear;
    transition: all 0.16s linear;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■form
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

input::-ms-expand,
button::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  display: none;
}

input::-ms-reveal,
button::-ms-reveal,
textarea::-ms-reveal,
select::-ms-reveal {
  visibility: hidden;
}

input::-ms-clear,
button::-ms-clear,
textarea::-ms-clear,
select::-ms-clear {
  visibility: hidden;
}

input[type="text"],
input[type="submit"],
select,
textarea {
  outline: none;
  border: none;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

input[type="text"] {
  padding-right: 15px;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
  input[type="text"]:focus,
  input[type="submit"]:focus,
  select:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 10px rgba(1, 128, 137, 0.3);
    box-shadow: 0 0 10px rgba(1, 128, 137, 0.3);
  }
}

select,
input {
  display: block;
  width: 100%;
  padding: .8695em 40px .8695em 15px;
  background: #e6fdff;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

select option {
  height: 30px;
  line-height: 30px;
  background: #fff;
}

label {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.075em;
  color: #000000;
  width: 100%;
  padding: 0 1em 0 1.35em;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

label:before, label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

label:before {
  top: 3px;
  left: 0;
  z-index: 0;
  width: 13px;
  height: 13px;
  background: #e0e0e0;
}

label:after {
  top: 2px;
  left: 4px;
  z-index: 2;
  opacity: 0;
  width: 5px;
  height: 10px;
  color: #ffffff;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
  select:hover,
  input:hover {
    background: #e6fdff;
  }
}

.radio_list span {
  color: #fff;
}

.radio_list label:before {
  top: 0;
  right: 0;
  left: auto;
  background: #f2f2f2;
}

.radio_list label:after {
  border: none;
  top: 3px;
  left: auto;
  right: 3px;
  width: 7px;
  height: 7px;
  background: #018089;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="checkbox"]:checked + label::before {
  background: #018089;
  border: none;
}

input[type="checkbox"]:checked + label::after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

input[type="radio"]:checked + label::after {
  opacity: 1;
}

.pull-down {
  position: relative;
}

.pull-down:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 47px;
  height: 100%;
  pointer-events: none;
}

.pull-down:after {
  content: "";
  display: block;
  background-size: contain;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  margin-top: -2px;
  width: 7px;
  height: 7px;
  color: #333333;
  border-bottom: 2px solid;
  border-right: 2px solid;
  pointer-events: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■share
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sns_share {
  position: absolute;
  top: 324px;
  left: 23px;
}

.sns_share img {
  width: 15px;
  height: auto;
}

.sns_share ul li {
  margin: 12px 0 0;
}

@media only screen and (max-width: 1104px) {
  .sns_share {
    display: none;
  }
}
