@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: inherit;
          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 */
}

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

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

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

[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;
  color: inherit;
}

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

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

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* 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] {
  cursor: default;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
  color: inherit;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/************/
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

a {
  color: currentColor;
  text-decoration: none;
}

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

li {
  list-style: none;
}

button {
  outline: none;
}

.sp-only {
  display: none;
}

.pc-only {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: inline-block;
  }
  .pc-only {
    display: none;
  }
}
.fl_space-betw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.header_open {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header.header_open .header_cont {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .header.header_open .header_cont {
    background-color: transparent;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.header {
  width: 100%;
  position: fixed;
  z-index: 3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 200px;
  right: 20px;
  top: 20px;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .header {
    max-width: none;
  }
}
.header .header_cont {
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  border-radius: 50px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  .header .header_cont {
    height: 50px;
    width: 50px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.hamburger-menu {
  width: 30px;
  height: 30px;
  position: relative;
  border: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .hamburger-menu {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
}

.hamburger-menu__bar {
  display: inline-block;
  width: 54%;
  height: 2px;
  background: #707070;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hamburger-menu__bar:first-child {
  top: 8px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 14px;
}
.hamburger-menu__bar:last-child {
  bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .hamburger-menu__bar {
    width: 94%;
  }
  .hamburger-menu__bar:first-child {
    top: 5px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 14px;
  }
  .hamburger-menu__bar:last-child {
    bottom: 5px;
  }
}

.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
  background: #707070;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  width: 54%;
  left: 50%;
}
@media only screen and (max-width: 768px) {
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 94%;
    left: 50%;
  }
}

.navigation {
  display: none;
  border-radius: 5px;
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 6px;
  left: 0;
  width: 95%;
  z-index: -1;
  overflow-y: auto;
  overflow-scrolling: touch;
  webkit-overflow-scrolling: touch;
  max-height: 100vh;
  padding: 18px;
}
@media only screen and (max-width: 768px) {
  .navigation {
    top: -20px;
    left: 20px;
    width: 100%;
    height: 100vh;
    border-radius: 0;
    padding: 20px 38px 80px 38px;
  }
}
.navigation .menu_list li {
  padding-bottom: 14px;
}
.navigation .menu_list li a {
  font-size: 14px;
  line-height: 1.75;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .navigation .menu_list li a {
    font-size: 20px;
  }
}
.navigation .menu_list li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navigation .menu_list li a span {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 200;
  line-height: 1.75;
  display: block;
}
@media only screen and (max-width: 768px) {
  .navigation .menu_list li a span {
    font-size: 14px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #333;
  }
}
@media only screen and (max-width: 768px) {
  .menu {
    padding-top: 14px;
  }
}
.menu .top_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  position: relative;
  text-decoration: none;
  text-align: center;
  z-index: 0;
  color: #66D0D8;
  font-size: 9px;
  font-weight: 400;
  line-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  max-width: 100px;
  border: 1px solid #66D0D8;
  padding: 14px 0;
}
@media only screen and (max-width: 768px) {
  .menu .top_btn {
    max-width: none;
    font-size: min(10vw, 16px);
    padding: 24px 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.menu .top_btn:first-child {
  margin-bottom: 10px;
}
.menu .top_btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  border-radius: 50px;
}
.menu .top_btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#66D0D8), to(#66D0D8));
  background: linear-gradient(#66D0D8 0%, #66D0D8 100%);
  border-radius: 50px;
}
.menu .top_btn:hover {
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu .top_btn:hover:before {
  opacity: 0;
}

.pc_block {
  display: block;
}

#footer {
  background-color: #66D0D8;
  width: 100%;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
#footer a {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#footer a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#footer .footer_wrap {
  width: min(90vw, 975px);
  position: relative;
  left: 67%;
  -webkit-transform: translate(-61%, 0);
          transform: translate(-61%, 0);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap {
    left: inherit;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  #footer .footer_wrap {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
#footer .footer_wrap p.title {
  font-weight: 700;
  font-size: min(10vw, 18px);
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap p.title {
    width: 100%;
    text-align: center;
  }
}
#footer .footer_wrap .footer_menu {
  font-size: 12px;
  width: 62%;
  max-width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_menu {
    width: 100%;
    max-width: none;
  }
}
#footer .footer_wrap .footer_menu div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_menu div {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_menu div p {
    width: 100%;
    text-align: center;
  }
}
#footer .footer_wrap .footer_menu div p a {
  padding: 0 12px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_menu div p a {
    text-align: center;
    padding: 5px 0;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_menu span {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
}

html {
  scroll-behavior: smooth;
}

.pt_80 {
  padding-top: 80px;
}

.pt_120 {
  padding-top: 120px;
}

.mt_40 {
  margin-bottom: 40px;
}

.f-b {
  font-weight: 700;
}

.f_8 {
  font-size: 8px;
  line-height: 1;
}

.sec_title {
  color: #66D0D8;
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
  left: calc(min(4.6vw, 60px) * -1);
}
.sec_title.feature {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .sec_title.feature {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .sec_title {
    left: -31px !important;
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .sec_title {
    left: -60px;
  }
}
.sec_title.c707 {
  color: #707070;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .sec_title.c707 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .sec_title.c707 .obi {
    margin-right: 0;
  }
  .sec_title.c707 .translation {
    padding-left: 30px;
  }
}
.sec_title.c707 span {
  opacity: 0;
}
.sec_title.news_catetitle {
  padding-top: 80px;
  padding-bottom: 70px;
}
.sec_title.news_catetitle .heading {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 0;
  margin-right: 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sec_title.news_catetitle .heading {
    font-size: 32px;
  }
}
.sec_title.news_catetitle .translation {
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  .sec_title.news_catetitle .translation {
    width: auto;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .sec_title.news_catetitle {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .sec_title.news_catetitle .obi {
    margin-right: 0;
  }
  .sec_title.news_catetitle .translation {
    padding-left: 30px;
  }
}
.sec_title.news_catetitle span {
  opacity: 0;
  padding: 20px 15px;
}
.sec_title .obi {
  background: #66D0D8;
  padding: 45px 15px;
  position: relative;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .sec_title .obi {
    padding: 20px 15px;
    margin-right: 10px;
  }
}
.sec_title .obi:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 10px #489499;
}
.sec_title .heading {
  font-family: "Poppins", sans-serif;
  font-size: 100px;
  font-weight: 200;
  line-height: 0;
  margin-right: 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sec_title .heading {
    font-size: min(10vw, 40px);
  }
}
.sec_title .heading.feature {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .sec_title .heading.feature {
    margin-top: 0;
    display: contents;
  }
}
.sec_title .heading.feature span {
  display: block;
  position: absolute;
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  width: 240px;
  top: -59px;
}
@media only screen and (max-width: 768px) {
  .sec_title .heading.feature span {
    top: 72px;
    left: 40px;
  }
}
.sec_title .heading.feature span::after {
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  height: 1px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#66D0D8), to(rgba(62, 90, 36, 0)));
  background: linear-gradient(to right, #66D0D8 0%, rgba(62, 90, 36, 0) 100%);
  border-image-slice: 1;
}
.sec_title .translation {
  font-size: min(10vw, 16px);
  font-weight: 300;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .sec_title .translation {
    font-size: 12px;
    width: 100%;
    padding: 6px 0 0 40px;
  }
}
.sec_title .translation.feature {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .sec_title .translation.feature {
    margin-top: 0px;
  }
}

.cont_subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(10vw, 32px);
  padding-bottom: 18px;
}
.cont_subtitle:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #707070;
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  .cont_subtitle:after {
    background-color: transparent;
  }
}

.scroll-up {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media only screen and (max-width: 768px) {
  .scroll-up {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.top_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  border: 1px solid #66D0D8;
  position: relative;
  text-decoration: none;
  text-align: center;
  z-index: 0;
  color: #66D0D8;
  font-size: min(10vw, 24px);
  font-weight: 400;
  line-height: 1;
  padding: min(1vw, 18px) 0 min(1.1vw, 20px) 0;
  width: min(26.7vw, 300px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .top_btn {
    width: 100%;
    font-size: min(10vw, 16px);
    padding: 15px 0;
    margin: 0 38px 15px 38px !important;
  }
}
.top_btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  border-radius: 50px;
}
.top_btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#9DDCF2), to(#5AB8BF));
  background: linear-gradient(#9DDCF2 0%, #5AB8BF 100%);
  border-radius: 50px;
}
.top_btn:hover {
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top_btn:hover:before {
  opacity: 0;
}

.common_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  position: relative;
  text-decoration: none;
  text-align: center;
  z-index: 0;
  color: #ffffff;
  font-size: min(10vw, 24px);
  font-weight: 400;
  line-height: 1;
  padding: min(1vw, 18px) 0 min(1.1vw, 20px) 0;
  width: min(26.7vw, 300px);
}
.common_btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left top, left bottom, from(#9DDCF2), to(#5AB8BF));
  background: linear-gradient(#9DDCF2 0%, #5AB8BF 100%);
  border-radius: 50px;
}
.common_btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #66D0D8;
  border-radius: 50px;
}
.common_btn:hover:before {
  opacity: 0;
}

.top_btn_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.top_btn_wrap a:last-child {
  margin-left: min(1.7vw, 25px);
}

.sec_txt_wrap {
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .sec_txt_wrap {
    padding-bottom: 20px;
  }
}
.sec_txt_wrap P {
  font-weight: 700;
  font-size: min(10vw, 24px);
  margin-bottom: 10px;
}
.sec_txt_wrap.azure {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.sec_txt_wrap.azure span {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .sec_txt_wrap.azure span {
    width: 100%;
  }
}
.sec_txt_wrap.azure p {
  width: 20%;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .sec_txt_wrap.azure p {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.sec_txt_wrap.deploy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 26px;
}
@media only screen and (max-width: 768px) {
  .sec_txt_wrap.deploy {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sec_txt_wrap.deploy span {
  width: 92.9%;
  padding-left: 22px;
}
@media only screen and (max-width: 768px) {
  .sec_txt_wrap.deploy span {
    width: 79%;
  }
}
.sec_txt_wrap.deploy p {
  width: 7.1%;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .sec_txt_wrap.deploy p {
    width: 21%;
    max-width: 60px;
  }
}
.sec_txt_wrap.deploy.deploy_last {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .sec_txt_wrap.deploy.deploy_last {
    padding-bottom: 10px;
  }
}

#top {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(#fff)), url(../img/top_bg.png) no-repeat;
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 100%), url(../img/top_bg.png) no-repeat;
  background-size: cover;
  height: min(64.6vw, 1080px);
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #top {
    background: url(../img/top_bg_sp@2x.png) no-repeat;
    background-size: cover;
    height: min(215vw, 1510px);
    width: 100%;
    position: relative;
  }
}

#top h1 {
  position: absolute;
  top: min(10vw, 180px);
  right: min(90% - 386px, 1370px);
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 386px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #top h1 {
    top: min(6vw, 50px);
    left: 5%;
    right: inherit;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #top h1 img {
    width: min(43vw, 386px) !important;
  }
}
@media only screen and (max-width: 1280px) {
  #top h1 img {
    width: min(23vw, 386px);
  }
}
#top .top_content {
  position: absolute;
  top: min(8vw, 260px);
  left: min(2vw, 500px);
  right: auto;
  margin: 0;
  width: 751px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #top .top_content {
    top: min(7vw, 35px);
    left: 0;
    right: 5%;
    width: 100%;
  }
}
#top .top_heading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  #top .top_heading {
    gap: 12px;
  }
}
#top h2 {
  margin: 0;
  width: 100%;
}
#top h2 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #top h2 img.sp-only {
    width: 100% !important;
  }
  #top h2 img.pc-only {
    width: min(85vw, 685px) !important;
  }
}
@media only screen and (max-width: 1280px) {
  #top h2 img {
    width: min(58.8vw, 751px);
  }
}
#top .top_lead {
  font-size: min(1.55vw, 20px);
  line-height: min(2.78vw, 40px);
  color: #323333;
  text-align: left;
  font-weight: 400;
  padding-left: 20px;
  white-space: nowrap;
}
#top .top_visual {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-left: min(32vw, 500px);
  margin-right: auto;
  width: min(85vw, 1420px);
}
#top .top_visual img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1920px) {
  #top .top_visual {
    right: 0;
    left: auto;
    margin-left: inherit;
    margin-right: inherit;
    width: 1420px;
  }
}
@media only screen and (max-width: 1920px) {
  #top .top_visual {
    margin-left: min(32vw, 500px);
    margin-right: auto;
    width: min(85vw, 1420px);
  }
}
@media only screen and (max-width: 768px) {
  #top .top_visual {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    top: min(73vw, 600px);
  }
  #top .top_visual .top_chara {
    width: 100%;
  }
}

