@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

/*****************************
サイト共通スタイル
******************************/

body {
  width: 100%;
  color: #333;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
  font-size: 18px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
}

a {
  text-decoration: none;
  color: #333;
}

a :hover {
  opacity: 0.7;
  transition: 0.5s;
}

a.tel[href*='tel:'] {
  pointer-events: none;
}

p {
  margin: 0 0 20px 0;
  font-size: 1rem;
  line-height: 1.7;
  text-align: justify;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-feature-settings: 'palt';
  line-height: 1.6;
}

.marker-yellow {
  background: linear-gradient(transparent 70%, #ffe328 0%);
}

* {
  box-sizing: border-box;
}

.br-pc {
  display: none;
}

a.tel[href*='tel:'] {
  pointer-events: none;
}

/*****************************
wrapperスタイル
******************************/

#wrapper {
  width: 100%;
}

.container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto 0 auto;
}

.content-inner {
  margin-top: 60px;
  padding: 50px;
  background: #fff;
}

.flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.flex-box img {
  align-self: flex-start;
}

/*****************************
headerスタイル
******************************/

header {
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  opacity: 0.95;
  border-bottom: 3px solid #ddd;
  z-index: 10;
}

header .header-box {
  padding: 10px 0;
  flex-wrap: nowrap;
}

header .logo {
  margin-top: 5px;
  margin-right: 20px;
}

header .header-tel {
  margin-left: auto;
  margin-right: 20px;
}

.header-tel.pc {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-family: sans-serif;
  color: #009fe8;
}

.header-tel .tel-icon {
  max-width: 50px;
  width: 16%;
  height: auto;
  margin-right: 8px;
  align-self: center;
}

.header-tel .tel-text {
  display: flex;
  flex-direction: column;
}

.header-tel .tel-note {
  font-size: min(1.4vw, 14px);
  font-weight: bold;
  line-height: 1;
  margin: 0px 0 4px 0;
  white-space: nowrap;
}

.header-tel .tel-number {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: min(2.8vw, 36px);
  font-weight: bold;
  letter-spacing: 1;
  line-height: 0.95;
  margin: 0;
  white-space: nowrap;
}
.header-tel .tel-number a {
  display: flex;
  color: #009fe8;
  text-decoration: none;
  line-height: inherit;
  height: auto;
}
.header-tel .tel-number a:hover {
  opacity: 0.8;
}

/*****************************
eye-chatch-areaスタイル
******************************/

