@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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
  text-decoration: none;
}

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;
  text-decoration: none;
  color: #000;
  font-weight: normal;
}

/* 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;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a {
  transition: 0.2s linear;
}

a:hover {
  opacity: 0.5;
}

h3 {
  font-family: "Inter", sans-serif;
  font-size: 38px;
}

h4 {
  font-size: 24px;
  font-weight: bold;
}

p {
  font-size: 16px;
  line-height: normal;
}

.contact-main, .faq-main, .news-main, .flow-main, .flow-cont span, .works-main, .service-main, .plan-main {
  font-size: 100px;
  font-family: "Inter", sans-serif;
  color: #000;
  opacity: 0.1;
  text-align: left;
  margin: 50px 0 20px 0;
  font-weight: bold;
}
@media (max-width: 768px) {
  .contact-main, .faq-main, .news-main, .flow-main, .flow-cont span, .works-main, .service-main, .plan-main {
    font-size: 65px;
  }
}

.conta-btn, .wrap, .plan, .main, .worries h3, .service, .flow, .works, .contact, .footer, .copyright, .form, .pr_page {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.wrap {
  width: 95%;
  margin: 0 auto;
  max-width: 1440px;
}
@media (max-width: 768px) {
  .wrap {
    width: 100%;
  }
}

.conta-btn {
  height: 44.49px;
  text-align: center;
  width: 228px;
}
.conta-btn a {
  padding: 10px 50px;
  color: #FFF;
  background: #EB0046;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 44.49px;
  transition: 0.2s linear;
}
.conta-btn a:hover {
  opacity: 0.5;
}

header {
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  header {
    height: 60px;
    padding: 0 10px;
  }
}
header.fixed {
  position: fixed;
  height: 79px;
  background: #FFF;
  z-index: 999;
  width: 95%;
  left: 0;
  padding: 0 2.5%;
}
header h1 {
  width: 200px;
  flex-shrink: 0;
  display: inline-block;
}
header h1 img {
  width: 100%;
}
header .header-nav {
  display: inline-block;
  justify-content: space-between;
  align-items: center;
}
header .header-nav ul {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-nav ul li {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  line-height: 175.2%; /* 31.536px */
  font-family: "Inter", sans-serif;
}
header .header-nav ul li a {
  padding: 0 9px;
  font-weight: 700;
  transition: 0.2s;
}
header .header-nav ul li a:hover {
  opacity: 0.5;
}
header .header-nav ul li .conta-btn.header {
  margin-left: 10px;
  width: 167px;
}
@media (max-width: 768px) {
  header .header-nav ul li .conta-btn.header {
    width: 220px;
    margin: 20px 0 0 0;
  }
}
header .header-nav ul li .conta-btn.header a {
  padding: 10px 15px;
  box-shadow: 0 0 5px #ccc;
}
@media (max-width: 768px) {
  header {
    /*ナビゲーションの縦スクロール*/
    /*ナビゲーション*/
    /*リストのレイアウト設定*/
    /*ボタン内側*/
    /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
  }
  header #g-nav {
    position: fixed;
    z-index: 998;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #FFF;
    transition: all 0.6s;
  }
  header #g-nav.panelactive {
    top: 0;
  }
  header #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  header #g-nav ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
  }
  header #g-nav li {
    list-style: none;
    text-align: center;
  }
  header #g-nav li .conta-btn.header a {
    color: #FFF;
  }
  header #g-nav li a {
    color: #000;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  header .openbtn {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 9999;
  }
  header .openbtn span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
    background: #000;
    width: 45%;
  }
  header .openbtn span:nth-of-type(1) {
    top: 13px;
  }
  header .openbtn span:nth-of-type(2) {
    top: 19px;
  }
  header .openbtn span:nth-of-type(3) {
    top: 25px;
  }
  header .openbtn span:nth-of-type(3)::after {
    content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 5px;
    left: -2px;
    color: #000;
    font-size: 0.6rem;
    text-transform: uppercase;
  }
  header .openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  header .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .openbtn.active span:nth-of-type(3) {
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  header .openbtn.active span:nth-of-type(3)::after {
    content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 5px;
    left: 4px;
  }
}

