@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px; }

body {
  background: #fff;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 150%; }

a {
  color: #000;
  text-decoration: none; }

a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all 0.3s ease; }

ul li {
  list-style: none; }

img {
  vertical-align: middle; }

@media only screen and (width <= 768px) {
  img {
    max-width: 100%; } }
/* Slider */
.slick-slider {
  box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  user-select: none; }

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0; }

.slick-track::before,
.slick-track::after {
  content: "";
  display: table; }

.slick-track::after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: slick;
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -40%);
  width: 60px; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none; }

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1; }

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25; }

.slick-prev::before,
.slick-next::before {
  cursor: pointer;
  height: 60px;
  transition: all 0.5s ease-out;
  width: 60px;
  z-index: 999; }

.slick-prev {
  left: -60px;
  z-index: 99; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: 25px; }

/* .slick-prev::before
{
    position: absolute;
    content: '';
    background: url(../../assests/images/prev.png) no-repeat center center;
    left: 0;
    top: 0;
}
.slick-prev:hover::before {
    background: url(../../assests/images/prev.png) no-repeat center center;
} */
[dir="rtl"] .slick-prev::before {
  content: "→"; }

.slick-next {
  right: -60px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

/* .slick-next::before
{
    position: absolute;
    content: '';
    background: url(../../assests/images/next.png) center center;
    top: 0;
    right: 0;
}
.slick-next:hover:before {
    background: url(../../assests/images/next.png) center center;
} */
[dir="rtl"] .slick-next::before {
  content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 10px; }

.slick-dots {
  bottom: -35px;
  display: block;
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%); }

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px; }

.slick-dots li button {
  background: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  transition: all 0.5s ease-out;
  width: 20px; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  color: #279a10; }

.slick-dots li button::before {
  color: #000;
  content: "\2022";
  font-family: slick;
  font-size: 35px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px; }

.slick-dots li.slick-active button::before {
  color: #279a10; }

#wrapper {
  min-width: 1300px;
  width: 100%; }

@media only screen and (width <= 768px) {
  #wrapper {
    min-width: 100%;
    width: 100%; } }
/* ----------------------------------------------------------------------------------------------------
 *  header
 * -------------------------------------------------------------------------------------------------- */
header,
.other-header {
  align-items: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  height: 100px;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all 0.2s ease-out;
  width: 100%;
  z-index: 999; }

header .headerIn,
.other-header .headerIn {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 95%; }

.headerLogo {
  padding-right: 28px; }

header .gnav,
.other-header .gnav {
  align-items: center;
  display: flex; }

header .gnav li:last-child {
  padding-inline: 8px 0; }

header .gnav li {
  padding-right: 24px; }

header .gnav li a {
  color: #173d5b;
  display: block;
  letter-spacing: 1px;
  line-height: 1.5;
  padding-block: 30px;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-out; }

.gnav_en {
  font-size: 15px;
  font-weight: bold; }

.gnav_jp {
  font-size: 12px; }

