#about-title{
    width: 100%;
}

#about-title img{
    width: 100%;
    vertical-align:top;
}

#about-bg {
    background-image: url(/images/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
}

.about-title-box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding-top: 100px;
}

.about-border {
    border-bottom: 2px solid #cbcbcb;
    position: relative;
}

.about-border::after {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 15%;
    height: 3px;
    background: #27a2cc;
}

.about-text-box {
    width: 50%;
}

.about-text1 {
    font-size: 16px;
    color: #27a2cc;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.about-text2 {
    font-size: 31px;
    font-weight: 500;
    margin-top: 34px;
    color: #262626;
    padding-bottom: 34px;
}

.about-text-img img {
    width: 90%;
}

.about-message-box{
    width: 80%;
    margin: 0 auto;
    padding-top: 34pt;
}

.about-message-img{
    text-align: right;
}

.about-message-img img{
    width: 85%;
}

.about-message-slidein {
    position: absolute;
    left: 24%;
    top: 32%;
    opacity: 0;
}

.about-message-slidein img {
    width: 6vw;
}

.about-message {
    width: 75%;
    margin-left: auto;
    padding-top: 34px;
}

.about-message-text {
    font-weight: 500;
    font-size: 24px;
    color: #262626;
    line-height: 45px;
}

.about-message-margin{
    margin-top: 34px;
}

.about-message-right{
    text-align: right;
}

#about-policy-box {
    width: 80%;
    margin: 0 auto;
    padding-top: 100px;
}

.about-policy-title {
    width: 85%;
    margin-left: auto;
}

.about-policy-text1 {
    font-weight: 500;
    color: #262626;
    font-size: 75px;
    padding-top: 100px;
}

.about-policy-text1 span{
    color: #27a2cc;
}

.about-policy-text2 {
    font-weight: 700;
    font-size: 16px;
    margin-top: 34px;
    color: #27a2cc;
    padding-bottom: 34px;
    letter-spacing: 0.08em;
}

.about-policy {
    width: 85%;
    margin-left: auto;
    padding-bottom: 100px;
}

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

.about-policy-card {
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 15px;
    width: 42%;
    padding-top: 80px;
    padding-bottom: 130px;
}

.ap-card-title {
    font-size: 1.5vw;
    color: #27a2cc;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.ap-card-text1 {
    font-size: 35px;
    margin-top: 50px;
    font-weight: 500;
    color: #262626;
    letter-spacing: 0.05em;
    line-height: 51px;
}

.ap-card-text2 {
    font-size: 18px;
    margin-top: 50px;
    font-weight: 500;
    color: #262626;
    letter-spacing: 0.05em;
    line-height: 40px;
}

#about-point-bg {
    background-image: url(/images/about-point-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
}

.about-point-title {
    width: 85%;
    margin-left: auto;
    padding-top: 120px;
}

.about-point-text1 {
    font-size: 75px;
    padding-top: 20px;
    font-weight: 500;
}

.about-point-text1 span{
    color: #27a2cc;
}

.about-point-text2 {
    font-size: 21px;
    margin-top: 34px;
    color: #27a2cc;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.about-point-text3 {
    font-size: 24px;
    color: #262626;
    font-weight: 400;
    margin-top: 34px;
    padding-bottom: 30px;
    letter-spacing: 0.08em;
}

.about-point-box {
    width: 85%;
    margin-left: auto;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.ap-text-box {
    font-weight: 500;
    font-size: 24px;
    width: 70%;
    color: #262626;
    line-height: 56px;
    padding-top: 20px;
}

.about-point-img{
    width: 30%;
}

.about-point-img img{
    width: 100%;
}

/*
Trix 1.3.2
Copyright © 2024 Basecamp, LLC
http://trix-editor.org/*/
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none; }
trix-toolbar * {
  box-sizing: border-box; }
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto; }
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px; }
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 1.5vw; }
    @media (max-device-width: 768px) {
      trix-toolbar .trix-button-group:not(:first-child) {
        margin-left: 0; } }
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1; }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button-group-spacer {
      display: none; } }
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent; }
  trix-toolbar .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }
  trix-toolbar .trix-button.trix-active {
    background: #cbeefa;
    color: black; }
  trix-toolbar .trix-button:not(:disabled) {
    cursor: pointer; }
  trix-toolbar .trix-button:disabled {
    color: rgba(0, 0, 0, 0.125); }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button {
      letter-spacing: -0.01em;
      padding: 0 0.3em; } }
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px; }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button--icon {
      height: 2em;
      max-width: calc(0.8em + 3.5vw); } }
  trix-toolbar .trix-button--icon::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-device-width: 768px) {
      trix-toolbar .trix-button--icon::before {
        right: 6%;
        left: 6%; } }
  trix-toolbar .trix-button--icon.trix-active::before {
    opacity: 1; }
  trix-toolbar .trix-button--icon:disabled::before {
    opacity: 0.125; }
trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 8%;
  bottom: 4%; }
trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-dialogs {
  position: relative; }
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5; }
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  trix-toolbar .trix-input--dialog.validate:invalid {
    box-shadow: #F00 0px 0px 1.5px 1px; }
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none; }
trix-toolbar .trix-dialog--link {
  max-width: 600px; }
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline; }
  trix-toolbar .trix-dialog__link-fields .trix-input {
    flex: 1; }
  trix-toolbar .trix-dialog__link-fields .trix-button-group {
    flex: 0 0 content;
    margin: 0; }
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none; }
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none; }

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight; }
trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight; }

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent; }
trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight; }
trix-editor .attachment {
  position: relative; }
  trix-editor .attachment:hover {
    cursor: default; }
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text; }
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in; }
  trix-editor .attachment__progress[value="100"] {
    opacity: 0; }
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center; }
trix-editor .trix-button-group {
  display: inline-flex; }
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent; }
  trix-editor .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }
  trix-editor .trix-button.trix-active {
    background: #cbeefa; }
  trix-editor .trix-button:not(:disabled) {
    cursor: pointer; }
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25); }
  trix-editor .trix-button--remove::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    content: "";
    background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%; }
  trix-editor .trix-button--remove:hover {
    border-color: #333; }
    trix-editor .trix-button--remove:hover::before {
      opacity: 1; }
trix-editor .attachment__metadata-container {
  position: relative; }
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px; }
  trix-editor .attachment__metadata .attachment__name {
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  trix-editor .attachment__metadata .attachment__size {
    margin-left: 0.2em;
    white-space: nowrap; }
@charset "UTF-8";
.trix-content {
  line-height: 1.5; }
  .trix-content * {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  .trix-content h1 {
    font-size: 1.2em;
    line-height: 1.2; }
  .trix-content blockquote {
    border: 0 solid #ccc;
    border-left-width: 0.3em;
    margin-left: 0.3em;
    padding-left: 0.6em; }
  .trix-content [dir=rtl] blockquote,
  .trix-content blockquote[dir=rtl] {
    border-width: 0;
    border-right-width: 0.3em;
    margin-right: 0.3em;
    padding-right: 0.6em; }
  .trix-content li {
    margin-left: 1em; }
  .trix-content [dir=rtl] li {
    margin-right: 1em; }
  .trix-content pre {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: monospace;
    font-size: 0.9em;
    padding: 0.5em;
    white-space: pre;
    background-color: #eee;
    overflow-x: auto; }
  .trix-content img {
    max-width: 100%;
    height: auto; }
  .trix-content .attachment {
    display: inline-block;
    position: relative;
    max-width: 100%; }
    .trix-content .attachment a {
      color: inherit;
      text-decoration: none; }
      .trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
        color: inherit; }
  .trix-content .attachment__caption {
    text-align: center; }
    .trix-content .attachment__caption .attachment__name + .attachment__size::before {
      content: ' · '; }
  .trix-content .attachment--preview {
    width: 100%;
    text-align: center; }
    .trix-content .attachment--preview .attachment__caption {
      color: #666;
      font-size: 0.9em;
      line-height: 1.2; }
  .trix-content .attachment--file {
    color: #333;
    line-height: 1;
    margin: 0 2px 2px 2px;
    padding: 0.4em 1em;
    border: 1px solid #bbb;
    border-radius: 5px; }
  .trix-content .attachment-gallery {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .trix-content .attachment-gallery .attachment {
      flex: 1 0 33%;
      padding: 0 0.5em;
      max-width: 33%; }
    .trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
      flex-basis: 50%;
      max-width: 50%; }
/*
 * Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
 * the trix-editor content (whether displayed or under editing). Feel free to incorporate this
 * inclusion directly in any other asset bundle and remove this file.
 *

*/

/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}
.fadein {
    opacity: 0;
    animation-name: fadein;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(20px);
    }
}