.main {
  position: relative;
  width: 1440px;
  height: 648px;
  background-image: url("img/main-img.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .main {
    background-size: 120%;
    height: 455px;
    margin-bottom: 20px;
  }
}
.main .main-tit {
  position: absolute;
  width: 445px;
  padding: 35px;
  background: rgba(255, 255, 255, 0.5);
  top: 33%;
  text-shadow: 0px 0px 5px white;
}
.main .main-tit h2 {
  font-size: 38px;
  text-align: left;
}
.main .main-tit h2 span {
  display: block;
  margin-bottom: 20px;
  padding: 20px 0;
  font-size: 68px;
  border-bottom: 1px solid;
}
.main .main-tit p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .main .main-tit {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
    position: relative;
    top: 56%;
  }
  .main .main-tit h2 {
    font-size: 23px;
    text-align: center;
  }
  .main .main-tit h2 span {
    font-size: 41px;
    padding: 10px 0 15px;
    margin-bottom: 10px;
  }
  .main .main-tit p {
    font-size: 14px;
  }
}

.conts {
  margin: 60px 0;
  padding: 20px 0;
  display: flex;
  align-items: center;
  border: 0.5px solid;
}
.conts .lef {
  width: 645px;
  vertical-align: middle;
  margin-right: 50px;
}
.conts .lef img {
  width: 100%;
  height: 405px;
  -o-object-fit: cover;
     object-fit: cover;
}
.conts .rig {
  display: inline-block;
  width: 540px;
  vertical-align: middle;
  position: relative;
}
.conts .rig h2 {
  color: #000;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid;
}
.conts .rig h2 span.f {
  color: #EB0046;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
  display: inline-block;
}
.conts .rig h2 span.s {
  display: inline-block;
  font-size: 33px;
}
.conts .rig p {
  font-weight: bold;
  line-height: normal;
}
@media (max-width: 768px) {
  .conts {
    margin: 0 auto 50px;
    display: flex;
    flex-direction: row;
    width: 95%;
  }
  .conts .lef {
    width: 50%;
    margin: 0;
  }
  .conts .lef img {
    height: 228px;
  }
  .conts .rig {
    width: 50%;
    margin: 0 11px;
  }
  .conts .rig h2 {
    margin: 0 0 10px;
    padding-bottom: 15px;
    font-size: 23px;
    line-height: 1.2;
  }
  .conts .rig h2 span {
    font-size: 48px;
  }
  .conts .rig h2 span.f {
    font-size: 31px;
  }
  .conts .rig h2 span.s {
    font-size: 21px;
  }
  .conts .rig p {
    font-size: 11px;
  }
}

.worries h3 {
  color: #000;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.worries h3:after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #000;
  display: block;
  position: absolute;
  left: calc(50% - 55px);
  bottom: -10px;
}
.worries .worri-wrap {
  display: flex;
  justify-content: space-evenly;
  margin: 50px 20px;
}
.worries .worri-wrap .worri-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 215px;
  max-width: 33%;
  margin: 10px;
}
.worries .worri-wrap .worri-cont img {
  width: 240px;
}
.worries .worri-wrap .worri-cont h4 {
  margin: 14px;
  text-align: center;
}
.worries .worri-wrap .worri-cont p {
  line-height: 1.47;
}
@media (max-width: 768px) {
  .worries h3 {
    font-size: 24px;
  }
  .worries .worri-wrap {
    margin: 18px 20px 30px;
    display: inline-block;
  }
  .worries .worri-wrap .worri-cont {
    display: flex;
    flex-direction: row;
    width: auto;
    max-width: 100%;
  }
  .worries .worri-wrap .worri-cont img {
    width: 48%;
  }
  .worries .worri-wrap .worri-cont .worri-sp {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 5px;
  }
  .worries .worri-wrap .worri-cont .worri-sp p {
    text-align: left;
    font-size: 14px;
  }
  .worries .worri-wrap .worri-cont .worri-sp h4 {
    margin: 12px 0;
    font-size: 21px;
  }
}

