@charset "UTF-8";
/*foundation*/
/* 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;
  -o-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;
  -webkit-text-decoration: underline dotted;
          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::-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 */
}

/* 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;
}

ul {
  list-style: none;
  padding-left: 0;
}

html {
  scroll-behavior: smooth;
}

/*ベースとしてフォントはMontserratを読み込ませる*/
body {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #393939;
}

.container {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
}

.container-wide {
  width: min(100%, 1547px);
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .container-tab {
    width: min(100% - 32px, 1080px);
    margin: 0 auto;
  }
}

/*デフォルトのテキストリンクカラーを指定する*/
a {
  text-decoration: none;
  color: #FFFFFF;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*layout*/
.header {
  position: fixed;
  width: 100%;
  z-index: 90;
  height: 50px;
  transition: 0.3s;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .header {
    height: 60px;
  }
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  width: 165px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .header-logo {
    width: 230px;
    margin: 0 0;
  }
}

.header-nav {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100vh - 50px);
  margin-top: 50px;
  padding: 0 15px;
  background-color: #00418D;
}
@media (min-width: 1200px) {
  .header-nav {
    opacity: 1;
    visibility: visible;
    position: static;
    width: auto;
    height: auto;
    margin-left: auto;
    padding: 0;
    background-color: transparent;
    margin-top: 0;
  }
}
.header-nav.is-open {
  opacity: 1;
  visibility: visible;
}

.header-nav_box {
  display: flex;
  gap: 40px;
  width: 100%;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .header-nav_box {
    gap: 75px;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    flex-direction: row;
  }
}

.header-nav_list {
  align-items: center;
  gap: 25px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3571428571;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .header-nav_list {
    font-size: 14px;
    flex-direction: row;
    gap: 35px;
  }
}
.header-nav_list li a:hover {
  color: #09C8D5;
}

.header-link {
  color: #393939;
}
@media (min-width: 1200px) {
  .header-link {
    color: #FFFFFF;
  }
}

.header-nav_boxes {
  gap: 20px;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .header-nav_boxes {
    width: auto;
    flex-direction: row;
  }
}

.header-hamburger {
  position: relative;
  z-index: 1000;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  outline: none;
  border: none;
}
@media (min-width: 1200px) {
  .header-hamburger {
    display: none;
  }
}

.header-hamburger_line {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 1px;
  margin: auto;
  background-color: #FFFFFF;
  transition: inherit;
}
.header-hamburger_line:before, .header-hamburger_line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: inherit;
  transition: inherit;
}
.header-hamburger_line:before {
  top: -7px;
}
.header-hamburger_line:after {
  top: 7px;
}

.header-hamburger_line.active {
  background-color: transparent;
}
.header-hamburger_line.active::before {
  top: 0;
  background-color: #FFFFFF;
  transform: rotate(-45deg);
}
.header-hamburger_line.active::after {
  top: 0;
  background-color: #FFFFFF;
  transform: rotate(45deg);
}

.footer-top {
  padding: 35px 0 15px 0;
}
@media (min-width: 1200px) {
  .footer-top {
    padding: 70px 0 30px 0;
  }
}

.footer-logo {
  text-align: center;
  display: block;
  padding-bottom: 45px;
}
@media (min-width: 1200px) {
  .footer-logo {
    padding-bottom: 50px;
  }
}
.footer-logo img {
  width: 300px;
}
@media (min-width: 1200px) {
  .footer-logo img {
    width: 480px;
  }
}

.footer-nav {
  justify-content: space-between;
  gap: 45px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-nav {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .footer-nav {
    gap: 40px;
  }
}

.footer-nav_list {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 25px;
  flex: 1;
  width: 100%;
}
.footer-nav_list:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .footer-nav_list {
    border-bottom: none;
    padding-bottom: 0;
    border-right: 1px solid #FFFFFF;
    padding-right: 5px;
  }
}
@media (min-width: 1024px) {
  .footer-nav_list {
    padding-right: 3%;
  }
}
.footer-nav_list:last-of-type {
  border-right: none;
  padding-right: 0;
}

.footer-nav_list--main {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3636363636;
  letter-spacing: -0.03em;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .footer-nav_list--main {
    font-size: 22px;
  }
}
.footer-nav_list--main span {
  font-size: 12px;
  line-height: 1.3333333333;
}
@media (min-width: 1024px) {
  .footer-nav_list--main span {
    font-size: 15px;
  }
}
.footer-nav_list--main a:hover {
  color: #09C8D5;
}

.footer-nav_list--li {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2.2222222222;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
  .footer-nav_list--li {
    font-size: 18px;
  }
}
.footer-nav_list--li a:hover {
  color: #09C8D5;
}

.footer-btm {
  background-color: #00418D;
  text-align: center;
  padding: 7px 0;
}
@media (min-width: 1024px) {
  .footer-btm {
    padding: 15px 0;
  }
}
.footer-btm span {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 2.0909090909;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .footer-btm span {
    font-size: 22px;
  }
}

main {
  padding-top: 50px;
}
@media (min-width: 1200px) {
  main {
    padding-top: 60px;
  }
}

