@charset "UTF-8";
/*!
 * ress.css v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

* {
  letter-spacing: 0.05rem;
}

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

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:focus {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

html {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 520px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  scroll-behavior: smooth;
}

@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}

@media screen and (max-width: 820px), print {
  .ipad__hide {
    display: none !important;
  }
}
@media print {
  .ipad__hide {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .ipad__show {
    display: none !important;
  }
}

@media screen and (max-width: 520px) {
  .smp__hide {
    display: none !important;
  }
}

@media screen and (min-width: 521px) {
  .smp__show {
    display: none !important;
  }
}
@media print {
  .smp__show {
    display: none !important;
  }
}

.fs0 {
  font-size: 0;
}

.fs-S {
  font-size: 14px;
}

.fs-M {
  font-size: 18px;
}
@media screen and (max-width: 820px), print {
  .fs-M {
    font-size: 16px;
  }
}

.fs-L {
  font-size: 22px;
}
@media screen and (max-width: 820px), print {
  .fs-L {
    font-size: 18px;
  }
}

.flex {
  display: flex;
}

@media screen and (max-width: 820px), print {
  .flexColumn {
    flex-direction: column;
  }
}

@media screen and (max-width: 820px), print {
  .flexreColumn {
    flex-direction: column-reverse;
  }
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.alignCenter {
  align-items: center;
}

.justBetween {
  justify-content: space-between;
}

.justCenter {
  justify-content: center;
}

.justStart {
  justify-content: flex-start;
}

.justEnd {
  justify-content: flex-end;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

.wrap-1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}

.col-2 {
  width: 47%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 23%;
}

.w-100 {
  width: 100%;
}

:root {
  --headerHeight: 100px;
  --sectionTop: 80px;
  --sectionBottom: 100px;
}
@media screen and (max-width: 1024px) {
  :root {
    --headerHeight: 60px;
  }
}
@media screen and (max-width: 820px), print {
  :root {
    --sectionTop: 40px;
    --sectionBottom: 60px;
  }
}
@media print {
  :root {
    --headerHeight: 60px;
  }
}

.margin {
  margin-top: var(--sectionTop);
  margin-bottom: var(--sectionBottom);
}

.padding {
  padding-top: var(--sectionTop);
  padding-bottom: var(--sectionBottom);
}

.mb-S {
  margin-bottom: 25px;
}

.mb-M {
  margin-bottom: 30px;
}

.mb-L {
  margin-bottom: 40px;
}

main,
.second {
  padding-top: var(--headerHeight);
}

#pankuzu {
  margin: 10px 0;
}
#pankuzu ul {
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto;
  white-space: nowrap;
}
#pankuzu li {
  display: inline-block;
  font-size: 12px;
}
#pankuzu li + li {
  margin-left: 10px;
}
#pankuzu li a {
  color: #144087;
  border-bottom: 1px solid #144087;
}

#page_header {
  text-align: center;
  background-color: #144087;
  padding: 45px 0;
}
@media screen and (max-width: 520px) {
  #page_header {
    padding: 30px 0;
  }
}
#page_header h1 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  #page_header h1 {
    margin-bottom: -5px;
  }
}
@media screen and (max-width: 520px) {
  #page_header h1 {
    font-size: 30px;
  }
}
#page_header .en {
  color: #f15025;
  font-size: 20px;
}

.secTitle {
  font-size: 36px;
  font-weight: 500;
  position: relative;
  padding-top: 35px;
  margin-bottom: 30px;
}
.secTitle::after {
  position: absolute;
  content: attr(data-en);
  color: #e2d7c4;
  font-size: 30px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.secTitle.__blue::after {
  color: #77a7bc;
}
.secTitle.__white {
  color: #fff;
}
@media screen and (max-width: 820px), print {
  .secTitle {
    padding-top: 30px;
    font-size: 28px;
  }
  .secTitle:after {
    font-size: 26px;
  }
}
@media screen and (max-width: 520px) {
  .secTitle {
    font-size: 26px;
  }
  .secTitle:after {
    font-size: 24px;
  }
}

.brownBg {
  background-color: #f7f2ed;
}

.blueBg {
  background-color: #77a7bc;
}

.button01 {
  background-color: #144087;
  border: 2px solid #144087;
  color: #fff;
  display: block;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  max-width: 250px;
  margin: 35px auto 0;
}
@media screen and (max-width: 520px) {
  .button01 {
    font-size: 16px;
    padding: 15px 0;
    max-width: 100%;
    width: 100%;
  }
}
.button01.__center {
  margin: 0 auto;
}
@media screen and (max-width: 820px), print {
  .button01.__left {
    margin: 0 auto;
  }
}
.button01:visited {
  color: #fff;
}
.button01:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translate(0, -50%) rotate(45deg);
  right: 20px;
  top: 50%;
}
.button01:hover {
  background-color: #fff;
  color: #144087;
  opacity: 1;
}
.button01:hover:after {
  border: 1px solid #144087;
  border-left: 0;
  border-bottom: 0;
}

.editor h1 {
  font-size: 200%;
}

.editor h2 {
  font-size: 150%;
}

.editor h3 {
  font-size: 120%;
}

.editor h4 {
  font-size: 100%;
}

.editor h5 {
  font-size: 80%;
}

.editor h6 {
  font-size: 70%;
}

.editor p {
  display: block;
  margin: 1em 0;
}

.editor strong {
  font-weight: bold;
}

.editor b {
  font-weight: bold;
}

.editor em {
  font-style: italic;
}

.editor blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* img */
.editor .aligncenter {
  display: block;
  margin: 0 auto;
}

.editor .alignright {
  float: right;
}

.editor .alignleft {
  float: left;
}

.editor img[class*=wp-image-],
.editor img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

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

.gallery {
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

.gallery-item {
  float: left;
  margin-bottom: 0 !important;
}

.gallery-icon {
  text-align: center;
}

.gallery-icon img {
  height: auto;
  margin-bottom: 10px !important;
}

.gallery-caption {
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
  width: 31.33333%;
  margin: 0 1%;
}

.gallery-columns-4 .gallery-item {
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
  width: 18%;
  margin: 0 1%;
}

@media screen and (max-width: 640px) {
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}
#page_header {
  text-align: center;
  background-color: #144087;
  padding: 50px 0;
}

.Bg404 {
  background-color: #efefef;
  padding: 90px 0;
}
@media screen and (max-width: 520px) {
  .Bg404 .button01 {
    width: 70%;
  }
}

@media screen and (max-width: 520px) {
  .text404 {
    text-align: left;
  }
}

.btn404:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(20, 64, 135);
  opacity: 1;
}
.btn404:hover span::after {
  width: 100%;
}

ul li {
  list-style: none;
}

