/*===============================================
 COMMON
===============================================*/
html {
  overflow-x: auto;
}

body {
  min-width: 1160px;
}

iframe {
  width: 100%;
}

.wrapper {
  overflow-x: hidden;
  padding-top: 200px;
}

.container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

.container01 {
  max-width: 1160px;
}

.container02 {
  max-width: 1060px;
}

.container03 {
  max-width: 860px;
}

.sp {
  display: none;
}

.fsMaru {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
}

.cOra01 {
  color: #ff9c17;
}

.bgWht01 {
  background: #fff;
}

.bgBeg01 {
  background: #faf5f0;
}

.bgOra01 {
  background: #ff9c17;
}

.bg_line01 {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  background: url(../images/bg_line01.png) no-repeat center bottom;
  background-size: 1000px;
  padding-bottom: 20px;
}

.bg_line02 {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

.tit01 {
  font-size: 34px;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.tit01.txtC {
  text-indent: 0.1em;
}

.tit02 {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.tit02.txtC {
  text-indent: 0.05em;
}

.tit03 {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.tit03.txtC {
  text-indent: 0.05em;
}

.banner01 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #ff9c17;
  border-radius: 25px;
  padding: 20px;
  color: #231815;
  text-decoration: none;
}
.banner01 .block02 {
  text-align: center;
  margin: 0 40px;
}
.banner01 .block02 div {
  font-weight: 700;
}
.banner01 .block02 div:nth-of-type(1) {
  font-size: 22px;
  font-size: 2.2rem;
}
.banner01 .block02 div:nth-of-type(2) {
  margin: 15px 0;
  font-size: 34px;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
}
.banner01 .block02 div:nth-of-type(3) {
  font-size: 20px;
  font-size: 2rem;
}
.banner01 .block03 {
  display: flex;
  align-items: center;
}
.banner01 .block03 div:nth-of-type(2) {
  position: relative;
  top: -5px;
  margin-left: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.banner01 .block03 div:nth-of-type(2) span {
  display: block;
  margin-bottom: 10px;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 800;
}
.banner01:hover {
  color: #231815;
  text-decoration: none;
}

.list01 {
  display: grid;
  grid-template-columns: auto auto;
  border-top: 1px solid #b3b3b3;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  word-break: break-word;
}
.list01 dt {
  display: flex;
  align-items: center;
  background: #faf5f0;
  height: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid #b3b3b3;
}
.list01 dd {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid #b3b3b3;
}
.list01 dd span {
  font-size: 16px;
  font-size: 1.6rem;
}

/*===============================================
 HEADER
===============================================*/
.header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1160px;
}
.header .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 140px;
  padding: 30px 0 20px;
}
.header .box .boxR {
  display: flex;
  align-items: flex-end;
  width: 55%;
}
.header .box .boxR .block:first-of-type {
  display: flex;
  flex-shrink: 0;
}
.header .box .boxR .block:first-of-type .bgOra01 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  margin-right: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.header .box .boxR .block:first-of-type .txt {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.header .box .boxR .block:first-of-type .txt span {
  display: block;
  margin: 5px 0;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 800;
}
.header .box .boxR .block:last-of-type {
  margin-left: 20px;
}
.header .box .boxR .block:last-of-type nav ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.header .box .boxR .block:last-of-type nav ul li:first-of-type {
  margin-bottom: 10px;
}
.header .box .boxR .block:last-of-type nav ul li:first-of-type a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #231815;
  text-decoration: none;
}
.header .box .boxR .block:last-of-type nav ul li:first-of-type a .ico {
  margin: 0 10px 0 5px;
}
.header .box .boxR .block:last-of-type nav ul li:last-of-type a {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #231815;
  text-decoration: none;
}
.header .box .boxR .block:last-of-type nav ul li:last-of-type a div:nth-of-type(2) {
  position: relative;
  top: -1px;
  margin: 0 5px;
}
.header .gnav {
  border-top: 1px solid #ff9c17;
  border-bottom: 1px solid #ff9c17;
}
.header .gnav ul {
  display: flex;
  width: 100%;
}
.header .gnav ul li {
  flex: 1 0 auto;
  border-right: 1px solid #ff9c17;
}
.header .gnav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #231815;
  text-decoration: none;
}
.header .gnav ul li:first-of-type {
  border-left: 1px solid #ff9c17;
}

.header_page01 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 160px;
}
.header_page01 .box .cOra01 {
  font-size: 35px;
  font-size: 3.5rem;
}

.header_page02 .box img {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*===============================================
 BURGER MENU
===============================================*/
.el_humburger {
  display: none;
  box-sizing: border-box;
  position: fixed;
  right: 20px;
  top: 40px;
  z-index: 10001;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}

.el_humburger > span {
  display: block;
  width: 30px;
  margin: 0 auto 5px;
  height: 3px;
  background: #000;
  transition: all 0.2s ease-in-out;
}
.el_humburger > span:last-of-type {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger {
  background: none;
}

.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(8px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-8px) rotate(45deg);
}

.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}

