@charset "UTF-8";
/*******************************************
	/css/style.css
*******************************************/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap");
/* 
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, a,
form, input, textarea, select, option, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

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%;
  text-decoration: none;
  vertical-align: baseline;
  color: inherit;
  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;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, textarea, select, option, button {
  vertical-align: middle;
  background-color: #fff;
}

button {
  cursor: pointer;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
  background: #ffffff;
  color: #121212;
  margin: 0 auto;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  position: relative;
  z-index: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

.article {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .article {
    margin-bottom: 60px;
  }
}

a {
  cursor: pointer;
  transition: all 0.2s ease;
}
a:hover {
  opacity: 0.7;
}

p {
  text-align: justify;
}

img {
  width: 100%;
  vertical-align: middle;
}

.inner {
  width: 88%;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .inner {
    width: 1020px;
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .inner.is-spwide {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .inner.is-sp {
    width: 90%;
  }
}
@media screen and (min-width: 751px) {
  .inner.is-small {
    width: 750px;
  }
}

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

@media screen and (max-width: 768px) {
  .for-pc {
    display: none;
  }
}

.for-xs {
  display: none;
}
@media screen and (max-width: 375px) {
  .for-xs {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .xs-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sm-none {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .md-none {
    display: none;
  }
}
@media screen and (max-width: 1020px) {
  .lg-none {
    display: none;
  }
}
/*------------------------------------------
	tit
------------------------------------------*/
.tit {
  font-weight: bold;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 46px;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
}
.tit.is-small {
  margin-bottom: 24px;
  font-size: 2.2rem;
}

.tit01 {
  font-weight: 700;
  font-size: 2.6rem;
  margin: 60px auto 46px;
  letter-spacing: 0.08em;
}
.tit01.is-mt0 {
  margin-top: 0;
}

.tit-set.is-jp {
  position: relative;
  z-index: 1;
  display: block;
  text-align: left;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
}
.tit-set.is-en {
  position: relative;
  z-index: 1;
  display: block;
  margin: 20px auto 40px 0;
  line-height: 1;
  letter-spacing: 0.3em;
  font-family: "Lato", sans-serif;
  color: #959394;
  text-align: left;
  font-weight: normal;
}

.tit-minus {
  font-size: 1.7rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tit-minus {
    line-height: 1.8;
    padding-bottom: 0.8em;
  }
}
.tit-minus::before {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background: #121212;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .tit-minus::before {
    display: none;
  }
}
.tit-minus::after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background: #121212;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .tit-minus::after {
    width: 80%;
    position: absolute;
    bottom: 0;
  }
}

/*------------------------------------------
	tit
------------------------------------------*/
.txt.is-R {
  text-align: right;
}
.txt.is-L {
  -moz-text-align-last: left;
       text-align-last: left;
}
.txt.is-C {
  text-align: center;
}
.txt.is-pc-C {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .txt.is-pc-C {
    text-align: left;
  }
}
.txt.is-mb {
  margin-bottom: 2em;
}
.txt.is-attention {
  color: #143f96;
}