/* header */
header {
  background-color: #fff;
  box-shadow: 0px -5px 12px #000;
  position: fixed;
  transition: 0.5s;
  width: 100%;
  z-index: 999;
}
@media print {
  header {
    position: absolute;
  }
}
header .header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 100px;
  padding: 0 25px;
}
@media screen and (max-width: 1024px) {
  header .header-inner {
    height: 70px;
  }
}
@media print {
  header .header-inner {
    height: 70px;
  }
}
header .header-inner .logo {
  display: block;
  padding: 15px 0;
}
header .header-inner .logo .header_logo img {
  max-width: 645px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1650px) {
  header .header-inner .logo .header_logo img {
    max-width: 445px;
  }
}
@media screen and (max-width: 1370px) {
  header .header-inner .logo .header_logo img {
    max-width: 380px;
  }
}
@media screen and (max-width: 1200px) {
  header .header-inner .logo .header_logo img {
    max-width: 340px;
  }
}
@media screen and (max-width: 520px) {
  header .header-inner .logo .header_logo img {
    max-width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-inner #gNav {
    background-image: url(../images/top/sunaBg.png);
    background-color: #fff;
    background-repeat: repeat;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 100px;
    width: 80%;
    transform: translateX(100%);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100vh;
    background-color: #efefef;
  }
  header .header-inner #gNav.is-show-nav {
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  }
  header .header-inner #gNav .gNav_bg01 {
    background-color: #efefef;
  }
}
@media screen and (max-width: 1024px) {
  header .header-inner #gNav {
    top: 70px;
  }
}
@media print {
  header .header-inner #gNav {
    display: none;
  }
}
header .header-inner #gNav ul {
  display: flex;
  position: relative;
  z-index: 3;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header .header-inner #gNav ul {
    flex-direction: column;
    padding: 30px;
    width: 68%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 820px), print {
  header .header-inner #gNav ul {
    width: 85%;
  }
}
@media screen and (max-width: 520px) {
  header .header-inner #gNav ul {
    width: 100%;
    padding: 30px 20px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1500px) {
  header .header-inner #gNav ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 1300px) {
  header .header-inner #gNav ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 1100px) {
  header .header-inner #gNav ul li {
    font-size: 11px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-inner #gNav ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  header .header-inner #gNav ul li {
    font-size: 16px;
  }
}
header .header-inner #gNav ul li + li {
  margin-left: 25px;
}
@media screen and (max-width: 1500px) {
  header .header-inner #gNav ul li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1300px) {
  header .header-inner #gNav ul li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-inner #gNav ul li + li {
    margin-left: 0;
  }
}
header .header-inner #gNav ul li .menu_hover {
  display: block;
  padding: 20px 0;
  transition: all 0.5s ease;
}
header .header-inner #gNav ul li .menu_hover:hover {
  opacity: 1;
  color: #1b4390;
}
header .header-inner #gNav ul li .menu_hover:hover span::after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  header .header-inner #gNav ul li .menu_hover {
    padding: 0;
  }
}
header .header-inner #gNav ul li .menu_hover span {
  position: relative;
}
header .header-inner #gNav ul li .menu_hover span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0; /* ←最初は0 */
  height: 2px;
  background: #1b4390;
  transition: width 0.3s ease;
}
header .header-inner #gNav ul li .btn_hover {
  display: block;
  padding: 20px 0;
  transition: all 0.5s ease;
}
header .header-inner #gNav ul li .btn_hover:hover {
  opacity: 1;
  color: #fff;
}
header .header-inner #gNav ul li .btn_hover:hover span::after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  header .header-inner #gNav ul li .btn_hover {
    padding: 0;
  }
}
header .header-inner #gNav ul li .btn_hover span {
  position: relative;
}
header .header-inner #gNav ul li .btn_hover span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0; /* ←最初は0 */
  height: 2px;
  background: #fff;
  transition: width 0.3s ease;
}
header .header-inner #gNav ul .list_btn {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  header .header-inner #gNav ul .list_btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  header .header-inner #gNav ul .list_btn {
    width: 100%;
  }
}
header .header-inner #gNav ul .list_btn a {
  background: linear-gradient(45deg, #1b4390, #009ba7);
  color: #fff;
  display: block;
  padding: 17px 0;
  text-align: center;
  transition: all 0.5s ease;
  width: 180px;
}
@media screen and (max-width: 1400px) {
  header .header-inner #gNav ul .list_btn a {
    width: 140px;
  }
}
@media screen and (max-width: 1260px) {
  header .header-inner #gNav ul .list_btn a {
    width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-inner #gNav ul .list_btn a {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  header .header-inner #gNav ul .sns_icons {
    display: flex;
    margin-top: 25px;
    justify-content: center;
  }
}
header .header-inner #gNav ul .sns_icons .sns_icon + .sns_icon {
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  header .header-inner #gNav ul .sns_icons .sns_icon + .sns_icon {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-inner #gNav ul .sns_icons .sns_icon + .sns_icon {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  header .header-inner .sp_nav-btn {
    transition: 0.3s;
  }
  header .header-inner .icon-animation {
    width: 40px;
    height: 30px;
    display: block;
    cursor: pointer;
    position: absolute;
    left: 50%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -5px;
  }
  header .header-inner .icon-animation span {
    width: 40px;
    height: 2px;
    display: block;
    background: #111754;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    -ms-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
    background-color: #fff;
  }
  header .header-inner .icon-animation .top {
    top: calc(50% - 10px);
  }
  header .header-inner .icon-animation .bottom {
    top: calc(50% + 10px);
  }
  header .header-inner .icon-animation:before {
    content: "MENU";
    display: block;
    position: absolute;
    left: 50%;
    letter-spacing: 0;
    bottom: -17px;
    color: #fff;
    font-size: 12px;
    width: 40px;
    font-family: "outfit";
    transform: translate(-50%, 0);
  }
  header .header-inner .icon-animation button {
    background-color: #168014;
    border: none;
  }
  header .header-inner .is-open .middle {
    background: transparent;
  }
  header .header-inner .is-open .top {
    -webkit-transform: rotate(-45deg) translate(-68%, -50%);
    -ms-transform: rotate(-45deg) translate(-68%, -50%);
    transform: rotate(-45deg) translate(-68%, -50%);
    top: calc(50% - 23px);
  }
  header .header-inner .is-open .bottom {
    -webkit-transform: rotate(45deg) translate(-68%, -50%);
    -ms-transform: rotate(45deg) translate(-68%, -50%);
    transform: rotate(45deg) translate(-68%, -50%);
    top: calc(50% + 15px);
  }
  header .header-inner .is-open.icon-animation:before {
    content: "CLOSE";
    font-family: "outfit";
  }
}
@media print {
  header .header-inner .sp_nav-btn {
    transition: 0.3s;
  }
  header .header-inner .icon-animation {
    width: 40px;
    height: 30px;
    display: block;
    cursor: pointer;
    position: absolute;
    left: 50%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -5px;
  }
  header .header-inner .icon-animation span {
    width: 40px;
    height: 2px;
    display: block;
    background: #111754;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    -ms-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
    background-color: #fff;
  }
  header .header-inner .icon-animation .top {
    top: calc(50% - 10px);
  }
  header .header-inner .icon-animation .bottom {
    top: calc(50% + 10px);
  }
  header .header-inner .icon-animation:before {
    content: "MENU";
    display: block;
    position: absolute;
    left: 50%;
    letter-spacing: 0;
    bottom: -17px;
    color: #fff;
    font-size: 12px;
    width: 40px;
    font-family: "outfit";
    transform: translate(-50%, 0);
  }
  header .header-inner .icon-animation button {
    background-color: #168014;
    border: none;
  }
  header .header-inner .is-open .middle {
    background: transparent;
  }
  header .header-inner .is-open .top {
    -webkit-transform: rotate(-45deg) translate(-68%, -50%);
    -ms-transform: rotate(-45deg) translate(-68%, -50%);
    transform: rotate(-45deg) translate(-68%, -50%);
    top: calc(50% - 23px);
  }
  header .header-inner .is-open .bottom {
    -webkit-transform: rotate(45deg) translate(-68%, -50%);
    -ms-transform: rotate(45deg) translate(-68%, -50%);
    transform: rotate(45deg) translate(-68%, -50%);
    top: calc(50% + 15px);
  }
  header .header-inner .is-open.icon-animation:before {
    content: "CLOSE";
    font-family: "outfit";
  }
}
header.hide {
  transform: translateY(-100%);
}
header .header-inner .smp-nav__btn {
  background-color: #1b4390;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  header .header-inner .smp-nav__btn {
    width: 70px;
    height: 70px;
  }
}
@media print {
  header .header-inner .smp-nav__btn {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1200px) {
  header .header-inner {
    padding: 15px 0 15px 15px;
  }
}
@media screen and (max-width: 520px) {
  header .header-inner {
    padding: 0 0 0 10px;
  }
}
@media print {
  header .header-inner {
    padding: 15px 0 15px 15px;
  }
}
header .header-inner .logo {
  display: block;
  padding: 15px 0;
}
@media screen and (max-width: 1024px) {
  header .header-inner .logo {
    padding: 11px 0;
    width: 280px;
  }
}
@media screen and (max-width: 520px) {
  header .header-inner .logo {
    padding: 9px 0 0;
  }
}
@media print {
  header .header-inner .logo {
    padding: 11px 0;
    width: 280px;
  }
  header .header-inner .logo .spc__hide {
    display: none;
  }
}
header .header-inner #gNav ul {
  display: flex;
}
header .header-inner #gNav ul li + li {
  margin-left: 25px;
}
@media screen and (max-width: 1200px) {
  header .header-inner #gNav ul li + li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1100px) {
  header .header-inner #gNav ul li + li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  header .header-inner #gNav ul li + li {
    margin-left: 0;
  }
}
header .header-inner #gNav ul li.list-btn a {
  background: linear-gradient(45deg, #03875c, #009ca8);
  color: #fff;
  display: block;
  padding: 17px 0;
  text-align: center;
  transition: all 0.5s ease;
  width: 180px;
}
@media screen and (max-width: 1100px) {
  header .header-inner #gNav ul li.list-btn a {
    padding: 15px 0;
    width: 150px;
  }
}
header .header-inner #gNav ul li a {
  display: block;
}
@media screen and (max-width: 1024px) {
  header .header-inner #gNav ul .menu_li {
    border-bottom: 1px solid #cbcbcb;
    padding: 20px 0 20px 20px;
    width: 100%;
  }
  header .header-inner #gNav ul .menu_li:first-child {
    border-top: 1px solid #cbcbcb;
  }
}
header .header-inner .spc-facebook {
  font-size: 0;
  display: block;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

footer {
  padding-top: 50px;
}
footer #footer_top {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 520px) {
  footer #footer_top {
    margin-bottom: 30px;
  }
}
footer #footer_top .link_list {
  display: flex;
  justify-content: center;
  font-weight: 500;
}
@media screen and (max-width: 820px), print {
  footer #footer_top .link_list {
    padding-left: 1em;
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  footer #footer_top .link_list {
    flex-direction: column;
    text-align: left;
  }
}
@media screen and (max-width: 820px), print {
  footer #footer_top .link_list li {
    width: 48%;
  }
}
@media screen and (max-width: 520px) {
  footer #footer_top .link_list li {
    width: 100%;
  }
}
footer #footer_top .link_list li + li {
  margin-left: 50px;
}
@media screen and (max-width: 820px), print {
  footer #footer_top .link_list li + li {
    margin-left: 0;
  }
}
@media screen and (max-width: 520px) {
  footer #footer_top .link_list li + li {
    margin-top: 20px;
  }
}
footer #footer_top .link_list .footer_hover {
  display: block;
  transition: all 0.5s ease;
}
footer #footer_top .link_list .footer_hover:hover {
  opacity: 1;
  color: #1b4390;
}
footer #footer_top .link_list .footer_hover:hover span::after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  footer #footer_top .link_list .footer_hover {
    padding: 0;
  }
}
footer #footer_bottom {
  margin-bottom: 50px;
}
footer #footer_bottom .bottom_area {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
}
@media screen and (max-width: 1024px) {
  footer #footer_bottom .bottom_area {
    padding: 0 30px;
  }
}
@media screen and (max-width: 820px), print {
  footer #footer_bottom .bottom_area {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  footer #footer_bottom .bottom_area {
    padding: 0;
  }
}
@media screen and (max-width: 820px), print {
  footer #footer_bottom .bottom_area .left_item {
    text-align: center;
    margin-bottom: 30px;
  }
}
footer #footer_bottom .bottom_area .left_item .footer_logo {
  margin-bottom: 10px;
  text-align: left;
}
footer #footer_bottom .bottom_area .left_item .footer_logo p {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  footer #footer_bottom .bottom_area .left_item .footer_logo p {
    font-size: 12px;
  }
}
@media screen and (max-width: 820px), print {
  footer #footer_bottom .bottom_area .left_item .footer_logo p {
    text-align: center;
  }
}
footer #footer_bottom .bottom_area .left_item .footer_logo .logo_main {
  margin: 10px 0 30px;
  line-height: 1;
}
footer #footer_bottom .bottom_area .left_item .footer_logo .logo_main .ja {
  font-size: 43px;
  font-weight: bold;
  margin-right: 5px;
  color: #1b4390;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 1024px) {
  footer #footer_bottom .bottom_area .left_item .footer_logo .logo_main .ja {
    font-size: 28px;
    margin: 0;
  }
}
footer #footer_bottom .bottom_area .left_item .footer_logo .logo_main .ja ruby {
  font-size: 30px;
}
footer #footer_bottom .bottom_area .left_item .footer_logo .logo_main .ja ruby rt {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  footer #footer_bottom .bottom_area .left_item .footer_logo .logo_main .ja ruby rt {
    font-size: 15px;
  }
}
footer #footer_bottom .bottom_area .left_item .footer_logo .logo_main .en {
  font-size: 30px;
  font-family: "outfit";
}
@media screen and (max-width: 1024px) {
  footer #footer_bottom .bottom_area .left_item .footer_logo .logo_main .en {
    font-size: 22px;
  }
}
footer #footer_bottom .bottom_area .left_item .link_area {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 820px), print {
  footer #footer_bottom .bottom_area .left_item .link_area {
    justify-content: center;
  }
}
footer #footer_bottom .bottom_area .left_item .link_area a {
  display: block;
  font-size: 0;
}
footer #footer_bottom .bottom_area .left_item .link_area a + a {
  margin-left: 30px;
}
footer #footer_bottom .bottom_area .left_item .link_area img + img {
  margin-left: 20px;
}
footer #footer_bottom .bottom_area .left_item .face-icon {
  display: inline-block;
  font-size: 0;
}
footer #footer_bottom .bottom_area .right_item .address_name {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: left;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 520px) {
  footer #footer_bottom .bottom_area .right_item .address_name {
    margin-bottom: 10px;
  }
}
footer #footer_bottom .bottom_area .right_item .address_info {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: left;
}
footer #footer_bottom .bottom_area .right_item .address_info .yuubin {
  font-family: "outfit";
  font-weight: 500;
}
footer #footer_bottom .bottom_area .right_item .address_info p {
  font-family: "outfit";
  font-weight: 500;
}
footer #footer_bottom .bottom_area .right_item .address_link {
  border: 1px solid #c6c6c6;
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  position: relative;
}
footer #footer_bottom .bottom_area .right_item .address_link i {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 30px;
  margin-top: -1px;
  width: 18px;
}
footer .copyright-area {
  background-color: #ebebeb;
  padding: 20px 0;
  text-align: center;
  font-family: "outfit";
  color: #1b4390;
}
@media screen and (max-width: 520px) {
  footer .copyright-area {
    padding: 10px 0;
    font-size: 12px;
  }
}
#infoLink {
  padding-top: 50px;
  margin-top: -50px;
}