.slidein {
    opacity: 0;
    animation-name: slidein;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@keyframes slidein {
    0% {
        opacity: 0;
        transform: translateX(0);
    }

    100% {
        opacity: 1;
        transform: translateX(-20px);
    }
}

.border-bg {
    width: 55%;
    padding-top: 30px;
    position: relative;
}

.border-bg::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #cbcbcb;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(1,1);
}

.border-bg::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #27a2cc;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0.1,1);
    transition: 2s;
    transform-origin: left top;
}

.border-bg.anime::after {
    transform: scale(1,1);
}

.loop_wrap {
    display: flex;
    overflow: hidden;
    width: 100vw
}

.loop_wrap img {
    width: auto;
    min-width: 100%;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

.loop_wrap img:first-child {
    animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
    animation: loop2 50s linear infinite;
}

.rotate1 {
    animation-name: rotate1;
    animation-duration: 4s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

@keyframes rotate1 {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.rotate2 {
    animation-name: rotate2;
    animation-duration: 4s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

@keyframes rotate2 {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
.border-bg-c {
    width: 45%;
    padding-top: 34px;
    position: relative;
}

.border-bg-c::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #cbcbcb;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(1,1);
}

.border-bg-c::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #27a2cc;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0.1,1);
    transition: 2s;
    transform-origin: left top;
}

.border-bg-c.anime::after {
    transform: scale(1,1);
}

.border-bg-s {
    width: 65%;
    padding-top: 34px;
    position: relative;
}

.border-bg-s::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #cbcbcb;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(1,1);
}

.border-bg-s::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #27a2cc;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0.1,1);
    transition: 2s;
    transform-origin: left top;
}

.border-bg-s.anime::after {
    transform: scale(1,1);
}

.border-bg-r {
    width: 65%;
    padding-top: 34px;
    position: relative;
}

.border-bg-r::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #cbcbcb;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(1,1);
}

.border-bg-r::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #626262;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0.1,1);
    transition: 2s;
    transform-origin: left top;
}

.border-bg-r.anime::after {
    transform: scale(1,1);
}

.border-bg-co {
    width: 100%;
    padding-top: 34px;
    position: relative;
}

.border-bg-co::before {
    content: "";
    width: 95%;
    height: 2px;
    background-color: #cbcbcb;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(1,1);
}

.border-bg-co::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #626262;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0.1,1);
    transition: 2s;
    transform-origin: left top;
}

.border-bg-co.anime::after {
    transform: scale(1,1);
}

@media screen and (max-width: 767px) {
    .border-bg-co {
        width: 100%;
        padding-top: 15px;
        position: relative;
    }
}
#company-bg {
    background-image: url(/images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
}

.company-title-box{
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding-top: 100px;
}

.comapny-border {
    border-bottom: 2px solid #cbcbcb;
    position: relative;
}

.comapny-border::after {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 15%;
    height: 3px;
    background: #27a2cc;
}

.company-text-box{
    width: 40%;
}

.company-text1 {
    font-size: 16px;
    color: #27a2cc;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.company-text2 {
    font-weight: 700;
    font-size: 34px;
    color: #262626;
    margin-top: 34px;
    padding-bottom: 34px;
}

.company-text-img {
    width: 60%;
    text-align: center;
}

.company-text-img img{
    width: 80%;
}

.company-info-box {
    width: 80%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 200px;
}

.company-info-img img{
    width: 100%;
    border-radius: 25px;
}

.company-info-slidein {
    position: absolute;
    left: 12%;
    top: 34%;
    opacity: 0;
}

.company-info-slidein img {
    width: 10vw;
}

.company-info {
    width: 75%;
    margin-left: auto;
    padding-top: 70px;
}

.company-info-title {
    font-size: 34px;
    background-color: #eaf6fa;
    border-left: 7px solid #27a2cc;
    padding-left: 18px;
    box-shadow: 2px 4px 0 0 rgba(0,0,0,0.3);
    margin-bottom: 60px;
    font-weight: 700;
}

.company-info-flex {
    display: flex;
    border-bottom: 1px solid #cbcbcb;
}

.company-info-text1{
   width: 20%;
}

.company-info-text1,
.company-info-text2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
    color: #262626;
}

.company-info-text1 {
    font-weight: 700;
}

.company-info-text2 {
    font-weight: 400;
}


#company-history-bg {
    background-image: url(/images/company-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
    height: 80vh;
}

.company-history-box{
    position: absolute;
    right: 7%;
    top: -7%;
}

.company-history-box img{
    width: 60vw;
}

.company-history-title {
    width: 80%;
    margin: 0 auto;
    font-size: 34px;
    background-color: #eaf6fa;
    font-weight: 700;
    border-left: 7px solid #27a2cc;
    padding-left: 10px;
    box-shadow: 2px 4px 0 0 rgba(0,0,0,0.3);
    color: #262626;
}

.company-history-text {
    width: 80%;
    margin: 0 auto;
    padding-top: 80px;
    font-size: 18px;
    line-height: 40px;
}

#company-map-bg {
    background-image: url(/images/company-map-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
}

.company-map-box{
    width: 85%;
    margin-left: auto;
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
}

.company-map-title {
    width: 30%;
}

.company-map-text1 {
    font-size: 16px;
    color: #dfdede;
    padding-top: 20px;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.company-map-text2 {
    font-size: 34px;
    color: #ffffff;
    margin-top: 34px;
    padding-bottom: 34px;
    border-bottom: 2px solid #cbcbcb;
    letter-spacing: 0.08em;
}

.company-map-text3 {
    font-size: 24px;
    color: #ffffff;
    margin-top: 34px;
}

.company-map{
    width: 70%;
    text-align: center;
}
#contact-bg {
    background-image: url(/images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
}

#contact-title-box{
    width: 70%;
    margin: 0 auto;
    padding-top: 100px;
}

.contact-text1 {
    font-size: 16px;
    color: #27a2cc;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.contact-text2 {
    margin-top: 34px;
    padding-bottom: 34px;
    font-size: 34px;
    color: #262626;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.contact-border {
    width: 90%;
    position: relative;
}

.contact-border::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #cbcbcb;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(1,1);
}

.contact-border::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #27a2cc;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0.1,1);
    transition: 2s;
    transform-origin: left top;
}

#contact-form {
    width: 70%;
    margin: 0 auto;
    padding-top: 34px;
    padding-bottom: 100px;
}

.contact-form-box {
    width: 75%;
    margin: 0 auto;
}

.cf-text {
    font-size: 18px;
    color: #262626;
    font-weight: 500;
}

.contact-form-box span {
    color: #dc3545;
}

.contact-form-flex {
    display: flex;
    width: 100%;
    margin-top: 40px;
}

.contact-form-label {
    width: 25%;
    font-size: 18px;
    color: #262626;
    font-weight: 500;
}

