@charset "UTF-8";
/*============================================================
WEB FONTS
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600,700|Poppins:400,500,600,700&subset=japanese");
/*============================================================
RESET
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

b {
  font-weight: bold;
}

/*============================================================
FONTS
*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icon/icomoon.eot?rhxhqd");
  src: url("../fonts/icon/icomoon.eot?rhxhqd#iefix") format("embedded-opentype"), url("../fonts/icon/icomoon.ttf?rhxhqd") format("truetype"), url("../fonts/icon/icomoon.woff?rhxhqd") format("woff"), url("../fonts/icon/icomoon.svg?rhxhqd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_right02:before {
  content: "\e906";
}

.icon-real:before {
  content: "\e904";
}

.icon-web:before {
  content: "\e905";
}

.icon-chevron_left:before {
  content: "\e902";
}

.icon-chevron_right:before {
  content: "\e903";
}

.icon-cancel:before {
  content: "\e901";
}

.icon-menu:before {
  content: "\e900";
}

.icon-swipe:before {
  content: "\e910";
}

.icon-arrow_down:before {
  content: "\e90b";
}

.icon-external:before {
  content: "\e90c";
}

.icon-minus:before {
  content: "\e90d";
}

.icon-plus:before {
  content: "\e90e";
}

.icon-arrow_right:before {
  content: "\e90f";
}

/*============================================================
DEFAULT
*/
* {
  box-sizing: border-box;
  -webkit-appearance: none;
}