#profileLink {
  padding-top: 135px;
  margin-top: -135px;
}
@media screen and (max-width: 1024px) {
  #profileLink {
    padding-top: 138px;
    margin-top: -138px;
  }
}
@media screen and (max-width: 520px) {
  #profileLink {
    padding-top: 110px;
    margin-top: -110px;
  }
}

#activityLink {
  padding-top: 40px;
  margin-top: -40px;
}
@media screen and (max-width: 520px) {
  #activityLink {
    padding-top: 50px;
    margin-top: -50px;
  }
}

#greetingLink {
  padding-top: 135px;
  margin-top: -135px;
}
@media screen and (max-width: 1024px) {
  #greetingLink {
    padding-top: 138px;
    margin-top: -138px;
  }
}
@media screen and (max-width: 520px) {
  #greetingLink {
    padding-top: 110px;
    margin-top: -110px;
  }
}

#annaiLink {
  padding-top: 20px;
  margin-top: -20px;
}
@media screen and (max-width: 1024px) {
  #annaiLink {
    padding-top: 20px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 820px), print {
  #annaiLink {
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 520px) {
  #annaiLink {
    padding-top: 40px;
    margin-top: -40px;
  }
}

#supportLink {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 1024px) {
  #supportLink {
    padding-top: 100px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 820px), print {
  #supportLink {
    padding-top: 95px;
    margin-top: -95px;
  }
}
@media screen and (max-width: 520px) {
  #supportLink {
    padding-top: 60px;
    margin-top: -60px;
  }
}

#contact-area {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 1024px) {
  #contact-area {
    padding-top: 60px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 820px), print {
  #contact-area {
    padding-top: 90px;
    margin-top: -90px;
  }
}
@media screen and (max-width: 520px) {
  #contact-area {
    padding-top: 60px;
    margin-top: -60px;
  }
}

#section10 {
  padding: 90px 0;
}
@media screen and (max-width: 820px), print {
  #section10 {
    padding: 45px 0;
  }
}

.wrap_1000 {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

.wrap_1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.wrap_1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}

.top_tx {
  text-align: center;
  font-feature-settings: "palt";
}

.fs-50 {
  font-size: 50px;
}
@media screen and (max-width: 820px), print {
  .fs-50 {
    font-size: 36px;
  }
}

.fs-30 {
  font-size: 30px;
}
@media screen and (max-width: 820px), print {
  .fs-30 {
    font-size: 25px;
  }
}

.fs-12 {
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .topimg {
    margin-top: 50px;
  }
}
@media screen and (max-width: 520px) {
  .topimg {
    margin-top: -50px;
  }
}

.yellow_tx {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  text-align: center;
  font-size: 50px;
}
.yellow_tx::before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #ffdd20);
  top: 0;
  left: 0;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 820px), print {
  .yellow_tx {
    font-size: 25px;
    padding: 0 5px;
  }
}

.yellow_tx_bottom {
  margin-top: 15px;
}

.uruoi_flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 520px) {
  .uruoi_flex {
    flex-direction: column;
  }
}
.uruoi_flex .uroi_box {
  width: 50%;
  background-color: #efefef;
}
@media screen and (max-width: 520px) {
  .uruoi_flex .uroi_box {
    width: 100%;
  }
}
.uruoi_flex .uroi_box .uruoi_content {
  padding: 40px;
}
@media screen and (max-width: 820px), print {
  .uruoi_flex .uroi_box .uruoi_content {
    padding: 15px;
  }
}
.uruoi_flex .uroi_box .uruoi_content .uruoi_ttl {
  display: inline-flex;
  padding: 12px;
  margin-bottom: 20px;
  background-color: #144087;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 820px), print {
  .uruoi_flex .uroi_box .uruoi_content .uruoi_ttl {
    padding: 6px;
    margin-bottom: 10px;
  }
}
.uruoi_flex .uroi_box .uruoi_content .uruoi_ttl .num_box {
  color: #144087;
  padding: 7px 12px;
  font-family: "outfit";
  font-weight: bold;
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 820px), print {
  .uruoi_flex .uroi_box .uruoi_content .uruoi_ttl .num_box {
    padding: 4px 6px;
    width: 30px;
    height: 30px;
  }
}
.uruoi_flex .uroi_box .uruoi_content .uruoi_ttl span {
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 820px), print {
  .uruoi_flex .uroi_box .uruoi_content .uruoi_ttl span {
    font-size: 18px;
  }
}
.uruoi_flex .uroi_box .uruoi_content .uruoi_ttl span .kakko {
  margin: 0 -0.1em;
  font-size: 32px;
}
@media screen and (max-width: 820px), print {
  .uruoi_flex .uroi_box .uruoi_content .uruoi_ttl span .kakko {
    font-size: 20px;
  }
}
.uruoi_flex .uroi_box .uruoi_content .uruoi_ttl span .ttl_bg {
  font-size: 32px;
  color: #fff;
}
@media screen and (max-width: 820px), print {
  .uruoi_flex .uroi_box .uruoi_content .uruoi_ttl span .ttl_bg {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .uruoi_flex .uroi_box .uruoi_content p {
    letter-spacing: -0.05px;
  }
}

.uruoi_top {
  margin: 50px 0 33px;
}
@media screen and (max-width: 820px), print {
  .uruoi_top {
    margin: 25px 0 16px;
  }
}
@media screen and (max-width: 520px) {
  .uruoi_top {
    margin: 25px 0 30px;
  }
}

.h2_ttl {
  text-align: center;
}
.h2_ttl span {
  font-size: 60px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .h2_ttl span {
    font-size: 46px;
  }
}
@media screen and (max-width: 820px), print {
  .h2_ttl span {
    font-size: 36px;
  }
}
@media screen and (max-width: 520px) {
  .h2_ttl span {
    font-size: 32px;
  }
}
.h2_ttl span::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/deco_gr@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -10px;
  left: -70px;
  height: 74px;
  width: 56px;
}
@media screen and (max-width: 1024px) {
  .h2_ttl span::before {
    top: -16px;
    left: -56px;
    height: 64px;
    width: 46px;
  }
}
@media screen and (max-width: 820px), print {
  .h2_ttl span::before {
    height: 42px;
    width: 27px;
    top: 0;
    left: -34px;
  }
}

.sub_ttl {
  margin: 40px 0 30px;
  text-align: center;
}
@media screen and (max-width: 820px), print {
  .sub_ttl {
    margin: 20px 0 15px;
  }
}
@media screen and (max-width: 520px) {
  .sub_ttl {
    text-align: left;
  }
}

#new_info {
  position: relative;
  margin: 110px 0 240px;
}
@media screen and (max-width: 820px), print {
  #new_info {
    margin: 55px 0 120px;
  }
}
#new_info .new_info_Bg {
  background-color: rgba(27, 67, 144, 0.15);
  max-width: 1700px;
  width: 100%;
  height: calc(100% - 350px);
  position: absolute;
  top: 460px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 820px), print {
  #new_info .new_info_Bg {
    max-width: 850px;
    height: calc(100% - 175px);
    top: 230px;
  }
}
#new_info .sns_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #new_info .sns_flex {
    flex-direction: column;
    align-items: center;
  }
}
#new_info .sns_flex .sns {
  max-width: 500px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #new_info .sns_flex .sns {
    width: 48%;
  }
  #new_info .sns_flex .sns + .sns {
    margin-top: 45px;
  }
}
@media screen and (max-width: 820px), print {
  #new_info .sns_flex .sns {
    width: 100%;
  }
}
#new_info .sns_flex .sns .sns_name {
  font-size: 40px;
  text-align: center;
  font-family: "outfit";
  font-weight: 500;
}
@media screen and (max-width: 820px), print {
  #new_info .sns_flex .sns .sns_name {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  #new_info .sns_flex .sns .sns_name {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#new_info .sns_flex .sns .sns_link {
  display: inline-block;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #333333;
  padding-right: 30px;
  margin: 30px 0 0;
}
@media screen and (max-width: 820px), print {
  #new_info .sns_flex .sns .sns_link {
    margin: 15px 0 0;
  }
}
#new_info .sns_flex .sns .sns_link::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/link_iconBk@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  height: 18px;
  width: 21px;
}
#new_info .sns_flex .sns .Instagram_link {
  margin: 26px 0 0;
}
@media screen and (max-width: 820px), print {
  #new_info .sns_flex .sns .Instagram_link {
    margin: 5px 0 0;
  }
}
#new_info .sns_flex .sns .b-page {
  width: 100%;
}
@media screen and (max-width: 820px), print {
  #new_info .sns_flex .sns + .sns {
    margin-top: 30px;
  }
}
#new_info .youtubeArea {
  max-width: 800px;
  margin: 60px auto 0;
  background-color: #fff;
  border: 2px solid #144087;
  padding: 40px 60px;
}
@media screen and (max-width: 820px), print {
  #new_info .youtubeArea {
    padding: 20px 30px;
    margin-top: 30px;
  }
}
#new_info .youtubeArea .youtubeTitle {
  color: #144087;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px), print {
  #new_info .youtubeArea .youtubeTitle {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