.contact-form1 select {
    width: 500px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form2 input {
    width: 500px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form3 textarea {
    width: 500px;
    height: 200px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.contact-form4{
    display: flex;
}

.contact-form4 input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.contact-form4 span{
    color: #000000;
}

.contact-bt {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 70px;
}

.contact-bt input[type="submit"] {
    width: 270px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0081f0;
    border-radius: 25px;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

.alert-danger {
    color: #dc3545;
}

.confirm-form {
    font-weight: bold;
    font-size: 18px;
}
#footer {
    width: 100%;
    background-color: #ffffff;
}

.footer{
    width: 80%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 30px;
    font-weight: bold;
}

.footer a{
    color: #000000;
}

.ft-nav-box {
    width: 100%;
    display: flex;
}

.ft-logo {
    width: 20%;
}

.ft-logo img {
    width: 90%;
}

.ft-nav-flex {
    width: 70%;
    display: flex;
    padding-top: 10px;
    padding-left: 15%;
}

.ft-nav-link {
    width: 20%;
    font-size: 0.9vw;
    padding: 10px;
    padding-left: 20px;
}

.ft-anchor-link {
    margin-top: 5px;
    padding-left: 15px;
}

.ft-anchor-link a{
    color: #6b6a6b;
}

.ft-nav-ht1 {
    height: 120px;
}

.ft-nav-ht2 {
    height: 200px;
}

.ft-border {
    border-right: 2px solid #6b6a6b;
}

.copyright {
    padding-top: 50px;
    color: #6b6a6b;
    text-align: center;
}

#page-top{
    position: absolute;
    right: 5%;
}
.l-hamburger {
    appearance: none;
    -webkit-transform: translateZ(0);
    display: block;
    z-index: 3;
    position: fixed;
    top: 0;
    right: 0;
    width: 75px;
    height: 75px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: none;
    background: none;
    transition: all .4s cubic-bezier(1,0,0,1);
    transition-property: transform;
    transition-timing-function: cubic-bezier(1,0,0,1);
    background-color: rgba(134,201,101,1);
    border-radius: 2px;
}

.hamburger-bar-top,
.hamburger-bar-center {
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    margin-left: -23px;
    margin-top: -7px;
}

.hamburger-bar-top {
    position: absolute;
    width: 50px;
    height: 3px;
    transform: translateY(-7px);
    border-radius: 3px;
    background: #fff;
    background-color: #fff;
    transition: all .4s cubic-bezier(1,0,0,1);
    transition-property: transform, background-color;
    transition-timing-function: cubic-bezier(1,0,0,1);
}

.hamburger-bar-center {
    position: absolute;
    width: 50px;
    height: 3px;
    transform: translateY(0);
    border-radius: 3px;
    background: #fff;
    background-color: #fff;
    transition: all .4s cubic-bezier(1,0,0,1);
    transition-property: transform, background-color;
    transition-timing-function: cubic-bezier(1,0,0,1);
}

.hamburger-bar-top.active {
    transform: rotate(45deg);
}

.hamburger-bar-center.active {
    transform: rotate(135deg);
}

.l-hamburger .l-hamburger__str.active{
    display: none;
}

.l-hamburger .l-hamburger__str {
    position: absolute;
    top: 60%;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 20px;
    margin-left: -23px;
    overflow: hidden;
}

.l-hamburger .l-hamburger__str:before {
    display: block;
    color: #fff;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 13px;
    white-space: nowrap;
    content: "Menu";
    transition: all .4s cubic-bezier(1,0,0,1);
    transition-property: transform, color;
    transition-timing-function: cubic-bezier(1,0,0,1);
}

.l-hamburger .l-hamburger__str:after {
    display: block;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 50px;
    height: 20px;
    transform: translateY(100%);
    color: #fff;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .07em;
    line-height: 18px;
    white-space: nowrap;
    content: "Menu";
    transition: all .4s cubic-bezier(1,0,0,1);
    transition-property: transform, color;
    transition-timing-function: cubic-bezier(1,0,0,1);
}

.nav {
    background: rgba(0,0,0,0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.nav-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.nav-container {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.nav-container a{
    font-size: 20px;
    color: #f6f5f2;
}

.nav-container p{
    margin-top: 30px;
}
#top-bg {
    background-image: url(/images/top-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
    height: 100vh;
    min-height: 1280px;
}

.top-box{
    width: 100%;
    padding-top: 140px;
    text-align: center;
    color: #ffffff;
}

.top-box-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 0.2em;
}

.top-box-img {
    width: 100px;
    margin: 0 auto;
    padding-top: 80px;
}

.top-box-img img{
    width: 100%;
}

.top-box-text1 {
    margin-top: 80px;
    font-size: 34px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0.08em;
}

.top-box-text2 {
    margin-top: 100px;
    font-size: 28px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 0.08em;
}

.top-box-bt{
    margin-top: 170px;
}

.top-box-bt img:hover {
    cursor: pointer;
    transform: scale(1.02, 1.02);
}

#top-company-bg {
    background-image: url(/images/top-company-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
    margin-top: -60px;
}

.top-company-box {
    width: 75%;
    margin-left: auto;
    padding-top: 180px;
    padding-bottom: 100px;
}

.top-company-title {
    font-size: 16px;
    color: #27a2cc;
    font-weight: 700;
    letter-spacing: 0.023em;
}

.top-company-text1 {
    margin-top: 34px;
    font-size: 31px;
    font-weight: 500;
    color: #262626;
}

.top-company-text2 {
    margin-top: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    line-height: 32px;
}

.company-text-slidein {
    position: absolute;
    right: 10%;
    top: 35%;
}

.company-text-slidein img{
    width: 35vw;
}

.top-company-bt {
    padding-right: 20vw;
    padding-top: 80px;
    text-align: right;
}

.top-company-bt img:hover {
    cursor: pointer;
    transform: scale(1.03, 1.03);
}

#top-company-slide {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 35px;
}

.top-company-img {
    width: 100%;
}

#top-service-bg {
    background-image: url(/images/top-service-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
    padding-top: 270px;
    padding-bottom: 65px;
}

.ts-position1 {
    transform: rotate(5deg);
}

.ts-position2 {
    transform: rotate(-5deg);
    opacity: 0.4;
}

.ts-img {
    position: absolute;
    top: 21%;
    left: 17%;
}

.ts-img img {
    width: 25vw;
}

.top-service-img2 {
    width: 30%;
}

.top-service-img2 img{
    width: 70%;
}

.top-service-box{
    width: 50%;
    margin-left: auto;
    padding-left: 50px;
}

.top-service-title {
    font-size: 16px;
    color: #9bfeff;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.top-service-text1 {
    margin-top: 34px;
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
}

.top-service-text2 {
    margin-top: 34px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    line-height: 32px;
}

.service-text-slidein {
    position: absolute;
    right: 1%;
    top: 24%;
}

.service-text-slidein img {
    width: 35vw;
}

.top-service-bt-flex {
    width: 100%;
    display: flex;
}

.top-service-bt{
    width: 70%;
    padding-top: 100px;
}

.top-service-bt img:hover {
    cursor: pointer;
    transform: scale(1.03, 1.03);
}

#top-result-bg {
    background-image: url(/images/top-result-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
    padding-top: 125px;
    padding-bottom: 120px;
}

.top-result-box {
    width: 85%;
    margin: 0 auto;
}

.top-result-title {
    width: 80%;
    margin-left: auto;
}

.top-result-text1 {
    font-size: 16px;
    color: #9bfeff;
    font-weight: 700;
}

.top-result-text2 {
    margin-top: 34px;
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0.08em;
}

.result-text-slidein {
    position: absolute;
    right: 5%;
    top: 10%;
}

.result-text-slidein img {
    width: 35vw;
}

#top-contact-bg {
    background-image: url(/images/top-contact-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 90vw;
    height: 30vw;
    margin: 0 auto;
    z-index: 1;
    margin-top: 170px;
}

.top-contact-box {
    width: 80%;
    margin-left: auto;
    display: flex;
}

.top-contact-title {
    width: 45%;
    padding-top: 8%
}

.top-contact-text1 {
    font-size: 16px;
    color: #9bfeff;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.top-contact-text2 {
    margin-top: 34px;
    font-size: 34px;
    color: #ffffff;
    letter-spacing: 0.08em;
}

.top-contact-text3 {
    margin-top: 30px;
    font-size: min(1vw,16px);
    color: #ffffff;
    line-height: 33px;
    letter-spacing: 0.08em;
}

.top-contact-bt {
    width: 55%;
    padding-top: 7%
}

.top-contact-img{
    margin-bottom: 80px;
    text-align: center;
}

.top-contact-img img{
    width: 80%;
}

.top-contact-link{
    width: 230px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    text-align: center;
    margin-top: 40px;
}

.top-contact-link a{
    color: #ffffff;
    font-size: 18px;
}

.top-contact-link:hover{
    background-color: #ffffff;
}

.top-contact-link:hover a{
    color: #001741;
}

#top-recruit-bg {
    background-image: url(/images/top-recruit-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
}

.top-recruit-box{
    width: 75%;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 150px;
}

.top-recruit-title {
    font-size: 16px;
    color: #59abdc;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.top-recruit-flex {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.top-recruit-text1 {
    font-size: 34px;
    font-weight: 700;
    color: #262626;
    letter-spacing: 0.08em;
}

.top-recruit-text2 {
    font-size: 16px;
    padding-left: 10%;
    font-weight: 500;
    color: #262626;
    line-height: 33px;
}

.top-recruit-bt {
    width: 230px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #59abdc;
    border-radius: 25px;
    text-align: center;
    margin-top: 34px;
    font-weight: 500;
}

.top-recruit-bt a{
    color: #59abdc;
    font-size: 18px;
}

.top-recruit-bt:hover{
    background-color: #59abdc;
}

.top-recruit-bt:hover a{
    color: #ffffff;
}

.recruit-text-slidein {
    position: absolute;
    right: 1%;
    bottom: 5%;
}

.recruit-text-slidein img {
    width: 35vw;
}

#top-news-bg {
    background-image: url(/images/top-news-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 100px;
}

.top-news-box{
    width: 90%;
    margin-left: auto;
    background-color: #ffffff;
    border-radius: 25px 0 0 25px;
    padding-top: 40px;
    padding-left: 130px;
    padding-bottom: 100px;
}

.top-news-text1 {
    font-size: 16px;
    color: #59abdc;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.top-news-text2 {
    margin-top: 40px;
    font-size: 34px;
    font-weight: 700;
    color: #262626;
    letter-spacing: 0.08em;
}

.top-news-content {
    width: 90%;
    height: 40vh;
    margin: 0 auto;
    margin-top: 34px;
    border-top: 2px solid #1f82be;
    overflow: auto;
}

.top-news-flex {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #1f82be;
}

.top-news-date {
    width: 150px;
    font-size: 21px;
    color: #262626;
    font-weight: 500;
    padding-left: 20px;
    letter-spacing: 0.08em;
}

.top-news-tag {
    width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 2px solid #1f82be;
    color: #1f82be;
    border-radius: 5px;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.tn-accordion-container {
    width: 70%;
    padding-left: 20px;
    font-size: 21px;
    color: #262626;
    font-weight: 400;
}

.tn-accordion-title {
    width: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tn-accordion-title:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #000000;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.tn-accordion-title:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #000000;
    transition: all .3s ease-in-out;
}

.tn-accordion-title.open:before {
    transform: rotate(180deg);
}

.tn-accordion-title.open:after {
    opacity: 0;
}

.tn-accordion-text {
    width: 90%;
    max-width: 90%;
    overflow-wrap: break-word;
    word-break: break-word;
    display: none;
}
.t-login-box{
    width: 80%;
    height: 100vh;
    margin: 0 auto;
    text-align: center;
}

.t-form-box{
    width: 300px;
    margin: 0 auto;
    padding-top: 100px;
}

.t-login-tetx {
    font-size: 30px;
}

.t-login-form {
    padding: 10px;
    margin-bottom: 10px;
}

.t-login-form input[type="text"],
.t-login-form input[type="password"] {
    width: 93%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.t-login-button input[type="submit"] {
    width: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}
.management-box{
    width: 70%;
    margin: 0 auto;
    padding-top: 100px;
}

.new-manegment-btn {
    width: 130px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5px 12px #CAD4E2, -6px -6px 12px #FFF;
}

.new-manegment-btn a{
    color: #000000;
}


.manegment-main{
    margin-top: 50px;
}

.manegment-main-flex {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.manegment-title {
    width: 500px;
    font-size: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.manegment-link {
    width: 100px;
    font-size: 21px;
}

.logout-btn {
    margin-top: 30px;
}

.form_flex {
    padding: 10px;
    margin-top: 30px;
}

.form-label {
    width: 200px;
    font-size: 1vw;
}

.form-label p{
    margin: 0 ;
}

.form-filed input {
    width: 600px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-filed select {
    width: 600px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-filed textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.submit-btn input[type="submit"] {
    width: 200px;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background-color: transparent;
    box-shadow: 0px 5px 12px #CAD4E2, -6px -6px 12px #FFF;
    color: #000000;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 50px;
}
#header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 86px;
    z-index: 2;
}

.header {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.header a{
    color: #000000;
}

.hd-box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.hd-logo img{
    padding-top: 15px;
    padding-bottom: 15px;
    height: 56px;
}

.hd-nav {
    display: flex;
    align-items: center;
}

.hd-nav-link-f {
    color: #2c2e35;
}

.hd-nav-link {
    margin-left: 34px;
    color: #2c2e35;
}

.hd-nav-bt {
    margin-left: 34px;
    width: 132px;
    border-radius: 25px;
    text-align: center;
    background-color: #2c2e35;
    padding-top: 5px;
    padding-bottom: 5px;
}

.hd-nav-bt a{
    color: #ffffff;
}

.hd-nav-bt:hover {
    cursor: pointer;
    transform: scale(1.05, 1.05);
}
#pp-bg {
    width: 100%;
}

#pp-bg img{
    width: 100%;
    vertical-align:top;
}
#recruit-title {
    width: 100%;
}

#recruit-title img {
    width: 100%;
    vertical-align: top;
}

#recruit-bg{
    width: 100%;
    background-color: #ffffff;
    padding-top: 100px;
    padding-bottom: 75px;
}

.recruit-title-box {
    width: 70%;
    margin: 0 auto;
    display: flex;
}

.recruit-border {
    border-bottom: 2px solid #cbcbcb;
    position: relative;
}

.recruit-border::after {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 15%;
    height: 3px;
    background: #27a2cc;
}

.recruit-text-box {
    width: 50%;
}

.recruit-text1 {
    font-size: 16px;
    color: #27a2cc;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.recruit-text2 {
    font-size: 34px;
    font-weight: 700;
    color: #262626;
    margin-top: 34px;
    padding-bottom: 34px;
    letter-spacing: 0.08em;
}

.recruit-text-img {
    width: 50%;
    text-align: center;
}

.recruit-text-img img {
    width: 90%;
}

.recruit-text-box2 {
    width: 73%;
    font-size: min(1.1vw,18px);
    padding-top: 34px;
    font-weight: 500;
    color: #262626;
}

.recruit-text-margin{
    margin-top: 30px;
}

.recruit-img{
    width: 27%;
}

.recruit-img img{
    width: 90%;
}

#recruit-merit-bg {
    background-image: url(/images/recruit-merit-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
}

.recruit-merit-box {
    width: 70%;
    margin: 0 auto;
    padding-top: 34px;
    padding-bottom: 34px;
}

.recruit-merit-title {
    width: 100%;
    font-size: 31px;
    color: #ffffff;
    padding-bottom: 34px;
    font-weight: 700;
}

.recruit-merit-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 34px;
}

.recruit-merit-card{
    width: 30%;
    background-color: #ffffff;
    padding-bottom: 40px;
}

.rm-card-img img{
    width: 100%;
}

.rm-card-title {
    padding-top: 33px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #262626;
}

.rm-card-text {
    padding-top: 33px;
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    width: fit-content;
    margin: 0 auto;
}

#recruit-outline-bg {
    width: 100%;
    background-color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.recruit-outline-box {
    width: 70%;
    margin: 0 auto;
}

.recruit-outline-title {
    width: 60%;
    font-size: 34px;
    font-weight: 700;
    color: #262626;
    padding-bottom: 34px;
    letter-spacing: 0.08em;
}

.accordion-container {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top:15px;
}

.accordion-list-bg {
    background-color: #ffffff;
}

.accordion-list-bg.open{
    background-color: #b8e3fa;
}

.accordion-title {
    width: 100%;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #262626;
    font-weight: 500;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 12%;
}

.accordion-title:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 9%;
    height: 2px;
    width: 15px;
    background: #000000;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.accordion-title:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 9%;
    height: 2px;
    width: 15px;
    background: #000000;
    transition: all .3s ease-in-out;
}

.accordion-title.open:before {
    transform: rotate(180deg);
}

.accordion-title.open {
    background-color: #b8e1fa;
}

.accordion-title.open:after {
    opacity: 0;
}

.accordion-text {
    display: none;
}

.recruit-outline-flex {
    display: flex;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #cbcbcb;
    padding-top: 40px;
    padding-bottom: 40px;
}

.recruit-outline-text1 {
    width: 25%;
    font-size: 18px;
    color: #262626;
    font-weight: 500;
}

.recruit-outline-text2 {
    font-size: 18px;
    color: #262626;
    font-weight: 400;
}
#service-title {
    width: 100%;
}

#service-title img {
    width: 100%;
    vertical-align: top;
}