/*object*/
.bg-fvWhite {
  position: relative;
}
.bg-fvWhite:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 185px;
  top: -30px;
  background-color: #F7F7F7;
  opacity: 0.49;
  z-index: 1;
}
@media (min-width: 1024px) {
  .bg-fvWhite:after {
    height: 500px;
    top: auto;
    bottom: 0;
  }
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-blue {
  background-color: #00418D;
}

.bg-purple {
  background-color: #414781;
}

.bg-gray {
  background-color: #F7F7F7;
}

.bg-orange {
  background-color: #FBB35D;
}

.bg-red {
  background-color: #F05966;
}

.bg-vBlue {
  background-color: #09C8D5;
}

.bg-bBlue {
  background-color: #44BBE7;
}

.bg-bPurple {
  background-color: #88A9FC;
}

.bg-dBlue {
  background-color: #4A7BBD;
}

.bg-green {
  background-color: #04C655;
}

.display-visible_sp {
  display: block !important;
}
@media (min-width: 768px) {
  .display-visible_sp {
    display: none !important;
  }
}

.display-visible_tab {
  display: block !important;
}
@media (min-width: 1024px) {
  .display-visible_tab {
    display: none !important;
  }
}

.display-visible_lt {
  display: block !important;
}
@media (min-width: 1280px) {
  .display-visible_lt {
    display: none !important;
  }
}

.display-hidden_sp {
  display: none !important;
}
@media (min-width: 768px) {
  .display-hidden_sp {
    display: block !important;
  }
}

.display-hidden_tab {
  display: none;
}
@media (min-width: 1024px) {
  .display-hidden_tab {
    display: block;
  }
}

.display-hidden_lt {
  display: none;
}
@media (min-width: 1024px) {
  .display-hidden_lt {
    display: block;
  }
}

.display-hidden_pc {
  display: none;
}
@media (min-width: 1280px) {
  .display-hidden_pc {
    display: block;
  }
}

.underlayer-fv {
  padding: 400px 0 35px 0;
}

.underlayer-fv_bg {
  width: 95%;
}
@media (min-width: 768px) {
  .underlayer-fv_bg {
    width: 49%;
  }
}

.underlayer-fv_bg--txt {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 31px;
  line-height: 1.4583333333;
  letter-spacing: -0.05em;
  color: #FFFFFF;
  text-align: right;
  padding: 19px 26px 17px 0;
}
@media (min-width: 1024px) {
  .underlayer-fv_bg--txt {
    font-size: 48px;
    padding: 19px 50px 17px 0;
  }
}

.underlayer-examples {
  padding: 35px 0 75px 0;
}
@media (min-width: 1024px) {
  .underlayer-examples {
    padding: 70px 0 150px 0;
  }
}

.underlayer-examples_text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1.9444444444;
  color: #393939;
  text-align: center;
  padding: 27px 0 30px 0;
}
@media (min-width: 1024px) {
  .underlayer-examples_text {
    font-size: 36px;
    padding: 50px 0;
  }
}

.underlayer-examples_items {
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .underlayer-examples_items {
    padding-bottom: 50px;
  }
}

.underlayer-examples_flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .underlayer-examples_flex {
    flex-direction: row;
    gap: 20px;
  }
}

.underlayer-examples_item {
  width: 100%;
  max-width: 350px;
  text-align: center;
  padding: 10px 10px 0 10px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .underlayer-examples_item {
    max-width: 100%;
    width: calc(50% - 10px);
    margin: 0 0;
  }
}

.underlayer-examples_box {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.underlayer-examples_work {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  letter-spacing: -0.05em;
  color: #393939;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .underlayer-examples_work {
    font-size: 24px;
  }
}

.underlayer-examples_place {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6666666667;
  color: #393939;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .underlayer-examples_place {
    padding-bottom: 0;
  }
}

.underlayer-examples_contents {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
  color: #393939;
  flex-grow: 1;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .underlayer-examples_contents {
    padding-bottom: 0;
  }
}

.underlayer-examples_amountFlex {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1024px) {
  .underlayer-examples_amountFlex {
    flex-direction: row;
  }
}
.underlayer-examples_amountFlex div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 1024px) {
  .underlayer-examples_amountFlex div {
    flex-direction: row;
  }
}
.underlayer-examples_amountFlex dt {
  width: 135px;
}

.underlayer-examples_mark {
  border-radius: 24px;
  padding: 5px 0;
  width: 135px;
  color: #FFFFFF;
}

.underlayer-examples_amount {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .underlayer-examples_amount {
    width: 277px;
    text-align: left;
  }
}

.underlayer-examples_bPurple {
  color: #88A9FC;
}

.underlayer-examples_bBlue {
  color: #44BBE7;
}

.underlayer-examples_workFlex {
  justify-content: center;
  gap: 10px;
}
.underlayer-examples_workFlex p {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6666666667;
  color: #393939;
  min-height: 60px;
}

.underlayer-examples_workText {
  width: 90px;
  text-align: center;
}

.underlayer-examples_time {
  text-align: left;
  max-width: 315px;
  width: 100%;
}

.underlayer-examples_item--text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6666666667;
  color: #FFFFFF;
  padding: 10px 0;
}

.underlayer-jobs_flex {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .underlayer-jobs_flex {
    max-width: 100%;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .underlayer-jobs_flex a {
    width: calc(33.3333333333% - 20px);
  }
}

.underlayer-flow {
  padding: 35px 0 40px 0;
}
@media (min-width: 1024px) {
  .underlayer-flow {
    padding: 70px 0 75px 0;
  }
}

.underlayer-line_flex {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 35px;
}
@media (min-width: 1024px) {
  .underlayer-line_flex {
    flex-direction: row;
    gap: 185px;
    padding-bottom: 75px;
  }
}
.underlayer-line_flex img {
  width: 75px;
}
@media (min-width: 1024px) {
  .underlayer-line_flex img {
    width: 135px;
  }
}
.underlayer-line_flex p {
  font-size: 30px;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  color: #04C655;
}
@media (min-width: 1024px) {
  .underlayer-line_flex p {
    font-size: 48px;
  }
}

.underlayer-flow_items {
  flex-direction: row;
  padding-top: 30px;
  padding-left: 30px;
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .underlayer-flow_items {
    padding-top: 90px;
  }
}
@media (min-width: 1024px) {
  .underlayer-flow_items {
    overflow-x: visible;
  }
}

.underlayer-flow_itemsImg {
  text-align: center;
  display: block;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .underlayer-flow_itemsImg {
    display: none;
  }
}

.underlayer-flow_items--flex {
  gap: 12px;
  min-width: 375px;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .underlayer-flow_items--flex {
    gap: 30px;
    min-width: 768px;
  }
}
@media (min-width: 1024px) {
  .underlayer-flow_items--flex {
    justify-content: center;
  }
}

.underlayer-flow_flex {
  gap: 12px;
}
@media (min-width: 768px) {
  .underlayer-flow_flex {
    gap: 30px;
  }
}
.underlayer-flow_item--step {
  width: 65px;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  .underlayer-flow_item--step {
    width: 80px;
    margin: 0 auto 40px auto;
  }
}

.underlayer-flow_item--box {
  writing-mode: vertical-rl;
  height: 353px;
  border-radius: 6px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4166666667;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  padding: 30px 20px 0 20px;
}
@media (min-width: 768px) {
  .underlayer-flow_item--box {
    height: 445px;
    padding: 35px 28px 0 28px;
    font-size: 24px;
    letter-spacing: 0.5em;
  }
}

.underlayer-flow_item--triangle {
  width: 17px;
  flex-shrink: 0;
}
.underlayer-flow_item--triangle img {
  padding-top: 200px;
}
@media (min-width: 768px) {
  .underlayer-flow_item--triangle img {
    padding-top: 250px;
  }
}

.underlayer-flow_caption--flex {
  gap: 110px;
}

.underlayer-flow_caption {
  text-align: center;
  width: 100%;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: -0.03em;
  margin-top: 15px;
  padding-bottom: 5px;
}
@media (min-width: 1024px) {
  .underlayer-flow_caption {
    font-size: 20px;
  }
}

.underlayer-flow_caption--bBlue {
  border: 1px solid #44BBE7;
  border-top: none;
  color: #44BBE7;
}

.underlayer-flow_caption--bPurple {
  border: 1px solid #88A9FC;
  border-top: none;
  color: #88A9FC;
}

.underlayer-flow_caption--vBlue {
  border: 1px solid #09C8D5;
  border-top: none;
  color: #09C8D5;
}

.underlayer2-fv {
  background-color: #4A7BBD;
  padding: 30px 0 25px 0;
}
@media (min-width: 1024px) {
  .underlayer2-fv {
    padding: 60px 0 50px 0;
  }
}

.underlayer2-fv_title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 1.3888888889;
  letter-spacing: -0.05em;
  color: #FFFFFF;
  padding-left: 7%;
}
@media (min-width: 1024px) {
  .underlayer2-fv_title {
    font-size: 36px;
  }
}

