@charset "UTF-8";

.container {
  max-width: 950px;
  text-align: center;
  margin: auto;
}

section {
  padding: 50px 0;
}

.section-title {
  font-size: 3rem;
}

@media screen and (max-width: 600px) {
  .section-title {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 390px) {
  .section-title {
    font-size: 2rem;
  }
}

.font-color {
  color: #FF982F;
}

.font-accent {
  color: #003873;
}

/*こんなお悩みありませんか？*/
#section-1 {
  padding-top: 30px;
}

#section-1 .section-title {
  font-size: 2rem;
}
#section-1 .section-title .tab {
  display: none;
}
#section-1 .section-title .sp {
  display: none;
}
@media screen and (max-width: 900px) {
  #section-1 .section-title {
    padding: 0 20px;
  }
  #section-1 .section-title .tab {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  #section-1 .section-title .sp {
    display: inline-block;
  }
}

@media screen and (max-width: 390px) {
  #section-1 .section-title {
    font-size: 1.5rem;
  }
}

#section-1 .section-title .fukidashi {
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
}
@media screen and (max-width: 600px) {
  #section-1 .section-title .fukidashi {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 390px) {
  #section-1 .section-title .fukidashi {
    font-size: 1.1rem;
  }
}

#section-1 .section-title .fukidashi::before {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #FF982F;
}

#section-1 .section-title .fukidashi::after {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #FF982F;
}

#section-1 .question {
  display: flex;
  justify-content: space-between;
  padding: 50px 20px 0 20px;
}

@media screen and (max-width: 900px) {
  #section-1 .question {
    max-width: 500px;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2%;
    padding-top: 50px;
    margin: 0 auto;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  #section-1 .question {
    padding-inline: 3%;
  }
}

@media screen and (max-width: 390px) {
  #section-1 .question {
    grid-template-columns: 1fr;
  }
}

#section-1 .question li {
  width: 200px;
  height: auto;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 600px) {
  #section-1 .question li {
    width: 180px;
  }
}

@media screen and (max-width: 900px) {
  #section-1 .question li {
    width: 170px;
  }
}

@media screen and (max-width: 390px) {
  #section-1 .question li {
    width: 200px;
  }
}

#section-1 .question li p {
  font-size: 1.25rem;
  border: 2px solid #25271F;
  border-radius: 10px;
  height: 145px;
  padding-top: 25px;
}

@media screen and (max-width: 900px) {
  #section-1 .question li p {
    font-size: 1.1rem;
  }
}

#section-1 .question li img {
  width: 150px;
  height: 150px;
  position: relative;
  bottom: 25px;
}

/*社会保険が解決します*/
#section-2 {
  background-color: #FCEEAF;
}

#section-2 .section-title {
  font-size: 2rem;
  padding-inline: 10%;
}

@media screen and (max-width: 600px) {
  #section-2 .section-title {
    font-size: 1.5rem;
    padding-bottom: 50px;
  }
}

#section-2 .section-title span {
  display: inline-block;
}

#section-2 .section-title .accent {
  font-size: 3rem;
}

@media screen and (max-width: 390px) {
  #section-2 .section-title .accent {
    font-size: 2rem;
  }
}

#section-2 .section-title img {
  width: 25px;
  position: relative;
  bottom: 10px;
  left: 5px;
}

#section-2 .merit {
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  padding: 70px 15px 0 15px;
}

@media screen and (max-width: 900px) {
  #section-2 .merit {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  #section-2 .merit {
    padding-top: 0;
  }
}

#section-2 .merit .circle {
  display: inline-block;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  border: 3px solid #E97F12;
  background: #FFF;
  position: relative;
  /*バルーン*/
}

@media screen and (max-width: 600px) {
  #section-2 .merit .circle {
    width: 350px;
    height: 350px;
  }
}

@media screen and (max-width: 390px) {
  #section-2 .merit .circle {
    width: 330px;
    height: 330px;
  }
}

#section-2 .merit .circle p {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 450px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #section-2 .merit .circle p {
    width: 350px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 390px) {
  #section-2 .merit .circle p {
    width: 330px;
    font-size: 1.3rem;
  }
}

#section-2 .merit .circle p .weight {
  font-size: 2.5rem;
}

