@charset "utf-8";

:root {
  --red01: #CE1B3C;
  --red02: #AF1F3A;
  --red03: #DC2626;
  --blue01: #2E4C92;
  --blue02: #0990E1;
  --blue03: #048ACF;
  --blue04: #DCEEF8;
  --yellow01: #F7EC37;
  --yellow_underLine: rgba(247, 236, 55, 0.37);
  --gray01: #646464;
  --gray02: #333333;
  --ff_notoSans: "Noto Sans JP", serif;
  --ff_oswald: "Oswald", sans-serif;
  --ff_plusJakartaSans: "Plus Jakarta Sans", serif;
  --ff_zenMaruGo:  "Zen Maru Gothic", serif;
}
.ff_oswald {font-family: var(--ff_oswald);}



/* -----------------------------------------------------------
　common
----------------------------------------------------------- */

* {box-sizing: border-box;}
img {max-width: 100%;}
.fcred {color: #DC2626;}
.fc_red {color: #DC2626;}
.fwbold {font-weight: bold;}
.fs80 {font-size: 0.8em;}
.fs120 {font-size: 1.2em;}
.left {float: left;}
.right {float: right;}
.center {text-align: center;}
.alignright {text-align: right;}
.alignleft {text-align: left;}
.clear {clear: both;}
.italic {font-style: italic;}
figure img {width: 100%;}
body figure {margin-bottom: 0;}
a {
  color: inherit;
  text-decoration: none;
}


body {
  font-family:"Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  color: #1F1F1F;
}
input,button ,select,option,textarea {
  font-family:"Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: inherit;
}
button {cursor: pointer;}

@media screen and (min-width: 768px) {
  
  .sp_cont {display: none !important;}
  
}

/* -----------------------------------------------------------
  template
----------------------------------------------------------- */

/* :::::::::: header :::::::::: */

header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  padding: 0 50px;
  background: url("../img/header.jpg") no-repeat center / cover;
}
header h1 {
  width: 100%;
  max-width: 600px;
}

/* :::::::::: main :::::::::: */

main {
  display: block;
  width: 100%;
  height: auto;
}

.box {
  width: 100%;
  max-width: 800px;
  padding: 0 50px;
  margin: 0 auto;
}
.inner {
  width: 100%;
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}

/* -----------------------------------------------------------
 sim
----------------------------------------------------------- */

.section_sim ,
.section_result {background: #E9F6FE;color: #333333;}
.section_sim {padding: 50px 0 70px;}

.section_sim h2 {
  color: #048ACF;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 30px 0 40px;
  background: url("../img/h2_sim.svg") no-repeat center / auto 100%;
}
.section_sim h2 span {
  display: block;
  font-size: 30px;
  font-weight: 900;
}
.section_sim h2 + p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin: 0 auto 80px;
}
.sim_box {
  background: #FFFFFF;
  border-radius: 20px;
}
.section_sim .sim_box {
  position: relative;
  z-inde: 0;
  padding: 50px 0;
}
.section_sim .sim_box::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 55px;
  height: 46px;
  background: url("../img/ico_sim.svg") no-repeat center / contain;
  margin: auto;
  inset: -23px 0 auto 0;
}
.section_sim .sim_box h3 {
  color: #048ACF;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 0 20px;
  margin: 0 auto 10px;
}
.section_sim .sim_box h3 + p {
  text-align: center;
  font-size: 14px;
  margin: 0 auto 30px;
  padding: 0 20px;
}
.section_sim .sim_box dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: solid 1px #E6E6E6;
  padding: 20px 20px 20px 30px;
}
.section_sim .sim_box dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
}
.section_sim .sim_box dl dt::before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 35px;
  vertical-align: middle;
  margin: 0;
}
.section_sim .sim_box dl:nth-of-type(1) dt::before {background: url("../img/plan_jp.svg") no-repeat bottom 3px center / auto 70%;margin: 0;}
.section_sim .sim_box dl:nth-of-type(2) dt::before {background: url("../img/plan_usa.svg") no-repeat center / contain;}
.section_sim .sim_box dl:nth-of-type(3) dt::before {background: url("../img/plan_id.svg") no-repeat center / contain;}
.section_sim .sim_box dl:nth-of-type(4) dt::before {background: url("../img/plan_all.svg") no-repeat center / auto 50%;}
.section_sim .sim_box dl dd div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.section_sim .sim_box dl dd div + div {margin: 10px 0 0;}
.section_sim .sim_box dl dd div span {
  font-size: 18px;
  font-weight: 500;
}
.section_sim .sim_box dl dd div .outer_select + span {
  font-size: 16px;
  font-weight: 700;
}
.section_sim .sim_box dl dd div .outer_select {
  position: relative;
  z-index: 0;
  width: 75px;
  height: 40px;
  margin: 0 3px 0 10px;
}
.section_sim .sim_box dl dd div .outer_select::after {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  display: block;
  content: "";
  width: 0.75em;
  height: 0.5em;
  margin: auto;
  inset: 0 5px 0 auto;
  clip-path: polygon(0 0,100% 0,50% 100%);
  background: #048ACF;
}
.section_sim .sim_box dl dd div select {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: solid 1px #C3C3C3;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  padding: 0 0.75em 0 0;
  text-indent: 5%; /* テキストを右に寄せる */
  text-align: center;
  direction: rtl; /* iOS Safari の制約を回避 */
}
.section_sim .sim_box dl dd div select option {
  display: block;
}
.section_sim .sim_box dl + div {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  border-top: solid 1px #E6E6E6;
  padding: 20px 20px 0 30px;
}
.section_sim .sim_box dl + div p {
  font-size: 13px;
  font-weight: 500;
}
.section_sim .sim_box dl + div p span {
  display: inline-block;
  width: 60px;
  font-size: 24px;
  padding: 0 10px;
  text-align: right;
}
.section_sim .sim_box dl + div .total_alert {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 0.5em 0.85em;
  margin: 0 2em 0 0;
  background: #F3D5D6;
  border: solid 2px #C1272D;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.section_sim .sim_box dl + div .total_alert.show {
  opacity: 1;
  visibility: visible;
}
.section_sim .sim_box dl + div .total_alert img {
  display: block;
  width: 1.8em;
}
.section_sim .sim_box dl + div .total_alert span {
  width: auto;
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 0 5px;
}
.section_sim .sim_box dl + div .total_alert::before ,
.section_sim .sim_box dl + div .total_alert::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 0.8em;
  height: 1em;
  background: #C1272D;
  clip-path: polygon(0 0,100% 50%,0 100%);
  margin: auto;
  inset: 0 auto 0 100%;
}
.section_sim .sim_box dl + div .total_alert::after {
  z-index: 1;
  background: #F3D5D6;
  inset: 0 auto 0 99%;
}
button.btn_sim {
  display: block;
  width: 300px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background: #999999;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  transition: 0.5s;
  box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.3);
  margin: 50px auto 0;
}
button.btn_sim[type="submit"] {background: #048ACF;}
button.btn_sim:hover {opacity: 0.5;}
button.btn_sim::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1em;
  height: 1.5em;
  background: url("../img/btn_sim.svg") no-repeat center / contain;
  margin: 0 0.5em 5px 0;
}
.section_result {padding: 70px 0 140px;}
.section_result h2 {
  color: #048ACF;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.section_result h2::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin: 0 0 5px 10px;
  background: url("../img/h2_result.svg") no-repeat center / contain;
}
.section_result h2 + p {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin: 0 auto 40px;
}
.section_result .box > section {margin: 0 auto 90px;}
.section_result .box > section h3 {
  color: #FFFFFF;
  background: #048ACF;
  font-size: 20px;
  margin: 0 auto 20px;
  padding: 0.25em 1.5em;
  text-align: left;
  clip-path: polygon(1% 0, 100% 0%, 99% 100%, 0% 100%);
}
.section_result .box > section:nth-of-type(1) .sim_box {padding: 50px;}
.section_result .box > section:nth-of-type(2) .sim_box {
  position: relative;
  z-index: 0;
  padding: 25px;
}
.caption {
  color: #808080;
  margin: 10px 0 0;
}
.caption a {
  color: #048ACF;
  text-decoration: underline;
}
.section_result .box > section:nth-of-type(2) .sim_box > p {
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  z-index: 2;
  right: 20px;
}
.section_result .box > section:nth-of-type(2) .sim_box > p.result01 {color: #048ACF;}
/*
.section_result .box > section:nth-of-type(2) .sim_box > p:nth-of-type(1) {top: 130px;}
.section_result .box > section:nth-of-type(2) .sim_box > p:nth-of-type(2) {top: 90px;}
*/
#chart01 {
  width: 100%;
  max-width: 500px;
  max-height: 500px;
  margin: 0 auto;
}
#chart02 {
  max-width: 650px;
  min-height: 300px;
  margin: 0;
} 