.flex {
  display: flex;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-columnr {
  display: flex;
  flex-direction: column-reverse;
}

.btn {
  border-radius: 3px;
  display: inline-block;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-header {
  border-radius: 3px;
  max-width: 315px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.3571428571;
  letter-spacing: -0.05em;
}
@media (min-width: 1200px) {
  .btn-header {
    width: 120px;
    padding: 5px 0;
  }
}
.btn-header:hover {
  background-color: #a9dbdf;
}

.btn-map {
  display: block;
  padding: 10px 0;
  margin: 0 10px;
}
.btn-map div {
  gap: 17px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.btn-map div p {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3461538462;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .btn-map div p {
    font-size: 26px;
  }
}
.btn-map div img {
  width: 18px;
}
@media (min-width: 1024px) {
  .btn-map div img {
    width: 24px;
  }
}
.btn-map:hover {
  background-color: #09C8D5;
}

.btn-underlayer {
  display: block;
  padding: 10px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
}
@media (min-width: 1024px) {
  .btn-underlayer {
    max-width: 456px;
  }
}
.btn-underlayer div {
  justify-content: center;
  align-items: center;
  gap: 17px;
}
@media (min-width: 1024px) {
  .btn-underlayer div {
    gap: 35px;
  }
}
.btn-underlayer div p {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3461538462;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .btn-underlayer div p {
    font-size: 26px;
  }
}
.btn-underlayer div img {
  width: 18px;
}
@media (min-width: 1024px) {
  .btn-underlayer div img {
    width: 24px;
  }
}
.btn-underlayer:hover {
  background-color: #09C8D5;
}

.btn-underlayer_fv {
  display: block;
  padding: 10px 0;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .btn-underlayer_fv {
    width: 95%;
    max-width: 100%;
    margin: 0 auto 0 0;
  }
}
.btn-underlayer_fv div {
  justify-content: center;
  align-items: center;
  gap: 17px;
}
@media (min-width: 1024px) {
  .btn-underlayer_fv div {
    gap: 35px;
  }
}
.btn-underlayer_fv div p {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3461538462;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .btn-underlayer_fv div p {
    font-size: 26px;
  }
}
.btn-underlayer_fv div img {
  width: 18px;
}
@media (min-width: 1024px) {
  .btn-underlayer_fv div img {
    width: 24px;
  }
}
.btn-underlayer_fv:hover {
  background-color: #09C8D5;
}

.btn-other {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
}
.btn-other div {
  gap: 35px;
  justify-content: center;
  align-items: center;
}
.btn-other div p {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3461538462;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .btn-other div p {
    font-size: 26px;
  }
}
.btn-other div img {
  width: 24px;
}

.btn-submit {
  display: block;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  width: 350px;
}
@media (min-width: 1024px) {
  .btn-submit {
    width: 456px;
  }
}
.btn-submit input[type=submit] {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 2.0384615385;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
.btn-submit:hover {
  background-color: #09C8D5;
}

.title-h3 {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 1.2272727273;
  color: #4A7BBD;
  text-align: center;
}
@media (min-width: 1024px) {
  .title-h3 {
    font-size: 44px;
  }
}
.title-h3 span {
  z-index: 2;
  display: flex;
  align-items: center;
}
.title-h3 span::before, .title-h3 span:after {
  content: "";
  flex-grow: 1;
  height: 3px;
  background-color: #4A7BBD;
  margin-top: -35px;
}
.title-h3 span::before {
  margin-right: 15px;
}
@media (min-width: 1024px) {
  .title-h3 span::before {
    margin-right: 65px;
  }
}
.title-h3 span:after {
  margin-left: 15px;
}
@media (min-width: 1024px) {
  .title-h3 span:after {
    margin-left: 65px;
  }
}

.title-top {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #4A7BBD;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .title-top {
    font-size: 60px;
    padding-bottom: 205px;
    padding-left: 90px;
  }
}

.breadcrumbs {
  padding: 15px 0 25px 7%;
}
@media (min-width: 1024px) {
  .breadcrumbs {
    padding: 15px 0 30px 7%;
  }
}

.breadcrumbs-home {
  display: flex;
  gap: 25px;
}
@media (min-width: 1024px) {
  .breadcrumbs-home {
    gap: 40px;
  }
}
.breadcrumbs-home a {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 3.375;
  letter-spacing: -0.05em;
  color: #393939;
  position: relative;
}
.breadcrumbs-home a::before, .breadcrumbs-home a:after {
  content: "";
  width: 8px;
  position: absolute;
  left: 50px;
}
@media (min-width: 1024px) {
  .breadcrumbs-home a::before, .breadcrumbs-home a:after {
    left: 65px;
  }
}
.breadcrumbs-home a::before {
  border-top: 1px solid #393939;
  transform: rotate(35deg);
  top: 51%;
}
.breadcrumbs-home a::after {
  border-top: 1px solid #393939;
  transform: rotate(-35deg);
  top: 58%;
}

.breadcrumbs-underlayer {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 3.375;
  letter-spacing: -0.05em;
  color: #393939;
}

.top-fv {
  background-image: url(/assets/img/top/fv_back_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  padding: 60px 0 80px 0;
}
@media (min-width: 768px) {
  .top-fv {
    padding: 275px 0 0 0;
  }
}
@media (min-width: 768px) {
  .top-fv {
    background-image: url(/assets/img/top/fv_back_pc.jpg);
    padding: 275px 0 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .top-fv {
    background-position: left 30% top;
  }
}

.top-fv_btm {
  padding-bottom: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .top-fv_btm {
    padding-bottom: 20px;
  }
}
.top-fv_btm p {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4A7BBD;
  font-size: 20px;
  line-height: 1.5882352941;
  letter-spacing: -0.05em;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .top-fv_btm p {
    font-size: 34px;
  }
}

.top-fv_btm--flex {
  flex-direction: column;
  justify-content: center;
  padding-top: 45px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .top-fv_btm--flex {
    position: relative;
    z-index: 2;
    flex-direction: row;
    gap: 40px;
    padding-top: 20px;
  }
}
.top-fv_btm--flex a {
  width: 215px;
}
@media (min-width: 768px) {
  .top-fv_btm--flex a {
    width: 340px;
  }
}

.top-fv_back {
  background-color: #E3F4F9;
  height: 620px;
}
@media (min-width: 768px) {
  .top-fv_back {
    background-color: initial;
    height: auto;
  }
}

.top-point_flex {
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1024px) {
  .top-point_flex {
    flex-direction: row;
    gap: 132px;
  }
}

.top-point_item {
  padding: 25px 0;
}

.top-point_num {
  width: 75px;
}
@media (min-width: 1024px) {
  .top-point_num {
    width: 89px;
  }
}

.top-point_title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: -0.05em;
  color: #4A7BBD;
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .top-point_title {
    font-size: 30px;
    padding-bottom: 40px;
  }
}

.top-point_text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 2;
  letter-spacing: -0.05em;
  color: #393939;
  width: 100%;
}
@media (min-width: 768px) {
  .top-point_text {
    width: 458px;
  }
}

.top-point_img {
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .top-point_img {
    width: 500px;
  }
}

.top-about {
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .top-about {
    padding: 60px 0;
  }
}

.top-about_box {
  padding-bottom: 25px;
}
.top-about_box h2 {
  width: 180px;
  margin: 0 auto;
  padding-bottom: 17px;
}
@media (min-width: 1024px) {
  .top-about_box h2 {
    padding-bottom: 25px;
  }
}
.top-about_box p {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.8;
  color: #4A7BBD;
}
@media (min-width: 1024px) {
  .top-about_box p {
    font-size: 30px;
  }
}

.top-about_text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  color: #393939;
}
@media (min-width: 1024px) {
  .top-about_text {
    font-size: 24px;
  }
}

.top-about_title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.2272727273;
  color: #4A7BBD;
  padding: 30px 0 20px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .top-about_title {
    font-size: 44px;
    padding: 65px 0 50px 0;
  }
}

.top-about_flex {
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1024px) {
  .top-about_flex {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }
}

.top-about_circle--vBlue {
  border: 20px solid #09C8D5;
}

.top-about_circle--title__vBlue {
  color: #09C8D5;
}

.top-about_circle--bBlue {
  color: #44BBE7;
  border: 20px solid #44BBE7;
}

.top-about_circle--title__bBlue {
  color: #44BBE7;
}

.top-about_circle--bPurple {
  color: #88A9FC;
  border: 20px solid #88A9FC;
}

.top-about_circle--title__bPurple {
  color: #88A9FC;
}

.top-about_circle {
  width: 77vw;
  height: 77vw;
  max-width: 290px;
  max-height: 290px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top-about_circle {
    width: 290px;
    height: 290px;
  }
}
@media (min-width: 1024px) {
  .top-about_circle {
    width: 28.02vw;
    height: 28.02vw;
    max-width: 420px;
    max-height: 420px;
  }
}

.top-about_circle--txt {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.02em;
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (min-width: 768px) {
  .top-about_circle--txt {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .top-about_circle--txt {
    font-size: 2.586vw;
  }
}
@media (min-width: 1280px) {
  .top-about_circle--txt {
    font-size: 40px;
    top: 28%;
  }
}
.top-about_circle--txt span {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4814814815;
}
@media (min-width: 1024px) {
  .top-about_circle--txt span {
    font-size: 1.745vw;
  }
}
@media (min-width: 1280px) {
  .top-about_circle--txt span {
    font-size: 27px;
  }
}

.top-about_circle--txtposi {
  position: absolute;
  top: 30%;
}
@media (min-width: 1280px) {
  .top-about_circle--txtposi {
    top: 33%;
  }
}

.top-about_circle--title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 1.3294117647;
  letter-spacing: -0.02em;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (min-width: 768px) {
  .top-about_circle--title {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  .top-about_circle--title {
    bottom: 20%;
    font-size: 6.64vw;
  }
}
@media (min-width: 1280px) {
  .top-about_circle--title {
    font-size: 85px;
  }
}

.top-about_circle--img {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .top-about_circle--img {
    bottom: 20%;
  }
}
@media (min-width: 1280px) {
  .top-about_circle--img {
    bottom: 15%;
  }
}

.top-about_circle--img2724 img {
  width: 274px;
}

.top-about_circle--img10000 img {
  width: 336px;
}

.top-about_map {
  flex-direction: column;
  justify-content: center;
  padding-top: 70px;
}
@media (min-width: 768px) {
  .top-about_map {
    flex-direction: row;
    gap: 10px;
  }
}

.top-about_map--item {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
  padding: 20px 0 17px 0;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .top-about_map--item {
    max-width: 100%;
    width: calc(33.3333333333% - 5px);
    padding: 40px 0 35px 0;
  }
}

.top-about_map--itemBox {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .top-about_map--itemBox {
    padding: 0 20px;
  }
}

.top-about_map--title {
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .top-about_map--title {
    padding-bottom: 50px;
  }
}
.top-about_map--title img {
  width: 285px;
}

.top-about_map--address {
  font-size: 16px;
  line-height: 1.3333333333;
  letter-spacing: -0.03em;
  color: #393939;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .top-about_map--address {
    font-size: 20px;
  }
}

.top-about_map--office {
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: -0.03em;
  color: #393939;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .top-about_map--office {
    font-size: 24px;
    padding-bottom: 25px;
  }
}

.top-about_map--post {
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .top-about_map--post {
    padding-bottom: 50px;
  }
}

.top-about_map--tel {
  min-height: 70px;
}
@media (min-width: 1024px) {
  .top-about_map--tel {
    min-height: 100px;
  }
}

.top-about_map--num {
  font-size: 16px;
  line-height: 2.125;
}

.top-about_map--img {
  padding-bottom: 15px;
}

.top-company {
  padding: 25px 0 100px 0;
}
@media (min-width: 768px) {
  .top-company {
    padding: 50px 0 200px 0;
  }
}

.top-company_title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1.8;
  color: #4A7BBD;
  text-align: center;
}
@media (min-width: 768px) {
  .top-company_title {
    font-size: 30px;
  }
}

.top-company_sub {
  text-align: center;
  padding: 10px 0 15px 0;
}
@media (min-width: 768px) {
  .top-company_sub {
    padding: 20px 0 30px 0;
  }
}
.top-company_sub img {
  width: 200px;
}
@media (min-width: 768px) {
  .top-company_sub img {
    width: 285px;
  }
}

.top-company_tbl {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-top: 1px solid #707070;
  width: min(100%, 1024px);
  margin: 0 auto;
}
.top-company_tbl dl {
  border-bottom: 1px solid #BCBCBC;
  margin: 0 auto;
  width: min(100%, 800px);
  padding: 25px 0 10px 0;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8181818182;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .top-company_tbl dl {
    display: flex;
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .top-company_tbl dl {
    padding: 25px 0 15px 0;
  }
  .top-company_tbl dl:first-of-type {
    padding: 50px 0 10px 0;
  }
}
.top-company_tbl dl:last-of-type {
  padding-bottom: 0;
}
.top-company_tbl dl:last-of-type {
  border-bottom: none;
}
.top-company_tbl dt {
  width: min(100%, 215px);
  text-align: left;
}
@media (min-width: 768px) {
  .top-company_tbl dt {
    text-align: center;
  }
}

.tokyo-fv {
  background-image: url(/assets/img/tokyo/tokyo_back_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .tokyo-fv {
    background-image: url(/assets/img/tokyo/tokyo_back.jpg);
  }
}

.tokyo-agent {
  padding: 30px 0 25px 0;
}
@media (min-width: 1024px) {
  .tokyo-agent {
    padding: 70px 0 60px 0;
  }
}

.tokyo-agent_title {
  padding: 0 0 40px 0;
}

.tokyo-agent_flex {
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .tokyo-agent_flex {
    padding-bottom: 50px;
  }
}

.tokyo-examples {
  padding: 35px 0 40px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .tokyo-examples {
    padding: 70px 0 80px 0;
  }
}

.tokyo-examples_title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1.2272727273;
  color: #4A7BBD;
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .tokyo-examples_title {
    font-size: 44px;
    padding-bottom: 56px;
  }
}

.tokyo-examples_text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.9444444444;
  color: #393939;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .tokyo-examples_text {
    font-size: 36px;
    padding-bottom: 30px;
  }
}

