:root {
    --blue: #005896;
    --brown:#65562e;
}
body {
    margin: 0;
    padding: 0;
    line-height: 1.7;
    letter-spacing: 0.12em;
    color: #454545;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
}
@media screen and (max-width:810px) {
.sp_none {
    display: none;
}
}
@media screen and (min-width:769px) {
html {
  scroll-padding-top: 65px;
}
body {
    font-size: 16px;
}
.pc_none {
    display: none;
}
}
p {margin: 0;padding: 0;}
p:not(:last-child) {
    margin-bottom: 1em;
}
ul {list-style: none;padding: 0;}
h1 {
    text-align: center;
    color: var(--blue);
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 1.9em;
    padding: 0;
    margin: 1em 0 0 0;
    line-height: 1.2em;
}
h1 span {
    font-size: 0.65em;
}
h2 {
    text-align: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 1.5
        em;
    padding: 0;
    margin: 0;
}
h3 {
    margin: 0;
    color: var(--blue);
}
h3.sell_title {
    text-align: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 1.5em;
    padding: 0;
    margin: 0;
    color: #454545;
    margin-bottom: 0.4em;
}
@media screen and (min-width:769px) {
h2 {
    font-size: 1.9em;
    margin-bottom: 0.4em;
}
}
header {
    display: flex;
    position: fixed;
    z-index: 1000;
    width: 100%;
}
footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 200px;
    padding-top: 100px;
    font-size: 12px;
}
footer ul {
    list-style: none;
}
@media screen and (max-width:768px) {
footer {
    padding-bottom: 55px;
}
}
@media screen and (min-width:769px) {
footer ul {
    display: flex;
    justify-content: center;
}
}
footer li img {
    margin: 0 10px;
    height: 60px;
}
footer.back::after {
    content: "";
    display: block;
    background: #fff2cb;
    position: absolute;
    z-index: -2;
    transform: skewY(-4deg);
    width: 110%;
    top: 130px;
    left: 0;
    box-shadow: 0px -35px 0px #fffbf0;
}

