@charset "UTF-8";
* {
  letter-spacing: 0.05rem;
}

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

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:focus {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a img {
  /* IE10以下で出る枠線対策 */
  border-style: none;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

html {
  overflow-x: hidden;
  font-size: 16px;
  /*レスポンシブタイプセッティングの指定*/
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 520px) {
  html {
    font-size: 14px;
    line-height: 1.4;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: normal;
}

/*  main  */
.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

.wrap-1060 {
  margin: 0 auto;
  max-width: 1060px;
  width: 90%;
}

.button01 {
  color: #fff;
  display: block;
  padding: 34px 10px;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 564px;
  font-size: 20px;
}
@media screen and (max-width: 820px) {
  .button01 {
    font-size: 18px;
    padding: 25px 10px;
  }
}
@media screen and (max-width: 520px) {
  .button01 {
    font-size: 16px;
  }
}
@media print {
  .button01 .ipad__show {
    display: none;
  }
}
.button01.yellow {
  background-color: #c8a24a;
}
.button01.yellow span {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 820px) {
  .button01.yellow span {
    padding-left: 30px;
  }
}
.button01.yellow span::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/request@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 30px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 820px) {
  .button01.yellow span::before {
    width: 16px;
    height: 24px;
  }
}
.button01.red {
  background-color: #8b2e2e;
}
.button01.red span {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 820px) {
  .button01.red span {
    padding-left: 30px;
  }
}
.button01.red span::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/calendar@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 29px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 820px) {
  .button01.red span::before {
    width: 21px;
    height: 21px;
  }
}
.button01.navy {
  background-color: #0f2f4a;
}
.button01.navy:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.button01.navy.popup {
  transition: all 0.2s;
}
.button01.navy.popup:hover {
  opacity: 0.7 !important;
}
.button01.navy.popup::after {
  background-image: url(../images/common/popup@2x.png);
  width: 20px;
  height: 18px;
}
.button01.navy.outside::after {
  background-image: url(../images/common/link@2x.png);
  width: 15px;
  height: 14px;
}
.button01.white {
  background-color: #51738e;
}
.button01.white:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.button01.white.outside::after {
  background-image: url(../images/common/link@2x.png);
  width: 15px;
  height: 14px;
}
.button01.rightBlue {
  background-color: #51738e;
}
.button01.rightBlue:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.button01.rightBlue.outside::after {
  background-image: url(../images/common/link@2x.png);
  width: 15px;
  height: 14px;
}
.button01.__center {
  margin: 0 auto;
}
.button01::before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 820px) {
  .button01::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
.button01:visited {
  color: #fff !important;
}

.secTitle {
  font-size: 40px;
  font-weight: 500;
  position: relative;
  margin-bottom: 120px;
  z-index: 1;
}
@media screen and (max-width: 1050px) {
  .secTitle {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 820px) {
  .secTitle {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  .secTitle {
    font-size: 28px;
  }
}
.secTitle span {
  position: absolute;
  font-size: 150px;
  color: #0f2f4a;
  opacity: 0.05;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .secTitle span {
    font-size: 110px;
  }
}
@media screen and (max-width: 820px) {
  .secTitle span {
    font-size: 74px;
  }
}
@media screen and (max-width: 520px) {
  .secTitle span {
    font-size: 55px;
    letter-spacing: -0.02rem;
  }
}
.secTitle span.white {
  color: #fff;
}

.p-120 {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .p-120 {
    padding: 90px 0;
  }
}
@media screen and (max-width: 820px) {
  .p-120 {
    padding: 60px 0;
  }
}

.sm {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

.flex {
  display: flex;
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.alignCenter {
  align-items: center;
}

.justBetween {
  justify-content: space-between;
}

.justCenter {
  justify-content: center;
}

.justStart {
  justify-content: flex-start;
}

.justEnd {
  justify-content: flex-end;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.w-100 {
  width: 100%;
}

/****************/
/*  ディスプレイ幅表示制御  */
/****************/
@media screen and (max-width: 1520px) {
  .hide__1520 {
    display: none !important;
  }
}
@media screen and (min-width: 1521px) {
  .show__1520 {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .hide__1200 {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .show__1200 {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  .ipad__hide {
    display: none !important;
  }
}
@media screen and (min-width: 821px) {
  .ipad__show {
    display: none !important;
  }
}
@media screen and (max-width: 520px) {
  .smp__hide {
    display: none !important;
  }
}
@media screen and (min-width: 521px) {
  .smp__show {
    display: none !important;
  }
}
/****************/
/*
改ページ記述例
#section00{
  page-break-before:always;
}
*/
/****************/