/*------------------------------------------
	btn
------------------------------------------*/
a {
  color: #121212;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

p a {
  text-decoration: underline;
}

.hover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.hover-link:hover {
  background: rgba(255, 255, 255, 0.3);
}

.btn {
  padding: 0 1em;
  box-sizing: border-box;
  width: auto;
  min-width: 300px;
  height: 46px;
  line-height: 46px;
  color: #ffffff;
  background: #143f96;
  text-align: center;
  display: inline-block;
  border-radius: 2em;
}
@media screen and (max-width: 768px) {
  .btn {
    min-width: 0;
    width: 100%;
  }
}
.btn:hover {
  opacity: 0.7 !important;
}
.btn.is-semi {
  height: 60px;
  font-weight: bold;
  line-height: 60px;
}
.btn.is-small {
  min-width: 0;
  line-height: 32px;
  height: 32px;
  padding: 0 3em;
}
.btn.is-white {
  border: 1px solid #ffffff;
  background: none;
}
.btn.is-accent {
  background: #a80169;
  color: #ffffff;
}
.btn.is-mt {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .btn.is-mt {
    margin-top: 2em;
  }
}
.btn.is-new {
  background: #a80169;
  color: #ffffff;
  height: 60px;
  font-weight: bold;
  line-height: 60px;
  transition: 0.3s ease !important;
  padding: 0 4em;
}
@media screen and (max-width: 768px) {
  .btn.is-new {
    padding: 0 1em;
  }
}
.btn.is-new:hover {
  background: #cb1965;
  opacity: 1 !important;
  padding: 0 2em;
}
@media screen and (max-width: 768px) {
  .btn.is-sp-min {
    width: 300px;
    max-width: 100%;
  }
}

.btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-list li {
  margin: 0 30px 30px;
}

/*------------------------------------------
	txt
------------------------------------------*/
.img {
  display: block;
}
.img.is-of_hidden {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img.is-of_hidden img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.img.is-mb-s {
  margin-bottom: 20px;
}
.img.is-mt-s {
  margin-top: 20px;
}

/*------------------------------------------
	list
------------------------------------------*/
.lists {
  margin: 1em 0;
}
@media screen and (min-width: 751px) {
  .lists {
    margin: 6.2rem 0;
  }
}
.lists li {
  margin-left: 1.2em;
}
.lists.is-num {
  list-style: decimal;
}
.lists.is-bignum {
  counter-reset: number 0;
}
.lists.is-bignum li::before {
  counter-increment: number 1;
  content: "0" counter(number) " ";
  font-family: "Lato", sans-serif;
  font-size: 2.9rem;
  font-weight: bold;
  margin-right: 1em;
}
.lists.is-dotted li {
  margin-left: 0;
  padding-left: 1.6rem;
  position: relative;
}
.lists.is-dotted li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.lists.is-caution li {
  margin-left: 0;
  padding-left: 1.6rem;
  margin-left: 0.4rem;
  position: relative;
}
.lists.is-caution li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.lists.is-next {
  margin-top: 2.6rem;
}
@media screen and (min-width: 751px) {
  .lists.is-next {
    margin-top: -29px;
  }
}

/*------------------------------------------
	link
------------------------------------------*/
.link {
  text-align: center;
  margin: 1.2rem auto;
  padding-bottom: 0.4rem;
  display: block;
}
@media screen and (min-width: 751px) {
  .link {
    margin-top: 45px;
  }
}
.link span {
  font-size: 1.7rem;
  border-bottom: 1px solid;
}
@media screen and (min-width: 751px) {
  .link span {
    font-size: 2.2rem;
  }
}
.link span::after {
  content: url("../images/common/icon_link-arrow.svg");
  width: 7.5px;
  display: inline-block;
  margin-left: 1rem;
}

.link-blank::after {
  content: url("../images/common/link-blank.svg");
  width: 1em;
  display: inline-block;
  margin-left: 0.3em;
  position: relative;
  top: 0.2em;
}
.link-blank.is-white::after {
  content: url("../images/common/link-blank-w.svg");
}

.link-hover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  transition: 0.3s ease;
}
.link-hover:hover {
  opacity: 0.3;
  background: #f0f0f0;
}
.link-hover.is-color:hover {
  background: rgba(20, 63, 150, 0.9);
  opacity: 0.7;
  z-index: 0;
}

/*------------------------------------------
	table
------------------------------------------*/
table {
  width: 100%;
  border-top: solid 1px #cbcbcb;
}
@media screen and (max-width: 768px) {
  table {
    display: block;
    line-height: 1.6;
  }
}
@media screen and (max-width: 375px) {
  table tbody {
    display: block;
    width: 100%;
  }
}
table tr {
  border-bottom: solid 1px #cbcbcb;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 375px) {
  table tr {
    display: block;
    padding: 0;
    border: none;
  }
}
table th,
table td {
  padding: 0.8em 0.5em;
  vertical-align: top;
  line-height: 1.6;
}
@media screen and (max-width: 375px) {
  table th,
  table td {
    display: block;
    width: 100% !important;
    padding: 0;
  }
}
table th {
  color: #959394;
  font-weight: normal;
  width: 5.5em;
}
@media screen and (max-width: 768px) {
  table th {
    font-size: 1.3rem;
    width: 5em;
    padding-right: 0;
    padding-top: 0.6em;
  }
}
@media screen and (max-width: 375px) {
  table th {
    padding: 0.6em 0.1em 0;
  }
}
table td {
  width: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 375px) {
  table td {
    max-width: none;
    padding: 0 0.1em 0.6em;
    border-bottom: solid 1px #cbcbcb;
  }
}
table td:first-child {
  width: 180px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  table td:first-child {
    background: #cbcbcb;
  }
}
table td.is-money {
  color: #143f96;
  font-size: 1.8rem;
  font-weight: bold;
}
table td.is-money span {
  font-size: 1.5rem;
}
table td.is-seiyaku {
  color: #a80169;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  table td + td {
    margin-top: -1.5em;
  }
}
table iframe {
  width: 98%;
  height: 350px;
  margin-top: 0.6em;
}

.table__item.is-link a {
  margin-right: 0.5em;
  text-decoration: underline;
  color: #143f96;
}
.table__item.is-name {
  font-weight: bold;
}
.table__item.is-money {
  font-weight: bold;
}
.table__item.is-money span {
  font-size: 1.9rem;
}

/*------------------------------------------
	video
------------------------------------------*/
.video {
  height: auto;
  width: 100%;
}
.video video {
  width: 100%;
  height: auto;
}

/*------------------------------------------
	txt
------------------------------------------*/
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex.is-fs {
  align-items: flex-start;
}
.flex__txt {
  flex: 1;
}
.flex__img {
  margin-left: 50px;
}
.flex__img img {
  max-width: 400px;
}

/*------------------------------------------
	bgcont
------------------------------------------*/
.bgcont {
  padding: 100px 0;
  text-align: center;
  background: url(../images/common/bg-border.png) repeat #eaeaea;
  margin-bottom: -100px;
}
.bgcont__wrap {
  padding: 40px;
  background: #ffffff;
  border: 10px solid #cbcbcb;
}
.bgcont__txt.is-C {
  text-align: center;
}
.bgcont .btn {
  margin-top: 32px;
}

/*------------------------------------------
	section
------------------------------------------*/
.article > .section.is-padding {
  padding-top: 0;
}

.section {
  position: relative;
  z-index: 0;
}
.section.is-padding {
  padding: 80px 0 100px;
}
.section.is-mt0 {
  margin-top: -60px;
}
.section.is-mb0 {
  margin-bottom: -100px;
}
@media screen and (max-width: 768px) {
  .section.is-mb0 {
    margin-bottom: -60px;
  }
}
.section.is-mt {
  margin-top: 80px;
}
.section.is-pt {
  padding-top: 80px;
}
.section.is-pb {
  padding-bottom: 100px;
}
.section.is-txtL {
  text-align: left;
}

/*------------------------------------------
	header
------------------------------------------*/
.frontpage .header {
  position: relative;
}

.header {
  width: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999999;
  box-sizing: border-box;
  padding: 10px 50px;
  transition: 0.3s;
  background: white;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 12px 5vw;
  }
}
.header.is-fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .logo {
  max-width: 80%;
  max-width: calc(100% - 72px);
}
.header .logo-img {
  display: block;
  width: 180px;
  max-width: 100%;
  margin-right: 40px;
}
.header .logo img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .header .logo {
    flex: 1;
    margin-right: 40px;
  }
}