.casestudy_logo {
  height: 8em;
  margin-bottom: 4em;
}

@media screen and (max-width: 768px) {
  .sp-only.casestudy_logo {
    max-width: 90vw;
    object-fit: contain;
  }
}

#body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #707070;
  overflow-x: clip;
}
@media only screen and (max-width: 768px) {
  #body {
    background-color: #F2F7FD;
  }
  #body.scroll_stop {
    overflow: hidden;
  }
}
#body .section_wrap {
  width: 100%;
  font-size: min(10vw, 16px);
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec01 .sec_title {
    padding-top: 10px;
  }
}
#body .section_wrap #sec01 .sec_content {
  padding-top: 40px;
}
#body .section_wrap #sec01 .about_txt {
  font-size: min(10vw, 18px);
  font-weight: 700;
}
#body .section_wrap #sec01 .about_txt.sec16 {
  font-size: min(10vw, 16px);
  font-weight: 400;
}
#body .section_wrap #sec01 .about_txt span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFFF00));
  background: linear-gradient(transparent 50%, #FFFF00 50%);
}
#body .section_wrap #sec01 .about_img {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec01 .about_img {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
#body .section_wrap #sec01 .about_img .about_img_sp {
  width: 120%;
}
#body .section_wrap #sec01 .example {
  width: 100%;
  margin-bottom: 25px;
}
#body .section_wrap #sec01 .example .ex_img {
  width: 11.6%;
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec01 .example .ex_img {
    width: 15.4%;
    min-width: 100px;
    margin-left: -10px;
  }
}
#body .section_wrap #sec01 .example .ex_txt {
  width: 66.4%;
  padding-left: 18px;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec01 .example .ex_txt {
    padding-left: 14px;
    padding-right: 0;
    width: 60%;
  }
}
#body .section_wrap #sec01 .example .ex_txt p {
  font-size: min(10vw, 24px);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec01 .example .ex_txt p {
    font-size: 24px;
  }
}
#body .section_wrap #sec01 .example .ex_txt span {
  font-size: min(10vw, 16px);
}
#body .section_wrap #sec01 .example .ex_time {
  width: 22%;
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec01 .example .ex_time {
    width: 100%;
    margin-top: 10px;
  }
}
#body .section_wrap #sec01 .example .ex_time p {
  border-radius: 10px;
  background: #66D0D8;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