@media screen and (max-width: 600px) {
  #section-2 .merit .circle p .weight {
    font-size: 2rem;
  }
}

#section-2 .merit .circle.balloon {
  animation: balloon 0.5s ease-out 0s 1 forwards;
}

@keyframes balloon {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/*事例*/
#section-3 {
  /*事例1.2共通*/
  /*事例タイトル*/
  /*事例下*/
}

#section-3 .section-title2 {
  font-size: 2rem;
  background-color: #FF982F;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  margin: 0 10px 30px 10px;
}

@media screen and (max-width: 900px) {
  #section-3 .section-title2 {
    max-width: 900px;
    margin: 5%;
  }
}
@media screen and (max-width: 600px) {
  #section-3 .section-title2 {
    max-width: 600px;
    font-size: 1.5rem;
  }
}
#section-3 .section-title2 span {
  display: inline-block;
}

#section-3 .font-big {
  font-size: 2.1rem;
}

#section-3 .case-title {
  padding: 20px 10px;
  height: 190px;
  background: #FCEEAF;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#section-3 .case-title img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #25271F;
}

#section-3 .case-title p {
  font-size: 1.5rem;
  padding-left: 30px;
}

@media screen and (max-width: 900px) {
  #section-3 .case-title p {
    padding-left: 15px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 460px) {
  #section-3 .case-title p {
    width: 175px;
    font-size: 1.3rem;
  }
}

#section-3 .graph-bottom {
  max-width: 630px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  margin: 40px auto 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 900px) {
  #section-3 .graph-bottom {
    padding: 0 35px;
  }
}

@media screen and (max-width: 600px) {
  #section-3 .graph-bottom {
    flex-direction: column;
    gap: 20px;
    font-size: 1.2rem;
  }
}

#section-3 .graph-bottom .month {
  color: #003873;
  text-align: left;
}

#section-3 .graph-bottom .month .font-big {
  font-size: 2.1rem;
  background: linear-gradient(transparent 50%, rgba(0, 56, 115, 0.2) 50%);
}

@media screen and (max-width: 390px) {
  #section-3 .graph-bottom .month .font-big {
    font-size: 1.8rem;
  }
}

#section-3 .graph-bottom .year {
  width: 250px;
  height: 150px;
  background: #FF982F;
  border-radius: 50%;
  color: #FFFFFF;
  align-items: center;
}

#section-3 .graph-bottom .year p {
  position: relative;
  top: 25%;
}

#section-3 .graph-bottom .year p .font-big {
  font-size: 2.1rem;
}

#section-3 .case {
  border: 3px solid #FF982F;
  border-radius: 20px;
  padding-bottom: 30px;
  margin: 0 10px 30px 10px;
}

@media screen and (max-width: 900px) {
  #section-3 .case {
    max-width: 900px;
    margin: 5%;
  }
}

@media screen and (max-width: 600px) {
  #section-3 .case {
    max-width: 600px;
    align-items: center;
  }
}

@media screen and (max-width: 390px) {
  #section-3 .case {
    max-width: 390px;
  }
}

#section-3 .case .case-container {
  max-width: 800px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-top: 30px;
}

@media screen and (max-width: 900px) {
  #section-3 .case .case-container {
    flex-direction: column;
    padding-inline: 2%;
  }
}

#section-3 .case .case-container .graph1 {
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 390px) {
  #section-3 .case .case-container .graph1 .graph-list {
    margin-top: 7px;
  }
}

#section-3 .case .case-container .graph1 .graph-list li {
  display: flex;
  padding-bottom: 5px;
  align-items: center;
}

@media screen and (max-width: 390px) {
  #section-3 .case .case-container .graph1 .graph-list li {
    height: 40px;
    margin-bottom: 15px;
  }
}

#section-3 .case .case-container .graph1 .graph-list li img {
  width: 50px;
  height: 50px;
  border: 1px solid #25271F;
  border-radius: 50%;
}

@media screen and (max-width: 390px) {
  #section-3 .case .case-container .graph1 .graph-list li img {
    width: 40px;
    height: 40px;
  }
}

#section-3 .case .case-container .graph1 .graph-list li p {
  padding-left: 5px;
  line-height: 50px;
}

@media screen and (max-width: 425px) {
  #section-3 .case .case-container .graph1 .graph-list li p {
    font-size: 1rem;
    line-height: 1;
  }
}

