@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  height: auto;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html body {
  overflow-x: hidden !important;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
html body .pc-view {
  display: block;
}
@media screen and (max-width: 768px) {
  html body .pc-view {
    display: none;
  }
}
html body .sp-view {
  display: none;
}
@media screen and (max-width: 768px) {
  html body .sp-view {
    display: block;
  }
}
html body .of-h {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  html body .sp-scroll {
    overflow-x: scroll;
  }
}
html body section {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  html body section {
    padding: 60px 0;
  }
}
html body .wrap {
  width: min(100%, 1100px);
  margin: 0 auto;
}
html body .wrap.wrap--type01 {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  html body .wrap.wrap--type01 {
    padding: 0 2.5%;
  }
}
html body .wrap.wrap--type02 {
  width: min(100%, 900px);
  padding: 0 30px;
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  height: auto;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  html body .wrap.wrap--type02 {
    padding: 0 2.5%;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  html body .wrap {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 2.5%;
  }
}
html body a {
  display: inline-block;
  text-decoration: none;
}
html body ul {
  list-style-type: none;
}
html body .sugogiga-font {
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#top .l-header {
  padding: 40px 2.5% 0;
}
#top .l-header__inner {
  border-radius: 45px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #top .l-header__inner {
    box-shadow: none;
  }
}

.l-header {
  padding: 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: padding 0.5s ease;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 0;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 0 15px 0 50px;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transition: border-radius 0.5s ease;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    background: rgb(255, 255, 255);
    padding: 0 2.5%;
    height: 84px;
    border-radius: 0;
    transition: background-color 0.3s ease;
    box-shadow: none;
  }
}
.l-header__inner .logo h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  gap: 20px;
}
.l-header__inner .logo h1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.l-header__inner .logo h1 a img {
  width: min(15.9vw, 159px);
}
@media screen and (max-width: 768px) {
  .l-header__inner .logo h1 a img {
    width: 100%;
  }
}
.l-header__inner .logo h1 span {
  font-size: 1.2rem;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .l-header__inner .logo h1 span {
    display: none;
  }
}
.l-header__inner .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  color: #7B6FE3;
  gap: 0;
}
@media screen and (max-width: 1080px) {
  .l-header__inner .nav {
    gap: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner .nav {
    width: 48%;
    gap: 0;
  }
}
.l-header__inner .nav__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-header__inner .nav__menu {
    display: none;
  }
}
.l-header__inner .nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  position: relative;
}
.l-header__inner .nav__first-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  flex-direction: column;
  width: min(9.5vw, 100px);
  border-left: 1px solid #7B6FE3;
}
.l-header__inner .nav__first-menu-text {
  font-weight: 700;
  font-size: 1.2rem;
  color: #7B6FE3;
}
.l-header__inner .nav__second-menu {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 200px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.l-header__inner .nav__second-menu-arrow {
  position: relative;
  top: 2px;
  z-index: 8000;
}
.l-header__inner .nav__second-menu-arrow::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  border-bottom-color: #7B6FE3;
  border-width: 17px;
  margin-left: -17px;
}
.l-header__inner .nav__second-menu-arrow::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
  transition: border-bottom-color 0.2s ease-in;
}
.l-header__inner .nav__second-menu-lists {
  padding: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  height: auto;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  border-radius: 16px;
  border: 2px solid #7B6FE3;
}
.l-header__inner .nav__second-menu-item {
  width: 100%;
  border-bottom: 1px dashed #7B6FE3;
  padding-bottom: 10px;
}
.l-header__inner .nav__second-menu-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.l-header__inner .nav__second-menu-item a {
  font-size: 1.6rem;
  color: #7B6FE3;
  transition: color 0.3s ease-in;
}
@media (hover: hover) {
  .l-header__inner .nav__second-menu-item a:where(:any-link, :enabled, summary):hover {
    color: #E88C03;
  }
}
.l-header__inner .nav__second-menu.-active {
  top: 80px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .l-header__inner .contact {
    width: 100%;
  }
}
.l-header__inner .contact__link {
  width: 190px;
  background: linear-gradient(74deg, #E99F00 0%, #F80689 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 30px;
  transition: opacity 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .l-header__inner .contact__link:where(:any-link, :enabled, summary):hover::before {
    opacity: 0;
  }
  .l-header__inner .contact__link:where(:any-link, :enabled, summary):hover .contact__button {
    transform: scale(1.05);
  }
}
.l-header__inner .contact__link::before {
  background: linear-gradient(90deg, #46BAB3 0%, #7D8AFE 100%);
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 1080px) {
  .l-header__inner .contact__link {
    width: 19vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner .contact__link {
    width: 100%;
  }
}
.l-header__inner .contact__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  gap: 5px;
  position: relative;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}
.l-header__inner .contact__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.l-header__inner .contact__text {
  color: #fff;
}
.l-header__inner .sugogigalink {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .l-header__inner .sugogigalink {
    display: none;
  }
}
.l-header__inner .sugogigalink {
  padding-right: 10px;
}
.l-header__inner .sugogigalink a {
  background: #031d40;
  border-radius: 50px;
  width: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.l-footerSpNavi {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footerSpNavi {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
    border-top: 3px solid #7B6FE3;
    box-shadow: 0 -4px 15px rgba(89, 83, 145, 0.5);
  }
  .l-footerSpNavi__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 98px;
    width: 100%;
  }
  .l-footerSpNavi__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    flex: 1;
    position: relative;
  }
  .l-footerSpNavi__item:not(:last-of-type) {
    border-right: 1px solid #7B6FE3;
  }
  .l-footerSpNavi__first-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    flex-direction: column;
    width: 100%;
  }
  .l-footerSpNavi__first-menu-text {
    font-weight: 700;
    font-size: 1.2rem;
    color: #7B6FE3;
  }
}