#body .section_wrap #sec01 .merit {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec01 .merit {
    padding-bottom: 0;
  }
}
#body .section_wrap #sec01 .merit .merit_img {
  border-radius: 10px;
  border: 1px solid #66D0D8;
  text-align: center;
  max-width: 278px;
  width: 33%;
  padding: 18px 0;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec01 .merit .merit_img {
    width: 100%;
    max-width: none;
  }
}
#body .section_wrap #sec01 .merit .merit_img p {
  padding-bottom: 10px;
}
#body .section_wrap #sec01 .merit .merit_txt {
  font-size: min(1.5vw, 16px);
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec01 .merit .merit_txt {
    font-size: 16px;
  }
}
#body .section_wrap #sec02 {
  position: relative;
}
#body .section_wrap #sec02 .sub_usability .sub_usa_wrap {
  width: 46.3%;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec02 .sub_usability .sub_usa_wrap {
    padding-bottom: 50px;
    width: 100%;
  }
}
#body .section_wrap #sec02 .sub_usability .sub_usa_wrap .sec_txt_wrap p {
  font-size: min(10vw, 16px);
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec02 .sub_usability .sub_usa_wrap .sec_txt_wrap p {
    font-size: min(10vw, 24px);
  }
}
#body .section_wrap #sec02 .sub_usability .cont_img {
  max-width: 400px;
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec02 .sub_usability .cont_img {
    margin: 0 auto;
  }
}
#body .section_wrap #sec02 .manag_img {
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec02 .manag_img {
    padding-bottom: 10px;
  }
}
#body .section_wrap #sec02 .azure_img {
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec02 .azure_img {
    padding-bottom: 10px;
  }
}
#body .section_wrap #sec03 .deploy_title {
  font-weight: 700;
  font-size: min(10vw, 24px);
  padding-bottom: 20px;
  line-height: 1;
}
#body .section_wrap #sec03 .deploy_img {
  font-weight: 700;
  font-size: min(10vw, 24px);
  padding-bottom: 40px;
  text-align: center;
}
#body .section_wrap #sec03 .deploy_img span {
  text-align: left;
  display: block;
  padding-top: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec03 .deploy_img span {
    padding-left: 20px;
  }
}
#body .section_wrap #sec04 {
  position: relative;
}
#body .section_wrap #sec04 #canvas-complex {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#body .section_wrap #sec04 .mind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  left: -20px;
  width: 102.4%;
  max-width: 900px;
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec04 .mind {
    width: 100%;
    max-width: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
  }
}
#body .section_wrap #sec04 .mind .mind_txt_wrap {
  width: 58%;
  max-width: 520px;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec04 .mind .mind_txt_wrap {
    width: 100%;
    max-width: none;
  }
}
#body .section_wrap #sec04 .mind .mind_txt_wrap .mind_txt_cont {
  padding-bottom: 50px;
}
#body .section_wrap #sec04 .mind .mind_txt_wrap .mind_txt_cont:last-child {
  margin-bottom: 0;
}
#body .section_wrap #sec04 .mind .mind_txt_wrap .mind_txt_cont .ui, #body .section_wrap #sec04 .mind .mind_txt_wrap .mind_txt_cont .ux, #body .section_wrap #sec04 .mind .mind_txt_wrap .mind_txt_cont .dev {
  color: #ffffff;
  height: 56px;
  background: #b3d979;
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
#body .section_wrap #sec04 .mind .mind_txt_wrap .mind_txt_cont .ux {
  background: #FE8AF8;
}
#body .section_wrap #sec04 .mind .mind_txt_wrap .mind_txt_cont .dev {
  background: #FE8FAC;
}
#body .section_wrap #sec04 .mind .mind_txt_wrap .mind_txt_cont .mind_title01 {
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding: 0 20px;
}
#body .section_wrap #sec04 .mind .mind_txt_wrap .mind_txt_cont .mind_title02 {
  font-size: 20px;
  font-weight: 500;
  padding-left: 20px;
  border-left: 1px solid #ffffff;
}
#body .section_wrap #sec04 .mind .mind_txt_wrap .mind_txt_cont .mind_txt {
  letter-spacing: -0.01em;
}
#body .section_wrap #sec05 .qa__box {
  width: 100%;
  position: relative;
  z-index: 2;
  /* heightとpaddingをアニメーション */
}
#body .section_wrap #sec05 .qa__box dl {
  margin-bottom: 10px;
}
#body .section_wrap #sec05 .qa__box dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #F7FAFF;
  text-decoration: none;
  cursor: pointer;
  min-height: 110px;
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec05 .qa__box dl dt {
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
}
#body .section_wrap #sec05 .qa__box dl dt .crossBar {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #66D0D8;
  border-radius: 50px;
}
@media (max-width: 768px) {
  #body .section_wrap #sec05 .qa__box dl dt .crossBar {
    right: 12px;
  }
}
#body .section_wrap #sec05 .qa__box dl dt .crossBar:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 40%;
  background-color: #ffffff;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center; /* 中心を基準にtransform */
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
#body .section_wrap #sec05 .qa__box dl dt .crossBar:after {
  content: "";
  display: inline-block;
  width: 40%;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#body .section_wrap #sec05 .qa__box dl dt.is-open .crossBar::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
