@charset "UTF-8";
body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif;
  line-height: 1.5;
}

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.section-title {
  font-size: clamp(32px, 3.33vw, 48px);
  font-weight: 600;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1.67vw;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 10.42vw;
  height: 0.35vw;
  background-color: #1B2B80;
  bottom: -1.67vw;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
  .section-title {
    font-size: 24px;
  }
  .section-title::after {
    width: 25vw;
    bottom: -4vw;
  }
}
@media screen and (max-width: 599px) {
  :root {
    scroll-padding: 14vw;
  }
}
#header {
  width: 100%;
  padding: 0.45vw 4.44vw;
  height: 5vw;
  font-family: "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 500;
}
#header .header-inner {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .site-title {
  padding: 0 0.69vw;
  width: fit-content;
  display: flex;
  flex-direction: column;
}
#header .site-title .sub-title {
  padding: 0 0.69vw;
  font-size: 0.9vw;
  color: #FFFFFF;
  text-align: center;
  border-radius: 0.69vw;
  background-image: linear-gradient(#1b2b80, #111a4c);
  margin-bottom: 0.42vw;
}
#header .site-title .main-title {
  font-size: 2.22vw;
  font-weight: 700;
  color: #111A4C;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
#header .contact-container {
  display: flex;
  gap: 2.78vw;
}
#header .contact-container .tel-container {
  height: 2.22vw;
}
#header .contact-container .tel-container .tel {
  display: flex;
}
#header .contact-container .tel-container .tel .tel-icon {
  height: 1.25vw;
  margin: auto;
}
#header .contact-container .tel-container .tel .telephone-number {
  font-size: 1.39vw;
  font-weight: 700;
  line-height: 1.18;
}
#header .contact-container .tel-container .time {
  display: flex;
  align-items: center;
  gap: 0.35vw;
  font-size: 0.97vw;
}
#header .contact-container .tel-container .time .border {
  border: 1px solid #000000;
  padding: 0.14vw 0.35vw;
  font-size: 0.83vw;
}
#header .contact-container .cta-button {
  display: flex;
  margin: auto;
  padding: 0.69vw 2.08vw;
  align-items: center;
  gap: 1.39vw;
  height: min-content;
  background-image: linear-gradient(#e1bb78, #b08637 50%, #e1bb78);
  border-radius: 0.69vw;
  color: #FFFFFF;
  font-weight: 700;
  box-shadow: 0.28vw 0.28vw 0.69vw rgba(0, 0, 0, 0.4);
}
#header .contact-container .button-text {
  font-size: 1.11vw;
}
#header .contact-container .rightarrow {
  width: 0.35vw;
}

@media screen and (max-width: 599px) {
  #header {
    height: 14vw;
    padding: 1.25vw 8vw;
  }
  #header .site-title {
    padding: 0;
    width: fit-content;
  }
  #header .site-title .sub-title {
    padding: 0;
    font-size: 2.5vw;
    border-radius: 2.5vw;
    margin-bottom: 1.5vw;
  }
  #header .site-title .main-title {
    font-size: 6vw;
  }
  #header .contact-container {
    display: none;
  }
}
#first-view {
  margin-top: 5vw;
}
#first-view .square {
  width: 79.58vw;
  height: 6.88vw;
  background-color: #FFFFFF;
  z-index: 200;
  position: absolute;
  top: 14.7vw;
}
#first-view .bg {
  display: flex;
  height: 48.61vw;
  background-image: linear-gradient(rgba(0, 1, 8, 0.8), rgba(0, 1, 8, 0.8)), url(../images/firstview.jpg);
  background-size: cover;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