.tokyo-examples_items--flex {
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 50px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .tokyo-examples_items--flex {
    flex-direction: row;
  }
}

.tokyo-examples_item {
  width: 100%;
  max-width: 350px;
  background-color: #FFFFFF;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tokyo-examples_item {
    max-width: 100%;
    width: calc(50% - 10px);
  }
}

.tokyo-examples_item--flex {
  display: block;
}
@media (min-width: 1024px) {
  .tokyo-examples_item--flex {
    display: flex;
  }
}

.tokyo-examples_box {
  padding: 20px 20px;
}
@media (min-width: 1024px) {
  .tokyo-examples_box {
    padding: 0 10px;
  }
}
@media (min-width: 1280px) {
  .tokyo-examples_box {
    padding: 0 20px;
  }
}

.tokyo-examples_box--title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #393939;
  text-align: left;
  padding: 5px 0;
}
@media (min-width: 1024px) {
  .tokyo-examples_box--title {
    font-size: 1.64vw;
  }
}
@media (min-width: 1280px) {
  .tokyo-examples_box--title {
    font-size: 24px;
    padding: 20px 0 5px 0;
  }
}

.tokyo-examples_box--flex {
  gap: 1%;
  align-items: center;
  padding-bottom: 5px;
}
@media (min-width: 1280px) {
  .tokyo-examples_box--flex {
    padding-bottom: 10px;
  }
}