#body .section_wrap #sec05 .qa__box dl .qa {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  color: #66D0D8;
  line-height: 1;
  width: 108px;
  text-align: center;
  margin-right: 32px;
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec05 .qa__box dl .qa {
    width: 70px;
    font-size: 40px;
    margin-right: 0;
    padding: 20px 0 40px 0;
  }
}
#body .section_wrap #sec05 .qa__box dl .qa_txt {
  width: 70%;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec05 .qa__box dl .qa_txt {
    width: 60%;
    padding: 20px 0 40px 0;
  }
}
#body .section_wrap #sec05 .qa__box dd {
  margin: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 0; /* max-heightを0にする、レスポンシブ対応 */
  overflow: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec05 .qa__box dd {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec05 .qa__box dd .qa {
    margin-top: -66px;
  }
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec05 .qa__box dd .qa_txt {
    width: 74%;
    margin-top: -66px;
  }
}
#body .section_wrap #sec05 .qa__box dd.is-open {
  padding: 60px 0;
  max-height: 100px;
  border-bottom: 1px solid #66D0D8;
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec05 .qa__box dd.is-open {
    max-height: 140px;
  }
  #body .section_wrap #sec05 .qa__box dd.is-open.open_h {
    max-height: 250px;
  }
}
#body .section_wrap #sec05 .contact_btn_wrap a.common_btn {
  font-size: 20px;
  margin-right: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  padding: 18px 0 20px 0;
}
@media only screen and (max-width: 768px) {
  #body .section_wrap #sec05 .contact_btn_wrap a.common_btn {
    max-width: none;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
#body .section_wrap .sec_content {
  width: min(90vw, 975px);
  background: #ffffff;
  position: relative;
  padding-right: 60px;
  padding-left: 50px;
  padding-bottom: 120px;
  left: 67%;
  -webkit-transform: translate(-61%, 0);
          transform: translate(-61%, 0);
  min-height: 880px;
}
#body .section_wrap .sec_content.bg_grad {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(92%, #ffffff), to(transparent));
  background: linear-gradient(to top, #ffffff 0%, #ffffff 92%, transparent 100%);
}
@media only screen and (max-width: 768px) {
  #body .section_wrap .sec_content.bg_grad {
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(99%, #ffffff), to(transparent));
    background: linear-gradient(to top, #ffffff 0%, #ffffff 99%, transparent 100%);
  }
}
#body .section_wrap .sec_content.no_cont_bg {
  background: transparent;
}
@media only screen and (max-width: 1280px) {
  #body .section_wrap .sec_content {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 768px) {
  #body .section_wrap .sec_content {
    padding: 0 20px 30px 20px;
  }
}