.eye-chatch-area-pc {
  width: 100%;
  background: linear-gradient(90deg, #f4f4f4 50%, #ffe328 50%);
}

.eye-chatch-area-pc img {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.eye-chatch-area .logo {
  display: none;
}

/*****************************
cv-areaスタイル
******************************/
.flex-box.cv-box {
  justify-content: space-around;
}
.cv-area {
  max-width: 980px;
  width: 100%;
  margin: 60px auto 30px auto;
}

.cv-area .cv-title {
  max-width: 70%;
  margin: 0 auto 60px auto;
}

.cv-area .tel {
  display: none;
}
.cv-area .tel,
.cv-area .mail {
  width: 47%;
}

.cv-area-tell {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cv-area-tell .tel-block {
  display: flex;
  flex-direction: column;
}

.cv-area-tell .tel-note {
  font-size: min(1.6vw, 16px);
  font-weight: bold;
  margin: 0 0 4px 0;
  line-height: 1;
}

.cv-area-tell .tel-main {
  display: flex;
  align-items: center;
}

.cv-area-tell .tel-icon {
  max-width: 50px;
  width: 11%;
  height: auto;
  margin-right: 3%;
}

.cv-area-tell .tel-number {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: min(5vw, 64px);
  font-weight: bold;
  color: #000;
  margin: 0;
  line-height: 0.95;
  transform: scale(1, 0.88);
  transform-origin: top;
  white-space: nowrap;
}

/* 通常窓口 */
.cv-area-tell .general-desk .tel-note {
  color: #000;
}

/* 女性専用窓口 */
.cv-area-tell .female-desk .tel-note {
  color: #f44336;
}

.cv-area-tell .female-desk .tel-number {
  color: #f44336;
}

.cv-time {
  max-width: 980px;
  width: 100%;
  margin: 30px auto 60px auto;
  padding: 5px;
  text-align: center;
  background: #ffe328;
  font-weight: bold;
}

/*****************************
agitationスタイル
******************************/

.agitation-area {
  background: url(../images/agitation-pc-02.png) repeat-x center top;
}

.agitation-area img {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

/*****************************
見出しスタイル
******************************/

.cotent-title .caption-title {
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
  font-size: 6rem;
  font-family: 'Roboto', sans-serif;
  color: #ccc;
}

.cotent-title .h2-title {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
}

.cotent-title .h2-title:before {
  width: 60px;
  height: 5px;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 30px);
  content: '';
  border-radius: 5px;
  background: #ffe328;
}

.caution-area .cotent-title .caption-title,
.about-area .cotent-title .caption-title {
  color: #333;
}

.caution-area .cotent-title .h2-title:before,
.about-area .cotent-title .h2-title:before {
  background: #333;
}

/*****************************
Answerスタイル
******************************/

.answer-area {
  margin-top: 40px;
}

.answer-area .h3-title {
  margin-bottom: 15px;
  font-size: 3rem;
  line-height: 1.5;
}

.answer-area .answer-title,
.answer-area .answer-img {
  width: 48%;
  margin-top: 60px;
}

/*****************************
Aboutスタイル
******************************/

.about-area {
  margin-top: 60px;
  padding: 60px 0;
  background: url(../images/about-07.png) repeat top/60%;
}

.about-area .cotent-title {
  margin-bottom: 80px;
}

.about-area .about-sub-title {
  width: 45%;
  margin: -80px auto 30px auto;
}

.about-area .h3-title {
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: 1.5;
}

.about-area .about-box {
  position: relative;
}

.about-area .about-text {
  width: 58%;
}

.about-area .about-img {
  width: 32%;
  position: absolute;
  bottom: 50px;
  right: 50px;
}

/*****************************
Caseスタイル
******************************/

.case-area {
  margin-top: 50px;
  margin-bottom: 90px;
}

.case-area .cotent-title {
  margin-bottom: 60px;
}

.case-area .case-box {
  margin: 0 0 60px 0;
  padding: 50px 50px 30px 50px;
  border: 1px solid #ddd;
  box-shadow: 6px 6px 0px #ddd;
  box-sizing: border-box;
}

.case-area .hr-style {
  margin: 20px 0;
  border-top: 1px dashed #ccc;
}

.case-area .case-text,
.case-area .case-img {
  width: 47%;
}

.case-area .h3-title {
  margin: 0 0 20px 0;
  padding: 10px 0;
  font-size: 1.25rem;
  border-top: 4px double #333;
  border-bottom: 4px double #333;
  text-align: center;
}

/*****************************
Cautionスタイル
******************************/

.caution-area {
  padding: 60px 0;
  background: #edead9;
}

.caution-area .content-inner {
  padding-bottom: 30px;
}

.caution-area .h3-title {
  margin-top: -70px;
  margin-bottom: 30px;
  font-size: 2rem;
}

.caution-area .caution-img {
  width: 38%;
}

.caution-area .caution-text {
  width: 57%;
}

/*****************************
Contactスタイル
******************************/

.contact-area {
  margin-top: 50px;
}

.contact-area .contact-box {
  margin-top: 60px;
}

.contact-area .h3-title {
  margin-bottom: 20px;
  font-size: 3rem;
}

.contact-area .contact-img,
.contact-area .contact-text {
  width: 47%;
}

/*****************************
footerスタイル
******************************/

footer {
  margin: 90px 0 30px 0;
  padding-top: 30px;
  border-top: 3px solid #ddd;
}

footer a,
footer p {
  font-size: 0.75rem;
}

/*****************************
fix-cvスタイル
******************************/

.fix-area {
  display: none;
}

/*****************************
タブレット調整スタイル
******************************/

@media screen and (min-width: 521px) and (max-width: 1000px) {
  .container,
  .eye-chatch-area-pc img,
  .cv-area,
  .agitation-area img,
  .about-area,
  .caution-area,
  header .header-box {
    padding-right: 3%;
    padding-left: 3%;
  }

  p {
    font-size: 0.85rem;
    margin-bottom: 15px;
  }

  .contact-area .h3-title,
  .about-area .h3-title,
  .answer-area .h3-title {
    font-size: 2rem;
  }

  .about-area .about-sub-title {
    width: 55%;
  }

  .content-inner {
    padding: 50px 30px 30px 30px;
  }

  .case-area .case-box {
    padding: 30px;
  }
}

.fade-in-bottom {
  opacity: 0;
  transform: translate(0, 180px);
  transition: 2s;
}
.fade-in-bottom.lazyloaded {
  transform: translate(0, 0);
  opacity: 1;
}
