@charset "UTF-8";
/* =========================================================
 @base
========================================================= */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap");
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%;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul, ol {
  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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
  @fonts
--------------------------------------------------------
  base/_fonts.scss
--------------------------------------------------------
■日本語フォント
- Noto Sans Japanese
https://fonts.google.com/noto/specimen/Noto+Sans+JP
- Yaku Han JP
https://yakuhanjp.qranoko.jp/

■英字フォント
- Roboto
https://fonts.google.com/specimen/Roboto
-------------------------------------------------------- */
/* =========================================================
  @mixin
========================================================= */
/* =========================================================
  @elements
========================================================= */
/**
  @body
--------------------------------------------------------
  elements/_body.scss
-------------------------------------------------------- */
body {
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #231815;
  background: #fff;
}
body * {
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-break: break-all;
}

/**
   @html
--------------------------------------------------------
  elements/_html.scss
------------------------------------------------------ */
html {
  font-size: 16px;
  font-weight: 400;
}

* {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
  @images
---------------------------------------------------------
  elements/_images.scss
--------------------------------------------------------- */
/* @images
-------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/**
  @links
--------------------------------------------------------
  elements/_links.scss
-------------------------------------------------------- */
/* @anchors
-------------------------------------------------------- */
a {
  color: inherit;
  -webkit-transition: opacity 0.4s ease, background 0.4s ease, color 0.4s ease;
  transition: opacity 0.4s ease, background 0.4s ease, color 0.4s ease;
}
a:hover, a:focus {
  text-decoration: none;
}

/* @webkit-tap-highlight
-------------------------------------------------------- */
body {
  -webkit-tap-highlight-color: rba(0, 0, 0, 0.35);
}

/* =========================================================
  @modules
========================================================= */
/**

  @site-main
--------------------------------------------------------
  modules/_site-main.scss
------------------------------------------------------ */
.site-main {
  display: block;
}

.kv {
  position: relative;
  text-align: center;
  background: url("/gakusei/chintai-wp/wp-content/themes/chintai2026/assets/images/special/moving_campaign/kv-bg_dot.png");
}
.kv:before, .kv:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kv {
  /*	&:before {
  		background: url("/gakusei/chintai-wp/wp-content/themes/chintai2026/assets/images/special/moving_campaign/kv-bg_asagao.png") no-repeat top center;
  		background-size: auto 100%;
  		z-index: 1;
  	}*/
}
.kv:after {
  background: url("/gakusei/chintai-wp/wp-content/themes/chintai2026/assets/images/special/moving_campaign/kv-ob_town.png") no-repeat top center;
  background-size: auto 100%;
  z-index: 3;
}
.kv h2 {
  position: relative;
  z-index: 2;
}

.cnt figure + figure {
  margin: 30px 0;
}
@media screen and (max-width: 991px) {
  .cnt figure + figure {
    margin: 1rem 0;
  }
}
.cnt-benefits {
  position: relative;
  background: #e5f3f4;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .cnt-benefits {
    padding: 5vw 0;
  }
}
@media screen and (min-width: 992px) {
  .cnt-benefits {
    padding: 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .cnt-benefits h3 {
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 992px) {
  .cnt-benefits h3 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 900px) {
  .cnt-benefits:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
    background: url("/gakusei/chintai-wp/wp-content/themes/chintai2026/assets/images/special/moving_campaign/benefits-img.png") no-repeat top center;
  }
}
.cnt-recommended {
  background: #fefaea;
}
@media screen and (max-width: 991px) {
  .cnt-recommended {
    padding: 6vw 0 0;
  }
}
@media screen and (max-width: 413px) {
  .cnt-recommended {
    padding: 8vw 0 0;
  }
}
@media screen and (min-width: 992px) {
  .cnt-recommended {
    padding: 80px 0 0;
  }
}
.cnt-recommended h3 {
  position: relative;
  background: #fce696;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .cnt-recommended h3 {
    padding: 5vw;
  }
}
@media screen and (max-width: 575px) {
  .cnt-recommended h3 {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 413px) {
  .cnt-recommended h3 {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 992px) {
  .cnt-recommended h3 {
    padding: 30px;
  }
}
.cnt-recommended h3:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
}
@media screen and (max-width: 991px) {
  .cnt-recommended h3:after {
    bottom: calc(-6vw + 1px);
    margin-left: -10vw;
    border-top: 6vw solid #fce696;
    border-right: 10vw solid transparent;
    border-left: 10vw solid transparent;
  }
}
@media screen and (min-width: 992px) {
  .cnt-recommended h3:after {
    bottom: -60px;
    margin-left: -100px;
    border-top: 60px solid #fce696;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
  }
}
@media screen and (max-width: 991px) {
  .cnt-select {
    padding: 10vw 0 6vw;
  }
}
@media screen and (max-width: 413px) {
  .cnt-select {
    padding: 10vw 0px 10vw;
  }
}
@media screen and (min-width: 992px) {
  .cnt-select {
    padding: 90px 0 80px;
  }
}
@media screen and (max-width: 991px) {
  .cnt-select__box:not(:last-of-type) {
    padding-bottom: 10vw;
  }
}
@media screen and (min-width: 992px) {
  .cnt-select__box:not(:last-of-type) {
    padding-bottom: 80px;
  }
}
.cnt-select h3, .cnt-select figure {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .cnt-select h3 {
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 992px) {
  .cnt-select h3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cnt-select__lists {
    margin-top: 30px;
  }
}
@media screen and (min-width: 576px) {
  .cnt-select__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .cnt-select__lists {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .cnt-select__lists {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cnt-select__item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 576px) {
  .cnt-select__item {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .cnt-select__item {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .cnt-select__item {
    margin-bottom: 50px;
  }
}
.cnt-select__item a {
  display: block;
  text-decoration: none;
}
.cnt-select__item a:hover img {
  opacity: 0.7;
}
.cnt-select__item a:hover svg {
  fill: #dd456d;
}
.cnt-select__item h4 {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 575px) {
  .cnt-select__item h4 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 576px) {
  .cnt-select__item h4 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .cnt-select__item h4 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .cnt-select__item h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.625rem;
  }
}
.cnt-select__item h4 em {
  margin-right: 5px;
  padding: 0.5em;
  background: #dd456d;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .cnt-select__item h4 em {
    padding: 0.3em 0.5em;
  }
}
@media screen and (max-width: 575px) {
  .cnt-select__item h4 em {
    font-size: 1rem;
  }
}
@media screen and (min-width: 576px) {
  .cnt-select__item h4 em {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .cnt-select__item h4 em {
    font-size: 1.25rem;
  }
}
.cnt-select__item h4 em small {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 70%;
}
@media screen and (max-width: 991px) {
  .cnt-select__item h4 span {
    display: block;
    margin-top: 10px;
  }
}
.cnt-select__item img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cnt-select__item dl {
  position: relative;
  margin-top: 10px;
}
.cnt-select__item dt {
  margin-bottom: 5px;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .cnt-select__item dt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 576px) {
  .cnt-select__item dt {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .cnt-select__item dt {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .cnt-select__item dt {
    font-size: 1.375rem;
  }
}
.cnt-select__item dd {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cnt-select__item dd {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .cnt-select__item dd {
    font-size: 0.875rem;
  }
}
.cnt-select__item i {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0;
}
.cnt-select__item svg {
  width: 30px;
  height: 30px;
  fill: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cnt-select__caution {
  background: #fcecf0;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .cnt-select__caution {
    padding: 15px;
  }
}
@media screen and (min-width: 576px) {
  .cnt-select__caution {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .cnt-select__caution {
    padding: 30px;
  }
}
.cnt-select__caution p {
  color: #d4272d;
}
@media screen and (max-width: 767px) {
  .cnt-select__caution p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 575px) {
  .cnt-select__caution p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 991px) {
  .cnt-terms {
    padding: 0 0 6vw;
  }
}
@media screen and (max-width: 413px) {
  .cnt-terms {
    padding: 0 0 10vw;
  }
}
@media screen and (min-width: 992px) {
  .cnt-terms {
    padding: 0 0 80px;
  }
}
.cnt-terms h3 {
  margin-bottom: 0.5em;
  color: #d4272d;
}
@media screen and (max-width: 575px) {
  .cnt-terms h3 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 576px) {
  .cnt-terms h3 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .cnt-terms h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .cnt-terms h3 {
    font-size: 1.375rem;
  }
}
.cnt-terms p {
  margin-bottom: 1em;
}
.cnt-terms p:last-child {
  margin-bottom: 0;
}
.cnt-terms .list-caution {
  margin-bottom: 1em;
}
.cnt-terms .list-caution li {
  margin-left: 1em;
  text-indent: -1em;
  color: #666;
  font-size: 0.8em;
}

.bnr-cta {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .bnr-cta {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 413px) {
  .bnr-cta {
    margin-top: 6vw;
  }
}
@media screen and (min-width: 992px) {
  .bnr-cta {
    margin-top: 40px;
  }
}
.bnr-cta a:hover {
  opacity: 0.7;
}

/* =========================================================
  @layout
========================================================= */
/**
  @container
--------------------------------------------------------
  layout/_container.scss
------------------------------------------------------ */
.container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1080px) {
  .container {
    padding: 0 40px;
  }
}