#first-view .firstview-text {
  margin-left: 4.65vw;
  padding-top: 1.81vw;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  z-index: 300;
}
#first-view .theme-copy {
  display: flex;
  height: 6.39vw;
  gap: 0.42vw;
  align-items: center;
  margin-bottom: 1.11vw;
}
#first-view .theme-copy .theme-text {
  font-size: 2.57vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: linear-gradient(#edd17f, #a87425);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#first-view .theme-copy .treat {
  width: 2.5vw;
  height: auto;
}
#first-view .theme-copy .treat-right {
  transform: scaleX(-1);
}
#first-view .sub-copy-first {
  display: flex;
  align-items: center;
  margin-bottom: 2.22vw;
  letter-spacing: 0.02em;
  position: relative;
}
#first-view .subText-large {
  font-size: 4.17vw;
  padding: 0.6vw 0.83vw 0;
  color: #FFFFFF;
  background-image: linear-gradient(#1b2b80, #111a4c);
}
#first-view .subText-large:first-child {
  margin-right: 2vw;
}
#first-view .sub-text {
  color: #1B2B80;
  font-size: 4.17vw;
  font-weight: 600;
  line-height: 1;
  margin-top: 1.2vw;
  margin-left: 1vw;
}
#first-view .sub-text span {
  font-size: 3.82vw;
}
#first-view .sub-copy-second {
  margin-bottom: 1.11vw;
}
#first-view .sub-text-second {
  color: #FFFFFF;
  font-size: 3.47vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}
#first-view .sub-text-second .span-first {
  color: #d13522;
  font-size: 6.25vw;
  font-weight: 600;
  letter-spacing: 0.08em;
}
#first-view .sub-text-second .span-second {
  color: #d13522;
  font-size: 5.56vw;
  font-weight: 600;
  letter-spacing: 0.08em;
}
#first-view .main-copy {
  width: fit-content;
  display: flex;
  flex-direction: column;
}
#first-view .main-text-first {
  font-size: 13.19vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  background: linear-gradient(#B08637, #E1BB78);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
  margin-bottom: 1.11vw;
}
#first-view .main-text-first::before {
  position: absolute;
  content: "節税商品";
  color: rgba(0, 0, 0, 0);
  background: linear-gradient(#B08637, #E1BB78);
  -webkit-background-clip: text;
  text-shadow: none;
}
#first-view .main-text-second {
  font-size: 5.56vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #FFFFFF;
  text-align: center;
}
#first-view .firstview-img {
  width: 36.6vw;
  height: auto;
  aspect-ratio: 29/45;
  margin-right: 4.65vw;
  position: absolute;
  right: 0;
  z-index: 300;
}
#first-view .firstview-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 599px) {
  #first-view {
    margin-top: 14vw;
  }
  #first-view .square {
    width: 92vw;
    height: 8.5vw;
    top: 27.75vw;
  }
  #first-view .bg {
    height: 62vw;
  }
  #first-view .firstview-text {
    margin-left: 5.25vw;
    padding-top: 3vw;
  }
  #first-view .theme-copy {
    height: 7.5vw;
    gap: 0.5vw;
    margin-bottom: 1.5vw;
  }
  #first-view .theme-copy .theme-text {
    font-size: 4vw;
  }
  #first-view .theme-copy .treat {
    width: 3vw;
    height: auto;
  }
  #first-view .sub-copy-first {
    margin-bottom: 4vw;
  }
  #first-view .subText-large {
    font-size: 5vw;
  }
  #first-view .sub-text {
    font-size: 5vw;
  }
  #first-view .sub-text span {
    font-size: 5vw;
  }
  #first-view .sub-text-second {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  #first-view .sub-text-second .span-first {
    font-size: 6vw;
  }
  #first-view .sub-text-second .span-second {
    font-size: 6vw;
  }
  #first-view .main-text-first {
    font-size: 13.75vw;
    margin-bottom: 4vw;
  }
  #first-view .main-text-second {
    font-size: 6vw;
  }
  #first-view .firstview-img {
    width: 41vw;
    margin-right: 0;
    right: -6vw;
  }
}
#CTA {
  padding: 2.78vw 0;
  background-color: #111A4C;
  font-family: "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif;
  position: relative;
}
#CTA .cta-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#CTA .circle {
  width: clamp(32px, 14.79vw, 213px);
  height: clamp(31px, 14.79vw, 212px);
  background-image: linear-gradient(#d13522, #ab2a1a 100%);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.74vw;
  left: 50%;
  transform: translateX(clamp(-620px, -37.5vw, -10vw));
  z-index: 100;
}
#CTA .circle .circle-text {
  color: #FFFFFF;
  font-size: clamp(14px, 4.86vw, 70px);
  font-weight: 700;
}
#CTA .cta-text {
  font-size: clamp(27px, 4.17vw, 64px);
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
#CTA .cta-text .dot {
  position: relative;
}
#CTA .cta-text .dot::before {
  content: "";
  position: absolute;
  width: 0.63vw;
  height: 0.47vw;
  border-radius: 100%;
  background-color: #E1BB78;
  left: 48%;
  top: -1.39vw;
}
#CTA .cta-text .gold-text {
  font-size: clamp(32px, 5.56vw, 80px);
  color: #E1BB78;
}
#CTA .cta-button {
  max-width: 76.39vw;
  width: 100%;
  margin: auto;
  padding: 1.39vw 8.33vw;
  height: min-content;
  background-image: linear-gradient(#e1bb78, #b08637 50%, #e1bb78);
  border-radius: 1.39vw;
  display: flex;
  align-items: center;
  gap: 5.56vw;
  justify-content: center;
}
#CTA .cta-button .button-text {
  color: #FFFFFF;
  font-weight: 700;
  font-size: clamp(30px, 5.56vw, 80px);
  text-align: center;
}
#CTA .cta-button .rightarrow {
  width: 1.32vw;
}