.navigation {
  display: none;
}
.navigation.js_appear {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 100ms ease-out;
}

.navigation_screen {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100vh;
}
.navigation_screen nav ul li {
  text-align: center;
  margin-top: 30px;
}
.navigation_screen nav ul li a {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #000;
}
.navigation_screen nav ul li:first-of-type {
  margin-top: 0;
}

/*===============================================
 CONTENTS
===============================================*/
p {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.st00_01 .container {
  position: relative;
}
.st00_01 .container .box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
}
.st00_01 .container .box .boxL {
  width: 50%;
  padding: 0 20px;
}
.st00_01 .container .box .boxR {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
}
.st00_01 .container .box .boxR .one {
  border-radius: 30px;
  padding: 20px 50px;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}
.st00_01 .container .box .boxR .two {
  margin: 30px 0;
  font-size: 32px;
  font-size: 3.2rem;
}
.st00_01 .container .box .boxR .three {
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
}
.st00_01 .container .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 70px;
  bottom: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #231815;
  text-decoration: none;
}
.st00_01 .container .btn .ico {
  position: relative;
  top: 1px;
  margin-left: 5px;
}

.st00_02 ul {
  display: flex;
}
.st00_02 ul li {
  border-radius: 20px;
  background: #ff9c17;
  width: 32%;
  margin-left: 2%;
}
.st00_02 ul li a {
  display: block;
  background: url(../images/ico_arrow02.png) no-repeat right 10px center;
  background-size: 30px;
  padding: 25px 30px 30px;
  text-decoration: none;
}
.st00_02 ul li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  min-height: 90px;
  margin-bottom: 15px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.4;
  color: #231815;
}
.st00_02 ul li a div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 137px;
}
.st00_02 ul li:first-of-type {
  margin-left: 0;
}