.tokyo-examples_box--mark {
  background-color: #4A7BBD;
  border-radius: 24px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6666666667;
  color: #FFFFFF;
  width: 80px;
  max-width: 100px;
  text-align: center;
  padding: 2.5px 0;
}
@media (min-width: 1280px) {
  .tokyo-examples_box--mark {
    font-size: 18px;
    width: 135px;
    padding: 5px 0;
  }
}

.tokyo-examples_box--amount {
  color: #4A7BBD;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .tokyo-examples_box--amount {
    font-size: 1.64vw;
  }
}
@media (min-width: 1280px) {
  .tokyo-examples_box--amount {
    font-size: 24px;
  }
}

.tokyo-examples_box--sub {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6666666667;
  color: #393939;
  text-align: left;
  padding-bottom: 5px;
}
@media (min-width: 1280px) {
  .tokyo-examples_box--sub {
    font-size: 18px;
  }
}

.tokyo-examples_box--txt {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8571428571;
  color: #393939;
  text-align: left;
}

.tokyo-voice {
  padding: 35px 0;
}
@media (min-width: 1024px) {
  .tokyo-voice {
    padding: 70px 0;
  }
}

.tokyo-voicetitle {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.2272727273;
  color: #4A7BBD;
  text-align: center;
}
@media (min-width: 1024px) {
  .tokyo-voicetitle {
    font-size: 44px;
  }
}

.tokyo-voice_items {
  padding: 25px 0 15px 0;
}
@media (min-width: 1024px) {
  .tokyo-voice_items {
    padding: 45px 0 30px 0;
  }
}

.tokyo-voice_flex {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1024px) {
  .tokyo-voice_flex {
    flex-direction: row;
  }
}