#section-3 .case .case-container .graph1 .graph-item .item-graph1 {
  width: 250px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #E97F12;
  background: #FCEEAF;
  margin: 7px 0 15px 10px;
}

#section-3 .case .case-container .graph1 .graph-item .item-graph2 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #E97F12;
  background: #FCEEAF;
  margin: 0 0 15px 10px;
}

#section-3 .case .case-container .graph1 .graph-item .item-graph3 {
  width: 150px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #E97F12;
  background: #FCEEAF;
  margin: 0 0 15px 10px;
}

#section-3 .case .case-container .graph1 .graph-item .item-graph5 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  border: 2px dotted #E97F12;
  background: #FCEEAF;
  margin: 0 0 15px 10px;
}

#section-3 .case .case-container .graph1 .graph-item .item-graph6 {
  width: 150px;
  height: 40px;
  line-height: 40px;
  border: 2px dotted #E97F12;
  background: #FCEEAF;
  margin: 0 0 15px 10px;
}

#section-3 .case .graph-matome2 {
  max-width: 800px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 115px;
  align-items: center;
  margin: 50px auto;
}

@media screen and (max-width: 900px) {
  #section-3 .case .graph-matome2 {
    flex-direction: column;
    gap: 20px;
  }
}

#section-3 .case .triangle {
  border: 15px solid transparent;
  border-left: 20px solid #25271F;
  height: 15px;
}

@media screen and (max-width: 900px) {
  #section-3 .case .triangle {
    transform: rotate(90deg);
    margin-top: 20px;
  }
}

/*社会保険と国民健康保険の違い*/
#section-4 {
  padding-top: 20px;
}

#section-4 .section-title {
  font-size: 3rem;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #section-4 .section-title {
    flex-direction: column-reverse;
    font-size: 1.8rem;
    margin: 0 2%;
  }
}
#section-4 .section-title .line {
  border-bottom: 8px solid #FF982F;
}

#section-4 .section-title span {
  display: inline-block;
}

#section-4 .section-title img {
  width: 100px;
  height: 80px;
}

@media screen and (max-width: 390px) {
  #section-4 .section-title img {
    margin: 0 auto;
  }
}

#section-4 table {
  max-width: 850px;
  width: 100%;
  border-spacing: 10px;
  margin: 25px auto 0 auto;
}

@media screen and (max-width: 900px) {
  #section-4 table {
    padding-inline: 3%;
  }
}

#section-4 table tr {
  height: 72px;
}

#section-4 table td {
  width: 33.3333333333%;
  margin: 5px;
}

@media screen and (max-width: 600px) {
  #section-4 table td:first-child {
    width: 20%;
  }
}

#section-4 table .hosoku {
  border: 2px solid #E97F12;
  color: #E97F12;
}

@media screen and (max-width: 390px) {
  #section-4 table .hosoku {
    font-size: 0.8rem;
  }
}

#section-4 table .y-s {
  background-color: #FDFF9F;
}

#section-4 table .y-l {
  background-color: rgba(253, 255, 159, 0.5019607843);
}

#section-4 table .o-s {
  background-color: #FFAD59;
}

#section-4 table .o-l {
  background-color: rgba(255, 173, 89, 0.5019607843);
}
#section-4 table span {
  display: inline-block;
}

/*加入条件*/
#section-5 {
  padding: 0 5%;
}

#section-5 .section-title {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  #section-5 .section-title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

#section-5 .section-title .responsiv {
  display: flex;
}

#section-5 .section-title img {
  width: 50px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}

#section-5 .section-title p {
  line-height: 70px;
  font-size: 3rem;
}

@media screen and (max-width: 900px) {
  #section-5 .section-title p {
    font-size: 2.5rem;
  }
}

#section-5 .section-title .title-comment {
  font-size: 1.125rem;
  line-height: 70px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 16px 12px 40px;
}

#section-5 .section-title .title-comment::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 5%;
  width: 100%;
  height: 50%;
  border: 2px solid #E97F12;
  border-radius: 50px;
}

#section-5 .section-title .title-comment::after {
  content: "";
  position: absolute;
  top: calc(100% - 25px);
  left: 50%;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #E97F12;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
  rotate: -30deg;
  translate: -50%;
}