.plan {
  width: 100%;
  text-align: center;
  margin: 30px 0 0;
  table-layout: fixed;
}
.plan th {
  font-weight: normal;
  padding: 0.5em;
  background: none;
  border-bottom: solid 2px #B3B3B3;
}
.plan th:nth-of-type(1) {width: 150px;}
.plan td {
  font-size: 20px;
  font-weight: 700;
  padding: 1em 0.25em;
  border-bottom: solid 2px #B3B3B3;
}
.plan td:nth-of-type(odd) {background: #FFFFFF;}
.plan td:nth-of-type(even) {background: #F5F5F5;}
.plan tr:nth-of-type(2) td {color: #048ACF;}
.plan tr:nth-of-type(2) td:nth-of-type(1) {color: #FFFFFF;background: #048ACF;font-size: 16px;width: 150px;}
.plan tr:nth-of-type(3) td:nth-of-type(1) {color: #FFFFFF;background: #999999;font-size: 16px;width: 150px;}

button.btn_back {
  display: block;
  width: 400px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background: #048ACF;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  transition: 0.5s;
  box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.3);
  margin: 90px auto 0;
}
button.btn_back::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1.1em;
  height: 0.9em;
  background: url("../img/btn_back.svg") no-repeat center / contain;
  margin: 0 0 5px 0.5em;
}
button.btn_back:hover {opacity: 0.5;}

.share_dl {text-align: center;}
.share_dl dt {
  color: #048ACF;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 30px;
}
.share_dl dt span::before ,
.share_dl dt span::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 2px;
  height: 1.1em;
  background: #048ACF;
}
.share_dl dt span::before {margin: 0 0.5em 2px 0;transform: rotate(-25deg);}  
.share_dl dt span::after {margin: 0 0 2px 0.5em;transform: rotate(25deg);}  
.share_dl dd ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.share_dl dd ul li {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  font-size: 0;
}
.share_dl dd ul li a {display: block;height: 100%;}
.share_dl dd ul li.share_tw a {background: url("../img/ico_x.svg") no-repeat center / contain;}
.share_dl dd ul li.share_fb a {background: url("../img/ico_fb.svg") no-repeat center / contain;}
.share_dl dd ul li.share_ln a {background: url("../img/ico_line.svg") no-repeat center / contain;}
.share_dl dd ul li.share_hb a {background: url("../img/ico_hb.svg") no-repeat center / contain;}
.share_dl dd ul li a:hover {opacity: 0.5;} 

.pagetop {
  position: fixed;
  z-index: 10;
  width: 60px;
  height: 60px;
  font-size: 0;
  background: url("../img/pagetop.svg") no-repeat center / cover;
  cursor: pointer;
  bottom: 50px;
  right: 50px;
}


/* -----------------------------------------------------------
 lineup
----------------------------------------------------------- */

.lineup{padding:0;}
.lineup>.bg {
  background:
    url(../img/bg04.png) no-repeat center top -8vw / 100% auto,
    #E8F7FF
  ;
  padding: 150px 0 175px;
}
.lineup .h2_cont {margin: 0 auto 85px;}
.lineup .h2_cont h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.lineup .h2_cont h2 * {
  display: inline;
}

.lineup .h2_cont h2 img {
  max-width: 253px;
  padding: 0 0.5em;
  margin: 0;
}

.lineup .lineup_wrapper{
  position: relative;
  z-index: 0;
  padding: 60px 50px 60px 55px;
  background: #fff;
  border-radius: 25px;
  max-width: 1100px;
  margin: 0 auto;
}
.lineup .lineup_wrapper>p{
  position: absolute;
  z-index: 0;
  inset: -20px auto auto 30px;
  max-width: 290px;
}

.lineup .lineup_wrapper section:not(:last-of-type){margin: 0 0 75px;}
.lineup .lineup_wrapper section h3{
  position: relative;
  z-index: 0;
  font-size: 40px;
  font-weight: 700;
  color: var(--blue03);
  line-height: 1.5;
  margin: 0 0 12px;
  padding: 0 0 0 2.5em;
}
.lineup .lineup_wrapper section h3::before{
  position: absolute;
  z-index: 0;
  inset: -100% auto -100% 0;
  margin: auto 0;
  content: '';
  width: 93px;
  height: 57px;
}
.lineup .lineup_wrapper section.america h3::before{
  background: url(../img/ico_america.png) no-repeat center / contain;
}
.lineup .lineup_wrapper section.indo h3::before{
  background: url(../img/ico_indo.png) no-repeat center / contain;
}
.lineup .lineup_wrapper section.japan h3::before{
  background: url(../img/ico_japan.png) no-repeat center / contain;
}

.lineup .lineup_wrapper section .lineup_item{
  padding: 28px 0;
  border-bottom: 1px solid #707070;
}
.lineup .lineup_wrapper section .lineup_item>p{
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 15px;
}
.lineup .lineup_wrapper section .lineup_item>dl{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  row-gap: 3%;
}
.lineup .lineup_wrapper section .lineup_item>dl dt{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 75%;
  word-break: break-word;
}
.lineup .lineup_wrapper section .lineup_item>dl dt span:nth-of-type(1){
  display: inline-block;
  font-family: var(--ff_oswald);
  font-size: 24px;
  font-weight: 400;
  color: var(--red01);
  text-align: center;
  width: 95px;
  background: #FFE8EC;
  margin: 0 15px 0 0;
  padding: 0.1em 0.8em;
}
.lineup .lineup_wrapper section .lineup_item>dl dt span:nth-of-type(2){
  font-size: 18px;
  letter-spacing: 0;
  padding: .4em 0 0;
}
.lineup .lineup_wrapper section .lineup_item>dl dt img{
  display: inline-block;
  max-width: 162px;
  /* vertical-align: text-bottom; */
  margin: 0 10px 0 0;
}
.lineup .lineup_wrapper section .lineup_item>dl dd{
  width: 30%;
  max-width: 220px;
}
.lineup .lineup_wrapper section .lineup_item>dl dd .btn{
  width: 100%;
  color: var(--blue03);
  border: 2px solid var(--blue03);
  transform: skewX(-15deg);
  transition: 0.3s;
}
.lineup .lineup_wrapper section .lineup_item>dl dd .btn a{
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: .4em 2.5em .3em 1em;
  transform: skewX(15deg);
  transition: 0s;
}

.lineup .lineup_wrapper section .lineup_item>dl dd .btn a::before,
.lineup .lineup_wrapper section .lineup_item>dl dd .btn a::after{
  position: absolute;
  z-index: 0;
  inset: auto 1.6em 0.5em auto;
  content: '';
  width: 17px;
  height: 8px;
  transition: .3s;
}
.lineup .lineup_wrapper section .lineup_item>dl dd .btn a::before{
  background: url(../img/ico_btnArrow.svg) no-repeat center / contain;
  opacity: 1;
}
.lineup .lineup_wrapper section .lineup_item>dl dd .btn a::after{
  background: url(../img/ico_btnArrow_wht.svg) no-repeat center / contain;
  opacity: 0;
}

.lineup .lineup_wrapper section .lineup_item>dl dd .btn a:hover{opacity: 1;}
.lineup .lineup_wrapper section .lineup_item>dl dd .btn:has(a:hover){
  color: #fff;
  background: var(--blue03);
}
.lineup .lineup_wrapper section .lineup_item>dl dd .btn a:hover::before{opacity: 0;}
.lineup .lineup_wrapper section .lineup_item>dl dd .btn a:hover::after{opacity: 1;}


/* 注意事項 */
.lineup .notes{
  padding: 130px 0;
  background: #F8F8F8;
}

.lineup .notes h4{
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0.8em 0;
  color: #333;
  border-bottom: 1px solid #707070;
}
.lineup .notes h4 span{
  font-size: 14px;
  font-weight: 400;
}
.lineup .notes h4+*{
  padding: 35px 0 0;
}
.lineup .notes h4+ul li{
  position: relative;
  z-index: 0;
  font-size: 14px;
  margin: 0 0 2em;
  padding: 0 0 0 1em;
}
.lineup .notes h4+ul li,
.lineup .notes h4+p,
.lineup .notes dl dt,
.lineup .notes dl dd{ line-height: 1.85;}

.lineup .notes h4+ul li:last-of-type{margin: 0 0 1.2em;}
.lineup .notes h4+ul li::before{
  position: absolute;
  z-index: 0;
  inset: .6em auto auto -0.1em;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gray01);
}

.lineup .notes h4 +ul+p{
  font-size: 14px;
  font-weight: 700;
}
.lineup .notes h4 +ul+p a{
  font-size: 14px;
  text-decoration: underline;
}

.lineup .notes h5{
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 1em;
}
.lineup .notes dl *,
.lineup .notes>.inner>section>p {font-size: 14px;}
.lineup .notes dl:not(:last-of-type){margin: 0 0 1.1em;}
.lineup .notes dl dt {font-weight: 700;}
.lineup .notes>.inner>section>section:nth-of-type(1){
  margin: 0 0 35px;
}
.lineup .notes>.inner>section>section:nth-of-type(2) dl:last-of-type dd:last-of-type{margin-top: 18px;}

.lineup .notes>.inner>section>section:nth-of-type(2) dl:last-of-type,
.lineup .notes h4 +ul+p,
.lineup .notes>.inner>section:nth-of-type(2)>h4+ul{
  padding-bottom: 110px;
}



/* ============================================== */
/*                    フッター                    */
/* ============================================== */
/* ====================================
コピーここから */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #56025e;
  --bs-pink: #d63384;
  --bs-red: #da204e;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #27ae60;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #da204e;
  --bs-secondary: #56025e;
  --bs-success: #27ae60;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #da204e;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-fff: #fff;
  --bs-primary-rgb: 218, 32, 78;
  --bs-secondary-rgb: 86, 2, 94;
  --bs-success-rgb: 39, 174, 96;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 218, 32, 78;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-fff-rgb: 255, 255, 255;
  --bs-primary-text-emphasis: #570d1f;
  --bs-secondary-text-emphasis: #220126;
  --bs-success-text-emphasis: #104626;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #570d1f;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #f8d2dc;
  --bs-secondary-bg-subtle: #ddccdf;
  --bs-success-bg-subtle: #d4efdf;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d2dc;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #f0a6b8;
  --bs-secondary-border-subtle: #bb9abf;
  --bs-success-border-subtle: #a9dfbf;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f0a6b8;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #da204e;
  --bs-link-color-rgb: 218, 32, 78;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #ae1a3e;
  --bs-link-hover-color-rgb: 174, 26, 62;
  --bs-code-color: #d63384;
  --bs-highlight-color: #da204e;
  --bs-highlight-bg: transparent;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(218, 32, 78, 0.25);
  --bs-form-valid-color: #27ae60;
  --bs-form-valid-border-color: #27ae60;
  --bs-form-invalid-color: #da204e;
  --bs-form-invalid-border-color: #da204e
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #e97995;
  --bs-secondary-text-emphasis: #9a679e;
  --bs-success-text-emphasis: #7dcea0;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #e97995;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #2c0610;
  --bs-secondary-bg-subtle: #110013;
  --bs-success-bg-subtle: #082313;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0610;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #83132f;
  --bs-secondary-border-subtle: #340138;
  --bs-success-border-subtle: #17683a;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #83132f;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #e97995;
  --bs-link-hover-color: #ed94aa;
  --bs-link-color-rgb: 233, 121, 149;
  --bs-link-hover-color-rgb: 237, 148, 170;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #7dcea0;
  --bs-form-valid-border-color: #7dcea0;
  --bs-form-invalid-color: #e97995;
  --bs-form-invalid-border-color: #e97995
}