#new_info .youtubeArea .youtubeFlex {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px), print {
  #new_info .youtubeArea .youtubeFlex {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #new_info .youtubeArea .youtubeFlex {
    flex-direction: column;
  }
}
#new_info .youtubeArea .youtubeFlex .youtubeImage {
  width: 30%;
}
@media screen and (max-width: 520px) {
  #new_info .youtubeArea .youtubeFlex .youtubeImage {
    width: 100%;
  }
}
#new_info .youtubeArea .youtubeFlex .youtubeText {
  font-weight: 500;
  width: 68%;
}
@media screen and (max-width: 520px) {
  #new_info .youtubeArea .youtubeFlex .youtubeText {
    width: 100%;
  }
}
#new_info .youtubeArea .youtubeButton {
  display: block;
  background-color: #f0d01e;
  max-width: 250px;
  margin: 0 auto;
  font-weight: 500;
  width: 100%;
  padding: 15px;
  position: relative;
}
#new_info .youtubeArea .youtubeButton::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/link_iconBk@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  height: 18px;
  width: 19px;
}

#profile {
  position: relative;
}
#profile .profile_Bg {
  position: relative;
}
#profile .profile_Bg::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 200px;
  bottom: 0;
  background-color: #efefef;
  z-index: 0;
}
@media screen and (max-width: 520px) {
  #profile .profile_Bg::before {
    top: 120px;
  }
}
#profile .profile_area {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 820px), print {
  #profile .profile_area {
    margin: 0;
  }
}
#profile .profile_area::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 520px) {
  #profile .profile_area {
    flex-direction: column;
  }
}
#profile .profile_area .profile_images {
  margin-left: 136px;
  max-width: 662px;
  margin-left: 5vw;
  width: 40%;
  height: auto;
  align-items: flex-end;
  position: sticky;
  top: calc(100vh - 780px);
}
@media screen and (max-width: 1470px) {
  #profile .profile_area .profile_images {
    max-width: 60vh;
    top: 23vh;
  }
}
@media screen and (max-width: 1350px) {
  #profile .profile_area .profile_images {
    margin: 30px auto -1px;
    text-align: center;
    max-width: 80%;
    width: 100%;
    position: relative;
    top: unset;
  }
}
#profile .profile_area .profile_images p .active {
  visibility: visible;
  opacity: 1;
}
#profile .profile_area .profile_images p {
  margin: 0;
  font-size: 0;
  line-height: 0;
}
#profile .profile_area .contents {
  margin-left: 45vw;
  margin-top: -30vw;
  width: 48vw;
  overflow-y: auto;
  padding-bottom: 200px;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 1350px) {
  #profile .profile_area .contents {
    padding-bottom: 90px;
    overflow-y: unset;
    width: 100%;
    margin: unset;
  }
}
#profile .profile_area .contents::-webkit-scrollbar {
  display: none;
}
#profile .profile_area .contents .scroll-box01 {
  max-width: 833px;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 1350px) {
  #profile .profile_area .contents .scroll-box01 {
    max-width: 100%;
  }
}
#profile .profile_area .contents .scroll-box01 .Box_content .h2_ttl {
  text-align: left;
  padding-left: 70px;
}
#profile .profile_area .contents .scroll-box01 .Box_content .h2_ttl::before {
  left: 0;
}
#profile .profile_area .contents .scroll-box01 .Box_content .pro-name {
  padding: 12px 38px 18px;
  font-size: 70px;
  color: #fff;
  background-color: #144087;
  display: inline-flex;
  margin: 74px 0 40px;
}
@media screen and (max-width: 1350px) {
  #profile .profile_area .contents .scroll-box01 .Box_content .pro-name {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: 0;
  }
}
@media screen and (max-width: 520px) {
  #profile .profile_area .contents .scroll-box01 .Box_content .pro-name {
    font-size: 55px;
  }
}
#profile .profile_area .contents .scroll-box01 .Box_content .pro-name ruby {
  font-weight: bold;
  line-height: 1;
}
#profile .profile_area .contents .scroll-box01 .Box_content .pro-name ruby rt {
  font-size: 18px;
  margin-bottom: 14px;
  letter-spacing: -1.5em;
}
@media screen and (max-width: 520px) {
  #profile .profile_area .contents .scroll-box01 .Box_content .pro-name ruby rt {
    font-size: 14px;
  }
}
#profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap {
  font-size: 16px;
}
@media screen and (max-width: 1350px) {
  #profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap {
    width: 90%;
    margin: 25px auto 0;
    max-width: 800px;
  }
}
@media screen and (max-width: 520px) {
  #profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap {
    font-size: 14px;
  }
}
#profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .profile_tx {
  margin-bottom: 46px;
}
@media screen and (max-width: 820px), print {
  #profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .profile_tx {
    margin-bottom: 30px;
  }
}
#profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .pro_contents .pro_contents__ttl {
  font-size: 24px;
  padding-left: 35px;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .pro_contents .pro_contents__ttl {
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 12px;
  }
}
#profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .pro_contents .pro_contents__ttl::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/deco_grBlue@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  height: 30px;
  width: 24px;
}
@media screen and (max-width: 520px) {
  #profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .pro_contents .pro_contents__ttl::before {
    height: 25px;
    width: 20px;
  }
}
#profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .pro_contents .pro_contents__ttl .tyuusyaku {
  font-size: 12px;
}
#profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .pro_contents .flex-box {
  display: flex;
}
@media screen and (max-width: 520px) {
  #profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .pro_contents .flex-box {
    flex-direction: column;
  }
  #profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .pro_contents .flex-box .countryUl {
    display: flex;
  }
  #profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .pro_contents .flex-box .countryUl li {
    width: 43%;
  }
}
#profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .work_history {
  margin-bottom: 46px;
}
@media screen and (max-width: 820px), print {
  #profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .work_history {
    margin-bottom: 30px;
  }
}
#profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .work_history ul + ul {
  margin-left: 48px;
}
@media screen and (max-width: 520px) {
  #profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .work_history ul + ul {
    margin: 0;
  }
}
#profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .work_history li {
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1024px) {
  #profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .work_history li {
    letter-spacing: -0.14px;
  }
}
#profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .action {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px), print {
  #profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .action {
    margin-bottom: 30px;
  }
}
#profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .action ul + ul {
  margin-left: 43px;
}
@media screen and (max-width: 520px) {
  #profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .action ul + ul {
    margin: 0;
  }
}
#profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .action li + li {
  margin-top: 10px;
}
#profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .action .katudou_left {
  width: 35%;
}
@media screen and (max-width: 520px) {
  #profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .action .katudou_left {
    width: 100%;
  }
}
#profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .qualifications {
  margin-bottom: 46px;
}
@media screen and (max-width: 820px), print {
  #profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .qualifications {
    margin-bottom: 30px;
  }
}
#profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .qualifications ul + ul {
  margin-left: 42px;
}
@media screen and (max-width: 520px) {
  #profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .qualifications ul + ul {
    margin: 0;
  }
}
#profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .events {
  max-width: 553px;
  width: 100%;
}
#profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .events ul + ul {
  margin-left: 20px;
}
@media screen and (max-width: 520px) {
  #profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .events ul + ul {
    margin: 0;
  }
}
#profile .profile_area .contents .scroll-box01 .Box_content .profile_tx_wrap .events .kome {
  font-size: 12px;
}

ul.shikaku {
  width: 16%;
}
@media screen and (max-width: 520px) {
  ul.shikaku {
    width: 25%;
  }
}

.shikaku02 .kyoin {
  text-indent: -6.4em;
  padding-left: 6.4em;
}

.flex-box {
  display: flex;
  justify-content: space-between;
}