.plan {
  width: 100%;
  padding: 20px 0 80px;
  background-color: #2D9BC0;
  background-image: url("img/diagonal2.png");
  background-size: 25%;
  background-blend-mode: lighten;
  position: relative;
}
.plan::before {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
  border-width: 55px 250px 0 250px;
  z-index: 0;
}
.plan .plan-tit {
  margin: 0 auto 30px;
  font-size: 38px;
  text-align: center;
  font-weight: bold;
  line-height: 136.2%;
  width: 95%;
}
.plan .plan-tit .w {
  color: #FFF;
  font-size: 55px;
}
.plan .plan-tit .y {
  color: #E8D813;
  font-size: 38px;
  line-height: 136.2%;
}
.plan .plan-cont {
  margin: 0 auto;
  width: 954px;
  max-width: 95%;
}
.plan .plan-cont .plan-cont-tit {
  background-color: #0091C2;
}
.plan .plan-cont h4 {
  padding: 19px 0;
  color: #FFF;
  font-size: 38px;
  text-align: center;
}
.plan .plan-cont h4 .y {
  color: #E8D813;
}
.plan .plan-cont .plan-cont-txt {
  padding: 20px 50px;
  background: #FFF;
}
.plan .plan-cont table tr {
  border-bottom: 1px solid #D9D9D9;
}
.plan .plan-cont table tr td {
  padding: 20px 25px;
  width: 33%;
  text-align: center;
  border-left: 1px solid #D9D9D9;
}
.plan .plan-cont table tr td img {
  width: 179px;
  margin-bottom: 9px;
}
.plan .plan-cont table tr td p {
  font-size: 16px;
  text-align: left;
  line-height: 147.2%;
}
.plan .plan-cont table tr td:first-of-type {
  border: none;
}
.plan .plan-cont table tr:last-of-type {
  border: none;
}
@media (max-width: 768px) {
  .plan::before {
    content: "";
    border-width: 40px 150px 0 150px;
  }
  .plan .plan-tit {
    font-size: 24px;
  }
  .plan .plan-tit .f {
    display: block;
  }
  .plan .plan-tit .w {
    font-size: 38px;
    display: inline-block;
  }
  .plan .plan-tit .l {
    display: inline-block;
  }
  .plan .plan-tit .y {
    font-size: 24px;
    display: block;
  }
  .plan .plan-cont {
    width: 100%;
  }
  .plan .plan-cont h4 {
    font-size: 24px;
  }
  .plan .plan-cont .plan-cont-txt {
    padding: 15px;
  }
  .plan .plan-cont .plan-cont-txt table {
    margin: 0 auto;
  }
  .plan .plan-cont .plan-cont-txt table tr td {
    width: 33%;
    padding: 10px 5px;
  }
  .plan .plan-cont .plan-cont-txt table tr td img {
    width: 100%;
  }
  .plan .plan-cont .plan-cont-txt table tr td p {
    font-size: 12px;
  }
}