#service-bg {
    background-image: url(/images/service-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
}

.service-title-box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding-top: 100px;
}

.service-title-box2 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding-top: 34px;
}

.service-border {
    border-bottom: 2px solid #cbcbcb;
    position: relative;
}

.service-border::after {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 15%;
    height: 3px;
    background: #27a2cc;
}

.service-text-box {
    width: 40%;
}

.service-text1 {
    font-size: 16px;
    color: #27a2cc;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.service-text2 {
    font-size: 31px;
    margin-top: 34px;
    padding-bottom: 34px;
    color: #262626;
    letter-spacing: 0.08em;
    font-weight: 500;
}

.service-text3 {
    font-size: 16px;
    color: #262626;
    line-height: 32px;
    font-weight: 500;
}

.service-text-img {
    width: 60%;
    text-align: center;
}

.service-text-img img {
    width: 90%;
}

#service-result-bg {
    width: 80%;
    margin: 0 auto;
    padding-top: 650px;
}

.service-result-title {
    font-size: 75px;
    color: #262626;
    padding-bottom: 34px;
}

.service-result-title span{
    color: #27a2cc;
}

#service-result-box {
    width: 100%;
    margin-top: 200px;
}

.service-result {
    width: 100%;
    background-color: #f6f6f6;
    margin-bottom: 100px;
}