*:before,
*:after {
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  font-feature-settings: "palt";
  word-break: normal;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a.disable {
  pointer-events: none;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

img,
svg,
video {
  max-width: 100%;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  img,
  svg,
  video {
    width: 100%;
  }
}

p {
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

strong,
em {
  font-weight: 700;
}

table {
  max-width: 100%;
  width: 100%;
}
table th,
table td {
  word-break: break-all;
}

::selection {
  background: rgb(127.2580645161, 242.7419354839, 235.6451612903);
}

::-moz-selection {
  background: rgb(127.2580645161, 242.7419354839, 235.6451612903);
}

/*============================================================
LAYOUT
*/
body {
  min-width: 1200px;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

#contents {
  padding-top: 180px;
  display: block;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #contents {
    padding-top: 90px;
  }
}

.container {
  width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}

.container_w {
  width: 1330px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .container_w {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}

/*============================================================
HEADER
*/
#header {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#header .header_inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #header .header_inner {
    align-items: flex-end;
  }
}
#header .logo {
  width: 360px;
  height: 130px;
  background-color: #fff;
  border-bottom-right-radius: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  #header .logo {
    width: 208px;
    height: 82px;
  }
}
#header .logo img {
  width: 266px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #header .logo img {
    width: 163px;
  }
}
#header .logo .logo_text {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  #header .logo .logo_text {
    font-size: 8px;
  }
}
#header .header_content .top {
  width: max-content;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  #header .header_content .top {
    display: none;
  }
}
#header .header_content .top .menu {
  display: flex;
  background-color: #fff;
  padding-inline: 20px;
  border-bottom-left-radius: 36px;
}
#header .header_content .top .menu > li > a {
  color: #1C4A86;
}
#header .header_content .top .menu > li > a,
#header .header_content .top .menu > li .header {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 26px 20px;
}
#header .header_content .top .menu > li.hasChild {
  position: relative;
}
#header .header_content .top .menu > li.hasChild .header {
  color: #C3C3C3;
}
#header .header_content .top .menu > li.hasChild .menuChild {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
}
#header .header_content .top .menu > li.hasChild .menuChild > li > a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  text-align: center;
  background-color: #fafafa;
  padding: 10px 15px;
}
#header .header_content .top .menu > li.hasChild .menuChild > li > a:hover {
  color: #1C4A86;
}
@media only screen and (min-width: 769px) {
  #header .header_content .bottom {
    display: flex;
    align-items: center;
    column-gap: 40px;
    margin: 10px 20px 0 0;
    padding: 5px 5px 5px 35px;
    border-radius: calc(infinity * 1px);
  }
}
#header .header_content .bottom .menu {
  display: flex;
  column-gap: 40px;
}
@media only screen and (max-width: 768px) {
  #header .header_content .bottom .menu {
    display: none;
  }
}
#header .header_content .bottom .menu > li {
  position: relative;
}
#header .header_content .bottom .menu > li:not(:last-child)::after {
  content: "｜";
  color: #fff;
  position: absolute;
  top: 50%;
  right: -25px;
  translate: 0 -50%;
}
#header .header_content .bottom .menu > li.hasChild {
  position: relative;
}
#header .header_content .bottom .menu > li.hasChild .header {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  display: block;
}
#header .header_content .bottom .menu > li.hasChild .menuChild {
  padding-top: 25px;
  width: 200px;
  position: absolute;
  top: 120%;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#header .header_content .bottom .menu > li.hasChild .menuChild::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #18233D;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  translate: -50% 0;
}
#header .header_content .bottom .menu > li.hasChild .menuChild > li:first-child, #header .header_content .bottom .menu > li.hasChild .menuChild > li:last-child {
  background-color: #fafafa;
}
#header .header_content .bottom .menu > li.hasChild .menuChild > li:first-child {
  padding-top: 20px;
}
#header .header_content .bottom .menu > li.hasChild .menuChild > li:last-child {
  padding-bottom: 20px;
}
#header .header_content .bottom .menu > li.hasChild .menuChild > li > a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  text-align: center;
  background-color: #fafafa;
  padding: 10px 15px;
}
#header .header_content .bottom .menu > li.hasChild .menuChild > li > a:hover {
  color: #1C4A86;
}
#header .header_content .bottom .menu > li.hasChild .menuChild.is-active {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#header .header_content .btn_navi {
  width: 66px;
  aspect-ratio: 1;
}
@media only screen and (max-width: 768px) {
  #header .header_content .btn_navi {
    margin-right: 20px;
  }
}
#header .header_content .btn_navi button,
#header .header_content .btn_navi span {
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#header .header_content .btn_navi button {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 999;
  padding: 0;
  border: none;
  outline: none;
  appearance: none;
  cursor: pointer;
}
#header .header_content .btn_navi button span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 26px;
  height: 1px;
  background-color: #18233D;
}
#header .header_content .btn_navi button span:nth-of-type(1) {
  top: calc(50% - 10px);
}
#header .header_content .btn_navi button span:nth-of-type(2) {
  top: 50%;
}
#header .header_content .btn_navi button span:nth-of-type(3) {
  top: calc(50% + 10px);
}
#header .header_content .btn_navi button.is-active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
#header .header_content .btn_navi button.is-active span:nth-of-type(2) {
  opacity: 0;
  transform: translateX(20px);
}
#header .header_content .btn_navi button.is-active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
#header .gnavi {
  display: none;
  position: fixed;
  z-index: 100;
  background-color: #E3F0FA;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
