﻿@import"base.css";
@import"fonts.css";
:root {
  --content-width: 1400px;
  --font-yumincho: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  --font-family: "Noto Sans JP", sans-serif;
  --font-kaisei: "Kaisei Tokumin", serif;
  --font-cormo: "Cormorant Garamond", serif;
  --font-number: "Anton", sans-serif;
  --color-primary: #f0961b;
  --color-secondary: #fce632;
  --color-clr01: #008acf;
  --body-color: #222222;
  --red: #e50012;
}
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 200%;
  -webkit-text-size-adjust: none
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=date], textarea, select {
  width: 100%;
  border: solid 1px #b3b3b3;
  padding: 10px;
  font-family: var(--font-family);
  font-weight: 500;
}
textarea {
  resize: vertical
}
::placeholder {
  opacity: .5
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.6em;
  font-weight: 700;
  margin-bottom: .5em;
}
a {
  color: var(--color-secondary);
  transition: all .2s
}
select {
  visibility: visible !important
}
[href^="tel:"] {
  word-break: keep-all;
  white-space: nowrap
}
img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
  object-fit: cover
}
table {
  width: 100%
}
p {
  margin-bottom: 2em;
  line-height: 1.7em
}
p:last-child {
  margin-bottom: 0
}
button {
  cursor: pointer;
  border: solid 1px #333;
  border-radius: 0;
  outline: none;
  box-shadow: none
}
*, ::before, ::after {
  box-sizing: border-box;
  outline: none
}
html {
  background: #fff
}
body {
  min-width: 320px;
  -webkit-text-size-adjust: none;
  color: var(--body-color);
  font-family: var(--font-family);
  font-weight: 500;
}
.break_sp {
  display: none;
}
.break_pc {
  display: block;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
#wrapper {
  min-width: 1260px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden
}
.inner {
  width: var(--content-width);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto
}
.menu_sp {
  display: none;
}
.d-flex {
  display: flex
}
.d-flex-column {
  display: flex;
  flex-direction: column
}
.flex_wrap {
  display: flex;
  flex-wrap: wrap
}
.flex_between {
  display: flex;
  justify-content: space-between;
}
.flex_center {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.left {
  text-align: left
}
.center {
  text-align: center
}
.right {
  text-align: right
}
.bold {
  font-weight: bold
}
.text-large {
  font-size: 130%
}
.text-small {
  font-size: 80%
}
.text-yell {
  color: var(--color-secondary);
}
img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px
}
img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.tab-content {
  display: none
}
.tab-content.active {
  display: block
}
[data-tab], .accordion-button {
  cursor: pointer
}
.red {
  color: var(--red);
}
body.open-nav {
  height: 100%;
  overflow: hidden
}
/*==========================================================
                        header
==========================================================*/
header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background: #ffffff;
}
#head_top #logo {
  margin: 0;
}
#head_top .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}
.head_list {
  display: flex;
  align-items: center;
  padding-right: 3px;
}
.head_list li {
  margin-right: 20px;
}
.head_list li:last-child {
  margin-right: 0;
}
.head_list .btn {
  width: 275px;
  position: relative;
  top: 2px;
}
.head_list .btn.orange {
  margin-left: 5px;
}
.head_list .btn a {
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  background: #E6AB00;
  background: linear-gradient(180deg, rgba(230, 171, 0, 1) 0%, rgba(242, 150, 0, 1) 100%);
  border-radius: 99px;
  box-shadow: 2px 3px 0px 0px rgba(35, 24, 21, 0.2);
  -webkit-box-shadow: 2px 3px 0px 0px rgba(35, 24, 21, 0.2);
  -moz-box-shadow: 2px 3px 0px 0px rgba(35, 24, 21, 0.2);
  padding-right: 14px;
  position: relative;
  line-height: 1.4em;
  padding-bottom: 3px;
}
.head_list .btn a:before {
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  background: url("../images/arrow_btn01.png") no-repeat;
  background-size: 100% auto;
  width: 18px;
  height: 18px;
  content: '';
  display: block;
}
.head_list .btn.blue a {
  background: #008ACF;
  background: linear-gradient(180deg, rgba(0, 138, 207, 1) 0%, rgba(0, 113, 188, 1) 100%);
}
.head_list .btn.blue a:before {
  background: url("../images/arrow_btn02.png") no-repeat;
  background-size: 100% auto;
}
#gnavi {
  width: 100%;
  background: #F0961B;
  background: linear-gradient(90deg, rgba(240, 150, 27, 1) 0%, rgba(255, 109, 44, 1) 100%);
}
.list-nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: 80px;
}
.list-nav .nav-item {
  position: relative;
  padding: 0 30px
}
.list-nav .nav-item:after, .list-nav .nav-item:first-child:before {
  content: "";
  width: 2px;
  height: 20px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  opacity: 0.7;
}
.list-nav .nav-item:first-child:before {
  right: auto;
  left: 0;
}
.list-nav .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}
.list-nav .nav-link > span {
  display: block;
  position: relative
}
.list-nav .has-nav {
  position: relative;
  z-index: 1
}
.list-nav .has-nav > .nav-link {
  cursor: default
}
.list-nav .sub-nav-wrap {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 430px;
  padding-top: 37px;
  opacity: 0;
  visibility: hidden;
  transition: .2s all
}
.list-nav .sub-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 36px 10px 39px 40px;
}
.list-nav .sub-nav li {
  width: 50%
}
.list-nav .sub-nav li:nth-child(n+3) {
  margin-top: 14px
}
.list-nav .sub-nav a {
  display: inline-block;
  text-decoration: none;
  color: var(--body-color);
  padding-left: 28px;
  position: relative;
  font-size: 16px
}
.list-nav .sub-nav a:before {
  content: "";
  width: 18px;
  height: 18px;
  background: var(--body-color);
  background-size: 5px auto;
  position: absolute;
  left: 0;
  top: 4px
}
/* common */
main {
  padding-top: 190px;
}
main i {
  font-style: normal
}
.btn01 {
  width: 100%;
  max-width: 396px;
  margin: 0 auto;
  background: #fff;
  border-radius: 99px;
}
.btn01 a {
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 31px;
  font-weight: 600;
  background: #E6AB00;
  background: linear-gradient(180deg, rgba(230, 171, 0, 1) 0%, rgba(242, 150, 0, 1) 100%);
  border-radius: 99px;
  box-shadow: 3px 4px 0px 0px rgba(35, 24, 21, 0.2);
  -webkit-box-shadow: 3px 4px 0px 0px rgba(35, 24, 21, 0.2);
  -moz-box-shadow: 3px 4px 0px 0px rgba(35, 24, 21, 0.2);
  padding-right: 14px;
  position: relative;
  letter-spacing: 0.02em;
  padding-bottom: 5px;
  line-height: 1.4em;
}
.btn01 a:before {
  position: absolute;
  top: 50%;
  right: 37px;
  transform: translateY(-50%);
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '';
  display: block;
}
.btn01 a:after {
  position: absolute;
  top: 50%;
  right: 44px;
  transform: translateY(-50%);
  background: var(--color-primary);
  width: 9px;
  height: 13px;
  content: '';
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.btn01.blue a {
  background: #008ACF;
  background: linear-gradient(180deg, rgba(0, 138, 207, 1) 0%, rgba(0, 113, 188, 1) 100%);
}
.btn01.blue a:after {
  background: #2c9ed7;
}
.btn01.big {
  max-width: 700px;
}
.btn01.big a {
  height: 113px;
  font-size: 42px;
  letter-spacing: 0;
  box-shadow: 5px 5px 0px 0px rgba(35, 24, 21, 0.2);
  -webkit-box-shadow: 5px 5px 0px 0px rgba(35, 24, 21, 0.2);
  -moz-box-shadow: 5px 5px 0px 0px rgba(35, 24, 21, 0.2);
  padding-bottom: 5px;
}
.btn01.big a:before {
  display: none;
}
.btn01.big a:after {
  position: absolute;
  top: 50%;
  right: 59px;
  transform: translateY(-50%);
  width: 25px;
  height: 28px;
  content: '';
  display: block;
  background: url(../images/arr_w.svg) no-repeat;
  background-size: 100% auto;
  clip-path: none;
}
.btn01.small {
  max-width: 275px;
}
.btn01.small a {
  height: 52px;
  font-size: 22px;
}
.com_txt01 {
  font-size: 24px;
  line-height: 1.8em;
}
h2.tyle01 {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
h2.tyle01 span {
  display: inline-block;
  position: relative;
  line-height: 1.6em;
  padding-bottom: 12px;
}
h2.tyle01 span:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: '';
  display: block;
  background: url("../images/line_bottom.svg") repeat-x;
  background-size: auto 100%;
  width: 115%;
  height: 12px;
}
h2.tyle02 {
  color: var(--color-primary);
  font-size: 44px;
  margin-bottom: 7px;
  font-weight: 700;
  line-height: 1.5em;
}
/*==========================================================
                        menu sp
==========================================================*/
#menu-toggle {
  width: 60px;
  height: 60px;
  background: #F0961B;
  background: linear-gradient(90deg, rgba(240, 150, 27, 1) 0%, rgba(255, 109, 44, 1) 100%);
  position: relative;
  z-index: 100;
  cursor: pointer;
  display: none;
  border-radius: 9px;
}
#menu-toggle > span {
  height: 4px;
  position: absolute;
  width: 40px;
  background: #fff;
  left: 10px;
  transition: .2s ease-in-out;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
}
#menu-toggle > span:nth-child(1) {
  top: 11px
}
#menu-toggle > span:nth-child(2), #menu-toggle > span:nth-child(3) {
  top: 23px
}
#menu-toggle > span:nth-child(4) {
  top: 34px
}
#menu-toggle > span:nth-child(5) {
  background: none;
  width: 100%;
  left: 0;
  text-align: center;
  top: 40px;
}
#menu-toggle > span.txt_close {
  display: none;
}
#menu-toggle.open > span.txt_close {
  display: block;
  background: none;
  width: 100%;
  left: 0;
  text-align: center;
  top: 40px;
}
#menu-toggle.open > span.txt_menu {
  display: none;
}
#menu-toggle.open span:nth-child(1), #menu-toggle.open span:nth-child(4) {
  width: 0%;
}
#menu-toggle.open span:nth-child(4) {
  left: auto;
  right: 10px;
}
#menu-toggle.open span:nth-child(2) {
  transform: rotate(45deg)
}
#menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg)
}
/*==========================================================
                        mv
==========================================================*/
#home #top_info {
  position: relative;
  z-index: 1;
  background: url("../images/idx_main.jpg") no-repeat;
  background-size: cover;
  max-height: 719px;
  height: calc(100vh - 210px);
}
#top_info .main_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
}
.main_info .main_txt01 {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 700;
}
.main_info .main_txt01 .num {
  font-size: 54px;
}
.line {
  position: relative;
  z-index: 1;
  line-height: 1;
  display: inline-block;
}
.line:after {
  background: var(--color-secondary);
  height: 20px;
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  width: 100%;
  left: 0;
  bottom: -6px;
}
.main_info .main_txt02 {
  margin-bottom: 0;
  font-size: 53px;
  font-weight: 700;
  position: relative;
  line-height: 1.6em;
}
.main_info .main_txt02:before, .main_info .main_txt02:after {
  position: absolute;
  top: 12px;
  left: -32px;
  transform: rotate(-30deg);
  width: 3px;
  height: 60px;
  background: var(--color-primary);
  content: '';
  display: block;
}
.main_info .main_txt02:after {
  left: auto;
  right: -15px;
  transform: rotate(30deg);
}
.main_info .main_txt02 span {
  display: inline-block;
  position: relative;
  line-height: 1.55em;
}
.main_info .main_txt02 span:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-primary);
  content: '';
  display: block;
}
.main_info h1 {
  font-size: 53px;
  line-height: 1.8em;
  color: var(--color-primary);
  margin-bottom: 30px;
}
.main_info h1 span {
  font-size: 117px;
}
/*==========================================================
                        #sec01
==========================================================*/
#sec01 {
  background: #fff6e6;
  padding: 38px 0 85px;
  text-align: center;
  border-top: var(--color-primary) 10px solid;
}
.s01_box01 .com_txt01 {
  margin-bottom: 25px;
}
.s01_box02 {
  background: #ffffff;
  padding: 46px 70px 51px;
  margin: 36px 0 30px;
  border-radius: 20px;
}
.s01_box02 .com_txt01 {
  line-height: 1.85em;
}
.s01_box03 h2.tyle01 {
  margin-bottom: 52px;
}
.s01_box03 h2.tyle01 span:after {
  width: calc(100% + 76px);
}
.s01_dl {
  display: flex;
  justify-content: space-between;
  padding: 0 42px 0 16px;
}
.s01_dl dl dt {
  margin-bottom: 25px;
  height: 254px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s01_dl dl:nth-child(2) dt {
  position: relative;
  right: 17px;
}
.s01_dl dl:nth-child(3) dt {
  position: relative;
  right: 22px;
  top: 5px;
}
.s01_dl dl dd {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.55em;
}
.s01_dl dl .line:after {
  height: 11px;
  bottom: -5px;
}
/*==========================================================
                        #sec02
==========================================================*/
#sec02 {
  padding: 75px 0 97px;
}
#sec02 .btn01.big {
  max-width: 923px;
  margin-bottom: 60px;
}
#sec02 .btn01.big a {
  height: 146px;
  font-size: 55px;
  box-shadow: 5px 8px 0px 0px rgba(35, 24, 21, 0.2);
  -webkit-box-shadow: 5px 8px 0px 0px rgba(35, 24, 21, 0.2);
  -moz-box-shadow: 5px 8px 0px 0px rgba(35, 24, 21, 0.2);
  padding-bottom: 7px;
}
#sec02 .btn01.big a:after {
  width: 25px;
  height: 28px;
}
#sec02 h2.tyle01 {
  margin-bottom: 62px;
}
#sec02 h2.tyle01 span:after {
  width: calc(100% + 68px);
}
.s02_cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.s02_cont .item {
  width: 680px;
  margin-bottom: 30px;
  border-radius: 26px;
  background: #fff6e6;
  overflow: hidden;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
}
.s02_cont .item:nth-child(even) {
  background: #e5f3fa;
}
.s02_cont h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  background: url("../images/s02_ic01.svg") 35px center no-repeat #f0961b;
  background-size: 73px auto;
  color: #ffffff;
  min-height: 101px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px 5px 88px;
  margin-bottom: 0;
}
.s02_cont .dl02 h3 {
  background: url("../images/s02_ic02.svg") 35px center no-repeat #2c9ed7;
  background-size: 67px auto;
}
.s02_cont .dl03 h3 {
  background: url("../images/s02_ic03.svg") 50px center no-repeat #f0961b;
  background-size: 41px auto;
}
.s02_cont .dl04 h3 {
  background: url("../images/s02_ic04.svg") 37px center no-repeat #2c9ed7;
  background-size: 61px auto;
}
.s02_cont .s02_img {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  max-width: 620px;
  margin: 0 auto 20px;
}
.s02_box {
  padding: 20px 20px 2px;
}
.s02_box dl {
  font-weight: 700;
  padding: 0 20px;
  margin-bottom: 16px;
}
.s02_box dt {
  font-size: 32px;
  background: url("../images/s02_check.svg") left center no-repeat;
  background-size: 32px auto;
  padding-left: 40px;
  margin-bottom: 5px;
}
.s02_box dd {
  font-size: 36px;
  position: relative;
  left: -8px;
}
.s02_cont .item .btn01 {
  max-width: 346px;
  margin-top: auto;
}
.s02_cont .item .btn01 a {
  height: 67px;
  font-size: 27px;
  padding-bottom: 3px;
  box-shadow: 3px 3px 0px 0px rgba(35, 24, 21, 0.2);
  -webkit-box-shadow: 3px 3px 0px 0px rgba(35, 24, 21, 0.2);
  -moz-box-shadow: 3px 3px 0px 0px rgba(35, 24, 21, 0.2);
}
.s02_cont .item .btn01 a:before {
  width: 22px;
  height: 22px;
  right: 34px;
}
.s02_cont .item .btn01 a:after {
  width: 8px;
  height: 11px;
  right: 40px;
}
/*============================================================ 
                          #sec03 
============================================================ */
#sec03 {
  padding: 50px 0 75px;
  background: #eaeaea;
}
#sec03 h2.tyle01 span:after {
  width: 132%;
}
.s03_cont {
  margin-bottom: 65px;
}
.s03_cont .item {
  width: 100%;
  display: flex;
  align-items: center;
}
.s03_cont .item:not(:last-child) {
  margin-bottom: 55px;
}
.s03_cont .item .s03_img {
  width: 234px;
  margin-bottom: 0;
  margin-right: 35px;
  flex-shrink: 0;
}
.s03_cont .item .s03_voice {
  position: relative;
  margin-left: 65px;
  padding: 31px 50px;
  background-color: #fff;
  border-radius: 22px;
}
.s03_cont .item:last-child .s03_voice {
  padding: 40px 50px;
  position: relative;
  top: -2px;
}
.s03_cont .item .s03_voice:before {
  position: absolute;
  content: "";
  border-top: 15px solid rgba(0, 0, 0, 0);
  border-right: 65px solid #fff;
  border-bottom: 25px solid rgba(0, 0, 0, 0);
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
}
.s03_cont .s03_voice h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1em;
}
.s03_cont .item .s03_voice p {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: .8em;
}
.s03_cont .item .s03_voice p:last-child {
  margin-bottom: 0;
}
#sec03 .btn01 {
  max-width: 465px;
}
/*============================================================ 
                          #sec04 
============================================================ */
#sec04 {
  padding: 75px 0 65px 0;
}
#sec04 h2.tyle01 span:after {
  width: 125%;
}
.s04_cont .s04-it {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.s04-it .s04_img {
  width: 501px;
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 59px;
  padding-bottom: 40px;
}
.s04-it04 .s04_img {
  padding-bottom: 0;
}
.s04-it .s04_content {
  position: relative;
  display: flex;
  align-self: normal;
  width: calc(100% - 560px);
}
.s04-it .s04_content::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  left: calc(106px/2);
  width: 2px;
  height: 100%;
  background: #b3b3b3;
}
.s04-number {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: #f0961b;
  color: #fff;
  font-size: 67px;
  font-weight: 400;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  margin-right: 25px;
  padding-bottom: 0;
  font-family: var(--font-number);
}
.s04-text {
  margin-top: -15px;
}
.s04-text .s04_tit01, .under main .s04-text .s04_tit01 {
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 700;
}
.s04-text p {
  font-size: 26px;
  line-height: 1.55;
}
/*==========================================================
                        #sec05
==========================================================*/
#sec05 {
  padding: 50px 0 60px;
  background: #fff6e6;
}
#sec05 h2.tyle01 span:after {
  width: 118%;
}
.s05_info_img {
  position: relative;
}
.s05_info_img .s05_img {
  margin-bottom: 0;
}
.s05_circle {
  position: absolute;
  right: 20px;
  top: calc(0px - (243px / 4));
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: #f0961b;
  width: 243px;
  height: 243px;
  border-radius: 50%;
}
.s05_circle > p {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
.s05_com_txt01 {
  padding: 22px 30px 33px 30px;
  font-size: 26px;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.55em;
}
.s05_com_txt01 .line {
  font-weight: 700;
}
.s05_cont {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.s05_cont_image {
  z-index: 2;
  width: 401px;
  flex-shrink: 0;
}
.s05_cont_text {
  width: 100%;
  z-index: 1;
  background: #fff;
  margin-left: -90px;
  border-radius: 16px;
  padding: 70px 60px 80px 150px;
}
.s05_cont_text h3 {
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 700;
}
.s05_cont_text > p {
  font-size: 26px;
}
/*============================================================ 
                          #sec06
============================================================ */
#sec06 {
  padding: 53px 0 64px;
  background: #eaeaea;
}
#sec06 h2.tyle01 {
  margin-bottom: 20px;
}
#sec06 h2.tyle01 span:after {
  width: 127%;
}
.s06_com_txt01, .under main .s06_com_txt01 {
  font-size: 26px;
  text-align: center;
  line-height: 1.55em;
  margin-bottom: 75px;
}
.s06_cont {
  position: relative;
  margin-top: -8em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 86px;
}
.s06_bnr, .under main .s06_bnr {
  width: 455px;
  padding: 20px 0 30px 10px;
  margin-top: 30px;
  margin: 0 25px 0 10px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-top: #f0961b 3px solid;
  border-bottom: #f0961b 3px solid;
}
.s06_btn_circle {
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  background: #f0961b;
}
.s06_btn_txt {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  color: #f0961b;
}
.s06_img {
  position: relative;
  top: -8px;
}
.s06_voice_wr {
  position: absolute;
}
.s06_i01 .s06_voice_wr {
  top: -32px;
  left: -186px;
}
.s06_i02 .s06_voice_wr {
  top: -13px;
  right: -105px;
}
.s06_voice {
  position: relative;
  padding: 10px 10px;
  width: 214px;
  height: 214px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.s06_voice:before {
  position: absolute;
  content: "";
}
.s06_voice.voice01:before {
  right: -30px;
  top: 60%;
  transform: rotate(15deg);
  border-top: 18px solid rgba(0, 0, 0, 0);
  border-left: 40px solid #fff;
  border-bottom: 18px solid rgba(0, 0, 0, 0);
}
.s06_voice.voice02 {
  padding: 5px 5px;
  width: 147px;
  height: 147px;
}
.s06_voice.voice02:before {
  left: -5px;
  bottom: 6%;
  transform: rotate(319deg);
  border-top: 12px solid rgba(0, 0, 0, 0);
  border-right: 25px solid #fff;
  border-bottom: 12px solid rgba(0, 0, 0, 0);
}
.s06_voice p, .under main .s06_voice p {
  font-size: 26px;
  line-height: 1.5;
  margin: 0;
}
/*============================================================ 
                          #sec07
============================================================ */
#sec07 {
  padding: 60px 0 90px;
  background: #fff;
}
#sec07 .btn01.big {
  margin-bottom: 65px;
  max-width: 920px;
}
#sec07 .btn01.big a {
  height: 146px;
  font-size: 55px;
}
.s07_dl {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 30px;
}
.s07_dl dl {
  flex: 1;
  position: relative;
  width: calc(100%/4);
  padding: 0 20px;
}
.s07_dl dl::before {
  position: absolute;
  content: "";
  bottom: 0;
  top: 35px;
  right: 0;
  width: 1px;
  background: #b3b3b3;
}
.s07_dl dl:first-child {
  padding-left: 0;
}
.s07_dl dl:last-child {
  padding-right: 0;
}
.s07_dl dl:last-child::before {
  content: none;
}
.s07_dl dl dt {
  margin-bottom: 5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.s07_dl dl dd {
  position: relative;
}
.s07_dl dl dt .num {
  color: #f0961b;
  font-size: 46px;
  margin-right: 5px;
  font-weight: 400;
  font-family: var(--font-number);
}
.s07_dl dl dt .ttl {
  font-size: 32px;
}
.s07_dl dl dd > picture {
  position: relative;
  margin-bottom: 16px;
  display: block;
}
.s07_dl dl dd::after {
  position: absolute;
  content: "";
  right: calc(-20px - 22px / 2);
  top: calc(258px/2 - 42px);
  width: 42px;
  height: 42px;
  background: url("../images/s07_ic01.svg")no-repeat right center;
  background-size: contain;
}
.s07_dl dl:last-child dd:after {
  content: none;
}
.s07_dl dl dd > p {
  padding-right: 10px;
}
/*============================================================ 
                          #sec08
============================================================ */
#sec08 {
  padding: 60px 0 66px;
  background: #fff6e6;
}
#sec08 h2.tyle01 {
  margin-bottom: 50px;
}
.s08_dl {
  margin-top: 50px;
  margin-bottom: 40px;
  padding: 52px 74px;
  border-radius: 13px;
  background: #fff;
}
.s08_dl dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.s08_dl dl:last-child {
  margin-bottom: 0;
}
.s08_dl dl dt {
  flex-shrink: 0;
  margin-right: 35px;
  font-size: 24px;
}
.s08_dl dl dd {
  padding-top: 5px;
}
.s08_dl dl dd p {
  font-size: 24px;
}
.s08_dl dl dd p.date {
  margin-bottom: 24px;
}
#sec08 .btn01 a {
  box-shadow: 2px 3px 0px 0px rgba(35, 24, 21, 0.2);
  -webkit-box-shadow: 2px 3px 0px 0px rgba(35, 24, 21, 0.2);
  -moz-box-shadow: 2px 3px 0px 0px rgba(35, 24, 21, 0.2);
}
#sec08 .btn01 a:before {
  width: 18px;
  height: 18px;
  right: 28px;
}
#sec08 .btn01 a:after {
  right: 33px;
  width: 6px;
  height: 9px;
}
/*============================================================ 
                          #sec09
============================================================ */
#sec09 {
  padding: 67px 0 75px 0;
  background: #fff;
}
#sec09 h2.tyle01 span:after {
  width: 130%;
}
.s09_dl {
  margin-top: 44px;
}
.s09_dl dl dt {
  cursor: pointer;
  position: relative;
  padding: 34px 200px 34px 230px;
  margin-bottom: 0;
  border-bottom: 1px solid #b3b3b3;
  background: url("../images/s09_ic01.svg")no-repeat left 113px center #eaeaea;
  background-size: 70px auto;
}
.s09_dl dl dt:hover {
  opacity: .7;
}
.s09_dl dl:last-child dt {
  border-bottom: none;
}
.s09_dl dl dt > p {
  margin-bottom: 0;
  font-size: 24px;
}
.s09_dl dl dt .ic_accor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 108px;
  width: 75px;
  height: 75px;
  border-radius: 6px;
  background: #fff;
  display: block;
}
.s09_dl dl dt .ic_accor:after {
  position: inherit;
  background: url("../images/ic_accorr.svg") no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 40px;
  height: 40px;
  content: '';
  transition: 0.3s all;
}
.s09_dl dl dt.open .ic_accor:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.s09_dl dl dt.open ~ dd {
  display: block;
}
.s09_dl dl dd {
  position: relative;
  display: none;
}
.s09_dl dl:last-child dd {
  border-top: 1px solid #b3b3b3;
}
.s09_dl dl dd .s09_content {
  position: relative;
  padding: 34px 200px 48px 230px;
  margin-bottom: 0;
  border-bottom: 1px solid #b3b3b3;
  background: url("../images/s09_ic02.svg")no-repeat left 111px top 21px #fff;
  background-size: 70px auto;
}
.s09_dl dl dd .s09_content p {
  font-size: 24px;
}
/*============================================================ 
                          #sec10
============================================================ */
#sec10 {
  padding: 67px 0 67px;
  background: #fff6e6;
  line-height: 1.8;
}