@media screen and (max-width: 600px) {
  #section-5 .section-title .title-comment::after {
    top: calc(100% - 75px);
  }
}

#section-5 .jyoken {
  background-color: #FF982F;
  max-width: 850px;
  width: 100%;
  border-radius: 20px;
  text-align: center;
  margin: 30px 0;
  padding: 30px;
}

@media screen and (max-width: 390px) {
  #section-5 .jyoken {
    padding: 20px;
  }
}

#section-5 .jyoken p {
  color: #FFFFFF;
  font-size: 2rem;
}

@media screen and (max-width: 900px) {
  #section-5 .jyoken p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 600px) {
  #section-5 .jyoken p {
    font-size: 1.5rem;
  }
}

#section-5 .jyoken p .br-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  #section-5 .jyoken p .br-sp {
    display: inline-block;
  }
}
#section-5 span {
  display: inline-block;
}

/*シュミレーション*/
#section-6 {
  padding: 60px 50px 0 50px;
  /* シュミレーター */
  /* 各ステップのグループ */
  /* 各ステップのセクション */
  /* ステップのヘッダー部分 */
  /* STEP 1: 入力エリア */
  /* STEP 2: トグルエリア */
  /* 選択されたトグルボタン */
  /* 結果エリア */
}
@media screen and (max-width: 900px) {
  #section-6 .section-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  #section-6 .section-title {
    font-size: 2rem;
  }
}
#section-6 .section-title .fukidashi2 {
  color: #E97F12;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
}
@media screen and (max-width: 600px) {
  #section-6 .section-title .fukidashi2 {
    font-size: 1rem;
  }
}
#section-6 .section-title .fukidashi2::before {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #FF982F;
}

#section-6 .section-title .fukidashi2::after {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #FF982F;
}

#section-6 .section-title .br-sp {
  display: inline-block;
}

#section-6 .simulator-container {
  max-width: 850px;
  margin: 50px auto;
  padding-top: 30px;
  border: 2px solid #003873;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #25271F;
  background-color: #fff;
}

#section-6 .step-group {
  display: flex;
  justify-content: space-between;
  margin: 0 30px 30px 30px;
  gap: 50px;
}

@media screen and (max-width: 780px) {
  #section-6 .step-group {
    flex-direction: column;
  }
}

#section-6 .step:first-child {
  width: 40%;
}

@media screen and (max-width: 780px) {
  #section-6 .step:first-child {
    width: 100%;
  }
}

#section-6 .step:last-child {
  width: 60%;
}

@media screen and (max-width: 780px) {
  #section-6 .step:last-child {
    width: 100%;
  }
}

#section-6 .step-header {
  border-bottom: 2px solid #E97F12;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}

#section-6 .step-header .step-number {
  font-size: 1.3rem;
  color: #E97F12;
  font-weight: bold;
}

#section-6 .step-header .step-title {
  font-size: 1.4rem;
}

@media screen and (max-width: 900px) {
  #section-6 .step-header .step-title {
    font-size: 1.2rem;
  }
}

#section-6 .step-input-area {
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#section-6 #premiumInput {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 80%;
  text-align: center;
  font-size: 0.8rem;
}

@media screen and (max-width: 780px) {
  #section-6 #premiumInput {
    width: 50%;
  }
}

#section-6 .unit {
  margin-left: 5px;
  font-size: 1rem;
}

#section-6 .step-toggle-area {
  display: flex;
  gap: 10px;
  margin: 0 20px;
}

#section-6 .toggle-btn {
  flex-grow: 1;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  transition: background-color 0.2s, border-color 0.2s;
}

#section-6 .toggle-btn.selected {
  background-color: #e0e0e0;
  border-color: #999;
  font-weight: bold;
}

#section-6 .result-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(253, 255, 159, 0.5019607843);
  border-radius: 0 0 10px 10px;
  padding: 30px;
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  #section-6 .result-area {
    flex-direction: column;
  }
}

#section-6 .result-text {
  display: flex;
}

@media screen and (max-width: 900px) {
  #section-6 .result-text {
    flex-direction: column;
  }
}

#section-6 .result-text p {
  text-align: left;
  font-size: 1.5rem;
  color: #25271F;
  font-weight: normal;
}