.tokyo-voice_item {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .tokyo-voice_item {
    max-width: 100%;
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .tokyo-voice_item {
    text-align: center;
  }
}

.tokyo-voice_item--flex {
  gap: 2%;
  display: block;
}
@media (min-width: 1024px) {
  .tokyo-voice_item--flex {
    gap: 0;
    display: flex;
  }
}

.tokyo-voice_box {
  padding: 0 5px;
}
@media (min-width: 1280px) {
  .tokyo-voice_box {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .tokyo-voice_box {
    text-align: left;
  }
}

.tokyo-voice_box--mark {
  background-color: #4A7BBD;
  border-radius: 24px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6666666667;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  padding: 10px 0 5px 0;
  margin-bottom: 15px;
}

.tokyo-voice_box--title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.8181818182;
  letter-spacing: -0.05em;
  color: #393939;
  text-align: center;
}
@media (min-width: 1024px) {
  .tokyo-voice_box--title {
    font-size: 1.653vw;
  }
}
@media (min-width: 1280px) {
  .tokyo-voice_box--title {
    font-size: 22px;
  }
}

.tokyo-voice_box--flex {
  align-items: center;
  justify-content: center;
  position: relative;
}
.tokyo-voice_box--flex:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 10px;
  border-bottom: 1px dashed #707070;
}

.tokyo-voice_box--amount {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #4A7BBD;
  padding-right: 5%;
}
@media (min-width: 1024px) {
  .tokyo-voice_box--amount {
    font-size: 1.65vw;
    padding-right: 2%;
  }
}
@media (min-width: 1280px) {
  .tokyo-voice_box--amount {
    font-size: 20px;
    padding-right: 4%;
  }
}
.tokyo-voice_box--amount span {
  font-size: 22px;
}
@media (min-width: 1024px) {
  .tokyo-voice_box--amount span {
    font-size: 1.85vw;
  }
}
@media (min-width: 1280px) {
  .tokyo-voice_box--amount span {
    font-size: 24px;
  }
}

.tokyo-voice_box--imgSmall {
  position: relative;
}
.tokyo-voice_box--imgSmall img {
  width: 14px;
  position: absolute;
  left: -8%;
  top: 15%;
}
@media (min-width: 1024px) {
  .tokyo-voice_box--imgSmall img {
    left: -9%;
    top: 20%;
  }
}
@media (min-width: 1280px) {
  .tokyo-voice_box--imgSmall img {
    top: 42%;
  }
}
@media (max-width: 767px) {
  .tokyo-voice_box--imgSmall img {
    left: -12%;
    top: 40%;
  }
}

.tokyo-voice_box--imgSmall {
  position: relative;
}

.tokyo-voice_box--upAmount {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #B51B1B;
  position: relative;
}
@media (min-width: 1024px) {
  .tokyo-voice_box--upAmount {
    font-size: 2vw;
  }
}
@media (min-width: 1280px) {
  .tokyo-voice_box--upAmount {
    font-size: 26px;
  }
}
.tokyo-voice_box--upAmount span {
  font-size: 24px;
}
@media (min-width: 1024px) {
  .tokyo-voice_box--upAmount span {
    font-size: 2.2vw;
  }
}
@media (min-width: 1280px) {
  .tokyo-voice_box--upAmount span {
    font-size: 30px;
  }
}

.tokyo-voice_box--imgBig {
  margin-bottom: -11px;
}
.tokyo-voice_box--imgBig img {
  width: 30px;
}
@media (min-width: 1024px) {
  .tokyo-voice_box--imgBig img {
    width: 40px;
  }
}
@media (min-width: 1280px) {
  .tokyo-voice_box--imgBig img {
    width: 50px;
  }
}

.tokyo-voice_box--sub {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #393939;
  padding: 10px 0 5px 0;
}

.tokyo-voice_box--text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8571428571;
  color: #393939;
}

.tokyo-flow {
  padding: 18px 0;
}
@media (min-width: 1024px) {
  .tokyo-flow {
    padding: 70px 0;
  }
}

.tokyo-flow_items {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .tokyo-flow_items {
    padding-top: 35px;
  }
}

.tokyo-flow_flex {
  display: block;
}
@media (min-width: 1024px) {
  .tokyo-flow_flex {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}

.tokyo-flow_item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .tokyo-flow_item {
    width: calc(20% - 15px);
  }
}

.tokyo-flow_item-sp {
  display: flex;
  align-items: flex-start;
  gap: 45px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .tokyo-flow_item-sp {
    display: block;
  }
}

.tokyo-flow_item--step {
  text-align: center;
  padding-bottom: 15px;
}
.tokyo-flow_item--step img {
  width: 65px;
}
@media (min-width: 1024px) {
  .tokyo-flow_item--step img {
    width: 86px;
  }
}

.tokyo-flow_item--text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3333333333;
  letter-spacing: -0.05em;
  color: #4A7BBD;
  text-align: center;
  padding-bottom: 35px;
}
@media (min-width: 1024px) {
  .tokyo-flow_item--text {
    font-size: 30px;
    padding-bottom: 35px;
  }
}

.tokyo-flow_item--img {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .tokyo-flow_item--img {
    padding-bottom: 30px;
  }
}

.tokyo-flow_item--caption {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 2;
  letter-spacing: -0.05em;
  color: #4A7BBD;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .tokyo-flow_item--caption {
    font-size: 20px;
    text-align: left;
  }
}
.tokyo-flow_item--caption p {
  flex-grow: 1;
}

.tokyo-flow_item--triangle {
  text-align: center;
}
.tokyo-flow_item--triangle img {
  width: 18px;
  transform: rotate(90deg);
}
@media (min-width: 1024px) {
  .tokyo-flow_item--triangle img {
    margin-top: 320px;
    transform: rotate(0);
  }
}

.okinawa-fv {
  background-image: url(/assets/img/okinawa/okinawa_back_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .okinawa-fv {
    background-image: url(/assets/img/okinawa/okinawa_back.jpg);
  }
}

.okinawa-jobs_flex {
  padding: 35px 0 210px 0;
}
@media (min-width: 1024px) {
  .okinawa-jobs_flex {
    padding: 65px 0 425px 0;
  }
}

.shiga-fv {
  background-image: url(/assets/img/shiga/shiga_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.shiga-jobs_item {
  padding: 30px 0 35px 0;
}
@media (min-width: 1024px) {
  .shiga-jobs_item {
    padding: 65px 0 70px 0;
  }
}

.shiga-jobs-flex {
  padding-top: 45px;
}
@media (min-width: 1024px) {
  .shiga-jobs-flex {
    padding-top: 90px;
  }
}

.entry-top_box {
  width: 100%;
  padding: 45px 0 30px 0;
}
@media (min-width: 1024px) {
  .entry-top_box {
    width: 45%;
    padding: 90px 0 90px 7%;
  }
}

.entry-top_title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1.325;
  letter-spacing: -0.05em;
  color: #414781;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .entry-top_title {
    font-size: 40px;
    padding-bottom: 25px;
  }
}

.entry-top_titleSub {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: -0.05em;
  color: #414781;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .entry-top_titleSub {
    font-size: 30px;
  }
}