.l-footerSpMenu {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footerSpMenu {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: linear-gradient(90deg, #1B6B94 0%, #3343F2 100%);
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .l-footerSpMenu__closebutton {
    position: absolute;
    background: #292C89;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    z-index: 10001;
  }
  .l-footerSpMenu__closebutton::before, .l-footerSpMenu__closebutton::after { /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px; /* 棒の幅（太さ） */
    height: 45px; /* 棒の高さ */
    background: #fff;
    border-radius: 2.5px; /* 棒の四隅の丸み*/
  }
  .l-footerSpMenu__closebutton::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-footerSpMenu__closebutton::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .l-footerSpMenu__wrapper {
    padding: 70px 5% 20px;
    width: 100%;
    overflow-y: auto;
    height: 100vh;
  }
  .l-footerSpMenu__wrapper .menutitle {
    font-size: 3rem;
    color: #fff;
    letter-spacing: 7px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .l-footerSpMenu__wrapper .menuwrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    flex-direction: column;
    gap: 30px;
  }
  .l-footerSpMenu__wrapper .menuwrap__category {
    width: 100%;
  }
  .l-footerSpMenu__wrapper .menuwrap__category .categorylist {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .l-footerSpMenu__wrapper .menuwrap__category .categorylist .title {
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    gap: 10px;
    padding: 0;
    width: 100%;
    position: relative;
  }
  .l-footerSpMenu__wrapper .menuwrap__category .categorylist .title::before {
    position: absolute;
    height: 100%;
    width: 6px;
    border-radius: 6px 0 0 6px;
    background: #E88C03;
    top: 0;
    left: 0;
  }
  .l-footerSpMenu__wrapper .menuwrap__category .categorylist .link {
    width: 100%;
  }
  .l-footerSpMenu__wrapper .menuwrap__category .categorylist .link a {
    color: #fff;
    background: linear-gradient(96deg, #6193CF 0%, #6977F7 100%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    border-radius: 6px;
    box-shadow: 0px 3px 0px #3337A2;
    padding: 0 20px;
    width: 100%;
  }
}

.l-breadcrumb {
  border-top: 1px solid #7B6FE3;
  border-bottom: 1px solid #7B6FE3;
  background: #fff;
  padding: 0 50px;
  margin-top: 90px;
}
.l-breadcrumb__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  gap: 20px;
  color: #7B6FE3;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 100%;
}
.l-breadcrumb__inner .arrow {
  width: 1px;
  height: 14px;
  background: #7B6FE3;
  border-radius: 1px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .l-breadcrumb {
    display: none;
  }
}

.l-pagetitle {
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 120px;
  background-image: url("../../top/images/bgbasecolor.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.l-pagetitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../top/images/mainbg-pattern.png");
  background-repeat: repeat;
  background-size: auto;
  animation: bgloop 5s linear infinite;
}
@keyframes bgloop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -94px -90px;
  }
}
.l-pagetitle--text {
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  line-height: 100%;
  -webkit-text-stroke: 1.2px #000;
  text-shadow: 3px 3px #7B6FE3;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .l-pagetitle {
    margin-top: 84px;
    height: 84px;
  }
}

