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

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

ul[role="list"],
ol[role="list"] {
    list-style: none;
}

body {
    min-height: 100vh;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
    line-height: 1.1;
}

h1,
h2,
h3,
h4 {
    text-wrap: balance;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
}

img,
picture {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

textarea:not([rows]) {
    min-height: 10em;
}

:target {
    scroll-margin-block: 5ex;
}

/* CSS Document */

html, body {
    overflow-x: hidden;
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", Meiryo, sans-serif;
    text-align: center;
    color: #595858;
}

html.lock,
body.lock {
    overflow: hidden;
}

#container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

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

main {
    margin-top: 45px;
    padding-bottom: 162px;
}

#main {
    position: relative;
}

.top-description {
    padding: 12px;
    color: #5061a3;
    font-weight: 700;
    font-size: 0.750rem;
    line-height: 1.3rem;
}

.section {
    width: 100%;
    padding: 0px 28px;
}

.section-header h3 {
    color: #5061a3;
    font-size: 1.25rem;
}

.section-header hr {
    background-color: #5061a3;
    color: #5061a3;
    margin: 4px 0px;
}

.section-header p {
    font-size: 0.625rem;
    font-weight: 400;
}

.strength-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    padding-top: 20px;
}

.strength-item {
    width: calc(50% - 10px);
    background-color: #F8E695;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    padding: 24px 12px 20px 12px;
    text-align: left;
    position: relative;
}

.strength-item p {
    text-align: left;
    width: 100%;
}

.strength-item > p:nth-of-type(1) {
    color: #595858;
    font-size: 1rem;
    line-height: 1;
}

.strength-item p:nth-of-type(2) {
    color: #5061a3;
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 1;
}

.strength-item p:nth-of-type(3) {
    color: #5061a3;
    font-size: 0.750rem;
    line-height: 1.3;
    margin: 8px 0px;
}

.strength-item-number {
    position: absolute;
    top: -26px;
    left: 12px;
    color: #476BA2;
    font-size: 2rem;
}

.strength-item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.strength-item-description {
    font-size: 0.750rem;
    flex: 1;
    display: flex;
    align-items: start;
    justify-content: center;
    color: #5061a3;
    margin: 8px 0px;
    min-height: 70px;
}

/* PLANNINHG */
.title-square {
    border: 3px solid #5061a3;
    font-size: 0.750rem;
    color: #5061a3;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
}

.title-square-title {
    padding: 2px 0px;
    font-weight: 700;
}

.title-square-title span {
    color: #595858;
    font-weight: normal;
    margin-left: 8px;
}

.title-square-description {
    background-color: #5061a3;
    color: #fff;
    padding-top: 3px;
}

.square-gray > div {
    font-size: 0.6875rem;
    background-color: #DBDBDB;
}

.plan-table {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
}

.plan-table .row {
    display: flex;
    flex-direction: row;
    gap: 4px;
    font-size: 0.8125rem;
    width: 100%;
}

.row-padding {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.plan-table .row:nth-of-type(even) .col {
    background: #CEDBE9;
}

.plan-table .row:nth-of-type(odd) .col {
    background: #DFE6EB;
}

.plan-table .plan-table-header.row > div {
    background: #ffffff;
    font-size: 0.6875rem;
    padding-top: 4px;
    border-bottom: 1px solid #5061a3;
}

.plan-table .plan-table-header .col {
    margin-bottom: 4px;
}

.plan-table .col {
    width: 33.3%;
}

.plan-table .row .col.bg-purple {
    background: #5061A3;
    color: #F4E36B;
}

.plan-description {
    padding: 12px;
    color: #595858;
    font-weight: 700;
    font-size: 0.750rem;
    line-height: 1.3rem;
}

.two-block-square {
    display: flex;
    padding: 8px 0px;
    align-items: center;
}

.two-block-square-left {
    font-size: 0.6875rem;
    text-align: left;
    border-right: 1px solid #5061a3;
}

.two-block-square-left > div {
    padding-right: 8px;
}
    

.two-block-square-right {
    flex: 1;
    color: #5061a3;
}

.rounded-title-wrapper {
    text-align: left;
    display: flex;
    align-items: center;
}

.rounded-title {
    background-color: #CEDBE9;
    color: #595858;
    font-size: 0.8125rem;
    width: 123px;
    border-radius: 16px;
    font-weight: 700;
    text-align: center;
    align-content: center;
}

.rounded-title.purple {
    background-color: #5061a3;
    color: #F4E36B;
}

.rounded-title-wrapper span {
    font-size: 0.6875rem;
    margin-left: 8px;
}

.annotation {
    font-size: 0.6875rem;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}

/* SCHEDULE */

.schedule-item-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

.schedule-item {
    display: flex;
}

.schedule-item-left {
    background-color: #5061a3;
    color: #ffffff;
    width: 60px;
    font-size: 1.375rem;
    font-weight: 700;
    align-content: center;
    position: relative;
}

.schedule-item:last-child .schedule-item-left {
    width: 100px;
    font-size: 1.125rem;
}

.shape-triangle {
    height: calc(50px / 2);
    width: 15px;
    flex-shrink: 0;
    left: -1px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #5061a3;
}

.schedule-item-right {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #F1F1F1;
}

.schedule-item-right-inner {
    margin-left: -15px;
    flex: 1;
}

.schedule-item-title {
    font-size: 0.8125rem;
    color: #5061a3;
    font-weight: 700;
    padding: 4px 0px;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 60px;
    align-items: center;
}

.schedule-item-title div:nth-of-type(1) {
    flex: 1;
    align-content: center;
}

.schedule-item-title div:nth-of-type(2) {
    padding: 0px 16px;
}

.schedule-item-title div:nth-of-type(2) img {
    width: 45px;
}

.schedule-item-email-tel {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin: 4px 0px;
    align-items: center;
}

.schedule-item-email-tel span:nth-of-type(1) {
    color: #ffffff;
    font-weight: bold;
    padding: 0px 4px;
    background-color: #5061a3;
    align-content: center;
    height: 18px;
    margin-top: 2px;
}

.schedule-item-email-tel span:nth-of-type(2) {
    color: #5061a3; 
    font-weight: bold;
    font-size: 1.25rem;
}

.schedule-item-divider {
    margin-left: 19px;
    margin-right: 8px;
    height: 1px;
    background-color: #cacaca;
    margin-bottom: 8px;
}

.schedule-item-description {
    text-align: left;
    font-size: 0.6875rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 4px;
    min-height: 50px;
    width: 100%;
}

.schedule-item:last-child .schedule-item-description {
    padding-top: 4px;
    margin-left: -15px;
}

.schedule-item-right hr {
    width: 100px;
    height: 1px;
}

.schedule-item .two-blocks-row {
    display: flex;
    margin-top: 8px;
}

.schedule-item .two-blocks-row > div {
    width: 50%;
    display: flex;
    text-align: center;
}

.two-blocks-row .shape-triangle {
    position: relative;
    top: 10px;
    margin: 0px 4px;
}

.schedule-item .two-blocks-row .img-block {
    width: 38px;
}

.schedule-item .annotation {
    font-size: 0.6875rem;
    margin-top: 4px;
    text-align: initial;
    text-indent: initial;
    padding-left: initial;
}

/* HEADER */
header {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    background: #ffffff;
    z-index: 200;
}

header #nav-wrapper {
    width: 100%;
}

header #nav-ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

header #nav-ul li {
    display: flex;
}

header .logo,
header .logo a {
    display: inline-block;
    height: 100%;
}

header .logo img {
    width: 240px;
    max-width: 100%;
    height: auto;
}

svg {
    height: 40px;
    position: absolute;
    width: 40px;
    cursor: pointer;
    /*   border: 1px solid black; */
    background-color: #fff;
    left: 0;
    top: 0;
}

.plate {
    height: 41px;
    width: 41px;
    position: relative;
}

.x {
    transform: scale(0);
    transition: transform 400ms;
}

.line {
    fill: none;
    stroke: #5061A3;
    stroke-width: 8px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform-origin: 50%;
    transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms,
        transform 500ms 200ms;
}

.x .line {
    stroke-width: 8px;
}

.plate .x {
    transition: transform 400ms;
}

.plate .line {
    transform-origin: 50%;
    transition: transform 400ms 100ms;
}

.active.plate .line {
    transition: transform 400ms;
}

.active.plate .line1 {
    transform: translateX(18px) translateY(-3px) rotate(-45deg) scale(0.7);
}

.active.plate .line2 {
    transform: translateX(-18px) translateY(-3px) rotate(45deg) scale(0.7);
}

.active.plate .line3 {
    transform: translateY(0px) rotate(45deg) scale(0.7);
}

.active.plate .line4 {
    transform: translateY(0px) rotate(-45deg) scale(0.7);
}

.active.plate .line5 {
    transform: translateX(18px) translateY(3px) rotate(45deg) scale(0.7);
}

.active.plate .line6 {
    transform: translateX(-18px) translateY(3px) rotate(-45deg) scale(0.7);
}

.active.plate .x {
    transition: transform 400ms 100ms;
    transform: scale(1);
}

nav {
    position: fixed;
    background: #F5E69F;
    width: 100%;
    margin-top: 45px;
    height: calc(100% - 45px);
    z-index: 200;
    display: none;
}

nav ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-top: 32px;
}

nav ul li {
    display: flex;
    flex-direction: column;
}

nav ul li div:nth-of-type(1) {
    font-size: 1.5rem;
    color: #5061A3;
    font-weight: bold;
    line-height: 1.5rem;
}

nav ul li a {
    text-decoration: none;
}

.nav-btn {
    margin-top: 8px;
}

.nav-btn .pc {
    display: block;
}

/* FOOTER */
footer {
    background-color: #5061a3;
    color: #ffffff;
    padding: 12px 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 50;
}

footer div.footer-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

footer p {
    font-size: 1.25rem;
}

.tel-number {
    width: 300px;
    margin: auto;
}

/* .sp .footer-inner .btn {
    width: 320px;
} */

/* COMPANY */

#section-message {
    text-align: left;
    background: url("../images/bg_message.png") no-repeat center center;
    background-size: cover;
    color: #5061a3;
    padding: 20px 24px;
}

h3.message-title {
    font-size: 1.125rem;
    font-weight: 900;
}

p.message {
    font-size: 0.625rem;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF,  0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
    margin-top: 12px;
}

p.position {
    font-size: 0.625rem;
    color: #595858;
    margin-top: 16px;
}

p.ceo-name {
    font-size: 0.875rem;
    font-weight: 700;
}

#section-company {
    padding-top: 16px;
}

div.company-overview-table {
    margin-top: 8px;
}

div.company-overview-table .row {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px dashed #5263A4;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 2px;
}

div.company-overview-table .row .left {
    color: #595858;
    font-size: 0.5625rem;
    width: 100px;
    border-top: 1px dashed #5263A4;
    padding-top: 4px;
    min-height: 20px;
    display: block;
    text-align: left;
}

div.company-overview-table .row .right {
    color: #5263A4;
    font-size: 0.625rem;
    font-weight: bold;
    flex: 1;
    align-content: end;
    text-align: left;
}

#section-map {
    padding: 0;
}

#section-map iframe {
    width: 100%;
}

/* CONTACT */

#section-contact {
    background: #D5DCEC;
    padding-top: 16px;
    overflow: hidden;
    position: relative;
}

p.contact-intro {
    color: #5263A4;
    font-size: 0.625rem;
}

form.contact-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    font-size: 0.625rem;
}

div.form-group {
    display: flex;
    flex-direction: column;
    justify-items: start;
}

div.form-submit {
    display: flex;
    justify-content: center;
}

.section-contact-confirm div.form-submit {
    justify-content: space-between;
}

.section-contact-confirm div.form-group.textarea-form-group {
    min-height: 100px;
}

#section-contact button {
    background: #5263A4;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    width: 160px;
    cursor: pointer;
    padding: 8px 0px;
}

p.contact-description {
    font-size: 0.875rem;
    color: #799958;
    text-align: left;
    margin: 16px 0px;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF,  0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
    z-index: 100;
    position: relative;
}

.contact-email {
    font-size: 20px;
    font-weight: bold;
    color: #5263A4;
}

.contact-email span {
    font-size: 12px;
    color: #4A4849;
}

.img-contact-bg {
    position: absolute;
    right: 0px;
    bottom: -70px;
    width: 728px;
    z-index: 1;
}

.img-contact-sp {
    position: absolute;
    right: -160px;
    bottom: 300px;
    width: 550px;
    z-index: 2;
}

.contact-form-container {
    position: relative;
    z-index: 50;
}

.contact-info {
    position: relative;
    z-index: 50;
}

.section-contact-confirm,
.section-contact-complete {
    min-height: calc(100vh - 45px - 162px);
}

.section-contact-complete h4 {
    margin: 16px 0px;
}

.section-contact-complete .complete-actions {
    margin: 16px 0px;
}

/* BUTTON COMPONENT */

div.btn-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin: 16px 0px;
}

.btn,
a.btn,
button.btn {
  width: 320px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: flex;
  padding: 8px 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 24px;
  justify-content: center;
  gap: 8px;
  align-items: center;
}

.btn-height {
    height: 44px;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #D29952;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #D29952;
}

.btn--green,
a.btn--green {
  color: #fff;
  background-color: #88A056;
}

.btn--green:hover,
a.btn--green:hover {
  color: #fff;
  background: #88A056;
}

.btn--purple,
a.btn--purple {
  width: 320px;
  color: #fff;
  background-color: #53609E;
}

.btn--purple:hover,
a.btn--purple:hover {
  color: #fff;
  background: #53609E;
}

.btn--purple .btn-icon {
    width: 23px;
    display: flex;
    align-items: center;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

span.button-second-line {
    font-size: 0.875rem;
}

.btn span.btn-icon {
    width: 18px;
    position: absolute;
    left: 1rem;;
}

.btn--orange span.button-first-line {
    letter-spacing: 3.5px;
}

.btn--green span.button-first-line {
    letter-spacing: 0.7px;
}

/* COMMON */
.bg-yellow {
    background-color: #F5E79F;
    color: #5061A3;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.pt-8 {
    padding-top: 8px;
}

.pt-16 {
    padding-top: 16px;
}

.py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.pc {
    display: none;
}

a:hover {
    opacity: 0.8;
}

.form-group input,
.form-group textarea {
    border: none;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

/* Form validation styles */
.is-invalid {
    border-color: #dc3545 !important;
    background-color: #fff8f8;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #dc3545;
    text-align: left;
}

.form-group {
    margin-bottom: 1rem;
}

@media screen and (min-width:768px) {
    /* COMMON */
    
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    div.btn-group {
        flex-direction: row;
        justify-content: center;
        margin: 28px 0px;
    }

    /* TOP */

    main {
        position: relative;
        max-width: 1400px;
        width: 100%;
        margin: auto;
        margin-top: 66px;
        padding: 0px;
    }

    div.top-description {
        position: absolute;
        bottom: 32px;
        right: 32px;
        text-align: right;
        font-size: 1rem;
        text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF,
        0px 1px 0 #FFF,  0-1px 0 #FFF,
        -1px 0 0 #FFF, 1px 0 0 #FFF;
    }

    .section {
        max-width: 1040px;
        width: 100%;
        margin: auto;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .section-header {
        text-align: left;
        position: relative;
    }

    .section-header h3 {
        padding-left: 16px;
        font-size: 1.75rem;
        margin-right: 16px;
    }

    .section-header p {
        padding-left: 16px;
        font-size: 0.875rem;
    }

    /* =====================
   COMPANY セクション見出し横並び
   ===================== */
/* companyページ専用の見出し横並び */
.section-header-firstline {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}

.section-header-firstline h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #5061a3;
  margin: 0;
}

.section-header-firstline span {
  font-size: 1rem;
  color: #595858;
  font-weight: 400;
}

    .strength-list {
        justify-content: center;
        margin-top: 16px;
    }
    
    .strength-item {
        width: calc(25% - 20px);
        padding: 32px 20px 24px 20px;
    }

    .strength-item-number {
        font-size: 2.75rem;
        top: -38px;
    }

    .strength-item p:nth-of-type(1) {
        font-size: 1.125rem;
    }

    .strength-item p:nth-of-type(2) {
        font-size: 1.5rem;
    }

    .strength-item p:nth-of-type(3) {
        font-size: 0.875rem;
        line-height: 1.5;
    }

    #section-planning div.section-hedaer-illust-wrapper {
        width: 175px;
        position: absolute;
        right: 0px;
        top: -24px;
    }

    .title-square {
        text-align: left;
        border: none;
        position: relative;
        width: 100%;
    }

    .title-square-title {
        font-size: 1.25rem;
    }

    .title-square-description {
        border-radius: 14px;
        padding: 0px 16px;
        flex: 0 0 auto;
        display: inline;
        font-size: 1rem;
        width: fit-content;
    }

    .plan-table-wrapper {
        display: flex;
        flex-direction: row-reverse;
        max-width: 960px;
        width: 100%;
        justify-content: center;
    }

    .two-block-square {
        flex-direction: column;
        border-left: 1px solid #5061a3;
        border-right: 1px solid #5061a3;
        padding: 0px;
        margin-top: 8px;
    }
    
    .two-block-square-left {
        padding: 0px 8px 8px 8px;
        border-right: none;
        font-size: 1rem;
        border-bottom: 1px solid #5061a3;
    }

    .two-block-square-left > div {
        background: #CBCCCB;
        padding: 4px;
    }

    .two-block-square-right {
        align-content: center;
        font-size: 1.5rem;
    }

    .plan-table {
        flex: 1;
        margin-top: 0px;
    }

    .square-gray {
        padding: 8px 0px 0px 8px;
    }

    .square-gray > div {
        background: #CBCCCB;
        font-size: 1rem;
    }

    .row-padding {
        padding: 4px 0px 0px 8px;
        gap: 8px;
    }

    .plan-table .plan-table-header.row > div {
        padding: 0px 0px 4px 8px;
        margin-top: 4px;
    }

    .plan-table-header .col {
        background: #E4E4E3;
        font-size: 1rem;
    }

    .plan-table .row {
        font-size: 1.5rem;
    }

    .plan-description {
        text-align: left;
        font-weight: initial;
        font-size: 1rem;
    }

    div.illust-bunseki-wrapper {
        position: absolute;
        right: 0px;
        top: -30px;
        width: 150px;
    }

    .exp24-pc {
        text-align: left;
        margin-bottom: 8px;
    }

    .annotation {
        font-size: 0.750rem;
    }

    div.illust-kentai-wrapper {
        position: absolute;
        right: 0px;
        top: -90px;
        width: 130px;
    }

    div.illust-schedule-wrapper {
        position: absolute;
        top: -136px;
        right: 0px;
        width: 145px;
    }

    .schedule-item-left {
        font-size: 2rem;
        width: 100px;
    }

    .shape-triangle-wrapper {
        display: flex;
        align-items: center;
    }

    .shape-triangle {
        height: 40px;
        width: 24px;
        top: 27%;
    }

    .schedule-item-title {
        width: 192px;
        height: auto;
        padding-left: 32px;
        display: flex;
        align-items: center;
        font-size: 1rem;
        padding-left: 12px;
    }

    .schedule-item-right {
        flex-direction: row;
        flex: 1;
        align-items: stretch;
    }

    .schedule-item-right-inner {
        margin-left: -24px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .schedule-item-divider {
        width: 1px;
        height: 100%;
        background: none;
        display: flex;
        align-items: center;
        margin: 0px;
    }

    .schedule-item-divider div {
        width: 1px;
        height: calc(100% - 16px);
        background: #BDBEBC;
    }

    .schedule-item-description {
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 1rem;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .schedule-item-email-tel span:nth-of-type(1) {
        height: auto;
    }

    .schedule-item-email-tel span:nth-of-type(2) {
        font-size: 1.625rem;
    }

    .schedule-item-icon {
        padding: 8px;
        margin-right: 8px;
        margin-left: 8px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .schedule-item-icon-inner {
        width: 48px;
    }

    .schedule-item:nth-of-type(2) .schedule-item-icon-inner {
        width: 65px;
    }

    .schedule-item-icon .two-blocks-column {
        margin-left: 8px;
        display: flex;
        flex-direction: column;
        font-size: 0.875rem;
        color: #5061a3;
        height: 105px;
        justify-content: space-between;
    }

    .schedule-item-icon .two-blocks-column > div {
        display: flex;
        flex-direction: row;
    }

    .schedule-item-icon .shape-triangle {
        position: relative;
        height: 20px;
        width: 12px;
    }

    .schedule-item:last-child .schedule-item-left {
        width: 240px;
    }

    .schedule-item:last-child .shape-triangle {
        width: 18px;
        height: 30px;
    }

    .schedule-item:last-child .schedule-item-right {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .schedule-item:last-child .schedule-item-description {
        display: flex;
        flex-direction: column;
        margin-left: -18px;
        padding-left: 32px;
        padding-bottom: 0px;
    }

    .schedule-item .annotation {
        font-size: 0.75rem;
    }

    /* COMPANY */

    h3.message-title {
        font-size: 2rem;
    }

    p.message {
        font-size: 0.875rem;
        text-shadow: none;
        line-height: 1.5rem;
    }

    p.position {
        font-size: 0.9375rem;
        font-weight: bold;
    }

    p.ceo-name {
        font-size: 1.125rem;
        font-weight: bold;
    }

    div.company-overview-table .row {
        margin-bottom: 20px;
        padding-bottom: 0px;
	align-items: center;
    }

    div.company-overview-table .row .left {
    font-size: 0.875rem;
    width: 100px;
    height: 15px;
    padding: 0;
    border-top: none;
    display: flex;
    align-items: center; /* 高さ中央に揃える場合 */
    }


    div.company-overview-table .row .right {
        font-size: 0.875rem;
        padding-bottom: 4px;
        padding-left: 8px;
    }

    div.company-overview-table .row .right.bg-grey {
        background: #E4E4E3;
    }

    

    /* CONTACT */
    p.contact-intro {
        font-size: 1rem;
        text-align: left;
    }

    form.contact-form {
        margin-top: 24px;
        font-size: 0.875rem;
    }

    div.form-submit {
        justify-content: start;
        width: 100%;
    }

    #section-contact button {
        height: 44px;
    }

    div.form-submit .submit-text {
        margin-left: 20px;
        display: flex;
        flex-direction: row;
    }
    
    div.form-submit .submit-text .tel,
    div.form-submit .submit-text .email {
        font-size: 1.5rem;
        margin-left: 8px;
        color: #496099;
    }

    div.form-submit .submit-text .tel {
        margin-right: 32px;
    }

    .submit-text-right {
        display: flex;
        flex-direction: column;
        width: fit-content;
    }

    .submit-text-right span:nth-of-type(1) {
        display: inline-block;
        width: 60px;
    }

    p.contact-description {
        font-size: 1rem;
    }

    .string-input {
        width: 300px;
    }

    textarea {
        width: 800px;
    }

    .section-contact-confirm div.form-submit {
        gap: 16px;
        justify-content: start;
    }

    /* HEADER */
    header {
        height: 70px;
    }

    .pc#nav-wrapper {
        display: flex;
        width: 1400px;
        justify-content: space-between;
    }

    header .logo img {
        width: 420px;
    }

    header #nav-ul {
        width: fit-content;
        color: #799958;
        font-size: 0.625rem;
        gap: 16px;
    }

    header #nav-ul a {
        display: flex;
        flex-direction: column;
        text-decoration: none;
        justify-content: center;
        align-items: center;
    }

    header #nav-ul img {
        width: fit-content;
        margin-right: 4px;
    }

    header #nav-ul a.btn {
        flex-direction: row;
        width: fit-content;
        padding: 8px 8px;
        gap: 0px;
        font-size: 0.625rem;
        line-height: 0.750rem;
        height: 52px;
    }

    header .nav-btn {
        margin: 0px;
    }

    a.btn .btn-text-group {
        display: flex;
        flex-direction: column;
    }

    /* FOOTER */

    footer {
        background: #6D81B0;
        position: relative;
    }

    footer div.footer-inner {
        display: flex;
        flex-direction: row;
        width: 100%;
        max-width: 960px;
        margin: auto;
    }

    .footer-btn {
        margin-top: 4px;
    }

    div.footer-left{
        width: 300px;
        text-align: left;
        border-right: 1px solid #ffffff;
        margin: 16px;
    }

    div.footer-left p.company {
        font-size: 0.875rem;
    }

    div.footer-left p.footer-ceo {
        font-size: 0.75rem;
        margin-top: 4px;
    }

    div.footer-left dl,
    div.footer-left dt,
    div.footer-left dd {
        font-size: 0.75rem;
        margin-top: 4px;
    }

    div.footer-right {
        flex: 1;
    }

    p.footer-text {
        font-size: 2.375rem;
        font-weight: bold;
    }

    .footer-right-02 {
        display: flex;
        flex-direction: row;
    }

    .footer-right-02 > div {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-hr {
        width: 1px;
        height: 100%;
        background-color: #ffffff;
    }

    .footer-tel {
        font-size: 2.375rem;
    }
}

    @media screen and (max-width: 767px) {
  div.company-overview-table .row .left {
    border-top: none !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  div.company-overview-table .row .right {
    padding-left: 8px;
  }

  div.company-overview-table .row {
    align-items: flex-start !important;
  }
}
