@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, select, textarea {
  box-sizing: border-box;
}


/*body {
  color: #555555;
  line-height: 1.6;
  background: #fff;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  min-width: 1040px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

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

strong {
  font-weight: bold;
}

a:link {
  color: #555555;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: #555555;
  text-decoration: none;
}

a:hover {
  color: #555555;
  text-decoration: none;
  opacity: .8;
}

a:active {
  color: #555555;
  text-decoration: none;
}

a[href^="tel"] {
  color: #555555;
}

.contain {
  width: 1040px;
  min-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .contain {
    width: auto;
    min-width: auto;
  }
} */

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #555555;
}

input::placeholder, textarea::placeholder {
  color: #555555;
}

input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #555555;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: #555555;
}

/* @media screen and (min-width: 769px) {
  .u_pc {
    display: block;
  }
  .u_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }
  .u_sp {
    display: block;
  }
}

@keyframes bottom-top {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes top-bottom {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes big-small {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.alpha {
  font-family: "Lato", sans-serif;
}

.content_ttl {
  font-size: 1.6rem;
  color: #999999;
  text-align: center;
  padding: 75px 0 0;
}

@media screen and (max-width: 768px) {
  .content_ttl {
    font-size: calc(24/750*100vw);
  }
}

.content_ttl .alpha {
  font-size: 3.4rem;
  color: #4394d0;
  letter-spacing: 10px;
}

@media screen and (max-width: 768px) {
  .content_ttl .alpha {
    font-size: calc(48/750*100vw);
    letter-spacing: 7px;
  }
}

.btn {
  text-align: center;
  margin: 50px auto 20px;
}

.btn a {
  display: block;
  width: 300px;
  height: 50px;
  background: #999999;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 25px;
  line-height: 50px;
  margin: 0 auto;
  transition: background 0.3s;
}

.btn a:link, .btn a:visited, .btn a:hover, .btn a:active {
  color: #fff;
}

.btn a:hover {
  opacity: 1;
  background: #4394d0;
} */

.subcon_ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  margin: 240px 0 95px;
}

@media screen and (max-width: 768px) {
  .subcon_ttl {
    font-size: calc(50/750*100vw);
    margin: calc(150/667*100vh) 0 calc(50/667*100vh);
  }
}

.subcon_ttl .alpha {
  font-size: 2rem;
  font-weight: 400;
  color: #999999;
}

@media screen and (max-width: 768px) {
  .subcon_ttl .alpha {
    font-size: calc(24/750*100vw);
  }
}

.c_btn_p_top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .c_btn_p_top {
    width: calc(90/750*100vw);
    bottom: 15px;
    right: 15px;
  }
}

/* .news {
  background: #f6f6f6;
  padding-bottom: 60px;
}

.news_tab {
  display: flex;
  justify-content: center;
  padding: 70px 0 50px;
}

.news_tab li {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  text-align: center;
  padding: 0 20px 12px;
  cursor: pointer;
}

.news_tab li .on {
  display: none;
}

.news_tab li.active {
  color: #4394d0;
  position: relative;
}

.news_tab li.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 13%;
  width: 74%;
  height: 2px;
  background: #4394d0;
}

.news_tab li.active:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: calc(50% - 4px);
  border: 5px solid transparent;
  border-top: 10px solid #4394d0;
}

.news_tab li.active .on {
  display: block;
}

.news_tab li.active .off {
  display: none;
}

.news_tab li:first-of-type {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.news_tab li figure {
  width: 112px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_list {
  display: none;
}

.news_list.is-show {
  display: flex;
  flex-wrap: wrap;
}

.news_box {
  background: #fff;
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
  width: 310px;
  margin-bottom: 35px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .news_box {
    width: 48%;
  }
}

.news_box:nth-of-type(3n - 1), .news_box:nth-of-type(3n) {
  margin-left: 35px;
}

@media screen and (max-width: 768px) {
  .news_box:nth-of-type(3n - 1), .news_box:nth-of-type(3n) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .news_box:nth-of-type(even) {
    margin-left: 2%;
  }
}

.news_box a {
  transition: opacity 0.3s;
}

.news_box a:hover .news_img {
  opacity: .8;
}

.news_box dl {
  padding: 35px 20px 65px;
}

.news_box dt {
  font-size: 1.6rem;
}

.news_box dd {
  font-size: 1.4rem;
  color: #999999;
  position: absolute;
  right: 20px;
  bottom: 30px;
}

.news_img {
  position: relative;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 768px) {
  .news_img {
    width: 100%;
    height: 26vw;
  }
}

.news_img img {
  width: 310px;
  height: 180px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 768px) {
  .news_img img {
    width: 100%;
    height: 26vw;
  }
}

.news_tag {
  position: absolute;
  left: 20px;
  bottom: -11px;
  background: #4394d0;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 3px;
  width: 94px;
  height: 26px;
  text-align: center;
  line-height: 26px;
}

.news .btn {
  margin-top: 15px;
}
  */