.header-top {
  display: block;
  position: relative;
  height: 65px;
}
header .logo {
  max-width: 294px;
  max-height: 30px;
  display: inline-block;
  vertical-align: middle;
  padding: 11px 0 0 0;
}
@media screen and (max-width:768px) {
.header-top {
  height: auto;
}
header .logo {
    padding: 10px;
}
header .logo img {
    width: 60%;
    
}
}
header .inq_btn {
    background: #ed8443;
    border-radius: 5px;
    padding: 3px 10px 5px 10px;
    margin-left: 4px;
}
.header-right {
  position: absolute;
  top: 0;
  right: 0;
}
.header-right a {
    color: var(--blue);
    font-family: "Noto Sans JP", sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.header-right a.inq_btn {
    color: #fff;
}
.header-right ul {

}
.header-right li{
    list-style: none;
    float: left;
    margin-left: 15px;
}
@media screen and (max-width:810px) {
.header-right ul {
    margin: 7px 0;
}
.header-right {
position: fixed;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  background: #000a;
  z-index: 100;
  width: 100%;
}
.header-right li {
    float: none;
    margin-left: 0;
    text-align: center;
}
header .inq_btn {
    margin: 0 auto;
    width: 80%;
    display: block;
    color: #fff;
}
}
.inner {
    position: relative;
    padding: 0 10px;
    width: 100%;
}
main .inner {
    padding: 0.8em;
    box-sizing: border-box;
}
@media screen and (min-width:1000px) and ( max-width:1200px) {
.inner {
    width: 1000px;
    margin: 0 auto;
}
main .inner {
    padding: 2em;
}
}
@media screen and (min-width:1201px) {
.inner {
    width: 1200px;
    margin: 0 auto;
}
main .inner {
    padding: 2em;
}
}
.parallax {
    height: 150vw;
    position: relative;
    background-image: url(/shared/chintai/images/main_sp.jpg);  
    background-position: left top;  
    background-repeat: no-repeat; 
    background-size: 100% auto;
}
#interview01 {
    background-image: url(/shared/chintai/images/interview01_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.interview_box01 + img,
.interview_box02 + img,
.interview_box03 + img,
.interview_box04 + img {
    width: 100%;
}
#interview01 .interview_box01 {
    background:rgba(255, 255, 255, 0.8);
    padding: 20px;
}
@media screen and (min-width:1000px) {
#interview01 .interview_box01 {
    width: 800px;
}
}
#interview01 .interview_box01 h2 {
    text-align: left;
}
#interview01 .interview_head {
    font-size: 0.85em;
    text-shadow: 1px 1px 0 white, -1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white;
}
#interview01 .interview_head img {
    margin: 0 10px;
    vertical-align: text-bottom;
}
#interview01 .interview_tag {
    background: var(--blue);
    color: #fff;
    padding: 3px 10px 6px;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: top;
    border-radius: 5px;
    line-height: 1em;
    font-size: 18px;
    font-weight: bold;
    text-shadow:none;
}
#interview02 {
    background-image: url(/shared/chintai/images/interview02_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
}
#interview02 .interview_box02 {
    background:rgba(255, 255, 255, 0.8);
    padding: 20px;
    text-align: left;
}
@media screen and (min-width:1000px) {
#interview02 .interview_box02 {
    width: 800px;
    display: inline-block;
}
}
#interview02 .interview_box02 h2 {
    text-align: left;
}
#interview02 .interview_head {
    text-align: left;
    font-size: 0.85em;
    text-shadow: 1px 1px 0 white, -1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white;
}
#interview02 .interview_head img {
    margin: 0 10px;
    vertical-align: text-bottom;
}
#interview02 .interview_tag {
    background: var(--blue);
    color: #fff;
    padding: 3px 10px 6px;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: top;
    border-radius: 5px;
    line-height: 1em;
    font-size: 18px;
    font-weight: bold;
    text-shadow:none;
}
#interview03 {
    background-image: url(/shared/chintai/images/interview03_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#interview03 .interview_box03 {
    background:rgba(255, 255, 255, 0.8);
    padding: 20px;
}
@media screen and (min-width:1000px) {
#interview03 .interview_box03 {
    width: 800px;
}
}
#interview03 .interview_box03 h2 {
    text-align: left;
}
#interview03 .interview_head {
    font-size: 0.85em;
    text-shadow: 1px 1px 0 white, -1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white;
}
#interview03 .interview_head img {
    margin: 0 10px;
    vertical-align: text-bottom;
}
#interview03 .interview_tag {
    background: var(--blue);
    color: #fff;
    padding: 3px 10px 6px;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: top;
    border-radius: 5px;
    line-height: 1em;
    font-size: 18px;
    font-weight: bold;
    text-shadow:none;
}
#interview04 {
    background-image: url(/shared/chintai/images/interview04.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
}
#interview04 .interview_box04 {
    background:rgba(255, 255, 255, 0.8);
    padding: 20px;
    text-align: left;
}
@media screen and (min-width:1000px) {
#interview04 .interview_box04 {
    width: 800px;
    display: inline-block;
}
}
#interview04 .interview_box04 h2 {
    text-align: left;
}
#interview04 .interview_head {
    text-align: left;
    font-size: 0.85em;
    text-shadow: 1px 1px 0 white, -1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white;
}
#interview04 .interview_head img {
    margin: 0 10px;
    vertical-align: text-bottom;
}
#interview04 .interview_tag {
    background: var(--blue);
    color: #fff;
    padding: 3px 10px 6px;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: top;
    border-radius: 5px;
    line-height: 1em;
    font-size: 18px;
    font-weight: bold;
    text-shadow:none;
}
@media screen and (min-width:600px) {
.parallax {
    height: 60vw;
    max-height: 100vh;
    position: relative;
    background-image: url(/shared/chintai/images/main_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#interview01 {
    background-image: url(/shared/chintai/images/interview01.jpg);
}
#interview02 {
    background-image: url(/shared/chintai/images/interview02.jpg);
}
#interview03 {
    background-image: url(/shared/chintai/images/interview03.jpg);
}
#interview04 {
    background-image: url(/shared/chintai/images/interview04.jpg);
}
}
.answer {
    background-image: url(/shared/chintai/images/answer.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto;
}
.col2_box {
    
}
.col3_btn {
    position: relative;
    height: 220px;
    margin-bottom: 0.5em;
}

.col3_btn > div {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,88,150,0.9);
    padding: 10px;
    color: #fff;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.col3_btn > div svg {
    margin-bottom: -1px;
    margin-left: 2px;
}
.col3_btn > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.col3_btn:nth-child(1) {
    background-image: url(/shared/chintai/images/col3_img01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col3_btn:nth-child(2) {
    background-image: url(/shared/chintai/images/col3_img02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col3_btn:nth-child(3) {
    background-image: url(/shared/chintai/images/col3_img03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
  .col4_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3px;
  }
  .col4_box > div {
    width: calc(100% / 2 - 2px);
  }
.col4_btn {
    position: relative;
    height: 255px;
}
.col4_btn > div {
    position: absolute;
    bottom: 0;
    background-color:rgba(0,88,150,0.9);
    padding: 10px 10px 20px 10px;
    color: #fff;
}
.col4_btn > a::before {
    content: url(/shared/chintai/images/arrow.png);
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
}
.col2_1_box img {
    width: 100%;
}
@media screen and (min-width: 769px) {
.col2_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.col2_box > div {
    width: calc(100% / 2 - 10px);
}
.col2_1_box {
    display: flex;
    gap: 10px;
}
.col2_1_box div:nth-child(1) {
    flex: 2;
}
.col2_1_box div:nth-child(2) {
    flex: 1;
}
.col3_box {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 3px;
}

.col3_box > div {
    width: calc(100% / 3 - 10px);
}
.col4_box {
display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.col4_box > div {
    width: calc(100% / 4 - 10px);
}
.col4_btn {
    position: relative;
    height: 352px;
}
.col4_btn > div {
    padding: 10px 10px 30px 10px;
}
.col4_btn > a::before {
    bottom: 7px;
}
}
.col4_btn:nth-child(1) {
    background-image: url(/shared/chintai/images/col4_img01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col4_btn:nth-child(2) {
    background-image: url(/shared/chintai/images/col4_img02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col4_btn:nth-child(3) {
    background-image: url(/shared/chintai/images/col4_img03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col4_btn:nth-child(4) {
    background-image: url(/shared/chintai/images/col4_img04.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col4_btn > span {
    position: absolute;
    top: 10px;
    background-color: var(--blue);
    color: #fff;
    border-radius: 5px;
    line-height: 1;
    padding: 3px 8px 6px;
    font-weight: bold;
    left: 10px;
}
.col4_btn:has(> a:hover) {
    transform: translateY(10px);
    box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}
.col4_btn > a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.answer_wh {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.answer_gy {
    background: #ebebeb;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.answer_gd {
    background: #f5f1e5;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.answer_ex {
    color: var(--blue);
    font-weight: bold;
    margin-right: 10px;
}
.answer_wad {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    white-space: nowrap;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
.answer_wad img {
    margin-bottom: -10px;
}
.answer_wad2 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    white-space: nowrap;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    background: #fff;
    line-height: 2em;
}
.answer_wad2:not(:last-child){
    margin-bottom: 15px;
}
@media screen and (min-width:769px) {
.answer_wad2 {
    line-height: 3em;
}
}

.brown{
    color: var(--brown);
    font-size: 3em;
}
.brown2 {
    color: var(--brown);
    font-size: 2em;
    vertical-align: sub;
    display: inline-block;
    margin: 5px;
}
header.change-color {
  background-color: rgba(255, 255, 255, 0.8);
}
header:not(.change-color) img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(98deg) brightness(111%) contrast(101%);
}
@media screen and (max-width:768px) {
header.change-color .logo {
    display: none;
}
}
.movie {
    background: #253A4B;
    background: linear-gradient(126deg,rgba(37, 58, 75, 1) 0%, rgba(80, 125, 160, 1) 100%);
}
.youtube-ratio iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 560px;
    border: unset;
}