.st00_03 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.st00_04 {
  padding-top: 100px;
}
.st00_04 .tit {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.st00_04 ul {
  display: flex;
  flex-wrap: wrap;
}
.st00_04 ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 9999px;
  width: 49%;
  height: 90px;
  margin-right: 2%;
  margin-top: 20px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.4;
}
.st00_04 ul li:nth-of-type(2n) {
  margin-right: 0;
}
.st00_04 ul li:nth-of-type(1), .st00_04 ul li:nth-of-type(2) {
  margin-top: 0;
}
.st00_04 .bgBeg01 {
  display: flex;
  justify-content: center;
  border-radius: 20px;
  padding: 40px;
}
.st00_04 .bgBeg01 dl {
  display: grid;
  grid-template-columns: auto 1fr;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  line-height: 1.8;
}
.st00_04 .bgBeg01 dl dt div {
  background: #fff;
  border-radius: 9999px;
  width: 140px;
  padding: 5px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.st00_04 .bgBeg01 dl dt:nth-of-type(n+2) {
  margin-top: 10px;
}
.st00_04 .bgBeg01 dl dd {
  padding: 2px 0 2px 50px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.st00_04 .bgBeg01 dl dd:nth-of-type(n+2) {
  margin-top: 10px;
}
.st00_04 .txt {
  font-size: 16px;
  font-size: 1.6rem;
}

.st01_01 .box {
  display: flex;
  align-items: flex-end;
}
.st01_01 .box .boxL {
  width: 60%;
  margin-right: 5%;
}
.st01_01 .box .boxL .fsMaru {
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.st01_01 .box .boxR {
  width: 35%;
}

.st01_02 .list {
  border-top: 1px solid #b3b3b3;
}
.st01_02 .list li {
  border-bottom: 1px solid #b3b3b3;
  padding: 50px 0;
}
.st01_02 .list li .box {
  display: flex;
  align-items: center;
  width: 100%;
}
.st01_02 .list li .box .boxL {
  position: relative;
  margin-right: 50px;
}
.st01_02 .list li .box .boxL .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 9999px;
  width: 160px;
  height: 160px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.st01_02 .list li .box .boxL .ico span {
  display: block;
  font-size: 60px;
  font-size: 6rem;
}
.st01_02 .list li .box .boxR {
  flex-grow: 1;
  width: 35%;
  padding-right: 30px;
}
.st01_02 .list li ul {
  display: flex;
  flex-wrap: wrap;
}
.st01_02 .list li ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  width: 48%;
  height: 110px;
  font-size: 28px;
  font-size: 2.8em;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.4;
}
.st01_02 .list li ul li:nth-of-type(1) {
  margin-right: 4%;
}
.st01_02 .list li:nth-of-type(1) .box {
  align-items: flex-start;
}
.st01_02 .list li:nth-of-type(2) .box {
  flex-direction: row-reverse;
}
.st01_02 .list li:nth-of-type(2) .box .boxL {
  margin-right: 0;
  margin-left: 50px;
}
.st01_02 .list li:nth-of-type(2) .box .boxL .ico {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
.st01_02 .list li:nth-of-type(2) .box .boxL img {
  position: relative;
  z-index: 2;
  margin-right: 130px;
  margin-top: 10px;
}

.st01_03 ul li .box {
  display: flex;
  align-items: center;
  border-radius: 10px;
  width: 100%;
  padding: 20px 30px;
}
.st01_03 ul li .box .boxL {
  position: relative;
  margin-right: 30px;
}
.st01_03 ul li .box .boxL .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 9999px;
  width: 80px;
  height: 80px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 0.8;
}
.st01_03 ul li .box .boxL .ico span {
  display: block;
  font-size: 44px;
  font-size: 4.4rem;
}
.st01_03 ul li .box .boxR {
  flex-grow: 1;
}
.st01_03 ul li .box .boxR .fsMaru {
  margin-bottom: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.st01_03 ul li::after {
  display: block;
  content: "";
  background: url(../images/ico_arrow04.png) no-repeat center center;
  background-size: 41px;
  width: 41px;
  height: 29px;
  margin: 20px auto;
}
.st01_03 ul li:last-of-type::after {
  display: none;
}
.st01_03 .txt {
  font-size: 18px;
  font-size: 1.8rem;
}

.st02_01 .list01,
.st03_04 .list01 {
  grid-template-columns: 50% auto;
}

.st03_01 ul {
  display: flex;
  flex-wrap: wrap;
}
.st03_01 ul li {
  width: 50%;
  padding-right: 50px;
  margin-top: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.st03_01 ul li:nth-of-type(1), .st03_01 ul li:nth-of-type(2) {
  margin-top: 0;
}

.st03_02 .box {
  display: flex;
}
.st03_02 .box .boxL {
  width: 50%;
  margin-right: 5%;
}
.st03_02 .box .boxR {
  width: 45%;
}

.st03_03 ul {
  display: flex;
}
.st03_03 ul li {
  width: 48.5%;
}
.st03_03 ul li .box {
  display: flex;
}
.st03_03 ul li .box .boxL {
  width: 35%;
  margin-right: 2%;
}
.st03_03 ul li .box .boxR {
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 15px;
  width: 63%;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.st03_03 ul li .box .boxR span {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.st03_03 ul li:first-of-type {
  margin-right: 3%;
}
.st03_03 .txt {
  font-size: 16px;
  font-size: 1.6rem;
}

.st05_01 .passster-form .ps-form-headline {
  display: block;
  border-top: 1px solid #FF9C17;
  border-bottom: 1px solid #FF9C17;
  padding: 15px;
  margin-bottom: 20px;
}
.st05_01 .passster-form input {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.st05_01 .list01 {
  grid-template-columns: 35% auto;
}
.st05_01 .tit {
  padding: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.st05_01 .list {
  border-top: 1px solid #b3b3b3;
}
.st05_01 .list li {
  border-bottom: 1px solid #b3b3b3;
  padding: 20px 30px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.st05_01 .block {
  border-top: 1px solid #b3b3b3;
  padding-top: 80px;
  margin-top: 100px;
}
.st05_01 .block .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  width: 400px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  color: #000;
  text-decoration: none !important;
}

/*===============================================
 FOOTER
===============================================*/
.footer .bgBeg01 .container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer .bgBeg01 p {
  font-size: 16px;
  font-size: 1.6rem;
}
.footer .bgBeg01 .box {
  display: flex;
  align-items: flex-end;
}
.footer .bgBeg01 .box .boxL {
  width: 48%;
  margin-right: 5%;
}
.footer .bgBeg01 .box .boxL .img {
  position: absolute;
  left: 0;
  top: -70px;
}
.footer .bgBeg01 .box .boxL img {
  margin: 0;
}
.footer .bgBeg01 .box .boxL a {
  display: inline-block;
  border-bottom: 1px solid #231815;
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #231815;
  text-decoration: none;
}
.footer .bgBeg01 .box .boxR {
  display: flex;
  align-items: center;
  border-radius: 15px;
  width: 57%;
  padding: 20px 30px;
}
.footer .bgBeg01 .box .boxR .ico {
  flex-shrink: 0;
  margin-right: 30px;
}
.footer .bgBeg01 .box .boxR .txt {
  flex-grow: 1;
}
.footer .bgBeg01 .box .boxR .txt p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.footer .bgBeg01 .box .boxR .txt .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #b3b3b3;
  padding-top: 10px;
  margin-top: 10px;
}
.footer .bgBeg01 .box .boxR .txt .block .cOra01 {
  position: relative;
  top: -2px;
  font-size: 44px;
  font-size: 4.4rem;
  letter-spacing: 0.05em;
  font-weight: 800;
}
.footer .bgOra01 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .bgOra01 .box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.footer .bgOra01 .box .boxL p {
  font-size: 14px;
  font-size: 1.4rem;
}
.footer .bgOra01 .box .boxR {
  display: flex;
  align-items: center;
}
.footer .bgOra01 .box .boxR .txt {
  margin-left: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #231815;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */