* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

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

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

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

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

body.single.column {
  font-size: 16px !important;
}

.company .heading--img-left::after {
  background-image: url(/img/company/banner.png);
}
@media screen and (max-width: 750px) {
  .company .heading--img-left::after {
    content: none;
  }
}
.company .section {
  overflow: hidden;
}
.company .section__anchor {
  background-color: #F7F9FA;
  padding: size-pc(32, rem) 0 size-pc(45, rem);
}
@media screen and (max-width: 750px) {
  .company .section__anchor {
    margin-top: size-sp(82, rem);
    padding: size-sp(61, rem) 0 size-sp(68, rem);
  }
}
.company .section__anchor .list-anchor {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .company .section__anchor .list-anchor {
    margin: 0 size-pc(-14, rem);
  }
}
@media screen and (max-width: 750px) {
  .company .section__anchor .list-anchor {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.company .section__anchor .list-anchor__item {
  width: 16.6666667%;
  display: flex;
}
@media screen and (min-width: 751px) {
  .company .section__anchor .list-anchor__item {
    align-items: center;
    box-sizing: border-box;
    padding: 0 size-pc(14, rem);
  }
}
@media screen and (max-width: 750px) {
  .company .section__anchor .list-anchor__item {
    align-items: flex-end;
    width: 47%;
  }
  .company .section__anchor .list-anchor__item:nth-child(n+3) {
    margin-top: size-sp(39, rem);
  }
}
.company .section__anchor a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #606881;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  text-decoration: none;
  line-height: 1.45;
}
@media screen and (min-width: 751px) {
  .company .section__anchor a {
    padding: size-pc(8, rem) size-pc(8, rem);
  }
}
@media screen and (max-width: 750px) {
  .company .section__anchor a {
    font-size: size-sp(28, rem);
    border-bottom-width: size-sp(2, rem);
    line-height: 1.43;
    padding: 0 size-sp(13, rem) size-sp(14, rem);
  }
}
.company .section__anchor a:after {
  content: "";
  border: solid #1D3CC6;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: size-pc(4, rem);
  transform: rotate(45deg);
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .company .section__anchor a:after {
    border-width: 0 size-sp(3, rem) size-sp(3, rem) 0;
    padding: size-sp(7, rem);
    transform: rotate(45deg) translate(size-sp(-6, rem), -1px);
  }
}
.company .section__profile {
  padding: size-pc(41, rem) 0 size-pc(84, rem);
}
@media screen and (max-width: 750px) {
  .company .section__profile {
    padding: size-sp(113, rem) 0 size-sp(110, rem);
  }
}
.company .section__profile .secondary__title {
  margin-bottom: size-pc(32, rem);
}
@media screen and (max-width: 750px) {
  .company .section__profile .secondary__title {
    margin-bottom: size-sp(79, rem);
  }
}
.company .section__profile__ttl {
  margin-bottom: size-pc(21, rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .company .section__profile__ttl {
    margin-bottom: size-sp(80, rem);
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .company .section__profile__ttl .thumb img {
    width: 100%;
  }
}
.company .section__message {
  padding: size-pc(84, rem) 0 size-pc(134, rem);
  background-color: #F7F9FA;
}
@media screen and (max-width: 750px) {
  .company .section__message {
    padding: size-sp(122, rem) 0 size-sp(102, rem);
  }
}
.company .section__message .secondary__title {
  margin-bottom: size-pc(40, rem);
}
@media screen and (max-width: 750px) {
  .company .section__message .secondary__title {
    margin-bottom: size-sp(85, rem);
  }
}
.company .section__message .content-mess {
  position: relative;
  display: flex;
}
@media screen and (min-width: 751px) {
  .company .section__message .content-mess {
    justify-content: space-between;
    width: size-pc(1085, rem);
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .company .section__message .content-mess {
    flex-direction: column-reverse;
  }
}
.company .section__message .content-mess__info {
  position: relative;
}
@media screen and (min-width: 751px) {
  .company .section__message .content-mess__info {
    width: size-pc(635, rem);
  }
}
.company .section__message .content-mess__img {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 751px) {
  .company .section__message .content-mess__img {
    width: size-pc(393, rem);
    padding-top: size-pc(19, rem);
  }
}
.company .section__message .content-mess .ttl {
  font-size: size-pc(32, rem);
  line-height: 1.6;
  color: #1D3CC6;
  letter-spacing: 0.04em;
  margin-bottom: size-pc(37, rem);
}
@media screen and (max-width: 750px) {
  .company .section__message .content-mess .ttl {
    font-size: size-sp(58, rem);
    line-height: 1.3;
    margin-bottom: size-sp(85, rem);
  }
}
@media screen and (max-width: 750px) {
  .company .section__message .content-mess .img {
    margin: 0 0 size-sp(77, rem);
  }
}
@media screen and (max-width: 750px) {
  .company .section__message .content-mess .txt {
    line-height: 1.85;
  }
}
.company .section__message .content-mess .txt p {
  letter-spacing: 0.02em;
}
.company .section__message .content-mess .txt p:not(:last-child) {
  margin-bottom: size-pc(30, rem);
}
@media screen and (max-width: 750px) {
  .company .section__message .content-mess .txt p:not(:last-child) {
    margin-bottom: size-sp(53, rem);
  }
}
.company .section__message .content-mess .caption {
  position: relative;
  margin-top: size-pc(26, rem);
  padding-left: size-pc(17, rem);
}
@media screen and (max-width: 750px) {
  .company .section__message .content-mess .caption {
    margin-top: size-sp(30, rem);
    padding: size-sp(6, rem) size-sp(26, rem);
    display: flex;
    align-items: center;
  }
}
.company .section__message .content-mess .caption:before {
  content: "";
  width: 1px;
  height: size-pc(75, rem);
  background-color: #1D3CC6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .company .section__message .content-mess .caption:before {
    height: 100%;
    width: size-sp(2, rem);
  }
}
.company .section__message .content-mess .caption__txt {
  color: #1D3CC6;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .company .section__message .content-mess .caption__txt {
    letter-spacing: 0.1em;
    font-size: size-sp(20, rem);
  }
}
@media screen and (max-width: 750px) {
  .company .section__message .content-mess .caption__txt {
    font-size: size-sp(32, rem);
  }
}
.company .section__message .content-mess .caption__txt--01 {
  margin-bottom: size-pc(16, rem);
}
@media screen and (max-width: 750px) {
  .company .section__message .content-mess .caption__txt--01 {
    margin-bottom: 0;
    margin-right: size-sp(20, rem);
  }
}
.company .section__message .content-mess .caption__txt--02 {
  font-size: size-pc(30, rem);
}
@media screen and (max-width: 750px) {
  .company .section__message .content-mess .caption__txt--02 {
    font-size: size-sp(42, rem);
  }
}
.company .section__philosophy {
  padding: size-pc(83, rem) 0 size-pc(85, rem);
}
@media screen and (max-width: 750px) {
  .company .section__philosophy {
    padding: size-sp(123, rem) 0 size-sp(110, rem);
  }
}
.company .section__philosophy .secondary__title {
  margin-bottom: size-pc(52, rem);
}
@media screen and (max-width: 750px) {
  .company .section__philosophy .secondary__title {
    margin-bottom: size-sp(79, rem);
  }
}
.company .section__philosophy .info-philosophy {
  margin-bottom: size-pc(50, rem);
}
@media screen and (max-width: 750px) {
  .company .section__philosophy .info-philosophy {
    margin-bottom: size-sp(74, rem);
  }
}
@media screen and (min-width: 751px) {
  .company .section__philosophy .info-philosophy__row {
    display: flex;
  }
}
.company .section__philosophy .info-philosophy__row:not(:last-child) {
  margin-bottom: size-pc(43, rem);
}
@media screen and (max-width: 750px) {
  .company .section__philosophy .info-philosophy__row:not(:last-child) {
    margin-bottom: size-sp(73, rem);
  }
}
@media screen and (min-width: 751px) {
  .company .section__philosophy .info-philosophy__row:last-child .txt {
    padding-top: size-pc(31, rem);
    letter-spacing: 0.02em;
  }
}
.company .section__philosophy .info-philosophy .ttl {
  background-color: #EDF7FF;
  font-size: size-pc(26, rem);
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (min-width: 751px) {
  .company .section__philosophy .info-philosophy .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: size-pc(144, rem);
    width: size-pc(251, rem);
  }
}
@media screen and (max-width: 750px) {
  .company .section__philosophy .info-philosophy .ttl {
    text-align: center;
    font-size: size-sp(44, rem);
    padding: size-sp(47, rem) size-sp(20, rem);
  }
}
.company .section__philosophy .info-philosophy .txt {
  box-sizing: border-box;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media screen and (min-width: 751px) {
  .company .section__philosophy .info-philosophy .txt {
    margin-top: size-pc(-3, rem);
    padding-left: size-pc(28, rem);
    width: calc(100% - 15.6875rem);
  }
}
@media screen and (max-width: 750px) {
  .company .section__philosophy .info-philosophy .txt {
    line-height: 1.85;
    margin-top: size-sp(35, rem);
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 750px) {
  .company .section__philosophy .info-philosophy .txt p:not(:last-child) {
    margin-bottom: size-sp(21, rem);
  }
}
.company .section__philosophy .list-numer-detail {
  padding: 0;
}
.company .section__philosophy .list-numer-detail li {
  margin-top: size-pc(27, rem);
}
@media screen and (max-width: 750px) {
  .company .section__philosophy .list-numer-detail li {
    margin-top: size-sp(35, rem);
  }
}
.company .section__philosophy .list-numer-detail li:first-child {
  margin-top: 0;
}
.company .section__policy {
  padding: size-pc(85, rem) 0 size-pc(82, rem);
  background-color: #F7F9FA;
}
@media screen and (max-width: 750px) {
  .company .section__policy {
    padding: size-sp(122, rem) 0 size-sp(108, rem);
  }
}
.company .section__policy .secondary__title {
  margin-bottom: size-pc(67, rem);
}
@media screen and (max-width: 750px) {
  .company .section__policy .secondary__title {
    margin-bottom: size-pc(85, rem);
  }
}
.company .section__policy .policy-nav {
  position: relative;
}
@media screen and (min-width: 751px) {
  .company .section__policy .policy-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .company .section__policy .policy-nav {
    width: size-sp(608, rem);
    margin: 0 auto;
  }
}
.company .section__policy .policy-nav a {
  color: #000;
}
.company .section__policy .policy-nav a:hover {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .company .section__policy .item {
    box-sizing: border-box;
    width: calc(50% - 2.938rem);
  }
  .company .section__policy .item:nth-child(n+3) {
    margin-top: size-pc(44, rem);
  }
}
@media screen and (max-width: 750px) {
  .company .section__policy .item:not(:last-child) {
    margin-bottom: size-sp(81, rem);
  }
}
.company .section__policy .item a {
  display: block;
  position: relative;
  text-decoration: none;
}
.company .section__policy .item .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: size-pc(38, rem);
  height: size-pc(38, rem);
  background-color: #1D3CC6;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .company .section__policy .item .arrow {
    width: size-sp(62, rem);
    height: size-sp(62, rem);
  }
}
.company .section__policy .item .arrow:after {
  content: "";
  border: solid #fff;
  border-width: 0 size-pc(2, rem) size-pc(2, rem) 0;
  display: inline-block;
  padding: size-pc(3, rem);
  transform: rotate(-45deg) translate(-1px, -1px);
}
@media screen and (max-width: 750px) {
  .company .section__policy .item .arrow:after {
    position: absolute;
    top: 42%;
    left: 42%;
    padding: size-sp(5, rem);
    transform: rotate(-45deg) translate(-50%, -50%);
    transform-origin: top;
  }
}
.company .section__policy .item__head {
  font-size: size-pc(24, rem);
  border-bottom: 1px solid rgba(29, 60, 198, 0.2);
}
@media screen and (max-width: 750px) {
  .company .section__policy .item__head {
    font-size: size-sp(36, rem);
    border-bottom-width: size-sp(2, rem);
  }
}
.company .section__policy .item__head a {
  padding-bottom: size-pc(22, rem);
}
@media screen and (max-width: 750px) {
  .company .section__policy .item__head a {
    padding-bottom: size-sp(32, rem);
  }
}
.company .section__policy .item__head .arrow {
  top: -1px;
}
@media screen and (max-width: 750px) {
  .company .section__policy .item__head .arrow {
    top: size-sp(-6, rem);
  }
}
.company .section__policy .item__nav {
  padding-left: size-pc(45, rem);
  margin-top: size-pc(37, rem);
}
@media screen and (max-width: 750px) {
  .company .section__policy .item__nav {
    padding: 0;
    margin-top: size-sp(45, rem);
  }
}
.company .section__policy .item__nav li:not(:last-child) {
  margin-bottom: size-pc(14, rem);
}
@media screen and (max-width: 750px) {
  .company .section__policy .item__nav li:not(:last-child) {
    margin-bottom: size-sp(22, rem);
  }
}
.company .section__policy .item__nav a {
  color: #0D33E0;
  display: inline-block;
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .company .section__policy .item__nav a {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 750px) {
  .company .section__policy .item__nav a {
    line-height: 1.43;
    display: inline-block;
  }
}
.company .section__policy .item__nav a:hover {
  text-decoration: none;
}
.company .section__policy .item__nav a:after {
  content: "";
  border: solid #0D33E0;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: size-pc(3, rem);
  transform: rotate(-45deg) translateX(size-pc(5, rem));
}
@media screen and (max-width: 750px) {
  .company .section__policy .item__nav a:after {
    padding: size-pc(7, rem);
  }
}
.company .section__policy .item__nav .arrow {
  top: 50%;
  transform: translateY(-50%);
}
.company .section__history {
  padding: size-pc(108, rem) 0 size-pc(104, rem);
}
@media screen and (max-width: 750px) {
  .company .section__history {
    padding: size-sp(122, rem) 0 size-sp(108, rem);
  }
}
.company .section__history .secondary__title {
  margin-bottom: size-pc(50, rem);
}
@media screen and (max-width: 750px) {
  .company .section__history .secondary__title {
    margin-bottom: size-sp(79, rem);
  }
}
.company .section__history .timeline {
  position: relative;
}
@media screen and (min-width: 751px) {
  .company .section__history .timeline {
    width: size-pc(1085, rem);
    margin: 0 auto;
  }
}
.company .section__history .timeline:before {
  content: "";
  width: size-pc(20, rem);
  height: 88%;
  background: url(../img/company/guide_history.png) no-repeat center top/contain;
  position: absolute;
  top: size-pc(134, rem);
}
@media screen and (min-width: 751px) {
  .company .section__history .timeline:before {
    left: 50.1%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 750px) {
  .company .section__history .timeline:before {
    top: size-sp(146, rem);
    left: size-sp(46, rem);
    z-index: 1;
    background-image: url(../img/company/guide_history_sp.png);
  }
}
.company .section__history .timeline .accordion {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .company .section__history .history-pc {
    display: flex;
  }
  .company .section__history .history-pc__item {
    width: 50%;
  }
  .company .section__history .history-pc__item .item:not(:last-child) {
    margin-bottom: size-pc(66, rem);
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  .company .section__history .history-pc__item:first-child .item {
    padding-right: size-pc(78, rem);
  }
  .company .section__history .history-pc__item:first-child .item__time {
    margin-left: auto;
    float: right;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  .company .section__history .history-pc__item:last-child {
    padding-top: 119px;
  }
  .company .section__history .history-pc__item:last-child .item {
    padding-left: size-pc(81, rem);
  }
  .company .section__history .history-pc__item:last-child .item:before {
    right: auto;
    left: size-pc(-12, rem);
  }
  .company .section__history .history-pc__item:last-child .item__time:after {
    right: 0;
    left: auto;
  }
  .company .section__history .history-pc__item:last-child .item:nth-child(6) {
    margin-bottom: size-pc(84, rem);
  }
}
.company .section__history .history-sp {
  position: relative;
  z-index: 2;
}
.company .section__history .item {
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 750px) {
  .company .section__history .item {
    padding-left: size-sp(99, rem);
  }
  .company .section__history .item:not(:last-child) {
    margin-bottom: size-sp(74, rem);
  }
}
.company .section__history .item:before {
  content: "";
  width: size-pc(14, rem);
  height: size-pc(14, rem);
  border-radius: 100%;
  position: absolute;
  top: size-pc(54, rem);
  background-color: #1D3CC6;
  border: size-pc(5, rem) solid #FFFFFF;
  box-shadow: 0 0 0 1px rgba(29, 60, 198, 0.5);
  z-index: 3;
}
@media screen and (min-width: 751px) {
  .company .section__history .item:before {
    right: size-pc(-12, rem);
  }
}
@media screen and (max-width: 750px) {
  .company .section__history .item:before {
    left: size-sp(10, rem);
    top: size-sp(79, rem);
  }
}
.company .section__history .item__time {
  font-size: size-pc(24, rem);
  position: relative;
  padding-bottom: size-pc(32, rem);
  margin-bottom: size-pc(27, rem);
  display: inline-block;
  color: #1D3CC6;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .company .section__history .item__time {
    font-size: size-sp(42, rem);
    margin-bottom: size-sp(22, rem);
  }
}
.company .section__history .item__time:before, .company .section__history .item__time:after {
  content: "";
  position: absolute;
  left: 0;
}
.company .section__history .item__time:before {
  width: 100%;
  height: size-pc(3, rem);
  background-color: #1D3CC6;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .company .section__history .item__time:before {
    height: size-sp(6, rem);
  }
}
.company .section__history .item__time:after {
  bottom: 1px;
  background-color: rgba(29, 60, 198, 0.5);
  height: 1px;
  width: size-pc(193, rem);
}
@media screen and (max-width: 750px) {
  .company .section__history .item__time:after {
    left: size-pc(-80, rem);
    bottom: size-sp(2, rem);
    height: size-sp(2, rem);
  }
}
.company .section__history .item__time span {
  font-size: size-pc(14, rem);
}
@media screen and (max-width: 750px) {
  .company .section__history .item__time span {
    font-size: size-sp(28, rem);
  }
}
.company .section__history .item__txt {
  line-height: 1.85;
}
@media screen and (min-width: 751px) {
  .company .section__history .item__txt {
    letter-spacing: 0.1em;
    clear: both;
    line-height: 2;
    font-size: size-pc(14, rem);
  }
}
.company .section__map {
  padding: size-pc(84, rem) 0 size-pc(85, rem);
  background-color: #F7F9FA;
}
@media screen and (max-width: 750px) {
  .company .section__map {
    padding: size-sp(122, rem) 0 size-sp(109, rem);
  }
}
.company .section__map .secondary__title {
  margin-bottom: size-pc(55, rem);
}
@media screen and (max-width: 750px) {
  .company .section__map .secondary__title {
    margin-bottom: size-sp(80, rem);
  }
}
.company .section__map .map-img__item {
  background-color: #fff;
}
@media screen and (min-width: 751px) {
  .company .section__map .map-img__item {
    display: flex;
  }
}
.company .section__map .map-img__item:not(:last-child) {
  margin-bottom: size-pc(30, rem);
}
@media screen and (max-width: 750px) {
  .company .section__map .map-img__item:not(:last-child) {
    margin-bottom: size-sp(80, rem);
  }
}
@media screen and (min-width: 751px) {
  .company .section__map .map-img__item--no-img .address {
    width: 100% !important;
    padding-bottom: size-pc(60, rem) !important;
  }
}
.company .section__map .map-img .address {
  padding: size-pc(64, rem) size-pc(36, rem) size-pc(15, rem);
  box-sizing: border-box;
}
@media screen and (min-width: 751px) {
  .company .section__map .map-img .address {
    width: calc(100% - 31.875rem);
  }
}
@media screen and (max-width: 750px) {
  .company .section__map .map-img .address {
    padding: size-sp(57, rem) size-sp(30, rem) size-sp(44, rem);
  }
}
.company .section__map .map-img .address__ttl {
  font-size: size-pc(24, rem);
  color: #1D3CC6;
  margin-bottom: size-pc(21, rem);
}
@media screen and (max-width: 750px) {
  .company .section__map .map-img .address__ttl {
    font-size: size-sp(44, rem);
    letter-spacing: 0.1em;
    margin-bottom: size-sp(32, rem);
  }
}
.company .section__map .map-img .address__txt {
  line-height: 1.85;
  color: #000000;
}
@media screen and (min-width: 751px) {
  .company .section__map .map-img .address__txt {
    line-height: 1.71;
    font-size: size-pc(14, rem);
  }
}
@media screen and (max-width: 750px) {
  .company .section__map .map-img .address__txt {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 750px) {
  .company .section__map .map-img .address__txt p {
    word-break: break-word;
  }
  .company .section__map .map-img .address__txt p:not(:last-child) {
    margin-bottom: size-sp(20, rem);
  }
}
.company .section__map .map-img .address__txt a {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .company .section__map .map-img .address__txt a {
    pointer-events: none;
  }
}
@media screen and (min-width: 751px) {
  .company .section__map .map-img .img {
    width: size-pc(510, rem);
  }
}
.company .section__service {
  padding: size-pc(126, rem) 0 size-pc(63, rem);
}
@media screen and (max-width: 750px) {
  .company .section__service {
    padding: size-sp(270, rem) 0 size-sp(75, rem);
  }
}
.company .section__service .primary__title {
  margin-bottom: size-pc(38, rem);
}
@media screen and (max-width: 750px) {
  .company .section__service .primary__title {
    padding-left: size-sp(33, rem);
    margin-bottom: size-sp(79, rem);
  }
}
@media screen and (min-width: 751px) {
  .company .section__service .primary__title--en {
    top: size-pc(23, rem);
    left: size-pc(-32, rem);
  }
}
@media screen and (max-width: 750px) {
  .company .section__service .primary__title--en {
    left: size-sp(-5, rem);
    text-transform: uppercase;
  }
}
@media screen and (max-width: 750px) {
  .company .section__service .primary__title--jp {
    display: inline-block;
  }
}
.company .section__service .row {
  position: relative;
}
.company .section__service .row:not(:last-child) {
  margin-bottom: size-pc(144, rem);
}
@media screen and (max-width: 750px) {
  .company .section__service .row:not(:last-child) {
    margin-bottom: size-sp(318, rem);
  }
}
@media screen and (max-width: 750px) {
  .company .section__service .row:last-child .row__img {
    margin-left: size-sp(-40, rem);
  }
}
.company .section__service .row__head {
  margin-bottom: size-pc(82, rem);
}
@media screen and (max-width: 750px) {
  .company .section__service .row__head {
    margin-bottom: size-sp(73, rem);
  }
}
.company .section__service .row__head .txt {
  color: #000000;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
  .company .section__service .row__head .txt {
    font-size: size-pc(18, rem);
  }
}
@media screen and (max-width: 750px) {
  .company .section__service .row__head .txt {
    line-height: 1.85;
    letter-spacing: 0.02em;
  }
}
.company .section__service .row__img {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .company .section__service .row__img {
    margin: 0 -4px;
  }
}
.company .section__information {
  padding: size-pc(63, rem) 0 size-pc(70, rem);
}
@media screen and (max-width: 750px) {
  .company .section__information {
    padding: size-sp(75, rem) 0 size-sp(150, rem);
  }
}
.company .section__information .block-company:not(:last-child) {
  margin-bottom: size-pc(80, rem);
}
@media screen and (max-width: 750px) {
  .company .section__information .block-company:not(:last-child) {
    margin-bottom: size-sp(40, rem);
  }
}
@media screen and (min-width: 751px) {
  .company .section__information .block-company__info {
    padding-top: size-pc(59, rem);
  }
}
@media screen and (min-width: 751px) {
  .company .section__information .block-company__ttl {
    margin-bottom: size-pc(16, rem);
  }
}
@media screen and (min-width: 751px) {
  .company .section__information .block-company__btn {
    bottom: size-pc(48, rem);
  }
}

ul.table-detail li .col01 {
  background-color: #EDF7FF;
  color: #000;
}

.accordion__head.is-active .arrow:after {
  transform: rotate(-135deg);
}
@media screen and (max-width: 750px) {
  .accordion__head.is-active .arrow:after {
    transform: rotate(0);
  }
}

.accordion__head .arrow {
  top: 43%;
}
@media screen and (max-width: 750px) {
  .accordion__head .arrow {
    top: 50%;
    right: size-sp(24, rem);
  }
}

.heading {
  display: flex;
  flex-direction: column;
  position: relative;
  background: linear-gradient(135deg, #f6f7fa 0%, #ecf0fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6f7fa", endColorstr="#ecf0fb",GradientType=1 );
  padding: 0.5rem 0;
}
.heading .inner3 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.heading__title {
  text-align: left;
  width: 1140px;
  margin: 0 auto;
}
.heading__title--en {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.62rem;
  color: #1D3CC6;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
.heading__title--jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #606881;
  font-size: 0.18rem;
  padding-left: 0rem;
}

#column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0.1rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1200px) {
  #column {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  #column {
    margin-top: 30px;
    margin-bottom: 70px;
  }
}

#column__main {
  width: calc(100% - 300px);
}
@media screen and (max-width: 1200px) {
  #column__main {
    width: calc(100% - 25vw);
  }
}
@media screen and (max-width: 750px) {
  #column__main {
    width: 100%;
  }
}

#column_saishin {
  width: calc(100% - 300px);
}
#column_saishin .column_saishin__title {
  color: #727266;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#column_saishin .column_saishin__title--p {
  font-size: 0.275rem;
  margin-right: 20px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #column_saishin .column_saishin__title--p {
    font-size: 2rem;
  }
}
#column_saishin .column_saishin__title--ruby {
  font-family: "Poppins", sans-serif;
  font-size: 0.16rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #column_saishin .column_saishin__title--ruby {
    font-size: 0.18rem;
    line-height: 1.5rem;
  }
}

#column__main .column__main__inner--box, #column_saishin .column__main__inner--box {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #959595;
  padding: 30px 0;
  text-decoration: none;
}
#column__main .column__main__inner--box:first-child, #column_saishin .column__main__inner--box:first-child {
  border-top: 1px solid #959595;
}
#column__main .column__main__inner--box--img, #column_saishin .column__main__inner--box--img {
  width: 224px;
}
@media screen and (max-width: 750px) {
  #column__main .column__main__inner--box--img, #column_saishin .column__main__inner--box--img {
    width: 100%;
    margin-bottom: 15px;
  }
}
#column__main .column__main__inner--box--img img, #column_saishin .column__main__inner--box--img img {
  height: 157px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 750px) {
  #column__main .column__main__inner--box--img img, #column_saishin .column__main__inner--box--img img {
    height: 58vw;
  }
}
#column__main .column__main__inner--box--text, #column_saishin .column__main__inner--box--text {
  width: calc(100% - 224px);
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  #column__main .column__main__inner--box--text, #column_saishin .column__main__inner--box--text {
    width: 100%;
    padding-left: 0px;
  }
}
#column__main .column__main__inner--box--text--cate span, #column_saishin .column__main__inner--box--text--cate span {
  display: inline-block;
  background-color: #727266;
  border-radius: 100px;
  padding: 5px 10px;
  font-size: 0.155rem;
  line-height: 0.155rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #column__main .column__main__inner--box--text--cate span, #column_saishin .column__main__inner--box--text--cate span {
    font-size: 0.18rem;
    line-height: 1.5rem;
  }
}
#column__main .column__main__inner--box--text--day, #column_saishin .column__main__inner--box--text--day {
  text-align: right;
  font-size: 0.155rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #column__main .column__main__inner--box--text--day, #column_saishin .column__main__inner--box--text--day {
    font-size: 0.18rem;
  }
}
#column__main .column__main__inner--box--text--h2, #column_saishin .column__main__inner--box--text--h2 {
  width: 100%;
  font-feature-settings: "palt";
  font-size: 0.25rem;
  line-height: 0rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #column__main .column__main__inner--box--text--h2, #column_saishin .column__main__inner--box--text--h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#column__main .column__main__inner--box--text--tag, #column_saishin .column__main__inner--box--text--tag {
  width: 100%;
}
#column__main .column__main__inner--box--text--tag span, #column_saishin .column__main__inner--box--text--tag span {
  display: inline-block;
  border: 1px solid #727266;
  color: #727266;
  font-size: 0.155rem;
  line-height: 0.155rem;
  border-radius: 100px;
  padding: 4px 10px;
  margin-right: 6px;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  #column__main .column__main__inner--box--text--tag span, #column_saishin .column__main__inner--box--text--tag span {
    font-size: 0.18rem;
    line-height: 1.5rem;
    margin-right: 3px;
  }
}
#column__main .column__main__inner--box:hover, #column_saishin .column__main__inner--box:hover {
  text-decoration: none;
  opacity: 0.7;
}