@font-face {
  font-family: 'etf-icon';
  src:
    url('../font/etf-icon-v1.0/fonts/etf-icon.ttf?k1eld0') format('truetype'),
    url('../font/etf-icon-v1.0/fonts/etf-icon.woff?k1eld0') format('woff'),
    url('../font/etf-icon-v1.0/fonts/etf-icon.svg?k1eld0#etf-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.footer {
  background-color: #222222;
  color: #ffffff;
  padding: 47px 0 0 0;
}

.footer p {
  color: #ffffff;
}

.footer-01 {
  margin-bottom: 32px;
  letter-spacing: 0.005em;
}

.footer-01 ul {
  line-height: 1.5;
}

.footer-01 ul li a {
  display: block;
  font-weight: 600;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  padding: 24px 0;
}

.footer-01 ul li a::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 15px;
  margin: auto;
  width: 20px;
  height: 20px;
  background-image: url(../img/g_icon_img_01_20240731.svg);
  background-size: cover;
  transform: rotate(-90deg);
}

.footer-02 {
  text-align: center;
  letter-spacing: 0.01em;
}

.footer-02-inner p {
  font-weight: 600;
  font-size: 12px;
}

.footer-02-inner p+p {
  margin-top: 10px;
  font-weight: 400;
}

.footer-02-inner p span {
  padding: 0 0 0 1em;
}