#section30 {
  padding: 150px 0;
}
@media screen and (max-width: 1024px) {
  #section30 {
    padding: 75px 0;
  }
}
#section30 .note {
  text-align: center;
  margin-top: 20px;
}
#section30 .contents_ttl {
  color: #fff;
  text-align: center;
  font-size: 40px;
  position: relative;
  padding: 10px 20px;
  margin: 0 auto;
  max-width: 680px;
  width: 80%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #section30 .contents_ttl {
    font-size: 36px;
    max-width: 680px;
    width: 80%;
  }
}
@media screen and (max-width: 820px), print {
  #section30 .contents_ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  #section30 .contents_ttl {
    font-size: 26px;
  }
}
#section30 .contents_ttl::before {
  background-color: #1b4390;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  transform: skewX(-45deg);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 520px) {
  #section30 .contents_ttl::before {
    transform: skewX(-20deg);
  }
}
#section30 .scroll_frame {
  margin-top: 108px;
}
@media screen and (max-width: 820px), print {
  #section30 .scroll_frame {
    margin-top: 54px;
  }
}
#section30 .scroll_frame .scroll-frame__inner {
  position: relative;
  overflow: auto;
}
#section30 .scroll_frame .scroll-frame__inner .history_contents {
  width: 5100px;
  position: relative;
  padding-right: 50px;
  margin-left: 50px;
}
#section30 .scroll_frame .scroll-frame__inner .history_contents::before {
  position: absolute;
  content: "";
  border-top: 5px solid #1b4390;
  width: 95.7%;
  right: 0;
  top: 7px;
}
#section30 .scroll_frame .scroll-frame__inner .history_contents .contents-item {
  margin-left: 30px;
  padding: 90px 0;
  position: relative;
  max-width: 396px;
  width: 100%;
}
@media screen and (max-width: 820px), print {
  #section30 .scroll_frame .scroll-frame__inner .history_contents .contents-item {
    margin-left: 15px;
    padding: 45px 0;
  }
}
#section30 .scroll_frame .scroll-frame__inner .history_contents .contents-item::before {
  position: absolute;
  content: "";
  background-color: #1b4390;
  border-radius: 50%;
  top: 0;
  transform: translate(-50%, 0);
  left: 50%;
  height: 20px;
  width: 20px;
}
#section30 .scroll_frame .scroll-frame__inner .history_contents .contents-item .his-time {
  color: #1b4390;
  text-align: center;
  display: block;
  line-height: 1;
  font-family: "outfit";
}
#section30 .scroll_frame .scroll-frame__inner .history_contents .contents-item .his-time small {
  font-size: 24px;
}
#section30 .scroll_frame .scroll-frame__inner .history_contents .contents-item .his-time small .fs-30 {
  font-size: 30px;
}
@media screen and (max-width: 820px), print {
  #section30 .scroll_frame .scroll-frame__inner .history_contents .contents-item .his-time small .fs-30 {
    font-size: 26px;
  }
}
#section30 .scroll_frame .scroll-frame__inner .history_contents .contents-item .his-ttl {
  color: #1b4390;
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
}
#section30 .scroll_frame .scroll-frame__inner .history_contents .contents-item .his-img {
  font-size: 0;
  display: block;
  max-width: 396px;
  width: 100%;
  height: auto;
}
#section30 .scroll_frame .scroll-frame__inner .history_contents .contents-item .his-img + .his-tx {
  margin-top: 20px;
  letter-spacing: -0.81px;
}
#section30 .scroll_frame .scroll-frame__inner .history_contents::after {
  content: "";
  position: absolute;
  border-top: 11px dotted #fff;
  right: 0;
  top: 4px;
  width: 120px;
  z-index: 2;
}

#section50 .sec-bg {
  background-color: #efefef;
  padding: 110px 0 100px;
}
@media screen and (max-width: 820px), print {
  #section50 .sec-bg {
    padding: 50px 0;
    background-color: #efefef;
  }
}
#section50 .sec-bg .sub_ttl {
  text-align: center;
  margin: 40px 0 50px;
}
@media screen and (max-width: 520px) {
  #section50 .sec-bg .sub_ttl {
    margin: 20px 0 25px;
  }
}
#section50 .sec-bg .works-area .works--contents {
  position: relative;
}
#section50 .sec-bg .works-area .works--contents .kyuiku_zissen1 {
  position: relative;
  background-color: #2a4f93;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  overflow: hidden;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding: 12px 0;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 820px), print {
  #section50 .sec-bg .works-area .works--contents .kyuiku_zissen1 {
    padding: 16px 0;
  }
}
@media screen and (max-width: 520px) {
  #section50 .sec-bg .works-area .works--contents .kyuiku_zissen1 {
    padding: 9px 0;
  }
}
#section50 .sec-bg .works-area .works--contents .kyuiku_zissen1::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 200px; /* 調整ポイント */
  height: 100%;
  background-color: #ffffff; /* 背景色に合わせる */
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  border: 2px solid #fff;
}
@media screen and (max-width: 820px), print {
  #section50 .sec-bg .works-area .works--contents .kyuiku_zissen1::after {
    width: 120px;
  }
}
@media screen and (max-width: 520px) {
  #section50 .sec-bg .works-area .works--contents .kyuiku_zissen1::after {
    width: 55px;
  }
}
@media screen and (max-width: 520px) {
  #section50 .sec-bg .works-area .works--contents .kyuiku_zissen1 {
    font-size: 14px;
    margin-bottom: 25px;
    display: grid;
    max-height: 90px;
    height: 100%;
  }
}
#section50 .sec-bg .works-area .works--contents .kyuiku_zissen1 .line {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #fff;
  margin-left: 10px;
}
@media screen and (max-width: 520px) {
  #section50 .sec-bg .works-area .works--contents .kyuiku_zissen1 .line {
    width: 2px;
    height: 12px;
    margin: 0 auto;
  }
}
#section50 .sec-bg .works-area .works--contents .kyuiku_zissen1 .left {
  font-size: 22px;
}
@media screen and (max-width: 520px) {
  #section50 .sec-bg .works-area .works--contents .kyuiku_zissen1 .left {
    line-height: 1.4;
  }
}
#section50 .sec-bg .works-area .works--contents .kyuiku_zissen1 .center {
  font-size: 22px;
}
#section50 .sec-bg .works-area .works--contents .kyuiku_zissen2 {
  position: relative;
  background-color: #2a4f93; /* 青 */
  color: #fff;
  padding: 20px 0;
  text-align: center;
  overflow: hidden;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding: 12px 0;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 820px), print {
  #section50 .sec-bg .works-area .works--contents .kyuiku_zissen2 {
    padding: 16px 0;
  }
}
@media screen and (max-width: 520px) {
  #section50 .sec-bg .works-area .works--contents .kyuiku_zissen2 {
    padding: 9px 0;
  }
}
#section50 .sec-bg .works-area .works--contents .kyuiku_zissen2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200px; /* 調整ポイント */
  height: 100%;
  background-color: #fff; /* 薄グレー */
  border: 1px solid #fff;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  border: 2px solid #fff;
}
@media screen and (max-width: 820px), print {
  #section50 .sec-bg .works-area .works--contents .kyuiku_zissen2::before {
    width: 120px;
  }
}
@media screen and (max-width: 520px) {
  #section50 .sec-bg .works-area .works--contents .kyuiku_zissen2::before {
    width: 55px;
  }
}
@media screen and (max-width: 520px) {
  #section50 .sec-bg .works-area .works--contents .kyuiku_zissen2 {
    font-size: 16px;
    margin-bottom: 25px;
    display: grid;
    max-height: 90px;
    height: 100%;
    padding: 12px 0;
  }
}
#section50 .sec-bg .works-area .works--contents .kyuiku_zissen2 .line {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #fff;
  margin-left: 10px;
}
@media screen and (max-width: 520px) {
  #section50 .sec-bg .works-area .works--contents .kyuiku_zissen2 .line {
    width: 2px;
    height: 12px;
    margin: 0 auto;
  }
}
#section50 .sec-bg .works-area .works--contents .kyuiku_zissen2 .left {
  font-size: 22px;
}
@media screen and (max-width: 520px) {
  #section50 .sec-bg .works-area .works--contents .kyuiku_zissen2 .left {
    line-height: 1.4;
  }
}
#section50 .sec-bg .works-area .works--contents .activity_box {
  margin: 50px 0 20px;
}
@media screen and (max-width: 820px), print {
  #section50 .sec-bg .works-area .works--contents .activity_box {
    margin-top: 25px;
  }
}
#section50 .sec-bg .works-area .works--contents .activity_box .activity_label {
  background-color: #f0d01e;
  padding: 10px 12px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 820px), print {
  #section50 .sec-bg .works-area .works--contents .activity_box .activity_label {
    margin-bottom: 10px;
    padding: 5px 6px;
    font-size: 16px;
  }
}
#section50 .sec-bg .works-area .works--contents .works-inner {
  flex-wrap: wrap;
}
#section50 .sec-bg .works-area .works--contents .works-inner .works-item {
  width: calc(25% - 30px);
}
@media screen and (max-width: 820px), print {
  #section50 .sec-bg .works-area .works--contents .works-inner .works-item {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 520px) {
  #section50 .sec-bg .works-area .works--contents .works-inner .works-item {
    width: 48%;
  }
}
#section50 .sec-bg .works-area .works--contents .works-inner .works-item:nth-child(n+5) {
  margin-top: 50px;
}
@media screen and (max-width: 820px), print {
  #section50 .sec-bg .works-area .works--contents .works-inner .works-item:nth-child(n+5) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 520px) {
  #section50 .sec-bg .works-area .works--contents .works-inner .works-item:nth-child(n+3) {
    margin-top: 25px;
  }
}
#section50 .sec-bg .works-area .works--contents .works-inner .works-item .inner-img {
  position: relative;
}
#section50 .sec-bg .works-area .works--contents .works-inner .works-item .inner-img .label_tx {
  position: absolute;
  padding: 5px;
  background-color: #fff;
  font-size: 14px;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 1024px) {
  #section50 .sec-bg .works-area .works--contents .works-inner .works-item .inner-img .label_tx {
    padding: 2px 5px;
  }
}
@media screen and (max-width: 820px), print {
  #section50 .sec-bg .works-area .works--contents .works-inner .works-item .inner-img .label_tx {
    top: 5px;
    left: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 820px), print {
  #section50 .sec-bg .works-area .works--contents .works-inner .works-item .item_tx {
    font-size: 14px;
  }
}
#section50 .sec-bg .works-area .works--contents + .works--contents {
  padding-top: 50px;
}
@media screen and (max-width: 820px), print {
  #section50 .sec-bg .works-area .works--contents + .works--contents {
    padding-top: 25px;
  }
}
#section50 .sec-bg .works-area .works-inner {
  flex-wrap: wrap;
}

#columnTop {
  position: relative;
  margin: 120px 0 90px;
}
@media screen and (max-width: 820px), print {
  #columnTop {
    margin: 60px 0 45px;
  }
}
#columnTop .columnBg {
  background-color: #fffae3;
  max-width: 1700px;
  width: 100%;
  height: calc(100% + 210px);
  position: absolute;
  top: -120px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 820px), print {
  #columnTop .columnBg {
    height: calc(100% + 100px);
    top: -50px;
  }
}
@media screen and (max-width: 520px) {
  #columnTop .button01 {
    width: 70%;
  }
}