@media screen and (max-width: 599px) {
  #CTA {
    padding: 32px 8px;
    position: relative;
  }
  #CTA .circle {
    width: 19vw;
    height: 18.75vw;
    position: absolute;
    top: 4.5vw;
    transform: translateX(-50vw);
    margin-left: 8px;
  }
  #CTA .circle .circle-text {
    font-size: 6.25vw;
  }
  #CTA .cta-text {
    font-size: 6.75vw;
  }
  #CTA .cta-text .dot::before {
    width: 0.75vw;
    height: 0.75vw;
    top: -2.5vw;
  }
  #CTA .cta-text .gold-text {
    font-size: 8vw;
  }
  #CTA .cta-button {
    max-width: 100%;
    padding: 2.5vw 10vw;
    gap: 6.5vw;
    border-radius: 2.5vw;
  }
  #CTA .cta-button .button-text {
    font-size: 7.5vw;
  }
  #CTA .cta-button .rightarrow {
    width: 2.25vw;
  }
}
#intro {
  font-family: "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif;
}
#intro .wrapper {
  padding: 112px 80px;
}
#intro .wrapper .intro-img {
  width: 100%;
  margin-bottom: 5.56vw;
}
#intro .wrapper .section-title {
  text-align: left;
  margin-bottom: 2.22vw;
}
#intro .wrapper .section-title::after {
  content: none;
}
#intro .intro-items {
  display: flex;
  flex-direction: column;
  gap: 1.11vw;
}
#intro .intro-item {
  display: flex;
  gap: 0.35vw;
  margin-bottom: 16px;
}
#intro .intro-item .check-box {
  width: 22px;
}
#intro .intro-item .intro-text {
  font-size: clamp(16px, 1.53vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  flex: 1;
}

@media screen and (max-width: 599px) {
  #intro .wrapper {
    padding: 32px 16px;
  }
  #intro .wrapper .intro-img {
    margin-bottom: 32px;
  }
  #intro .wrapper .section-title {
    font-size: 22px;
  }
  #intro .intro-item .check-box {
    margin-top: 0;
  }
  #intro .intro-item .intro-text {
    font-size: 14px;
  }
}
#second-intro {
  background-image: linear-gradient(#1b2b80, #111a4c);
}
#second-intro .wrapper {
  padding: 5.56vw 0;
}
#second-intro .wrapper .section-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
#second-intro .wrapper .section-title::after {
  content: none;
}