#column__sidebar {
  width: 270px;
}
@media screen and (max-width: 1200px) {
  #column__sidebar {
    width: 22.5vw;
  }
}
@media screen and (max-width: 750px) {
  #column__sidebar {
    width: 100%;
    margin-top: 50px;
  }
}
#column__sidebar .column__sidebar__item {
  margin-bottom: 50px;
}
#column__sidebar .column__sidebar__item--header {
  display: flex;
  border-bottom: 3px solid #727266;
  color: #727266;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#column__sidebar .column__sidebar__item--header--h3 {
  font-size: 0.225rem;
  line-height: 1.5;
  border-bottom: 1px solid #404040;
  color: #727266;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  display: flex;
  padding: 0.2rem 0 0.25rem;
}
@media screen and (max-width: 750px) {
  #column__sidebar .column__sidebar__item--header--h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#column__sidebar .column__sidebar__item--header--ruby {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.155rem;
  line-height: 0.155rem;
}
@media screen and (max-width: 750px) {
  #column__sidebar .column__sidebar__item--header--ruby {
    font-size: 0.18rem;
    line-height: 1.5rem;
  }
}
#column__sidebar .column__sidebar__item--tag {
  display: inline-block;
  border: 1px solid #727266;
  color: #727266;
  font-size: 0.155rem;
  line-height: 0.155rem;
  border-radius: 100px;
  padding: 4px 10px;
  margin-right: 6px;
  margin-bottom: 5px;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  #column__sidebar .column__sidebar__item--tag {
    font-size: 0.18rem;
    line-height: 1.5rem;
    margin-right: 3px;
  }
}
#column__sidebar .column__sidebar__item--tag:hover {
  background-color: #727266;
  color: #fff;
}
#column__sidebar .column__sidebar__item--box {
  display: flex;
  margin-bottom: 30px;
  text-decoration: none !important;
}
#column__sidebar .column__sidebar__item--box:last-child {
  margin-bottom: initial;
}
#column__sidebar .column__sidebar__item--box--img {
  width: 118px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #column__sidebar .column__sidebar__item--box--img {
    width: 9.8vw;
  }
}
@media screen and (max-width: 750px) {
  #column__sidebar .column__sidebar__item--box--img {
    width: 38%;
  }
}
#column__sidebar .column__sidebar__item--box--img img {
  width: 100%;
  height: 118px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1200px) {
  #column__sidebar .column__sidebar__item--box--img img {
    height: 9.8vw;
  }
}
@media screen and (max-width: 750px) {
  #column__sidebar .column__sidebar__item--box--img img {
    height: 22.4vw;
  }
}
#column__sidebar .column__sidebar__item--box--img--number {
  position: absolute;
  width: 2.1rem;
  height: 2.1rem;
  background-color: #727266;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 1.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #column__sidebar .column__sidebar__item--box--img--number {
    font-size: 2rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