#section40 {
  padding: 130px 0 95px;
}
@media screen and (max-width: 820px), print {
  #section40 {
    padding: 60px 0 45px;
  }
}
#section40 .contents_ttl {
  color: #fff;
  text-align: center;
  font-size: 40px;
  position: relative;
  padding: 10px 20px;
  margin: 0 auto 50px;
  max-width: 680px;
  width: 80%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #section40 .contents_ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 820px), print {
  #section40 .contents_ttl {
    font-size: 28px;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 520px) {
  #section40 .contents_ttl {
    font-size: 26px;
  }
}
#section40 .contents_ttl::before {
  background-color: #1b4390;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  transform: skewX(-45deg);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 520px) {
  #section40 .contents_ttl::before {
    transform: skewX(-20deg);
  }
}
#section40 .topics-area .topick_img + .topick_img {
  margin-top: 70px;
}
@media screen and (max-width: 820px), print {
  #section40 .topics-area .topick_img + .topick_img {
    margin-top: 35px;
  }
}

#section60 {
  padding: 95px 0 90px;
}
@media screen and (max-width: 820px), print {
  #section60 {
    padding: 47px 0 45px;
  }
}
#section60 .kaichoArea {
  letter-spacing: 0;
}
#section60 .kaichoArea .kaichoFlex {
  margin: 30px 0 70px;
}
@media screen and (max-width: 820px), print {
  #section60 .kaichoArea .kaichoFlex {
    flex-direction: column;
    margin: 15px 0 35px;
  }
}
#section60 .kaichoArea .kaichoFlex .kaichoLeft {
  width: 21.4%;
}
@media screen and (max-width: 1200px) {
  #section60 .kaichoArea .kaichoFlex .kaichoLeft {
    width: 30%;
  }
}
@media screen and (max-width: 820px), print {
  #section60 .kaichoArea .kaichoFlex .kaichoLeft {
    width: 60%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 520px) {
  #section60 .kaichoArea .kaichoFlex .kaichoLeft {
    width: 80%;
    margin-bottom: 20px;
  }
}
#section60 .kaichoArea .kaichoFlex .kaichoLeft p {
  line-height: 24px;
}
@media screen and (max-width: 520px) {
  #section60 .kaichoArea .kaichoFlex .kaichoLeft p {
    line-height: 21px;
  }
}
#section60 .kaichoArea .kaichoFlex .kaichoRight {
  width: 74.3%;
}
@media screen and (max-width: 1200px) {
  #section60 .kaichoArea .kaichoFlex .kaichoRight {
    width: 67%;
  }
}
@media screen and (max-width: 820px), print {
  #section60 .kaichoArea .kaichoFlex .kaichoRight {
    width: 100%;
  }
}
#section60 .kaichoArea .kaichoFlex .kaichoRight p {
  line-height: 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 520px) {
  #section60 .kaichoArea .kaichoFlex .kaichoRight p {
    line-height: 24px;
    letter-spacing: 0.05rem;
  }
}
#section60 .ouenArea .contents_ttl {
  color: #fff;
  text-align: center;
  font-size: 40px;
  position: relative;
  padding: 10px 20px;
  margin: 0 auto 30px;
  max-width: 600px;
  width: 90%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #section60 .ouenArea .contents_ttl {
    font-size: 36px;
    padding: 10px 20px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 1024px) {
  #section60 .ouenArea .contents_ttl {
    font-size: 28px;
  }
}
#section60 .ouenArea .contents_ttl::before {
  background-color: #1b4390;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  transform: skewX(-45deg);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 520px) {
  #section60 .ouenArea .contents_ttl::before {
    transform: skewX(-20deg);
  }
}
#section60 .ouenArea .ouenFlex {
  flex-wrap: wrap;
  margin: 60px 0 75px;
}
@media screen and (max-width: 820px), print {
  #section60 .ouenArea .ouenFlex {
    margin: 30px 0 40px;
  }
}
#section60 .ouenArea .ouenFlex .ouenItem {
  width: 47.5%;
  position: relative;
}
#section60 .ouenArea .ouenFlex .ouenItem:nth-child(n+3) {
  margin-top: 45px;
}
#section60 .ouenArea .ouenFlex .ouenItem:nth-child(n+3)::after {
  position: absolute;
  content: "";
  background-color: #ccc;
  width: 100%;
  height: 1px;
  left: 0;
  top: -20px;
}
@media screen and (max-width: 820px), print {
  #section60 .ouenArea .ouenFlex .ouenItem:nth-child(n+3)::after {
    display: none;
  }
}
@media screen and (max-width: 820px), print {
  #section60 .ouenArea .ouenFlex .ouenItem {
    width: 100%;
  }
  #section60 .ouenArea .ouenFlex .ouenItem:nth-child(n+2) {
    margin-top: 45px;
  }
  #section60 .ouenArea .ouenFlex .ouenItem:nth-child(n+2)::before {
    position: absolute;
    content: "";
    background-color: #ccc;
    width: 100%;
    height: 1px;
    left: 0;
    top: -20px;
  }
}
@media screen and (max-width: 520px) {
  #section60 .ouenArea .ouenFlex .ouenItem:nth-child(n+2) {
    margin-top: 35px;
  }
  #section60 .ouenArea .ouenFlex .ouenItem:nth-child(n+2)::before {
    top: -17px;
  }
}
#section60 .ouenArea .ouenFlex .ouenItem:nth-child(even)::before {
  position: absolute;
  content: "";
  background-color: #ccc;
  width: 1px;
  height: 100%;
  left: -5.5%;
  top: 0;
}
@media screen and (max-width: 820px), print {
  #section60 .ouenArea .ouenFlex .ouenItem:nth-child(even)::before {
    position: absolute;
    content: "";
    background-color: #ccc;
    width: 100%;
    height: 1px;
    left: 0;
    top: -20px;
  }
}
#section60 .ouenArea .ouenFlex .ouenItem p {
  line-height: 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 520px) {
  #section60 .ouenArea .ouenFlex .ouenItem p {
    line-height: 24px;
  }
}
#section60 .ouenArea .ouenFlex .ouenItem p + p {
  margin-top: 15px;
  line-height: 24px;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  #section60 .ouenArea .ouenFlex .ouenItem p + p {
    line-height: 21px;
  }
}
#section60 .last-area .last-inner {
  background-color: rgba(27, 67, 144, 0.15);
  padding: 35px 60px;
  text-align: center;
}
@media screen and (max-width: 820px), print {
  #section60 .last-area .last-inner {
    padding: 30px;
  }
}
#section60 .last-area .last-inner .inner-ttl {
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 820px), print {
  #section60 .last-area .last-inner .inner-ttl {
    margin-bottom: 25px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 520px) {
  #section60 .last-area .last-inner .inner-ttl {
    font-size: 22px;
  }
}
#section60 .last-area .last-inner .inner-box .inner-box__img {
  font-size: 0;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 820px), print {
  #section60 .last-area .last-inner .inner-box .inner-box__img {
    margin-bottom: 30px;
  }
}
#section60 .last-area .last-inner .inner-box .inner-tx {
  text-align: left;
  width: calc(100% - 340px);
}
@media screen and (max-width: 820px), print {
  #section60 .last-area .last-inner .inner-box .inner-tx {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #section60 .last-area .last-inner .inner-box .inner-tx {
    width: 100%;
  }
}
#section60 .last-area .last-inner .inner-box .inner-tx a {
  color: #1b4390;
  text-align: center;
  margin-top: 20px;
  display: inline-block;
}
@media screen and (max-width: 820px), print {
  #section60 .last-area .last-inner .inner-box .inner-tx a {
    width: 100%;
  }
}
#section60 .last-area .last-inner .inner-box .inner-tx a span {
  position: relative;
  border-bottom: 1px solid #1b4390;
}
@media screen and (max-width: 820px), print {
  #section60 .last-area .last-inner .inner-box .inner-tx a span {
    margin: 0 auto;
  }
}
#section60 .last-area .last-inner .inner-box .inner-tx a span::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #1b4390;
  border-right: 1px solid #1b4390;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  right: -20px;
  margin-top: -3px;
  height: 10px;
  width: 10px;
}
@media screen and (max-width: 820px), print {
  #section60 .last-area .last-inner .flex-box {
    flex-direction: column;
    align-items: center;
  }
}