@media screen and (max-width: 900px) {
  #section-6 .result-text p {
    text-align: center;
    font-size: 1.3rem;
  }
}

#section-6 .result-value {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  display: block;
  margin: 20px 0 0 50px;
}

@media screen and (max-width: 900px) {
  #section-6 .result-value {
    margin: 20px auto;
  }
}

#section-6 .save-button {
  padding: 15px 30px;
  border: 1px solid #25271F;
  border-radius: 4px;
  background-color: #E97F12;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: background-color 0.2s;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  #section-6 .save-button {
    font-size: 1.3rem;
  }
}

#section-6 .save-button:hover {
  color: #E97F12;
  background-color: #ffffff;
}

/*Q&A*/
#section-7 {
  position: relative;
}

#section-7 .border {
  align-items: center;
  display: inline-block;
  position: relative;
}

#section-7 .border::before {
  position: absolute;
  background-color: #E97F12;
  content: "";
  height: 5px;
  width: 100px;
  margin-left: -115px;
  top: 50%;
}

@media screen and (max-width: 600px) {
  #section-7 .border::before {
    width: 30px;
    margin-left: -40px;
  }
}

@media screen and (max-width: 390px) {
  #section-7 .border::before {
    width: 20px;
    margin-left: -33px;
  }
}

#section-7 .border::after {
  position: absolute;
  background-color: #E97F12;
  content: "";
  height: 5px;
  width: 100px;
  margin-left: 15px;
  top: 50%;
}

@media screen and (max-width: 600px) {
  #section-7 .border::after {
    width: 30px;
    margin-left: 7px;
  }
}

@media screen and (max-width: 390px) {
  #section-7 .border::after {
    width: 20px;
    margin-left: 10px;
  }
}

#section-7 .accordion-container {
  padding: 30px 50px 0 50px;
}

@media screen and (max-width: 390px) {
  #section-7 .accordion-container {
    padding: 20px 30px 0 30px;
  }
}

#section-7 .accordion-container .accordion {
  margin-bottom: 20px;
  border: 2px solid #E97F12;
  border-radius: 10px;
  font-size: 1.3rem;
}

@media screen and (max-width: 390px) {
  #section-7 .accordion-container .accordion {
    font-size: 1rem;
  }
}

#section-7 .accordion-container .accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%23e97f12%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  background-position: right calc(2em - 7px) center;
  background-size: 22px;
  background-repeat: no-repeat;
  color: #25271F;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  #section-7 .accordion-container .accordion summary {
    text-align: left;
  }
}

@media screen and (max-width: 390px) {
  #section-7 .accordion-container .accordion summary {
    padding-right: 40px;
  }
}

#section-7 .accordion-container .accordion summary::-webkit-details-marker {
  display: none;
}

#section-7 .accordion-container .accordion summary::after {
  transform: translate(-5%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  transition: transform 0.3s;
}

#section-7 .accordion-container .accordion p {
  transform: translateY(-10px);
  padding: 0 2em 1em;
  text-align: left;
  color: #25271f;
  transition: transform 0.5s, opacity 0.5s;
}

#section-7 .accordion-container .open summary::after {
  transform: rotate(225deg);
}

#section-7 .accordion-container .open p {
  transform: none;
  opacity: 1;
}

/*お問い合わせ*/
#section-8 {
  background-color: rgba(252, 238, 175, 0.2);
}

#section-8 .section-title {
  text-align: center;
  margin-bottom: 30px;
}

#section-8 .section-title .title-fukidashi {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 3;
  padding: 10px 50px;
  border-radius: 5px;
  background-color: rgba(255, 152, 47, 0.5019607843);
  position: relative;
}

@media screen and (max-width: 390px) {
  #section-8 .section-title .title-fukidashi {
    width: 200px;
    font-size: 1rem;
  }
}

#section-8 .section-title .title-fukidashi::after {
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  border-top: solid 10px rgba(255, 152, 47, 0.5019607843);
  bottom: -9px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
}

#section-8 .form {
  width: 850px;
  padding: 50px 130px;
  margin: 0 auto;
  background-color: #fff;
  border-color: #FFFFFF;
  border-radius: 10px;
  text-align: left;
  font-size: 1.3rem;
}

@media screen and (max-width: 900px) {
  #section-8 .form {
    max-width: 700px;
    width: 100%;
    padding: 50px;
  }
}