/*------------------------------------------
	gnav
------------------------------------------*/
.nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1020px) {
  .nav {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: #eaeaea;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1020px) {
  .nav.is-active {
    display: block;
    width: 100%;
  }
}

.gnav {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1020px) {
  .gnav {
    margin-bottom: 24px;
    border-top: 1px solid #cbcbcb;
  }
}
@media screen and (max-width: 1020px) {
  .gnav-item {
    display: block;
    width: 100%;
  }
}
.gnav-item a {
  margin: 0 1.8em 0 0;
  display: block;
  text-align: center;
  padding: 0.3em 0;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 1020px) {
  .gnav-item a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    box-sizing: border-box;
    width: 100%;
    color: #121212;
    border-bottom: 1px solid #cbcbcb;
    padding: 0 5vw;
    height: 9vh;
    line-height: 9vh;
  }
}
.gnav-item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #143f96;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media screen and (max-width: 1020px) {
  .gnav-item a::after {
    display: none;
  }
}
.gnav-item a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 1020px) {
  .gnav-item.tel {
    position: absolute;
    left: 0;
    bottom: 0;
    border: none;
    color: #000;
    text-align: left;
    font-weight: 600;
    padding: 1em 5vw;
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1020px) {
  .gnav-item.tel::before {
    display: block;
    content: "お電話でのお問合せは";
    font-size: 14px;
  }
}
@media screen and (max-width: 1020px) {
  .gnav-item.tel a {
    padding: 0;
    margin: 0;
    border: none;
    display: inline-block;
    width: auto;
    font-size: 20px;
    color: #000;
  }
}
@media screen and (max-width: 1020px) {
  .gnav-item.tel a::before {
    display: inline-block;
    content: "TEL : ";
    font-size: 14px;
  }
}
@media screen and (max-width: 1020px) {
  .gnav-list {
    box-sizing: border-box;
    height: 100%;
    display: block;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.gnav__btn {
  padding: 0em 1em;
  margin: 0;
  background: #143f96;
  color: #ffffff;
  text-align: center;
  margin-left: 1em;
  line-height: 2.2;
  display: inline-block;
}
@media screen and (max-width: 1020px) {
  .gnav__btn {
    margin: 0 5px;
  }
}
.gnav__btn.is-gray {
  background: #959394;
}

.gbtn {
  display: none;
  background: none;
}

@media screen and (max-width: 1020px) {
  .gbtn {
    display: block;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    z-index: 999;
    position: relative;
    width: 32px;
    height: 28px;
  }
  .gbtn.is-active {
    position: fixed;
    right: 5vw;
    top: 12px;
  }
  .gbtn span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #143f96;
  }
  .gbtn span:nth-of-type(1) {
    top: 0;
  }
  .gbtn span:nth-of-type(2) {
    top: 13px;
  }
  .gbtn span:nth-of-type(3) {
    bottom: 0;
  }
  .gbtn.active span {
    background-color: #fff;
  }
  .gbtn.active span:nth-of-type(1) {
    transform: translateY(13px) rotate(-45deg);
  }
  .gbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .gbtn.active span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
  }
}
/*------------------------------------------
	footer
------------------------------------------*/
.footer {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0;
  }
}

.fsearch {
  background: #143f96;
  padding: 30px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.fsearch-tit {
  margin-right: 1em;
}
.fsearch-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fsearch-item {
  margin: 0 0.5em;
}
.fsearch-item a {
  color: #ffffff;
  padding: 0.3em 1.4em 0.5em;
  border-radius: 2em;
  border: 1px solid #ffffff;
}
.fsearch-item a:hover {
  background: #2168a6;
  opacity: 1;
}

.fmenu {
  text-align: center;
  padding: 30px 5%;
  background: #bbbbbb;
}

.fnav {
  background: #143f96;
  padding: 20px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fnav {
    padding: 0;
    display: block;
  }
}
.fnav-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .fnav-menu {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.2rem;
    font-family: "Lato", sans-serif;
    text-align: center;
    color: #ffffff;
    background: #555555;
  }
}
.fnav-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .fnav-list {
    display: block;
  }
}
.fnav-item {
  padding: 0 1.5em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .fnav-item {
    padding: 0;
    line-height: 3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .fnav-item:last-child {
    border-bottom: none;
  }
}
.fnav-item a {
  color: #ffffff;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .fnav-item a {
    display: block;
    width: 100%;
  }
}

.fbtn {
  padding-bottom: 30px;
  border-bottom: 1px solid #959394;
}
.fbtn p {
  text-align: center;
  margin-bottom: 10px;
}
.fbtn__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fbtn__item {
  padding: 0.4em 1em;
  margin: 0;
  background: #143f96;
  color: #ffffff;
  text-align: center;
  margin: 0 0.5em;
}
.fbtn__item.is-gray {
  background: #555555;
}

.flogo-img {
  display: block;
  width: 180px;
  margin: 30px auto;
}

.fname {
  margin: 20px auto;
  line-height: 2;
  text-align: center;
  font-size: 1.3rem;
}

.fcopy {
  color: rgba(20, 19, 19, 0.6);
  text-align: center;
  margin: 0 auto;
  font-size: 1.1rem;
}