.l-main {
  background: #EEF2F6;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding: 60px 0;
  }
}
.l-main__flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  gap: 30px;
  padding: 0 30px;
}
.l-main__flex--textarea {
  width: min(50vw, 560px);
}
.l-main__flex--textarea .l-main__title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
}
.l-main__flex--textarea .l-main__title .o-pText {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .l-main__flex--textarea {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-main__flex--image {
    width: 100%;
    text-align: center;
  }
  .l-main__flex--image img {
    width: 90%;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 768px) {
  .l-main__flex {
    flex-direction: column;
  }
}
.l-main__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
.l-main__h3 {
  font-size: 2.4rem;
  font-weight: 700;
  width: fit-content;
}
.l-main__h3 span {
  background: linear-gradient(transparent 70%, #E88C03 0%);
}
.l-main__caution {
  border: 1px solid #6193CF;
  color: #6193CF;
  text-align: left;
  padding: 10px 20px;
  font-size: 1.6rem;
  line-height: 200%;
  width: 100%;
}
.l-main__caution .title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 8px 0;
  text-align: center;
  line-height: 200%;
  border-bottom: 1px solid #6193CF;
}
.l-main__caution .text {
  font-size: 1.6rem;
  line-height: 200%;
  text-align: left;
}
.l-main__caution a {
  color: #6193CF;
  text-decoration: underline;
}

.l-section {
  padding: 80px 0;
  background: #fff;
}
.l-section--gray {
  background: #EEF2F6;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding: 60px 0;
  }
}

.dtisim #service_footer .site-map {
  background: linear-gradient(96deg, #6193CF 0%, #6977F7 100%);
}
.dtisim #service_footer .site-map .wrap dl dd ul li.head {
  background: linear-gradient(96deg, #478ADA 0%, #726FF1 100%);
}
@media screen and (max-width: 768px) {
  .dtisim #service_footer .site-map .site-map_sp li {
    border-top: 1px solid #6193CF;
  }
  .dtisim #service_footer .site-map .site-map_sp li a {
    background: url(/common/image/header-footer/sitemap_ic02.png) no-repeat right 30px center/8px auto, linear-gradient(96deg, #6193CF 0%, #6977F7 100%);
  }
}

.o-pText {
  font-size: 1.6rem;
  line-height: 200%;
}
.o-pText a {
  color: #6193CF;
  text-decoration: underline;
}
.o-pText--border {
  border: 1px solid black;
  width: 100%;
}
.o-pText--border.padding20 {
  padding: 20px;
}
.o-pText--left {
  text-align: left;
}
.o-pText strong {
  color: #E88C03;
}
.o-pText strong.textcolor-blue {
  color: #6193CF;
}

.o-caption__child {
  position: relative;
  font-size: 1.2rem;
  padding-left: 23px;
}
.o-caption__child::before {
  position: absolute;
  left: 0;
  top: 0;
}
.o-caption__child:not(:last-of-type) {
  margin-bottom: 2px;
}
.o-caption__child.nonum::before {
  content: "※";
}
.o-caption__child.num1::before {
  content: "※1";
}
.o-caption__child.num2::before {
  content: "※2";
}
.o-caption__child.num3::before {
  content: "※3";
}
.o-caption__child.num4::before {
  content: "※4";
}
.o-caption__child.num5::before {
  content: "※5";
}
.o-caption__child.num6::before {
  content: "※6";
}
.o-caption__child.num7::before {
  content: "※7";
}
.o-caption__child a {
  text-decoration: underline;
  color: #6193CF;
}