.footer-copyright {
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 400;
  background-color: #048ACF;
  padding: 20px 0;
  letter-spacing: 0.02em;
}

.footer-copyright p {
  font-size: 10px;
}
@media screen and (max-width: 767.99px) {

  .footer-wrap {
    padding: 0 15px 20px 15px;
  }

  .footer-01 ul li {
    width: 100%;
    border-top: solid 1px rgb(255, 255, 255, 0.28);
  }

  .footer-01 ul li:last-child {
    border-bottom: solid 1px rgb(255, 255, 255, 0.28);
  }

}

@media screen and (min-width: 768px) {

  .footer {
    padding: 40px 0 0 0;
  }

  .footer-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }

  .footer-01 ul li {
    display: inline-block;
    border-right: solid 1px rgb(255, 255, 255, 0.28);
  }

  .footer-01 ul li:first-child {
    border-left: solid 1px rgb(255, 255, 255, 0.28);
  }

  .footer-01 ul li a {
    transition: all 0.4s;
    display: block;
    padding: 13px 60px 13px 32px;
  }

  .footer-01 ul li a:hover {
    color: #1265D6;
  }

  .footer-02-inner {
    margin: 40px 0;
  }

  .footer-02-inner p {
    font-size: 16px;
  }

}

@media screen and (max-width: 1100px) and (min-width: 767.99px) {
  .footer-wrap {
    padding: 0 40px;
  }

  .footer-01 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-01 ul li {
    display: block;
  }

  .footer-01 ul li:nth-child(3) {
    border-left: solid 1px rgb(255, 255, 255, 0.28);
  }

  .footer-01 ul li:nth-child(n + 3) {
    margin-top: 10px;
  }

  .footer-01 ul li a {
    font-size: 16px;
  }

  .footer-02-inner p {
    font-size: 14px;
  }
}