.service {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
  background: url("img/grid3.png");
  background-size: 30%;
}
.service h3 {
  margin: 20px 0;
}
.service .serv li {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.service .serv li .img {
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .serv li .img img {
  width: 100%;
  height: 243px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .serv li .serv-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
}
.service .serv li .serv-cont h4 {
  font-size: 24px;
}
.service .serv li .serv-cont span {
  margin: 15px 0;
  padding: 8px;
  width: 270px;
  border: 1px solid #000;
  text-align: center;
}
.service .serv li .serv-cont P {
  width: 346px;
  line-height: 1.5;
}
.service .serv .lef {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .service {
    background-size: 50%;
  }
  .service .serv li {
    display: flex;
    flex-direction: column;
  }
  .service .serv li .img {
    width: 100%;
  }
  .service .serv li .img img {
    height: 180px;
  }
  .service .serv li .serv-cont {
    width: 100%;
    margin: 20px 0 35px;
  }
  .service .serv li .serv-cont h4 {
    font-size: 24px;
  }
  .service .serv li .serv-cont span {
    width: 240px;
    margin: 10px 0 5px;
    padding: 4px;
  }
  .service .serv li .serv-cont p {
    width: 300px;
  }
  .service .serv .lef {
    flex-direction: column;
  }
}

.works ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
}
.works ul li {
  width: 387px; /*height: 326px;*/
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0 5px;
}
.works ul li img {
  border-radius: 5px;
}
.works p {
  margin: 41px auto;
  font-size: 18px;
  font-weight: bold;
  width: 945px;
  max-width: 95%;
  line-height: 175.2%;
  text-align: center;
}
.works .conta-btn.works {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .works ul li {
    /*width: 185px; height: 156px;*/
    padding: 0 4px;
  }
  .works p {
    margin: 17px auto;
    font-size: 16px;
    width: 90%;
    line-height: normal;
  }
}

.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.flow .flow-cont {
  margin: 0 auto;
  width: 945px;
  max-width: 100%;
}
.flow .flow-cont li {
  height: 103px;
  background-color: #2D9BC0;
  margin: 17px auto;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flow .flow-cont li span {
  width: 130px;
  font-size: 48px;
  font-weight: bold;
  color: #FFF;
  opacity: 1;
  text-align: center;
  margin: 0;
}
.flow .flow-cont li h4 {
  width: 314px;
  font-size: 24px;
  color: #E8D813;
  border-right: 2px solid #FFF;
  height: 54px;
  line-height: 54px;
}
.flow .flow-cont li p {
  margin: 0 auto;
  width: 406px;
  font-size: 16px;
  color: #000;
  line-height: normal;
  font-weight: bold;
  padding: 0 26px;
}
@media (max-width: 768px) {
  .flow .flow-cont {
    width: 95%;
  }
  .flow .flow-cont li {
    height: 115px;
    margin: 8px auto;
    border-radius: 5px;
  }
  .flow .flow-cont li:last-of-type h4, .flow .flow-cont li:nth-of-type(3) h4 {
    line-height: 1.5;
  }
  .flow .flow-cont li span {
    font-size: 24px;
    width: 115px;
  }
  .flow .flow-cont li h4 {
    font-size: 16px;
    width: 180px;
    line-height: 1.5;
    display: flex;
    align-items: center;
  }
  .flow .flow-cont li p {
    font-size: 14px;
    padding: 0 10px;
    line-height: 1.2;
  }
}

.news .news-cont {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 50px;
}
.news .news-cont li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 58px;
  font-size: 16px;
  border-bottom: 1px solid;
  width: 945px;
  max-width: 95%;
  margin: 0 auto;
}
.news .news-cont li .date {
  width: 168px;
}
.news .news-cont li .cate {
  width: 157px;
  height: 28px;
  border: 1px solid;
  line-height: 28px;
  text-align: center;
}
.news .news-cont li .cate .info:after, .news .news-cont li .cate .works:after {
  color: #000;
}
.news .news-cont li .cate .info:after {
  content: "information";
}
.news .news-cont li .cate .works:after {
  content: "works";
}
.news .news-cont li .txt {
  margin: 0 auto;
  padding-left: 15px;
  width: 568px;
}
@media (max-width: 768px) {
  .news .news-cont {
    width: 95%;
  }
  .news .news-cont li a {
    display: block;
    height: unset;
    width: unset;
    margin: 0 auto 10px;
    font-size: 14px;
  }
  .news .news-cont li a .date {
    width: unset;
    display: inline-block;
  }
  .news .news-cont li a .cate {
    width: 125px;
    height: 20px;
    line-height: 20px;
    margin-left: 11px;
    display: inline-block;
  }
  .news .news-cont li a .txt {
    width: unset;
    display: block;
    line-height: 2.5;
    padding: 0;
  }
}

.faq .accordion-area.faq-cont {
  width: 945px;
  max-width: 95%;
  margin: 0 auto;
}
.faq .accordion-area.faq-cont li {
  margin-bottom: 19px;
}
.faq .accordion-area.faq-cont li .tit, .faq .accordion-area.faq-cont li .txt {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 0 60px;
  line-height: normal;
}
.faq .accordion-area.faq-cont li .tit {
  background: #2D9BC0;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .faq .accordion-area.faq-cont {
    width: 95%;
  }
  .faq .accordion-area.faq-cont li {
    margin-bottom: 10px;
  }
  .faq .accordion-area.faq-cont li .tit, .faq .accordion-area.faq-cont li .txt {
    padding: 0 45px 0 20px;
    height: 80px;
    justify-content: left;
  }
  .faq .accordion-area.faq-cont li .txt {
    line-height: normal;
    height: auto;
    padding: 15px;
  }
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
}