@media screen and (max-width: 599px) {
  #second-intro .wrapper {
    padding: 32px 16px;
  }
  #second-intro .wrapper .section-title {
    font-size: 22px;
  }
}
#third-intro {
  font-family: "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif;
}
#third-intro .wrapper {
  padding: 112px 80px;
  display: flex;
  align-items: center;
  gap: 5.56vw;
}

.third-introText {
  font-size: 20px;
  margin-bottom: 2.22vw;
}
.third-introText span {
  color: #D13522;
}

.thirdIntro-items {
  display: flex;
  flex-direction: column;
  gap: 1.11vw;
}
.thirdIntro-items .thirdIntro-item {
  display: flex;
  align-items: center;
  gap: 0.35vw;
}
.thirdIntro-items .thirdIntro-item .check-box {
  width: 22px;
  height: 19px;
}
.thirdIntro-items .thirdIntro-item .intro-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #D13522;
}

.third-introImg img {
  width: 31.88vw;
  height: 20.83vw;
}

@media screen and (max-width: 960px) {
  #third-intro .wrapper {
    flex-direction: column-reverse;
    gap: 32px;
  }
  #third-intro .third-introImg {
    width: 100%;
  }
  #third-intro .third-introText {
    font-size: 16px;
    margin-bottom: 24px;
  }
  #third-intro .thirdIntro-items {
    gap: 0.83vw;
  }
}
@media screen and (max-width: 599px) {
  #third-intro .wrapper {
    padding: 32px 16px;
    flex-direction: column-reverse;
    gap: 32px;
  }
  #third-intro .third-introImg {
    width: 100%;
  }
  #third-intro .third-introText {
    font-size: 16px;
    margin-bottom: 24px;
  }
  #third-intro .thirdIntro-items {
    gap: 0.83vw;
  }
}
#products {
  background-color: #F5F5F5;
}
#products .wrapper {
  padding: 112px 80px;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 5.56vw, 80px);
}
#products .heading-box {
  padding: 5px;
  background-color: #1B2B80;
  margin-bottom: 2.78vw;
}
#products .heading-box .heading {
  font-size: clamp(24px, 2.78vw, 40px);
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
#products .product-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(16px, 5.56vw, 80px);
  row-gap: clamp(16px, 3.33vw, 48vw);
}
#products .product-item {
  background-color: #FFFFFF;
}
#products .product-item .product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16/9;
}
#products .product-item .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#products .product-textContainer {
  padding: 24px 10px;
}
#products .product-textContainer .product-name {
  font-size: clamp(20px, 2.08vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #1B2B80;
  margin-bottom: 24px;
}

@media screen and (max-width: 599px) {
  #products .wrapper {
    padding: 32px 16px;
    gap: 32px;
  }
  #products .section-title::after {
    width: 100px;
    bottom: -16px;
  }
  #products .heading-box {
    margin-bottom: 32px;
  }
  #products .heading-box .heading {
    font-size: 22px;
    line-height: 1.2;
  }
  #products .product-items {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  #products .product-textContainer .product-name {
    font-size: 22px;
  }
}
#flow .wrapper {
  padding: 112px 80px;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 5.56vw, 80px);
}
#flow .flow-textContainer {
  max-width: 840px;
  margin: 0 auto;
}
#flow .lead {
  font-size: clamp(24px, 2.78vw, 40px);
  font-weight: 700;
  margin-bottom: 24px;
}
#flow .lead span {
  color: #D13522;
}
#flow .flow-items {
  max-width: 643px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