#column__sidebar .column__sidebar__item--box--text {
  width: calc(100% - 118px);
  box-sizing: border-box;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1130px) {
  #column__sidebar .column__sidebar__item--box--text {
    width: calc(100% - 10.4vw);
  }
}
@media screen and (max-width: 750px) {
  #column__sidebar .column__sidebar__item--box--text {
    width: 60%;
  }
}
#column__sidebar .column__sidebar__item--box--text--day {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.155rem;
  line-height: 0.155rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  #column__sidebar .column__sidebar__item--box--text--day {
    font-size: 0.18rem;
    line-height: 1.5rem;
  }
}
#column__sidebar .column__sidebar__item--box--text--h4 {
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 750px) {
  #column__sidebar .column__sidebar__item--box--text--h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#column__sidebar .column__sidebar__item--box:hover {
  text-decoration: none;
  opacity: 0.7;
}

#page_column .page_column__inner--ttl--flex {
  display: flex;
  align-items: center;
  line-height: 1;
}
#page_column .page_column__inner--ttl--flex--day {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 0.18rem, 20px);
}
#page_column .page_column__inner--ttl--flex--cate {
  margin: 0 0 0 0.1rem;
  padding: 0 0.05rem;
  background: #727266;
  color: #fff;
  font-size: 0.12rem;
  line-height: 0.2rem;
}
@media screen and (max-width: 750px) {
  #page_column .page_column__inner--ttl--flex--cate {
    margin: 0 0 0 0.1rem;
  }
}
#page_column .page_column__inner--ttl--h1 {
  line-height: 1.5;
  width: 100%;
  padding: 0.2rem 0 0.25rem;
  color: #505045;
  font-size: 0.3rem;
}
@media screen and (max-width: 750px) {
  #page_column .page_column__inner--ttl--h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#page_column .page_column__inner--ttl--tag {
  display: inline-block;
  color: #505045;
  border: 1px solid #505045;
  padding: 5px 10px;
  font-size: 0.15rem;
  line-height: 0.15rem;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  #page_column .page_column__inner--ttl--tag {
    font-size: min(18px, 0.82rem);
    line-height: 0.15rem;
    margin-right: 3px;
  }
}
#page_column .page_column__inner .mytoc_body {
  margin-top: 50px;
  margin-bottom: 50px;
}
#page_column .page_column__inner img {
  margin: 0.555rem 0;
}
@media screen and (max-width: 750px) {
  #page_column .page_column__inner img {
    margin: 0.25rem 0;
  }
}
#page_column .page_column__inner a {
  text-decoration: underline;
}
#page_column .page_column__inner a:hover {
  opacity: 0.5;
}

