@charset "UTF-8";
/*===============================================
 COMMON
===============================================*/
html {
  overflow-x: auto;
}

body {
  min-width: 1260px;
  line-height: 1;
}

.page-top a {
  display: inline-block;
}

.wrapper {
  overflow-x: hidden;
  font-feature-settings: "palt";
  background: none !important;
  padding: 0 !important;
  line-height: 1;
}
.wrapper * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.wrapper figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  unicode-bidi: isolate;
}
.wrapper ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  unicode-bidi: isolate;
}

.pc_none {
  display: none !important;
}

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

.container01 {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.container02 {
  max-width: 1260px;
}

.container03 {
  max-width: 1160px;
}

.container04 {
  max-width: 1060px;
}

.container05 {
  max-width: 860px;
}

.padT70 {
  padding-top: 70px;
}

.padB70 {
  padding-bottom: 70px;
}

.padT100 {
  padding-top: 100px;
}

.padB100 {
  padding-bottom: 100px;
}

.bgWht01 {
  background: #fff;
}

.bgGry01 {
  background: #f0f0f0;
}

.bgpink {
  background: #faf3f6;
}

.cWht01 {
  color: #fff;
}

.fsRoboto {
  font-family: "Roboto", sans-serif;
}

.tit01 {
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.tit01 .fsRoboto {
  display: inline-block;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 400;
}
.tit01 .fsRoboto .line {
  height: 5px;
  margin: 15px 0 20px;
}
.tit01 span {
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
}

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

.txtSmall01 {
  font-size: 12px;
  font-size: 1.2rem;
}

.area_name01 div {
  line-height: 1.4;
}
.area_name01 div:nth-of-type(1) {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
.area_name01 div:nth-of-type(2) {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.area_name01 div:nth-of-type(3) {
  font-size: 14px;
  font-size: 1.4rem;
}

.btn01 {
  display: flex;
  align-items: center;
}
.btn01 .txt {
  font-size: 18px;
  font-size: 1.8rem;
}
.btn01 .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.btn01 .ico div {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
  border-right: 0;
}

.btn02 {
  display: inline-block;
}
.btn02 .btn {
  display: flex;
}
.btn02 .btn .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e4e4e4;
  padding: 0 40px;
  font-size: 18px;
  font-size: 1.8rem;
}
.btn02 .btn .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
.btn02 .btn .ico div {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
}

.btn03 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 450px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.4;
}
.btn03 .ico {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}
.btn03 .ico div {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
}
.btn03:hover {
  color: #fff;
}

.list_btn01 {
  display: inline-block;
}
.list_btn01 ul {
  display: flex;
}
.list_btn01 ul li {
  margin-left: 30px;
}
.list_btn01 ul li:first-of-type {
  margin-left: 0;
}

.list_btn02 ul {
  display: flex;
  flex-wrap: wrap;
}
.list_btn02 ul li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
.list_btn02 ul li a {
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
}
.list_btn02 ul li a:hover {
  text-decoration: underline;
}
.list_btn02 ul li:before {
  display: inline-block;
  content: ">";
  margin-left: 5px;
  margin-right: 5px;
}
.list_btn02 ul li:first-of-type:before {
  content: "";
  margin-left: 0;
  margin-right: 0;
}

.list_btn03 ul {
  display: flex;
  width: 100%;
}
.list_btn03 ul li {
  width: 22%;
  margin-left: 4%;
}
.list_btn03 ul li .btn02 {
  width: 100%;
}
.list_btn03 ul li .btn02 .btn .txt {
  flex-grow: 1;
  padding: 0;
}
.list_btn03 ul li .btn02 .btn .ico div {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
}
.list_btn03 ul li:first-of-type {
  margin-left: 0;
}

.list_movie01 {
  display: flex;
  flex-wrap: wrap;
}
.list_movie01 li {
  width: 48%;
  margin-right: 4%;
  margin-top: 50px;
}
.list_movie01 li .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.list_movie01 li .youtube iframe {
  width: 100%;
  height: 100%;
}
.list_movie01 li .txt {
  display: flex;
  margin-top: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.list_movie01 li .txt .ico {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-top: 6px;
  margin-right: 5px;
}
.list_movie01 li:nth-of-type(2n) {
  margin-right: 0;
}
.list_movie01 li:nth-of-type(1), .list_movie01 li:nth-of-type(2) {
  margin-top: 0;
}

.area_slide01 {
  position: relative;
}
.area_slide01 .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.area_slide01 .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

.area_slide02 {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/*===============================================
 HEADER
===============================================*/
.header_main01 {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 700px;
  padding-bottom: 70px;
}
.header_main01 .area {
  width: 100%;
}
.header_main01 .area .tit {
  display: flex;
  width: 100%;
}
.header_main01 .area .tit .block {
  width: 100%;
  max-width: 1100px;
}
.header_main01 .area .tit .block .box {
  display: inline-block;
  position: relative;
  height: 240px;
}
.header_main01 .area .tit .block .box .txt {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  min-width: 200px;
  height: 100%;
  padding: 0 50px;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.header_main01 .area .tit .block .box .txt span {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
.header_main01 .area .tit .block .box .txt span.fsRoboto {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0;
  font-weight: 300;
}
.header_main01 .area .tit .block .box:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.7);
  mix-blend-mode: multiply;
}
.header_main01 .area .tit .bg {
  flex-grow: 1;
}
.header_main01 .list_btn01 ul {
  padding: 20px 50px;
  margin-top: 30px;
}

.header_page01 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 240px;
  padding-bottom: 0;
  margin-top: 230px;
}
.header_page01 .area .tit .block .box:before {
  background: rgb(114, 114, 114);
  mix-blend-mode: inherit;
}

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

.st01_02 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.st01_02 .boxR {
  width: 48%;
  margin-left: 4%;
}
.st01_02 .boxR .tit {
  padding: 30px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.st01_02 .boxR p {
  max-width: 520px;
  padding: 30px 0 0 30px;
}
.st01_02 .boxR .st01_03 {
  padding-left: 30px;
}
.st01_02 .boxR .st01_03 .tit {
  font-size: 20px;
  font-size: 2rem;
  padding: 0;
}
.st01_02 .boxR .st01_03 ul {
  justify-content: flex-start;
  max-width: 520px;
}
.st01_02 .boxL {
  text-align: right;
  width: 48%;
  padding: 0 0 0 30px;
}
.st01_02 .boxL img {
  display: inline;
  margin: 0;
}

.st01_03 .tit {
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.st01_03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.st01_03 ul li {
  padding: 15px 40px;
  margin-right: 20px;
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}

.st01_04 .line {
  display: flex;
  width: 100%;
}
.st01_04 .line div {
  width: 25%;
  height: 5px;
}
.st01_04 .line div:nth-of-type(1) {
  background: #EB1C24;
}
.st01_04 .line div:nth-of-type(2) {
  background: #5FC0C8;
}
.st01_04 .line div:nth-of-type(3) {
  background: #EF5A24;
}
.st01_04 .line div:nth-of-type(4) {
  background: #00A79B;
}
.st01_04 .block {
  padding: 50px;
}
.st01_04 .block .titA {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  line-height: 1.4;
}
.st01_04 .block .titA .line {
  margin-top: 10px;
}
.st01_04 .block .titB {
  display: flex;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.st01_04 .block .titB .boxL {
  flex-shrink: 0;
  width: 26px;
  padding-top: 7px;
  margin-right: 15px;
}
.st01_04 .block .titB .boxR {
  flex-grow: 1;
}
.st01_04 .block .box {
  display: flex;
}
.st01_04 .block .box .boxL {
  width: 45%;
  margin-right: 5%;
}
.st01_04 .block .box .boxL .point {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid;
  padding: 20px;
}
.st01_04 .block .box .boxL .point .cTxt01 {
  flex-shrink: 0;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.st01_04 .block .box .boxL .point .txtJ {
  flex-grow: 1;
  border-left: 1px solid;
  padding: 5px 0 5px 15px;
  margin-left: 15px;
}
.st01_04 .block .box .boxL .point .ico {
  position: absolute;
  left: -30px;
  top: -20px;
  padding: 8px;
}
.st01_04 .block .box .boxR {
  width: 55%;
}

.st01_05 .tit {
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 15px 0;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.6;
  font-weight: 700;
}
.st01_05 .box01 {
  display: flex;
}
.st01_05 .box01 .boxL {
  width: 47%;
  margin-right: 6%;
}
.st01_05 .box01 .boxR {
  width: 47%;
}
.st01_05 .box02 {
  display: flex;
  justify-content: center;
}
.st01_05 .box02 .boxL {
  margin-right: 4%;
}
.st01_05 .box03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.st01_05 .box03 li {
  width: 25%;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 30px;
  font-family: Helvetica, Roboto, sans-serif;
  font-weight: 700;
}
.st01_05 .box03 li .txt_num01 {
  font-size: 70px;
  font-size: 7rem;
}
.st01_05 .box03 li .txt_num02 {
  font-size: 28px;
  font-size: 2.8rem;
}
.st01_05 .box03 li .txt {
  margin-top: 20px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.st01_05 .box03 li:nth-of-type(1), .st01_05 .box03 li:nth-of-type(2), .st01_05 .box03 li:nth-of-type(3) {
  margin-top: 0;
}
.st01_05 .block01 {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 15px 0;
}
.st01_05 .block01 p {
  font-size: 15px;
  font-size: 1.5rem;
}
.st01_05 .txt01 {
  position: relative;
  border: 2px solid #000;
  padding: 10px 30px;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.6;
  font-weight: 500;
}
.st01_05 .txt01 .spaceT {
  position: absolute;
  left: 2%;
  top: -2px;
  width: 96%;
  height: 2px;
}
.st01_05 .txt01 .spaceB {
  position: absolute;
  left: 2%;
  bottom: -2px;
  width: 96%;
  height: 2px;
}
.st01_05 .txt01.IB {
  padding: 10px 70px;
}
.st01_05 .txt01.fixHeight {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 115px;
}
.st01_05 .txt02 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.st01_05 .txt03 {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
}
.st01_05 .txt04 {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
}
.st01_05 .area_num01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.st01_05 .area_num01 .ico {
  margin-right: 30px;
}
.st01_05 .area_num01 .number {
  padding-top: 15px;
  font-size: 122px;
  font-size: 12.2rem;
  font-family: Helvetica, Roboto, sans-serif;
  font-weight: 700;
}
.st01_05 .area_num01 .number .txt_num01 {
  font-size: 60px;
  font-size: 6rem;
}
.st01_05 .area_num01 .number .txt_num02 {
  font-size: 46px;
  font-size: 4.6rem;
}
.st01_05 .area_num01 .number .txt_num03 {
  display: inline-block;
  margin-left: 5px;
  font-size: 30px;
  font-size: 3rem;
}
.st01_05 .area_num01 .number .txt_num04 {
  display: inline-block;
  margin-right: 10px;
  font-size: 190px;
  font-size: 19rem;
}
.st01_05 .area_num01 .number .txt_num05 {
  font-size: 96px;
  font-size: 9.6rem;
}
.st01_05 .area_num01.fixTop {
  align-items: flex-start;
}
.st01_05 .area_num02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.st01_05 .area_num02 .box_num01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.st01_05 .area_num02 .box_num01 .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-size: 22px;
  font-size: 2.2rem;
}
.st01_05 .area_num02 .box_num01 .number {
  font-size: 60px;
  font-size: 6rem;
}
.st01_05 .area_num02 .box_num01 .number .txt_num01 {
  font-size: 18px;
  font-size: 1.8rem;
}
.st01_05 .area_num02 .box_num01:first-of-type {
  margin-right: 30px;
}

.st01_06 {
  /* 2025.7.28 */
  /* 2025.7.28 */
}
.st01_06 .box {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
}
.st01_06 .box .boxL {
  width: 60%;
}
.st01_06 .box .boxR {
  position: absolute;
  z-index: 1;
  right: 80px;
  width: 40%;
}
.st01_06 .box .boxR .block {
  display: flex;
  align-items: center;
  min-height: 280px;
  padding: 30px;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.st01_06 .box .boxR .block.verTxt {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding: 15px;
}
.st01_06 .box .boxR .block.verTxt .tit {
  width: 100%;
}
.st01_06 .box .boxR .block.verTxt .bgWht01 {
  min-height: 180px;
  padding: 30px;
}
.st01_06 .box02 {
  display: flex;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
.st01_06 .box02 .boxL,
.st01_06 .box02 .boxR {
  width: 48%;
}
.st01_06 .box02 .boxL .block,
.st01_06 .box02 .boxR .block {
  padding: 30px;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.st01_06 .box02 .boxL .block.verTxt,
.st01_06 .box02 .boxR .block.verTxt {
  padding: 15px;
}
.st01_06 .box02 .boxL .block.verTxt .tit,
.st01_06 .box02 .boxR .block.verTxt .tit {
  width: 100%;
}
.st01_06 .box02 .boxL .block.verTxt .bgWht01,
.st01_06 .box02 .boxR .block.verTxt .bgWht01 {
  min-height: 180px;
  padding: 30px;
}
.st01_06 .box02 .boxL .block.verTxt .lh12,
.st01_06 .box02 .boxR .block.verTxt .lh12 {
  line-height: 1.2;
}
.st01_06 .box02 .boxL {
  margin-right: 4%;
}
.st01_06 .box02 .small_txt {
  font-size: 20px;
  font-size: 2rem;
}

.st01_07 .box {
  display: flex;
  width: 100%;
}
.st01_07 .box .tit {
  border: 2px solid;
  padding: 15px 30px;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.st01_07 .box ul li {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 10px;
}
.st01_07 .box ul li .ico {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 12px;
  height: 12px;
  margin-right: 15px;
}
.st01_07 .box ul li:first-of-type {
  margin-top: 0;
}
.st01_07 .box .boxL {
  width: 48%;
  margin-right: 4%;
}
.st01_07 .box .boxR {
  width: 48%;
}

.st01_08 .box {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.st01_08 .box .boxL {
  width: 50%;
}
.st01_08 .box .boxR {
  width: 50%;
  padding: 30px 40px 0;
  letter-spacing: 0.05em;
}
.st01_08 .box .boxR .txtA {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
}
.st01_08 .box .boxR .txtB {
  display: inline-block;
  border: 1px solid;
  min-width: 280px;
  padding: 10px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.st01_08 .accordion-hidden {
  display: none;
}
.st01_08 .accordion-open {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.st01_08 .accordion-open .btn {
  display: inline-block;
}
.st01_08 .accordion-open .btn .block {
  display: flex;
}
.st01_08 .accordion-open .btn .block .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}
.st01_08 .accordion-open .btn .block .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.st01_08 .accordion-open::before,
.st01_08 .accordion-open::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background: #FFF;
  width: 24px;
  height: 1px;
}
.st01_08 .accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.st01_08 .accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}
.st01_08 .accordion-close {
  overflow: hidden;
  display: block;
  z-index: 2;
  height: 0;
  opacity: 0;
  transition: 0.5s;
}
.st01_08 .accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
}
.st01_08 .boxA {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.st01_08 .boxA .boxL,
.st01_08 .boxA .boxR {
  border: 1px solid;
  padding: 15px;
}
.st01_08 .boxA .boxL {
  width: 47%;
  margin-right: 6%;
}
.st01_08 .boxA .boxR {
  width: 47%;
}
.st01_08 .boxA .batten {
  width: 30px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
}
.st01_08 .boxA .batten::before,
.st01_08 .boxA .batten::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.st01_08 .boxA .batten::before {
  transform: rotate(45deg);
}
.st01_08 .boxA .batten::after {
  transform: rotate(-45deg);
}
.st01_08 .listA {
  display: flex;
  flex-wrap: wrap;
}
.st01_08 .listA li {
  width: 47%;
  margin-top: 30px;
}
.st01_08 .listA li .sp_tit {
  display: none;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.st01_08 .listA li .txtA,
.st01_08 .listA li .txtB {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.st01_08 .listA li .txtA {
  padding: 10px;
}
.st01_08 .listA li .txtB {
  line-height: 1.4;
}
.st01_08 .listA li:nth-of-type(2n) {
  margin-left: 6%;
}
.st01_08 .listA li:nth-of-type(1), .st01_08 .listA li:nth-of-type(2) {
  margin-top: 0;
}
.st01_08 .blockA {
  padding: 40px;
}
.st01_08 .blockA .tit {
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.st01_08 .blockA .tit .txt {
  display: inline-block;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 400;
}
.st01_08 .blockA .tit .txt .line {
  height: 5px;
  margin-top: 15px;
}
.st01_08 .blockA .listB li {
  display: flex;
  margin-top: 10px;
}
.st01_08 .blockA .listB li .ico {
  flex-shrink: 0;
  width: 25%;
  margin-right: 5%;
}
.st01_08 .blockA .listB li:first-of-type {
  margin-top: 0;
}

.st01_09 .News {
  border-bottom: 1px solid #666;
}
.st01_09 .News ul {
  border-top: 1px solid #666;
}
.st01_09 .News ul a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.st01_09 .News ul a .day {
  flex-shrink: 0;
  margin-right: 20px;
  font-size: 13px !important;
  font-size: 1.3rem !important;
  color: #666;
}
.st01_09 .News ul a .cate {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.st01_09 .News ul a .cate .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CB2837;
  min-width: 100px;
  padding-left: 10px;
  padding-right: 10px;
  height: 20px;
  margin-right: 10px;
  font-size: 12px !important;
  font-size: 1.2rem !important;
  color: #fff;
}
.st01_09 .News ul a .cont {
  flex-grow: 1;
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
}
.st01_09 .News ul a:hover .cont {
  text-decoration: underline;
}
.st01_09 .Btn {
  position: relative;
  width: 400px;
  height: 60px;
  margin: 50px auto 0;
}
.st01_09 .Btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CB2837;
  width: 400px;
  height: 60px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  color: #fff;
}
.st01_09 .Btn a::after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
}

.st02_01 .btnA,
.st02_02 .btnA {
  display: inline-block;
}
.st02_01 .btnA a,
.st02_02 .btnA a {
  display: flex;
  align-items: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 10px 0;
}
.st02_01 .btnA a .txt,
.st02_02 .btnA a .txt {
  margin-right: 100px;
  font-size: 18px;
  font-size: 1.8rem;
}
.st02_01 .btnA a .ico,
.st02_02 .btnA a .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 15px;
}
.st02_01 .btnA a .ico div,
.st02_02 .btnA a .ico div {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
}

.st02_01 section:before {
  content: "";
  display: block;
  margin: 30px auto 20px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: none;
}
.st02_01 section:first-of-type:before {
  display: none;
}
.st02_01 .txtA {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding-top: 14px;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.st02_01 .txtA .fsRoboto {
  display: inline-block;
  position: relative;
  bottom: 7px;
  margin-right: 5px;
  font-size: 55px;
  font-size: 5.5rem;
  font-weight: 700;
}
.st02_01 .txtA div {
  font-size: 35px;
  font-size: 3.5rem;
}
.st02_01 .txtA.padT0 {
  padding-top: 0;
}
.st02_01 .txtB {
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.st02_01 .txtC {
  font-size: 18px;
  font-size: 1.8rem;
}
.st02_01 .txtD {
  display: flex;
  align-items: center;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.st02_01 .txtD .ico {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  width: 80px;
  height: 80px;
  padding-top: 2px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
.st02_01 .txtD .txt {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.6;
}
.st02_01 .txtE {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid;
  height: 90px;
  padding-bottom: 15px;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.st02_01 .ichirei .tit {
  border: 2px solid;
  padding: 10px;
  max-width: 400px;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.st02_01 .ichirei ul li {
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.st02_01 .ichirei ul li .ico {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-top: 8px;
  margin-right: 5px;
}
.st02_01 .btnB {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
.st02_01 .btn03 {
  width: 100%;
  height: 180px;
}
.st02_01 .btn03 .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  border: 1px solid #fff;
  border-radius: 9999px;
  width: 35px;
  height: 35px;
  margin-top: -18px;
}
.st02_01 .btn03 .ico div {
  position: relative;
  right: -2px;
}
.st02_01 .block01 {
  padding-left: 40px;
  padding-right: 40px;
}
.st02_01 .blockL01 {
  padding-left: 40px;
}
.st02_01 .blockR01 {
  padding-right: 40px;
}
.st02_01 .blockR02 {
  padding-right: 40px;
}
.st02_01 .box01 {
  display: flex;
  flex-direction: row-reverse;
}
.st02_01 .box01 .boxL {
  width: 46%;
  margin-right: 4%;
}
.st02_01 .box01 .boxR {
  width: 50%;
}
.st02_01 .box02 {
  display: flex;
}
.st02_01 .box02 .boxR {
  width: 46%;
  margin-left: 4%;
}
.st02_01 .box02 .boxL {
  width: 50%;
}
.st02_01 .box03 {
  display: flex;
  flex-direction: row-reverse;
}
.st02_01 .box03 .boxL {
  width: 46%;
  margin-right: 4%;
}
.st02_01 .box03 .boxR {
  width: 60%;
}
.st02_01 .box04 {
  display: flex;
}
.st02_01 .box04 .boxR {
  width: 46%;
  margin-left: 4%;
}
.st02_01 .box04 .boxL {
  width: 60%;
}
.st02_01 .box05 {
  display: flex;
}
.st02_01 .box05 .boxL {
  width: 48%;
  margin-right: 4%;
}
.st02_01 .box05 .boxR {
  width: 48%;
}

.st02_02 .titA {
  display: inline-block;
  border-bottom: 5px solid;
  padding-bottom: 10px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.st02_02 .block01 {
  max-width: 710px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
.st02_02 .block01 .tit02 {
  border-bottom: 1px solid;
  padding-bottom: 20px;
}
.st02_02 .block02 .tit,
.st02_02 .block03 .tit {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.st02_02 .block02 {
  display: flex;
  border-top: 1px solid;
  max-width: 960px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.st02_02 .block02 .boxL {
  width: 48%;
  margin-right: 4%;
}
.st02_02 .block02 .boxR {
  width: 48%;
}
.st02_02 .block02:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.st02_02 .block02:nth-of-type(2n) .boxL {
  margin-right: 0;
  margin-left: 4%;
}
.st02_02 .block02:first-of-type {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
.st02_02 .block03 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.st02_02 .block03 .tit {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.st02_02 .block03 .boxL {
  width: 45%;
}
.st02_02 .block03 .boxR {
  width: 55%;
  padding: 0 5%;
}
.st02_02 .block03:nth-of-type(2n) {
  flex-direction: inherit;
}
.st02_02 .area_name01 {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.st03_01 .tit {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.st03_01 .titGrad {
  border: none;
  padding: 10px !important;
}
.st03_01 .txt {
  font-size: 18px;
  font-size: 1.8rem;
}
.st03_01 .txt span {
  font-size: 13px;
  font-size: 1.3rem;
}
.st03_01 .box {
  display: flex;
}
.st03_01 .box .boxL {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 180px;
  height: 62px;
  margin-right: 50px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.st03_01 .box .boxL .arrow {
  position: absolute;
  right: -20px;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 60px;
}
.st03_01 .box .boxL .arrow:before, .st03_01 .box .boxL .arrow:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 37px;
  height: 1px;
  transform-origin: calc(100% - 0.5px) 50%;
}
.st03_01 .box .boxL .arrow::before {
  transform: rotate(57deg);
}
.st03_01 .box .boxL .arrow::after {
  transform: rotate(-57deg);
}
.st03_01 .box .boxR {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.st03_01 nav ul {
  display: flex;
}
.st03_01 nav ul li {
  margin-left: 20px;
}
.st03_01 nav ul li:first-of-type {
  margin-left: 0;
}

.st03_02 {
  /*0727追加*/
}
.st03_02 .tit {
  font-size: 38px;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  -webkit-text-emphasis: 0.05em;
          text-emphasis: 0.05em;
  line-height: 1.4;
}
.st03_02 .tit .fsRoboto {
  display: block;
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 2rem;
}
.st03_02 .txtA {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.st03_02 .txtB {
  padding: 12px;
  margin-bottom: 20px;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
.st03_02 .award .txt {
  position: relative;
  padding: 20px 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
.st03_02 .award .txt .ico {
  position: absolute;
  left: 10px;
  top: -30px;
}
.st03_02 .award ul li .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.st03_02 .award ul li .box div:nth-of-type(1) {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.st03_02 .award ul li .box div:nth-of-type(2) {
  font-size: 15px;
  font-size: 1.5rem;
}
.st03_02 .award ul li p {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.st03_02 .block01 {
  width: 100%;
  max-width: 960px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
.st03_02 .block02 {
  width: 100%;
  max-width: 1060px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
.st03_02 .box01 {
  display: flex;
}
.st03_02 .box01 .boxL {
  width: 48%;
  margin-right: 4%;
}
.st03_02 .box01 .boxR {
  width: 48%;
}
.st03_02 .box02 {
  padding: 0 3%;
}
.st03_02 .box02 .txt {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.st03_02 .box02 .txt .ico {
  margin-right: 15px;
}
.st03_02 .box02 .box {
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.st03_02 .box02 .box .boxL {
  width: 49%;
  padding: 15px 20px;
  margin-right: 2%;
}
.st03_02 .box02 .box .boxR {
  width: 49%;
  padding: 15px 20px;
}
.st03_02 .box03 {
  display: flex;
}
.st03_02 .box03 .boxL {
  flex-shrink: 0;
  margin-left: 5%;
  margin-right: 10%;
}
.st03_02 .box03 .boxL .txt {
  font-size: 18px;
  font-size: 1.8rem;
}
.st03_02 .box03 .boxL .txt span {
  font-size: 13px;
  font-size: 1.3rem;
}
.st03_02 .box03 .boxR {
  flex-grow: 1;
}
.st03_02 .box03 .boxR div {
  border: 1px solid;
  padding: 20px 60px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.st03_02 .box04 {
  display: flex;
}
.st03_02 .box04 .boxL,
.st03_02 .box04 .boxR {
  width: 50%;
}

.st03_03 .box {
  display: flex;
  align-items: center;
}
.st03_03 .box .boxL {
  width: 60%;
  padding: 0 8%;
}
.st03_03 .box .boxL .tit {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.st03_03 .box .boxR {
  width: 40%;
}/*# sourceMappingURL=style.css.map */