@media screen and (max-width: 600px) {
  #section-8 .form {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 390px) {
  #section-8 .form {
    max-width: 370px;
    padding: 30px;
    font-size: 1rem;
  }
}

/*
#section-8 .form label {
  margin-top: 45px;
}
*/
#section-8 .form input {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #25271F;
}

#section-8 .form textarea {
  display: block;
  line-height: 1;
  margin: 5px 0 50px 0;
  width: 100%;
  padding: 10px;
  border: 1px solid #25271F;
}

#section-8 .form .radio-btn {
  text-align: left;
  margin: 45px 0;
  max-width: 600px;
  width: 100%;
}

#section-8 .form .radio-btn li {
  display: flex;
  margin-top: 5px;
}

#section-8 .form .radio-btn li input {
  width: auto;
  margin: 0 5px;
}

#section-8 .form .radio-btn li label {
  width: auto;
  margin-top: 0;
}

#section-8 .form button {
  background-color: #FF982F;
  color: #ffffff;
  border: none;
  padding: 10px;
  width: 150px;
  border-radius: 5px;
  font-size: 1.125rem;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

#section-8 .form button:hover {
  background-color: #ffffff;
  color: #FF982F;
  border: 1px solid #FF982F;
}

/*専門家紹介*/
#section-9 .title-comment {
  font-size: 1.2rem;
  padding: 20px 0;
}

@media screen and (max-width: 900px) {
  #section-9 .title-comment {
    padding: 20px 70px;
    font-size: 1rem;
  }
  #section-9 .title-comment span {
    display: inline-block;
  }
}

#section-9 .senmonka {
  max-width: 800px;
  padding: 0 20px;
  display: flex;
  gap: 40px;
  margin: 30px auto 0 auto;
}

@media screen and (max-width: 900px) {
  #section-9 .senmonka {
    width: 100%;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
}

#section-9 .senmonka img {
  width: 230px;
  height: 180px;
  border-radius: 50%;
}

#section-9 .senmonka .name {
  text-align: left;
  font-size: 1.3rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
  #section-9 .senmonka .name {
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 390px) {
  #section-9 .senmonka .name {
    font-size: 1.1rem;
  }
}

#section-9 .senmonka .name dt {
  width: 70%;
}

@media screen and (max-width: 900px) {
  #section-9 .senmonka .name dt {
    width: 100%;
  }
}

#section-9 .senmonka .name dd {
  width: 30%;
}

@media screen and (max-width: 900px) {
  #section-9 .senmonka .name dd {
    width: 100%;
    margin-bottom: 15px;
  }
}

/*運営者情報*/
#section-10 {
  text-align: center;
  margin: 0 auto;
  background-color: rgba(252, 238, 175, 0.5019607843);
  padding: 50px 5%;
}

#section-10 .company {
  max-width: 680px;
  width: 100%;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  margin: 50px auto;
}

@media screen and (max-width: 900px) {
  #section-10 .company {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  #section-10 .company {
    font-size: 1rem;
    align-items: center;
  }
}

#section-10 .company .company-item {
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-items: center;
}

@media screen and (max-width: 600px) {
  #section-10 .company .company-item {
    max-width: 200px;
    flex-direction: column;
    justify-content: center;
  }
}

#section-10 .company .company-item dt {
  width: 30%;
}

@media screen and (max-width: 600px) {
  #section-10 .company .company-item dt {
    width: 100%;
  }
}

#section-10 .company .company-item dd {
  width: 70%;
}

@media screen and (max-width: 600px) {
  #section-10 .company .company-item dd {
    width: 100%;
    margin-bottom: 10px;
  }
}

#section-10 .company img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

#section-10 .company-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

#section-10 .company-comment .br-tab {
  display: none;
}
#section-10 .company-comment .br-sp {
  display: none;
}

@media screen and (max-width: 900px) {
  #section-10 .company-comment {
    font-size: 1.4rem;
  }
  #section-10 .company-comment .br-tab {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  #section-10 .company-comment {
    font-size: 1.2rem;
  }
  #section-10 .company-comment .br-tab {
    display: none;
  }
  #section-10 .company-comment .br-sp {
    display: inline-block;
  }
}
@media screen and (max-width: 390px) {
  #section-10 .company-comment {
    font-size: 1rem;
  }
}