/*アコーディオンタイトル*/
.tit {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease;
}

/*アイコンの＋と×*/
.tit::before,
.tit::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}

.tit::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}

.tit::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.tit.close::before {
  transform: rotate(45deg);
}

.tit.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
  background: #E8D813;
  border-radius: 5px;
}

.contact {
  margin-bottom: 123px;
}
.contact .conta-wrap {
  display: flex;
  flex-direction: row;
}
.contact .conta-wrap .conta-cont {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 390px;
  align-items: center;
  justify-content: center;
}
.contact .conta-wrap .conta-cont .conta-txt {
  width: 411px;
  max-width: 80%;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 60px;
}
.contact .conta-wrap .conta-img {
  width: 50%;
}
.contact .conta-wrap .conta-img img {
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .contact {
    margin-bottom: 55px;
  }
  .contact .conta-wrap {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .contact .conta-wrap .conta-cont {
    display: block;
    width: 100%;
    height: unset;
    margin-bottom: 20px;
  }
  .contact .conta-wrap .conta-cont .conta-txt {
    margin: 20px auto;
    text-align: left;
  }
  .contact .conta-wrap .conta-cont .conta-btn.conta {
    margin: 0 auto;
  }
  .contact .conta-wrap .conta-img {
    width: 100%;
  }
  .contact .conta-wrap .conta-img img {
    height: unset;
  }
}

footer {
  width: 100%;
  height: 249px;
  background: #000;
}
footer .footer {
  margin: 0 auto;
  width: 945px;
  max-width: 95%;
  height: 249px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #FFF;
}
footer .footer a {
  color: #FFF;
}
footer .footer .g-nav {
  width: 50%;
  display: flex;
  justify-content: space-evenly;
}
footer .footer .g-nav ul {
  line-height: 175.2%;
}
footer .footer .rig-txt {
  width: 50%;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
footer .footer .rig-txt p {
  width: 455px;
  max-width: 95%;
  text-align: center;
}
footer .copyright {
  height: 50px;
  background: #353535;
  text-align: center;
  color: #FFF;
  line-height: 50px;
  font-size: 14px;
}
@media (max-width: 768px) {
  footer .footer {
    width: 100%;
  }
  footer .footer .g-nav {
    display: none;
  }
  footer .footer .rig-txt {
    width: 100%;
  }
  footer .footer .rig-txt P {
    width: 75%;
    line-height: normal;
  }
  footer .copyright {
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/***************************************************/
/* contact
/***************************************************/
.form {
  margin: 5vw auto;
  display: block;
  width: 70%;
  font-size: 2vh;
}
.form .inner {
  margin: 5vw auto;
}
.form .blk {
  margin: 3vh 0;
  padding-bottom: 3vh;
  border-bottom: 2px solid #f7f7f5;
  display: flex;
  justify-content: space-between;
}
.form .contact__lead {
  margin-bottom: 2vh;
  font-weight: bold;
}
.form .tac {
  margin-bottom: 8vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: normal;
}
.form .contactTitle {
  display: flex;
  width: 25%;
  vertical-align: top;
  justify-content: space-between;
}
.form .contactTitle .kome {
  margin: 0 0.5vw;
  padding: 0 0.5vw;
  font-size: 1.5vh;
  background: #eb9aa7;
  color: #FFF;
  border-radius: 5px;
  height: 2.5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
}
@media (max-width: 768px) {
  .form .contactTitle .kome {
    margin: 4px 0.5vw 0 5px;
  }
}
.form .input-area {
  display: inline-block;
  width: 70%;
}
.form .input-area select, .form .input-area input[type=text], .form .input-area input[type=email] {
  padding: 0 1vw;
  width: 99%;
  height: 4vh;
  font-size: 2vh;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media (max-width: 768px) {
  .form .input-area select, .form .input-area input[type=text], .form .input-area input[type=email] {
    width: 97%;
  }
}
.form .input-area textarea { /*display: block;*/
  padding: 1vw;
  width: 99%;
  font-size: 2vh;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media (max-width: 768px) {
  .form .input-area textarea {
    width: 97%;
  }
}
.form .blk.s {
  border-bottom: none;
}
.form .blk.s .contactTitle span:first-of-type {
  width: 70%;
}
.form .blk.inBlk {
  margin: 0;
  padding: 0;
  border: none;
  width: 70%;
}
.form .input-area-s {
  display: inline-block;
  width: 48%;
}
.form .input-area-s input[type=text] {
  margin: 0;
  padding: 1vw;
  width: 97%;
  height: 4vh;
  font-size: 2vh;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.form .btnWrapper {
  text-align: center;
}
.form input[type=submit] {
  font-size: 16px;
  padding: 10px 40px;
  background-color: #EB0046;
  border: none;
  color: #FFF;
  font-weight: bold;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .form {
    width: 95%;
  }
  .form .blk {
    display: block;
  }
  .form .contactTitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 16px;
  }
  .form .contactTitle .kome {
    font-size: 3vw;
  }
  .form .blk.inBlk {
    display: block;
    width: 100%;
  }
  .form .blk.l .contactTitle {
    margin-bottom: 10px;
  }
  .form .input-area-s, .form .input-area {
    width: 100%;
  }
  .form .input-area-s input[type=text], .form .input-area-s input[type=email], .form .input-area input[type=text], .form .input-area input[type=email] {
    margin: 1vh 0;
    height: 8vh;
  }
}

/***************************************************/
/* news content
/***************************************************/
.pr_page {
  margin: 4rem auto;
  width: 45rem;
}
.pr_page p {
  line-height: 2;
}
.pr_page .top_img {
  width: 100%;
  margin: 25px 0;
}
.pr_page .top_img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.pr_page p img {
  text-align: center;
}

.pr_page h1 {
  font-size: 2.9vh;
  line-height: normal;
}

.pr_page span {
  display: flex;
  flex-direction: row-reverse;
}

.pr_page section {
  margin: 6vh 0;
  line-height: 2;
  font-size: 2vh;
}

@media only screen and (max-width: 760px) {
  .pr_page {
    width: 85%;
    margin: 2rem auto;
  }
  .pr_page h1 {
    font-size: 2.5vh;
  }
  .pr_page h4 {
    line-height: 1.5;
    font-size: 2.3vh;
  }
}
.pr_page .newopen, .pr_page .newrelease {
  display: block;
}

.pr_page .newopen:after, .pr_page .newrelease:after {
  padding: 0 1vh;
  vertical-align: middle;
  color: #FFF;
  font-size: 1.5vh;
}

.pr_page .newopen:after {
  content: "NEW OPEN";
  background: #7a8db7;
}

.pr_page .newrelease:after {
  content: "NEW RELEASE";
  background: #b2cb3e;
}

.pagination.cf {
  margin: 4vh auto 0;
  text-align: center;
}

.pagination.cf ul li {
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */