@charset "UTF-8";
/*
Theme Name: CWA
Theme URI: https://agent.crowdworks.jp/
Description: クラウドワークス エージェント専用テーマ
Version: 1.1.1
*/
/* -------------------------------------------- reset
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  line-height: 1;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
  backface-visibility: hidden;
}

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

html {
  font-size: 62.5%;
  scroll-padding-top: 8.2rem;
}

body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" 1;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

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

.container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100svh;
}

.main {
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .home .main {
    display: grid;
    grid-template-columns: calc(100% - 340px) 340px;
  }
}

@media only screen and (max-width: 1279px) {
  .-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 1280px) {
  .-pc {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .-pc.-tab {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .-tab {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .-tab {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .-tab {
    display: none !important;
  }
}
.-tab.-sp {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .-tab.-sp {
    display: block !important;
  }
}
@media only screen and (min-width: 1280px) {
  .-tab.-sp {
    display: none !important;
  }
}

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

.layout-cta {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .layout-cta {
    margin-top: 32px;
  }
}

.layout-section {
  padding-block: 20px 96px;
}
@media only screen and (max-width: 767px) {
  .layout-section {
    padding-block: 16px 64px;
  }
}

@scope (.badge) {
  :scope {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #004097;
    border: 1px solid #004097;
    border-radius: 10000px;
    padding: 8px 12px;
    line-height: 1;
    white-space: nowrap;
  }
  :scope.size-sm {
    padding: 4px 8px;
    font-size: 1rem;
  }
  @media only screen and (max-width: 767px) {
    :scope.size-medium-sm {
      padding: 4px 8px;
      font-size: 1rem;
    }
  }
  :scope.type-secondary {
    color: #004097;
    background-color: #EAF1FC;
    border-color: transparent;
  }
  :scope.type-danger {
    color: #EE3615;
    background-color: #EE3615;
  }
  :scope.type-warning {
    color: #EE9315;
    background-color: #EE9315;
  }
}
.breadcrumb {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #717780;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .breadcrumb__item {
    font-size: 1.2rem;
  }
}
.breadcrumb__item + li::before {
  content: "/";
  display: inline-block;
  font-weight: normal;
}
.breadcrumb__link {
  font-weight: normal;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}

.linkBtn a, .linkBtn button {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  padding: 15px;
}
.linkBtn a span, .linkBtn button span {
  font-size: 1.4rem;
}
.linkBtn a[disabled], .linkBtn button[disabled] {
  background-color: #B6BFCC;
  line-height: 1.5;
  border: 1px solid transparent;
  color: #FFFFFF;
  pointer-events: none;
}
.linkBtn.-primary a {
  color: #FFFFFF;
  background-color: #004097;
  border: 1px solid #004097;
}
@media (any-hover: hover) {
  .linkBtn.-primary a {
    transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
  }
  .linkBtn.-primary a:hover {
    background-color: #fff;
    color: #004097;
  }
}
.linkBtn.-accent a {
  color: #FFFFFF;
  background-color: #EE3615;
  border: 1px solid #EE3615;
}
@media (any-hover: hover) {
  .linkBtn.-accent a {
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }
  .linkBtn.-accent a:hover {
    background-color: #fff;
    color: #EE3615;
  }
}
.linkBtn.-newtab a {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.linkBtn.-newtab a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_1467_6041%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2215%22%3E%0A%3Crect%20y%3D%220.0996094%22%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url(%23mask0_1467_6041)%22%3E%0A%3Cpath%20d%3D%22M4.66797%209.43327H11.668V3.59993H4.66797V9.43327ZM4.66797%2010.5999C4.34714%2010.5999%204.07248%2010.4857%203.84401%2010.2572C3.61554%2010.0288%203.5013%209.7541%203.5013%209.43327V2.43327C3.5013%202.11243%203.61554%201.83778%203.84401%201.60931C4.07248%201.38084%204.34714%201.2666%204.66797%201.2666H11.668C11.9888%201.2666%2012.2635%201.38084%2012.4919%201.60931C12.7204%201.83778%2012.8346%202.11243%2012.8346%202.43327V9.43327C12.8346%209.7541%2012.7204%2010.0288%2012.4919%2010.2572C12.2635%2010.4857%2011.9888%2010.5999%2011.668%2010.5999H4.66797ZM2.33464%2012.9333C2.0138%2012.9333%201.73915%2012.819%201.51068%2012.5906C1.2822%2012.3621%201.16797%2012.0874%201.16797%2011.7666V3.59993H2.33464V11.7666H10.5013V12.9333H2.33464Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (any-hover: hover) {
  .linkBtn.-newtab a::after {
    transition: background-image 0.2s ease-out;
  }
  .linkBtn.-newtab a:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_1467_6041%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2215%22%3E%0A%3Crect%20y%3D%220.0996094%22%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url(%23mask0_1467_6041)%22%3E%0A%3Cpath%20d%3D%22M4.66797%209.43327H11.668V3.59993H4.66797V9.43327ZM4.66797%2010.5999C4.34714%2010.5999%204.07248%2010.4857%203.84401%2010.2572C3.61554%2010.0288%203.5013%209.7541%203.5013%209.43327V2.43327C3.5013%202.11243%203.61554%201.83778%203.84401%201.60931C4.07248%201.38084%204.34714%201.2666%204.66797%201.2666H11.668C11.9888%201.2666%2012.2635%201.38084%2012.4919%201.60931C12.7204%201.83778%2012.8346%202.11243%2012.8346%202.43327V9.43327C12.8346%209.7541%2012.7204%2010.0288%2012.4919%2010.2572C12.2635%2010.4857%2011.9888%2010.5999%2011.668%2010.5999H4.66797ZM2.33464%2012.9333C2.0138%2012.9333%201.73915%2012.819%201.51068%2012.5906C1.2822%2012.3621%201.16797%2012.0874%201.16797%2011.7666V3.59993H2.33464V11.7666H10.5013V12.9333H2.33464Z%22%20fill%3D%22%23004097%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  }
}
@media only screen and (min-width: 768px) {
  .linkBtn.-fit-content a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.linkBtn.-x-auto a {
  margin-inline: auto;
}
.linkBtn.-x-padding-lg a {
  padding-inline: 32px;
}

.cardItem__link {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: flex-start;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.05);
  padding: 8px;
  transition: box-shadow 0.2s ease-out;
}
@media only screen and (min-width: 768px) {
  .cardItem__link {
    flex-direction: column;
    border-radius: 16px;
    padding: 0;
  }
}
@media (any-hover: hover) {
  .cardItem__link:hover {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  }
  .cardItem__link:hover .cardItem__img img {
    opacity: 0.75;
    transform: scale(1.1);
  }
  .cardItem__link:hover .cardItem__contCaption {
    color: #004097;
    text-decoration: underline;
  }
}
.cardItem__img {
  flex: none;
  width: 140px;
  background-color: #000000;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .cardItem__img {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }
}
.cardItem__img img {
  display: block;
  width: 100%;
  border-radius: inherit;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.cardItem__cont {
  padding: 8px 0;
}
@media only screen and (min-width: 768px) {
  .cardItem__cont {
    padding: 16px 16px 32px;
  }
}
.cardItem__contList {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4px;
       column-gap: 4px;
  row-gap: 4px;
}
.cardItem__contList li {
  color: #004097;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #004097;
  border-radius: 10000px;
  padding: 4px 8px;
}
.cardItem__contCaption {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 12px;
  transition: color 0.2s ease-out;
}
@media only screen and (min-width: 768px) {
  .cardItem__contCaption {
    font-size: 1.4rem;
  }
}
.cardItem__contCompany {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 8px;
}
.cardItem__contText {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 24px;
}
.cardItem.-big .cardItem__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -moz-column-gap: 24px;
       column-gap: 24px;
  border-radius: 16px;
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .cardItem.-big .cardItem__link {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1280px) {
  .cardItem.-big .cardItem__link {
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding: 40px;
  }
}
.cardItem.-big .cardItem__img {
  position: relative;
  top: -24px;
  left: -24px;
  flex: none;
  width: calc(100% + 48px);
  border-radius: 8px 8px 0 0;
}
@media only screen and (min-width: 768px) {
  .cardItem.-big .cardItem__img {
    width: 300px;
    border-radius: 8px;
  }
}
@media only screen and (min-width: 1280px) {
  .cardItem.-big .cardItem__img {
    width: 400px;
  }
}
.cardItem.-big .cardItem__cont {
  padding: 0;
}
.cardItem.-big .cardItem__contCaption {
  font-size: 2rem;
  margin-top: 16px;
}
.cardItem.-big .cardItemList li {
  font-size: 1.2rem;
  padding: 7px 12px;
}

.productFooter {
  border-top: 1px solid #E6EBF2;
  margin-top: auto;
}
.productFooter.-top {
  padding-bottom: 72px;
}
@media only screen and (min-width: 1280px) {
  .productFooter.-top {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .productFooter.-top {
    padding-bottom: 144px;
  }
}
.productFooter__inner {
  padding: 8px 48px;
}
.productFooter__cont {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .productFooter__cont {
    flex-direction: row;
  }
}
.productFooter__copy {
  font-size: 1rem;
  color: #717780;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .productFooter__copy {
    text-align: left;
  }
}
.productFooter__privacy {
  display: flex;
  align-items: center;
}
.productFooter__privacy p a {
  font-size: 1.2rem;
  color: #717780;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .productFooter__privacy p a:hover {
    text-decoration: none;
  }
}
.productFooter__privacy img {
  width: 40px;
}
@media only screen and (min-width: 768px) {
  .productFooter__privacy img {
    width: 48px;
  }
}

.productHeader {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E6EBF2;
}
.productHeader__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px 12px 48px;
}
@media only screen and (max-width: 1279px) {
  .productHeader__main {
    padding: 16px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .productHeader__main {
    padding: 16px;
  }
}
.productHeader__logo {
  width: auto;
  height: 46px;
}
@media only screen and (max-width: 1279px) {
  .productHeader__logo {
    height: 36.8px;
  }
}
@media only screen and (max-width: 767px) {
  .productHeader__logo {
    height: 30px;
  }
}
@media (any-hover: hover) {
  .productHeader__logo a {
    transition: opacity 0.2s ease-out;
  }
  .productHeader__logo a:hover {
    opacity: 0.5;
  }
}
.productHeader__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productHeader__nav {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .productHeader__tel {
    display: none;
  }
}
.productHeader__telText {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 1279px) {
  .productHeader__telText {
    display: none;
  }
}
.productHeader__telLink {
  display: flex;
  align-items: baseline;
  pointer-events: none;
}
@media only screen and (max-width: 1279px) {
  .productHeader__telLink {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .productHeader__telLink {
    align-items: center;
    background-color: #EAF1FC;
    padding: 8px;
    pointer-events: auto;
  }
}
.productHeader__telNumber {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 1279px) {
  .productHeader__telNumber {
    display: flex;
    align-items: center;
    font-size: 2rem;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .productHeader__telNumber {
    flex-direction: column;
    color: #004097;
    font-size: 12px;
    line-height: 1;
  }
}
.productHeader__telNumber::before {
  content: "";
  display: none;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M15.8333%209.9585C15.8333%208.3335%2015.2674%206.95502%2014.1354%205.82308C13.0035%204.69114%2011.625%204.12516%2010%204.12516V2.4585C11.0417%202.4585%2012.0174%202.65641%2012.9271%203.05225C13.8368%203.44808%2014.6285%203.9828%2015.3021%204.65641C15.9757%205.33002%2016.5104%206.12169%2016.9062%207.03141C17.3021%207.94114%2017.5%208.91683%2017.5%209.9585H15.8333ZM12.5%209.9585C12.5%209.26405%2012.2569%208.67377%2011.7708%208.18766C11.2847%207.70155%2010.6944%207.4585%2010%207.4585V5.79183C11.1528%205.79183%2012.1354%206.19808%2012.9479%207.01058C13.7604%207.82308%2014.1667%208.80572%2014.1667%209.9585H12.5ZM16.625%2017.5002C14.8889%2017.5002%2013.1736%2017.1217%2011.4792%2016.3647C9.78472%2015.6078%208.24306%2014.5349%206.85417%2013.146C5.46528%2011.7571%204.39236%2010.2154%203.63542%208.521C2.87847%206.82655%202.5%205.11127%202.5%203.37516C2.5%203.12516%202.58333%202.91683%202.75%202.75016C2.91667%202.5835%203.125%202.50016%203.375%202.50016H6.75C6.94444%202.50016%207.11806%202.56613%207.27083%202.69808C7.42361%202.83002%207.51389%202.98627%207.54167%203.16683L8.08333%206.0835C8.11111%206.30572%208.10417%206.49322%208.0625%206.646C8.02083%206.79877%207.94444%206.93072%207.83333%207.04183L5.8125%209.0835C6.09028%209.59739%206.42014%2010.0939%206.80208%2010.5731C7.18403%2011.0522%207.60417%2011.5141%208.0625%2011.9585C8.49306%2012.3891%208.94444%2012.7884%209.41667%2013.1564C9.88889%2013.5245%2010.3889%2013.8613%2010.9167%2014.1668L12.875%2012.2085C13%2012.0835%2013.1632%2011.9897%2013.3646%2011.9272C13.566%2011.8647%2013.7639%2011.8474%2013.9583%2011.8752L16.8333%2012.4585C17.0278%2012.5141%2017.1875%2012.6147%2017.3125%2012.7606C17.4375%2012.9064%2017.5%2013.0696%2017.5%2013.2502V16.6252C17.5%2016.8752%2017.4167%2017.0835%2017.25%2017.2502C17.0833%2017.4168%2016.875%2017.5002%2016.625%2017.5002Z%22%20fill%3D%22%23004097%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1279px) {
  .productHeader__telNumber::before {
    display: inline-block;
  }
}
.productHeader__telInfo {
  font-size: 12px;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .productHeader__telInfo {
    color: #004097;
    font-size: 10px;
    line-height: 1;
    margin-top: 4px;
  }
}
.productHeader__btn {
  border-left: 1px solid #E6EBF2;
  padding-left: 16px;
  margin-left: 16px;
}
@media only screen and (max-width: 1279px) {
  .productHeader__btn {
    display: none;
  }
}
.productHeader__btnList {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.productHeader__btnLink {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  padding: 16px 32px;
}
.productHeader__btnLink span {
  font-size: 14px;
}
.productHeader__btnLink.btn-danger {
  color: #fff;
  background-color: #EE3615;
  border: 1px solid #EE3615;
}
@media (any-hover: hover) {
  .productHeader__btnLink.btn-danger {
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }
  .productHeader__btnLink.btn-danger:hover {
    background-color: #fff;
    color: #EE3615;
  }
}
.productHeader__leftColumn {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media only screen and (max-width: 767px) {
  .productHeader__leftColumn {
    justify-content: space-between;
    width: 100%;
  }
}
.productHeader__toggle {
  display: none;
}
@media only screen and (max-width: 767px) {
  .productHeader__toggle {
    display: block;
  }
}

@scope (.productHeader__gnav) {
  @media only screen and (max-width: 767px) {
    :scope .productHeader__gnavLink {
      opacity: 0;
      visibility: hidden;
      transition: 0.3s;
      translate: 0 10px;
    }
    :scope.is-show .productHeader__gnavLink {
      opacity: 1;
      visibility: visible;
      translate: 0;
    }
  }
}
@scope (.productHeader__gnavLink) {
  :scope {
    padding-bottom: 8px;
    display: flex;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  @media (any-hover: hover) {
    :scope {
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 1279px) {
    :scope {
      padding-bottom: 4px;
      -moz-column-gap: 20px;
           column-gap: 20px;
    }
  }
  @media only screen and (max-width: 1279px) and (any-hover: hover) {
    :scope {
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    :scope {
      position: absolute;
      right: 4px;
      flex-flow: column wrap;
      width: 16.5rem;
      padding: 16px;
      background: #FFFFFF;
      box-shadow: 0 16px 24px rgba(0, 0, 0, 0.04);
      border: 1px solid #E6EBF2;
      border-radius: 4px;
      row-gap: 20px;
    }
  }
  a {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.25;
    display: block;
  }
  @media (any-hover: hover) {
    a {
      padding-bottom: 8px;
      background: linear-gradient(#000000, #000000) no-repeat bottom right/0 1px;
      transition: background-size 0.3s;
    }
    a:hover {
      background-position: bottom left;
      background-size: 100% 1px;
    }
  }
  @media only screen and (any-hover: hover) and (max-width: 1279px) {
    a {
      padding-bottom: 4px;
    }
  }
  @media only screen and (max-width: 1279px) {
    a {
      font-size: 1.4rem;
    }
  }
}
.inner {
  max-width: 1248px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .inner {
    padding-left: 64px;
    padding-right: 64px;
  }
}

@scope (.pagination) {
  :scope {
    display: flex;
    justify-content: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    margin-top: 40px;
  }
  .nav-links {
    display: flex;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  @media only screen and (max-width: 767px) {
    .nav-links {
      -moz-column-gap: 8px;
           column-gap: 8px;
    }
  }
  .page-numbers {
    padding: 16px 8px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-numbers.current {
    font-weight: bold;
    border-bottom: 2px solid #004097;
  }
  @media only screen and (max-width: 767px) {
    .page-numbers:not(.prev):not(.next):not(.current) {
      display: none;
    }
  }
  @media (any-hover: hover) {
    .page-numbers:not(.current, .dots) {
      border-radius: 8px;
    }
    .page-numbers:not(.current, .dots):hover {
      background-color: #F5F7FA;
    }
  }
  .icon-arrow-left,
  .icon-arrow-right {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
  }
  .icon-arrow-left {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cmask%20id%3D%22mask0_4345_1292%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2214%22%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_4345_1292)%22%3E%3Cpath%20d%3D%22M9.33333%2012.8334L3.5%207.00008L9.33333%201.16675L10.3688%202.20216L5.57083%207.00008L10.3688%2011.798L9.33333%2012.8334Z%22%20fill%3D%22black%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  .icon-arrow-right {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%20%3Cmask%20id%3D%22mask0_4345_1314%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2214%22%3E%20%3Crect%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22%23D9D9D9%22%2F%3E%20%3C%2Fmask%3E%20%3Cg%20mask%3D%22url(%23mask0_4345_1314)%22%3E%20%3Cpath%20d%3D%22M4.68141%2012.8334L3.646%2011.798L8.44391%207.00008L3.646%202.20216L4.68141%201.16675L10.5147%207.00008L4.68141%2012.8334Z%22%20fill%3D%22black%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
@scope (.archive) {
  .page-heading {
    font-weight: bold;
    font-size: 3.2rem;
    padding-top: 32px;
    padding-bottom: 48px;
  }
  @media only screen and (max-width: 767px) {
    .page-heading {
      font-size: 1.8rem;
      padding-bottom: 24px;
    }
  }
  .archive-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
  }
  @media only screen and (max-width: 1279px) {
    .archive-list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media only screen and (max-width: 767px) {
    .archive-list {
      grid-template-columns: 1fr;
    }
  }
  @scope (.archive-item) {
    :scope {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: min-content;
      row-gap: 12px;
    }
    @media only screen and (max-width: 767px) {
      :scope {
        row-gap: 4px;
      }
    }
    .single-link {
      display: grid;
      grid-template-columns: 1fr;
      row-gap: 12px;
      text-decoration: none;
      color: #000000;
    }
    .single-link.-new-tab .title::after {
      content: "";
      display: inline-block;
      width: 14px;
      height: 15px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_1467_6041%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2215%22%3E%0A%3Crect%20y%3D%220.0996094%22%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url(%23mask0_1467_6041)%22%3E%0A%3Cpath%20d%3D%22M4.66797%209.43327H11.668V3.59993H4.66797V9.43327ZM4.66797%2010.5999C4.34714%2010.5999%204.07248%2010.4857%203.84401%2010.2572C3.61554%2010.0288%203.5013%209.7541%203.5013%209.43327V2.43327C3.5013%202.11243%203.61554%201.83778%203.84401%201.60931C4.07248%201.38084%204.34714%201.2666%204.66797%201.2666H11.668C11.9888%201.2666%2012.2635%201.38084%2012.4919%201.60931C12.7204%201.83778%2012.8346%202.11243%2012.8346%202.43327V9.43327C12.8346%209.7541%2012.7204%2010.0288%2012.4919%2010.2572C12.2635%2010.4857%2011.9888%2010.5999%2011.668%2010.5999H4.66797ZM2.33464%2012.9333C2.0138%2012.9333%201.73915%2012.819%201.51068%2012.5906C1.2822%2012.3621%201.16797%2012.0874%201.16797%2011.7666V3.59993H2.33464V11.7666H10.5013V12.9333H2.33464Z%22%20fill%3D%22%23004097%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle;
      margin-left: 4px;
    }
    @media (any-hover: hover) {
      .single-link:hover .thumbnail img {
        scale: 1.1;
        opacity: 0.75;
      }
      .single-link:hover .title {
        text-decoration: none;
      }
    }
    .thumbnail {
      overflow: hidden;
    }
    .thumbnail > img {
      width: 100%;
      aspect-ratio: 1.91/1;
      -o-object-fit: cover;
         object-fit: cover;
      vertical-align: bottom;
    }
    @media (any-hover: hover) {
      .thumbnail > img {
        transition: 0.2s ease-out;
      }
    }
    .thumbnail.is-past {
      position: relative;
    }
    .thumbnail.is-past::after {
      content: "開催終了";
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      color: #FFFFFF;
      font-size: 1.8rem;
      font-weight: bold;
      text-align: center;
    }
    .layout-content {
      display: grid;
      grid-template-columns: 1fr;
      row-gap: 4px;
    }
    @media only screen and (max-width: 767px) {
      .layout-content {
        row-gap: 0;
      }
    }
    .layout-meta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
    }
    .date {
      font-size: 1.4rem;
      line-height: 1.75;
    }
    @media only screen and (max-width: 767px) {
      .date {
        font-size: 1.2rem;
      }
    }
    .title {
      font-size: 1.6rem;
      line-height: 1.75;
      font-weight: bold;
      color: #004097;
      text-decoration: underline;
    }
    @media only screen and (max-width: 767px) {
      .title {
        font-size: 1.4rem;
      }
    }
    .tag-list {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .tag-list__item {
      font-size: 1.2rem;
      text-decoration: underline;
    }
    @media (any-hover: hover) {
      .tag-list__item:hover {
        text-decoration: none;
      }
    }
  }
}
.page-404 {
  padding-top: 20px;
}
.page-404__cont {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .page-404__cont {
    margin-top: 80px;
  }
}
.page-404__title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-404__title {
    font-size: 3.2rem;
  }
}
.page-404__text {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .page-404__text {
    font-size: 1.8rem;
    margin-top: 48px;
  }
}
.page-404__link {
  display: block;
  color: #004097;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: underline;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .page-404__link {
    font-size: 1.8rem;
  }
}
@media (any-hover: hover) {
  .page-404__link:hover {
    text-decoration: none;
  }
}

.page-download {
  padding-top: 20px;
}
.page-download__cont {
  margin-top: 32px;
}
.page-download__title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page-download__title {
    font-size: 3.2rem;
  }
}
.page-download__list {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .page-download__list {
    margin-top: 48px;
  }
}
.page-download__list > ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}
@media only screen and (min-width: 768px) {
  .page-download__list > ul {
    -moz-column-gap: 48px;
         column-gap: 48px;
    row-gap: 48px;
  }
}
.page-download__list > ul li {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-download__list > ul li {
    width: calc((100% - 96px) / 3);
  }
}
.page-download .downloadItem__img {
  border: 1px solid #B6BFCC;
  overflow: hidden;
}
.page-download .downloadItem__img img {
  display: block;
  width: 100%;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.page-download .downloadItem__cont {
  margin-top: 12px;
}
.page-download .downloadItem__title {
  color: #004097;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.75;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .page-download .downloadItem__title {
    font-size: 1.6rem;
  }
}
.page-download .downloadItem__text {
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1.75;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .page-download .downloadItem__text {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .page-download .downloadItem__link:hover .downloadItem__title {
    text-decoration: none;
  }
  .page-download .downloadItem__link:hover .downloadItem__img img {
    opacity: 0.75;
    transform: scale(1.1);
  }
  .page-download .downloadItem__link:hover .downloadItem__contCaption {
    color: #004097;
    text-decoration: underline;
  }
}

.page-downloadService {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .page-downloadService {
    padding-bottom: 95px;
  }
}
.page-downloadService__cont {
  margin-top: 32px;
}
.page-downloadService__title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page-downloadService__title {
    font-size: 3.2rem;
  }
}
.page-downloadService__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .page-downloadService__block {
    flex-direction: row;
    gap: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .page-downloadService__block > * {
    width: calc((100% - 48px) / 2);
  }
}
.page-downloadService__blockCaption img {
  display: block;
  width: 100%;
  border: 1px solid #B6BFCC;
}
.page-downloadService__blockCapture {
  margin-top: 8px;
}
.page-downloadService__blockCapture ul {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.page-downloadService__blockCapture ul li {
  flex: 1;
}
.page-downloadService__blockCapture ul li img {
  display: block;
  width: 100%;
  border: 1px solid #B6BFCC;
}
.page-downloadService__blockInfo {
  border: 1px solid #004097;
  padding: 16px;
  margin-top: 12px;
}
.page-downloadService__blockInfo p {
  color: #004097;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .page-downloadService__blockInfo p {
    font-size: 1.6rem;
  }
}
.page-downloadService__blockInfo ul {
  margin-top: 8px;
}
.page-downloadService__blockInfo ul li {
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .page-downloadService__blockInfo ul li {
    font-size: 1.4rem;
  }
}
.page-downloadService__blockInfo ul li + li {
  margin-top: 8px;
}
.page-downloadService__blockInfo ul li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./images/icon_check.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}
.page-downloadService__blockForm iframe {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page-downloadService__blockForm iframe::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .page-downloadService__blockForm {
    padding: 32px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
  }
}

@scope (.page-event) {
  .layout-event {
    display: grid;
    grid-template-columns: 1fr 320px;
    -moz-column-gap: 80px;
         column-gap: 80px;
    grid-auto-rows: min-content;
  }
  @media only screen and (max-width: 1279px) {
    .layout-event {
      -moz-column-gap: 40px;
           column-gap: 40px;
    }
  }
  @media only screen and (max-width: 767px) {
    .layout-event {
      grid-template-columns: 1fr;
    }
  }
  .layout-event__main-column {
    grid-column-start: 1;
  }
  .layout-event__main-column:not(:last-child) {
    margin-bottom: 40px;
  }
  @media only screen and (max-width: 767px) {
    .layout-event__main-column:not(:last-child) {
      margin-bottom: 20px;
    }
  }
  .layout-event__sub-column {
    grid-row: 1/span 10;
    grid-column-start: 2;
  }
  @media only screen and (max-width: 767px) {
    .layout-event__sub-column {
      margin-bottom: 20px;
      grid-row: initial;
      grid-column-start: 1;
    }
  }
  .heading-group {
    padding-top: 32px;
    padding-bottom: 48px;
  }
  @media only screen and (max-width: 767px) {
    .heading-group {
      padding-bottom: 24px;
    }
  }
  .page-heading {
    font-weight: bold;
    font-size: 3.2rem;
  }
  @media only screen and (max-width: 767px) {
    .page-heading {
      font-size: 1.8rem;
    }
  }
  .sidebar {
    position: sticky;
    background: #F5F7FA;
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 24px;
    top: 100px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .sidebar::-webkit-scrollbar {
    width: 3px;
  }
  .sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 1px;
  }
  @media only screen and (max-width: 767px) {
    .sidebar {
      padding: 20px;
      row-gap: 20px;
      max-height: unset;
      overflow-y: unset;
    }
  }
  .sidebar-item {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 4px;
  }
  @media only screen and (max-width: 767px) {
    .sidebar-item {
      font-size: 1.4rem;
    }
  }
  .sidebar-item__heading {
    font-weight: bold;
    font-size: 1.4rem;
  }
  @media only screen and (max-width: 767px) {
    .sidebar-item__heading {
      font-size: 1.2rem;
    }
  }
  .sidebar-recommend {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
  .sidebar-recommend > li {
    padding-left: 16px;
    position: relative;
  }
  .sidebar-recommend > li::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 0.2em;
    width: 0.3em;
    height: 0.3em;
    background: #000000;
    border-radius: 50%;
  }
  .tags {
    display: flex;
    flex-flow: row wrap;
    gap: 12px 16px;
    font-size: 1.4rem;
    line-height: 1.75;
    margin-top: 4px;
  }
  @media only screen and (max-width: 767px) {
    .tags {
      font-size: 1.2rem;
      gap: 8px 12px;
    }
  }
  .tags a {
    text-decoration: underline;
  }
  @media (any-hover: hover) {
    .tags a:hover {
      text-decoration: none;
    }
  }
  .description {
    line-height: 1.75;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
  @media only screen and (max-width: 767px) {
    .description {
      font-size: 1.4rem;
    }
  }
  .profile {
    background: #F5F7FA;
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .profile__heading {
    font-weight: bold;
    font-size: 1.6rem;
  }
  .profile-speaker {
    display: grid;
    grid-template-columns: 100px 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .profile-speaker__affiliation {
    display: inline-flex;
    -moz-column-gap: 1em;
         column-gap: 1em;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .profile-speaker__name {
    font-weight: bold;
    font-size: 1.6rem;
  }
  .profile-speaker__description {
    font-size: 1.2rem;
    line-height: 1.75;
    margin-top: 8px;
  }
  .text-link {
    color: #004097;
    text-decoration: underline;
  }
  @media (any-hover: hover) {
    .text-link:hover {
      text-decoration: none;
    }
  }
  .form {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
  .form-heading {
    font-size: 2.8rem;
    font-weight: bold;
  }
  @media only screen and (max-width: 767px) {
    .form-heading {
      font-size: 2rem;
    }
  }
}
.page-inquiry {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .page-inquiry {
    padding-bottom: 95px;
  }
}
.page-inquiry__cont {
  margin-top: 32px;
}
.page-inquiry__title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page-inquiry__title {
    font-size: 3.2rem;
  }
}
.page-inquiry__form {
  margin-top: 48px;
}
@media only screen and (min-width: 768px) {
  .page-inquiry__form {
    padding: 48px 64px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
  }
}
.page-inquiry__form iframe {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page-inquiry__form iframe::-webkit-scrollbar {
  display: none;
}

.page-terms {
  padding-top: 20px;
  padding-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .page-terms {
    padding-bottom: 95px;
  }
}
.page-terms__cont {
  margin-top: 32px;
}
.page-terms__title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page-terms__title {
    font-size: 3.2rem;
  }
}
.page-terms__detail {
  margin-top: 24px;
}
.page-terms__detail > p {
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: right;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .page-terms__detail > p {
    font-size: 1.6rem;
  }
}
.page-terms__detail > ol > li + li {
  margin-top: 40px;
}
.page-terms__detail > ol > li h2 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .page-terms__detail > ol > li h2 {
    font-size: 2rem;
  }
}
.page-terms__detail > ol > li p {
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .page-terms__detail > ol > li p {
    font-size: 1.6rem;
  }
}
.page-terms__detail > ol > li ol {
  counter-reset: li;
}
.page-terms__detail > ol > li ol li {
  counter-increment: li;
  display: flex;
}
.page-terms__detail > ol > li ol li::before {
  flex: none;
  content: counter(li) ".";
  display: inline;
  font-size: 1.2rem;
  margin-right: 0.5em;
}
@media only screen and (min-width: 768px) {
  .page-terms__detail > ol > li ol li::before {
    font-size: 1.6rem;
  }
}

.index-about {
  padding-top: 32px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .index-about {
    padding-top: 48px;
  }
}
@media only screen and (min-width: 1280px) {
  .index-about {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.index-about__title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .index-about__title {
    font-size: 2.8rem;
  }
}
.index-about__text {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .index-about__text {
    font-size: 1.6rem;
    text-align: center;
  }
}
.index-about__cont {
  background-color: #F5F7FA;
  border-radius: 16px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
  padding-top: 32px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 48px;
}
@media only screen and (min-width: 768px) {
  .index-about__cont {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .index-about__cont {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.index-about__caption {
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .index-about__caption {
    font-size: 1.8rem;
  }
}
.index-about__caption span {
  display: inline-block;
  background-color: #004097;
  border-radius: 10000px;
  padding: 8px 24px;
}
.index-about__list {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  justify-content: center;
  margin-top: 32px;
}
.index-about__list li {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 312px;
  min-height: 76px;
  background-color: #FFFFFF;
  border-radius: 8px;
  filter: drop-shadow(0px 10px 16px rgba(57, 78, 109, 0.05));
}
@media only screen and (min-width: 768px) {
  .index-about__list li {
    min-height: 88px;
  }
}
.index-about__list li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #FFFFFF transparent transparent transparent;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .index-about__list li::after {
    border-width: 16px 8px 0 8px;
  }
}
.index-about__list li p {
  color: #004097;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .index-about__list li p {
    font-size: 1.6rem;
  }
}
.index-about__img {
  display: block;
  max-width: 712px;
  width: 100%;
  aspect-ratio: 712/144;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.index-case {
  background-color: #F5F7FA;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .index-case {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 1280px) {
  .index-case {
    grid-column: 1/2;
    grid-row: 6/7;
  }
}
.index-case__title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .index-case__title {
    font-size: 2.8rem;
  }
}
.index-case__cont {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .index-case__cont {
    margin-top: 48px;
  }
}
.index-case__contImg {
  flex: none;
  width: 400px;
  border-radius: 8px;
}
.index-case__contImg img {
  width: 100%;
  border-radius: inherit;
}
.index-case__contInner .tagList {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4px;
       column-gap: 4px;
  row-gap: 4px;
}
.index-case__contInner .tagList li {
  color: #004097;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #004097;
  border-radius: 10000px;
  padding: 7px 12px;
}
.index-case__contInner .caption {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 16px;
}
.index-case__contInner .company {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 8px;
}
.index-case__contInner .text {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 24px;
}
.index-case__caption {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .index-case__caption {
    font-size: 2.4rem;
    margin-top: 64px;
  }
}
.index-case__list {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .index-case__list {
    margin-top: 40px;
  }
}
.index-case__list > ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 12px;
}
@media only screen and (min-width: 768px) {
  .index-case__list > ul {
    row-gap: 24px;
  }
}
.index-case__list > ul > li {
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .index-case__list > ul > li {
    width: calc((100% - 24px) / 2);
  }
}
@media only screen and (min-width: 1280px) {
  .index-case__list > ul > li {
    width: calc((100% - 72px) / 4);
  }
}
.index-case__listItem {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.05);
}
.index-case__listItem img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.index-case__listItem .detail {
  padding: 16px;
}
.index-case__listItem .detail .tagList {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4px;
       column-gap: 4px;
  row-gap: 4px;
}
.index-case__listItem .detail .tagList li {
  display: inline-block;
  color: #004097;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #004097;
  border-radius: 10000px;
  padding: 4px 8px;
}
.index-case__listItem .detail .text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 8px;
}
.index-case__more {
  max-width: 230px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .index-case__more {
    max-width: 268px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .index-case__more .linkBtn a {
    font-size: 1.4rem;
  }
}

.index-faq {
  background-color: #F5F7FA;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .index-faq {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 1280px) {
  .index-faq {
    grid-column: 1/2;
    grid-row: 8/9;
  }
}
.index-faq__title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .index-faq__title {
    font-size: 2.8rem;
  }
}
.index-faq__cont {
  margin-top: 48px;
}
.index-faq__cont ul li {
  border-top: 1px solid #DADFE5;
}
.index-faq__cont ul li:last-of-type {
  border-bottom: 1px solid #DADFE5;
}
.index-faq__cont ul li dl dt {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 16px 56px 16px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}
@media only screen and (min-width: 768px) {
  .index-faq__cont ul li dl dt {
    font-size: 1.6rem;
    padding: 20px 24px;
  }
}
.index-faq__cont ul li dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2233%22%20viewBox%3D%220%200%2032%2033%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.5%2016.0996C0.5%207.5392%207.43959%200.599609%2016%200.599609C24.5604%200.599609%2031.5%207.5392%2031.5%2016.0996C31.5%2024.66%2024.5604%2031.5996%2016%2031.5996C7.43959%2031.5996%200.5%2024.66%200.5%2016.0996Z%22%20stroke%3D%22%23DADFE5%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10%2016.0996C10%2015.5473%2010.4477%2015.0996%2011%2015.0996H21C21.5523%2015.0996%2022%2015.5473%2022%2016.0996C22%2016.6519%2021.5523%2017.0996%2021%2017.0996H11C10.4477%2017.0996%2010%2016.6519%2010%2016.0996Z%22%20fill%3D%22%23004097%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16%2010.0996C16.5523%2010.0996%2017%2010.5473%2017%2011.0996L17%2021.0996C17%2021.6519%2016.5523%2022.0996%2016%2022.0996C15.4477%2022.0996%2015%2021.6519%2015%2021.0996L15%2011.0996C15%2010.5473%2015.4477%2010.0996%2016%2010.0996Z%22%20fill%3D%22%23004097%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .index-faq__cont ul li dl dt::after {
    right: 20px;
    width: 32px;
    height: 33px;
  }
}
.index-faq__cont ul li dl dt button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
  font-weight: inherit;
  text-align: left;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.index-faq__cont ul li dl dt.is-open::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2233%22%20viewBox%3D%220%200%2032%2033%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.5%2016.0996C0.5%207.5392%207.43959%200.599609%2016%200.599609C24.5604%200.599609%2031.5%207.5392%2031.5%2016.0996C31.5%2024.66%2024.5604%2031.5996%2016%2031.5996C7.43959%2031.5996%200.5%2024.66%200.5%2016.0996Z%22%20stroke%3D%22%23DADFE5%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10%2016.0996C10%2015.5473%2010.4477%2015.0996%2011%2015.0996H21C21.5523%2015.0996%2022%2015.5473%2022%2016.0996C22%2016.6519%2021.5523%2017.0996%2021%2017.0996H11C10.4477%2017.0996%2010%2016.6519%2010%2016.0996Z%22%20fill%3D%22%23004097%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M22%2016.0996C22%2016.6519%2021.5523%2017.0996%2021%2017.0996L11%2017.0996C10.4477%2017.0996%2010%2016.6519%2010%2016.0996C10%2015.5473%2010.4477%2015.0996%2011%2015.0996L21%2015.0996C21.5523%2015.0996%2022%2015.5473%2022%2016.0996Z%22%20fill%3D%22%23004097%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
@media (any-hover: hover) {
  .index-faq__cont ul li dl dt:hover {
    background-color: #E6EBF2;
  }
}
.index-faq__cont ul li dl dd {
  display: none;
  font-size: 1.2rem;
  padding: 20px 24px;
}
@media only screen and (min-width: 768px) {
  .index-faq__cont ul li dl dd {
    font-size: 1.6rem;
  }
}

.index-flow {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .index-flow {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 1280px) {
  .index-flow {
    grid-column: 1/2;
    grid-row: 7/8;
  }
}
.index-flow__title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .index-flow__title {
    font-size: 2.8rem;
  }
}
.index-flow__line {
  position: relative;
  width: 100%;
  color: #004097;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background-color: #EAF1FC;
  padding: 8px 16px;
  margin-top: 24px;
  margin-top: 16px;
}
@media only screen and (min-width: 1280px) {
  .index-flow__line {
    width: calc(100% - ((100% - 112px) / 5 + 28px));
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22972%22%20height%3D%2235%22%20viewBox%3D%220%200%20972%2035%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%22952%22%20height%3D%2234%22%20transform%3D%22translate(0%200.75)%22%20fill%3D%22%23EAF1FC%22%2F%3E%0A%3Cpath%20d%3D%22M972%2017.75L952%2034.75L952%200.75L972%2017.75Z%22%20fill%3D%22%23EAF1FC%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-position: right top;
    background-repeat: no-repeat;
  }
}
.index-flow__date {
  position: relative;
  display: flex;
  justify-content: center;
  border-left: 1px dashed #004097;
  border-right: 1px dashed #004097;
  border-bottom: 1px dashed #004097;
  margin-top: 16px;
}
.index-flow__date p {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 0 8px;
  margin-bottom: -20px;
}
.index-flow__date p span {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #004097;
  border-radius: 10000px;
  padding: 8px 16px;
}
.index-flow__cont > ol {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1280px) {
  .index-flow__cont > ol {
    flex-direction: row;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
}
.index-flow__cont > ol > li {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1280px) {
  .index-flow__cont > ol > li {
    width: calc((100% - 112px) / 5);
    margin-top: 62px;
  }
}
.index-flow__cont > ol > li::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 19px;
  display: inline-block;
  width: 6px;
  height: calc(100% - 45px);
  background-image: url(./images/icon_flowArr.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1280px) {
  .index-flow__cont > ol > li::after {
    display: none;
  }
}
.index-flow__cont > ol > li:first-of-type .flowStep::after {
  display: none;
}
.index-flow__cont > ol > li:last-of-type::after {
  display: none;
}
.index-flow__cont .flowStep {
  position: relative;
  display: flex;
  flex-grow: 1;
  border-radius: 8px;
  padding: 24px 8px;
}
@media only screen and (min-width: 1280px) {
  .index-flow__cont .flowStep {
    flex-direction: column;
    border: 1px solid #B6BFCC;
    padding: 24px 16px;
  }
}
.index-flow__cont .flowStep::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  display: none;
  width: 10px;
  height: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2010%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.808617%201.15725C0.866674%201.09905%200.935643%201.05287%201.01157%201.02136C1.08751%200.989851%201.16891%200.973633%201.25112%200.973633C1.33333%200.973633%201.41473%200.989851%201.49066%201.02136C1.56659%201.05287%201.63556%201.09905%201.69362%201.15725L9.19362%208.65725C9.25182%208.71531%209.298%208.78428%209.32951%208.86021C9.36102%208.93614%209.37723%209.01754%209.37723%209.09975C9.37723%209.18196%209.36102%209.26336%209.32951%209.33929C9.298%209.41522%209.25182%209.48419%209.19362%209.54225L1.69362%2017.0422C1.57626%2017.1596%201.41709%2017.2255%201.25112%2017.2255C1.08515%2017.2255%200.925975%2017.1596%200.808617%2017.0422C0.691259%2016.9249%200.625327%2016.7657%200.625327%2016.5997C0.625327%2016.4338%200.691259%2016.2746%200.808617%2016.1572L7.86737%209.09975L0.808617%202.04225C0.750413%201.98419%200.704234%201.91522%200.672726%201.83929C0.641218%201.76336%200.625%201.68196%200.625%201.59975C0.625%201.51754%200.641218%201.43614%200.672726%201.36021C0.704234%201.28428%200.750413%201.21531%200.808617%201.15725Z%22%20fill%3D%22%23004097%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1280px) {
  .index-flow__cont .flowStep::after {
    display: inline-block;
  }
}
.index-flow__cont .flowStep__info {
  max-width: calc(100% - 150px);
  width: 100%;
  color: #004097;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background-color: #EAF1FC;
  padding: 12px;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .index-flow__cont .flowStep__info {
    max-width: calc(100% - 220px);
  }
}
@media only screen and (min-width: 1280px) {
  .index-flow__cont .flowStep__info {
    position: absolute;
    bottom: 100%;
    left: 50%;
    max-width: 140px;
    margin: 0 auto 12px;
    transform: translateX(-50%);
  }
}
.index-flow__cont .flowStep__info::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #EAF1FC transparent transparent transparent;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1280px) {
  .index-flow__cont .flowStep__info::after {
    display: inline-block;
  }
}
.index-flow__cont .flowStep__num {
  color: #004097;
  text-align: center;
  position: absolute;
  top: 24px;
  left: 8px;
  width: 24px;
}
@media only screen and (min-width: 1280px) {
  .index-flow__cont .flowStep__num {
    position: static;
    width: 34px;
    margin-left: auto;
    margin-right: auto;
  }
}
.index-flow__cont .flowStep__num img {
  width: 100%;
}
.index-flow__cont .flowStep dl {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .index-flow__cont .flowStep dl {
    margin-top: 4px;
  }
}
@media only screen and (min-width: 1280px) {
  .index-flow__cont .flowStep dl {
    flex-direction: column;
    margin-top: 0;
  }
}
.index-flow__cont .flowStep dl dt {
  width: 150px;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 36px;
}
@media only screen and (min-width: 768px) {
  .index-flow__cont .flowStep dl dt {
    width: 220px;
    font-size: 1.6rem;
    padding-left: 46px;
  }
}
@media only screen and (min-width: 1280px) {
  .index-flow__cont .flowStep dl dt {
    width: auto;
    text-align: center;
    margin-top: 16px;
    padding-left: 0;
  }
}
.index-flow__cont .flowStep dl dd {
  flex: 1;
  margin-left: auto;
}
@media only screen and (min-width: 1280px) {
  .index-flow__cont .flowStep dl dd {
    margin-left: 0;
  }
}
.index-flow__cont .flowStep dl dd p {
  font-size: 1.2rem;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .index-flow__cont .flowStep dl dd p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .index-flow__cont .flowStep dl dd p {
    margin-top: 16px;
  }
}
.index-flow__cont .flowStep dl dd p + p {
  margin-top: 16px;
}
.index-flow__cont .flowStep dl dd p.anno {
  font-size: 1.2rem;
  line-height: 1.5;
}
.index-flow__caption {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .index-flow__caption {
    font-size: 2.4rem;
  }
}
.index-flow__note {
  background-color: #F5F7FA;
  border-radius: 16px;
  padding: 24px 16px;
  margin-top: 48px;
}
@media only screen and (min-width: 768px) {
  .index-flow__note {
    padding: 40px;
    margin-top: 40px;
  }
}
.index-flow__noteAnno {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .index-flow__noteAnno {
    text-align: center;
  }
}
.index-flow__noteAnno span {
  font-weight: bold;
}
.index-flow__noteInner {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  background-image: url(./images/bg_flowNote.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .index-flow__noteInner {
    padding: 24px 38px;
    margin-top: 40px;
  }
}
.index-flow__noteInner dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .index-flow__noteInner dl dt {
    font-size: 2rem;
  }
}
.index-flow__noteInner dl dd {
  color: #717780;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  .index-flow__noteInner dl dd {
    font-size: 1.2rem;
  }
}
.index-flow__noteInner img {
  display: block;
  max-width: 100%;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .index-flow__noteInner img {
    margin-top: 0;
  }
}

.index-form {
  position: relative;
  display: none;
  border-left: 1px solid #E6EBF2;
}
@media only screen and (min-width: 1280px) {
  .index-form {
    display: block;
    grid-column: 2/3;
    grid-row: 1/9;
  }
}
.index-form__inner {
  position: sticky;
  top: 85px;
  height: calc(100svh - 82px);
  padding: 24px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.index-form__inner::-webkit-scrollbar {
  display: none;
}
.index-form__title {
  color: #004097;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.index-form__title .-xs {
  font-size: 1.2rem;
}
.index-form__title .-s {
  font-size: 1.4rem;
}
.index-form__cont {
  height: 100%;
}
.index-form__form {
  height: 100%;
  margin-top: 24px;
}
.index-form__form iframe {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.index-form__form iframe::-webkit-scrollbar {
  display: none;
}

.index-fv {
  background-image: url(./images/bg_fv.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1280px) {
  .index-fv {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.index-fv__inner {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1280px) {
  .index-fv__inner {
    z-index: 0;
  }
}
.index-fv__cont {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1280px) {
  .index-fv__cont {
    max-width: 500px;
    padding-top: 52px;
  }
}
.index-fv__img {
  display: block;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .index-fv__img {
    width: 287px;
  }
}
@media only screen and (min-width: 1280px) {
  .index-fv__img {
    margin-left: 0;
    margin-right: 0;
  }
}
.index-fv__text {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .index-fv__text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .index-fv__text {
    text-align: left;
  }
}
.index-fv__title {
  color: #004097;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}
@media only screen and (min-width: 1280px) {
  .index-fv__title {
    font-size: 4rem;
    text-align: left;
  }
}
.index-fv__anno {
  display: block;
  color: rgba(0, 0, 0, 0.35);
  font-size: 1rem;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .index-fv__anno {
    font-size: 1rem;
    margin-top: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .index-fv__anno {
    font-size: 1.2rem;
    margin-top: 64px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1279px) {
  .index-fv__btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px -8px 24px 0px rgba(0, 0, 0, 0.08);
    padding: 8px;
    z-index: 10;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .index-fv__btn {
    padding: 12px;
  }
}
@media only screen and (min-width: 1280px) {
  .index-fv__btn {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .index-fv__btn {
    display: grid;
    grid-template-columns: 1fr;
    padding: 16px 8px;
    row-gap: 12px;
  }
}
.index-fv__btn ul {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.index-fv__btn ul li {
  flex: 1;
}
.index-fv__icon {
  max-width: 343px;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .index-fv__icon {
    max-width: 640px;
  }
}
@media only screen and (min-width: 1280px) {
  .index-fv__icon {
    position: absolute;
    top: 10px;
    right: 14px;
    max-width: 548px;
    margin-left: unset;
    margin-right: unset;
  }
}
.index-fv__icon img {
  width: 100%;
}
.index-fv__tel {
  display: none;
}
@media only screen and (max-width: 767px) {
  .index-fv__tel {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1.25;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}
.index-fv__telNumber {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.index-fv__telNumber::before {
  content: "";
  display: none;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M15.8333%209.9585C15.8333%208.3335%2015.2674%206.95502%2014.1354%205.82308C13.0035%204.69114%2011.625%204.12516%2010%204.12516V2.4585C11.0417%202.4585%2012.0174%202.65641%2012.9271%203.05225C13.8368%203.44808%2014.6285%203.9828%2015.3021%204.65641C15.9757%205.33002%2016.5104%206.12169%2016.9062%207.03141C17.3021%207.94114%2017.5%208.91683%2017.5%209.9585H15.8333ZM12.5%209.9585C12.5%209.26405%2012.2569%208.67377%2011.7708%208.18766C11.2847%207.70155%2010.6944%207.4585%2010%207.4585V5.79183C11.1528%205.79183%2012.1354%206.19808%2012.9479%207.01058C13.7604%207.82308%2014.1667%208.80572%2014.1667%209.9585H12.5ZM16.625%2017.5002C14.8889%2017.5002%2013.1736%2017.1217%2011.4792%2016.3647C9.78472%2015.6078%208.24306%2014.5349%206.85417%2013.146C5.46528%2011.7571%204.39236%2010.2154%203.63542%208.521C2.87847%206.82655%202.5%205.11127%202.5%203.37516C2.5%203.12516%202.58333%202.91683%202.75%202.75016C2.91667%202.5835%203.125%202.50016%203.375%202.50016H6.75C6.94444%202.50016%207.11806%202.56613%207.27083%202.69808C7.42361%202.83002%207.51389%202.98627%207.54167%203.16683L8.08333%206.0835C8.11111%206.30572%208.10417%206.49322%208.0625%206.646C8.02083%206.79877%207.94444%206.93072%207.83333%207.04183L5.8125%209.0835C6.09028%209.59739%206.42014%2010.0939%206.80208%2010.5731C7.18403%2011.0522%207.60417%2011.5141%208.0625%2011.9585C8.49306%2012.3891%208.94444%2012.7884%209.41667%2013.1564C9.88889%2013.5245%2010.3889%2013.8613%2010.9167%2014.1668L12.875%2012.2085C13%2012.0835%2013.1632%2011.9897%2013.3646%2011.9272C13.566%2011.8647%2013.7639%2011.8474%2013.9583%2011.8752L16.8333%2012.4585C17.0278%2012.5141%2017.1875%2012.6147%2017.3125%2012.7606C17.4375%2012.9064%2017.5%2013.0696%2017.5%2013.2502V16.6252C17.5%2016.8752%2017.4167%2017.0835%2017.25%2017.2502C17.0833%2017.4168%2016.875%2017.5002%2016.625%2017.5002Z%22%20fill%3D%22%23004097%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1279px) {
  .index-fv__telNumber::before {
    display: inline-block;
  }
}
.index-fv__telNumber > a {
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (any-hover: hover) {
  .index-fv__telNumber > a:hover {
    text-decoration: none;
  }
}
.index-fv__telInfo {
  font-size: 1rem;
}

@scope (.index-fv) {
  @media only screen and (max-width: 1279px) {
    .linkBtn a {
      padding: 12px 24px;
      font-size: 1.4rem;
    }
  }
  @media only screen and (max-width: 767px) {
    .linkBtn a span {
      display: block;
    }
  }
}
.index-merit {
  background-color: #F5F7FA;
  padding-top: 32px;
  padding-bottom: 32px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .index-merit {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 1280px) {
  .index-merit {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}
.index-merit__title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .index-merit__title {
    font-size: 2.8rem;
  }
}
.index-merit__cont {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .index-merit__cont {
    margin-top: 48px;
  }
}
.index-merit__cont ul li + li {
  margin-top: 24px;
}
.index-merit__cont ul li:nth-of-type(even) .index-merit__item {
  border-radius: 8px;
}
@media only screen and (min-width: 1280px) {
  .index-merit__cont ul li:nth-of-type(even) .index-merit__item {
    border-radius: 0 16px 16px 0;
  }
}
.index-merit__cont ul li:nth-of-type(even) .index-merit__item::after {
  left: unset;
  right: 100%;
}
.index-merit__item {
  position: relative;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 24px;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .index-merit__item {
    padding: 32px 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .index-merit__item {
    row-gap: 0;
    grid-template-columns: 1fr 368px;
    border-radius: 16px 0 0 16px;
    padding: 0 0 0 64px;
  }
}
@media only screen and (min-width: 1280px) {
  .index-merit__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    display: inline-block;
    width: 1000%;
    height: 100%;
    background-color: #FFFFFF;
  }
}
.index-merit__item dl {
  max-width: 500px;
  width: 100%;
}
.index-merit__img {
  grid-column: 1/2;
  grid-row: 2/3;
  max-width: 368px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1280px) {
  .index-merit__img {
    grid-column: 2/3;
    grid-row: 1/3;
    max-width: 368px;
    margin-left: unset;
    margin-right: unset;
  }
}
.index-merit__img img {
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  .index-merit__img.-img01 {
    max-width: 220px;
  }
}
@media only screen and (max-width: 1279px) {
  .index-merit__img.-img02 {
    max-width: 250px;
  }
}
@media only screen and (max-width: 1279px) {
  .index-merit__img.-img03 {
    max-width: 287px;
  }
}
.index-merit__caption {
  grid-column: 1/2;
  grid-row: 1/2;
  color: #004097;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .index-merit__caption {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .index-merit__caption {
    text-align: left;
    margin-top: auto;
  }
}
.index-merit__detail {
  grid-column: 1/2;
  grid-row: 3/4;
  margin-bottom: auto;
}
@media only screen and (min-width: 1280px) {
  .index-merit__detail {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 12px;
  }
}
.index-merit__detail * + * {
  margin-top: 12px;
}
.index-merit__detail p:not(.anno) {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .index-merit__detail p:not(.anno) {
    font-size: 1.6rem;
  }
}
.index-merit__detail p.anno {
  font-size: 1rem;
  color: #717780;
}
@media only screen and (min-width: 1280px) {
  .index-merit__detail p.anno {
    font-size: 1.2rem;
  }
}

.index-service {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .index-service {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 1280px) {
  .index-service {
    grid-column: 1/2;
    grid-row: 5/6;
  }
}
.index-service__title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .index-service__title {
    font-size: 2.8rem;
  }
}
.index-service__desc {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 8px;
}
.index-service__cont {
  margin-top: 24px;
  margin-bottom: 48px;
}
.index-service__cont ul {
  display: flex;
  flex-wrap: wrap;
}
.index-service__cont ul li {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  width: 50%;
  border-bottom: 1px solid #E6EBF2;
  border-left: 1px solid #E6EBF2;
}
@media only screen and (min-width: 768px) {
  .index-service__cont ul li {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .index-service__cont ul li:nth-of-type(-n + 2) {
    border-top: 1px solid #E6EBF2;
  }
}
@media only screen and (max-width: 767px) {
  .index-service__cont ul li:nth-of-type(2n) {
    border-right: 1px solid #E6EBF2;
  }
}
@media only screen and (min-width: 768px) {
  .index-service__cont ul li:nth-of-type(3n), .index-service__cont ul li:last-of-type {
    border-right: 1px solid #E6EBF2;
  }
}
@media only screen and (min-width: 768px) {
  .index-service__cont ul li:nth-of-type(-n + 3) {
    border-top: 1px solid #E6EBF2;
  }
}
.index-service__item {
  position: relative;
  height: 100%;
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .index-service__item {
    padding: 24px 32px 40px;
  }
}
.index-service__item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.index-service__item dl {
  margin-top: 8px;
}
.index-service__item dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .index-service__item dl dt {
    font-size: 1.6rem;
  }
}
.index-service__item dl dd {
  color: #717780;
  font-size: 1.2rem;
  line-height: 1.75;
  border-top: 1px solid #E6EBF2;
  padding-top: 20px;
  margin-top: 12px;
}
.index-service__caption {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .index-service__caption {
    font-size: 2.4rem;
  }
}
.index-service__example {
  position: relative;
  background-color: #F5F7FA;
  border-radius: 16px;
  padding: 24px 28px 48px;
}
@media only screen and (min-width: 768px) {
  .index-service__example {
    padding: 40px;
  }
}
.index-service__exampleCont {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .index-service__exampleCont {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .index-service__exampleBlock {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 24px;
  }
}
.index-service__example .exampleItem {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .index-service__example .exampleItem {
    width: calc((100% - 24px) / 2);
  }
}
.index-service__example .exampleItem__intro {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.index-service__example .exampleItem__intro img {
  width: 64px;
}
.index-service__example .exampleItem__intro p {
  font-size: 1.6rem;
  font-weight: bold;
}
.index-service__example .exampleItem__career {
  margin-top: 12px;
}
.index-service__example .exampleItem__career ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 8px;
}
.index-service__example .exampleItem__career ul li dl {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.index-service__example .exampleItem__career ul li dl dt {
  color: #004097;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #004097;
  border-radius: 10000px;
  padding: 4px 8px;
}
.index-service__example .exampleItem__career ul li dl dd {
  font-size: 1.2rem;
  font-weight: bold;
}
.index-service__example .exampleItem__desc {
  margin-top: 20px;
}
.index-service__example .exampleItem__desc p {
  font-size: 1.4rem;
  line-height: 1.75;
}
.index-service__option {
  display: block;
}
@media only screen and (min-width: 768px) {
  .index-service__option {
    display: none;
  }
}
.index-service__optionButton .swiper-button-next,
.index-service__optionButton .swiper-button-prev {
  width: 20px;
  height: 21px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_1169_21035%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2221%22%3E%0A%3Crect%20y%3D%220.945312%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url(%23mask0_1169_21035)%22%3E%0A%3Cpath%20d%3D%22M13.3333%2019.279L5%2010.9456L13.3333%202.6123L14.8125%204.09147L7.95833%2010.9456L14.8125%2017.7998L13.3333%2019.279Z%22%20fill%3D%22%23717780%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  transform: translateY(-50%);
}
.index-service__optionButton .swiper-button-next::after,
.index-service__optionButton .swiper-button-prev::after {
  content: none;
}
.index-service__optionButton .swiper-button-prev {
  left: 5px;
}
.index-service__optionButton .swiper-button-next {
  right: 5px;
  transform: translateY(-50%) rotate(180deg);
}
.index-service__optionPagination {
  position: absolute;
  bottom: 24px;
  left: 50%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  transform: translateX(-50%);
}
.index-service__optionPagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #5B6066;
  opacity: 0.2;
}
.index-service__optionPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #004097;
  opacity: 1;
}

.index-slide {
  padding: 13px 0;
  border-top: 1px solid #E6EBF2;
  border-bottom: 1px solid #E6EBF2;
}
@media only screen and (min-width: 1280px) {
  .index-slide {
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 16px 0;
  }
}
.index-slide__sp {
  display: block;
  max-width: 339px;
  width: 100%;
  padding: 20px 16px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .index-slide__sp {
    display: none;
  }
}
.index-slide__sp img {
  width: 100%;
}
.index-slide__cont {
  display: none;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .index-slide__cont {
    display: block;
  }
}
.index-slide__cont .swiper-wrapper {
  transition-timing-function: linear;
}
.index-slide__cont ul {
  display: flex;
  align-items: center;
}
.index-slide__cont ul li {
  width: auto;
}