/*------------------------------------------
	メインビジュアル
------------------------------------------*/
.mv {
  position: relative;
  z-index: 0;
  height: 80vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 90vh;
    height: 90svh;
    display: block;
    background: #0075d5;
  }
}
.mv__txt {
  color: #e7ebed;
  line-height: 2.6;
  font-size: 0.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 2vw 3vw 1.6vw;
  background: rgba(0, 128, 215, 0.65);
}
@media screen and (max-width: 768px) {
  .mv__txt {
    font-size: 1.4rem;
    display: block;
    background: none;
    padding: 70px 5vw;
    line-height: 2.4;
  }
}
.mv__txt p {
  text-align: center;
}
.mv__tit {
  font-size: 1.2vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  .mv__tit {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.mv__img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 50%;
  margin-left: -50%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv__img {
    top: auto;
    bottom: 0;
    height: 50vh;
  }
}
.mv__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__btn {
  margin-top: 2vw;
  padding: 0.15vw 3vw;
  box-sizing: border-box;
  color: #ffffff;
  background: #a80169;
  text-align: center;
  display: inline-block;
  border-radius: 2vw;
  font-size: 0.9vw;
}
@media screen and (max-width: 768px) {
  .mv__btn {
    font-size: 1.4rem;
    margin-top: 40px;
    padding: 0.2em 2em;
    border-radius: 4em;
  }
}
.mv__btn:hover {
  opacity: 0.7 !important;
}

/*------------------------------------------
	メインビジュアル
------------------------------------------*/
.sub-mv {
  position: relative;
  z-index: 0;
  text-align: center;
  margin: 0 auto 60px;
  padding: 110px 0 90px;
  background: url(../images/common/bg-logo-w.png) no-repeat 65vw center #eaeaea;
}
@media screen and (max-width: 768px) {
  .sub-mv {
    padding: 40px 5vw;
    margin-bottom: 20px;
  }
}
.sub-mv__tit {
  position: relative;
  z-index: 1;
  display: block;
  text-align: left;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
}
.sub-mv__en {
  position: relative;
  z-index: 1;
  display: block;
  margin: 20px auto 0 0;
  line-height: 1;
  letter-spacing: 0.3em;
  font-family: "Lato", sans-serif;
  color: #959394;
  text-align: left;
}

/*------------------------------------------
	endcontact
------------------------------------------*/
.endcontact {
  padding: 100px 0;
  text-align: center;
  background: url(../images/common/bg-border.png) repeat #eaeaea;
}
@media screen and (max-width: 768px) {
  .endcontact {
    padding: 40px 0;
  }
}
.endcontact__wrap {
  padding: 40px 20px;
  background: #ffffff;
  border: 10px solid #cbcbcb;
}
.endcontact__en {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  color: #959394;
}
.endcontact__txt {
  margin-bottom: 1.4em;
}

/*------------------------------------------
	catalog
------------------------------------------*/
.catalog {
  padding: 60px 0;
  background: url(../images/common/bg-company.jpg) no-repeat center center;
  background-size: cover;
}
.catalog-wrap {
  background: #cecece;
  padding: 60px 40px;
  position: relative;
  z-index: 0;
}
.catalog .tit-en {
  position: absolute;
  right: -0.16em;
  top: -0.16em;
  color: rgba(20, 63, 150, 0.1);
}
.catalog .tit {
  text-align: left;
  color: #141313;
  margin-bottom: 0.2em;
}
.catalog p {
  text-align: left;
  color: #141313;
  margin-bottom: 2em;
}

.cataform {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cataform input {
  flex: 1;
  background: #ffffff;
  border: 1px solid #959394;
  padding: 0.2em 1em;
  font-size: 1.9rem;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  color: #141313;
}
.cataform .btn {
  margin: 0 0 0 2rem;
}

/*------------------------------------------
	loading
------------------------------------------*/
.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
}
.loading .txt img {
  width: 120px;
}
.loading .loader {
  color: #959394;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  right: 10vw;
  bottom: 10vw;
  text-indent: -9999em;
  animation: load4 1.3s infinite linear;
  transform: translateZ(0);
}
@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/*------------------------------------------
	history
------------------------------------------*/
.history__item {
  text-align: left;
}
.history dt {
  position: relative;
  padding-left: 3em;
  font-size: 1.3rem;
  opacity: 0.8;
}
.history dt::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 0.7em;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}
.history dd {
  padding: 0.2em 0 1em 3em;
  border-left: 2px solid #555555;
  box-sizing: border-box;
}

/*------------------------------------------
	form
------------------------------------------*/
.form {
  background: rgba(33, 104, 166, 0.15);
}
@media screen and (max-width: 768px) {
  .form {
    margin-top: 40px;
  }
}
.form .hissu,
.form .nini {
  font-size: 90%;
  padding: 0.1em 1.4em;
  border-radius: 2em;
  margin-right: 0.8em;
  display: inline-block;
}
.form .hissu {
  background: #143f96;
  color: #ffffff;
}
.form .nini {
  background: white;
}
.form dl {
  margin-bottom: 2.4em;
}
.form dt {
  font-weight: bold;
  margin-bottom: 1em;
  text-align: left;
}
.form textarea,
.form input {
  background: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1em 2em;
  border-radius: 0.8em;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.form input[type=radio],
.form input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin: 0 0.5em;
}
.form label {
  display: block;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
}
.form .check {
  padding: 2em 1em;
  box-sizing: border-box;
  text-align: center;
  display: block;
  width: 100%;
  margin: 1em auto;
  background: rgba(149, 147, 148, 0.2);
  font-size: 1.3rem;
}
.form .check p {
  text-align: center;
}
.form .check label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5em auto 0;
  padding: 0.5em 3em;
  color: #141313;
  background: rgba(255, 234, 0, 0.8);
  font-size: 1.5rem;
  font-weight: normal;
  border-radius: 0.8em;
  text-align: left;
  line-height: 1.8;
  width: 360px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .form .check label {
    padding: 0.5em 1em;
  }
}
.form input[type=submit] {
  padding: 0.5em 1em;
  box-sizing: border-box;
  width: auto;
  min-width: 80%;
  line-height: 46px;
  color: #ffffff;
  background: #143f96;
  text-align: center;
  display: inline-block;
  margin: 1em auto 0;
  border-radius: 2em;
  transition: 0.3s ease;
}
.form input[type=submit]:hover {
  color: #141313;
  background: #a80169;
  transform: scale(0.95, 0.95);
}
.form p {
  margin: 0;
}