header .gnav li a.cv-button {
  color: #fff; }

header .gnav li a::after {
  background: #173d5b;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: center top;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  width: 100%; }

header .gnav li a.cv-button::after {
  position: unset; }

header .gnav li a:hover {
  animation: gnav 0.25s ease-out;
  transition: all ease 0.3s; }

header .gnav li a:hover::after,
header .gnav li a:focus::after,
header .gnav li a:active::after {
  transform: scale(1, 1); }

@media only screen and (width <= 768px) {
  header .headerIn,
  .headerIn,
  .other-header .headerIn {
    margin: 0 auto;
    padding: 30px 0;
    width: 95%; }

  .headerLogo {
    padding-left: 12px;
    padding-top: 4px; }

  .nav-close .headerLogo {
    margin: 0 auto;
    padding-top: 35px;
    width: 95%; }

  header .headerLogo img,
  .nav-close .headerLogo img,
  .other-header .headerLogo img {
    display: block;
    max-width: 100%;
    width: 200px; }

  .other-header {
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: all 0.2s ease-out;
    width: 100%;
    z-index: 999; }

  .other-header .headerIn {
    margin: 0 auto;
    padding: 30px 0;
    width: 95%; }

  .top-fv-button {
    margin-block: 40px; } }
/* ヘッダーナビの非表示 */
@media only screen and (width <= 1280px) {
  .headerIn ul li {
    padding: 0; }

  .headerIn ul li a:not(.cv-button) {
    display: none; } }
/* ----------------------------------------------------------------------------------------------------
 *  topmenu
 * -------------------------------------------------------------------------------------------------- */
@media only screen and (width <= 768px) {
  .menu {
    cursor: pointer;
    display: block;
    height: 42px;
    position: fixed;
    right: 16px;
    top: 33px;
    width: 36px;
    z-index: 999; }

  .menu div {
    background: #000;
    height: 2px;
    margin: 8px 0;
    transition: all 0.35s;
    width: 33px; }

  .on .line-one {
    transform: rotate(45deg) translate(7px, 4px); }

  .on .line-two {
    opacity: 0; }

  .on .line-three {
    transform: rotate(-45deg) translate(10px, -8px); }

  .nav-close {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.5);
    height: 100vh;
    -ms-overflow-style: none;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999; }

  .sp-btn {
    margin-block: 30px; }

  .other-header-sp .sp-btn {
    margin-block: 40px 30px; }

  .nav-close .sp-nav {
    padding-top: 48px; }

  .nav-close .sp-nav li {
    margin: 0 auto;
    text-align: center;
    width: 85%; }

  .nav-close .sp-nav li a {
    color: #173d5b;
    display: block;
    font-size: 20px;
    line-height: 30px;
    padding-top: 24px; }

  .gnav_en {
    font-size: 20px; }

  .gnav_jp {
    font-size: 16px; }

  /* ----------------------------------------------------------------------------------------------------
   *  other menu
   * -------------------------------------------------------------------------------------------------- */
  .spmenu div {
    background: #000;
    height: 2px;
    margin: 8px 0;
    transition: all 0.35s;
    width: 33px; }

  .on .spline-one {
    transform: rotate(45deg) translate(7px, 4px); }

  .on .spline-two {
    opacity: 0; }

  .on .spline-three {
    transform: rotate(-45deg) translate(10px, -8px); } }
/* ----------------------------------------------------------------------------------------------------
 *  footer
 * -------------------------------------------------------------------------------------------------- */
footer {
  background: #000;
  font-size: 15px;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  width: 100%; }

.footerIn {
  margin: 0 auto;
  padding: 50px 0 24px;
  width: 1000px; }

.footerLogo {
  float: left;
  padding: 0; }

.footerNav {
  float: right;
  font-weight: bold; }

.footerIn ul {
  margin: 20px; }

.footerIn ul li {
  color: #fff;
  float: left;
  font-size: 18px;
  padding-right: 50px; }

.footerIn ul li:last-child {
  padding: 0; }

.footerIn ul li a {
  color: #fff; }

.footerIn ul li a:hover {
  text-decoration: underline; }

footer p {
  color: #fff;
  font-size: 12px;
  margin: 0 auto 40px;
  text-align: center;
  width: 90%; }

.pagetop {
  position: absolute;
  right: 30px;
  text-align: center;
  top: 90px; }

.pagetop span {
  display: block;
  padding-top: 10px;
  text-align: center; }

.pagetop img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.pagetop a {
  color: #fff;
  display: block; }

@media only screen and (width <= 768px) {
  footer {
    background: #000;
    overflow: hidden;
    padding: 0;
    position: inherit;
    width: 100%; }

  .pagetop {
    background: #393939;
    padding: 0;
    position: inherit;
    right: 0;
    text-align: center;
    top: 0; }

  .pagetop a {
    display: block;
    padding: 20px 0; }

  .pagetop span {
    padding-top: 10px; }

  .footerIn {
    padding: 30px 0;
    width: 95%; }

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

  .footerLogo img {
    max-width: 50%; }

  .footerIn ul {
    margin: 10px 10px 0;
    width: 95%; }

  .footerIn ul li {
    float: none;
    font-size: 1rem;
    padding: 0 0 15px;
    text-align: center; }

  .footerIn ul li:last-child {
    border: 2px solid #fff;
    clear: both;
    float: none;
    margin: 0 auto;
    width: 90%; }

  .footerIn ul li:last-child a {
    display: block;
    padding: 20px 10px 20px 45px;
    position: relative; }

  .footerIn ul li:last-child a:hover {
    text-decoration: none; }

  .footerIn ul li:last-child a::before {
    background: url("../../common/img/footer/ft_icon.png") no-repeat center/30px;
    content: "";
    height: 29px;
    left: 7%;
    position: absolute;
    right: 7%;
    top: 16px;
    width: 32px; } }
/* ----------------------------------------------------------------------------------------------------
 *  banner（トップページ以外の複数ページで使用されるFVに当たる部分）
 * -------------------------------------------------------------------------------------------------- */
.banner {
  background: #000;
  margin-top: 100px;
  padding: 100px 0 92px; }

.banner.img-banner {
  background: grey url("../../common/img/banner/top_banner_img.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.bnr-tit {
  color: white;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 40px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 6px; }

.bnr-tit span {
  display: block;
  font-size: 30px;
  padding-top: 27px; }

.bnr-tit.img-banner {
  color: #003e5e;
  text-shadow: none; }

@media only screen and (width <= 768px) {
  .banner {
    padding: 50px 0; }

  .bnr-tit {
    font-size: 2.5rem;
    line-height: 1.7; }

  .bnr-tit span {
    font-size: 1rem;
    padding-top: 5px; } }
/* ----------------------------------------------------------------------------------------------------
 *  content
 * -------------------------------------------------------------------------------------------------- */
.content {
  background: #f2f2f2;
  padding: 40px 0 100px; }

.contentIn {
  margin: 0 auto;
  width: 1200px; }

@media only screen and (width <= 768px) {
  .content {
    padding: 30px 0 70px; }

  .contentIn {
    margin: 0 auto;
    width: 95%; } }
/* ----------------------------------------------------------------------------------------------------
 *  breadcrumb
 * -------------------------------------------------------------------------------------------------- */
.breadcrumb {
  margin: 0 auto;
  padding: 31px 0;
  width: 1200px; }

.breadcrumb li {
  color: #aaa;
  float: left;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-right: 10px; }

.breadcrumb li:nth-child(2n) {
  margin-top: -1px; }

.breadcrumb li a {
  color: #408ec4; }

@media only screen and (width <= 768px) {
  .breadcrumb {
    margin: 0 auto;
    padding: 20px 15px;
    width: auto; }

  .breadcrumb li {
    display: inline-block;
    font-size: 0.8rem !important;
    padding-right: 5px;
    vertical-align: middle; }

  .breadcrumb li:nth-child(1),
  .breadcrumb li:nth-child(3) {
    font-size: 0.8rem !important; }

  .breadcrumb li:last-child {
    font-size: 0.8rem !important;
    padding-right: 0; } }
/* ----------------------------------------------------------------------------------------------------
* button
* -------------------------------------------------------------------------------------------------- */
.cv-button {
  background: #003e5e;
  box-sizing: border-box;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  max-width: 360px;
  padding: 20px 2em;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-out; }

.gnav .cv-button {
  line-height: normal;
  padding: 10px 2em; }

.cv-button.arrow-right {
  padding-inline: 2.3em 4.5em;
  position: relative; }

.cv-button.arrow-right::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 12%;
  top: 52%;
  transform: rotate(135deg);
  transform-origin: top;
  width: 12px; }

.cv-button:hover {
  background: #1478d6;
  opacity: 1; }

.cv-button span {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  display: inline-block;
  font-size: 80%;
  font-weight: normal;
  margin-left: 8px;
  padding: 2px 8px; }

.cv-button.entry {
  background: #1478d6;
  border: none;
  cursor: pointer; }

.cv-button.entry:hover {
  background: #003e5e; }

.cv-button.low {
  font-size: 12px;
  height: 40px;
  padding: 8px 2em; }

.button-outline {
  border: 1px solid #003e5e;
  border-radius: 50px;
  color: #003e5e;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  max-width: 360px;
  padding: 10px 2em;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-out; }

.button-outline.arrow-right {
  padding-inline: 2.3em 4.5em;
  position: relative; }

.button-outline.arrow-right::after {
  border-right: 1px solid #003e5e;
  border-top: 1px solid #003e5e;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 12%;
  top: 40%;
  transform: rotate(45deg);
  transform-origin: top;
  width: 10px; }

.button-outline:hover {
  background: #003e5e;
  border: 1px solid #003e5e;
  color: #fff;
  opacity: 1; }

.button-outline.arrow-right:hover::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff; }

@media only screen and (max-width: 768px) {
  .cv-button,
  .cv-button.arrow-right,
  .cv-button.entry {
    width: 85%; }

  .cv-button.low {
    max-width: 280px;
    width: 100%; }

  .sp-btn .cv-button {
    padding-inline: 0;
    /* ボタン幅が広くなりすぎるため応急処置的に追加 */
    width: 85%; }

  .gnav .cv-button {
    display: none; } }
.clearfix {
  zoom: 1; }

.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

/* ----------------------------------------------------------------------------------------------------
 *  hidden
 * -------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 769px) {
  .sp {
    display: none; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none; } }
/* ----------------------------------------------------------------------------------------------------
 *  fadeAnime
 * -------------------------------------------------------------------------------------------------- */
.fadeUp {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: fadeUpAnime;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(60px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.flipLeft {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: flipLeftAnime;
  opacity: 0;
  perspective-origin: left center; }

@keyframes flipLeftAnime {
  from {
    opacity: 0;
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg); }
  to {
    opacity: 1;
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg); } }
.fadeUpTrigger,
.flipLeftTrigger {
  opacity: 0; }

.delay-time01 {
  animation-delay: 0.1s; }

.delay-time02 {
  animation-delay: 0.2s; }

.delay-time03 {
  animation-delay: 0.3s; }

.delay-time04 {
  animation-delay: 0.4s; }

/* ----------------------------------------------------------------------------------------------------
 *  common
 * -------------------------------------------------------------------------------------------------- */
.title {
  color: #0082ca;
  font-size: 28px;
  letter-spacing: 1px;
  margin: 0 auto;
  width: 1200px; }

.title span {
  color: #000;
  display: block;
  font-size: 33px;
  letter-spacing: 1px;
  line-height: 34px;
  padding-top: 15px; }

.subtitle {
  font-size: 22px;
  margin: 24px auto 0;
  width: 1200px; }

.top-portfolio .title span,
.top-portfolio .subtitle {
  color: #fff; }

.top-case,
.top-message,
.top-flow,
.top-portfolio,
.top-column {
  padding: 100px 0; }

.top-case {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2); }

.top-message {
  background: url("../../img/top/top_message_bg.jpg") no-repeat center/cover; }

.top-portfolio {
  background: #000; }

.top-flow {
  background: #fff; }

.top-column {
  background: #f1f4f6; }

.top-trust-in,
.top-about-in,
.top-case-in,
.top-message-in,
.top-flow-in,
.top-column-in {
  margin: 0 auto;
  width: 1200px; }

.top-column-in,
.top-portfolio-in {
  padding: 50px 0; }

.hv-zoom a {
  display: block;
  overflow: hidden;
  position: relative; }

.hv-zoom img {
  height: auto;
  transition: all 0.5s ease-in-out;
  width: 100%; }

.hv-zoom:hover img {
  transform: scale(1.2); }

.top-content {
  background: url("../../img/top/top_fv_bg.jpg") no-repeat fixed center/cover;
  width: 100%; }

@keyframes blurAnime {
  from {
    filter: blur(5px);
    opacity: 0; }
  to {
    filter: blur(0);
    opacity: 1; } }
/* ----------------------------------------------------------------------------------------------------
 *  fv
 * -------------------------------------------------------------------------------------------------- */
.h-inner {
  margin: 0 auto;
  padding: 180px 0 100px;
  position: relative;
  width: 1200px; }

.top-fv-catch {
  font-size: 68px;
  font-weight: bold;
  line-height: 1.5; }

.top-fv-catch span {
  background: linear-gradient(90deg, #3e58c2 0%, #1478d6 50%, #00a4cd 90%);
  background-clip: text;
  -webkit-text-fill-color: transparent; }

.top-fv-desc {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.7;
  margin-top: 24px;
  padding-left: 8px;
  text-align: left;
  -webkit-text-stroke: 0.5px black; }

.top-fv-logo {
  color: #437d37;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  margin-top: 24px;
  padding-left: 8px; }

.top-fv-logo img {
  margin: -8px 0 0 8px;
  object-fit: contain;
  width: 124px; }

.top-fv-achievements {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 400px; }

.top-fv-achievements-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

.top-fv-achievements-item {
  flex-basis: calc(50% - 10px);
  position: relative;
  text-align: center; }

.top-fv-achievements-item:nth-child(1) {
  flex-basis: 100%;
  margin-bottom: 10px; }

.top-fv-achievements-item img {
  display: block;
  filter: drop-shadow(-6px 8px 12px rgba(54, 100, 177, 0.2));
  height: 160px;
  margin: 0 auto;
  width: 160px; }

.top-fv-achievements-text {
  font-weight: bold;
  left: 50%;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%; }

.top-fv-achievements-text-top {
  color: #003e5e;
  font-size: 20px; }

.top-fv-achievements-text-bottom {
  color: #36abd9;
  font-family: "Source Serif Pro", serif;
  font-size: 40px;
  margin-top: 4px; }

.top-fv-achievements-text-bottom.one {
  font-size: 36px; }

.top-fv-achievements-text-bottom.listed {
  font-size: 32px; }

.top-fv-achievements-text-bottom span {
  bottom: 1px;
  font-size: 28px;
  position: relative; }

.top-fv-button {
  margin-top: 52px; }

.top-fv-scroll {
  bottom: 32px;
  height: 50px;
  left: 50%;
  position: absolute; }

.top-fv-scroll span {
  color: #003e5e;
  font-size: 14px;
  left: -28px;
  letter-spacing: 1px;
  position: absolute;
  top: -25px; }

.top-fv-scroll::after {
  animation: pathmove 1.4s ease-in-out infinite;
  background: #003e5e;
  content: "";
  height: 30px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 1px; }

@keyframes pathmove {
  0% {
    height: 0;
    opacity: 0;
    top: 0; }
  30% {
    height: 30px;
    opacity: 1; }
  100% {
    height: 0;
    opacity: 0;
    top: 50px; } }
@media only screen and (width <= 768px) {
  .h-inner {
    margin: 0 auto;
    padding: 200px 0 40px;
    width: 90%; }

  .top-fv-catch {
    font-size: 40px;
    margin-top: 30px; }

  .top-fv-desc {
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 16px;
    padding-left: 4px; }

  .top-fv-logo {
    font-size: 12px;
    margin-top: 16px;
    padding-left: 4px; }

  .top-fv-logo img {
    width: 100px; }

  .top-fv-achievements {
    margin-top: 16px;
    max-width: 400px;
    position: static;
    transform: none;
    width: 100%; }

  .top-fv-achievements-contents {
    gap: 16px; }

  .top-fv-achievements-item {
    flex: 1;
    flex-basis: auto;
    margin-bottom: 0; }

  .top-fv-achievements-item:nth-child(1) {
    flex-basis: auto;
    margin-bottom: 0; }

  .top-fv-achievements-item img {
    height: 88px;
    width: 88px; }

  .top-fv-achievements-text-top {
    font-size: 12px; }

  .top-fv-achievements-text-bottom,
  .top-fv-achievements-text-bottom.one {
    font-size: 24px; }

  .top-fv-achievements-text-bottom.listed {
    font-size: 20px; }

  .top-fv-achievements-text-bottom span {
    font-size: 18px; } }
/* ----------------------------------------------------------------------------------------------------
*  TRUST
* -------------------------------------------------------------------------------------------------- */
.top-trust-in {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-shadow: 0 3.5px 48px rgba(0, 0, 0, 0.08);
  margin-bottom: -170px;
  position: relative;
  z-index: 1; }

.top-trust-contents {
  align-items: flex-start;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding: 40px; }

.top-trust-item {
  flex: 1;
  position: relative;
  text-align: center; }

.top-trust-item:not(:last-child)::after {
  border-right: 2px dotted #ccc;
  bottom: 0;
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  width: 1px; }

.top-trust-item img {
  height: 100%;
  margin-top: 36px;
  width: 108px; }

.top-trust-title {
  color: #003e5e;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4; }

.top-trust-title span {
  color: #105ea3;
  font-size: 16px; }

.top-trust-book {
  align-items: flex-end;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 24px; }

.top-trust-book img {
  margin-top: 0;
  width: 80px; }

.top-trust-desc {
  bottom: 2px;
  color: #003e5e;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  position: relative;
  text-align: left; }

.top-trust-desc span {
  font-weight: normal; }

.top-trust-recommend {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 36px; }

.top-trust-recommend img {
  height: 72px;
  margin-top: 0;
  width: auto; }

.top-trust-recommend-text {
  color: #003e5e;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  text-align: center; }

.top-trust-recommend-text span {
  color: #003e5e;
  display: inline;
  font-family: "Source Serif Pro", serif;
  font-size: 32px;
  font-weight: 900; }

.top-trust-note {
  color: #868686;
  font-size: 12px;
  font-weight: normal;
  margin-top: 8px;
  text-align: center; }

/* ----------------------------------------------------------------------------------------------------
 *  ABOUT
 * -------------------------------------------------------------------------------------------------- */
.top-about {
  overflow: hidden; }

.top-about-concept {
  background: #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-inline: -120px;
  padding-inline: 120px;
  padding-top: 280px; }

.top-about-concept-in {
  margin: 0 auto;
  width: 1000px; }

.top-about-concept-contents {
  display: flex;
  justify-content: space-between; }

.top-about-title {
  font-size: 33px;
  line-height: 1.4;
  padding-bottom: 8px; }

.top-about-concept-desc {
  font-size: 16px;
  line-height: 2;
  margin: 32px auto 0; }

.top-about-concept-image {
  margin-block: auto;
  width: 50%; }

.top-about-concept-button {
  margin-top: 64px; }

.top-about-problems-solutions {
  background: #fff;
  padding: 100px 0; }

.top-about-problems,
.top-about-solutions {
  margin: 0 auto;
  width: 1200px; }

.top-about-problems-heading {
  color: #577381;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center; }

.top-about-problems-heading span {
  font-size: 28px; }

.top-about-problems-cont {
  background: #f1f4f6;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 40px;
  padding: 40px; }

.top-about-problem-item {
  width: 360px; }

.top-about-problem-img {
  display: block;
  margin: 30px auto 0;
  width: 120px; }

.top-about-problem-text {
  background: #fff;
  color: #577381;
  font-size: 16px;
  font-weight: bold;
  padding-block: 24px;
  position: relative;
  text-align: center; }

.top-about-problem-text::after {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 12px 12px 0;
  content: "";
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 100%;
  width: 0; }

.top-about-triangle {
  border-bottom: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-style: solid;
  border-top: 20px solid #577381;
  height: 0;
  margin: 64px auto;
  width: 0; }

.top-about-solutions-heading {
  font-size: 28px;
  text-align: center; }

.top-about-solutions-cont {
  display: flex;
  gap: 64px;
  justify-content: space-between;
  margin-top: 40px; }

.top-about-solution-item {
  align-items: center;
  background-color: #168cb7;
  box-sizing: border-box;
  height: 156px;
  padding-block: 24px;
  width: 100%; }

.top-about-solution-item.second {
  background-color: #105ea3; }

.top-about-solution-item.third {
  background-color: #403ca3; }

.top-about-solution-check {
  display: block;
  margin: 0 auto; }

.top-about-solution-text {
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 12px;
  text-align: center; }

.top-about-button {
  display: flex;
  justify-content: center;
  margin-top: 64px; }

/* ----------------------------------------------------------------------------------------------------
 *  CASE
 * -------------------------------------------------------------------------------------------------- */
.top-case-in {
  display: grid;
  font-weight: bold;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin: 40px auto 0;
  text-align: center; }

.top-case-bl {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  padding: 40px 32px; }

.top-case-number {
  color: #0082ca;
  font-size: 22px; }

.top-case-title {
  align-items: center;
  display: flex;
  height: 80px;
  margin-top: 12px; }

.top-case-title-label {
  align-items: center;
  background: url("../../img/top/top_case_vision.png") no-repeat center/contain;
  color: #0082ca;
  display: flex;
  font-size: 16px;
  height: 100%; }

.top-case-title-main {
  flex: 6;
  font-size: 24px;
  line-height: 36px;
  margin-left: 12px;
  text-align: left; }

.top-case-bl table {
  margin-top: 20px;
  width: 100%; }

.top-case-bl tr {
  align-items: center;
  background: #f1f4f6;
  display: flex;
  font-size: 18px;
  height: 80px;
  margin-top: 8px; }

.top-case-bl tr:first-of-type {
  color: #fff;
  font-size: 16px;
  height: 40px;
  margin-top: 0; }

.top-case-bl tr:last-of-type {
  background: linear-gradient(180deg, #f1f4f6 0%, rgba(241, 244, 246, 0) 40%); }

.top-case-label-before,
.top-case-label-after,
.top-case-before,
.top-case-after {
  flex: 1; }

.top-case-label-before {
  background: #577381;
  padding: 10px 0; }

.top-case-label-after {
  background: linear-gradient(90deg, #007adc 0%, #3659c8 100%);
  padding: 10px 0; }

.top-case-before {
  color: #577381;
  padding: 0 20px;
  position: relative; }

.top-case-before::after {
  border-color: #577381 transparent transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
  display: block;
  height: 0;
  left: 100%;
  margin: auto;
  position: absolute;
  right: 100%;
  top: 0;
  transform: rotate(270deg);
  width: 0; }

.top-case-after {
  color: #0082ca;
  padding: 0 20px; }

.top-case-button {
  margin-top: -40px; }

/* ----------------------------------------------------------------------------------------------------
 *  MESSAGE
 * -------------------------------------------------------------------------------------------------- */
.top-message-in {
  display: flex; }

.top-massage-text {
  margin-top: 50px; }

.top-message-title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7; }

.top-message-title span {
  background: linear-gradient(90deg, #3659c8 0%, #007adc 100%);
  padding: 8px; }

.top-message-desc {
  margin-top: 32px;
  position: relative; }

.top-message-desc::before,
.top-message-desc::after {
  color: #fff;
  display: inline-block;
  font-family: sans-serif;
  font-size: 200px;
  position: absolute; }

.top-message-desc::before {
  content: "“";
  left: -8%;
  top: 15%; }

.top-message-desc::after {
  bottom: -20%;
  content: "”";
  right: -8%; }

.top-message-desc > p {
  font-size: 16px;
  line-height: 2;
  margin-top: 16px;
  position: relative;
  text-align: justify;
  z-index: 2; }

.top-message-img {
  margin-top: -20px;
  object-fit: cover;
  padding-left: 100px;
  width: 50%; }

/* ----------------------------------------------------------------------------------------------------
 *  FLOW
 * -------------------------------------------------------------------------------------------------- */
.top-flow-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 72px; }

.top-flow-items {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(100% / 5 - 2%); }

.top-flow-items::after {
  border-right: 2px solid #0082ca;
  border-top: 2px solid #0082ca;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: -15px;
  top: 85px;
  transform: rotate(45deg);
  width: 20px; }

.top-flow-items:last-of-type::after {
  content: "";
  display: none; }

.top-flow-desc {
  display: contents; }

.top-flow-img {
  margin: 20px auto 0;
  order: 2;
  width: 100px; }

.top-flow-items-number {
  color: #0082ca;
  font-size: 28px;
  font-weight: bold;
  order: 1;
  text-align: center; }

.top-flow-items-title {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: bold;
  height: 16px;
  justify-content: center;
  line-height: 1.4;
  margin-top: 48px;
  order: 3;
  text-align: center; }

.top-flow-items-text {
  font-size: 14px;
  margin-top: 36px;
  order: 4; }

.top-flow-items-text span {
  color: #999;
  display: inline-block;
  margin-top: 8px; }

.top-flow-button {
  display: flex;
  justify-content: center;
  margin-top: 40px; }

/* ----------------------------------------------------------------------------------------------------
 *  PORTFOLIO
 * -------------------------------------------------------------------------------------------------- */
.topslider01,
.topslider02 {
  display: block;
  pointer-events: none;
  position: relative; }

.topslider01 li,
.topslider02 li {
  margin: 0 24px 24px 0; }

.topslider01 .portfolio-img img,
.topslider02 .portfolio-img img {
  height: 125px;
  transition: all 0.5s ease;
  width: 200px; }

/* ----------------------------------------------------------------------------------------------------
 *  COLUMN
 * -------------------------------------------------------------------------------------------------- */
.top-column-bl {
  background: #fff;
  cursor: pointer;
  float: left;
  margin-right: 30px;
  overflow: hidden;
  padding: 60px 30px 30px;
  position: relative;
  width: 310px; }

.top-column-bl ul {
  padding-top: 15px; }

.top-column-bl ul li {
  float: left;
  font-size: 14px;
  margin-right: 12px; }

.top-column-bl ul li a {
  border: 2px solid #000;
  color: #000;
  display: block;
  opacity: 1;
  padding: 2px 12px; }

.top-column-bl ul li a:hover {
  background: #0082ca;
  border: 2px solid #0082ca;
  color: #fff;
  opacity: 1; }

.top-column-tit {
  font-size: 18px;
  font-weight: bold;
  height: 100px;
  line-height: 30px;
  padding: 24px 0 22px; }

@media only screen and (width <= 768px) {
  /* ----------------------------------------------------------------------------------------------------
  *  common
	* -------------------------------------------------------------------------------------------------- */
  .title {
    font-size: 0.8rem;
    letter-spacing: 2px;
    line-height: 2;
    text-align: center;
    width: 95%; }

  .title span {
    font-size: 1rem;
    line-height: 1.3;
    padding-top: 0; }

  .top-column .title span,
  .top-portfolio .title span {
    padding-top: 0; }

  .subtitle {
    font-size: 14px;
    margin-top: 12px;
    text-align: center;
    width: 95%; }

  .top-case,
  .top-message,
  .top-flow,
  .top-portfolio,
  .top-column {
    padding: 30px 0; }

  .top-case {
    background: url("../../img/top/top_case_bg_sp.jpg") no-repeat center/cover; }

  .top-trust-in,
  .top-case-in,
  .top-message-in,
  .top-flow-in,
  .top-column-in {
    margin: 0 auto;
    padding: 30px 0;
    width: 85%; }

  .top-portfolio-in {
    margin: 0 auto;
    padding: 30px 0;
    width: 100%; }

  .top-content {
    background: none;
    position: relative; }
    .top-content::before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../../img/top/top_fv_bg_sp.jpg") no-repeat center/cover;
      z-index: -1; }

  /* ----------------------------------------------------------------------------------------------------
  *  TRUST
  * -------------------------------------------------------------------------------------------------- */
  .top-trust-in {
    margin-bottom: -170px; }

  .top-trust-contents {
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 16px; }

  .top-trust-item {
    flex-basis: calc(50% - 10px); }

  .top-trust-item:nth-child(3) {
    flex-basis: 100%;
    margin-top: 10px; }

  .top-trust-item:first-child::after {
    right: -10px; }

  .top-trust-item:not(:first-child)::after {
    display: none; }

  .top-trust-item img {
    margin-top: 20px;
    max-width: 96px; }

  .top-trust-title {
    font-size: 14px;
    line-height: 1.8; }

  .top-trust-title span {
    display: block;
    font-size: 12px;
    line-height: 1.2; }

  .top-trust-book {
    gap: 12px;
    margin-top: 0; }

  .top-trust-book img {
    width: 64px; }

  .top-trust-desc {
    bottom: 4px;
    font-size: 10px;
    line-height: 1.2; }

  .top-trust-recommend {
    margin-top: 0; }

  .top-trust-recommend img {
    height: 60px; }

  .top-trust-recommend-text {
    line-height: 1.1;
    margin-top: 20px; }

  .top-trust-recommend-text span {
    font-size: 28px; }

  .top-trust-note {
    font-size: 10px;
    margin-top: 6px; }

  /* ----------------------------------------------------------------------------------------------------
	*  ABOUT
	* -------------------------------------------------------------------------------------------------- */
  .top-about-concept {
    margin-inline: -160px;
    padding-block: 240px 32px;
    padding-inline: 160px; }

  .top-about-concept-in {
    width: 85%; }

  .top-about-concept-contents {
    display: block; }

  .top-about-title {
    font-size: 18px;
    text-align: center; }

  .top-about-title span {
    font-size: 16px;
    padding-block: 12px 8px; }

  .top-about-concept-desc {
    font-size: 14px;
    margin: 20px auto 0;
    text-align: center; }

  .top-about-concept-image {
    margin: 32px auto 0;
    max-width: 400px;
    width: 100%; }

  .top-about-concept-button {
    display: flex;
    justify-content: center;
    margin-top: 20px; }

  .top-about-problems-solutions {
    padding: 40px 0; }

  .top-about-problems,
  .top-about-solutions {
    margin: 0 auto;
    width: 85%; }

  .top-about-problems-heading {
    font-size: 14px; }

  .top-about-problems-heading span {
    font-size: 16px; }

  .top-about-problems-cont {
    display: block;
    margin-top: 20px;
    padding: 20px; }

  .top-about-problem-item {
    margin-top: 20px;
    width: 100%; }

  .top-about-problem-item:first-child {
    margin-top: 0; }

  .top-about-problem-img {
    margin: 24px auto 0;
    width: 100px; }

  .top-about-problem-text {
    font-size: 14px;
    padding-inline: 20px; }

  .top-about-triangle {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid #577381;
    margin: 30px auto; }

  .top-about-button {
    display: flex;
    justify-content: center;
    margin-top: 40px; }

  .top-about-solutions-heading {
    font-size: 16px; }

  .top-about-solutions-cont {
    display: block;
    margin-top: 20px; }

  .top-about-solution-item {
    height: 110px;
    margin-top: 12px;
    padding: 16px 20px; }

  .top-about-solution-check {
    height: 24px; }

  .top-about-solution-text {
    font-size: 16px; }

  /* ----------------------------------------------------------------------------------------------------
	*  CASE
	* -------------------------------------------------------------------------------------------------- */
  .top-case-in {
    display: block; }

  .top-case-bl {
    margin-top: 24px;
    padding: 24px; }

  .top-case-bl:first-of-type {
    margin-top: 0; }

  .top-case-number {
    font-size: 12px; }

  .top-case-title {
    height: 64px;
    margin-top: 4px; }

  .top-case-title-label {
    font-size: 12px;
    line-height: 16px; }

  .top-case-title-main {
    flex: 4;
    font-size: 16px;
    line-height: 20px; }

  .top-case-bl table {
    margin-top: 12px; }

  .top-case-bl tr {
    font-size: 12px;
    height: 64px;
    line-height: 16px;
    margin-top: 4px; }

  .top-case-bl tr:first-of-type {
    font-size: 12px;
    height: 28px; }

  .top-case-label-before,
  .top-case-label-after {
    padding: 4px; }

  .top-case-before::after {
    border-width: 8px; }

  /* ----------------------------------------------------------------------------------------------------
	*  MESSAGE
	* -------------------------------------------------------------------------------------------------- */
  .top-message-in {
    flex-direction: column-reverse; }

  .top-massage-text {
    margin-top: 40px; }

  .top-message-title {
    font-size: 16px;
    line-height: 2;
    text-align: center; }

  .top-message-title span {
    padding: 6px; }

  .top-message-desc {
    margin-top: 28px; }

  .top-message-desc::before {
    top: 10%; }

  .top-message-desc::after {
    bottom: -13%; }

  .top-message-desc > p {
    font-size: 14px;
    margin-top: 14px; }

  .top-message-img {
    margin-inline: auto;
    max-width: 440px;
    padding-left: 0;
    width: 100%; }

  /* ----------------------------------------------------------------------------------------------------
	*  FLOW
	* -------------------------------------------------------------------------------------------------- */
  .top-flow-contents {
    flex-direction: column;
    margin-top: 0; }

  .top-flow-items {
    flex-direction: unset;
    margin-top: 60px;
    width: 100%; }

  .top-flow-items:first-child {
    margin-top: 20px; }

  .top-flow-items::after {
    left: 0;
    margin: auto;
    right: 0;
    top: 110%;
    transform: rotate(135deg); }

  .top-flow-desc {
    display: block;
    margin-left: 24px; }

  .top-flow-img {
    height: 100%;
    margin: 0;
    order: initial; }

  .top-flow-items-number {
    order: initial;
    text-align: left; }

  .top-flow-items-title {
    font-size: 16px;
    margin-top: 24px;
    order: initial;
    text-align: left; }

  .top-flow-items-text {
    margin-top: 16px;
    order: initial; }

  .top-flow-button {
    display: flex;
    justify-content: center;
    margin-block: 20px; }

  /* ----------------------------------------------------------------------------------------------------
	*  PORTFOLIO
	* -------------------------------------------------------------------------------------------------- */
  .topslider01 li,
  .topslider02 li {
    margin: 0 16px 16px 0; }

  .topslider01 .portfolio-img img,
  .topslider02 .portfolio-img img {
    height: 62px;
    width: 100px; }

  /* ----------------------------------------------------------------------------------------------------
	*  COLUMN
	* -------------------------------------------------------------------------------------------------- */
  .top-column-bl {
    margin-right: 0;
    padding: 15px 4px;
    width: 45%; }

  .top-column-bl:nth-child(2) {
    float: right;
    margin-right: 0; }

  .top-column-tit {
    font-size: 0.9rem;
    height: 60px;
    line-height: 1.5;
    padding: 10px 0; }

  .top-column-bl ul li {
    float: left;
    font-size: 12px;
    margin-right: 2px; }

  .top-column-bl ul li a {
    padding: 1px 2px; }

  .top-column-bl ul li:last-child {
    margin-right: 0; } }
@media only screen and (width <= 768px) {
  .access-ul {
    background: #000; }

  .access-ul li:first-child {
    border-left: none;
    font-size: 18px;
    width: 100% !important; }

  .access-ul li a {
    color: #fff;
    display: block;
    padding: 20px 21px 20px 0;
    position: relative; }

  .access-ul li:nth-child(odd) {
    border-right: none;
    float: right;
    width: 50%; }

  .access-ul li {
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    width: 50%; }

  .access-ul li:nth-child(even) {
    border-right: 1px solid #f2f2f2;
    float: left;
    width: 49.5%; }

  .access-ul li a::before,
  .access-ul li a::after {
    border-right: 2px solid;
    content: "";
    display: block;
    height: 15px;
    margin-top: -11px;
    position: absolute;
    right: 15px;
    top: 48%;
    transform: rotate(135deg); }

  .access-ul li a::after {
    margin-top: -1px;
    transform: rotate(45deg); } }
.privacy-cont {
  padding: 30px 0 100px; }

.privacy-sec {
  background: #fff;
  margin-bottom: 30px; }

.privacy-tit01 {
  border-bottom: 2px solid #f4f4f4;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 87px 40px; }

@media only screen and (width <= 768px) {
  .privacy-cont {
    padding: 30px 0 50px; }

  .privacy-tit01 {
    font-size: 1.2rem;
    padding: 25px 0;
    text-align: center; } }
.terms-sec01 {
  padding: 66px 40px 0; }

.terms-tit {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 40px; }

.terms-ol {
  padding: 0 20px; }

.terms-ol li {
  font-size: 16px;
  line-height: 2.2;
  padding: 0 0 20px 5px; }

.terms-txt {
  font-size: 16px;
  letter-spacing: 1px; }

.terms-sec02 {
  padding: 9px 40px 0; }

.terms-sec02 .terms-tit {
  padding-bottom: 50px; }

.terms-sec02 .terms-ol {
  padding: 10px 20px 0; }

.terms-sec02 .terms-ol li {
  padding: 0 0 24px 5px; }

.terms-sec03 {
  padding: 20px 40px 22px; }

.terms-sec03 .terms-tit {
  padding-bottom: 50px; }

.terms-sec03 .terms-txt {
  line-height: 1.8; }

.terms-txt a {
  color: #408ec4; }

.terms-date {
  font-size: 16px;
  padding: 87px 0 20px;
  text-align: right; }

@media only screen and (width <= 768px) {
  .terms-sec01 {
    padding: 25px 20px 0; }

  .terms-tit {
    font-size: 1.2rem;
    padding-bottom: 20px; }

  .terms-ol {
    padding: 0 20px; }

  .terms-ol li {
    font-size: 0.9rem;
    line-height: 1.8;
    padding-bottom: 20px; }

  .terms-sec02 {
    padding: 9px 20px 0; }

  .terms-sec02 .terms-tit,
  .terms-sec03 .terms-tit {
    padding-bottom: 20px; }

  .terms-txt {
    font-size: 0.9rem;
    line-height: 1.7; }

  .terms-sec03 {
    padding: 0 20px 20px; }

  .terms-date {
    font-size: 0.9rem;
    padding: 20px 0 0; } }
/* ----------------------------------------------------------------------------------------------------
 *  contact
 * -------------------------------------------------------------------------------------------------- */
.hrTop {
  margin: 30px auto;
  width: 93%; }

.contbox {
  margin: 40px auto 0 !important; }

/* Styling the validation errors */
.example-form .form-group {
  position: relative; }

.example-form .form-group .validation-error,
.validation-error {
  color: red;
  font-size: 15px; }

.example-form_before .form-group .validation-error {
  height: 200px;
  position: absolute;
  right: 0;
  top: 1px;
  width: 200px; }

select,
input [type="text"] {
  cursor: pointer; }

/* ----------------------------------------------------------------------------------------------------
 *  contact2
 * -------------------------------------------------------------------------------------------------- */
.contIn {
  background: #fff;
  padding: 72px 0 57px; }

.cont-sec02 {
  width: 1120px; }

.cont-txt02 {
  font-size: 16px;
  line-height: 1.5; }

.cont-txt02 a {
  color: #0082ca;
  text-decoration: underline #0082ca;
  text-underline-offset: 4px; }

.cont-txt02 a:hover {
  text-decoration: none; }

/* ----------------------------------------------------------------------------------------------------
 *  contact2_fix
 * -------------------------------------------------------------------------------------------------- */
.cont-fix {
  background: #fff;
  padding: 0 0 100px; }

.cont-fix .contIn {
  padding: 30px 0 0; }

.contfix-txt {
  color: #868686;
  font-size: 17px;
  line-height: 1.5;
  text-align: center; }

.formTitle {
  color: #006599;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  margin-top: 12px;
  text-align: center; }

.formTopTxt {
  font-size: 17px;
  line-height: 1.5;
  margin: 20px auto 0;
  text-align: center;
  width: 55%; }

.formTopTxt span {
  color: #868686;
  display: inline-block;
  font-size: 14px;
  margin-top: 12px;
  text-align: left; }

.contlink {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 40px auto 50px;
  position: relative;
  text-align: center;
  width: 368px; }

.contlink a {
  border: 8px solid #000;
  color: #000;
  display: block;
  padding: 35px 0;
  position: relative; }

/* ----------------------------------------------------------------------------------------------------
 *  arrow
 * -------------------------------------------------------------------------------------------------- */
.contlink a::before,
.contlink a::after {
  border-right: 2px solid;
  content: "";
  display: block;
  height: 25px;
  margin-top: -18px;
  position: absolute;
  right: 36px;
  top: 47%;
  transform: rotate(135deg);
  width: 0; }

.contlink a::after {
  margin-top: -1px;
  transform: rotate(45deg); }

/* ----------------------------------------------------------------------------------------------------
 *  button hover
 * -------------------------------------------------------------------------------------------------- */
.contlink:hover {
  background: transparent;
  opacity: 1;
  transform: scale(1, 1); }

.contlink::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: 50% 100%;
  transition: 0.3s all;
  width: 100%;
  z-index: -1; }

.contlink::after {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0, 1);
  transform-origin: 0 0;
  transition: 0.3s all;
  width: 100%;
  z-index: -1; }

.contlink a:hover {
  border: 8px solid #000;
  color: #fff;
  opacity: 1; }

.contlink:hover::after {
  opacity: 1;
  transform: scale(1, 1); }

/* レスポンシブ対応 */
@media only screen and (width <= 768px) {
  /* ----------------------------------------------------------------------------------------------------
   *  contact
   * -------------------------------------------------------------------------------------------------- */
  .hrTop {
    margin: 40px auto; }

  .contbox {
    margin: 48px auto 0 !important; }

  /* ----------------------------------------------------------------------------------------------------
   *  contact2
   * -------------------------------------------------------------------------------------------------- */
  .contIn {
    padding: 30px 5px 10px; }

  .cont-sec02 {
    margin: 30px auto 0;
    width: 98%; }

  .cont-txt02 {
    font-size: 0.9rem;
    line-height: 1.8; }

  /* ----------------------------------------------------------------------------------------------------
   *  contact2_fix
   * -------------------------------------------------------------------------------------------------- */
  .cont-fix {
    padding: 0 0 40px; }

  .cont-fix .contIn {
    padding: 20px 0 0; }

  .contfix-txt {
    font-size: 0.9rem; }

  .formTitle {
    font-size: 20px; }

  .formTopTxt {
    font-size: 14px;
    width: 100%; }

  .formTopTxt span {
    font-size: 12px; }

  .contlink {
    font-size: 1rem;
    margin: 30px auto 0;
    width: 80%; }

  .contlink a {
    border: 3px solid #000;
    padding: 15px 0; }

  .contlink a:hover {
    border: 3px solid #000; }

  .contlink a::before,
  .contlink a::after {
    height: 20px;
    margin-top: -14px;
    right: 30px;
    top: 46%;
    width: 0; }

  .contlink a::after {
    margin-top: -1px;
    transform: rotate(45deg); } }
#frm-contact,
#frm-contact * {
  box-sizing: border-box; }
  #frm-contact::before, #frm-contact::after,
  #frm-contact *::before,
  #frm-contact *::after {
    box-sizing: border-box; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  line-height: initial; }

input[type="date"],
input[type="month"],
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"] {
  appearance: none; }

button,
input:focus,
input[type="month"],
input[type="text"],
input[type="password"],
select,
textarea {
  outline: 0; }

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  color: #000; }

input,
input::input-placeholder {
  font-size: 15px; }

input::placeholder {
  color: #ccc; }

::placeholder {
  color: #ccc;
  opacity: 1; }

::input-placeholder {
  color: #ccc; }

:input-placeholder {
  color: #ccc; }

textarea::placeholder {
  color: #ccc; }

::-webkit-textarea-placeholder {
  color: #ccc; }

:-ms-textarea-placeholder {
  color: #ccc; }

.form-wrap {
  margin-bottom: 40px; }

.form-block {
  margin-left: auto;
  margin-right: auto;
  width: 45%; }

@media only screen and (width <= 768px) {
  .form-wrap {
    display: block; }

  .form-block {
    width: 100%; } }
.form-group {
  margin-bottom: 20px; }

.form-group::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.form-others {
  margin-top: 40px; }

.form-section-title {
  border-left: 4px solid #0082ca;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 24px 10px;
  padding: 4px 8px; }

.form-label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.45rem;
  padding-left: 10px;
  position: relative;
  width: 100%; }

.form-label::after {
  background-color: #e65353;
  color: #fff;
  content: "必須";
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  margin-left: 10px;
  padding: 2px 0;
  position: absolute;
  text-align: center;
  top: 3px;
  width: 30px; }

.form-label.optional::after {
  background-color: #888;
  content: "任意"; }

.form-description {
  color: #f73239;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  margin: 2px 0 4px; }

.form-description.col4 {
  padding-left: 10px; }

.form-select {
  position: relative; }

.form-select::after {
  background: url("../img/form/arrow.png") 0 0 no-repeat;
  background-size: 20px;
  content: " ";
  display: block;
  height: 30px;
  margin-top: -10px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 30px; }

select {
  appearance: none;
  background: #fff;
  text-indent: 0.01px;
  text-overflow: ""; }

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

.form-control {
  background-clip: padding-box;
  background-image: none;
  border: 1px solid #999;
  border-radius: 2px;
  border-radius: 0;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  outline: none;
  padding: 0.8em;
  resize: vertical;
  width: 100%; }

.form-control:focus {
  background-color: #0082ca0d;
  border-color: #555;
  box-shadow: none !important;
  color: #555; }

@media (width >= 767px) {
  .form-control {
    font-size: 14px;
    padding: 1em; } }
.form-alert .form-description {
  color: #f73239;
  float: none; }

.form-alert .form-control:focus {
  border: solid 1px shade(#f73239, 20%); }

.form-onethird-class {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.form-graduation-year {
  padding-top: 15px; }

.form_radios {
  margin: 4px 0 0 10px; }

.actions {
  display: flex;
  justify-content: center; }

.col2 {
  width: 50%; }
  @media only screen and (width <= 768px) {
    .col2 {
      width: 100%; } }

.col3 {
  width: 27%; }

.col2,
.col3 {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

.col {
  -webkit-box-flex: 1;
  flex-basis: 0;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  max-width: 100%;
  padding: 0 10px; }

.form_radios input[type="radio"] {
  appearance: none;
  display: none; }

.form_radios input[type="radio"] + label {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-left: 24px;
  position: relative; }
  @media only screen and (width <= 768px) {
    .form_radios input[type="radio"] + label {
      display: block; } }

.consultation_radios input[type="radio"] + label:last-of-type {
  margin-bottom: 0; }

.consultation_radios input[type="radio"] + label {
  display: block; }

.form_radios input[type="radio"] + label::before {
  background: #fff;
  border: 4px solid rgba(204, 204, 204, 0.3);
  border-radius: 50px;
  content: "";
  height: 18px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  transition: all 225ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 18px; }

.form_radios input[type="radio"]:checked + label::before {
  border: 4px solid #4c84ff; }

.form-group input[type="checkbox"] {
  appearance: none; }

.form-group input[type="checkbox"] + label {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  padding-inline: 24px 12px;
  position: relative; }

.form-group input[type="checkbox"] + label::before {
  background: #fff;
  border: 4px solid rgba(204, 204, 204, 0.3);
  border-radius: 2px;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 225ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 18px; }

.form-group input[type="checkbox"]:checked + label::before {
  background: 0 0;
  border-bottom: 3px solid #385af2;
  border-left: none;
  border-radius: 0;
  border-right: 3px solid #385af2;
  border-top: none;
  height: 15px;
  transform: translate(4px, -10px) rotate(45deg);
  width: 8px; }

.check-agree {
  margin: 0 auto 2em;
  max-width: 940px;
  text-align: center; }

.check-agree div {
  margin: 0 auto;
  max-width: 380px; }

.services_agree {
  font-weight: 700;
  margin: 48px auto 2px;
  text-align: center;
  width: 43%; }
  @media only screen and (width <= 768px) {
    .services_agree {
      width: 100%; } }

.terms-agree {
  margin: 16px auto 8px; }

.terms-agree input[type="checkbox"] + label {
  cursor: pointer;
  display: inline-block;
  position: relative; }

.form-checkbox {
  cursor: pointer; }

.help {
  background-color: #222;
  border-color: #222;
  border-radius: 100%;
  color: #fff;
  margin-left: 10px; }

#loading {
  background-color: transparent;
  border-radius: 15px;
  left: 50%;
  margin: -68px 0 0 -68px;
  opacity: 0.5;
  padding: 20px;
  position: fixed;
  top: 50%;
  z-index: 3000; }

.about * {
  box-sizing: border-box; }

.about-overview {
  margin: 64px auto 100px;
  width: 1200px; }

.about-title {
  font-size: 33px;
  line-height: normal;
  text-align: center; }

.about-title span {
  color: #105ea3; }

.about-subtitle {
  font-size: 16px;
  margin-top: 32px;
  text-align: center; }

.about-solution-heading {
  color: #577381;
  font-size: 28px;
  margin-top: 100px;
  text-align: center; }

.about-solutions-cont {
  display: flex;
  gap: 64px;
  justify-content: space-between;
  margin-top: 40px; }

.about-solution-item {
  align-items: center;
  background-color: #168cb7;
  height: 156px;
  padding-block: 24px;
  width: 100%; }

.about-solution-item.second {
  background-color: #105ea3; }

.about-solution-item.third {
  background-color: #403ca3; }

.about-solution-check {
  display: block;
  margin: 0 auto; }

.about-solution-text {
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 12px;
  text-align: center; }

.about-strength {
  background-color: #f1f4f6;
  padding-block: 100px 40px; }

.about-strength-heading {
  color: #577381;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.about-strength-item {
  list-style: none;
  margin: 40px auto 0;
  text-align: left;
  width: 1200px; }

.about-strength-item-top {
  background-color: #d9ecf4;
  display: flex;
  font-weight: bold;
  justify-content: space-between; }

.second .about-strength-item-top {
  background-color: #d8e5f0; }

.third .about-strength-item-top {
  background-color: #e0dff0; }

.second .about-solution {
  color: #105ea3; }

.third .about-solution {
  color: #403ca3; }

.about-strength-title {
  font-size: 28px;
  line-height: 1.6;
  margin-block: auto;
  margin-left: 80px; }

.about-strength-img {
  margin-right: 80px;
  opacity: 0.6;
  width: 500px; }

.about-strength-item-bottom {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 56px 80px; }

.about-strength-subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative; }

.about-strength-subtitle::after {
  background-color: #168cb7;
  border-radius: 2px;
  bottom: -20px;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 120px; }

.second .about-strength-subtitle::after {
  background-color: #105ea3; }

.third .about-strength-subtitle::after {
  background-color: #403ca3; }

.about-strength-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  padding-top: 20px;
  text-align: justify;
  width: 500px; }

.about-marker {
  background-image: linear-gradient(to right, rgba(217, 236, 244, 0.8) 50%, transparent 50%);
  background-position: 100% 0.5em;
  background-size: 200% 0.8em;
  transition: all 2s 0s ease-out; }

.second .about-marker {
  background-image: linear-gradient(to right, rgba(216, 229, 240, 0.8) 50%, transparent 50%); }

.third .about-marker {
  background-image: linear-gradient(to right, rgba(224, 223, 240, 0.8) 50%, transparent 50%); }

.about-marker.is-active {
  background-position: 0% 0.1em; }

.about-button {
  display: flex;
  justify-content: center;
  margin-top: 64px; }

.about-topLink {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 100px auto 0;
  width: 1200px; }

.about-topLink a {
  align-items: center;
  background: #fff;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 150px;
  line-height: 1.3;
  padding-left: 100px;
  position: relative;
  width: 50%; }

.about-topLink a::before {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 32px;
  inset: 50% 0 0 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px; }

.about-topLink a::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 8px;
  inset: 50% 0 0 81%;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  width: 8px; }

.about-topLink a:hover {
  color: #1478d6;
  opacity: 1; }

.about-topLink a:hover::before {
  background: #1478d6;
  transition: all 0.3s ease; }

@media only screen and (width <= 768px) {
  .about-overview {
    margin: 40px auto;
    width: 85%; }

  .about-title {
    font-size: 18px; }

  .about-subtitle {
    font-size: 12px;
    margin-top: 12px; }

  .about-solution-heading {
    font-size: 16px;
    margin-top: 56px; }

  .about-solutions-cont {
    display: block;
    margin-top: 20px; }

  .about-solution-item {
    height: 110px;
    margin-top: 12px;
    padding: 16px 20px; }

  .about-solution-check {
    height: 24px; }

  .about-solution-text {
    font-size: 16px; }

  .about-strength {
    padding-block: 40px; }

  .about-strength-heading {
    font-size: 16px;
    margin: 0 auto;
    max-width: 85%;
    padding: 16px 0 0; }

  .about-strength-item {
    margin: 24px auto 0;
    width: 85%; }

  .about-strength-item-top {
    display: block;
    padding: 24px 0 0;
    text-align: center; }

  .about-strength-title {
    font-size: 16px;
    margin: 12px 0 0; }

  .about-strength-img {
    margin-right: 0; }

  .about-strength-item-bottom {
    display: inline-block;
    padding: 32px 16px; }

  .about-strength-desc:first-of-type {
    margin-bottom: 28px; }

  .about-strength-subtitle {
    font-size: 14px;
    margin-bottom: 12px; }

  .about-strength-subtitle::after {
    bottom: -12px; }

  .about-strength-text {
    font-size: 12.8px;
    padding-top: 12px;
    width: 100%; }

  .about-button {
    margin: 40px auto 0; }

  .about-topLink {
    display: block;
    margin: 40px auto 0;
    width: 85%; }

  .about-topLink a {
    font-size: 16px;
    height: 88px;
    margin-top: 12px;
    padding-inline: 40px;
    width: 100%; }

  .about-topLink a::after {
    inset: 50% 0 0 82%; } }
.column {
  padding: 0 0 40px; }

.column-sec {
  background: no-repeat top center;
  background-size: cover; }

.columnbox {
  background: rgba(11, 16, 19, 0.5);
  padding: 123px 0 77px 203px;
  width: 827px; }

.col-tit {
  color: #fff;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1.5;
  padding-bottom: 33px; }

.column-in {
  margin: 0 auto;
  padding: 100px 0 17px;
  width: 1200px; }

.column-bl {
  background: #fff;
  border: 5px solid transparent;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0 10px 30px 0;
  overflow: hidden;
  padding: 10px 10px 20px;
  position: relative;
  transition: all 0.5s ease;
  width: 360px; }

.column-bl:hover {
  border: 5px solid #000;
  transition: all 0.5s ease; }

.column-bl:nth-child(3n + 1) {
  margin: 0 0 30px; }

.column-bl ul {
  padding-top: 15px; }

.column-bl ul li {
  float: left;
  font-size: 14px;
  margin-right: 12px; }

.column-bl ul li a {
  border: 2px solid #000;
  border-radius: 20px;
  color: #000;
  display: block;
  padding: 2px 20px; }

.column-bl ul li a:hover {
  background: #000;
  color: #fff;
  opacity: 1; }

.column-tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding: 24px 0 22px; }

@media only screen and (width <= 768px) {
  .column-sec {
    background: no-repeat top center;
    background-size: 100% 100%;
    padding-top: 80px; }

  .columnbox {
    padding: 25px;
    width: auto; }

  .col-tit {
    font-size: 0.9rem;
    line-height: 1.5;
    padding-bottom: 15px; }

  .column-in {
    margin: 0 auto;
    padding: 35px 0 17px;
    width: 100%; }

  .column-bl {
    margin: 0 0 15px;
    padding: 5px 5px 20px;
    width: 43%; }

  .column-bl:nth-of-type(odd) {
    float: left; }

  .column-bl:nth-of-type(even) {
    float: right;
    margin: 0 0 15px; }

  .column-bl:nth-of-type(3n) {
    margin: 0 0 15px; }

  .column-bl.pc {
    display: none; }

  .column-tit {
    font-size: 0.9rem;
    line-height: 1.7;
    padding: 15px 0 20px; }

  .column-bl ul li {
    float: left;
    font-size: 12px;
    margin-right: 2px; }

  .column-bl ul li a {
    border-radius: 10px;
    padding: 1px 2px; }

  .column-bl ul li:last-child {
    margin-right: 0; }

  .shimura-tit.textleft {
    text-align: left; } }
.column-detail .detail-content {
  padding: 0;
  width: 100%; }

.ts-d.column {
  padding: 0; }

.social {
  display: table;
  padding-top: 40px; }

.social p {
  display: table-cell;
  padding-right: 12px;
  width: 50px; }

.social p:first-child img {
  background: #000;
  border-radius: 50%; }

.social p:nth-child(2) img {
  background: #0866ff;
  border-radius: 50%; }

.column-detail .main-content {
  background: #fff;
  float: left;
  padding: 40px 0 82px;
  width: 64.5%; }

.column-detail .main-contentIn {
  float: right;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0 30px 0 0;
  width: 755px; }

.main-contentIn h2 {
  border-left: 6px solid #000;
  font-size: 24px;
  margin-top: 40px;
  padding-left: 16px; }

.main-contentIn p {
  font-size: 120%;
  line-height: 1.7;
  padding-top: 10px; }

.main-contentIn p img {
  width: 100%; }

.main-contentIn p b {
  font-weight: bold; }

.main-contentIn h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 2;
  padding: 10px;
  padding-top: 40px; }

.content-index {
  background: #f9f9f9;
  border: 1px solid #ccc;
  display: table;
  font-size: 95%;
  margin: 0.5rem auto;
  padding: 10px;
  width: 100%; }

.content-index p {
  font-weight: bold;
  line-height: 2; }

.content-index ul {
  line-height: 2;
  padding-left: 20px; }

.content-index li {
  padding-top: 10px; }

.content-index ol {
  padding-left: 15px; }

.main-contentIn a {
  color: #408ec4; }

#back-index {
  bottom: 20px;
  font-size: 77%;
  position: fixed;
  right: 20px; }

#back-index a {
  background: #666;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 30px 0;
  text-align: center;
  text-decoration: none;
  width: 100px; }

#back-index a:hover {
  background: #999;
  text-decoration: none; }

@media only screen and (width <= 768px) {
  .ts-d.column {
    position: relative; }

  .social {
    bottom: -4vw;
    position: absolute;
    right: 30px; }

  .social p {
    padding-right: 12px;
    width: 8vw; }

  .column-detail .main-content {
    float: unset;
    margin: 0 auto;
    padding: 0 0 12.8%;
    width: 100%; }

  .column-detail .main-contentIn {
    float: none;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0;
    width: 90%; }

  .main-contentIn h2 {
    font-size: 1rem;
    margin-top: 40px; }

  .main-contentIn p {
    font-size: 0.9rem;
    line-height: 2.2;
    padding-top: 5%; }

  .main-contentIn p img {
    max-width: 100%; }

  /* For column */
  .column {
    background: #f2f2f2;
    padding: 0; }

  .content-index {
    font-size: 80%;
    padding: inherit;
    padding-bottom: 10px;
    padding-left: 0; }

  .content-index p {
    padding-top: 0%; }

  .content-index ul {
    font-size: 12px; }

  .main-contentIn h3 {
    font-size: 15px; }

  #back-index a {
    padding: 15px;
    width: 80px; } }
.team-bl {
  float: left;
  margin-bottom: 28px;
  width: 400px; }

.team-bl a {
  display: block; }

.team-bl-in {
  background: #fff;
  box-shadow: 0 2px 4px #f2f2f2;
  margin: -31px auto auto;
  padding: 25px;
  position: relative;
  width: 310px; }

.team-name {
  border-bottom: 1px solid #f2f2f2;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 1.5;
  padding-bottom: 13px; }

.team-name span {
  color: #aaa;
  display: block;
  font-size: 18px;
  letter-spacing: 2px;
  padding-top: 1px; }

.team-txt {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 1.7;
  padding-top: 17px; }

@media only screen and (width <= 767px) {
  .member-cont {
    padding: 30px 0 40px; }

  .team-bl {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 95%; }

  .team-bl img {
    width: 100%; }

  .team-bl-in {
    margin: -40px auto auto;
    padding: 5%;
    width: 80%; }

  .team-name {
    font-size: 1rem;
    padding-bottom: 5px; }

  .team-txt {
    font-size: 0.9rem;
    padding-top: 5px; } }
.shimura {
  background: #fff;
  padding: 0; }

.team-shimura-bl {
  background: #f2f2f2; }

.team-shimura-l {
  float: left;
  width: 50%; }

.team-shimura-l img {
  width: 100%; }

.team-shimura-r {
  float: right;
  padding: 58px 40px 0;
  width: 520px; }

.team-shimura-tit {
  font-size: 16px;
  letter-spacing: 1.5px; }

.team-shimura-name {
  border-bottom: 2px solid #aaa;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 0 38px; }

.team-shimura-name span {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  padding-left: 6px; }

.team-shimura-txt {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
  padding: 35px 0; }

.shimura-sec {
  background: #f2f2f2;
  margin-top: 100px; }

.shimura-in {
  padding: 90px 0 80px; }

.shimura-tit {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  padding-bottom: 85px; }

.column-bl.shimura-bl:nth-child(3n) {
  margin: 0 10px 30px 0; }

.column-bl.shimura-bl:nth-child(4n),
.column-bl.shimura-bl:last-child {
  margin: 0 0 30px; }

@media only screen and (width <= 767px) {
  .team-shimura-bl {
    background: #fff; }

  .team-shimura-l {
    float: none;
    width: 100%; }

  .team-shimura-l img {
    max-width: 100%; }

  .team-shimura-r {
    float: none;
    margin: 0 auto;
    padding: 5% 2% 2%;
    width: 92%; }

  .team-shimura-tit {
    font-size: 0.9rem; }

  .team-shimura-name {
    font-size: 1.5rem;
    padding: 15px 0; }

  .team-shimura-txt {
    font-size: 0.9rem;
    padding: 20px 0; }

  .shimura-sec {
    margin-top: 20px; }

  .shimura-in {
    padding: 30px 0 40px; }

  .shimura-tit {
    font-size: 1.5rem;
    padding-bottom: 30px;
    text-align: center; }

  .column-bl.shimura-bl:nth-child(3n) {
    margin: 0 0 15px; } }
.personal-cont {
  padding: 30px 0 100px; }

.personal-sec {
  background: #fff;
  margin-bottom: 30px; }

.personal-tit01 {
  border-bottom: 2px solid #f4f4f4;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 87px 40px; }

.personal-txt01 {
  font-size: 16px;
  line-height: 2.2;
  padding: 50px 40px 40px; }

.personal-tb {
  margin: 10px auto 0;
  width: 100%; }

.personal-tb tr:nth-child(odd) {
  background: #fff; }

.personal-tb tr th {
  background: #f4f4f4;
  float: left;
  font-size: 0.9rem;
  padding: 15px 2.1% 15px 4%;
  text-align: left;
  width: 94%; }

.personal-tb tr td {
  float: left;
  font-size: 0.9rem;
  line-height: 1.7;
  padding: 15px 2.1% 15px 4%;
  width: 94%; }

.personal-ol,
.personal-ul {
  padding: 10px 60px; }

.personal-ol li {
  line-height: 1.5;
  padding: 0 0 5px 5px; }

.personal-ul li {
  line-height: 1.5;
  list-style-type: disc;
  padding: 0 0 5px 5px; }

.personal-date {
  text-align: right; }

@media only screen and (width <= 768px) {
  .personal-cont {
    padding: 30px 0 50px; }

  .personal-tit01 {
    font-size: 1.2rem;
    padding: 25px 0;
    text-align: center; }

  .personal-txt01 {
    font-size: 0.9rem;
    line-height: 1.9;
    padding: 20px; }

  .personal-ol,
  .personal-ul {
    padding: 0 20px 0 40px; }

  .personal-ol li {
    font-size: 0.9rem;
    line-height: 1.9;
    padding-bottom: 20px; }

  .personal-ul li {
    font-size: 0.9rem;
    line-height: 1.9;
    padding-bottom: 20px; }

  .personal-tb {
    margin: 10px auto 0;
    width: 100%; }

  .personal-tb tr:nth-child(odd) {
    background: #fff; }

  .personal-tb tr th {
    background: #f4f4f4;
    float: left;
    font-size: 0.9rem;
    padding: 15px 2.1% 15px 4%;
    width: 94%; }

  .personal-tb tr td {
    float: left;
    font-size: 0.9rem;
    line-height: 1.7;
    padding: 15px 2.1% 15px 4%;
    width: 94%; } }