#section70 {
  margin: 0;
}
#section70 .sec-bg {
  background-image: url(../images/top/contact_bg@2x.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0 90px;
  width: 100%;
}
@media screen and (max-width: 820px), print {
  #section70 .sec-bg {
    padding: 60px 0 45px;
  }
}
@media screen and (max-width: 520px) {
  #section70 .sec-bg {
    background-image: url(../images/top/contact_bg_smp@2x.jpg);
  }
}
#section70 .sec-bg .white-ttl {
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 820px), print {
  #section70 .sec-bg .white-ttl {
    margin-bottom: 25px;
  }
}
#section70 .sec-bg .white-ttl span {
  margin-left: 60px;
  padding-left: 0;
}
@media screen and (max-width: 820px), print {
  #section70 .sec-bg .white-ttl span {
    margin-left: 30px;
  }
}
#section70 .sec-bg .white-ttl span::before {
  background-image: url(../images/top/deco_grWhite@2x.png);
  left: -60px;
  position: absolute;
}
@media screen and (max-width: 820px), print {
  #section70 .sec-bg .white-ttl span::before {
    left: -30px;
  }
}
#section70 .sec-bg .sec-ttl {
  text-align: center;
}
#section70 .sec-bg .sec-ttl span {
  font-size: 60px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #section70 .sec-bg .sec-ttl span {
    font-size: 46px;
  }
}
@media screen and (max-width: 820px), print {
  #section70 .sec-bg .sec-ttl span {
    font-size: 36px;
  }
}
@media screen and (max-width: 520px) {
  #section70 .sec-bg .sec-ttl span {
    font-size: 32px;
  }
}
#section70 .sec-bg .sec-ttl span::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/deco_grWhite@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -20px;
  left: -60px;
  height: 74px;
  width: 56px;
}
@media screen and (max-width: 1024px) {
  #section70 .sec-bg .sec-ttl span::before {
    top: -16px;
    left: -56px;
    height: 64px;
    width: 46px;
  }
}
@media screen and (max-width: 820px), print {
  #section70 .sec-bg .sec-ttl span::before {
    height: 42px;
    width: 27px;
    top: 0;
    left: -34px;
  }
}
#section70 .sec-bg .sec-ttl span i {
  background-color: #fff;
  border-radius: 30px;
  color: #333;
  font-style: normal;
  font-size: 24px;
  top: -60px;
  left: 0;
  position: absolute;
  line-height: 1.7;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #section70 .sec-bg .sec-ttl span i {
    font-size: 18px;
    top: -36px;
  }
}
@media print {
  #section70 .sec-bg .sec-ttl span i {
    font-size: 18px;
    top: -36px;
  }
}
#section70 .sec-bg .sec-ttl span i::before {
  position: absolute;
  content: "";
  bottom: -15px;
  border-top: 20px solid #fff;
  border-right: 20px solid rgba(0, 0, 0, 0);
  border-left: 20px solid rgba(0, 0, 0, 0);
  transform: translate(-50%, 0);
  left: 50%;
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 1024px) {
  #section70 .sec-bg .sec-ttl span i::before {
    bottom: -20px;
    border-top: 10px solid #fff;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
  }
}
#section70 .sec-subttl {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
#section70 .box-contents {
  justify-content: center;
}
#section70 .box-contents .left-box {
  margin-right: 40px;
}
@media screen and (max-width: 520px) {
  #section70 .box-contents .left-box {
    margin: 0 0 20px;
  }
}
#section70 .box-contents .right-box .support_contact {
  position: relative;
  border-bottom: 1px solid #144087;
}
#section70 .box-contents .right-box .support_contact::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/arrow_icon@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  top: 50%;
  transform: translate(0, -45%) rotate(0);
  right: -25px;
  margin-top: 0;
  height: 17px;
  width: 17px;
}
#section70 .box-contents .box-item {
  background-color: #fff;
  padding: 30px 10px;
  text-align: center;
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 820px), print {
  #section70 .box-contents .box-item {
    padding: 15px 5px;
  }
}
#section70 .box-contents .box-item .box-ttl {
  font-size: 22px;
  margin-bottom: 20px;
}
#section70 .box-contents .box-item .box-inner {
  margin-bottom: 10px;
}
#section70 .box-contents .box-item a {
  color: #144087;
  display: inline-block;
  margin-bottom: 5px;
}
#section70 .box-contents .box-item a .support_sns {
  position: relative;
  border-bottom: 1px solid #144087;
}
#section70 .box-contents .box-item a .support_sns::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/link_icon@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  top: 50%;
  transform: translate(0, -45%) rotate(0);
  right: -25px;
  margin-top: 0;
  height: 17px;
  width: 17px;
}
#section70 .box-contents .box-item .note {
  color: #979797;
}
@media screen and (max-width: 520px) {
  #section70 .flex-box {
    flex-direction: column;
    align-items: center;
  }
}

#contact-area .sec-bg {
  background-color: #f6f4ef;
  padding: 80px 0 100px;
}
@media screen and (max-width: 820px), print {
  #contact-area .sec-bg {
    padding: 40px 0 0;
    background: none;
  }
}
#contact-area .sec-bg .contents_ttl {
  color: #fff;
  text-align: center;
  font-size: 40px;
  position: relative;
  padding: 10px 20px;
  margin: 0 auto 30px;
  max-width: 680px;
  width: 80%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #contact-area .sec-bg .contents_ttl {
    font-size: 36px;
    padding: 10px 20px;
    margin: 0 auto 40px;
    max-width: 680px;
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  #contact-area .sec-bg .contents_ttl {
    font-size: 28px;
  }
}
#contact-area .sec-bg .contents_ttl::before {
  background-color: #1b4390;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  transform: skewX(-45deg);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 520px) {
  #contact-area .sec-bg .contents_ttl::before {
    transform: skewX(-20deg);
  }
}
#contact-area .contact-inner {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  padding: 15px 25px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  #contact-area .contact-inner {
    flex-direction: column;
    padding: 20px 25px;
  }
}
@media screen and (max-width: 820px), print {
  #contact-area .contact-inner {
    padding: 7px 12px;
  }
}
#contact-area .contact-inner .tel-area {
  border-right: 1px solid #cacaca;
}
@media screen and (max-width: 1024px) {
  #contact-area .contact-inner .tel-area {
    border-right: none;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
#contact-area .contact-inner .box-item {
  display: flex;
  flex: 1;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #contact-area .contact-inner .box-item {
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 820px), print {
  #contact-area .contact-inner .box-item {
    flex-direction: column;
    width: 100%;
  }
}
#contact-area .contact-inner .box-item .area-ttl {
  font-size: 19px;
  font-weight: bold;
  margin-right: 20px;
}
@media screen and (max-width: 820px), print {
  #contact-area .contact-inner .box-item .area-ttl {
    font-size: 14px;
    margin: 0 0 16px;
  }
}
#contact-area .contact-inner .box-item .tel-item .tel-tx {
  font-size: 36px;
  color: #1b4390;
  font-family: "outfit";
  font-size: 30px;
}
#contact-area .contact-inner .box-item .tel-item .tel-tx span {
  position: relative;
  padding-left: 30px;
}
#contact-area .contact-inner .box-item .tel-item .tel-tx span::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/tel_icon@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 30px;
  width: 20px;
}
#contact-area .contact-inner .box-item .tel-item .tel-note {
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 820px), print {
  #contact-area .contact-inner .box-item .tel-item .tel-note {
    padding-bottom: 25px;
  }
}
#contact-area .contact-inner .box-item .tel-item a {
  color: #1b4390;
}
#contact-area .contact-inner .mail-area {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  #contact-area .contact-inner .mail-area {
    justify-content: center;
  }
}
#contact-area .contact-inner .mail-area .mail-btn {
  background: linear-gradient(45deg, #1b4390, #009ba7);
  color: #fff;
  display: block;
  padding: 15px 0;
  text-align: center;
  transition: all 0.5s ease;
  width: 250px;
}
@media screen and (max-width: 820px), print {
  #contact-area .contact-inner .mail-area .mail-btn {
    padding: 22px 0;
    margin: 0 0 25px;
  }
}
#contact-area .contact-inner .mail-area .mail-btn span {
  position: relative;
  padding-left: 20px;
}
#contact-area .contact-inner .mail-area .mail-btn span::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/mail_icon@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
  left: -10px;
  height: 16px;
  width: 24px;
}

@media screen and (min-width: 1351px) {
  .spc__show02 {
    display: none !important;
  }
}
@media screen and (max-width: 1350px) {
  .spc__hide02 {
    display: none !important;
  }
  .spc__show02 {
    display: block !important;
  }
}
.scroll-hint-icon {
  display: none;
  top: calc(50% - 100px) !important;
}
@media screen and (max-width: 1024px) {
  .scroll-hint-icon {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .scroll-hint-icon {
    top: calc(50% - 75px) !important;
  }
}

#sbi_images {
  padding: 0 !important;
}

#column .grayBg,
#columnTop .grayBg {
  background-color: #efefef;
  padding: 90px 0;
}
@media screen and (max-width: 820px), print {
  #column .grayBg,
  #columnTop .grayBg {
    padding: 45px 0;
  }
}
#column .thumb,
#columnTop .thumb {
  background-position: center;
  background-size: cover;
  padding-top: 74.7%;
}
#column .thumb.no-image,
#columnTop .thumb.no-image {
  background-image: url(../images/column/no-image@2x.jpg);
}
#column .columnList,
#columnTop .columnList {
  flex-wrap: wrap;
}
#column .columnList .columnLink,
#columnTop .columnList .columnLink {
  display: block;
  background-color: #fff;
  padding-bottom: 50px;
  width: 23.4%;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#column .columnList .columnLink:nth-child(n+5),