#flow .flow-item {
  display: flex;
  align-items: center;
  gap: clamp(32px, 4.17vw, 60px);
}
#flow .circle {
  width: 140px;
  height: 140px;
  background-color: #1B2B80;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
}
#flow .circle .item-number {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFFFFF;
  position: absolute;
  top: 23px;
}
#flow .circle .flow-img {
  width: 60px;
  position: absolute;
  top: 64px;
}
#flow .flow-textBox {
  max-width: 443px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: clamp(16px, 1.67vw, 24px);
}
#flow .flow-title {
  font-size: clamp(20px, 2.08vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

@media screen and (max-width: 599px) {
  #flow .wrapper {
    max-width: 700px;
    padding: 32px;
    gap: 32px;
  }
  #flow .flow-textContainer {
    max-width: 100%;
  }
  #flow .lead {
    font-size: 22px;
  }
  #flow .flow-item {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  #flow .flow-textBox {
    max-width: 100%;
    gap: 16px;
  }
  #flow .flow-title {
    font-size: 22px;
    text-align: center;
  }
}
.cta {
  background-image: linear-gradient(rgba(27, 43, 128, 0.8), rgba(17, 26, 76, 0.8)), url(../images/cta_backgroundimg.jpg);
  background-position: bottom;
  background-size: cover;
}
.cta .wrapper {
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta .section-title {
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 0;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2509803922);
}
.cta .section-title::after {
  content: none;
}
.cta .tab {
  display: none;
}

@media screen and (max-width: 599px) {
  .cta .wrapper {
    height: auto;
    padding: 40px 16px;
  }
  .cta .tab {
    display: block;
  }
}
#contact .wrapper {
  padding: 112px 80px;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 5.56vw, 80px);
}
#contact .contact-text {
  text-align: center;
}
#contact .contact-form {
  max-width: 687px;
  width: 100%;
  margin: 0 auto;
}
#contact .label-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}
#contact .required {
  font-size: 14px;
  font-weight: 500;
  color: #E96666;
}
#contact .textbox {
  width: 100%;
  display: block;
  padding: 12px 19px 12px 24px;
  border: 1px solid #C7C7C7;
  margin-bottom: 22px;
  outline: none;
  resize: none;
}
#contact .textbox:last-of-type {
  margin-bottom: 40px;
}
#contact .pulldown {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  display: inline-block;
  width: 100%;
  max-width: 204px;
  padding: 12px 19px 12px 24px;
  cursor: pointer;
  border: 1px solid #C7C7C7;
  background-image: url(../images/downarrow.svg);
  background-repeat: no-repeat;
  background-position: right 19px center;
  margin-bottom: 22px;
}
#contact .submit-button {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 10px 80px;
  background-image: linear-gradient(#1b2b80, #111a4c);
  border-radius: 10px;
}
#contact .submit-text {
  color: #FFFFFF;
  line-height: 28px;
}

@media screen and (max-width: 599px) {
  #contact .wrapper {
    padding: 32px 16px;
  }
}
#footer {
  background-color: #1B2B80;
}
#footer .wrapper {
  max-width: 100%;
  padding: 5.56vw 4.44vw;
  display: flex;
  justify-content: space-between;
}
#footer .copyright {
  color: #FFFFFF;
  font-size: clamp(10px, 0.97vw, 14px);
}
#footer .privacy-policy {
  color: #FFFFFF;
  text-decoration: underline;
  font-family: "Roboto";
  font-size: clamp(10px, 0.97vw, 14px);
}

@media screen and (max-width: 599px) {
  #footer .wrapper {
    width: fit-content;
    padding: clamp(32px, 20vw, 80px), 16px;
    flex-direction: column;
    gap: clamp(16px, 6vw, 24px);
  }
}/*# sourceMappingURL=style.css.map */ooter .privacy-policy {
  color: #FFFFFF;
  text-decoration: underline;
  font-family: "Roboto";
  font-size: clamp(10px, 0.97vw, 14px);
}

@media screen and (max-width: 599px) {
  #footer .wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: clamp(32px, 20vw, 80px), 16px;
    flex-direction: column;
    gap: clamp(16px, 6vw, 24px);
  }
}
/*# sourceMappingURL=style.css.map */