.column_mokuji {
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .column_mokuji {
    margin-bottom: 0;
  }
}
.column_mokuji .toc {
  background-color: #eae8e0;
  border-top: 10px solid #727266;
  padding: 0.35rem;
  margin-top: 0.8rem;
  margin-bottom: 0.87rem;
}
@media screen and (max-width: 750px) {
  .column_mokuji .toc {
    padding: 20px;
    margin-top: 0.1rem;
    margin-bottom: 0.43rem;
  }
}
.column_mokuji .toc-title {
  font-size: max(20px, 0.27rem);
  color: #727266;
  font-weight: 700;
  position: relative;
  padding-left: 0.4rem;
  line-height: 1 !important;
}
@media screen and (max-width: 750px) {
  .column_mokuji .toc-title {
    font-size: min(26px, 0.27rem);
    padding-left: 0.3rem;
  }
}
.column_mokuji .toc-title::after {
  position: absolute;
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(../imgs/mokuji02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .column_mokuji .toc-title::after {
    font-size: 0.1rem;
    height: min(26px, 0.3rem);
    width: 0.3rem;
    background-size: contain;
    top: 0 !important;
  }
}
@media screen and (max-width: 1080px) {
  .column_mokuji .toc-title::after {
    top: 10%;
  }
}
.column_mokuji ul a {
  text-decoration: none !important;
  display: flex;
  align-items: center;
}
.column_mokuji ul.toc-list {
  font-size: max(14px, 0.18rem);
  line-height: 0.3rem;
  padding-bottom: 1.9rem;
  color: #404040;
}
@media screen and (max-width: 750px) {
  .column_mokuji ul.toc-list {
    font-size: min(16px, 0.175rem);
    line-height: 1.5;
    padding-bottom: 2rem;
  }
}
.column_mokuji ul.toc-list:last-child {
  padding-bottom: initial;
}
.column_mokuji ul.toc-list .contentstable-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: max(14px, 0.18rem);
  display: inline-block;
  padding-top: min(2px, 0.15rem);
  padding-right: 0.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .column_mokuji ul.toc-list .contentstable-number {
    padding-right: 0.2rem;
    font-size: min(16px, 0.175rem);
    padding-top: 0.2vw;
  }
}
.column_mokuji ul li {
  font-weight: 500;
  padding-top: 0.3rem;
}
.column_mokuji ul li ul li {
  padding-top: 10px;
  padding-left: 35px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .column_mokuji ul li ul li {
    padding-top: 0.1rem;
    padding-left: 0.1rem;
  }
}
.column_mokuji h2 {
  background-color: #EAE8E0;
  font-weight: 700;
  font-size: max(18px, 0.28rem);
  line-height: 0.3rem;
  border-left: 5px solid #727266;
  color: #727266;
  padding: 0.1rem 0;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  margin-top: 0.2rem;
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 750px) {
  .column_mokuji h2 {
    font-size: clamp(20px, 0.2rem, 28px);
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0.2rem;
  }
}
.column_mokuji h2 .number_h2 {
  font-size: max(18px, 0.3rem);
}
@media screen and (max-width: 750px) {
  .column_mokuji h2 .number_h2 {
    font-size: clamp(16px, 0.25rem, 28px);
    line-height: 1.5;
  }
}
.column_mokuji h3 {
  font-size: max(18px, 0.225rem);
  line-height: 0.5rem;
  border-bottom: 1px solid #404040;
  color: #727266;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: baseline;
  padding-bottom: 0.08rem;
}
@media screen and (max-width: 750px) {
  .column_mokuji h3 {
    margin-top: 20px;
    font-size: clamp(20px, 0.2rem, 28px);
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.column_mokuji h3 .number_h3 {
  font-size: max(18px, 0.27rem);
}
@media screen and (max-width: 750px) {
  .column_mokuji h3 .number_h3 {
    font-size: clamp(20px, 0.25rem, 28px);
    line-height: 1.5;
  }
}
.column_mokuji h4 {
  font-size: 0.225rem;
  line-height: 0.5rem;
  border-bottom: 1px solid #404040;
  color: #727266;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 750px) {
  .column_mokuji h4 {
    margin-top: 20px;
    font-size: 0.2rem;
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.column_mokuji h4 .number_h3 {
  font-size: 0.25rem;
}
@media screen and (max-width: 750px) {
  .column_mokuji h4 .number_h3 {
    font-size: 0.225rem;
    line-height: 1.25;
  }
}
.column_mokuji .number_h2, .column_mokuji .number_h3 {
  padding-right: 0.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
}
.column_mokuji .section__news-detail-desc p {
  font-size: 0.2rem;
  line-height: 1.7;
}

#column_floating-pc {
  width: 6em;
  height: 25.4em;
  position: fixed;
  right: -6em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 3;
}
#column_floating-pc a {
  position: relative;
  display: block;
  width: 6em;
  height: 25.4em;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  #column_floating-pc {
    display: none;
  }
}

#column_floating-sp {
  display: none;
  width: 100%;
  height: 6.7em;
  position: fixed;
  left: 0;
  bottom: -6.7em;
  z-index: 3;
}
#column_floating-sp a {
  position: relative;
  display: block;
  width: 100%;
  height: 6.7em;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  #column_floating-sp {
    display: block;
  }
}/*# sourceMappingURL=column.css.map */