/*------------------------------------------
	telbox
------------------------------------------*/
.telbox {
  width: 100%;
  background: #061636;
  color: #ffffff;
  padding: 20px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .telbox {
    display: block;
    padding: 1.6em 1em;
  }
}
.telbox dt {
  padding: 10px 40px 10px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .telbox dt {
    border: none;
    display: block;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .telbox dt p {
    text-align: center;
  }
}
.telbox dd {
  padding-left: 40px;
  font-size: 1.9rem;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .telbox dd {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0;
    line-height: 1.2;
  }
}
.telbox dd span {
  font-size: 2.9rem;
  font-weight: bold;
}

/*------------------------------------------
	slider
------------------------------------------*/
.slider {
  margin: 20px auto 60px;
}
@media screen and (max-width: 768px) {
  .slider {
    margin: 0 auto 40px;
  }
}
.slider__item {
  background: #eaeaea;
  border: 10px solid #eaeaea;
}
.slider__item img {
  width: 100%;
  height: 460px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .slider__item img {
    height: 250px;
  }
}

.thumbs {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaeaea;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .thumbs {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.thumbs__item {
  margin: 5px;
  box-sizing: border-box;
  position: relative;
  opacity: 0.8;
  max-width: 140px;
}
@media screen and (max-width: 768px) {
  .thumbs__item {
    width: 22%;
    width: calc((100% - 40px) / 4);
    margin: 5px;
  }
}
.thumbs__item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.thumbs__item.thumbnail-current {
  opacity: 1;
}
.thumbs__item.thumbnail-current::after {
  opacity: 0;
}
.thumbs__item:hover::after {
  opacity: 0;
  transition: 0.1s ease;
}
.thumbs__item img {
  width: 100%;
  margin: 0 auto;
}

/*------------------------------------------
	category-list
------------------------------------------*/
.category-list__list {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  height: 300px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .category-list__list {
    display: block;
    height: auto;
  }
}
.category-list__item {
  position: relative;
  z-index: 0;
  width: 33.3333333333%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .category-list__item {
    display: block;
    width: 100%;
    padding: 40px 0;
  }
}
.category-list__item::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  left: 0;
  top: 0;
}
.category-list__item.is-house {
  background: url(../images/common/category-list-house.jpg) no-repeat center center;
  background-size: cover;
}
.category-list__item.is-mansion {
  background: url(../images/common/category-list-mansion.jpg) no-repeat center center;
  background-size: cover;
}
.category-list__item.is-land {
  background: url(../images/common/category-list-land.jpg) no-repeat center center;
  background-size: cover;
}
.category-list__txt {
  font-size: 1.2vw;
  color: #ffffff;
  position: relative;
  z-index: 3;
}
.category-list__txt p {
  text-align: center;
  width: 100%;
}
.category-list__en {
  font-size: 0.8vw;
  font-family: "Lato", sans-serif;
}

/*------------------------------------------
	login-area
------------------------------------------*/
.login-area {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.login-area::beforea {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #eaeaea;
}
.login-area__wrap {
  width: 400px;
}
.login-area__logo {
  width: 240px;
  margin-bottom: 40px;
}
.login-area__tit {
  font-size: 2.1rem;
  margin-bottom: 30px;
}
.login-area__txt {
  margin-bottom: 20px;
  text-align: center;
}
.login-area input {
  padding: 1em 1.5em 0.7em;
  font-size: 1.7rem;
  border-radius: 0.8em;
  margin-bottom: 0.5em;
  display: block;
  width: 100%;
  border: 2px solid rgba(149, 147, 148, 0.4);
}
.login-area__forget {
  font-size: 1.2rem;
  margin-top: 2em;
  line-height: 1.6;
  display: block;
  text-align: center;
}
.login-area__forget a {
  text-decoration: underline;
  color: #143f96;
}
.login-area .login-check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.login-area .login-check:hover {
  cursor: pointer;
}
.login-area .login-check input {
  width: 1.1em;
  height: 1.1em;
  margin: 0 0.4em;
}

.login-form__btn {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: #143f96;
  text-align: center;
  display: inline-block;
  border-radius: 2em;
  margin: 0.7em auto 0;
}
.login-form__btn:hover {
  opacity: 0.7 !important;
}

/*------------------------------------------
	pager
------------------------------------------*/
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3em auto;
}
.pager li {
  background: #ffffff;
  border: solid 1px #bbbbbb;
  margin: 0 0.5em;
  position: relative;
  z-index: 0;
}
.pager li.is-current {
  background: #bbbbbb;
  padding: 0.2em 1em;
}
.pager li a {
  padding: 0.2em 1em;
  display: block;
}

/*------------------------------------------
	category
------------------------------------------*/
.category {
  font-size: 1.2rem;
  padding: 0.4em 1em;
  background: #bbbbbb;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
}
.category.is-new_kodate {
  background: #2168a6;
}
.category.is-old_kodate {
  background: #337aa6;
}
.category.is-new_mansion {
  background: #6fa8bf;
}
.category.is-old_mansion {
  background: #b0cdd9;
}
.category.is-tochi {
  background: #555555;
}
.category.is-new {
  color: #a80169;
  background: #ffffff;
  border: solid 1px #a80169;
}
.category.is-shodan {
  background: #143f96;
}
.category.is-seiyaku {
  background: #a80169;
}

/*------------------------------------------
	contact
------------------------------------------*/
.contact .section.is-mt {
  margin-top: 20px;
}

/*------------------------------------------
	frontpage
------------------------------------------*/
.frontpage .news {
  background: #eaeaea;
  padding: 40px 0 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .frontpage .news {
    padding: 2em 0 1em;
  }
}
.frontpage .news__tit {
  position: relative;
  z-index: 1;
  display: block;
  margin: 20px auto 40px 0;
  line-height: 1;
  letter-spacing: 0.3em;
  font-family: "Lato", sans-serif;
  color: #959394;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .frontpage .news__tit {
    margin: 0 auto 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #cbcbcb;
  }
}
.frontpage .news__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  .frontpage .news__item {
    display: block;
    margin-bottom: 1em;
  }
}
.frontpage .news__data {
  opacity: 0.7;
  width: 10em;
}
@media screen and (max-width: 768px) {
  .frontpage .news__data {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.frontpage .news__cont {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .frontpage .news__cont {
    display: block;
    width: 100%;
    line-height: 1.6;
  }
}
.frontpage .news__cont a {
  text-decoration: underline;
}
.frontpage .newlist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .frontpage .newlist {
    display: block;
  }
}
.frontpage .newlist__item {
  text-align: left;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .frontpage .newlist__item {
    max-width: 500px;
    margin: 0 auto 40px;
    width: 100%;
    min-width: 0;
  }
}
.frontpage .newlist__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.3s ease;
}
.frontpage .newlist__link:hover {
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.frontpage .newlist__img img {
  height: 200px;
  margin-bottom: 1.2em;
  -o-object-fit: cover;
     object-fit: cover;
}
.frontpage .newlist__titarea {
  margin-bottom: 0.4em;
}
.frontpage .newlist__money {
  font-weight: bold;
  color: #143f96;
  line-height: 1;
  margin-bottom: 1em;
  margin-top: 0.4em;
}
.frontpage .newlist__money span {
  font-size: 2.4rem;
}
.frontpage .newlist__date {
  font-size: 1.2rem;
  color: #959394;
  display: block;
}
.frontpage .newlist__tit {
  font-weight: bold;
  margin-bottom: 0.4em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frontpage .newlist__detail {
  line-height: 1.2;
}
.frontpage .newlist__detail p {
  margin-bottom: 0.8em;
}

.top-detail {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  margin: 0.4em 0;
}
.top-detail__tit {
  display: inline-block;
  padding: 0.1em;
  line-height: 1;
  border: 1px solid #959394;
  margin-right: 0.3em;
}
.top-detail__cont {
  line-height: 1.2;
}

/*------------------------------------------
	privacy
------------------------------------------*/
/*------------------------------------------
	single
------------------------------------------*/
.archive {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
.bg {
  background: #e7f6ff;
  padding: 4em 0 4em;
  position: relative;
  z-index: 0;
}

.aclist-list {
  position: relative;
  z-index: 0;
  padding: 0 3em 5em;
  margin-bottom: 5em;
  border-bottom: 1px solid #555555;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .aclist-list {
    padding: 1.5em 5vw;
    display: block;
    margin: 0 auto;
    padding: 2em 0;
  }
}
.aclist-main {
  flex: 1;
}
.aclist-new {
  display: inline-block;
  color: #143f96;
  border: solid 1px #143f96;
  padding: 0 1em;
  margin-bottom: 0.7em;
  border-radius: 0.2em;
}
.aclist-tit {
  font-size: 1.6rem;
}
.aclist-date {
  display: inline-block;
  color: rgba(18, 18, 18, 0.6);
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .aclist-date {
    display: block;
  }
}
.aclist-text {
  line-height: 1.8;
}
.aclist-cat {
  margin-top: 0.5em;
  display: inline-block;
}
.aclist-cat li {
  display: inline-block;
}
.aclist-cat a {
  font-size: 1.3rem;
  display: inline-block;
  margin-right: 0.6em;
  padding: 0 1em;
  background: #959394;
  border-radius: 0.2em;
  line-height: 1.6;
  color: #141313;
}
@media screen and (max-width: 768px) {
  .aclist-cat {
    display: block;
    margin-bottom: 0.5em;
  }
}
.aclist-file {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1em 0.5em;
  margin-top: 2em;
}
.aclist-file li a {
  background: #eaeaea;
  padding: 0.6em 2em;
  border-radius: 2em;
  display: block;
}
.aclist-img {
  margin: 0 0 0 3em;
  width: auto;
  max-width: 45%;
}
@media screen and (max-width: 768px) {
  .aclist-img {
    max-width: 100%;
    margin: 40px auto 0;
  }
}
.aclist-img li {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .aclist-img li {
    margin-bottom: 1em;
  }
}
.aclist-img li:last-child {
  margin-bottom: 0;
}
.aclist-img img {
  width: auto;
  max-width: 100%;
}

.single {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
.single::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 110vw;
  /* height: 80%; */
  height: 600px;
  margin: -5% -10% 0;
  background: rgba(20, 63, 150, 0.1);
  transform-origin: left center;
  transform: rotate(-9deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .single::before {
    width: 140vw;
    height: 400px;
    max-height: 40vw;
  }
}

.smain {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .smain {
    width: 96%;
    padding: 1em 0 2em;
  }
}

.ssec {
  padding: 0;
  text-align: left;
}

.sheader {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #555555;
  position: relative;
  z-index: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sheader {
    padding: 0 5vw 2em;
  }
}
.sheader-page {
  color: rgba(18, 18, 18, 0.6);
  font-size: 1.2rem;
  margin-bottom: 0.5em;
  text-align: right;
}
.sheader-page p {
  display: inline-block;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #555555;
}
@media screen and (max-width: 768px) {
  .sheader-page p {
    padding: 0 0 1em;
    margin-bottom: 2em;
    display: block;
  }
}
.sheader-tit {
  font-size: 1.8rem;
  margin-bottom: 0.7em;
}
.sheader-date {
  display: inline-block;
  color: rgba(18, 18, 18, 0.6);
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sheader-date {
    display: block;
  }
}
.sheader-cat {
  display: inline-block;
}
.sheader-cat li {
  display: inline-block;
}
.sheader-cat a {
  font-size: 1.3rem;
  display: inline-block;
  margin-right: 0.6em;
  padding: 0 1em;
  background: #959394;
  border-radius: 0.2em;
  line-height: 1.6;
  color: #141313;
}
@media screen and (max-width: 768px) {
  .sheader-cat {
    display: block;
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .sblog {
    padding: 0 5vw 0;
  }
}
.sblog h2 {
  font-size: 2rem;
  margin: 3em 0 1em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1.2;
}
.sblog h2::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 1.2em;
  background: #143f96;
  margin-right: 0.5em;
}
.sblog h3 {
  font-size: 1.7rem;
  margin: 3em 0 1em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1.2;
}
.sblog h3::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 1.2em;
  background: #ffffff;
  margin-right: 0.5em;
}
.sblog h4 {
  font-size: 1.6rem;
  margin: 3em 0 1em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1.2;
}
.sblog h4::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 1.2em;
  background: #555555;
  margin-right: 0.5em;
}
.sblog p {
  margin: 2em auto;
}
.sblog figure {
  margin: 2em auto;
  max-width: 100%;
  height: auto;
}
.sblog img {
  margin: 2em auto;
  max-width: 100%;
  height: auto;
}
.sblog ul {
  margin: 2em auto;
}
.sblog li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.sblog li::before {
  content: "";
  width: 1em;
  height: 1px;
  background: #143f96;
  margin-right: 0.5em;
  display: inline-block;
}

.stag {
  margin: 2em auto 0;
  text-align: right;
}
.stag p,
.stag a,
.stag .cat,
.stag .tag {
  display: inline-block;
  color: rgba(18, 18, 18, 0.6);
  font-size: 1.2rem;
  margin-right: 1em;
}
.stag a {
  text-decoration: underline;
}

.spager {
  color: #141313;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
}
.spager li a {
  display: inline-block;
  width: auto;
  padding: 0.5em 2em;
  background: #959394;
  margin: 0 1em;
}

/*------------------------------------------
	list
------------------------------------------*/
.list .all-list__item {
  padding: 4em 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .list .all-list__item {
    padding: 2em 5vw;
  }
}
.list .all-list__item:nth-child(2n) {
  background: rgba(20, 63, 150, 0.1);
}
.list .all-list__item:nth-child(2n-1) .all-list__img li {
  background: rgba(20, 63, 150, 0.1);
}
.list .all-list__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 90%;
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .list .all-list__wrap {
    display: block;
    max-width: none;
    margin: 0 auto;
    width: 90%;
  }
}
.list .all-list__midashi {
  width: 50%;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .list .all-list__midashi {
    margin: 0 auto;
    width: 100%;
  }
}
.list .all-list__text {
  width: 50%;
  max-width: 480px;
  min-width: 365px;
}
@media screen and (max-width: 768px) {
  .list .all-list__text {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.list .all-list__titarea {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .list .all-list__titarea {
    margin-bottom: 1em;
  }
}
.list .all-list__tit {
  font-size: 1.8rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 1.6;
  margin-bottom: 0.2em;
}
.list .all-list__date {
  color: #959394;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 0.5em;
}
.list .all-list__img {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .list .all-list__img {
    flex-wrap: wrap;
    margin: 2em auto;
  }
}
.list .all-list__img li {
  height: 185px;
  overflow: hidden;
  margin-right: 10px;
  background: #fff;
  width: 50%;
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .list .all-list__img li {
    width: 48%;
    width: calc((100% - 10px) / 2);
    height: 30vw;
    max-width: none;
  }
  .list .all-list__img li:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  .list .all-list__img li {
    width: 100%;
    margin: 0 auto 10px;
    height: 50vw;
  }
}
.list .all-list__img li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.list .all-list__money {
  font-weight: bold;
  color: #143f96;
}
.list .all-list__money span {
  font-size: 1.8rem;
}
.list .all-list__link {
  padding: 0 1em;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  background: #143f96;
  text-align: center;
  display: block;
  border-radius: 2em;
  width: 100%;
  margin: 1.6em auto 0;
}
@media screen and (max-width: 768px) {
  .list .all-list__link {
    margin: 1.6em auto 0;
  }
}
.list .all-list__link:hover {
  opacity: 0.7 !important;
  transition: 0.3s;
}
.list .all-list__table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .list .all-list__table {
    width: 100%;
  }
}

/*------------------------------------------
	item
------------------------------------------*/
.item__titarea {
  text-align: left;
}
.item__first {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .item__first {
    display: block;
  }
}
.item__titarea {
  max-width: 40%;
  width: 380px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .item__titarea {
    width: 100%;
    max-width: 100%;
  }
}
.item__tit {
  font-size: 1.9rem;
  text-align: left;
  padding-bottom: 0.8em;
  margin-bottom: 2em;
  border-bottom: 2px solid #959394;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .item__tit {
    padding-bottom: 0;
    margin-bottom: 0.6em;
    border-bottom: none;
    line-height: 1.8;
  }
}
.item__money {
  font-weight: bold;
  color: #143f96;
  line-height: 1;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
@media screen and (max-width: 768px) {
  .item__money {
    margin-bottom: 0.8em;
  }
}
.item__money span {
  font-size: 2.8rem;
}
.item__date {
  color: #959394;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 1.4em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .item__date {
    display: block;
    margin: 0.6em auto 0.6em 0;
  }
}
.item__txtarea {
  flex: 1;
  font-size: 1.3rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .item__txtarea {
    margin-bottom: 1.6em;
  }
}
.item__tit-small {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  margin: 4em auto 2em;
  text-align: left;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .item__tit-small {
    align-items: stretch;
    margin-bottom: 1em;
  }
}
.item__tit-small::before {
  content: "";
  width: 0.2em;
  height: 2.2em;
  background: #959394;
  display: block;
  margin-right: 0.8em;
}
@media screen and (max-width: 768px) {
  .item__tit-small::before {
    height: auto;
  }
}
.item table {
  border-right: 1px solid #cbcbcb;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .item table {
    border-bottom: 1px solid #cbcbcb;
    border-top: none;
  }
}
.item table tbody {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .item table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .item table tr {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    border: none;
  }
}
.item table th,
.item table td {
  padding: 0.8em 0.5em 0.8em 1em;
}
@media screen and (max-width: 768px) {
  .item table th,
  .item table td {
    display: inline-block;
    box-sizing: border-box;
    padding: 0.6em 0.5em 0.6em 1em;
  }
}
.item table th {
  width: 16%;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
}
@media screen and (min-width: 751px) {
  .item table th:nth-child(3) {
    width: 8.5em;
  }
}
@media screen and (max-width: 768px) {
  .item table th {
    width: 30% !important;
    border-top: 1px solid #cbcbcb;
    padding-top: 0.9em;
  }
}
.item table td {
  width: 34%;
}
@media screen and (max-width: 768px) {
  .item table td {
    width: auto;
    flex: 1;
    min-width: 70% !important;
    border-top: 1px solid #cbcbcb;
    border-bottom: none;
  }
}
.item__day {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .item__day {
    margin-top: 1.2em;
    font-size: 1.3rem;
  }
}
.item__day dl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.item__day dt {
  color: #959394;
}
.item__day dt::after {
  content: "/";
  display: inline-block;
  margin: 0 0.4em;
}