#columnTop .columnList .columnLink:nth-child(n+5) {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  #column .columnList .columnLink:nth-child(n+5),
  #columnTop .columnList .columnLink:nth-child(n+5) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 820px), print {
  #column .columnList .columnLink,
  #columnTop .columnList .columnLink {
    width: 47%;
  }
  #column .columnList .columnLink:nth-child(n+3),
  #columnTop .columnList .columnLink:nth-child(n+3) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 520px) {
  #column .columnList .columnLink,
  #columnTop .columnList .columnLink {
    width: 48%;
    padding-bottom: 30px;
  }
}
#column .columnList .columnLink::before,
#columnTop .columnList .columnLink::before {
  position: absolute;
  content: "";
  background-image: url(../images/column/arw@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 520px) {
  #column .columnList .columnLink::before,
  #columnTop .columnList .columnLink::before {
    width: 30px;
    height: 30px;
  }
}
#column .columnList .columnLink .columnTextArea,
#columnTop .columnList .columnLink .columnTextArea {
  padding: 15px 15px 0;
}
@media screen and (max-width: 520px) {
  #column .columnList .columnLink .columnTextArea,
  #columnTop .columnList .columnLink .columnTextArea {
    padding: 10px 10px 0;
  }
}
#column .columnList .columnLink .columnTextArea .columnTime,
#columnTop .columnList .columnLink .columnTextArea .columnTime {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 520px) {
  #column .columnList .columnLink .columnTextArea .columnTime,
  #columnTop .columnList .columnLink .columnTextArea .columnTime {
    font-size: 12px;
  }
}
#column .columnList .columnLink .columnTextArea .columnItemTitle,
#columnTop .columnList .columnLink .columnTextArea .columnItemTitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 31.5px;
}
@media screen and (max-width: 520px) {
  #column .columnList .columnLink .columnTextArea .columnItemTitle,
  #columnTop .columnList .columnLink .columnTextArea .columnItemTitle {
    font-size: 14px;
    line-height: 26px;
  }
}
#column .dummy,
#columnTop .dummy {
  width: 23.4%;
}
#column .pagination .inner,
#columnTop .pagination .inner {
  display: flex;
  font-size: 16px;
  justify-content: center;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  #column .pagination .inner,
  #columnTop .pagination .inner {
    margin-top: 45px;
  }
}
#column .pagination .inner .pn-prev,
#columnTop .pagination .inner .pn-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  background-color: #fff;
  border: 1px solid #144087;
  margin: 0 10px;
}
#column .pagination .inner .pn-prev::before,
#columnTop .pagination .inner .pn-prev::before {
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  left: 44%;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(225deg);
  transform: translate(0, -50%) rotate(225deg);
  width: 7px;
  border-top: 1px solid #144087;
  border-right: 1px solid #144087;
}
#column .pagination .inner .pn-prev.opa,
#columnTop .pagination .inner .pn-prev.opa {
  background-color: #ccc;
  border: 1px solid #ccc;
}
#column .pagination .inner .pn-prev.opa::before,
#columnTop .pagination .inner .pn-prev.opa::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#column .pagination .inner .current,
#columnTop .pagination .inner .current {
  background-color: #144087;
  border: 1px solid #144087;
  color: #fff;
  display: flex;
  font-weight: 500;
  height: 30px;
  width: 30px;
  margin: 0 10px;
  justify-content: center;
  align-items: center;
}
#column .pagination .inner .pn-numbers,
#columnTop .pagination .inner .pn-numbers {
  background-color: #fff;
  border: 1px solid #144087;
  color: #144087;
  display: inline-block;
  font-weight: 500;
  height: 30px;
  height: 30px;
  width: 30px;
  margin: 0 10px;
  justify-content: center;
  align-items: center;
}
#column .pagination .inner .pn-next,
#columnTop .pagination .inner .pn-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  background-color: #fff;
  border: 1px solid #144087;
  margin: 0 10px;
}
#column .pagination .inner .pn-next::before,
#columnTop .pagination .inner .pn-next::before {
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  right: 39%;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  width: 7px;
  border-top: 1px solid #144087;
  border-right: 1px solid #144087;
}
#column .pagination .inner .pn-next.opa,
#columnTop .pagination .inner .pn-next.opa {
  background-color: #ccc;
  border: 1px solid #ccc;
}
#column .pagination .inner .pn-next.opa::before,
#columnTop .pagination .inner .pn-next.opa::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#column #detailBox .column_detail__main,
#columnTop #detailBox .column_detail__main {
  background-color: #fff;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 60px 50px;
}
@media screen and (max-width: 820px), print {
  #column #detailBox .column_detail__main,
  #columnTop #detailBox .column_detail__main {
    padding: 30px 25px;
  }
}
#column #detailBox .column_detail__main .headFlex,
#columnTop #detailBox .column_detail__main .headFlex {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #column #detailBox .column_detail__main .headFlex,
  #columnTop #detailBox .column_detail__main .headFlex {
    flex-direction: column;
  }
}
#column #detailBox .column_detail__main .headFlex .thumbArea,
#columnTop #detailBox .column_detail__main .headFlex .thumbArea {
  width: 200px;
}
@media screen and (max-width: 520px) {
  #column #detailBox .column_detail__main .headFlex .thumbArea,
  #columnTop #detailBox .column_detail__main .headFlex .thumbArea {
    width: 100%;
  }
}
#column #detailBox .column_detail__main .headFlex .thumbArea .thumb,
#columnTop #detailBox .column_detail__main .headFlex .thumbArea .thumb {
  padding-top: 75%;
}
#column #detailBox .column_detail__main .columnItemHead,
#columnTop #detailBox .column_detail__main .columnItemHead {
  width: calc(100% - 220px);
}
@media screen and (max-width: 520px) {
  #column #detailBox .column_detail__main .columnItemHead,
  #columnTop #detailBox .column_detail__main .columnItemHead {
    width: 100%;
    margin-top: 20px;
  }
}
#column #detailBox .column_detail__main .columnItemTime,
#columnTop #detailBox .column_detail__main .columnItemTime {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px), print {
  #column #detailBox .column_detail__main .columnItemTime,
  #columnTop #detailBox .column_detail__main .columnItemTime {
    font-size: 14px;
  }
}
#column #detailBox .column_detail__main .columnItemTitle,
#columnTop #detailBox .column_detail__main .columnItemTitle {
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 820px), print {
  #column #detailBox .column_detail__main .columnItemTitle,
  #columnTop #detailBox .column_detail__main .columnItemTitle {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 520px) {
  #column #detailBox .column_detail__main .columnItemTitle,
  #columnTop #detailBox .column_detail__main .columnItemTitle {
    font-size: 18px;
  }
}
#column #detailBox .column_detail__main .shareArea,
#columnTop #detailBox .column_detail__main .shareArea {
  background-color: #fff;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-top: 40px;
}
@media screen and (max-width: 820px), print {
  #column #detailBox .column_detail__main .shareArea,
  #columnTop #detailBox .column_detail__main .shareArea {
    margin-top: 20px;
  }
}
#column #detailBox .sin_btns,
#columnTop #detailBox .sin_btns {
  font-size: 18px;
}
@media screen and (max-width: 820px), print {
  #column #detailBox .sin_btns,
  #columnTop #detailBox .sin_btns {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  #column #detailBox .sin_btns,
  #columnTop #detailBox .sin_btns {
    font-size: 12px;
  }
}
#column #detailBox .sin_pre,
#column #detailBox .sin_nex,
#columnTop #detailBox .sin_pre,
#columnTop #detailBox .sin_nex {
  position: relative;
}
#column #detailBox .sin_pre::before,
#column #detailBox .sin_nex::before,
#columnTop #detailBox .sin_pre::before,
#columnTop #detailBox .sin_nex::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid #333;
  border-left: 0;
  border-bottom: 0;
  transform: translate(0, -50%) rotate(45deg);
  right: 20px;
  top: 53%;
}
#column #detailBox .sin_nex,
#columnTop #detailBox .sin_nex {
  padding-left: 20px;
}
@media screen and (max-width: 820px), print {
  #column #detailBox .sin_nex,
  #columnTop #detailBox .sin_nex {
    padding-left: 15px;
  }
}
#column #detailBox .sin_nex::before,
#columnTop #detailBox .sin_nex::before {
  left: 0;
  transform: translate(0, -50%) scale(-1, 1) rotate(45deg);
}
#column #detailBox .sin_pre,
#columnTop #detailBox .sin_pre {
  padding-right: 20px;
}
@media screen and (max-width: 820px), print {
  #column #detailBox .sin_pre,
  #columnTop #detailBox .sin_pre {
    padding-right: 15px;
  }
}
#column #detailBox .sin_pre::before,
#columnTop #detailBox .sin_pre::before {
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
}
#column #detailBox .addtoany_header,
#columnTop #detailBox .addtoany_header {
  border-right: 1px solid #ccc;
  font-weight: 500;
  margin: 0;
  padding-right: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 520px) {
  #column #detailBox .addtoany_header,
  #columnTop #detailBox .addtoany_header {
    padding-right: 10px;
    margin-right: 20px;
    width: 90px;
  }
}
#column #detailBox .addtoany_content,
#columnTop #detailBox .addtoany_content {
  align-items: center;
  display: flex;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  justify-content: center;
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 35px;
}
@media screen and (max-width: 820px), print {
  #column #detailBox .addtoany_content,
  #columnTop #detailBox .addtoany_content {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  #column #detailBox .addtoany_content,
  #columnTop #detailBox .addtoany_content {
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
#column #detailBox .addtoany_list a,
#column #detailBox .widget .addtoany_list a,
#columnTop #detailBox .addtoany_list a,
#columnTop #detailBox .widget .addtoany_list a {
  padding: 0;
}
#column #detailBox .addtoany_list a + a,
#column #detailBox .widget .addtoany_list a + a,
#columnTop #detailBox .addtoany_list a + a,
#columnTop #detailBox .widget .addtoany_list a + a {
  margin-left: 50px;
}
@media screen and (max-width: 820px), print {
  #column #detailBox .addtoany_list a + a,
  #column #detailBox .widget .addtoany_list a + a,
  #columnTop #detailBox .addtoany_list a + a,
  #columnTop #detailBox .widget .addtoany_list a + a {
    margin-left: 22px;
  }
}
@media screen and (max-width: 520px) {
  #column #detailBox .addtoany_list a + a,
  #column #detailBox .widget .addtoany_list a + a,
  #columnTop #detailBox .addtoany_list a + a,
  #columnTop #detailBox .widget .addtoany_list a + a {
    margin-left: 20px;
  }
}

@media screen and (max-width: 520px) {
  #contact .textCenter {
    text-align: left;
  }
}
#contact .doiChecks {
  text-align: center !important;
}

.required {
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 820px), print {
  .required {
    margin-left: 1em;
  }
}

@media screen and (max-width: 820px), print {
  .formItem + .formItem {
    display: block;
    margin-top: 20px;
  }
}
.formItem th, .formItem td {
  padding: 10px;
}
@media screen and (max-width: 820px), print {
  .formItem th, .formItem td {
    padding: 5px 10px;
    display: block;
    width: 100%;
  }
}

.formTitle {
  vertical-align: top;
  text-align: left;
  width: 280px;
}

.formInner {
  text-align: left;
  width: calc(100% - 280px);
}

.formInputBox {
  border: 1px solid #ccc;
  padding: 5px 1em;
  font-size: 16px;
  width: 100%;
}

.mailConf {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.mailConf input {
  padding: 5px 1em;
  font-size: 16px;
  width: 100%;
}

.privacyLink {
  text-decoration: underline;
  color: #77a7bc;
}

.radioInput,
.checkInput {
  display: none;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 30px;
}
.mwform-radio-field-text::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 16px;
  width: 16px;
}
.radioInput:checked + .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #333;
  top: 50%;
  transform: translate(0, -50%);
  left: 3px;
  height: 10px;
  width: 10px;
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 30px;
}
.mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 16px;
  width: 16px;
}
.checkInput:checked + .mwform-checkbox-field-text::after {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  position: absolute;
  top: 25%;
  transform: translate(0, -50%) rotate(45deg);
  left: 3px;
  height: 18px;
  width: 11px;
}