#header .gnavi .container {
  height: 100vh;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  #header .gnavi .container {
    min-height: 750px;
  }
}
@media only screen and (max-width: 1200px) {
  #header .gnavi .container {
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
  }
}
#header .gnavi .main_navi {
  width: 1170px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  column-gap: 25px;
}
@media only screen and (max-width: 1200px) {
  #header .gnavi .main_navi {
    width: 100%;
    margin-top: 180px;
    padding-inline: 25px;
    grid-template-columns: repeat(2, auto);
    gap: 50px 25px;
  }
}
@media only screen and (max-width: 768px) {
  #header .gnavi .main_navi {
    margin-top: 100px;
    padding-inline: 20px;
    gap: 30px 10px;
  }
}
#header .gnavi .main_navi dl dt {
  color: #1C4A86;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  padding: 0.3em 0 0.3em 0.75em;
  border-left: 5px solid currentColor;
}
@media only screen and (max-width: 768px) {
  #header .gnavi .main_navi dl dt {
    font-size: 15px;
    border-width: 4px;
  }
}
#header .gnavi .main_navi dl dd ul li a {
  font-size: 16px;
  padding: 15px 0;
  display: block;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (max-width: 768px) {
  #header .gnavi .main_navi dl dd ul li a {
    font-size: 11px;
    padding-block: 10px;
  }
}
#header .gnavi .main_navi dl dd ul li a[target=_blank] {
  position: relative;
}
#header .gnavi .main_navi dl dd ul li a[target=_blank]::after {
  content: "";
  background-color: currentColor;
  mask: url("../images/common/icon-tb.svg") center center/contain no-repeat;
  width: 13px;
  aspect-ratio: 1;
  margin-left: 0.75em;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (max-width: 768px) {
  #header .gnavi .main_navi dl dd ul li a[target=_blank]::after {
    width: 10px;
  }
}
#header .gnavi .main_navi dl dd ul li a.disable {
  color: #aaa;
}
#header .gnavi .main_navi dl dd ul li a:not([class=disable]):hover {
  color: #1C4A86;
}
#header .gnavi .main_navi dl dd ul li a:not([class=disable]):hover::after {
  background-color: currentColor;
}
#header .gnavi .btn_bottom {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  column-gap: 50px;
  padding-inline: 25px;
}
@media only screen and (max-width: 1200px) {
  #header .gnavi .btn_bottom {
    margin: 30px 0;
    column-gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #header .gnavi .btn_bottom {
    padding-inline: 20px;
    display: block;
    margin-top: 20px;
  }
}
#header .gnavi .btn_bottom .block {
  background-color: #1C4A86;
  border-radius: 36px;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 30px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #header .gnavi .btn_bottom .block {
    padding: 20px;
    border-radius: 18px;
    display: block;
  }
}
#header .gnavi .btn_bottom .block .heder {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #header .gnavi .btn_bottom .block ul {
    margin-top: 8px;
  }
}
#header .gnavi .btn_bottom .block ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  display: inline-block;
  padding-block: 0.3em;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (max-width: 768px) {
  #header .gnavi .btn_bottom .block ul li a {
    font-size: 13px;
  }
}
#header .gnavi .btn_bottom .block ul li a::after {
  content: "";
  background-color: currentColor;
  mask: url("../images/common/icon-arrow.svg") center center/contain no-repeat;
  width: 15px;
  aspect-ratio: 1;
  margin-left: 0.5em;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (max-width: 768px) {
  #header .gnavi .btn_bottom .block ul li a::after {
    width: 13px;
  }
}
#header .gnavi .btn_bottom .block ul li a:hover {
  opacity: 0.6;
}
#header .gnavi .btn_bottom .block ul li:not(:first-child) {
  margin-top: 0.25em;
}
#header .gnavi .btn_bottom .block:not(:first-child) {
  margin-top: 10px;
}
#header.is-menuOpened .logo {
  background-color: #E3F0FA;
}

@media only screen and (min-width: 769px) {
  body.home #header {
    position: absolute;
  }
}
body:not(.home) #header {
  position: fixed;
}
@media only screen and (min-width: 769px) {
  body:not(.home) #header .header_content .bottom {
    background-color: rgba(0, 0, 0, 0.25);
  }
}

/*============================================================
FOOTER
*/
#footer {
  background: #f7f8f4;
  padding: 80px 0 60px;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 50px 0 30px;
  }
}
#footer .logo {
  padding: 0 15px 0 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #footer .logo {
    text-align: center;
    margin-bottom: 50px;
    padding: 0;
    display: block;
  }
}
#footer .logo .logo_image {
  color: transparent;
  font: 0/0 a;
  width: 260px;
  height: 28px;
  margin-right: 10px;
  overflow: hidden;
  text-shadow: none;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #footer .logo .logo_image {
    margin: 0;
  }
}
#footer .logo .logo_image::before {
  background: url(../images/common/logo.svg) center top/contain no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}
