@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, form {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure,
form, input, textarea, select, button, div {
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  text-align: left;
  word-break: break-word;
  line-break: strict;
  line-height: 1;
  color: #333;
  font-size: 1.8rem;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-spacing: 0;
}

input:not([type=file]), textarea, select, button {
  vertical-align: middle;
  background-color: #fff;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input:not([type=file]), select, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
}

button, input[type=submit], input[type=button], select, label {
  cursor: pointer;
}

input[type=radio]:checked {
  appearance: none;
}

blockquote {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a,
button,
input[type=submit],
input[type=button] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@media screen and (min-width: 769px) {
  a:hover,
  button:hover,
  input[type=submit]:hover,
  input[type=button]:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
body {
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

.wrap {
  max-width: 1320px;
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: calc(100% - 3rem);
    max-width: initial;
  }
}

.content {
  overflow: hidden;
  background: #F7F7F5;
  padding: 150px 0 200px;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 12rem 0 10rem;
  }
}
.content.content_bg {
  background: #F7F7F5 url(../img/common/content_bg01.jpg) repeat-x center top;
}
@media screen and (max-width: 768px) {
  .content.content_bg {
    background: #F7F7F5 url(../img/common/content_bg01_sp.jpg) repeat-x center top;
    background-size: 39rem;
  }
}

.en {
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
.header_wrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 2%;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
@media screen and (max-width: 768px) {
  .header_wrap {
    height: 7.2rem;
    padding-left: 4%;
  }
}
.header_wrap.fix {
  background: #fff;
}
.header_wrap.active {
  background: #DBEFF8;
}
.header_wrap .logo {
  width: 312px;
}
@media screen and (max-width: 1300px) {
  .header_wrap .logo {
    width: 290px;
  }
}
@media screen and (max-width: 1200px) {
  .header_wrap .logo {
    width: 22vw;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .logo {
    width: 24.7rem;
  }
}
.header_wrap .logo a {
  display: block;
}
.header_wrap .logo img {
  width: 100%;
}
.header_wrap .header_nav {
  display: flex;
}
.header_wrap .header_nav .header_nav_list {
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 1300px) {
  .header_wrap .header_nav .header_nav_list {
    gap: 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .header_wrap .header_nav .header_nav_list {
    gap: 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .header_nav .header_nav_list {
    display: none;
  }
}
.header_wrap .header_nav .header_nav_list li {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .header_wrap .header_nav .header_nav_list li {
    font-size: 1.3vw;
  }
}
.header_wrap .header_nav .header_nav_list .header_nav_item {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
}
.header_wrap .header_nav .header_nav_list .header_nav_item a {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (min-width: 769px) {
  .header_wrap .header_nav .header_nav_list .header_nav_item a:hover {
    opacity: 1;
    color: #00BCE6;
  }
}
.header_wrap .header_nav .header_nav_list .header_sub_nav {
  padding-right: 18px;
  background: url(../img/common/ico_arw05.svg) no-repeat right center;
}
@media screen and (min-width: 769px) {
  .header_wrap .header_nav .header_nav_list .header_sub_nav:hover .header_nav_sub_list {
    opacity: 1;
    visibility: visible;
  }
}
.header_wrap .header_nav .header_nav_list .header_nav_sub_list {
  position: absolute;
  z-index: 10;
  top: 65px;
  left: -24px;
  min-width: 170px;
  padding: 22px 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.header_wrap .header_nav .header_nav_list .header_nav_sub_list li + li {
  margin-top: 10px;
}
.header_wrap .btn.btn02 {
  margin-left: 50px;
}
@media screen and (max-width: 1300px) {
  .header_wrap .btn.btn02 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .header_wrap .btn.btn02 {
    margin-left: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .btn.btn02 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
}
.header_wrap .btn.btn02 a {
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  .header_wrap .btn.btn02 a {
    width: 280px;
    height: 80px;
    padding-left: 30px;
    font-size: 1.5rem;
  }
  .header_wrap .btn.btn02 a .big {
    font-weight: bold;
    font-size: 2rem;
  }
  .header_wrap .btn.btn02 a .ico {
    margin-top: 0;
  }
  .header_wrap .btn.btn02 a::before {
    display: none;
  }
  .header_wrap .btn.btn02 a:hover {
    width: 280px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .header_wrap .btn.btn02 a {
    width: 22vw;
    padding-left: 2vw;
    font-size: 1.3vw;
  }
  .header_wrap .btn.btn02 a:hover {
    width: 22vw;
  }
  .header_wrap .btn.btn02 a .big {
    font-size: 1.8vw;
  }
  .header_wrap .btn.btn02 a .ico {
    width: 2vw;
    height: 2vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .btn.btn02 a {
    height: 7rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .btn.btn02 a .big {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap.fix .btn.btn02 {
    opacity: 1;
    visibility: visible;
  }
}

/* ------------------------------
	.gnav
------------------------------ */
@media screen and (max-width: 768px) {
  .menu_btn {
    position: relative;
    width: 7.2rem;
    height: 7.2rem;
    cursor: pointer;
  }
  .menu_btn .line {
    position: absolute;
    top: 0;
    right: 2.2rem;
    bottom: 0;
    margin: auto;
    display: block;
    width: 2.8rem;
    height: 0.4rem;
    background: #2B9BB2;
    transition: all 0.4s ease;
  }
  .menu_btn .line:nth-child(1) {
    top: -2.4rem;
  }
  .menu_btn .line:nth-child(2) {
    width: 2.4rem;
  }
  .menu_btn .line:nth-child(3) {
    bottom: -2.4rem;
    width: 2rem;
  }
  .menu_btn.active .line:nth-child(1) {
    top: 0;
    transform: rotate(45deg);
  }
  .menu_btn.active .line:nth-child(2) {
    opacity: 0;
  }
  .menu_btn.active .line:nth-child(3) {
    bottom: 0;
    width: 2.8rem;
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  .gnav {
    position: fixed;
    z-index: 10001;
    top: 7.2rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 7.2rem);
    background: #DBEFF8;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .gnav.active {
    opacity: 1;
    visibility: visible;
  }
}
.gnav .gnav_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_wrap {
    width: 100%;
    max-height: calc(100vh - 7.2rem);
    padding: 5rem 1.5rem 120px;
    overflow: auto;
    overflow-y: auto;
  }
}
.gnav .gnav_list li {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
.gnav .gnav_list li + li {
  margin-top: 3rem;
}
.gnav .gnav_list .gnav_item {
  position: relative;
}
.gnav .gnav_list .gnav_item a {
  display: flex;
  align-items: center;
}
.gnav .gnav_list .gnav_item a .ico {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.8rem;
  background: url(../img/common/ico_arw01.svg) no-repeat center center;
  background-size: 1.5rem;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.gnav .btn_box {
  margin-top: 6rem;
}
.gnav .btn_box > * + * {
  margin-top: 1rem;
}
.gnav .btn.btn02 a {
  box-shadow: none;
  height: 10rem;
}
.gnav .footer_bnr_btn {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .gnav .footer_bnr_btn {
    width: 100%;
  }
}
.gnav .footer_bnr_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10rem;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  overflow: hidden;
}
.gnav .footer_bnr_btn a .btn_inner {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gnav .footer_bnr_btn a .ico {
  display: block;
  width: 2.4rem;
  height: 2.5rem;
  margin-right: 1.6rem;
  background: url(../img/common/ico_win01.svg) no-repeat center center;
  background-size: 100%;
}
.gnav .footer_bnr_btn a::before, .gnav .footer_bnr_btn a::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.gnav .footer_bnr_btn a::before {
  z-index: 1;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.gnav .footer_bnr_btn a::after {
  z-index: 2;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 769px) {
  .gnav .footer_bnr_btn a:hover {
    opacity: 1;
  }
  .gnav .footer_bnr_btn a:hover::before {
    transform: scale(1.1);
  }
  .gnav .footer_bnr_btn a:hover::after {
    opacity: 1;
  }
}
.gnav .footer_bnr_btn.bnr01 a::before {
  background: url(../img/common/gnav_bnr01.jpg) no-repeat center center;
  background-size: cover;
}
.gnav .footer_bnr_btn.bnr01 a::after {
  background: #2B9BB2;
  mix-blend-mode: multiply;
}
.gnav .footer_bnr_btn.bnr02 a::before {
  background: url(../img/common/gnav_bnr02.jpg) no-repeat center center;
  background-size: cover;
}
.gnav .footer_bnr_btn.bnr02 a::after {
  background: #00BCE6;
  opacity: 0.3;
}

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
.footer_wrap {
  padding: 50px 0 10px;
  background: #E2F6FA;
}
@media screen and (max-width: 768px) {
  .footer_wrap {
    padding: 5rem 0 12.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .wrap {
    width: calc(100% - 7.4rem);
  }
}
.footer_wrap .footer_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_box {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_box .btn.btn02 .btn_inner {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_box .btn.btn02 .ico {
    margin-top: 0;
  }
}
.footer_wrap .footer_nav {
  min-width: 400px;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav {
    min-width: 0;
    margin-top: 5rem;
  }
}
.footer_wrap .footer_nav .footer_nav_list li {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
.footer_wrap .footer_nav .footer_nav_list li + li {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav .footer_nav_list li + li {
    margin-top: 2rem;
  }
}
.footer_wrap .footer_nav .footer_nav_list .footer_nav_item {
  position: relative;
}
.footer_wrap .footer_nav .footer_nav_list .footer_nav_item a {
  display: flex;
  align-items: center;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.footer_wrap .footer_nav .footer_nav_list .footer_nav_item a .ico {
  width: 38px;
  height: 38px;
  margin-right: 15px;
  background: url(../img/common/ico_arw01.svg) no-repeat center center;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav .footer_nav_list .footer_nav_item a .ico {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 1.8rem;
    background-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_wrap .footer_nav .footer_nav_list .footer_nav_item a:hover {
    opacity: 1;
    color: #00BCE6;
  }
  .footer_wrap .footer_nav .footer_nav_list .footer_nav_item a:hover .ico {
    background: #fff url(../img/common/ico_arw02.svg) no-repeat center center;
  }
}
@media screen and (min-width: 769px) {
  .footer_wrap .footer_nav .footer_nav_list .footer_sub_nav:hover .footer_nav_sub_list {
    opacity: 1;
    visibility: visible;
  }
}
.footer_wrap .footer_nav .footer_nav_list .footer_nav_sub_list {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  min-width: 170px;
  padding: 22px 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  font-size: 1.6rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.footer_wrap .footer_nav .footer_nav_list .footer_nav_sub_list li + li {
  margin-top: 12px;
}
.footer_wrap .footer_btm {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btm {
    margin-top: 7.2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .logo {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .logo img {
    width: 100%;
  }
}
.footer_wrap .copy {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .footer_wrap .copy {
    margin-top: 2.4rem;
    font-size: 1.2rem;
    white-space: nowrap;
  }
}

.footer_bnr_box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer_bnr_box {
    display: block;
  }
}
.footer_bnr_box .footer_bnr_btn {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer_bnr_box .footer_bnr_btn {
    width: 100%;
  }
}
.footer_bnr_box .footer_bnr_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 29.16%;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footer_bnr_box .footer_bnr_btn a {
    width: 100%;
    height: 15rem;
    padding: 0;
  }
}
.footer_bnr_box .footer_bnr_btn a .btn_inner {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_bnr_box .footer_bnr_btn a .ico {
  display: block;
  width: 2.4rem;
  height: 2.5rem;
  margin-right: 1.6rem;
  background: url(../img/common/ico_win01.svg) no-repeat center center;
  background-size: 100%;
}
.footer_bnr_box .footer_bnr_btn a::before, .footer_bnr_box .footer_bnr_btn a::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.footer_bnr_box .footer_bnr_btn a::before {
  z-index: 1;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.footer_bnr_box .footer_bnr_btn a::after {
  z-index: 2;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 769px) {
  .footer_bnr_box .footer_bnr_btn a:hover {
    opacity: 1;
  }
  .footer_bnr_box .footer_bnr_btn a:hover::before {
    transform: scale(1.1);
  }
  .footer_bnr_box .footer_bnr_btn a:hover::after {
    opacity: 1;
  }
}
.footer_bnr_box .footer_bnr_btn.bnr01 a::before {
  background: url(../img/common/footer_bnr01.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .footer_bnr_box .footer_bnr_btn.bnr01 a::before {
    background: url(../img/common/footer_bnr01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.footer_bnr_box .footer_bnr_btn.bnr01 a::after {
  background: #2B9BB2;
  mix-blend-mode: multiply;
}
.footer_bnr_box .footer_bnr_btn.bnr02 a::before {
  background: url(../img/common/footer_bnr02.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .footer_bnr_box .footer_bnr_btn.bnr02 a::before {
    background: url(../img/common/footer_bnr02_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.footer_bnr_box .footer_bnr_btn.bnr02 a::after {
  background: #00BCE6;
  opacity: 0.3;
}
@media screen and (min-width: 769px) {
  .footer_bnr_box .footer_bnr_btn.bnr02 a:hover::after {
    opacity: 0.7;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
.txt {
  line-height: 1.8;
}

.med {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

.txt_up {
  text-transform: uppercase;
}

.txt_noup {
  text-transform: none;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.ib {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .pc_ib {
    display: inline-block;
  }
  .pc_tate {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.txt_blue01 {
  color: #00BCE6;
}

@media screen and (max-width: 768px) {
  .img img {
    width: 100%;
  }
  .sp_ib {
    display: inline-block;
  }
}
/* ------------------------------
	.ttl
------------------------------ */
.sec_ttl {
  line-height: 1.3;
  font-weight: bold;
}
.sec_ttl .en {
  display: block;
  margin-bottom: 1rem;
  font-size: 3rem;
  color: #00BCE6;
}
@media screen and (max-width: 768px) {
  .sec_ttl .en {
    font-size: 2rem;
  }
}
.sec_ttl .ttl_sub {
  display: block;
  margin-bottom: 1rem;
  font-size: 2.8rem;
  color: #00BCE6;
}
@media screen and (max-width: 768px) {
  .sec_ttl .ttl_sub {
    font-size: 2.2rem;
  }
}
.sec_ttl .ttl_txt {
  display: block;
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  .sec_ttl .ttl_txt {
    font-size: 3.2rem;
  }
}

.mid_ttl {
  position: relative;
  line-height: 1.4;
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .mid_ttl {
    font-size: 2.4rem;
  }
}
.mid_ttl.dot {
  padding-left: 36px;
}
@media screen and (max-width: 768px) {
  .mid_ttl.dot {
    padding-left: 2.9rem;
  }
}
.mid_ttl.dot::before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00BCE6;
}
@media screen and (max-width: 768px) {
  .mid_ttl.dot::before {
    top: 1.1rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}

/* ------------------------------
	.btn
------------------------------ */
.btn {
  display: flex;
}
.btn.center {
  justify-content: center;
}
.btn.btn01 a {
  position: relative;
  display: flex;
  align-items: center;
  width: 320px;
  height: 8rem;
  padding-left: 3.7rem;
  background: #00BCE6;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .btn.btn01 a {
    width: 31.6rem;
  }
}
.btn.btn01 a .ico {
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  margin: auto;
  width: 5rem;
  height: 5rem;
}
.btn.btn01 a .ico::before, .btn.btn01 a .ico::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.btn.btn01 a .ico::before {
  z-index: 1;
  background: #fff;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.btn.btn01 a .ico::after {
  z-index: 2;
  background: url(../img/common/ico_arw03.svg) no-repeat center center;
  background-size: 2.2rem;
}
@media screen and (min-width: 769px) {
  .btn.btn01 a:hover {
    opacity: 1;
  }
  .btn.btn01 a:hover .ico::before {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 768px) {
  .btn.btn02 {
    width: 100%;
  }
}
.btn.btn02 a {
  position: relative;
  display: flex;
  align-items: center;
  width: 380px;
  height: 100px;
  padding-left: 50px;
  padding-bottom: 4px;
  background: #FF7600;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  -webkit-transition: background-color 0.4s ease, width 0.4s ease;
  transition: background-color 0.4s ease, width 0.4s ease;
}
@media screen and (max-width: 768px) {
  .btn.btn02 a {
    justify-content: center;
    width: 100%;
    height: 9rem;
    padding-left: 0;
    padding-bottom: 0;
    font-size: 1.8rem;
  }
}
.btn.btn02 a .btn_inner {
  display: flex;
}
.btn.btn02 a .btn_inner .ico {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .btn.btn02 a .btn_inner .ico {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .btn.btn02 a .btn_inner.sp_center {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .btn.btn02 a .btn_inner.sp_center .ico {
    margin-top: 0;
  }
}
.btn.btn02 a .big {
  font-weight: bold;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .btn.btn02 a .big {
    font-size: 2.2rem;
  }
}
.btn.btn02 a .ico {
  display: block;
  width: 24px;
  height: 25px;
  margin-right: 1.6rem;
  background: url(../img/common/ico_win01.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .btn.btn02 a .ico {
    width: 2.7rem;
    height: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  .btn.btn02 a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
  }
}
@media screen and (min-width: 769px) {
  .btn.btn02 a:hover {
    opacity: 1;
    background-color: #333;
    width: 400px;
  }
}
.btn.btn02.blue a {
  background-color: #2B9BB2;
}
@media screen and (min-width: 769px) {
  .btn.btn02.blue a:hover {
    background-color: #333;
  }
}

/* ------------------------------
	.box
------------------------------ */
.flex {
  display: flex;
  justify-content: space-between;
}

/* ------------------------------
	.pagettl_box
------------------------------ */
.pagettl_box {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .pagettl_box {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .pagettl_box .wrap {
    width: calc(100% - 6rem);
  }
}
.pagettl_box .sec_ttl {
  position: relative;
  padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .pagettl_box .sec_ttl {
    padding-bottom: 3rem;
  }
}
.pagettl_box .sec_ttl::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 150px;
  height: 8px;
  background: linear-gradient(to right, #004EDE, #00BCE6);
}
@media screen and (max-width: 768px) {
  .pagettl_box .sec_ttl::before {
    width: 6.7rem;
    height: 0.4rem;
  }
}

/* ------------------------------
	.breadcrumb
------------------------------ */
.breadcrumb {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.breadcrumb .breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem 2rem;
  background: #fff;
  border-radius: 0.4rem;
}
.breadcrumb .breadcrumb_list li,
.breadcrumb .breadcrumb_list li a {
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 600;
}
.breadcrumb .breadcrumb_list a {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (min-width: 769px) {
  .breadcrumb .breadcrumb_list a:hover {
    opacity: 1;
    color: #2B9BB2;
  }
}
.breadcrumb .breadcrumb_list li {
  position: relative;
  padding: 0.2rem 0;
}
.breadcrumb .breadcrumb_list li:nth-child(1) {
  padding-left: 2rem;
}
.breadcrumb .breadcrumb_list li:nth-child(1)::before {
  position: absolute;
  top: 1rem;
  left: 0;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #00BCE6;
}
.breadcrumb .breadcrumb_list li + li {
  margin-left: 0.5em;
}
.breadcrumb .breadcrumb_list li + li::before {
  flex-shrink: 0;
  content: "＞";
  display: inline-block;
  margin-right: 0.5em;
}