.item-file {
  background: #eaeaea;
  border-radius: 1em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2em;
  box-sizing: border-box;
  margin-top: 1em;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  .item-file {
    display: block;
    padding: 1em 1em 1.4em;
  }
}
.item-file__tit {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .item-file__tit {
    margin-bottom: 0.4em;
  }
}
.item-file__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 1;
  gap: 0.6em 1.2em;
}
@media screen and (max-width: 768px) {
  .item-file__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8em 1.2em;
  }
}
.item-file li {
  display: flex;
  align-items: center;
}
.item-file a {
  position: relative;
  color: #143f96;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .item-file a::before {
    content: "・";
  }
}
.item-file a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #143f96;
}

/*------------------------------------------
	case
------------------------------------------*/
.case__first {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .case__first {
    text-align: left;
    margin-bottom: 20px;
  }
}
.case__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .case__list {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 16px;
  }
}
.case__item {
  text-align: left;
}
.case__img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.case__tit {
  font-weight: bold;
  line-height: 1.5;
  margin: 0.4em 0;
}
.case__txt {
  line-height: 1.5;
}

.case-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 40px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .case-search {
    position: relative;
    padding-top: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.case-search::before {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background: #cbcbcb;
  flex: 1;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .case-search::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.case-search__midashi {
  color: #959394;
}
.case-search__category {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .case-search__category {
    justify-content: flex-start;
  }
}
.case-search__category a {
  padding: 0 1em;
  color: #959394;
  border: 1px solid #959394;
  background: #ffffff;
  text-align: center;
  display: inline-block;
  border-radius: 2em;
  margin: 0 0.4em;
}
@media screen and (max-width: 768px) {
  .case-search__category a {
    margin: 0.4em 0.4em 0 0;
  }
}
.case-search__category a.is-current {
  color: #ffffff;
  background: #143f96;
  border-color: #143f96;
}
.case-search__category a:hover {
  opacity: 0.7 !important;
}

/*------------------------------------------
	members_only
------------------------------------------*/
.members-txt {
  margin-top: -10px;
  padding: 100px 0;
  background: url(../images/common/bg-border.png) repeat #eaeaea;
}
.members-txt__wrap {
  padding: 40px;
  background: #ffffff;
  border: 10px solid #cbcbcb;
}
.members-txt__en {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  color: #959394;
}
.members-txt__txt {
  margin-bottom: 1.6em;
}

/*------------------------------------------
	login
------------------------------------------*/
.login {
  background: #eaeaea;
}

/*------------------------------------------
	reminder
------------------------------------------*/
.reminder {
  background: #eaeaea;
}

/*------------------------------------------
	sign-up
------------------------------------------*/
.form-new {
  background: #eaeaea;
  margin-top: 40px;
  padding: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .form-new {
    padding: 40px 6vw;
  }
}
.form-new__tit {
  background: rgba(33, 104, 166, 0.1);
  padding: 0 1em;
  font-weight: bold;
}
.form-new__tit:not(:first-child) {
  margin-top: 50px;
}
.form-new dl {
  margin-top: 24px;
}
.form-new dt {
  font-weight: bold;
}
.form-new input, .form-new select {
  padding: 1em 1.5em 0.7em;
  border-radius: 0.8em;
  display: block;
  width: 100%;
  border: 2px solid rgba(149, 147, 148, 0.4);
  margin-top: 6px;
}
.form-new input.form-new__input-mark, .form-new select.form-new__input-mark {
  max-width: 260px;
}
.form-new input.form-new__input-data, .form-new select.form-new__input-data {
  max-width: 420px;
}
.form-new input.form-new__input-half, .form-new select.form-new__input-half {
  max-width: 300px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .form-new input.form-new__input-half, .form-new select.form-new__input-half {
    max-width: 100%;
  }
}
.form-new__add {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-new__add-wrap {
  position: relative;
  max-width: 260px;
}
.form-new__add-wrap:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #121212;
  border-left: 3px solid #121212;
  transform: translateY(-70%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.form-new__hissu, .form-new__nini {
  font-size: 1.3rem;
  padding: 0 0.6em 0 0.8em;
  border-radius: 2em;
  margin-right: 0.8em;
  display: inline-block;
  font-weight: normal;
}
.form-new__hissu {
  background: #2168a6;
  color: #ffffff;
}
.form-new__nini {
  background: #bbbbbb;
}
.form-new__forget {
  font-size: 1.2rem;
  margin-top: 2em;
  line-height: 1.6;
  display: block;
  text-align: center;
}
.form-new__forget a {
  text-decoration: underline;
  color: #143f96;
}
.form-new__btn {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: #143f96;
  text-align: center;
  display: inline-block;
  border-radius: 2em;
  margin: 0.7em auto 0;
}
.form-new__btn:hover {
  opacity: 0.7 !important;
}
.form-new__policy p {
  margin-top: 20px;
  font-size: 1.3rem;
  text-align: center;
}

.kiyaku__box {
  width: 100%;
  height: 200px;
  border: 2px solid rgba(149, 147, 148, 0.4);
  padding: 20px;
  margin-top: 6px;
}
.kiyaku__check {
  margin: 20px auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.kiyaku__check:hover {
  cursor: pointer;
}
.kiyaku__check input {
  width: 1.1em;
  height: 1.1em;
  margin: 0 0.4em;
}/*# sourceMappingURL=style.css.map */