#section-10 .company-comment::before,
#section-10 .company-comment::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #053D69;
}

#section-10 .company-comment::before {
  margin-right: 10px;
}

#section-10 .company-comment::after {
  margin-left: 10px;
}

#section-10 .company-jigyou {
  font-size: 2rem;
  margin: 50px auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 10px;
  border-bottom: 2px solid #003873;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #section-10 .company-jigyou {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 390px) {
  #section-10 .company-jigyou {
    font-size: 1.3rem;
  }
}

#section-10 .company-jigyou::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #fdf6d7;
  rotate: 135deg;
  translate: -50%;
  z-index: 1;
}

#section-10 .company-jigyou::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  z-index: -1;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #003873;
  rotate: 135deg;
  translate: -50%;
  z-index: 0;
}

#section-10 .company-list {
  max-width: 870px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  #section-10 .company-list {
    max-width: 350px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
  }
}

#section-10 .company-list .company-item {
  width: 150px;
  height: 200px;
  border: 2px solid #E97F12;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 0;
}

@media screen and (max-width: 900px) {
  #section-10 .company-list .company-item {
    margin-bottom: 20px;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 390px) {
  #section-10 .company-list .company-item {
    width: 130px;
  }
}

#section-10 .company-list .company-item img {
  height: 70px;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px;
}

#section-10 .company-list .company-item p {
  font-size: 1rem;
}

@media screen and (max-width: 390px) {
  #section-10 .company-list .company-item p {
    font-size: 0.9rem;
  }
}

footer {
  padding: 30px 0;
  font-size: 0.8rem;
  text-align: center;
  background-color: rgba(252, 238, 175, 0.5019607843);
}

footer .page-top {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #f8f8ef;
  background-color: #E97F12;
  position: fixed;
  right: 3%;
  bottom: 25px;
}

footer .page-top::before {
  content: "";
  border-bottom: 10px solid #f8f8ef;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

footer .page-top p {
  color: #f8f8ef;
  font-size: 0.8rem;
  position: absolute;
  bottom: 35px;
  left: 17px;
}

header img {
  height: 600px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}

@media screen and (max-width: 390px) {
  header img {
    height: 550px;
  }
}

header .copy {
  font-size: 2.7rem;
  color: #25271F;
  text-shadow: 0 4px 6px #ccc;
  position: absolute;
  top: 10%;
  left: 8%;
}
header .copy .sp-br {
  display: none;
}
@media screen and (max-width: 990px) {
  header .copy {
    left: 12%;
  }
  header .copy .sp-br {
    display: inline-block;
  }
}
@media screen and (max-width: 900px) {
  header .copy {
    font-size: 2rem;
    left: 5%;
  }
  header .copy .sp-br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  header .copy {
    font-size: 2rem;
    left: 15%;
  }
  header .copy .sp-br {
    display: inline-block;
  }
}

@media screen and (max-width: 390px) {
  header .copy {
    font-size: 1.8rem;
    left: 13%;
  }
}

header .copy .top-border {
  background: linear-gradient(transparent 60%, rgba(233, 127, 18, 0.5019607843) 30%);
}
header .copy .top-font {
  font-size: 3.3rem;
}
@media screen and (max-width: 600px) {
  header .copy .top-font {
    font-size: 2rem;
  }
}

body {
  font-family: "M PLUS 1", sans-serif;
  font-weight: bold;
  color: #25271F;
  background-color: #fff;
  font-size: 16px;
}

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

li {
  list-style: none;
}

/*# sourceMappingURL=style.css.map */
#section-8 .wpcf7-list-item input {
  flex: 0 0 20px;
  width: 20px;
}

.wpcf7-form-control .wpcf7-text {
  max-width: 580px;
}

.wpcf7-form-control .wpcf7-textarea {
  height: 100px;
}

.wpcf7-list-item label {
  display: flex;
}

.wpcf7-list-item-label {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-form input[type="submit"] {
  background-color: #FF982F;
  transition: background-color 0.3s ease;
  color: #ffffff;
  border: none;
  padding: 10px;
  max-width: 150px;
  border-radius: 5px;
  font-size: 1.125rem;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #ffffff;
  color: #FF982F;
  border: 1px solid #FF982F;
}