.service-result-flex {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sr-text-box{
    width: 60%;
}

.sr-text1 {
    width: 60%;
    font-size: 37px;
    font-weight: 500;
    padding-top: 28px;
    padding-bottom: 34px;
    color: #262626;
    letter-spacing: 0.04em
}

.sr-text2 {
    font-size: 24px;
    font-weight: 500;
    padding-top: 34px;
    color: #262626;
    letter-spacing: 0.08em;
    line-height: 51px;
}

.service-result-img {
    width: 40%;
}

.service-result-img img{
    width: 90%;
}
.swiper-slide {
    width: 33%;
    text-align: center;
    padding-top: 35px;
    font-weight: 700;
}

.swiper-slide img{
    width: 100%;
    transform: scale(.5);
    transition: .7s;
    border-radius: 25px;
}

.swiper-slide p{
    width: 55%;
    margin: 0 auto;
    color: #ffffff;
    font-size: min(1.5vw, 28px);
    text-align: left;
}

.swiper-slide-active img {
    width: 100%;
    transform: scale(1);
}

.swiper-slide-active p {
    width: 95%;
    font-size: min(3vw, 28px);
    letter-spacing: 0.08em;
}

.swiper-button-prev {
    left: 1% !important;
}

.swiper-button-prev::after {
    content: "" !important;
}

.swiper-button-next {
    right: 1% !important;
}

.swiper-button-next::after {
    content: "" !important;
}

.swiper-button-prev img:hover,
.swiper-button-next img:hover {
    transform: scale(1.1, 1.1);
}
@media screen and (max-width: 767px) {
    .about-title-box {
        width: 95%;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .about-text-img {
        width: 50%;
        text-align: right;
    }

    .about-text-img img {
        width: 90%;
    }

    .about-text1 {
        font-size: 2.5vw;
    }

    .about-text2 {
        font-size: 4.5vw;
        margin-top: 20px;
        padding-bottom: 0px;
    }

    .about-message-box {
        width: 95%;
        padding-top: 20px;
    }

    .about-message {
        padding-top: 20px;
    }

    .about-message-text {
        font-size: 1.4vw;
        line-height: 4vw;
    }

    .about-message-margin {
        margin-top: 20px;
    }

    .about-message-slidein {
        left: 22%;
        top: 28%;
    }

    .about-message-slidein img {
        width: 8vw;
    }

    #about-policy-box {
        width: 95%;
        padding-top: 50px;
    }

    .about-policy-title {
        width: 100%;
        margin: 0 auto;
    }

    .about-policy-text1 {
        font-size: 2.5vw;
        padding-top: 10px;
    }

    .about-policy-text2 {
        font-size: 4.5vw;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .about-policy {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .about-policy-card {
        width: 47%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .ap-card-title {
        font-size: 3.5vw;
    }

    .ap-card-text1 {
        font-size: 3vw;
        margin-top: 15px;
        line-height: 18px;
    }

    .ap-card-text2 {
        font-size: 2.1vw;
        margin-top: 15px;
        line-height: 18px;
    }

    .about-point-title {
        width: 73%;
        padding-top: 10px;
    }

    .about-point-text1 {
        font-size: 3.5vw;
        padding-top: 20px;
    }

    .about-point-text2 {
        font-size: 3vw;
        margin-top: 10px;
    }

    .about-point-text3 {
        font-size: 1.25vw;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .about-point-box {
        width: 73%;
        padding-bottom: 30px;
    }

    .ap-text-box {
        font-size: 1.3vw;
        padding-top: 0px;
        line-height: 4vw;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .about-title-box {
        width: 95%;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .about-text-img {
        width: 50%;
        text-align: right;
    }

    .about-text-img img {
        width: 90%;
    }

    .about-text1 {
        font-size: 2.5vw;
    }

    .about-text2 {
        font-size: 4.5vw;
        margin-top: 20px;
        padding-bottom: 0px;
    }

    .about-message-box {
        width: 95%;
        padding-top: 20px;
    }

    .about-message {
        padding-top: 20px;
    }

    .about-message-text {
        font-size: 1.5vw;
        line-height: 4vw;
    }

    .about-message-margin {
        margin-top: 20px;
    }

    .about-message-slidein {
        left: 22%;
        top: 28%;
    }

    .about-message-slidein img {
        width: 8vw;
    }

    #about-policy-box {
        width: 95%;
        padding-top: 50px;
    }

    .about-policy-title {
        width: 100%;
        margin: 0 auto;
    }

    .about-policy-text1 {
        font-size: 2.5vw;
        padding-top: 10px;
    }

    .about-policy-text2 {
        font-size: 4.5vw;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .about-policy {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .about-policy-card {
        width: 47%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .ap-card-title {
        font-size: 3.5vw;
    }

    .ap-card-text1 {
        font-size: 3vw;
        margin-top: 15px;
        line-height: 18px;
    }

    .ap-card-text2 {
        font-size: 2.3vw;
        margin-top: 15px;
        line-height: 18px;
    }

    .about-point-title {
        width: 73%;
        padding-top: 10px;
    }

    .about-point-text1 {
        font-size: 3.5vw;
        padding-top: 20px;
    }

    .about-point-text2 {
        font-size: 3vw;
        margin-top: 10px;
    }

    .about-point-text3 {
        font-size: 1.35vw;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .about-point-box {
        width: 73%;
        padding-bottom: 30px;
    }

    .ap-text-box {
        font-size: 1.3vw;
        padding-top: 0px;
        line-height: 4vw;
    }
}
@media screen and (max-width: 767px) {
    .border-bg {
        width: 90% !important;
        padding-top: 20px !important;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .border-bg {
        width: 90% !important;
        padding-top: 20px !important;
    }
}
@media screen and (max-width: 767px) {
    .company-title-box {
        width: 95%;
        padding-top: 80px;
    }

    .company-text-box {
        width: 40%;
    }

    .company-text-img {
        width: 60%;
        text-align: center;
    }

    .company-text1 {
        font-size: 3vw;
        padding-top: 0px;
    }

    .company-text2 {
        font-size: 4vw;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .company-info-box {
        width: 95%;
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .company-info {
        padding-top: 40px;
    }

    .company-info-title {
        font-size: 3vw;
        padding-left: 10px;
        margin-bottom: 30px;
    }

    .company-info-text1,
    .company-info-text2 {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        font-size: 1.7vw;
    }

    #company-history-bg {
        height: 23vh;
    }

    .company-history-box {
        right: 4%;
        top: -10%;
    }

    .company-history-box img {
        width: 65vw;
    }

    .company-map-box {
        width: 76%;
        margin: 0;
        margin-left: auto;
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .company-map-title {
        width: 100%;
    }

    .company-map-text1 {
        font-size: 3vw;
        padding-top: 20px;
    }

    .company-map-text2 {
        font-size: 4vw;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .company-map-text3 {
        font-size: 3vw;
        margin-top: 10px;
    }

    .company-map {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .company-title-box {
        width: 95%;
        padding-top: 80px;
    }

    .company-text-box {
        width: 40%;
    }

    .company-text-img {
        width: 60%;
        text-align: center;
    }

    .company-text1 {
        font-size: 3vw;
        padding-top: 0px;
    }

    .company-text2 {
        font-size: 4vw;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .company-info-box {
        width: 95%;
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .company-info {
        padding-top: 40px;
    }

    .company-info-title {
        font-size: 3vw;
        padding-left: 10px;
        margin-bottom: 30px;
    }

    .company-info-text1,
    .company-info-text2 {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        font-size: 1.7vw;
    }

    #company-history-bg {
        height: 23vh;
    }

    .company-history-box {
        right: 4%;
        top: -10%;
    }

    .company-history-box img {
        width: 65vw;
    }

    .company-map-box {
        width: 76%;
        margin: 0;
        margin-left: auto;
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .company-map-title {
        width: 100%;
    }

    .company-map-text1 {
        font-size: 3vw;
        padding-top: 20px;
    }

    .company-map-text2 {
        font-size: 4vw;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .company-map-text3 {
        font-size: 3vw;
        margin-top: 10px;
    }

    .company-map {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    #contact-title-box {
        width: 90%;
        padding-top: 50px;
    }

    .contact-text1 {
        font-size: 2.5vw;
    }

    .contact-text2 {
        margin-top: 10px;
        font-size: 4vw;
    }

    .contact-border {
        padding-top: 10px;
    }

    #contact-form {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .contact-form-box {
        width: 90%;
        margin: 0 auto;
    }

    .cf-text {
        font-size: 1.5vw;
    }

    .contact-form-flex {
        margin-top: 30px;
    }

    .contact-form-label{
        width: 27%;
        font-size: 2.5vw;
    }

    .contact-form1 select {
        width: 230px;
        padding: 5px;
    }

    .contact-form2 input {
        width: 230px;
        padding: 5px;
    }

    .contact-form3 textarea {
        width: 230px;
        height: 200px;
        padding: 5px;
    }

    .contact-form4 {
        font-size: 2.7vw;
    }

    .contact-form4 input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }

    .contact-form4 span{
        color: #000000;
    }

    .contact-bt {
        margin-top: 20px;
        padding-bottom: 0px;
    }

    .contact-bt input[type="submit"] {
        width: 150px;
        padding: 5px;
        font-size: 2vw;
    }

    .confirm-form {
        font-weight: bold;
        font-size: 2vw;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    #contact-title-box {
        width: 90%;
        padding-top: 50px;
    }

    .contact-text1 {
        font-size: 2.5vw;
    }

    .contact-text2 {
        margin-top: 10px;
        font-size: 4vw;
    }

    .contact-border {
        padding-top: 10px;
    }

    #contact-form {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .contact-form-box {
        width: 90%;
        margin: 0 auto;
    }

    .cf-text {
        font-size: 1.5vw;
    }

    .contact-form-flex {
        margin-top: 30px;
    }

    .contact-form-label{
        width: 27%;
        font-size: 2.5vw;
    }

    .contact-form1 select {
        width: 230px;
        padding: 5px;
    }

    .contact-form2 input {
        width: 230px;
        padding: 5px;
    }

    .contact-form3 textarea {
        width: 230px;
        height: 200px;
        padding: 5px;
    }

    .contact-form4 {
        font-size: 3vw;
    }

    .contact-form4 input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }

    .contact-form4 span{
        color: #000000;
    }

    .contact-bt {
        margin-top: 20px;
        padding-bottom: 0px;
    }

    .contact-bt input[type="submit"] {
        width: 150px;
        padding: 5px;
        font-size: 2vw;
    }

    .confirm-form {
        font-weight: bold;
        font-size: 2vw;
    }
}
@media screen and (max-width: 767px) {
    .footer {
        width: 95%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ft-nav-flex {
        width: 80%;
        padding-top: 0px;
        padding-left: 0px;
    }

    .ft-nav-link {
        width: 20%;
        font-size: 1.1vw;
        padding: 5px;
    }

    .ft-nav-ht1 {
        height: 50px;
    }

    .ft-nav-ht2 {
        height: 80px;
    }

    #page-top {
        right: 0%;
    }

    #page-top img{
        width: 30px;
    }

    .copyright {
        padding-top: 30px;
        font-size: 2.5vw;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .footer {
        width: 95%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ft-nav-flex {
        width: 80%;
        padding-top: 0px;
        padding-left: 0px;
    }

    .ft-nav-link {
        width: 20%;
        font-size: 1.1vw;
        padding: 5px;
    }

    .ft-nav-ht1 {
        height: 50px;
    }

    .ft-nav-ht2 {
        height: 80px;
    }

    #page-top {
        right: 0%;
    }

    #page-top img{
        width: 30px;
    }

    .copyright {
        padding-top: 30px;
        font-size: 2.5vw;
    }
}
#js-hamburger {
    display: none;
}

@media screen and (max-width: 767px) {
    #header{
        display: none;
    }

    #js-hamburger{
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    #header {
        display: none;
    }

    #js-hamburger {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    #top-bg {
        min-height: 0px;
    }

    .top-box {
        padding-top: 60px;
    }

    .top-box-title {
        font-size: 8vw;
        line-height: 50px;
    }

    .top-box-img {
        padding-top: 40px;
    }

    .top-box-text1 {
        margin-top: 40px;
        font-size: 3vw;
        line-height: 20px;
    }

    .top-box-text2 {
        margin-top: 30px;
        font-size: 2.8vw;
        line-height: 20px;
    }

    .top-box-bt {
        margin-top: 40px;
    }

    .top-box-bt img {
        width: 42%;
    }

    #top-company-bg {
        background-position: 50%;
        border-radius: 35px 35px 0 0;
    }

    .top-company-box {
        width: 95%;
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .top-company-title {
        font-size: 4vw;
    }

    .top-company-text1 {
        margin-top: 15px;
        font-size: 7vw;
    }

    .top-company-text2 {
        font-size: 2.6vw;
        line-height: 18pt;
        margin-top: 34px;
    }

    .company-text-slidein {
        right: 0%;
        top: 38%;
    }

    .company-text-slidein img {
        width: 55vw;
    }

    .top-company-bt {
        width: 95%;
        margin-top: 30px;
        padding-right: 0px;
        padding-top: 0px;
    }

    #top-content-bg {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #top-service-bg {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .top-service-box {
        width: 95%;
        margin: 0 auto;
        padding-top: 0px;
        padding-left: 0px;
    }

    .top-service-title {
        font-size: 4vw;
    }

    .top-service-text1 {
        margin-top: 5px;
        font-size: 7vw;
    }

    .ts-img {
        position: absolute;
        top: 5%;
        right: 16%;
        left: auto;
    }

    .ts-img img {
        width: 21vw;
    }

    .service-text-slidein {
        right: 3%;
        top: 38%;
    }

    .service-text-slidein img {
        width: 35vw;
    }

    .top-service-text2 {
        font-size: 3.2vw;
        line-height: 16pt;
    }

    .top-service-bt-flex {
        width: 100%;
        display: block;
        margin-top: 5px;
    }

    .top-service-bt {
        width: 95%;
        padding-top: 0px;
        text-align: right;
    }

    .top-service-img2 {
        display: none;
    }

    #top-result-bg {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .top-result-box {
        width: 95%;
        padding-top: 10px;
    }

    .top-result-title {
        width: 100%;
        margin: 0 auto;
    }

    .top-result-text1 {
        font-size: 4vw;
    }

    .top-result-text2 {
        margin-top: 5px;
        font-size: 7vw;
        line-height: 38px;
    }

    #top-contact-bg {
        margin-top: 40px;
    }

    .top-contact-box {
        width: 90%;
        margin: 0 auto;
        padding-top: 10px;
    }

    .top-contact-title {
        padding-top: 0px;
    }

    .top-contact-text1 {
        font-size: 2vw;
    }

    .top-contact-text2 {
        margin-top: 5px;
        font-size: 2.8vw;
    }

    .top-contact-text3 {
        margin-top: 5px;
        font-size: 1.1vw;
        line-height: 8px;
    }

    .top-contact-bt {
        padding-top: 0px;
    }

    .top-contact-img {
        margin-bottom: 5px;
    }

    .top-contact-link {
        width: 100px;
        padding: 5px;
        margin-top: 5px;
    }

    .top-contact-link a {
        font-size: 1.4vw;
    }

    .result-text-slidein {
        right: 0;
        top: 10%;
    }

    .result-text-slidein img {
        width: 40vw;
    }

    .top-recruit-box {
        width: 95%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .top-recruit-title {
        font-size: 4vw;
    }

    .top-recruit-flex {
        display: block;
        margin-top: 10px;
    }

    .top-recruit-text1 {
        font-size: 7vw;
    }

    .top-recruit-text2 {
        font-size: 2.6vw;
        padding-left: 0px;
        line-height: 18pt;
    }

    .recruit-text-slidein {
        right: 0;
        top: 13%;
    }

    .recruit-text-slidein img {
        width: 35vw;
    }

    .top-recruit-bt {
        width: 170px;
        padding: 5px;
        margin-top: 20px;
    }

    .top-recruit-bt a {
        font-size: 1.4vw;
    }

    #top-news-bg {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .top-news-box {
        width: 95%;
        padding-top: 5px;
        padding-left: 10px;
        padding-bottom: 5px;
    }

    .top-news-text1 {
        font-size: 4vw;
    }

    .top-news-text2{
        font-size: 7vw;
        margin-top: 10px;
    }

    .top-news-content {
        width: 95%;
        height: 40vw;
        margin-top: 20px;
    }

    .top-news-flex {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .top-news-date {
        width: 60px;
        padding-left: 5px;
        font-size: 2.3vw;
    }

    .top-news-tag {
        width: 50px;
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 2.2vw;
    }

    .tn-accordion-container {
        width: 65%;
        padding-left: 5px;
        font-size: 2.3vw;
    }

    .tn-accordion-text {
        width: 80%;
        max-width: 80%;
    }

    .tn-accordion-title:before {
        width: 10px;
    }

    .tn-accordion-title:after {
        width: 10px;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    #top-bg {
        min-height: 0px;
    }

    .top-box {
        padding-top: 60px;
    }

    .top-box-title {
        font-size: 8vw;
        line-height: 50px;
    }

    .top-box-img {
        padding-top: 40px;
    }

    .top-box-text1 {
        margin-top: 40px;
        font-size: 3vw;
        line-height: 20px;
    }

    .top-box-text2 {
        margin-top: 30px;
        font-size: 2.8vw;
        line-height: 20px;
    }

    .top-box-bt {
        margin-top: 40px;
    }

    .top-box-bt img {
        width: 42%;
    }

    #top-company-bg {
        background-position: 50%;
        border-radius: 35px 35px 0 0;
    }

    .top-company-box {
        width: 95%;
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .top-company-title {
        font-size: 4vw;
    }

    .top-company-text1 {
        margin-top: 15px;
        font-size: 7vw;
    }

    .top-company-text2 {
        font-size: 2.6vw;
        line-height: 18pt;
        margin-top: 34px;
    }

    .company-text-slidein {
        right: 0%;
        top: 38%;
    }

    .company-text-slidein img {
        width: 55vw;
    }

    .top-company-bt {
        width: 95%;
        margin-top: 30px;
        padding-right: 0px;
        padding-top: 0px;
    }

    #top-content-bg {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #top-service-bg {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .top-service-box {
        width: 95%;
        margin: 0 auto;
        padding-top: 0px;
        padding-left: 0px;
    }

    .top-service-title {
        font-size: 4vw;
    }

    .top-service-text1 {
        margin-top: 5px;
        font-size: 9vw;
    }

    .ts-img {
        position: absolute;
        top: 5%;
        right: 16%;
        left: auto;
    }

    .ts-img img {
        width: 21vw;
    }

    .service-text-slidein {
        right: 3%;
        top: 38%;
    }

    .service-text-slidein img {
        width: 35vw;
    }

    .top-service-text2 {
        font-size: 3.2vw;
        line-height: 16pt;
    }

    .top-service-bt-flex {
        width: 100%;
        display: block;
        margin-top: 5px;
    }

    .top-service-bt {
        width: 95%;
        padding-top: 0px;
        text-align: right;
    }

    .top-service-img2 {
        display: none;
    }

    #top-result-bg {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .top-result-box {
        width: 95%;
        padding-top: 10px;
    }

    .top-result-title {
        width: 100%;
        margin: 0 auto;
    }

    .top-result-text1 {
        font-size: 4vw;
    }

    .top-result-text2 {
        margin-top: 5px;
        font-size: 9vw;
        line-height: 45px;
    }

    #top-contact-bg {
        margin-top: 40px;
    }

    .top-contact-box {
        width: 90%;
        margin: 0 auto;
        padding-top: 10px;
    }

    .top-contact-title {
        padding-top: 0px;
    }

    .top-contact-text1 {
        font-size: 2vw;
    }

    .top-contact-text2 {
        margin-top: 5px;
        font-size: 3vw;
    }

    .top-contact-text3 {
        margin-top: 5px;
        font-size: 1.1vw;
        line-height: 8px;
    }

    .top-contact-bt {
        padding-top: 0px;
    }

    .top-contact-img {
        margin-bottom: 5px;
    }

    .top-contact-link {
        width: 100px;
        padding: 5px;
        margin-top: 5px;
    }

    .top-contact-link a {
        font-size: 1.4vw;
    }

    .result-text-slidein {
        right: 0;
        top: 10%;
    }

    .result-text-slidein img {
        width: 40vw;
    }

    .top-recruit-box {
        width: 95%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .top-recruit-title {
        font-size: 4vw;
    }

    .top-recruit-flex {
        display: block;
        margin-top: 10px;
    }

    .top-recruit-text1 {
        font-size: 10vw;
    }

    .top-recruit-text2 {
        font-size: 2.6vw;
        padding-left: 0px;
        line-height: 18pt;
    }

    .recruit-text-slidein {
        right: 0;
        top: 13%;
    }

    .recruit-text-slidein img {
        width: 35vw;
    }

    .top-recruit-bt {
        width: 170px;
        padding: 5px;
        margin-top: 20px;
    }

    .top-recruit-bt a {
        font-size: 1.4vw;
    }

    #top-news-bg {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .top-news-box {
        width: 95%;
        padding-top: 5px;
        padding-left: 10px;
        padding-bottom: 5px;
    }

    .top-news-text1 {
        font-size: 4vw;
    }

    .top-news-text2{
        font-size: 8vw;
        margin-top: 10px;
    }

    .top-news-content {
        width: 95%;
        height: 40vw;
        margin-top: 20px;
    }

    .top-news-flex {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .top-news-date {
        width: 60px;
        padding-left: 5px;
        font-size: 2.3vw;
    }

    .top-news-tag {
        width: 50px;
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 2.2vw;
    }

    .tn-accordion-container {
        width: 65%;
        padding-left: 5px;
        font-size: 2.3vw;
    }

    .tn-accordion-text {
        width: 80%;
        max-width: 80%;
    }

    .tn-accordion-title:before {
        width: 10px;
    }

    .tn-accordion-title:after {
        width: 10px;
    }
}
@media screen and (max-width: 767px) {
    #recruit-bg {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .recruit-title-box {
        width: 95%;
    }

    .recruit-text1 {
        font-size: 3vw;
        padding-top: 0px;
    }

    .recruit-text2 {
        font-size: 4vw;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .recruit-text-box2 {
        font-size: 1.4vw;
        padding-top: 20px;
    }

    .recruit-text-margin{
        margin-top: 20px;
    }

    .recruit-merit-box {
        width: 95%;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .recruit-merit-title {
        font-size: 4vw;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .recruit-merit-flex {
        padding-top: 20px;
    }

    .recruit-merit-card {
        padding-bottom: 30px;
    }

    .rm-card-title {
        padding-top: 10px;
        font-size: 2vw;
    }

    .rm-card-text {
        padding-top: 10px;
        padding-left: 5.5%;
        font-size: 1.3vw;
    }

    #recruit-outline-bg {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .recruit-outline-box {
        width: 95%;
    }

    .recruit-outline-title {
        width: 100%;
        font-size: 4vw;
        padding-bottom: 10px;
    }

    .accordion-title {
        font-size: 3vw;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 12%;
    }

    .accordion-title:before {
        left: 5%;
    }

    .accordion-title:after {
        left: 5%;
    }

    .recruit-outline-flex {
        width: 90%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .recruit-outline-text1 {
        width: 30%;
        font-size: 2vw;
    }

    .recruit-outline-text2 {
        font-size: 2vw;
    }
}


@media (min-width: 768px) and (max-width: 959px) {
    #recruit-bg {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .recruit-title-box {
        width: 95%;
    }

    .recruit-text1 {
        font-size: 3vw;
        padding-top: 0px;
    }

    .recruit-text2 {
        font-size: 4vw;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .recruit-text-box2 {
        font-size: 1.4vw;
        padding-top: 20px;
    }

    .recruit-text-margin{
        margin-top: 20px;
    }

    .recruit-merit-box {
        width: 95%;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .recruit-merit-title {
        font-size: 4vw;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .recruit-merit-flex {
        padding-top: 20px;
    }

    .recruit-merit-card {
        padding-bottom: 30px;
    }

    .rm-card-title {
        padding-top: 10px;
        font-size: 2vw;
    }

    .rm-card-text {
        padding-top: 10px;
        padding-left: 5.5%;
        font-size: 1.3vw;
    }

    #recruit-outline-bg {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .recruit-outline-box {
        width: 95%;
    }

    .recruit-outline-title {
        width: 100%;
        font-size: 4vw;
        padding-bottom: 10px;
    }

    .accordion-title {
        font-size: 3vw;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 12%;
    }

    .accordion-title:before {
        left: 5%;
    }

    .accordion-title:after {
        left: 5%;
    }

    .recruit-outline-flex {
        width: 90%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .recruit-outline-text1 {
        width: 30%;
        font-size: 2vw;
    }

    .recruit-outline-text2 {
        font-size: 2vw;
    }
}
@media screen and (max-width: 767px) {
    .service-title-box {
        width: 95%;
        padding-top: 50px;
    }

    .service-text-box {
        width: 80%;
    }

    .service-text1 {
        font-size: 3vw;
        padding-top: 0px;
    }

    .service-text2 {
        font-size: 3.5vw;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .service-title-box2 {
        width: 95%;
        margin: 0 auto;
        display: block;
        padding-top: 20px;
        padding-bottom: 50px;
        text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
    }

    .service-text3 {
        font-size: 2.5vw;
        padding-top: 0px;
        line-height: 22px;
    }

    #service-result-bg {
        width: 95%;
        display: flex;
        padding-top: 30px;
    }

    .service-result-title {
        font-size: 5vw;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    #service-result-box {
        margin-top: 50px;
    }

    .service-result {
        margin-bottom: 50px;
    }

    .service-result-flex {
        width: 90%;
        padding-bottom: 10px;
    }

    .sr-text1 {
        width: 80%;
        font-size: 2.5vw;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sr-text2 {
        font-size: 2.5vw;
        padding-top: 10px;
        line-height: 17px;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .service-title-box {
        width: 95%;
        padding-top: 50px;
    }

    .service-text1 {
        font-size: 3vw;
        padding-top: 0px;
    }

    .service-text2 {
        font-size: 3.5vw;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .service-title-box2 {
        width: 95%;
        margin: 0 auto;
        display: block;
        padding-top: 30px;
        padding-bottom: 50px;
        text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
    }

    .service-text3 {
        font-size: 2.5vw;
        padding-top: 0px;
    }

    #service-result-bg {
        width: 95%;
        display: flex;
        padding-top: 50px;
    }

    .service-result-title {
        font-size: 3.5vw;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    #service-result-box {
        padding-top: 50px;
    }

    .service-result {
        margin-bottom: 50px;
    }

    .service-result-flex {
        width: 90%;
    }

    .sr-text1 {
        width: 80%;
        font-size: 2.5vw;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sr-text2 {
        font-size: 2.5vw;
        padding-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .swiper-slide {
        padding-top: 30px;
    }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    padding: 0;
}

main {
    padding-top: 86px;
}

@media screen and (max-width: 767px) {
    main {
        padding-top: 0px;
    }

    .sp-none {
        display: none;
    }

    .sp-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    main {
        padding-top: 0px;
    }

    .sp-none {
        display: none;
    }

    .sp-block {
        display: block !important;
    }
}

.sp-block {
    display: none;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

#kenso-menu {
    background-image: url(/images/kenso-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    width: 100%;
    height: 55vh;
    min-height: 538px;
}

.kenso-menu-box{
    width: 60%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}

.kenso-title {
    text-align: center;
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
    letter-spacing: 0.08em;
}

.kenso-border {
    width: 45%;
    margin: 0 auto;
    border-bottom: 2px solid #3bc0de;
}

.kenso-nav-box {
    width: 85%;
    margin: 0 auto;
    font-size: min(1.5vw, 30px);
    font-weight: 700;
    letter-spacing: 0.08em;
    padding-top: 90px;
    display: flex;
    justify-content: space-between;
}

.kenso-nav-link{
    width: 36%;
}

.kenso-nav-link a {
    color: #ffffff;
}

.kenso-nav-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kenso-nav-flex img{
    padding-left: 50px;
    width: 22%;
}

.kenso-nav-link:hover {
    cursor: pointer;
    transform: scale(1.02, 1.02);
}

@media screen and (max-width: 767px) {
    #kenso-menu {
        height: 28vw;
        min-height: 0;
    }

    .kenso-menu-box{
        width: 70%;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .kenso-title {
        font-size: 3vw;
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .kenso-border {
        width: 50%;
        margin: 0 auto;
        border-bottom: 2px solid #3bc0de;
    }

    .kenso-nav-link {
        width: 40%;
    }

    .kenso-nav-box {
        width: 95%;
        font-size: 3vw;
        padding-top: 15px;
    }

    .kenso-nav-flex img{
        padding-left: 10px;
        width: 13%;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    #kenso-menu {
        height: 28vw;
        min-height: 0;
    }

    .kenso-menu-box {
        width: 70%;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .kenso-title {
        font-size: 3vw;
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .kenso-border {
        width: 50%;
        margin: 0 auto;
        border-bottom: 2px solid #3bc0de;
    }

    .kenso-nav-box {
        width: 95%;
        font-size: 3vw;
        padding-top: 15px;
    }

    .kenso-nav-link {
        width: 40%;
    }

    .kenso-nav-flex img {
        padding-left: 10px;
        width: 13%;
    }
}