.entry-top_text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.9411764706;
  letter-spacing: -0.05em;
  color: #393939;
  padding-bottom: 15px;
  width: 100%;
  text-align: left;
}
@media (min-width: 1024px) {
  .entry-top_text {
    width: 92%;
    padding-bottom: 35px;
  }
}

.entry-top_img {
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .entry-top_img {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}

.entry-job {
  padding: 45px 0 35px 0;
}
@media (min-width: 1024px) {
  .entry-job {
    padding: 90px 0 70px 0;
  }
}

.entry-job_flex {
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .entry-job_flex {
    gap: 0;
    flex-direction: row;
  }
}

.entry-job_box {
  width: 350px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .entry-job_box {
    width: calc(50% - 180px);
  }
}

.entry-job_title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1.325;
  letter-spacing: -0.05em;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .entry-job_title {
    font-size: 40px;
    padding-bottom: 25px;
  }
}

.entry-job_titleSub {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: -0.05em;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .entry-job_titleSub {
    font-size: 30px;
    padding-bottom: 15px;
  }
}

.entry-job_text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.9411764706;
  letter-spacing: -0.05em;
  padding-bottom: 45px;
}
@media (min-width: 1024px) {
  .entry-job_text {
    padding-bottom: 65px;
  }
}

.entry-job_orange {
  color: #FBB35D;
}

.entry-job_red {
  color: #F05966;
}

.entry-form {
  padding: 35px 0 120px 0;
}
@media (min-width: 1024px) {
  .entry-form {
    padding: 70px 0 240px 0;
  }
}
.entry-form form {
  padding-top: 25px;
}
@media (min-width: 1024px) {
  .entry-form form {
    padding-top: 55px;
  }
}
.entry-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(/assets/img/entry/triangle.png);
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: right 10px center;
}
@media (min-width: 1024px) {
  .entry-form select {
    background-position: right 30px center;
  }
}
.entry-form select::-ms-expand {
  display: none;
}

.entry-form_item--wide select,
.entry-form_item--wide input[type=text],
.entry-form_item--wide textarea {
  border: 1px solid #707070;
  border-radius: 6px;
  width: 100%;
  padding: 10px 0 7px 15px;
}
@media (min-width: 1024px) {
  .entry-form_item--wide select,
  .entry-form_item--wide input[type=text],
  .entry-form_item--wide textarea {
    width: 700px;
    width: min(100%, 700px);
    padding: 25px 0 15px 25px;
  }
}

.entry-form_item--half select,
.entry-form_item--half input[type=text] {
  border: 1px solid #707070;
  border-radius: 6px;
  padding: 10px 0 7px 15px;
  width: min(100%, 195px);
}
@media (min-width: 1024px) {
  .entry-form_item--half select,
  .entry-form_item--half input[type=text] {
    padding: 20px 0 15px 25px;
  }
}

.entry-form_item--post,
.entry-form_item--reemail,
.entry-form_item--praivacy {
  width: 100%;
}
@media (min-width: 1024px) {
  .entry-form_item--post,
  .entry-form_item--reemail,
  .entry-form_item--praivacy {
    width: 700px;
    width: min(100%, 700px);
  }
}

