@charset "UTF-8";
/* ===================================================================
Theme Name: temp04
Theme URI:
Description:
Author: FURAZOA inc. customized Ad-business Center 
Author URI: 
Version: 1.0.1
=================================================================== */
/* ===================================================================
Colour Palette
Blue lowlight #39a0ca --> #3e6fb7
Pink highlight #ffb14c --> Yellow Highlight #fbf253
Yellow highlight #ffde22 --> omitt
Purple #00752c --> SkyBlue #75b6d9
Green #478559 --> #3e6fb7
=================================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500i&display=swap");
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #1f1f1f;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;color:#3e6fb7;
}

a {
  /* display: block; */
  color: #ff0000;
  /* color: #1f1f1f; */
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease;
}

a:hover {
  transition: all 0.2s ease;
}

a:visited {
  outline: none;
}

::-moz-selection {
  background-color: #00a0e9;
  color: #FFFFFF;
}

::selection {
  background-color: #00a0e9;
  color: #FFFFFF;
}

::-moz-selection {
  background-color: #00a0e9;
  color: #FFFFFF;
}

.legacy-ie {
  background: #eee;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

.legacy-ie a {
  text-decoration: none;
}

.noscript {
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::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
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

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

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

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

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

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

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

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

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in 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(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

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

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*----------------------------------------------------
  header
----------------------------------------------------*/
.header {
  position: relative;
  z-index: 50;
  background: #FFFFFF;
  width: 100%;
}

.header__inner {
  position: relative;
  max-width: 100% !important;
  height: 56px;
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
  }
}

.header__logo {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 5;
}

@media screen and (min-width: 769px) {
  .header__logo {
    left: 20px;
    width: 35%;
    max-width: 620px;
  }
}

@media screen and (min-width: 992px) {
  .header__logo {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .header__logo {
    left: 40px;
  }
}

.header__logo .logo {
	width: 150px;
	/* width: 120px; */
  /* width: 230px; */
  line-height: 0;
}

@media screen and (min-width: 769px) {
  .header__logo .logo {
    width: 300px;
  }
}

@media screen and (min-width: 1200px) {
  .header__logo .logo {
	width: 500px;
  }
}

.header__logo .text {
  display: none;
}

@media screen and (min-width: 769px) {
  .header__logo .text {
    display: block;
    margin-top: 8px;
    color: #3e6fb7;
    /* color: #1e324c; */
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1200px) {
  .header__logo .text {
    width: auto;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.3;
  }
}

.header__logo .text span {
  font-size: 87.5%;
}

.header .header-gnav {
  width: 84.5%;
  height: 100%;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
  transform: translate(100%);
  transition: all .5s;
}

.header .header-gnav.open {
  transform: translateZ(0);
}

@media screen and (min-width: 769px) {
  .header .header-gnav {
    position: static;
    background: transparent;
    width: auto;
    height: auto;
    transform: none;
  }
}

.header .header-gnav__menu {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}

@media screen and (min-width: 769px) {
  .header .header-gnav__menu {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: auto;
  }
}

.header .header-gnav__list {
  height: 100%;
}

@media screen and (min-width: 769px) {
  .header .header-gnav__list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.header .header-gnav__item {
  border-bottom: 1px solid #3e6fb7;
  /* border-bottom: 1px solid #1e324c; */
  height: 100%;
}

@media screen and (min-width: 769px) {
  .header .header-gnav__item {
    border-bottom: none;
    height: 100%;
  }
}

.header .header-gnav__item:nth-of-type(2) {
  position: relative;
}

@media screen and (min-width: 769px) {
  .header .header-gnav__item:nth-of-type(2)::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 5%;
    border: 2px solid #3e6fb7;
    /* border: 2px solid #1e324c; */
    width: 90%;
    height: 40px;
    border-radius: 20px;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768.98px) {
  .header .header-gnav__item:nth-of-type(2) a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.header .header-gnav__item:last-child {
  border-bottom: none;
}

.header .header-gnav__item a {
  color: #3e6fb7;
  /* color: #1e324c; */
  display: block;
  padding: 20px 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .header .header-gnav__item a {
    padding: 0 20px;
    height: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .header .header-gnav__item a {
    padding: 0 30px;
  }
}

@media screen and (min-width: 769px) {
  .header .header-gnav__item a:hover {
    background: #3e6fb7;
    /* background: #1e324c; */
    color: #FFFFFF;
  }
}

.header-menu {
  position: absolute;
  top: 17px;
  right: 5%;
  z-index: 1000;
  width: 28px;
  height: 21px;
  cursor: pointer;
  transition: transform .5s;
}

@media screen and (min-width: 769px) {
  .header-menu {
    display: none;
  }
}

.header-menu.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.header-menu.active span:nth-of-type(2) {
  opacity: 0;
}

.header-menu.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.header-menu span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.header-menu span:nth-of-type(1) {
  top: 0;
}

.header-menu span:nth-of-type(2) {
  top: 10px;
}

.header-menu span:nth-of-type(3) {
  bottom: 0;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity .5s;
}

.overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .overlay {
    display: none;
  }
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
.footer {
  position: relative;
  z-index: 5;
  background: #75b6d9;
  /* background: #1e324c; */
  color: #FFFFFF;
  padding: 40px 0 15px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .footer {
    padding: 80px 0;
    text-align: left;
  }
}

.footer__inner {
  margin: auto;
  max-width: 1380px;
}

.footer-top {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .footer-top {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
  }
}

.footer-top__logo img {
  width: 230px;
}

@media screen and (min-width: 769px) {
  .footer-top__logo img {
    width: 311px;
  }
}

.footer-top__logo-text {
  position: relative;
  margin: 20px 0 0 0;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 769px) {
  .footer-top__logo-text {
    margin: 0 0 0 30px;
    padding-left: 20px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 769px) {
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media screen and (min-width: 769px) {
  .footer-bottom__contact {
    display: flex;
    align-items: flex-start;
  }
}

.footer-bottom__contact .title {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .footer-bottom__contact .title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.footer-bottom__contact .text {
  position: relative;
  margin: 15px 0 0 0;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 769px) {
  .footer-bottom__contact .text {
    margin: 0 0 0 30px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.footer-bottom__contact .text span {
  margin-right: 1em;
}

.footer-bottom__contact .text span.tel {
  margin-right: 0;
}

.footer-bottom__contact .text a {
  display: inline;
  color: #FFFFFF;
}

.footer-bottom .copyright {
  margin-top: 20px;
  font-size: 10.5px;
  font-size: 0.65625rem;
}

@media screen and (min-width: 769px) {
  .footer-bottom .copyright {
    margin-top: 0;
    text-align: right;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.u--color-black {
  color: #1f1f1f !important;
}

.u--color-white {
  color: #FFFFFF !important;
}

.u--color-grey {
  color: #dcdcdc !important;
}

.u--color-grey-light {
  color: #eeeeee !important;
}

.u--color-grey-dark {
  color: #7d7d7d !important;
}

.u--colo-greyr-ultra-dark {
  color: #313131 !important;
}

.u--color-blue {
  color: #00a0e9 !important;
}

@media screen and (max-width: 424.98px) {
  .u--min-xs {
    display: none !important;
  }
}

@media screen and (max-width: 553.98px) {
  .u--min-sm {
    display: none !important;
  }
}

@media screen and (max-width: 768.98px) {
  .u--min-md {
    display: none !important;
  }
}

@media screen and (max-width: 991.98px) {
  .u--min-lg {
    display: none !important;
  }
}

@media screen and (max-width: 1199.98px) {
  .u--min-xl {
    display: none !important;
  }
}

@media screen and (min-width: 425px) {
  .u--max-xs {
    display: none !important;
  }
}

@media screen and (min-width: 554px) {
  .u--max-sm {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u--max-md {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .u--max-lg {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .u--max-xl {
    display: none !important;
  }
}

@media screen and (max-width: 424.98px) {
  .u--between-xs-sm {
    display: none !important;
  }
}

@media screen and (min-width: 554px) {
  .u--between-xs-sm {
    display: none !important;
  }
}

@media screen and (max-width: 424.98px) {
  .u--between-xs-md {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u--between-xs-md {
    display: none !important;
  }
}

@media screen and (max-width: 424.98px) {
  .u--between-xs-lg {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .u--between-xs-lg {
    display: none !important;
  }
}

@media screen and (max-width: 424.98px) {
  .u--between-xs-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .u--between-xs-xl {
    display: none !important;
  }
}

@media screen and (max-width: 553.98px) {
  .u--between-sm-md {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u--between-sm-md {
    display: none !important;
  }
}

@media screen and (max-width: 553.98px) {
  .u--between-sm-lg {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .u--between-sm-lg {
    display: none !important;
  }
}

@media screen and (max-width: 553.98px) {
  .u--between-sm-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .u--between-sm-xl {
    display: none !important;
  }
}

@media screen and (max-width: 768.98px) {
  .u--between-md-lg {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .u--between-md-lg {
    display: none !important;
  }
}

@media screen and (max-width: 768.98px) {
  .u--between-md-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .u--between-md-xl {
    display: none !important;
  }
}

@media screen and (max-width: 991.98px) {
  .u--between-lg-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .u--between-lg-xl {
    display: none !important;
  }
}

.u--comingsoon {
  opacity: .2 !important;
  pointer-events: none !important;
}

.u--comingsoon * {
  pointer-events: none !important;
}

/*----------------------------------------------------
  common
----------------------------------------------------*/
html.js-open {
  position: absolute;
  width: 100%;
  overflow: hidden;
}

body.js-open .hero__titlebox.wrap-on {
  z-index: 1;
}

body {
  background: #f5f5f5;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.mb-s{margin-bottom:50px}

@media screen and (min-width: 769px) {
  body {
    font-size: 16.8px;
    font-size: 1rem;
  }
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.sp-block {
  display: block;
}

@media screen and (min-width: 769px) {
  .sp-block {
    display: none;
  }
}

.sp-none {
  display: none;
}

@media screen and (min-width: 769px) {
  .sp-none {
    display: block;
  }
}

.tab-block {
  display: block;
}

@media screen and (min-width: 992px) {
  .tab-block {
    display: none;
  }
}

.tab-none {
  display: none;
}

@media screen and (min-width: 992px) {
  .tab-none {
    display: block;
  }
}

.sm-inline {
  display: inline;
}

@media screen and (min-width: 554px) {
  .sm-inline {
    display: none;
  }
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

/*----------------------------------------------------
  loading
----------------------------------------------------*/
.loading,
.loading_inner {
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.loading {
  position: fixed;
  z-index: 100;
}

.loading_inner {
  position: absolute;
  background: white;
}

/*----------------------------------------------------
  breadcrumb
----------------------------------------------------*/
/*----------------------------------------------------
  column
----------------------------------------------------*/
/*----------------------------------------------------
  list
----------------------------------------------------*/
/*----------------------------------------------------
  heading
----------------------------------------------------*/
.section__title {
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .section__title {
    margin-bottom: 60px;
  }
}

.section__title .jp {
  color: #3e6fb7;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .section__title .jp {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.section__title .en {
  display: inline;
  color: #1e324c;
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: normal;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .section__title .en {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.block__title {
  position: relative;
  color: #3e6fb7;
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1.4;
}


.top-about__bottom__content .block__title{
    color:#3e6fb7;
}

@media screen and (min-width: 769px) {
  .block__title {
    margin-bottom: 30px;
    font-size: 32px;
    font-size: 2rem;
  }
}

/*----------------------------------------------------
  table
----------------------------------------------------*/
/*----------------------------------------------------
  button
----------------------------------------------------*/
.button {
  position: relative;
  display: block;
  background: #fbf253;
  border: 1px solid #fbf253;
  color: #3e6fb7;
  margin: auto;
  padding: 0 25px;
  width: 100%;
  max-width: 280px;
  height: 60px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .button {
    padding: 0 45px;
    height: 70px;
    line-height: 70px;
  }
}

@media screen and (min-width: 769px) {
  .button:hover {
    background: #FFFFFF;
    color: #fbf253;
    /* color: #1e324c; */
  }
}

.button.arw::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #3e6fb7;
  border-right: 1px solid #3e6fb7;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  .button.arw::before {
    right: 35px;
  }
}

@media screen and (min-width: 769px) {
  .button.arw:hover::before {
    border-top: 1px solid #fbf253;
    border-right: 1px solid #fbf253;
  }
}

.button.red {
  background: #fbf253;
  border: 1px solid #fbf253;
  max-width: 400px;
  height: 65px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 65px;
}

@media screen and (min-width: 769px) {
  .button.red {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .button.red:hover {
    background: #FFFFFF;
    color: #fbf253;
    /* color: #c61010; */
  }
}

@media screen and (min-width: 769px) {
  .button.red:hover::before {
    border-top: 1px solid #fbf253;
    border-right: 1px solid #fbf253;
    /* border-top: 1px solid #c61010;
    border-right: 1px solid #c61010; */
  }
}

/*----------------------------------------------------
  text
----------------------------------------------------*/
/*----------------------------------------------------
  image
----------------------------------------------------*/
.image-lap {
  position: relative;
  z-index: 1;
}

.image-lap::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 8px;
  left: 8px;
  border: 1px solid #FFFFFF;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}

@media screen and (min-width: 769px) {
  .image-lap::before {
    top: 10px;
    left: 10px;
  }
}

/*----------------------------------------------------
  YouTube
----------------------------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 50px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------
  pagetop
----------------------------------------------------*/
.pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
}

.pagetop a {
  position: relative;
  display: block;
  background: #fbf253;
  color: #3e6fb7;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  .pagetop a {
    width: 60px;
    height: 60px;
  }
}

.pagetop a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #3e6fb7;
  border-left: 1px solid #3e6fb7;
  transform: rotate(45deg);
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  .pagetop a::after {
    width: 13px;
    height: 13px;
  }
}

@media screen and (min-width: 769px) {
  .pagetop a:hover::after {
    margin-top: -3px;
  }
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

@media screen and (min-width: 769px) {
  .container {
    padding: 0 40px;
    max-width: 1080px;
  }
}

/*----------------------------------------------------
  top
----------------------------------------------------*/
.hero {
  position: relative;
  width: 100%;
  max-height: 880px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .hero {
    max-height: 1020px;
  }
}

.hero .slick-slider,
.hero .slick-list,
.hero .slick-track {
  width: 100%;
  height: 100%;
}

.hero .slick-slider {
  z-index: 5;
}

.hero .slick-slide {
  outline: none;
}

.hero .polygonwrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero #polygon {
  height: 100%;
}

.hero__textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 200px;
  /* max-width: 480px; */
  text-align: left;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .hero__textbox {
    width: 30%;
    max-width: 480px;
    /* width: 56%;
    max-width: 791px; */
  }
}

.hero__title span {
  background: #c61010;
  color: #FFFFFF;
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 769px) {
  .hero__title span {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.hero__text {
  background: rgba(245, 245, 245, 0.8);
  margin: auto;
  max-width: 500px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  text-shadow: 0px 0px 2px #f5f5f5, 0px 0px 10px #f5f5f5, 0px 0px 15px #f5f5f5, 0px 0px 20px #f5f5f5;
}

.top-about__top1 {
  background: #75b6d9;
  /* background: #1e324c; */
  padding: 50px 0;
}

@media screen and (min-width: 769px) {
  .top-about__top1 {
    padding: 100px 0;
    /* padding: 115px 0 120px; */
  }
}

.top-about__top2 {
  background: #3e6fb7;
  padding: 50px 0;
}

@media screen and (min-width: 769px) {
  .top-about__top2 {
    padding: 100px 0;
    /* padding: 115px 0 120px; */
  }
}

@media screen and (min-width: 769px) {
  .top-about__top__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.top-about__top__image {
  margin-bottom: 20px;
  padding: 50px;
  width: 100%;
  background: #FFFFFF;
}

@media screen and (min-width: 769px) {
  .top-about__top__image {
    margin-bottom: 0;
    /* width: 65%; */
  }
}

.top-about__top__textbox {
  position: relative;
  z-index: 2;
  /* background: #FFFFFF; */
  /* padding: 35px 25px; */
  width: 100%;
  color: #FFFFFF;
}
.top-about__top__textbox.wh p{color:#3e6fb7;display:block;text-align: left}
@media screen and (min-width: 769px) {
  .top-about__top__textbox {
    /* margin: 20% 0 0 -30%; */
    padding: 50px;
    /* padding: 70px 50px; */
    /* width: 65%; */
  }
}

.top-about__top__textbox .text {
  margin-top: -2px;
  font-size: 1.14rem;
  /*font-size: 14px;
  font-size: 0.875rem; */
  line-height: 2.1;
}

/***************/
.top-about__mid {
  padding: 50px 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .top-about__mid {
    padding: 120px 0;
  }
}

.top-about .section__title span.mid {
  color: #3e6fb7;
}

.top-about__mid__image {
  padding: 5%
}

.top-about__mid__textbox {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 5%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .top-about__mid__textbox {
    padding: 0 40px;
    max-width: 1080px;
  }
}

.top-about__mid__textbox .title {
  text-align: center;
  margin: 50px auto 30px;
}

.top-about__mid__textbox a {
  display:block;
  margin: 5%;
  background: #555;
  /* background: #3e6fb7; */
}
.top-about__mid__textbox a img:hover {
  opacity:0.7;
  transition:0.3s;
}

.top-about__mid__textbox .text {
	font-size: 0.875rem;
	line-height: 2.0;
}

/***************/
.top-about__on-bottom {
  background-image: url(../img/home/about-bg01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

@media screen and (min-width: 769px) {
  .top-about__on-bottom {
    padding: 120px 0;
  }
}

.top-about__on-bottom__content {
  position: relative;
  background: #FFFFFF;
  padding: 40px;
}

@media screen and (min-width: 769px) {
  .top-about__on-bottom__content {
    align-items: center;
    padding: 80px 50px;
  }
}

/***************/

.top-about__bottom {
  /*background-image: url(../img/home/about-bg01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;*/
  padding: 50px 0;
}

.top-about__bottom__icons{display:flex;width:100%;gap:15px}
.top-about__bottom__icons div{width:100%;margin-bottom:60px}
.top-about__bottom__icons div b{color:#fff;font-size:1.14rem;font-weight:normal;display:block;}

@media screen and (max-width: 769px) {
.top-about__bottom__icons{flex-wrap: wrap;gap: 0 20px}
.top-about__bottom__icons div{width:calc(50% - 10px);}	
	
}
	
	
	
@media screen and (min-width: 769px) {
  .top-about__bottom {
    padding: 100px 0;
  }
}

.top-about__bottom__content {
  position: relative;
  /* background: #3e6fb7; */
  /* padding: 50px; */
}

@media screen and (min-width: 769px) {
  .top-about__bottom__content {
    display: flex;
    justify-content: center;
    /* justify-content: space-between; */
    align-items: center;
    /* padding: 50px; */
    flex-direction: column;
  }
}

.top-about__bottom__textbox {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .top-about__bottom__textbox {
    padding-bottom: 70px;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .top-about__bottom__textbox {
    width: 100%;
  }
}

.top-about__bottom__textbox .text {
  margin-bottom: 25px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  .top-about__bottom__textbox .text {
    margin-bottom: 45px;
  }
}

.top-about__bottom .icon__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 35px;
  width: 100%;
  max-width: 280px;
}

@media screen and (min-width: 769px) {
  .top-about__bottom .icon__list {
    margin: 0;
    width: 320px;
    max-width: none;
  }
}

@media screen and (min-width: 992px) {
  .top-about__bottom .icon__list {
    width: 360px;
  }
}

.top-about__bottom .icon__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-left: 5.556%;
  padding: 10px;
  width: 41.667%;
  height: 100px;
  box-shadow: 0px 4px 30px 0px rgba(30, 50, 76, 0.1);
}

@media screen and (min-width: 769px) {
  .top-about__bottom .icon__item {
    margin-left: 5.556%;
    height: 125px;
  }
}

@media screen and (min-width: 992px) {
  .top-about__bottom .icon__item {
    height: 150px;
  }
}

.top-about__bottom .icon__item:nth-child(odd) {
  margin-left: 0;
}

.top-about__bottom .icon__item:nth-child(n+3) {
  margin-top: 5.556%;
}

.top-about__bottom .icon__item:nth-child(3n) {
  margin-left: 11.112%;
}

.top-about__bottom .icon__item .icon i {
  font-size: 45px;
}

@media screen and (min-width: 769px) {
  .top-about__bottom .icon__item .icon i {
    font-size: 64px;
  }
}

@media screen and (min-width: 992px) {
  .top-about__bottom .icon__item .icon i {
    font-size: 82px;
  }
}

.top-about__bottom .icon__item .icon i::before {
  color: #1e324c;
}

.top-about__bottom .icon__item .caption {
  color: #1e324c;
  margin-top: 10px;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .top-about__bottom .icon__item .caption {
    margin-top: 12px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 992px) {
  .top-about__bottom .icon__item .caption {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.top-about__bottom .button {
  background: #fbf253;
  border: 1px solid #fbf253;
  /* background: #c61010;
  border: 1px solid #c61010; */
}

@media screen and (min-width: 769px) {
  .top-about__bottom .button {
    /* position: absolute; */
    /* bottom: 50px; */
    /* left: 50px; */
  }
}

@media screen and (min-width: 769px) {
  .top-about__bottom .button:hover {
    background: #FFFFFF;
    color: #fbf253;
  }
}

@media screen and (min-width: 769px) {
  .top-about__bottom .button:hover::before {
    border-top: 1px solid #fbf253;
    border-right: 1px solid #fbf253;
    /* border-top: 1px solid #c61010;
    border-right: 1px solid #c61010; */
  }
}

.top-about .section__title span {
  color: #FFFFFF;
}

.top-news {
  position: relative;
  padding: 50px 0 0;
}

@media screen and (min-width: 769px) {
  .top-news {
    /* padding: 115px 0 0; */
  }
}

@media screen and (min-width: 769px) {
  .top-news__inner {
    max-width: 1040px;
  }
}

.top-news__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

@media screen and (min-width: 769px) {
  .top-news__list {
    margin-bottom: 130px;
  }
}

.top-news__list::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 60px;
  background: #FFFFFF;
  width: 100vw;
  height: calc(100% - 30px);
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
  max-width: auto;
  max-width: initial;
}

@media screen and (min-width: 769px) {
  .top-news__list::before {
    height: calc(100% - 20px);
    top: 70px;
  }
}

.top-news__item {
  width: 100%;
}

@media screen and (min-width: 554px) {
  .top-news__item {
    padding: 0 2.0834%;
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .top-news__item {
    width: 33.3334%;
  }
}

.top-news__item:nth-child(n+2) {
  margin-top: 25px;
}

@media screen and (min-width: 554px) {
  .top-news__item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 554px) {
  .top-news__item:nth-of-type(3) {
    margin-top: 25px;
  }
}

@media screen and (min-width: 769px) {
  .top-news__item:nth-of-type(3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 554px) {
  .top-news__item:nth-child(n+4) {
    margin-top: 25px;
  }
}

@media screen and (min-width: 769px) {
  .top-news__item:nth-child(n+4) {
    margin-top: 4.1667%;
  }
}

@media screen and (min-width: 769px) {
  .top-news__item a:hover .image-lap::before {
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 769px) {
  .top-news__item a:hover .time {
    background: #fbf253;
  }
}

.top-news__item .image {
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .top-news__item .image {
    margin-bottom: 35px;
  }
}

.top-news__item .image img {
  width: 100%;
}

.top-news__item .image-lap::before {
  border: 1px solid #3e6fb7;
  top: 6px;
  left: 6px;
}

.top-news__item .title {
  margin-bottom: 10px;
  color: #3e6fb7;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  .top-news__item .title {
    margin-bottom: 12px;
    min-height: 46px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.top-news__item .time {
  float: right;
  display: block;
  background: #3e6fb7;
  color: #FFFFFF;
  width: 90px;
  height: 25px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  .top-news__item .time {
    width: 120px;
    height: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 30px;
  }
}

#news .top-report {
  padding: 10px 0 0 !important;
}

@media screen and (min-width: 769px) {
  #news .top-report {
    padding: 20px 0 0 !important;
  }
}

#news .top-report .section__title {
  margin: 10px 0 25px !important;
}

@media screen and (min-width: 769px) {
  #news .top-report .section__title {
    margin: 15px 0 35px !important;
  }
}

.top-report {
  position: relative;
  padding: 50px 0 0;
}

@media screen and (min-width: 769px) {
  .top-report {
    padding: 115px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .top-report__inner {
    max-width: 1040px;
  }
}

.top-report .top-report__list {
  overflow-x: scroll;
}

.top-report table {
  width: 380px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

@media screen and (min-width: 554px) {
  .top-report table {
    width: 100%;
  }
}

.top-report table .bg {
  background: #1e324c;
  color: #FFFFFF;
  font-weight: bold;
}

.top-report table th {
  text-align: left;
  width: 50%;
  background: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 11px;
}

@media screen and (min-width: 554px) {
  .top-report table th {
    font-size: 14px;
  }
}

.top-report table th .company {
  font-size: 10px !important;
  margin: 0 !important;
}

@media screen and (min-width: 554px) {
  .top-report table th .company {
    font-size: 12px !important;
  }
}

.top-report table td {
  width: 50%;
  background: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  font-size: 11px;
}

@media screen and (min-width: 554px) {
  .top-report table td {
    font-size: 14px;
  }
}

.top-report table td a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .top-report table td a:hover {
    text-decoration: none;
    color: #c61010;
  }
}

.top-system {
  padding: 50px 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .top-system {
    padding: 120px 0;
  }
}

.links{
  padding: 50px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .links {
    padding: 80px 0 120px;
  }
}

.links .bnnr {
	margin-bottom: 14px;
}

/*----------------------------------------------------
  subpage-hero
----------------------------------------------------*/
.subpage-hero {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 28% 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .subpage-hero {
    padding: 13% 0;
  }
}

.subpage-hero__inner {
  position: relative;
  height: 100%;
}

.subpage-hero__title {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFFFFF;
  padding: 0 5%;
  width: 100%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1200px) {
  .subpage-hero__title {
    padding: 0;
  }
}

.subpage-hero__title .en {
  display: inline;
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 769px) {
  .subpage-hero__title .en {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.subpage-hero__title .jp {
  position: relative;
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .subpage-hero__title .jp {
    margin-top: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#page-challenger .subpage-hero {
  background-image: url(../img/challenger/hero.jpg);
}

#page-curriculum .subpage-hero {
  background-image: url(../img/curriculum/hero.jpg);
}

#page-news .subpage-hero {
  background-image: url(../img/news/hero.jpg);
}

#page-reports .subpage-hero {
  background-image: url(../img/reports/hero.jpg);
}

/*----------------------------------------------------
  challenger
----------------------------------------------------*/
#challenger .subpage-hero__title .en br {
  display: none;
}

@media screen and (max-width: 375px) {
  #challenger .subpage-hero__title .en br {
    display: inline-block;
  }
}

.challenger-anchor {
  padding: 50px 0 0;
}

@media screen and (min-width: 769px) {
  .challenger-anchor {
    padding: 120px 0 0;
  }
}

.challenger-anchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -1.5%;
}

.challenger-anchor__item {
  width: 50%;
  padding: 0 1.522%;
}

@media screen and (min-width: 554px) {
  .challenger-anchor__item {
    width: 33.3334%;
  }
}

.challenger-anchor__item:nth-child(n+3) {
  margin-top: 3.044%;
}

@media screen and (min-width: 554px) {
  .challenger-anchor__item:nth-child(n+3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 554px) {
  .challenger-anchor__item:nth-child(n+4) {
    margin-top: 3.044%;
  }
}

.challenger-anchor__item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3e6fb7;
  border: 1px solid #3e6fb7;
  color: #FFFFFF;
  padding: 5px 30px 5px 10px;
  height: 60px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .challenger-anchor__item a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 40px;
    height: 70px;
  }
}

.challenger-anchor__item a:hover {
  background: #FFFFFF;
  color: #ffb14c;
  /* color: #1e324c; */
  border: 1px solid #ffb14c;
}

.challenger-anchor__item a:hover::before {
  border-bottom: 2px solid #ffb14c;
  border-right: 2px solid #ffb14c;
  /* border-bottom: 2px solid #1e324c;
  border-right: 2px solid #1e324c; */
}

.challenger-anchor__item a::before {
  content: "";
  position: absolute;
  top: 44%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  .challenger-anchor__item a::before {
    top: 42%;
    right: 25px;
    width: 10px;
    height: 10px;
  }
}

.challenger-mission {
  padding: 50px 0;
}

@media screen and (min-width: 769px) {
  .challenger-mission {
    padding: 120px 0;
  }
}

.challenger-mission__catch {
  background: #c61010;
  color: #FFFFFF;
  margin-bottom: 40px;
  padding: 9px 15px 8px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .challenger-mission__catch {
    margin-bottom: 70px;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.1;
  }
}

.challenger-mission .section__title {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .challenger-mission .section__title {
    margin-bottom: 40px;
  }
}

.challenger-mission__text {
  margin-bottom: 40px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .challenger-mission__text {
    margin-bottom: 80px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1;
  }
}

.challenger-mission__text span {
  position: relative;
  display: inline-block;
  margin-right: -1px;
}

.challenger-mission__text span::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #1f1f1f;
  width: 100%;
  height: 2px;
}

.challenger-mission__text span::after {
  content: '';
  margin-right: 1px;
  float: right;
}

.challenger-mission__text br {
  line-height: 0;
}

.challenger-recruitment {
  background: #FFFFFF;
  padding: 50px 0;
}

@media screen and (min-width: 769px) {
  .challenger-recruitment {
    padding: 120px 0;
  }
}

.challenger-recruitment__table {
  width: 100%;
}

.challenger-recruitment__table th{color: #75b6d9!important }

.challenger-recruitment__table tr:last-child th {
  border-bottom: none;
}

@media screen and (min-width: 769px) {
  .challenger-recruitment__table tr:last-child th {
    border-bottom: 1px solid #75b6d9;
  }
}

.challenger-recruitment__table tr:last-child td {
  border-bottom: 1px solid #3e6fb7;
}

.challenger-recruitment__table th, .challenger-recruitment__table td {
  display: block;
  padding: 15px;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .challenger-recruitment__table th, .challenger-recruitment__table td {
    display: table-cell;
    padding: 35px 0 35px 30px;
    vertical-align: top;
  }
}

.challenger-recruitment__table th {
  border-top: 1px solid #75b6d9;
  width: 100%;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .challenger-recruitment__table th {
    width: 25%;
  }
}

.challenger-recruitment__table td {
  border-top: 1px solid #3e6fb7;
}

.challenger-recruitment .list01 {
  counter-reset: item;
  margin-top: 1.65em;
}

.challenger-recruitment .list01.m0 {
  margin: 0;
}

.challenger-recruitment .list01__item {
  position: relative;
  padding-left: 1.6em;
}

.challenger-recruitment .list01__item:nth-child(n+2) {
  margin-top: 1.35em;
}

.challenger-recruitment .list01__item::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

.challenger-recruitment .list01__item > ul {
  counter-reset: item;
}

.challenger-recruitment .list01__item > ul li {
  position: relative;
  margin-top: .95em;
  padding-left: 1.6em;
}

.challenger-recruitment .list01__item > ul li::before {
  counter-increment: item;
  content: counter(item) ")";
  position: absolute;
  top: 0;
  left: 0;
}

.challenger-recruitment .list02__item {
  position: relative;
  padding-left: .75em;
}

.challenger-recruitment .list02__item:nth-child(n+2) {
  margin-top: 1.35em;
}

.challenger-recruitment .list02__item::before {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 0;
  background: #1f1f1f;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}

.challenger-recruitment .button.red {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .challenger-recruitment .button.red {
    margin-top: 80px;
  }
}

.challenger-merit {
  padding: 50px 0;
}

@media screen and (min-width: 769px) {
  .challenger-merit {
    padding: 120px 0;
  }
}

.challenger-merit__list {
  counter-reset: item;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .challenger-merit__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.challenger-merit__item:nth-child(even) {
  flex-direction: row-reverse;
}

.challenger-merit__item:nth-child(n+2) {
  margin-top: 25px;
}

@media screen and (min-width: 769px) {
  .challenger-merit__item:nth-child(n+2) {
    margin-top: 50px;
  }
}

.challenger-merit__image {
  margin-bottom: 15px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .challenger-merit__image {
    margin-bottom: 0;
    width: 35%;
  }
}

.challenger-merit__image img {
  width: 100%;
}

.challenger-merit__textbox {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .challenger-merit__textbox {
    width: 60%;
  }
}

.challenger-merit__textbox .title {
  position: relative;
  color: #3e6fb7;
  margin-bottom: 10px;
  padding-left: 47px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .challenger-merit__textbox .title {
    margin-bottom: 20px;
    padding-left: 55px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.challenger-merit__textbox .title::before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  position: absolute;
  top: -0.25em;
  left: 0;
  color: #fbf253;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .challenger-merit__textbox .title::before {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.challenger-learning {
  background: #FFFFFF;
  padding: 50px 0;
}

@media screen and (min-width: 769px) {
  .challenger-learning {
    padding: 120px 0;
  }
}

.challenger-learning__text {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .challenger-learning__text {
    margin-bottom: 40px;
  }
}

.challenger-learning .button {
  margin-top: 40px;
  max-width: 400px;
  height: 65px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 65px;
}

@media screen and (min-width: 769px) {
  .challenger-learning .button {
    margin-top: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.challenger-company {
  padding: 50px 0;
}

@media screen and (min-width: 769px) {
  .challenger-company {
    padding: 115px 0 120px;
  }
}

.challenger-company__annotation {
  margin-bottom: 50px;
  text-align: center;
  color: #1e324c;
  font-size: 14px;
  font-size: 1.0rem;
  line-height: 1.3;
}


.challenger-company__text {
  margin-bottom: 20px;
  text-align: center;
  color: #3e6fb7;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .challenger-company__text {
    margin-bottom: 40px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
}

@media screen and (min-width: 769px) {
  .challenger-company__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
}

.challenger-company__item {
  background: #FFFFFF;
  margin-left: 0;
  width: 100%;
  overflow: hidden;
	/* border:1px solid #3e6fb7; */
	color:#3e6fb7;
}

@media screen and (min-width: 769px) {
  .challenger-company__item {
    margin-left: 5%;
    width: 47.5%;
  }
}

.challenger-company__item:nth-child(odd) {
  margin-left: 0;
}

.challenger-company__item:nth-child(n+2) {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .challenger-company__item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .challenger-company__item:nth-child(n+3) {
    margin-top: 5%;
  }
}

.challenger-company__item .name {
  position: relative;
  color: #234373;
  /* color: #1e324c; */
  padding: 20px 50px 20px 25px;
  padding-bottom: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .challenger-company__item .name {
    padding: 45px 50px 17px;
    padding-bottom: 17px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    cursor: default;
  }
}

.challenger-company__item .name::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 31px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #3e6fb7;
  border-right: 2px solid #3e6fb7;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  .challenger-company__item .name::before {
    display: none;
  }
}

.challenger-company__item .name.active::before {
  top: 46%;
  right: 24px;
  transform: rotate(225deg) translateY(-50%);
}

.challenger-company__item .accordion {
  position: relative;
  display: none;
  padding: 17px 25px 25px;
}

@media screen and (min-width: 769px) {
  .challenger-company__item .accordion {
    display: block;
    padding: 17px 50px 45px;
  }
}

.challenger-company__item .accordion::before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  background: #a9adb4;
  width: calc(100% - 50px);
  height: 2px;
}

@media screen and (min-width: 769px) {
  .challenger-company__item .accordion::before {
    left: 50px;
    width: calc(100% - 100px);
  }
}

.challenger-company__item .url {
  position: relative;
  word-break: break-all;
}

.challenger-company__item .url a {
  display: inline-block;
  color: #75b6d9;
}

.challenger-company__item .url a::after {
  content: '';
  display: inline-block;
  background-image: url(../img/icon-blank.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 12px auto;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.challenger-company__item .url a:hover {
  opacity: .7;
}

.challenger-company__item .info dt {
  background: #3e6fb7;
  color: #FFFFFF;
  display: inline-block;
  margin: 20px 0 10px;
  padding: 0 25px;
  height: 26px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 26px;
  border-radius: 13px;
}

.challenger-company__item .info dt.focus {
  background: #fbf253;
  color: #3e6fb7;
}

.div-info{display:flex;margin-top:25px;justify-content: space-between}
.div-info span.focus{  background: #009ac0;color:#fff;border-radius: 30px;display:inline-block;padding:3px 15px;
font-size:0.8rem;margin:0 0 15px 0}
.div-info div:first-child{width:40%}
.div-info div:last-child{width:50%}

.div-info.one-c{display: block}

@media screen and (max-width: 769px) {
	.div-info{flex-direction: column;gap:20px}	
	.div-info > div{width:100%;}
}


.challenger-company__item .info dd.focus {
  font-size: 1.4em;
  font-weight: bolder;
  /* color: #ffb14c; */ /* PNK */
}

@media screen and (min-width: 769px) {
  .challenger-company__item .info dt {
    margin: 28px 0 15px;
  }
}

.challenger-staff {
  background: #FFFFFF;
  padding: 50px 0;
}

@media screen and (min-width: 769px) {
  .challenger-staff {
    padding: 115px 0 120px;
  }
}

.challenger-staff__annotation {
  margin-bottom: 50px;
  text-align: center;
  color: #3e6fb7;
  font-size: 14px;
  font-size: 1.0rem;
  line-height: 1.3;
}

.challenger-staff h3 {
  background: #fbf253;
  color: #3e6fb7;
  margin: 50px 0 50px;
  padding: 0 23px;
  height: 36px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 36px;
  border-radius: 18px;
}

@media screen and (min-width: 769px) {
  .challenger-staff__item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.challenger-staff__item:nth-child(n+2) {
  margin-top: 35px;
}

@media screen and (min-width: 769px) {
  .challenger-staff__item:nth-child(n+2) {
    margin-top: 50px;
  }
}

.challenger-staff__image-large {
  position: relative;
  margin: 0 auto 50px;
  width: 100%;
  /* max-width: 150px; */
}

.challenger-staff__image {
  position: relative;
  margin: 0 auto 15px;
  width: 65%;
  max-width: 150px;
}

@media screen and (min-width: 769px) {
  .challenger-staff__image-large {
    margin: 0 0 80px;
    width: auto;
    max-width: none;
  }
  .challenger-staff__image {
    margin: 0;
    width: auto;
    max-width: none;
  }
}

@media screen and (min-width: 769px) {
  .challenger-staff__image::before {
    content: " ";
    display: block;
    width: 150px;
  }
}

.challenger-staff__image img {
  width: 100%;
}

.challenger-staff__textbox {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .challenger-staff__textbox {
    margin-left: 50px;
  }
  .challenger-staff__textbox.no-margin {
    margin-left: auto;
  }
}

.challenger-staff__textbox .name {
  color: #3e6fb7;
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .challenger-staff__textbox .name {
font-size:24px;
	  font-size:1.53rem
  }
}

.challenger-staff__textbox .name span {
  margin-left: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

.challenger-staff__textbox .position {
  color: #3e6fb7;
}

.challenger-staff__textbox .career dt {
  color: #3e6fb7;
  background: #fbf253;
  display: inline-block;
  margin: 20px 0 10px;
  padding: 0 23px;
  height: 26px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 26px;
  border-radius: 13px;
}

@media screen and (min-width: 769px) {
  .challenger-staff__textbox .career dt {
    margin: 25px 0 15px;
  }
}

.challenger-staff__textbox .career dd {
  color: #3e6fb7;
}

.challenger-cta {
  padding: 50px 0;
}

/* ----- */
.challenger-mission p.ToForm,
.challenger-recruitment p.ToForm,
.challenger-cta p.ToForm {
	padding: 20px;
	text-align: center;
	color: #3e6fb7;
}
/* ----- */

@media screen and (min-width: 769px) {
  .challenger-cta {
    padding: 115px 0 120px;
  }
}

.challenger-cta .button.pdf {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding: 15px;
  max-width: 500px;
  height: 75px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  background-color: #75b6d9;
  border: 1px solid #75b6d9;
}

@media screen and (min-width: 769px) {
  .button.pdf:hover {
    background: #fbf253;
    color: #3e6fb7;
  }
}

@media screen and (min-width: 769px) {
  .challenger-cta .button.pdf {
    display: block;
    margin-bottom: 120px;
    padding: 0 15px;
    height: 100px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 100px;
  }
}

.challenger-cta .button.pdf i {
  margin-right: 7px;
  font-size: 20px;
  font-size: 1.25rem;
  vertical-align: sup;
}

@media screen and (min-width: 769px) {
  .challenger-cta .button.pdf i {
    margin-right: 10px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.challenger-cta .button.pdf br {
  display: block;
}

@media screen and (min-width: 375px) {
  .challenger-cta .button.pdf br {
    display: none;
  }
}

.challenger__formbox {
  background: #FFFFFF;
  padding: 40px 25px 45px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .challenger__formbox {
    padding: 75px 25px 80px;
  }
}

.challenger__formbox .block__title {
  margin-bottom: 25px;
}

@media screen and (min-width: 769px) {
  .challenger__formbox .block__title {
    margin-bottom: 35px;
  }
}

.challenger__formbox .button {
  margin-top: 35px;
}

@media screen and (min-width: 769px) {
  .challenger__formbox .button {
    margin-top: 50px;
  }
}

/*----------------------------------------------------
  curriculum
----------------------------------------------------*/
.curriculum-flow {
  padding: 50px 0;
}

@media screen and (min-width: 769px) {
  .curriculum-flow {
    padding: 120px 0;
  }
}

.curriculum-flow__image {
  background: #FFFFFF;
  padding: 25px;
}

@media screen and (min-width: 769px) {
  .curriculum-flow__image {
    padding: 50px;
  }
}

.curriculum-info {
  background: #FFFFFF;
  padding: 50px 0;
}

@media screen and (min-width: 769px) {
  .curriculum-info {
    padding: 120px 0;
  }
}

.curriculum-info__text {
  color: #1e324c;
  margin-top: 35px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 425px) {
  .curriculum-info__text {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .curriculum-info__text {
    margin-top: 70px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.curriculum-info__note {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .curriculum-info__note {
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.curriculum-info .button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  max-width: 400px;
  height: 65px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.25;
}

@media screen and (min-width: 769px) {
  .curriculum-info .button {
    margin-top: 80px;
    height: 80px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.curriculum-seninar {
  padding: 50px 0;
}

@media screen and (min-width: 769px) {
  .curriculum-seninar {
    padding: 120px 0;
  }
}

.curriculum-special-seninar {
  background: #FFFFFF;
  padding: 50px 0;
}

@media screen and (min-width: 769px) {
  .curriculum-special-seninar {
    padding: 120px 0;
  }
}

.curriculum__table-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.curriculum__table {
  width: 100%;
  min-width: 600px;
}

.curriculum__table tr:nth-child(4n) td:nth-of-type(2), .curriculum__table tr:nth-child(4n) td:nth-of-type(3), .curriculum__table tr:nth-child(4n+2) td:nth-of-type(2), .curriculum__table tr:nth-child(4n+2) td:nth-of-type(3) {
  border-bottom: 1px solid #a9adb4;
}

.curriculum__table tr:nth-child(2n+3) td:first-child {
  border-left: 1px solid #1e324c;
}

.curriculum__table tr:nth-child(4n) td, .curriculum__table tr:nth-child(4n+1) td {
  background: #eeeeee;
}

.curriculum__table th, .curriculum__table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .curriculum__table th, .curriculum__table td {
    padding: 35px;
  }
}

.curriculum__table th {
  background: #34465e;
  border-left: 1px solid #1e324c;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

.curriculum__table th:first-child {
  border-left: none;
  width: 20%;
}

.curriculum__table th:nth-of-type(2) {
  width: 15%;
}

.curriculum__table td {
  border-bottom: 1px solid #1e324c;
  border-left: 1px solid #1e324c;
}

.curriculum__table td:first-child {
  border-left: none;
}

.curriculum__table td.item {
  font-weight: bold;
  text-align: center;
}

.curriculum__table02 {
  width: 100%;
  min-width: 600px;
}

.curriculum__table02 tr:nth-child(2n+3) td {
  background: #eeeeee;
}

.curriculum__table02 th, .curriculum__table02 td {
  border-left: 1px solid #1e324c;
  padding: 15px;
  line-height: 1.5;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .curriculum__table02 th, .curriculum__table02 td {
    padding: 40px 30px;
  }
}

.curriculum__table02 th:first-child, .curriculum__table02 td:first-child {
  border-left: none;
}

@media screen and (min-width: 769px) {
  .curriculum__table02 th:first-child, .curriculum__table02 td:first-child {
    padding: 40px 15px;
  }
}

.curriculum__table02 th {
  background: #34465e;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

.curriculum__table02 th:first-child {
  width: 15%;
}

.curriculum__table02 th:nth-of-type(2) {
  width: 25%;
}

.curriculum__table02 th:nth-of-type(3) {
  width: 25%;
}

.curriculum__table02 th:nth-of-type(4) {
  width: 35%;
}

.curriculum__table02 td {
  border-bottom: 1px solid #1e324c;
}

.curriculum__table02 td b {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.curriculum__table02 td small {
  display: block;
  margin-top: -0.5em;
  font-size: 12px;
  font-size: 0.75rem;
}

.curriculum__table02 td:first-child {
  text-align: center;
}

/*----------------------------------------------------
  news
----------------------------------------------------*/
.news-content {
  padding: 50px 0 55px;
}

@media screen and (min-width: 769px) {
  .news-content {
    padding: 120px 0;
  }
}

.news-content__inner {
  max-width: 1040px;
}

.news-content .top-news__list {
  margin-bottom: 0;
}

.news-content .top-news__list::before {
  display: none;
}

/*----------------------------------------------------
  news detail
----------------------------------------------------*/
.news-detail {
  padding: 50px 0 55px;
}

@media screen and (min-width: 769px) {
  .news-detail {
    padding: 120px 0;
  }
}

.news-detail__entry {
  background: #FFFFFF;
  padding: 25px 15px;
}

@media screen and (min-width: 769px) {
  .news-detail__entry {
    padding: 80px 50px;
  }
}

.news-detail__header .time {
  display: inline-block;
  background: #3e6fb7;
  color: #FFFFFF;
  width: 90px;
  height: 25px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  .news-detail__header .time {
    width: 160px;
    height: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 30px;
  }
}

.news-detail__header .title {
  color: #3e6fb7;
  border-bottom: 2px solid #3e6fb7;
  margin: 15px 0 25px;
  padding-bottom: 20px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .news-detail__header .title {
    margin: 30px 0 50px;
    padding-bottom: 40px;
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.news-detail h2 {
  color: #3e6fb7;
  border-bottom: 2px solid #3e6fb7;
  margin: 45px 0 25px;
  padding-bottom: 15px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .news-detail h2 {
    margin: 95px 0 35px;
    padding-bottom: 18px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.news-detail h3 {
  background: #eee;
  margin: 25px 0 20px;
  padding: 17px 15px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 5px;
}

@media screen and (min-width: 769px) {
  .news-detail h3 {
    margin: 42px 0 38px;
    padding: 23px 20px;
    font-size: 20px;
    font-size: 1.25rem;
    border-radius: 10px;
  }
}

.news-detail h4 {
  border-left: 5px solid #3e6fb7;
  margin: 25px 0 20px;
  padding-left: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .news-detail h4 {
    margin: 48px 0 32px;
    padding-left: 10px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.news-detail .image, .news-detail p, .news-detail ul {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .news-detail .image, .news-detail p, .news-detail ul {
    margin-bottom: 28px;
  }
}

.news-detail p a {
  display: inline;
  text-decoration: underline;
}

.news-detail p a:hover {
  text-decoration: none;
}

.news-detail ul li {
  position: relative;
  padding-left: 0.8em;
}

.news-detail ul li::before {
  content: '';
  position: absolute;
  top: 0.65em;
  left: 0;
  background: #1e324c;
  width: 4px;
  height: 4px;
}

.news-detail ul li:nth-child(n+2) {
  margin-top: 5px;
}

.news-detail blockquote {
  position: relative;
  border: 1px solid #dcdcdc;
  margin-top: 30px;
  padding: 30px 33px;
}

@media screen and (min-width: 769px) {
  .news-detail blockquote {
    margin-top: 45px;
    padding: 70px 100px;
  }
}

.news-detail blockquote::before, .news-detail blockquote::after {
  content: '';
  position: absolute;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 15px auto;
  width: 15px;
  height: 12px;
}

@media screen and (min-width: 769px) {
  .news-detail blockquote::before, .news-detail blockquote::after {
    background-size: 29px auto;
    width: 29px;
    height: 23px;
  }
}

.news-detail blockquote::before {
  top: 15px;
  left: 15px;
  background-image: url(../img/news/detail/quote01.svg);
}

@media screen and (min-width: 769px) {
  .news-detail blockquote::before {
    top: 50px;
    left: 50px;
  }
}

.news-detail blockquote::after {
  bottom: 15px;
  right: 15px;
  background-image: url(../img/news/detail/quote02.svg);
}

@media screen and (min-width: 769px) {
  .news-detail blockquote::after {
    bottom: 50px;
    right: 50px;
  }
}

.news-detail .textbox {
  position: relative;
  border: 1px solid #dcdcdc;
  margin-top: 30px;
  padding: 30px 33px;
}

@media screen and (min-width: 769px) {
  .news-detail .textbox {
    margin-top: 45px;
    padding: 70px 100px;
  }
}

.news-detail .mb0 {
  margin-bottom: 0;
}

.news-detail .arw {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .news-detail .arw {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .news-detail .col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .news-detail .col figure {
    width: 48%;
  }
}

@media screen and (min-width: 769px) {
  .news-detail .col .text {
    width: 48%;
  }
}

.news-detail figure {
  background: #1e324c;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .news-detail figure {
    margin-bottom: 28px;
  }
}

.news-detail figure figcaption {
  display: block;
  background: #75b6d9;
  color: #fff;
  padding: 7px;
  text-align: center;
  line-height: 1.35;
  font-size: 13px;
  font-size: 0.8125rem;
}

.ul_r{display:inline-block;border-bottom:4px solid #fbf253;margin-bottom:8px}