#sec10 h2.tyle01 span:after {
  width: 156%;
}

#sec10 .school_inner {
  margin: 0 40px;
}
#sec10 .school_tbl .thead1{
  background: #f0981d ;
  color: #ffffff;
  font-size: 240%;
  letter-spacing: 0.7em; 
}
#sec10 th, td {
    border: 1.5px solid #f0981d;
    font-size: 240%;
}
#sec10 tr{
  background: #ffffff; ;
}
#sec10 tr.trow2{
  background: #fffbdd; ;
}

#sec10 a {
  text-decoration: none;
  color: var(--color-primary);
  transition: all .2s
}

#sec10 a:hover {
  opacity: 0.7;
  color: #fce632;
}

#sec10 .s_font {
  font-size: 80%;
}
/*============================================================ 
                          #CTA
============================================================ */
#cta {
  padding: 105px 0 95px;
  background: #FFF;
}
#cta .btn01 {
  max-width: 930px;
}
#cta .btn01 a {
  width: 930px;
  height: 148px;
  font-size: 55px;
}
/*==========================================================
                        footer
==========================================================*/
footer {
  background: #F0961B;
  background: linear-gradient(90deg, rgba(240, 150, 27, 1) 0%, rgba(255, 109, 44, 1) 100%);
  color: #ffffff;
  padding: 50px 0;
}
footer a {
  color: #ffffff;
}
.footer_link {
  display: flex;
  margin-bottom: 40px;
}
.f_menu01 {
  margin-right: 100px;
}
.f_menu01:first-child {
  margin-right: 35px;
}
.f_menu01:not(:first-child) {
  padding-top: 34px;
}
.f_menu01:last-child {
  margin-right: 0;
  margin-left: 20px;
}
.f_menu01 p {
  line-height: 1.4em;
  margin-bottom: 5px;
}
.f_menu01 p:last-child {
  margin-bottom: 0;
}
.f_menu01 a {
  font-weight: 700;
  text-decoration: none;
  padding-left: 28px;
  position: relative;
}
.f_menu01 a:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: url("../images/arrow_r_w.svg") 8px center no-repeat #fbb03b;
  background-size: 7px auto;
  content: '';
  display: block;
}
.f_menu01 .box_menu a:before {
  background-color: rgba(255, 255, 255, 0);
}
.f_txt01 {
  margin-bottom: 43px;
}
.f_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 45px;
}
.f_banner li {
  margin-bottom: 35px;
}
.f_menu02 {
  margin-bottom: 58px;
}
.f_menu02 dd a {
  margin-right: 20px;
  display: inline-block;
  line-height: 1.8em;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
.f_menu02 dd a:nth-child(6) {
  margin-right: 50px;
}
.f_menu02 dd a:last-child {
  margin-right: 0;
}
.f_menu03 {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.f_menu03 li {
  margin-right: 60px;
  position: relative;
}
.f_menu03 li:after {
  position: absolute;
  top: 5px;
  right: -30px;
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #ffffff;
}
.f_menu03 li:last-child {
  margin-right: 0;
}
.f_menu03 li:last-child:after {
  display: none;
}
.f_menu03 a {
  text-decoration: none;
}
address {
  text-align: center;
  line-height: 1.4em;
  letter-spacing: .05em
}
address a {
  color: inherit;
}
.to-top {
  position: fixed;
  z-index: 5;
  right: 30px;
  bottom: 30px;
  transition: all .2s;
  transform-origin: 50% 100%;
  opacity: 0;
  visibility: hidden
}
.to-top > a {
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: #f0961b;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
}
.to-top > a span {
  font-size: 18px;
  display: block;
  background: url("../images/ic_totop.svg") center top no-repeat;
  background-size: 35px auto;
  padding-top: 20px
}
.to-top.show {
  opacity: 1;
  visibility: visible
}