#footer .logo .logo_text {
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #footer .logo .logo_text {
    font-size: 10px;
    display: block;
  }
}
#footer .footer_nav {
  margin: 60px 0 100px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #footer .footer_nav {
    display: none;
  }
}
#footer .footer_nav dl {
  padding-left: 10px;
}
#footer .footer_nav dl dt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  position: relative;
}
#footer .footer_nav dl dt::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #13c6bb transparent transparent transparent;
  display: inline-block;
  position: absolute;
  top: -8px;
  left: -10px;
}
#footer .footer_nav dl dd ul li a {
  font-size: 14px;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#footer .footer_nav dl dd ul li a[target=_blank] {
  position: relative;
}
#footer .footer_nav dl dd ul li a[target=_blank]::after {
  content: "\e90c";
  color: #333;
  font-size: 13px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#footer .footer_nav dl dd ul li a[target=_blank]:hover::after {
  color: #13c6bb;
}
#footer .footer_nav dl dd ul li a.disable {
  color: #aaa;
}
#footer .footer_nav dl dd ul li a:not([class=disable]):hover {
  color: #13c6bb;
}
#footer .footer_nav dl dd ul li:not(:last-child) {
  margin-bottom: 22px;
}
#footer .footer_nav dl:not(:last-child) {
  margin-right: 160px;
}
#footer .page_top {
  width: 230px;
  margin: 0 auto;
}
#footer .copyright {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  margin-top: 80px;
  display: block;
}
@media only screen and (max-width: 768px) {
  #footer .copyright {
    margin-top: 40px;
  }
}

/*============================================================
PAGE TOP
*/
#page_top {
  color: #0c9fbf;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #0c9fbf;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  #page_top {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  #page_top {
    display: block;
  }
}
#page_top i {
  display: inline-block;
  transform: rotate(-90deg);
}

/*============================================================
BUTTON
*/
.btn {
  color: #fff;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.btn::after {
  content: "";
  display: block;
}

.btn_primary {
  background: #333;
  display: block;
  max-width: 250px;
  padding: 22px 0 22px 35px;
  transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (max-width: 768px) {
  .btn_primary {
    padding: 20px 0 20px 25px;
  }
}
.btn_primary::after {
  position: absolute;
  top: 50%;
  right: -18px;
  width: 80px;
  height: 1px;
  background: #c2c2c2;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (max-width: 768px) {
  .btn_primary::after {
    width: 40px;
  }
}

.btn_secondary {
  text-align: center;
  background: #13c6bb;
  display: block;
  padding: 22px 0;
  transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.btn_secondary::after {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #333;
  transform: translateX(-50%);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.btn_secondary:hover {
  background: rgb(15.4276497696, 160.7723502304, 151.8405529954);
}
.btn_secondary:hover::after {
  background: #fff;
  height: 0;
}

.c-entry {
  background: #f7f8f4;
  padding: 40px 40px 60px;
}
@media only screen and (max-width: 768px) {
  .c-entry {
    padding: 20px 15px 30px;
  }
}
.c-entry .heading {
  color: #1381ba;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-entry .heading {
    font-size: 20px;
  }
}
.c-entry .bnr {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 300px);
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .c-entry .bnr {
    margin-top: 15px;
    grid-template-columns: repeat(2, 49%);
    gap: 6px;
  }
}
.c-entry .bnr a {
  display: block;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.c-entry .bnr a img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .c-entry .bnr a:hover {
    opacity: 0.6;
  }
}

/*============================================================
UTILITY
*/
.visible-sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .visible-sp {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}

.link_td {
  color: #0c9fbf;
  text-decoration: underline;
}
.link_td:hover {
  text-decoration: none;
}

/*============================================================
ANIMATION
*/
.js_fadeInUp_txt {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.8s;
  transition-delay: 0.2s;
  will-change: opacity, transform;
}
@media only screen and (max-width: 768px) {
  .js_fadeInUp_txt {
    transform: translate(0, 10px);
  }
}

.fadeInUp_txt {
  opacity: 1;
  transform: translate(0, 0);
}

.js_fadeInUp_content {
  opacity: 0;
  transform: translate(0, 40px);
  transition: 0.8s;
  transition-delay: 0.2s;
  will-change: opacity, transform;
}
@media only screen and (max-width: 768px) {
  .js_fadeInUp_content {
    transform: translate(0, 20px);
  }
}

.fadeInUp_content {
  opacity: 1;
  transform: translate(0, 0);
}

/*============================================================
DISPLAY
*/
.u-visible-sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .u-visible-sp {
    display: block !important;
  }
}

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