.switch_point .sec_canvas {
  width: 100%;
  height: 100%;
  background-color: #E4F7FC;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
}
.switch_point .sec_bg {
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .switch_point .sec_bg {
    display: none;
  }
}
.switch_point .sec_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.switch_point .sec_bg_img01 {
  opacity: 0;
  z-index: -4;
}
.switch_point .sec_bg_img02 {
  z-index: -3;
  opacity: 0;
}
.switch_point .sec_bg_img03 {
  z-index: -2;
  opacity: 0;
}
.switch_point .sec_bg_img05 {
  z-index: -1;
  opacity: 0;
}
.switch_point .sec_bg_img01.return {
  opacity: 1;
}
.switch_point .sec_bg_img01.return .return_ani01 {
  -webkit-animation-name: return_ani01;
          animation-name: return_ani01;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  opacity: 1;
}
@-webkit-keyframes return_ani01 {
  0% {
    clip-path: inset(0 0 0 0%);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes return_ani01 {
  0% {
    clip-path: inset(0 0 0 0%);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@media only screen and (max-width: 768px) {
  .switch_point .sec_bg_img01.return .return_ani01 {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: unset;
    transition: unset;
  }
}
.switch_point.sec00 .sec_bg_img01 {
  opacity: 1;
}
.switch_point.sec00 .sec_bg_img01 .next_ani01 {
  -webkit-animation-name: next_ani01;
          animation-name: next_ani01;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  opacity: 1;
}
@-webkit-keyframes next_ani01 {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes next_ani01 {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@media only screen and (max-width: 768px) {
  .switch_point.sec00 .sec_bg_img01 .next_ani01 {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: unset;
    transition: unset;
  }
}
.switch_point.sec00 .sec_bg_img02.return_sec {
  opacity: 1;
}
.switch_point.sec00 .sec_bg_img02.return_sec .return_ani02 {
  -webkit-animation-name: return_ani02;
          animation-name: return_ani02;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  opacity: 1;
}
@-webkit-keyframes return_ani02 {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
@keyframes return_ani02 {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
@media only screen and (max-width: 768px) {
  .switch_point.sec00 .sec_bg_img02.return_sec .return_ani02 {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: unset;
    transition: unset;
  }
}
.switch_point.sec02 .sec_bg_img02 {
  opacity: 1;
}
.switch_point.sec02 .sec_bg_img02 .next_ani02 {
  -webkit-animation-name: next_ani02 !important;
          animation-name: next_ani02 !important;
  -webkit-animation-duration: 0.7s !important;
          animation-duration: 0.7s !important;
  -webkit-animation-fill-mode: forwards !important;
          animation-fill-mode: forwards !important;
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
  opacity: 1 !important;
}
@-webkit-keyframes next_ani02 {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes next_ani02 {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@media only screen and (max-width: 768px) {
  .switch_point.sec02 .sec_bg_img02 .next_ani02 {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: unset;
    transition: unset;
  }
}
.switch_point.sec02 .sec_bg_img03.return_sec {
  opacity: 1;
}
.switch_point.sec02 .sec_bg_img03.return_sec .return_ani03 {
  -webkit-animation-name: return_ani03;
          animation-name: return_ani03;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  opacity: 1;
}
@-webkit-keyframes return_ani03 {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 100% 0);
  }
}
@keyframes return_ani03 {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 100% 0);
  }
}
@media only screen and (max-width: 768px) {
  .switch_point.sec02 .sec_bg_img03.return_sec .return_ani03 {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: unset;
    transition: unset;
  }
}
.switch_point.sec03 .sec_bg_img03 {
  opacity: 1;
  z-index: 0;
}
.switch_point.sec03 .sec_bg_img03 .next_ani03 {
  -webkit-animation-name: next_ani03 !important;
          animation-name: next_ani03 !important;
  -webkit-animation-duration: 0.7s !important;
          animation-duration: 0.7s !important;
  -webkit-animation-fill-mode: forwards !important;
          animation-fill-mode: forwards !important;
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
  opacity: 1 !important;
}
@-webkit-keyframes next_ani03 {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes next_ani03 {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@media only screen and (max-width: 768px) {
  .switch_point.sec03 .sec_bg_img03 .next_ani03 {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: unset;
    transition: unset;
  }
}
.switch_point.sec04 .sec_bg_img05.return_sec {
  opacity: 1;
  z-index: 0;
}
.switch_point.sec04 .sec_bg_img05.return_sec .return_ani05 {
  -webkit-animation-name: return_ani05;
          animation-name: return_ani05;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  opacity: 1;
}
@-webkit-keyframes return_ani05 {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
@keyframes return_ani05 {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
@media only screen and (max-width: 768px) {
  .switch_point.sec04 .sec_bg_img05.return_sec .return_ani05 {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: unset;
    transition: unset;
  }
}
.switch_point.sec05 .sec_bg_img05 {
  opacity: 1;
  z-index: 0;
}
.switch_point.sec05 .sec_bg_img05 .next_ani05 {
  -webkit-animation-name: next_ani05 !important;
          animation-name: next_ani05 !important;
  -webkit-animation-duration: 0.7s !important;
          animation-duration: 0.7s !important;
  -webkit-animation-fill-mode: forwards !important;
          animation-fill-mode: forwards !important;
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
  opacity: 1 !important;
}
@-webkit-keyframes next_ani05 {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes next_ani05 {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@media only screen and (max-width: 768px) {
  .switch_point.sec05 .sec_bg_img05 .next_ani05 {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: unset;
    transition: unset;
  }
}

.cont_img {
  border-radius: 20px;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .cont_img {
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px min(3vw, 20px) rgba(48, 201, 241, 0.7);
            box-shadow: 0px 0px min(3vw, 20px) rgba(48, 201, 241, 0.7);
  }
}
.cont_img.is-mask {
  -webkit-animation-name: shadow;
          animation-name: shadow;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
@media only screen and (max-width: 768px) {
  .cont_img.is-mask {
    -webkit-animation: none;
            animation: none;
  }
}
@-webkit-keyframes shadow {
  0% {
    -webkit-box-shadow: 0px 0px min(3vw, 20px) rgba(48, 201, 241, 0);
            box-shadow: 0px 0px min(3vw, 20px) rgba(48, 201, 241, 0);
  }
  100% {
    -webkit-box-shadow: 0px 0px min(3vw, 20px) rgba(48, 201, 241, 0.7);
            box-shadow: 0px 0px min(3vw, 20px) rgba(48, 201, 241, 0.7);
  }
}
@keyframes shadow {
  0% {
    -webkit-box-shadow: 0px 0px min(3vw, 20px) rgba(48, 201, 241, 0);
            box-shadow: 0px 0px min(3vw, 20px) rgba(48, 201, 241, 0);
  }
  100% {
    -webkit-box-shadow: 0px 0px min(3vw, 20px) rgba(48, 201, 241, 0.7);
            box-shadow: 0px 0px min(3vw, 20px) rgba(48, 201, 241, 0.7);
  }
}
.cont_img .mask {
  clip-path: inset(0px 346px round 20px);
}
@media only screen and (max-width: 768px) {
  .cont_img .mask {
    clip-path: inset(0px 0px round 12px);
  }
}
.cont_img .mask.is-mask {
  -webkit-animation-name: slidemask;
          animation-name: slidemask;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
          animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media only screen and (max-width: 768px) {
  .cont_img .mask.is-mask {
    -webkit-animation: none;
            animation: none;
  }
}
@-webkit-keyframes slidemask {
  0% {
    clip-path: inset(0px 346px round 12px);
  }
  100% {
    clip-path: inset(0px 0px round 13px);
  }
}
@keyframes slidemask {
  0% {
    clip-path: inset(0px 346px round 12px);
  }
  100% {
    clip-path: inset(0px 0px round 13px);
  }
}

.over {
  margin-bottom: 50px;
}
.over .over_cont {
  position: relative;
  color: #fff;
  text-align: center;
}

.over_l, .over_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.over_l .over_space, .over_r .over_space {
  min-width: 20%;
}
@media only screen and (max-width: 768px) {
  .over_l .over_space, .over_r .over_space {
    min-width: inherit;
  }
}

.over_c .over_cont {
  width: 100vw;
  max-width: 1152px;
  min-width: 1152px;
  left: 50%;
  margin-left: -576px;
}
@media only screen and (max-width: 1152px) {
  .over_c .over_cont {
    margin: 0 calc(50% - 50vw);
    max-width: auto;
    min-width: auto;
    left: 0%;
  }
}

.over_l .over_cont {
  width: 100vw;
  left: -140px;
  max-width: 692px;
}
@media only screen and (max-width: 1152px) {
  .over_l .over_cont {
    margin-left: calc(50% - 50vw);
    left: 0%;
    max-width: 692px;
  }
}
@media only screen and (max-width: 768px) {
  .over_l .over_cont {
    width: auto;
    margin-left: inherit;
  }
}

.over_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.over_r .over_cont {
  width: 100vw;
  right: -140px;
  max-width: 692px;
}
@media only screen and (max-width: 1152px) {
  .over_r .over_cont {
    margin-right: calc(50% - 50vw);
    right: 0%;
    max-width: 692px;
  }
}
@media only screen and (max-width: 768px) {
  .over_r .over_cont {
    width: auto;
    margin-right: inherit;
  }
}

.more_list li {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.more_list li .news_press {
  font-size: 14px;
  color: #ffffff;
  border-radius: 6px;
  background: #66D0D8;
  padding: 0 8px 1px 8px;
}
.more_list li .news_cate .news_press {
  margin-left: 10px;
}
.more_list li .news_cate {
  font-size: 16px;
  color: #B3B3B3;
  padding-bottom: 15px;
}
.more_list li .news_txt {
  font-size: 16px;
}
.more_list li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.more_list li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.more_list .news_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  position: relative;
  text-decoration: none;
  text-align: center;
  z-index: 0;
  font-size: min(10vw, 16px);
  font-weight: 400;
  line-height: 1;
  width: 200px;
  height: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #707070;
  border: 1px solid #66D0D8;
  cursor: pointer;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .more_list .news_btn {
    font-size: min(10vw, 16px);
  }
}
.more_list .news_btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  border-radius: 50px;
}
.more_list .news_btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#66D0D8), to(#66D0D8));
  background: linear-gradient(#66D0D8 0%, #66D0D8 100%);
  border-radius: 50px;
}
.more_list .news_btn:hover {
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #66D0D8;
}
.more_list .news_btn:hover:before {
  opacity: 0;
}

.section_wrap > * {
  width: 100%;
}

.news_top {
  padding-top: 20px !important;
  padding-bottom: 60px !important;
}
@media (max-width: 768px) {
  .news_top {
    padding-top: 40px;
  }
}

.animate_none {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: unset;
  transition: unset;
}

.news_wrap .news_title {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.news_wrap h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.news_wrap .annotation{
  font-size: 12px;
}
.news_wrap .annotation.with-spacing {
  display: block;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .news_wrap .news_title {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
.news_wrap .news_title .news_press {
  font-size: 14px;
  color: #ffffff;
  border-radius: 6px;
  background: #66D0D8;
  padding: 0 8px 1px 8px;
}
.news_cate .news_press {
  margin-left: 10px;
}
.news_wrap .news_title .news_cate {
  font-size: 16px;
  color: #B3B3B3;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .news_wrap .news_title .news_cate {
    padding-bottom: 15px;
  }
}
.news_wrap .news_title .news_txt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.news_wrap .news_title h2:not(:last-child) {
  margin-bottom: 0;
}
 .news_wrap .news_title .news_subtxt {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
 }
@media (max-width: 768px) {
  .news_wrap .news_title .news_txt {
    font-size: 16px;
    line-height: 2;
  }
  .news_wrap h2 {
    font-size: 16px;
  }
.news_wrap .news_title .news_subtxt {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}
}
.news_wrap .news_title a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news_wrap .news_title a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news_wrap .news_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  position: relative;
  text-decoration: none;
  text-align: center;
  z-index: 0;
  font-size: min(10vw, 16px);
  font-weight: 400;
  line-height: 1;
  width: 200px;
  height: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #707070;
  border: 1px solid #66D0D8;
  cursor: pointer;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .news_wrap .news_btn {
    font-size: min(10vw, 16px);
  }
}
.news_wrap .news_btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  border-radius: 50px;
}
.news_wrap .news_btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#66D0D8), to(#66D0D8));
  background: linear-gradient(#66D0D8 0%, #66D0D8 100%);
  border-radius: 50px;
}
.news_wrap .news_btn:hover {
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #66D0D8;
}
.news_wrap .news_btn:hover:before {
  opacity: 0;
}
.news_wrap .news_cont {
  min-height: 350px;
}
.news_wrap .news_cont p {
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 1.5;
}

video {
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

.two_columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .two_columns {
    grid-template-columns: 1fr;
  }
}

.label_wrap {
  margin-bottom: 5px;
}
.label {
  font-size: 14px;
  background-color: #66D0D8;
  color: #ffffff;
  padding: 4px 8px 3px 8px;
  display: inline-block;
  margin-right: 10px;
}

.company {
  display: grid;
  grid-template-columns: minmax(205px, 25%) 1fr;
  gap: 20px;
  border: 1px solid #66D0D8;
  padding: 20px;
  margin-bottom: 40px;
}
.company_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    padding: 0 25px;
    border: 1px solid #f2f2f2;
  }

@media screen and (max-width: 768px) {
  .company {
    grid-template-columns: 1fr;
  }
  .company_logo {
    padding: 0 19px;
    justify-self: center;
  }
}
  .company_details h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .company_details p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
  .company_details p:last-child {
    margin-bottom: 0;
  }

.company_meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  font-size: 14px;
  line-height: 1.5;
}
.company_meta_item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid #E6E6E6;
}
.company_meta_item:last-child {
  border-bottom: 1px solid #E6E6E6;
}
.company_meta_label {
  font-weight: bold;
  text-align: left;
}
.company_meta_value {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .company_meta_item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .company_meta_label {
    display: block;
  }
  .company_meta_value {
    display: block;
    border-top: 1px solid #E6E6E6;
    padding-top: 8px;
  }
}

@media screen and (min-width: 769px) {
  .press-page .company_meta.meta-wide .company_meta_item {
    grid-template-columns: 150px 1fr;
  }
}

.letter-dash {
  padding: 0;
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(#707070, #707070);
  background-position: center center;
  background-size: 87.5% 2px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.image_wrap {
  margin-bottom: 40px;
}
.caption {
  font-size: 0.8em;
  margin-top: 5px;
  line-height: 1.25em;
}

a.link {
  color: #66D0D8;
  text-decoration: underline;
}

#news ~ .sec_txt_wrap {
  padding-bottom: 0 !important;
}

.news_grid {
  padding-bottom: 10px;
}

.news_grid.two_columns {
  gap: 50px;
}

.news_item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}

.news_item > a {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.news_item:hover {
  opacity: 0.7;
}

.news_item_img {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.news_item_img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.news_item_date {
  font: normal normal normal 16px/32px "Source Han Sans JP", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  color: #B3B3B3;
  margin: 0;
}

.news_item_desc {
  font: normal normal normal 16px/28px "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  color: #707070;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.img-max320 {
  max-width: 320px;
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 40px;
  margin: 0;
}

.body-strong,
.body_bold {
  font: normal normal bold 14px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  color: #707070;
  text-align: left;
}

.no-gap {
  padding-bottom: 0 !important;
  margin: 0 !important;
}
.no-gap img { display: block; margin: 0; }

.no-gap + .note_link { margin-top: 10px; }

.note_link {
  font: normal normal normal 14px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  color: #707070;
  margin: 8px 0 0 0;
}
.note_link a {
  color: #66D0D8;
  text-decoration: underline;
}

.pb-60 { padding-bottom: 60px !important; }


/*# sourceMappingURL=style.css.map */