.o-btn a {
  display: inline-flex;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 2rem;
  transition: all 0.3s ease-out;
}
.o-btn--center {
  margin: 0 auto;
}

.o-img {
  text-align: center;
}

.o-section__title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  flex-direction: column;
  gap: 30px;
}
.o-section__title.gap10 {
  gap: 10px;
}
.o-section__title.titlecenter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto;
}
@media screen and (max-width: 768px) {
  .o-section__title.titlecenter {
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    height: auto;
  }
}
.o-section__title.titlecenter .o-pText {
  text-align: center;
}
.o-section__title.titlecenter .o-pText--left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .o-section__title.titlecenter .o-pText {
    text-align: left;
  }
}
.o-section__h3 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  color: #E88C03;
  padding-left: 42px;
  line-height: 175%;
}
.o-section__h3::before {
  content: url("/mb/sim/common/images/h3deco.svg");
  z-index: 1;
  top: 3px;
  left: 0;
  position: absolute;
}
.o-section__h4 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  padding-left: 28px;
  line-height: 175%;
}
.o-section__h4::before {
  content: url("/mb/sim/common/images/h4deco.svg");
  z-index: 1;
  top: 2px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .o-section__h4 {
    font-size: 1.8rem;
  }
}

#esim .ready__cont {
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  height: auto;
  flex-direction: column;
  gap: 10px;
}
#esim .ready .kakunin {
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  height: auto;
  flex-direction: column;
  gap: 30px;
}
#esim .ready .kakunin__planlists {
  display: grid;
  grid-template-columns: repeat(2, 410px);
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #esim .ready .kakunin__planlists {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#esim .ready .kakunin__planlist {
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
  padding: 20px;
  background: #EEF2F6;
  border-radius: 8px;
  gap: 10px;
  line-height: 200%;
}
#esim .ready .kakunin__planlist .planname {
  border-bottom: 1px dashed black;
  padding-bottom: 10px;
}
#esim .ready .plan-table__inner {
  width: 82.1428571429%;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #esim .ready .plan-table__inner {
    width: 100%;
  }
}
#esim .ready .plan-table__table {
  border-collapse: collapse;
  width: 100%;
}
#esim .ready .plan-table__table thead th {
  color: #fff;
  background: #3A73B7;
  border: 1px solid #EEF2F6;
  padding: 10px 0;
  font-size: 1.6rem;
  padding: 10px;
  text-align: left;
}
#esim .ready .plan-table__table thead th.category {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #esim .ready .plan-table__table thead th.category {
    font-size: 1.4rem;
  }
}
#esim .ready .plan-table__table tbody {
  font-size: 1.4rem;
}
#esim .ready .plan-table__table tbody th {
  color: #fff;
  background: #6193CF;
  border: 1px solid #EEF2F6;
  padding: 10px 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #esim .ready .plan-table__table tbody th {
    padding: 10px;
  }
}
#esim .ready .plan-table__table tbody td {
  text-align: center;
  background: #fff;
  border: 1px solid #EEF2F6;
  font-weight: 700;
  padding: 10px;
}
#esim .ready .plan-table__table tbody td a {
  text-decoration: underline;
  color: #6193CF;
}
#esim .ready .width155 {
  width: 155px;
}
@media screen and (max-width: 768px) {
  #esim .ready .width155 {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #esim .caution {
    padding: 60px 2.5%;
  }
}
#esim .caution__button {
  text-align: center;
  width: 70%;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #esim .caution__button {
    width: 100%;
    max-width: none;
  }
}
#esim .caution__a {
  color: #fff;
  padding: 20px 70px;
  background: linear-gradient(168deg, #F4B326 0%, #F9E426 100%);
  transition: opacity 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #esim .caution__a {
    padding: 20px 10px;
  }
}
@media (hover: hover) {
  #esim .caution__a:where(:any-link, :enabled, summary):hover::before {
    opacity: 0;
  }
}
#esim .caution__a::before {
  background: linear-gradient(74deg, #E99F00 0%, #F80689 100%);
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s ease-in-out;
}
#esim .caution__a span {
  position: relative;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #esim .caution__a span {
    font-size: 1.8rem;
  }
}