.entry-form_item--post,
.entry-form_item--praivacy {
  display: block;
}
@media (min-width: 1024px) {
  .entry-form_item--post,
  .entry-form_item--praivacy {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

.entry-form_item--praivacy span {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 24px;
  line-height: 2;
  letter-spacing: -0.03em;
}

.entry-form_item--post {
  display: block;
}
@media (min-width: 1024px) {
  .entry-form_item--post {
    display: flex;
  }
}
.entry-form_item--post span {
  display: block;
}

@media (min-width: 1024px) {
  .entry-form_area {
    margin-top: -50px;
  }
}

.entry-form_item {
  padding-bottom: 15px;
  display: block;
}
@media (min-width: 1024px) {
  .entry-form_item {
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .entry-form_item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    gap: 25px;
  }
}
.entry-form_item form {
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .entry-form_item form {
    padding-top: 55px;
  }
}

.entry-form_reqBox {
  gap: 10px;
  align-items: center;
}
.entry-form_reqBox label {
  text-align: center;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 2;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
  .entry-form_reqBox label {
    width: 190px;
    font-size: 24px;
  }
}
.entry-form_reqBox select {
  color: #000000;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3461538462;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
  .entry-form_reqBox select {
    font-size: 26px;
  }
}
.entry-form_reqBox input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 6px;
}
@media (min-width: 1024px) {
  .entry-form_reqBox input[type=checkbox] {
    width: 40px;
    height: 40px;
  }
}

.entry-form_item--radioFlex {
  display: flex;
  gap: 30px;
  width: 350px;
  width: min(100%, 700px);
}
@media (min-width: 1024px) {
  .entry-form_item--radioFlex {
    width: 700px;
    width: min(100%, 700px);
    gap: 30px;
  }
}

.entry-form_item--radio {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .entry-form_item--radio {
    align-items: flex-end;
  }
}
.entry-form_item--radio input[type=radio] {
  accent-color: #000000;
  inline-size: 17px;
  block-size: 20px;
}
@media (min-width: 1024px) {
  .entry-form_item--radio input[type=radio] {
    inline-size: 34px;
    block-size: 40px;
  }
}

.entry-form_text {
  color: #000000;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 2;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
  .entry-form_text {
    font-size: 21px;
  }
}

.entry-form_textarea1 {
  height: 140px;
}

.entry-form_textarea2 {
  height: 402px;
}

.entry-form_req {
  color: #B51B1B;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  padding-left: 10px;
  width: 40px;
}
@media (min-width: 1024px) {
  .entry-form_req {
    padding-left: 0;
    font-size: 24px;
  }
}

.entry-form_itemBirth select {
  border: 1px solid #707070;
  border-radius: 6px;
  width: 200px;
  width: min(100%, 200px);
  padding: 10px 0 5px 10px;
}
@media (min-width: 1024px) {
  .entry-form_itemBirth select {
    width: min(100%, 200px);
    padding: 20px 0 10px 0;
    text-align: center;
  }
}

.entry-form_itemBirth--slects {
  display: flex;
  gap: 20px;
  width: 350px;
  width: min(100%, 700px);
}
@media (min-width: 1024px) {
  .entry-form_itemBirth--slects {
    width: 700px;
    width: min(100%, 700px);
  }
}

::-moz-placeholder {
  color: #000000;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3333333333;
  letter-spacing: -0.03em;
}

::placeholder {
  color: #000000;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3333333333;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
  ::-moz-placeholder {
    font-size: 24px;
  }
  ::placeholder {
    font-size: 24px;
  }
}

.faq-main {
  padding: 30px 0 35px 0;
}
@media (min-width: 1024px) {
  .faq-main {
    padding: 30px 0 70px 0;
  }
}

.faq-main_items {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .faq-main_items {
    padding-top: 30px;
  }
}

.faq-main_item {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .faq-main_item {
    margin-bottom: 30px;
  }
}
.faq-main_item:last-of-type {
  margin-bottom: 0;
}

.faq-main_item--qesBox {
  background-color: #4A7BBD;
  border-radius: 10px;
  padding: 10px 10px 7px 17px;
  width: 100%;
  margin: 0 auto 10px auto;
}
@media (min-width: 1024px) {
  .faq-main_item--qesBox {
    max-width: 1100px;
    padding: 10px 0 15px 25px;
  }
}

.faq-main_item--flex {
  gap: 15px;
}
@media (min-width: 1024px) {
  .faq-main_item--flex {
    gap: 30px;
  }
}

.faq-main_item--qes img {
  width: 27px;
}
@media (min-width: 1024px) {
  .faq-main_item--qes img {
    width: 40px;
  }
}

.faq-main_item--qesFlex {
  align-items: center;
}

.faq-main_item--qesText {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2.0769230769;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  flex: 1;
}
@media (min-width: 1024px) {
  .faq-main_item--qesText {
    font-size: 26px;
  }
}

.faq-main_item--ansBox {
  margin-left: auto;
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 10px 10px 14px 13px;
  width: 100%;
  max-width: 1022px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .faq-main_item--ansBox {
    padding: 20px 0 28px 26px;
    margin: 0 0 0 13%;
  }
}

.faq-main_item--ans img {
  width: 27px;
}
@media (min-width: 1024px) {
  .faq-main_item--ans img {
    width: 40px;
  }
}

.faq-main_item--ansText {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.7692307692;
  letter-spacing: -0.03em;
  color: #393939;
  flex: 1;
}
@media (min-width: 1024px) {
  .faq-main_item--ansText {
    font-size: 26px;
  }
}

.client-main-title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.9444444444;
  letter-spacing: -0.05em;
  color: #393939;
  text-align: center;
  margin: 0 auto;
  padding: 25px 0 30px 0;
}
@media (min-width: 1024px) {
  .client-main-title {
    font-size: 36px;
    padding: 55px 0 60px 0;
    max-width: 1190px;
  }
}

.client-business {
  padding-bottom: 35px;
}
@media (min-width: 1024px) {
  .client-business {
    padding-bottom: 70px;
  }
}

.client-contents_title {
  border-radius: 40px;
  background-color: #4A7BBD;
  text-align: center;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6666666667;
  letter-spacing: -0.05em;
  color: #FFFFFF;
  padding: 10px 0 2.5px 0;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .client-contents_title {
    font-size: 42px;
    padding: 20px 0 5px 0;
    max-width: 1190px;
  }
}

.client-contents_items {
  padding: 15px 0 20px 0;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .client-contents_items {
    padding: 35px 0 40px 0;
    max-width: 1190px;
  }
}

.client-contents_itemFlex {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 1024px) {
  .client-contents_itemFlex {
    gap: 20px 30px;
  }
}

.client-contents_item {
  background-color: #F8F8F8;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .client-contents_item {
    width: calc(50% - 15px);
  }
}

.client-contents_item--height {
  padding: 20px 15px 25px 15px;
}
@media (min-width: 1024px) {
  .client-contents_item--height {
    padding: 40px 25px 50px 25px;
  }
}

.client-contents_item--height2 {
  padding: 20px 15px 30px 15px;
}
@media (min-width: 1024px) {
  .client-contents_item--height2 {
    padding: 40px 30px 60px 30px;
  }
}

.client-contents_item--big {
  width: 100%;
  padding: 40px 20px 36px 20px;
}
@media (min-width: 1024px) {
  .client-contents_item--big {
    width: min(100%, 1190px);
    padding: 20px 250px 36px 250px;
  }
}

.client-contents_item--title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1.9444444444;
  letter-spacing: -0.05em;
  color: #4A7BBD;
  text-align: center;
}
@media (min-width: 1024px) {
  .client-contents_item--title {
    font-size: 36px;
  }
}

.client-contents_item--box {
  display: block;
  text-align: center;
}

.client-contents_item--text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.9090909091;
  letter-spacing: -0.05em;
  color: #393939;
  text-align: left;
  display: inline-block;
}
@media (min-width: 1024px) {
  .client-contents_item--text {
    font-size: 22px;
  }
}

.privacy-main {
  padding: 25px 0 40px 0;
}
@media (min-width: 1024px) {
  .privacy-main {
    padding: 56px 0 85px 0;
  }
}

.privacy-main_title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1.9444444444;
  letter-spacing: -0.05em;
  color: #393939;
  text-align: center;
  padding: 25px 0 14px 0;
}
@media (min-width: 1024px) {
  .privacy-main_title {
    font-size: 36px;
    padding: 56px 0 0 0;
  }
}

.privacy-main_item {
  max-width: 1190px;
  margin: 0 auto;
}

.privacy-main_lists {
  list-style-type: decimal;
  list-style-position: inside;
}

.privacy-main-item__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 3.1818181818;
  letter-spacing: -0.05em;
  color: #393939;
}
@media (min-width: 1024px) {
  .privacy-main-item__text {
    font-size: 22px;
  }
}

.privacy-main_list {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2.0909090909;
  letter-spacing: -0.05em;
  color: #393939;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .privacy-main_list {
    font-size: 22px;
  }
}

.privacy-main_list--num1 {
  padding-left: 20px;
}

.privacy-main_list--num2 {
  padding-left: 2px;
}

.privacy-main_text {
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .privacy-main_text {
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=style.css.map */