@charset "UTF-8";
/*@import url(https://fonts.googleapis.com/icon?family=Material+Icons);*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, l, label, legend, li, mark, menu, nav, object, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0
}

button, h1, h2, h3, h4, h5, h6, input, option, select, table, textarea {
  font-size: 100%
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block
}

input, textarea {
  margin: 0;
  padding: 0
}

li, ol, ul {
  list-style: none;
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption, th {
  text-align: left
}

a img, img {
  border: none
}

a {
  cursor: pointer
}

input:not([type=checkbox]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

html {
  height: 100%;
  line-height: 1.6
}

body {
  position: relative;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000
}

@media print, screen and (min-width:48em) {
  body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  body {
    line-height: 1.75
  }
}

@media only screen and (max-width:47.9375em) {
  body {
    line-height: 1.75
  }
}

a {
  text-decoration: none;
  color: #2364ce;
  -webkit-transition: color .1s 0s ease;
  transition: color .1s 0s ease
}

@media print, screen and (min-width:64em) {
  a:hover {
    color: #042cae;
  }
}

@media print, screen and (min-width:64em) {
  a[href^=tel] {
    pointer-events: none;
    cursor: text
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 400
}

address {
  font-style: normal
}

.browser-is-ie wbr:after {
  content: '\00200B'
}

.preload * {
  -webkit-transition: all 0s!important;
  transition: all 0s!important
}

@media only screen and (max-width:47.9375em) {
  .isPc {
    display: none
  }
  .isSp {
    display: block
  }
}

@media print, screen and (min-width:48em) {
  .isPc {
    display: block
  }
  .isSp {
    display: none
  }
}

@-webkit-keyframes fluffyRotate {
  0% {
    -webkit-transform: rotate(0) scale(1, 1);
    transform: rotate(0) scale(1, 1)
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.1, 1.1);
    transform: rotate(180deg) scale(1.1, 1.1)
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1, 1);
    transform: rotate(360deg) scale(1, 1)
  }
}

@keyframes fluffyRotate {
  0% {
    -webkit-transform: rotate(0) scale(1, 1);
    transform: rotate(0) scale(1, 1)
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.1, 1.1);
    transform: rotate(180deg) scale(1.1, 1.1)
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1, 1);
    transform: rotate(360deg) scale(1, 1)
  }
}

@-webkit-keyframes fluffyRotateReverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@keyframes fluffyRotateReverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@-webkit-keyframes fluffySkew {
  0% {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
  }
  100% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
  }
}

@keyframes fluffySkew {
  0% {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
  }
  100% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
  }
}

.l-breadcrumbs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 50000;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px
}

@media only screen and (max-width:47.9375em) {
  .l-breadcrumbs {
    display: none
  }
}

.l-breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 14px
}

.l-breadcrumbs__item {
  position: relative;
  padding-left: 12px;
  font-size: 13px;
  font-size: .8125rem;
  white-space: nowrap;
  color: #fff
}

.l-breadcrumbs__item:first-child {
  padding-left: 0
}

.l-breadcrumbs__item:first-child:before {
  display: none
}

.l-breadcrumbs__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis
}

.l-breadcrumbs__item:before {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #fff;
  -webkit-transition: border-color cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .15s;
  transition: border-color cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .15s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .15s, border-color cubic-bezier(.215, .61, .355, 1) .15s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .15s, border-color cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .15s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: '';
  display: inline-block;
  position: relative;
  top: -.15em;
  margin-right: 15px
}

.l-breadcrumbs__item>a {
  color: #fff;
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .1s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s;
  text-decoration: none
}

.l-breadcrumbs__item>a:hover {
  color: #2364ce
}

@media print, screen and (min-width:64em) {
  .l-breadcrumbs__item>a:hover>svg {
    fill: #147896
  }
}

.l-breadcrumbs__item>span {
  margin-right: 15px;
  margin-left: 10px
}

.l-breadcrumbs.-inverted .l-breadcrumbs__item {
  color: #000
}

.l-breadcrumbs.-inverted .l-breadcrumbs__item:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #000;
  -webkit-transition: border-color cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .15s;
  transition: border-color cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .15s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .15s, border-color cubic-bezier(.215, .61, .355, 1) .15s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .15s, border-color cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .15s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: '';
  display: inline-block;
  position: relative;
  top: -.15em;
  margin-right: 15px
}

.l-breadcrumbs.-inverted .l-breadcrumbs__item:first-child:before {
  display: none
}

.l-breadcrumbs.-inverted .l-breadcrumbs__item>a {
  color: #000
}

.l-breadcrumbs.-inverted .l-breadcrumbs__item>a:hover {
  color: #2364ce
}

@media print, screen and (min-width:64em) {
  .l-breadcrumbs.-inverted .l-breadcrumbs__item>a:hover>svg {
    fill: #147896
  }
}

.l-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 60000;
  width: 100%;
  background-color: #fff
}

@media only screen and (max-width:63.9375em) {
  .l-header {
    position: absolute;
    height: 50px;
    -webkit-transition: -webkit-box-shadow cubic-bezier(.215, .61, .355, 1) .25s;
    transition: -webkit-box-shadow cubic-bezier(.215, .61, .355, 1) .25s;
    transition: box-shadow cubic-bezier(.215, .61, .355, 1) .25s;
    transition: box-shadow cubic-bezier(.215, .61, .355, 1) .25s, -webkit-box-shadow cubic-bezier(.215, .61, .355, 1) .25s
  }
}

@media print, screen and (min-width:64em) {
  .l-header {
    position: absolute;
    height: 80px;
    padding-right: 2.13%;
    padding-left: 2.13%;
    -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .4s, -webkit-box-shadow cubic-bezier(.215, .61, .355, 1) .25s;
    transition: all cubic-bezier(.215, .61, .355, 1) .4s, -webkit-box-shadow cubic-bezier(.215, .61, .355, 1) .25s;
    transition: all cubic-bezier(.215, .61, .355, 1) .4s, box-shadow cubic-bezier(.215, .61, .355, 1) .25s;
    transition: all cubic-bezier(.215, .61, .355, 1) .4s, box-shadow cubic-bezier(.215, .61, .355, 1) .25s, -webkit-box-shadow cubic-bezier(.215, .61, .355, 1) .25s
  }
}

@media print, screen and (min-width:75em) {
  .l-header {
    padding-right: 20px;
    padding-left: 30px
  }
}

.l-header.-scrolling {
  position: fixed
}

@media only screen and (max-width:47.9375em) {
  .l-header.-scrolling {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .16)
  }
}

@media print, screen and (min-width:48em) {
  .l-header.-scrolling {
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .16);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .16)
  }
}

@media print, screen and (min-width:64em) {
  .l-header.-scrolling {
    height: 60px
  }
}

@media print, screen and (min-width:64em) {
  .l-header.-scrolling .l-header__logo {
    top: 8px
  }
}

@media print, screen and (min-width:75em) {
  .l-header.-scrolling .l-header__logo {
    top: 8px
  }
}

@media print, screen and (min-width:64em) {
  .l-header.-scrolling .l-header__sub li:last-child {
    margin-top: 4px
  }
}

@media print, screen and (min-width:87.5em) {
  .l-header.-scrolling .l-header__sub li:last-child {
    margin-top: 0
  }
}

.l-header__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width:63.9375em) {
  .l-header__inner {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 40000;
    width: 100%;
    height: 100vh;
    padding-top: 42px;
    padding-right: 4.267%;
    padding-left: 4.267%;
    background-color: #2364ce;
    -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .4s;
    transition: all cubic-bezier(.215, .61, .355, 1) .4s
  }
}

@media print, screen and (min-width:64em) {
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 10;
    top: 2px;
    height: 100%
  }
}

@media only screen and (max-width:63.9375em) {
  .l-header__inner.-visible {
    visibility: visible;
    opacity: 1
  }
}

.l-header__logo {
  position: absolute
}

@media only screen and (max-width:63.9375em) {
  .l-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 10px;
    height: 100%
  }
}

@media print, screen and (min-width:64em) {
  .l-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 20;
    top: 16px;
    left: 2.13%;
    -webkit-transition: top cubic-bezier(.215, .61, .355, 1) .4s;
    transition: top cubic-bezier(.215, .61, .355, 1) .4s
  }
}

@media print, screen and (min-width:75em) {
  .l-header__logo {
    left: 30px
  }
}

.l-header__logo img {
  display: block
}

@media only screen and (max-width:63.9375em) {
  .l-header__logo img {
    height: 36px
  }
}

@media print, screen and (min-width:64em) {
  .l-header__logo img {
    width: 140px;
  }
}

@media print, screen and (min-width:75em) {
  .l-header__logo img {
    width: auto;
    min-height: 44px;
  }
}

@media only screen and (max-width:63.9375em) {
  .l-header__menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0 1fr 0 auto 0 auto;
    -ms-grid-columns: 50% 0 50%;
    grid-template: 'headerListNum1 headerListNum2' auto 'headerListNum1 headerSub' 1fr 'headerOther headerOther' auto 'headerCta headerCta' auto/50% 50%;
    gap: 0;
    margin-top: 23px
  }
}

@media print, screen and (min-width:64em) {
  .l-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%
  }
}

@media print, screen and (min-width:75em) {
  .l-header__menu {
    margin-left: 10px
  }
}

@media print, screen and (min-width:87.5em) {
  .l-header__menu {
    margin-left: 38px
  }
}

.l-header__menu .l-header__list.-num1 {
  grid-area: headerListNum1
}

.l-header__menu .l-header__list.-num2 {
  grid-area: headerListNum2
}

.l-header__menu .l-header__sub {
  grid-area: headerSub
}

.l-header__menu .l-header__other {
  grid-area: headerOther
}

.l-header__menu .l-header__cta {
  grid-area: headerCta
}

@media only screen and (max-width:63.9375em) {
  .l-header__menu .l-header__list.-num1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1
  }
  .l-header__menu .l-header__list.-num2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
  .l-header__menu .l-header__sub {
    -ms-grid-row: 3;
    -ms-grid-column: 3
  }
  .l-header__menu .l-header__other {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
  .l-header__menu .l-header__cta {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
}

@media print, screen and (min-width:64em) {
  .l-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
  }
}

@media print, screen and (min-width:64em) {
  .l-header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%
  }
}

.l-header__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}
/*サービス資料でわかること*/
.l-header__cta .l-header__link {
  margin-right: 1em;
}

@media only screen and (max-width:47.9375em) {
  .l-header__link {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .l-header__link {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:63.9375em) {
  .l-header__link {
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 13px;
    font-size: 12px;
    font-size: .75rem;
    color: #fff
  }
}

@media print, screen and (min-width:64em) {
  .l-header__link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 13px;
    /* font-size: .8125rem; */
    /* font-size: .6825rem; */
    font-size: 1.06vw;
    color: #000
  }
}

@media print, screen and (min-width:75em) {
  .l-header__link {
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 15px;
    /* font-size: .775rem; */
    font-size: 1.025vw;
  }
}

@media print, screen and (min-width:87.5em) {
  .l-header__link {
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: .9375rem;
  }
}

@media print, screen and (min-width:93.75em) {
  .l-header__link {
    padding-right: 0.8em;
    padding-left: 0.8em;
  }
}

.l-header__link:before {
  position: absolute;
  content: ''
}

@media only screen and (max-width:63.9375em) {
  .l-header__link:before {
    display: block;
    top: 1.1em;
    left: 0;
    width: 5px;
    height: 2px;
    background-color: #fff
  }
}

@media print, screen and (min-width:64em) {
  .l-header__link:before {
    display: none;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: calc(100% - 5px - 5px);
    height: 3px;
    background-color: #2364ce;
  }
}

@media print, screen and (min-width:87.5em) {
  .l-header__link:before {
    width: calc(100% - 10px - 10px)
  }
}

@media print, screen and (min-width:64em) {
  .l-header__link.-current {
    color: #147896
  }
}

@media print, screen and (min-width:64em) {
  .l-header__link.-current:before {
    display: block
  }
}

@media print, screen and (min-width:64em) {
  .l-header__link.-dropdown {
    pointer-events: none
  }
}

@media print, screen and (min-width:64em) {
  .l-header__item.-current .l-header__link {
    color: #2364ce
  }
}

@media print, screen and (min-width:64em) {
  .l-header__item.-current .l-header__link:before {
    display: block
  }
}

@media print, screen and (min-width:64em) {
  .l-header__sub {
    position: relative;
    margin-left: 5px;
    padding-left: 11px
  }
}

@media print, screen and (min-width:75em) {
  .l-header__sub {
    margin-left: 10px;
    padding-left: 20px
  }
}

@media print, screen and (min-width:87.5em) {
  .l-header__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    padding-left: 24px
  }
}

@media print, screen and (min-width:93.75em) {
  .l-header__sub {
    padding-left: 30px
  }
}

@media print, screen and (min-width:64em) {
  .l-header__sub:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 50px;
    background-color: #ccc;
    content: ''
  }
}

@media print, screen and (min-width:64em) {
  .l-header__sub li:last-child {
    margin-top: 9px;
    -webkit-transition: top cubic-bezier(.215, .61, .355, 1) .4s;
    transition: top cubic-bezier(.215, .61, .355, 1) .4s
  }
}

@media print, screen and (min-width:87.5em) {
  .l-header__sub li:last-child {
    margin-top: 0;
    margin-left: 20px
  }
}

@media only screen and (max-width:63.9375em) {
  .l-header__sub li.-sp {
    display: block
  }
}

@media print, screen and (min-width:64em) {
  .l-header__sub li.-sp {
    display: none
  }
}

.l-header__sub a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .l-header__sub a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .l-header__sub a {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:63.9375em) {
  .l-header__sub a {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 13px;
    font-size: 12px;
    font-size: .75rem;
    color: #fff
  }
}

@media print, screen and (min-width:64em) {
  .l-header__sub a {
    color: #000;
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:75em) {
  .l-header__sub a {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media only screen and (max-width:63.9375em) {
  .l-header__sub a:before {
    display: block;
    position: absolute;
    top: 1.1em;
    left: 0;
    width: 5px;
    height: 2px;
    background-color: #fff;
    content: ''
  }
}

@media print, screen and (min-width:64em) {
  .l-header__sub a:hover {
    color: #2364ce;
  }
}

@media print, screen and (min-width:64em) {
  .l-header__sub .-current a {
    color: #2364ce;
  }
}

@media only screen and (max-width:63.9375em) {
  .l-header__other {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
    border-top: solid 1px rgba(149, 152, 154, .5)
  }
}

@media print, screen and (min-width:64em) {
  .l-header__other {
    display: none
  }
}

.l-header__other a {
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 13px;
  font-weight: 700;
  color: #fff;
  font-size: 10px;
  font-size: .625rem
}

.l-header__other a:before {
  display: block;
  position: absolute;
  top: 1.1em;
  left: 0;
  width: 5px;
  height: 1px;
  background-color: #fff;
  content: ''
}

@media only screen and (max-width:63.9375em) {
  .l-header__cta {
    padding-top: 30px;
    border-top: solid 1px #18677e
  }
}

@media print, screen and (min-width:64em) {
  .l-header__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-left: 0;
  }
}

@media print, screen and (min-width:75em) {
  .l-header__cta {
    margin-left: 0;
  }
}

@media print, screen and (min-width:87.5em) {
  .l-header__cta {
    margin-left: 0;
  }
}

.l-header__tel {
  position: absolute
}

@media only screen and (max-width:63.9375em) {
  .l-header__tel {
    top: 12px;
    right: 10px;
    text-align: right
  }
}

@media print, screen and (min-width:64em) {
  .l-header__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 20;
    top: 12px;
    right: 2.13%;
    width: 230px
  }
}

@media print, screen and (min-width:75em) {
  .l-header__tel {
    right: 20px
  }
}

.l-header__number {
  display: block;
  font-family: Roboto, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-weight: 700;
  color: #000;
  line-height: 1
}

@media only screen and (max-width:63.9375em) {
  .l-header__number {
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:64em) {
  .l-header__number {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.l-header__number .c-icon.-tel {
  margin-right: 4px
}

@media only screen and (max-width:63.9375em) {
  .l-header__number .c-icon.-tel {
    width: 8px;
    height: 8px
  }
}

.l-header__time {
  display: block;
  font-family: Roboto, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-weight: 700
}

@media only screen and (max-width:63.9375em) {
  .l-header__time {
    font-size: 10px;
    font-size: .625rem
  }
}

@media print, screen and (min-width:64em) {
  .l-header__time {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1;
    margin-bottom: 2px;
    margin-left: 10px
  }
}

@media print, screen and (min-width:64em) {
  .l-header__time span {
    display: none
  }
}

.l-header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width:63.9375em) {
  .l-header__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media only screen and (max-width:63.9375em) {
  .l-header__button li {
    width: 50%;
    /*max-width: 200px;*/
    margin-left: 10px
  }
}

@media print, screen and (min-width:64em) {
  .l-header__button li {
    width: auto;
    margin-left: 10px
  }
}

.l-header__button li:first-child {
  margin-left: 0
}

.l-menu-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 70000;
  right: 20px;
  top: 8px;
  width: 90px;
  height: 34px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(15, 74, 152, .4);
  box-shadow: 0 2px 5px rgba(15, 74, 152, .4);
  border: solid 2px #2364ce;
  border-radius: 17px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  outline: 0;
  cursor: pointer
}

@media print, screen and (min-width:64em) {
  .l-menu-button {
    display: none
  }
}

.l-menu-button.-active {
  background-color: #18389a;
  border-color: #18389a
}

.l-menu-button__line {
  border: none;
  position: relative;
  width: 10px;
  height: 9px;
  padding: 0;
  background-color: transparent
}

.l-menu-button__line span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  top: 4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .85s;
  transition: all cubic-bezier(.215, .61, .355, 1) .85s
}

.l-menu-button__line:after, .l-menu-button__line:before {
  content: '';
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .85s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .85s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .85s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .85s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .85s
}

.l-menu-button__line:before {
  top: 0;
  left: 0
}

.l-menu-button__line:after {
  bottom: 0;
  left: 0
}

.l-menu-button__line span, .l-menu-button__line:after, .l-menu-button__line:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #147896
}

.l-menu-button.-active .l-menu-button__line span, .l-menu-button.-active .l-menu-button__line:after, .l-menu-button.-active .l-menu-button__line:before {
  background-color: #fff
}

@media only screen and (max-width:63.9375em) {
  .l-menu-button.-active .l-menu-button__line span {
    width: 0
  }
}

@media only screen and (max-width:63.9375em) {
  .l-menu-button.-active .l-menu-button__line:before {
    -webkit-transform: translate(0, 4px) rotate(45deg);
    transform: translate(0, 4px) rotate(45deg)
  }
}

@media only screen and (max-width:63.9375em) {
  .l-menu-button.-active .l-menu-button__line:after {
    -webkit-transform: translate(0, -4px) rotate(-45deg);
    transform: translate(0, -4px) rotate(-45deg)
  }
}

.l-menu-button__text {
  display: block;
  position: relative;
  top: 1px;
  overflow: hidden;
  height: 10px;
  margin-left: 5px;
  font-weight: 700;
  font-size: 10px;
  font-size: .625rem;
  text-align: center
}

.l-menu-button__text1, .l-menu-button__text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 20px;
  line-height: 1
}

.l-menu-button__text1 span, .l-menu-button__text2 span {
  display: block;
  color: #2364ce;
}

.l-menu-button__text1 span:nth-child(1), .l-menu-button__text2 span:nth-child(1) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .85s 50ms;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .85s 50ms;
  transition: transform cubic-bezier(.215, .61, .355, 1) .85s 50ms;
  transition: transform cubic-bezier(.215, .61, .355, 1) .85s 50ms, -webkit-transform cubic-bezier(.215, .61, .355, 1) .85s 50ms
}

.l-menu-button__text1 span:nth-child(2), .l-menu-button__text2 span:nth-child(2) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .85s .1s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .85s .1s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .85s .1s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .85s .1s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .85s .1s
}

.l-menu-button__text1 span:nth-child(3), .l-menu-button__text2 span:nth-child(3) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .85s .15s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .85s .15s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .85s .15s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .85s .15s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .85s .15s
}

.l-menu-button__text1 span:nth-child(4), .l-menu-button__text2 span:nth-child(4) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .85s .2s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .85s .2s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .85s .2s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .85s .2s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .85s .2s
}

.l-menu-button.-active .l-menu-button__text1 span, .l-menu-button.-active .l-menu-button__text2 span {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  color: #fff
}

.l-root-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-height: 100vh
}

.browser-is-ie .l-root-container {
  display: block
}

.l-content-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media only screen and (max-width:47.9375em) {
  .l-content-container {
    padding-top: 50px;
    padding-bottom: 40px
  }
}

@media print, screen and (min-width:48em) {
  .l-content-container {
    padding-top: 50px;
    padding-bottom: 120px
  }
}

@media print, screen and (min-width:64em) {
  .l-content-container {
    padding-top: 80px
  }
}

.l-content-container.-pad_bottom_0 {
  padding-bottom: 0
}

.l-page-top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 30000
}

@media only screen and (max-width:47.9375em) {
  .l-page-top {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .6s;
    transition: all cubic-bezier(.215, .61, .355, 1) .6s
  }
}

@media print, screen and (min-width:48em) {
  .l-page-top {
    right: 20px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .6s;
    transition: all cubic-bezier(.215, .61, .355, 1) .6s
  }
}

@media print, screen and (min-width:48em) {
  .l-page-top.-with_chatbot {
    bottom: 90px
  }
}

.l-page-top.-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.l-page-top>a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%
}

.l-page-top>a:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 3px #2364ce;
  border-radius: 50%;
  content: '';
  background: #fff
}

.l-page-top>a:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #2364ce;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
  transform: translate(-50%, -50%) scale(0, 0);
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .4s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .4s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .4s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .4s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .4s;
  content: ''
}

.l-page-top>a i {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -.1em;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px 0 0 2px;
  margin-left: 7px;
  border-color: #2364ce;
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  -webkit-transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: '';
  position: absolute;
  z-index: 40;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 0
}

@media print, screen and (min-width:64em) {
  a:hover .l-page-top>a i, button:hover .l-page-top>a i {
    border-color: #147896
  }
}

.l-page-top>a:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
  transform: translate(-50%, -50%) scale(1.1, 1.1)
}

.l-page-top>a:hover i {
  border-color: #fff
}

@media print, screen and (min-width:64em) {
  .l-page-top>a:hover i:before {
    background-color: #fff
  }
}

@media print, screen and (min-width:64em) {
  .l-page-top>a:hover i:after {
    border-color: #fff
  }
}

.l-footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%
}

.l-footer.-complete {
  margin-top: 0
}

.l-footer.-complete .l-footer__top {
  margin-top: 0
}

@media print, screen and (min-width:48em) {
  .l-footer.-complete .l-footer__top {
    padding-top: 30px
  }
}

.l-footer.-complete .l-footer__top .l-footer__inner {
  padding-top: 0
}

.l-footer.-complete .l-footer__top .l-footer__inner:before {
  display: none
}

.l-footer.-complete .l-footer__menu {
  border-top: none
}

.l-footer__top {
  padding-right: 4.267%;
  padding-left: 4.267%
}

@media print, screen and (min-width:48em) {
  .l-footer__top .l-footer__inner {
    padding-top: 60px
  }
}

@media print, screen and (min-width:64em) {
  .l-footer__top .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__top .l-footer__inner:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    content: ''
  }
}

.l-footer__bottom {
  position: relative;
  padding-right: 4.267%;
  padding-left: 4.267%;
  background-repeat: repeat-x;
  background-position: top 1px left 50%;
  background-size: auto auto
}

@media only screen and (max-width:47.9375em) {
  .l-footer__bottom {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22960%22%20height%3D%2257.144%22%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M640%2057.143V12.156s83.885-27.353%20160%200%20160%200%20160%200v44.987zm-320%200H0V12.156s83.885-27.353%20160%200%20160%200%20160%200%2083.885-27.353%20160%200%20160%200%20160%200v44.987z%22%20transform%3D%22translate%280%20.001%29%22%20fill%3D%22%231d3c46%22%2F%3E\a%20%20%20%20%20%20%3C%2Fsvg%3E");
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22960%22%20height%3D%2257.144%22%3E%3Cdefs%3E%20%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20y1%3D%221%22%20x2%3D%220.5%22%20y2%3D%22-0.124%22%20gradientUnits%3D%22objectBoundingBox%22%3E%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23051e32%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230061b7%22%2F%3E%20%3C%2FlinearGradient%3E%20%3C%2Fdefs%3E%3Cpath%20d%3D%22M640%2057.143V12.156s83.885-27.353%20160%200%20160%200%20160%200v44.987zm-320%200H0V12.156s83.885-27.353%20160%200%20160%200%20160%200%2083.885-27.353%20160%200%20160%200%20160%200v44.987z%22%20transform%3D%22translate(0%20.001)%22%20fill%3D%22url(%23linear-gradient)%22%2F%3E%5Ca%20%3C%2Fsvg%3E')
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__bottom {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224200%22%20height%3D%22249.999%22%3E%20%3Cpath%20d%3D%22M2800%20250V53.187s367-119.671%20700%200%20700%200%20700%200V250zm-1400%200V53.187s367-119.671%20700%200%20700%200%20700%200V250zM0%20250V53.187s367-119.671%20700%200%20700%200%20700%200V250z%22%20fill%3D%22url(%23linear-gradient)%22%2F%3E%20%3Cdefs%3E%20%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20y1%3D%221%22%20x2%3D%220.5%22%20y2%3D%22-0.124%22%20gradientUnits%3D%22objectBoundingBox%22%3E%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23051e32%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230061b7%22%2F%3E%20%3C%2FlinearGradient%3E%20%3C%2Fdefs%3E%3C%2Fsvg%3E')
  }
}

@media only screen and (max-width:47.9375em) {
  .l-footer__bottom {
    margin-top: 30px;
    padding-top: 44px;
    padding-bottom: 80px
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__bottom {
    margin-top: 56px;
    padding-top: 85px;
    padding-bottom: 76px
  }
}

.l-footer__bottom:before {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background: #051e32;
  content: ''
}

@media only screen and (max-width:47.9375em) {
  .l-footer__bottom:before {
    top: 57px;
    height: calc(100% - 57px)
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__bottom:before {
    top: 250px;
    height: calc(100% - 250px)
  }
}

.l-footer__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto
}

@media print, screen and (min-width:48em) {
  .l-footer__inner {
    overflow: hidden
  }
}

.l-footer__menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

@media only screen and (max-width:47.9375em) {
  .l-footer__menu {
    margin-bottom: 30px;
    padding-top: 18px;
    padding-bottom: 28px;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #e5e5e5
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__menu {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px #ccc
  }
}

@media print, screen and (min-width:64em) {
  .l-footer__menu {
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__block {
    padding-right: 60px
  }
}

@media print, screen and (min-width:64em) {
  .l-footer__block {
    padding-right: 30px
  }
}

@media print, screen and (min-width:75em) {
  .l-footer__block {
    padding-right: 60px
  }
}

.l-footer__block:nth-child(1) {
  grid-area: footerBlock1
}

.l-footer__block:nth-child(2) {
  grid-area: footerBlock2
}

.l-footer__block:nth-child(3) {
  grid-area: footerBlock3
}

.l-footer__block:nth-child(4) {
  grid-area: footerBlock4
}

@media print, screen and (min-width:48em) {
  .l-footer__block:nth-child(4) {
    padding-right: 0
  }
}

.l-footer__block li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width:47.9375em) {
  .l-footer__block li {
    margin-top: 12px
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__block li {
    margin-top: 24px
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__block li:first-child {
    margin-top: 0
  }
}

.l-footer__block a {
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #000
}

@media only screen and (max-width:47.9375em) {
  .l-footer__block a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__block a {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .l-footer__block a {
    padding-left: 13px;
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__block a {
    padding-left: 15px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:75em) {
  .l-footer__block a {
    font-size: 16px;
    font-size: 1rem
  }
}

.l-footer__block a:before {
  display: block;
  position: absolute;
  left: 0;
  width: 5px;
  height: 2px;
  background-color: #000;
  content: ''
}

@media only screen and (max-width:47.9375em) {
  .l-footer__block a:before {
    top: .8em
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__block a:before {
    top: .55em
  }
}

.l-footer__sub {
  grid-area: footerSub
}

.l-footer__sub li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width:47.9375em) {
  .l-footer__sub li {
    margin-top: 14px
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__sub li {
    margin-top: 8px
  }
}

.l-footer__sub li:first-child {
  margin-top: 0
}

.l-footer__sub a {
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #000
}

@media only screen and (max-width:47.9375em) {
  .l-footer__sub a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__sub a {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .l-footer__sub a {
    padding-left: 9px;
    font-size: 10px;
    font-size: .625rem
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__sub a {
    padding-left: 12px;
    font-size: 12px;
    font-size: .75rem
  }
}

.l-footer__sub a:before {
  display: block;
  position: absolute;
  left: 0;
  width: 5px;
  height: 1px;
  background-color: #000;
  content: ''
}

@media only screen and (max-width:63.9375em) {
  .l-footer__sub a:before {
    top: .8em
  }
}

@media print, screen and (min-width:64em) {
  .l-footer__sub a:before {
    top: .55em
  }
}

.l-footer__company {
  grid-area: footerCompany;
  position: relative
}

.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.l-footer__logo a {
  display: block
}

.l-footer__logo img {
  display: block
}

.l-footer__info {
  display: block;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .l-footer__info {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__info {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .l-footer__info {
    margin-top: 6px;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.9
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__info {
    float: left;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.8
  }
}

.l-footer__info a {
  color: #fff;
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .1s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s
}

.l-footer__info a i.c-blank.-white {
  top: .15em
}

@media print, screen and (min-width:64em) {
  .l-footer__info a:hover {
    color: #0c93b4
  }
}

.l-footer__info span {
  display: block
}

@media only screen and (max-width:47.9375em) {
  .l-footer__info span {
    display: none
  }
}

@media only screen and (max-width:47.9375em) {
  .l-footer__logo+.l-footer__info {
    margin-top: 12px
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__logo+.l-footer__info {
    margin-top: 16px
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__info br {
    display: none
  }
}

@media only screen and (max-width:47.9375em) {
  .l-footer__info.-mt_l {
    margin-top: 14px
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__info.-mt_l {
    margin-top: 10px
  }
}

.l-footer__copy {
  display: block;
  color: #fff;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-family: Montserrat, sans-serif
}

@media only screen and (max-width:47.9375em) {
  .l-footer__copy {
    margin-top: 20px;
    font-size: 10px;
    font-size: .625rem
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__copy {
    margin-top: 17px;
    font-size: 10px;
    font-size: .625rem;
    text-align: right
  }
}

.l-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.l-footer__bg svg {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%
}

.l-footer__bg.-front:before {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: repeat-x;
  background-position: 50% 79px;
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/bg_footer_gradiate_front.svg);
  background-size: 100% auto
}

.browser-is-ie .l-footer__bg.-front {
  background-position: 0 0, 0 0;
  background-repeat: repeat-x, repeat-x;
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/bg_footer_wave_back.svg), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/bg_footer_wave_front.svg)
}

.browser-is-ie .l-footer__bg.-front:before {
  top: 80px;
  background: #0eb3eb
}

@media only screen and (max-width:47.9375em) {
  .l-footer__right {
    margin-top: 22px
  }
}

@media print, screen and (min-width:48em) {
  .l-footer__right {
    float: right;
    margin-top: calc(16px + 1em)
  }
}

.l-leader {
  position: relative
}

.c-annotation {
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  position: relative;
  margin-top: 4px
}

@media only screen and (max-width:47.9375em) {
  .c-annotation {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .c-annotation {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .c-annotation {
    padding-left: 22px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .c-annotation {
    padding-left: 24px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.9
  }
}

.c-annotation:first-child {
  margin-top: 0
}

.c-annotation:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '※'
}

.c-annotation span {
  display: block;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  *+.c-annotation {
    margin-top: 15px
  }
}

@media print, screen and (min-width:48em) {
  *+.c-annotation {
    margin-top: 15px
  }
}

.c-annotation+.c-annotation {
  margin-top: 4px
}

.c-annotation+.c-annotation:first-child {
  margin-top: 0
}

@media only screen and (max-width:47.9375em) {
  .c-annotation.-sp_bold {
    font-weight: 700
  }
}

.c-annotation.-nomark {
  padding-left: 0
}

.c-annotation.-nomark:before {
  display: none
}

.c-arrow {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  content: ''
}

@media print, screen and (min-width:64em) {
  a:hover .c-arrow {
    -webkit-transform: translate(4px, 0);
    transform: translate(4px, 0)
  }
}

.c-arrow.-inline {
  display: inline-block;
  position: relative;
  top: -.05em;
  margin-left: 8px;
  width: 10px;
  height: 10px;
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .4s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .4s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .4s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .4s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .4s;
  margin-left: 4px;
  margin-right: 4px
}

.c-arrow.-inline:after, .c-arrow.-inline:before {
  display: block;
  position: absolute;
  content: ''
}

.c-arrow.-inline:before {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  background-color: #147896;
  -webkit-transition: background-color cubic-bezier(.215, .61, .355, 1) .15s;
  transition: background-color cubic-bezier(.215, .61, .355, 1) .15s
}

.c-arrow.-inline:after {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  width: 4px;
  height: 4px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #147896;
  -webkit-transition: border-color cubic-bezier(.215, .61, .355, 1) .15s;
  transition: border-color cubic-bezier(.215, .61, .355, 1) .15s
}

@media print, screen and (min-width:64em) {
  a:hover .c-arrow.-inline {
    -webkit-transform: translate(4px, 0);
    transform: translate(4px, 0)
  }
}

@media print, screen and (min-width:64em) {
  a:hover .c-arrow.-inline:before {
    background-color: #147896
  }
}

@media print, screen and (min-width:64em) {
  a:hover .c-arrow.-inline:after {
    border-color: #147896
  }
}

.c-arrow.-right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -.1em;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  margin-left: 3px;
  border-color: #2364ce;
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  -webkit-transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: ''
}

.p-case-panel__head .c-arrow.-right {
  border-color: #00a5eb
}

@media print, screen and (min-width:64em) {
  a:hover .c-arrow.-right, button:hover .c-arrow.-right {
    border-color: #2364ce;
  }
}

@media print, screen and (min-width:64em) {
  a:hover .c-arrow.-right, button:hover .c-arrow.-right {
    -webkit-transform: translate(4px, 0) rotate(45deg);
    transform: translate(4px, 0) rotate(45deg)
  }
}

.c-arrow.-right.-size_s {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -.1em;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  margin-left: 3px;
  border-color: #18b7cd;
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  -webkit-transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: ''
}

@media print, screen and (min-width:64em) {
  a:hover .c-arrow.-right.-size_s, button:hover .c-arrow.-right.-size_s {
    border-color: #0c93b4
  }
}

@media print, screen and (min-width:64em) {
  a:hover .c-arrow.-right.-size_s, button:hover .c-arrow.-right.-size_s {
    -webkit-transform: translate(4px, 0) rotate(45deg);
    transform: translate(4px, 0) rotate(45deg)
  }
}

@media only screen and (max-width:47.9375em) {
  .c-arrow.-right.-sp_s {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    top: -.1em;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    margin-left: 3px;
    border-color: #18b7cd;
    -webkit-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
    -webkit-transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
    transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
    transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s;
    transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: ''
  }
}

@media only screen and (max-width:47.9375em) and (min-width:64em) {
  a:hover .c-arrow.-right.-sp_s, button:hover .c-arrow.-right.-sp_s {
    border-color: #18b7cd
  }
}

@media only screen and (max-width:47.9375em) and (min-width:64em) {
  a:hover .c-arrow.-right.-sp_s, button:hover .c-arrow.-right.-sp_s {
    -webkit-transform: translate(4px, 0) rotate(45deg);
    transform: translate(4px, 0) rotate(45deg)
  }
}

@media print, screen and (min-width:48em) {
  .c-arrow.-right.-sp_s {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    top: -.1em;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    margin-left: 3px;
    border-color: #18b7cd;
    -webkit-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
    -webkit-transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
    transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
    transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s;
    transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: ''
  }
}

@media print, screen and (min-width:48em) and (min-width:64em) {
  a:hover .c-arrow.-right.-sp_s, button:hover .c-arrow.-right.-sp_s {
    border-color: #0c93b4
  }
}

@media print, screen and (min-width:48em) and (min-width:64em) {
  a:hover .c-arrow.-right.-sp_s, button:hover .c-arrow.-right.-sp_s {
    -webkit-transform: translate(4px, 0) rotate(45deg);
    transform: translate(4px, 0) rotate(45deg)
  }
}

.c-arrow.-right.-white {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -.1em;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  margin-left: 3px;
  border-color: #fff;
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  -webkit-transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: ''
}

@media print, screen and (min-width:64em) {
  a:hover .c-arrow.-right.-white, button:hover .c-arrow.-right.-white {
    border-color: #fff
  }
}

@media print, screen and (min-width:64em) {
  a:hover .c-arrow.-right.-white, button:hover .c-arrow.-right.-white {
    -webkit-transform: translate(4px, 0) rotate(45deg);
    transform: translate(4px, 0) rotate(45deg)
  }
}

.c-arrow.-right.-white.-size_xl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -.1em;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  margin-left: 3px;
  border-color: #fff;
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  -webkit-transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: ''
}

@media print, screen and (min-width:64em) {
  a:hover .c-arrow.-right.-white.-size_xl, button:hover .c-arrow.-right.-white.-size_xl {
    border-color: #fff
  }
}

@media print, screen and (min-width:64em) {
  a:hover .c-arrow.-right.-white.-size_xl, button:hover .c-arrow.-right.-white.-size_xl {
    -webkit-transform: translate(4px, 0) rotate(45deg);
    transform: translate(4px, 0) rotate(45deg)
  }
}

.c-arrow.-right.-black {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -.1em;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  margin-left: 3px;
  border-color: #000;
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  -webkit-transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: ''
}

@media print, screen and (min-width:64em) {
  a:hover .c-arrow.-right.-black, button:hover .c-arrow.-right.-black {
    border-color: #000
  }
}

@media print, screen and (min-width:64em) {
  a:hover .c-arrow.-right.-black, button:hover .c-arrow.-right.-black {
    -webkit-transform: translate(4px, 0) rotate(45deg);
    transform: translate(4px, 0) rotate(45deg)
  }
}

.c-arrow.-right.-black.-size_xl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -.1em;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  margin-left: 3px;
  border-color: #000;
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  -webkit-transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: ''
}

@media print, screen and (min-width:64em) {
  a:hover .c-arrow.-right.-black.-size_xl, button:hover .c-arrow.-right.-black.-size_xl {
    border-color: #000
  }
}

@media print, screen and (min-width:64em) {
  a:hover .c-arrow.-right.-black.-size_xl, button:hover .c-arrow.-right.-black.-size_xl {
    -webkit-transform: translate(4px, 0) rotate(45deg);
    transform: translate(4px, 0) rotate(45deg)
  }
}

.c-arrow.-left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -.1em;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 0 2px 2px;
  margin-right: 3px;
  border-color: #2364ce;
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  -webkit-transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: ''
}

@media print, screen and (min-width:64em) {
  a:hover .c-arrow.-left, button:hover .c-arrow.-left {
    border-color: #0c93b4
  }
}

@media print, screen and (min-width:64em) {
  a:hover .c-arrow.-left, button:hover .c-arrow.-left {
    -webkit-transform: translate(-4px, 0) rotate(45deg);
    transform: translate(-4px, 0) rotate(45deg)
  }
}

.c-blank {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: .05em;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%3E%5Ca%20%3Cg%20fill%3D%22none%22%3E%5Ca%20%3Cpath%20d%3D%22M0%208V2h6v6zm7-2V1H2V0h6v6z%22%2F%3E%5Ca%20%3Cpath%20d%3D%22M5%207V3H1v4h4m1%201H0V2h6v6zm2-2H7V1H2V0h6v6z%22%20fill%3D%22%2300a5eb%22%2F%3E%5Ca%20%3C%2Fg%3E%5Ca%20%3C%2Fsvg%3E')
}

a:hover .c-blank {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%3E%5Ca%20%3Cg%20fill%3D%22none%22%3E%5Ca%20%3Cpath%20d%3D%22M0%208V2h6v6zm7-2V1H2V0h6v6z%22%2F%3E%5Ca%20%3Cpath%20d%3D%22M5%207V3H1v4h4m1%201H0V2h6v6zm2-2H7V1H2V0h6v6z%22%20fill%3D%22%231e46c8%22%2F%3E%5Ca%20%3C%2Fg%3E%5Ca%20%3C%2Fsvg%3E')
}

.c-blank.-black {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%3E\a%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%208V2h6v6zm7-2V1H2V0h6v6z%22%2F%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5%207V3H1v4h4m1%201H0V2h6v6zm2-2H7V1H2V0h6v6z%22%20fill%3D%22%23000000%22%2F%3E\a%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%3C%2Fsvg%3E")
}

a:hover .c-blank.-black {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%3E\a%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%208V2h6v6zm7-2V1H2V0h6v6z%22%2F%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5%207V3H1v4h4m1%201H0V2h6v6zm2-2H7V1H2V0h6v6z%22%20fill%3D%22%230c93b4%22%2F%3E\a%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%3C%2Fsvg%3E")
}

.c-blank.-white {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%3E\a%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%208V2h6v6zm7-2V1H2V0h6v6z%22%2F%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5%207V3H1v4h4m1%201H0V2h6v6zm2-2H7V1H2V0h6v6z%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%3C%2Fsvg%3E")
}

a:hover .c-blank.-white {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%3E\a%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%208V2h6v6zm7-2V1H2V0h6v6z%22%2F%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5%207V3H1v4h4m1%201H0V2h6v6zm2-2H7V1H2V0h6v6z%22%20fill%3D%22%230c93b4%22%2F%3E\a%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%3C%2Fsvg%3E")
}

@media only screen and (max-width:63.9375em) {
  .c-blank.-header {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%3E\a%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%208V2h6v6zm7-2V1H2V0h6v6z%22%2F%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5%207V3H1v4h4m1%201H0V2h6v6zm2-2H7V1H2V0h6v6z%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%3C%2Fsvg%3E")
  }
}

@media print, screen and (min-width:64em) {
  .c-blank.-header {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%3E\a%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%208V2h6v6zm7-2V1H2V0h6v6z%22%2F%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5%207V3H1v4h4m1%201H0V2h6v6zm2-2H7V1H2V0h6v6z%22%20fill%3D%22%23000000%22%2F%3E\a%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%3C%2Fsvg%3E")
  }
}

a:hover .c-blank.-header {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%3E\a%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%208V2h6v6zm7-2V1H2V0h6v6z%22%2F%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5%207V3H1v4h4m1%201H0V2h6v6zm2-2H7V1H2V0h6v6z%22%20fill%3D%22%230c93b4%22%2F%3E\a%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%3C%2Fsvg%3E")
}

.c-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding-right: 4.267%;
  padding-left: 4.267%
}

.c-block__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  .c-block__inner {
    padding-top: 40px;
    padding-bottom: 30vw;
  }
}

@media print, screen and (min-width:48em) {
  .c-block__inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 80px
  }
}

@media print, screen and (min-width:48em) {
  .c-block__section {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-small .c-block__inner {
    max-width: 680px
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-medium .c-block__inner {
    max-width: 960px
  }
}

.c-block.-ptop_0 .c-block__inner {
  padding-top: 0
}

@media only screen and (max-width:47.9375em) {
  .c-block.-ptop_xs .c-block__inner {
    padding-top: 26px
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-ptop_xs .c-block__inner {
    padding-top: 33px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-block.-ptop_l .c-block__inner {
    padding-top: 54px
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-ptop_l .c-block__inner {
    padding-top: 120px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-block.-ptop_xl .c-block__inner {
    padding-top: 54px
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-ptop_xl .c-block__inner {
    padding-top: 140px
  }
}

.c-block.-pbottom_0 .c-block__inner, .c-block.-pbottom_0.-wave .c-block__inner {
  padding-bottom: 0
}

@media only screen and (max-width:47.9375em) {
  .c-block.-pbottom_s .c-block__inner {
    padding-bottom: 50px
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-pbottom_s .c-block__inner {
    padding-bottom: 60px
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-pbottom_l .c-block__inner {
    padding-bottom: 120px
  }
}

.c-block.-padding_0 .c-block__inner {
  padding-top: 0;
  padding-bottom: 0
}

.c-block.-full {
  padding: 0
}

.c-block.-full .c-block__inner {
  max-width: inherit;
  padding: 0
}

@media only screen and (max-width:47.9375em) {
  .c-block.-wave {
    margin-top: -57px
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-wave {
    margin-top: -113px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-block.-wave .c-block__inner {
    padding-top: calc(57px - 10px);
    padding-bottom: calc(57px + 40px)
  }
}

@media only screen and (max-width:47.9375em) {
  .c-block.-dolphin1 .c-block__inner, .c-block.-dolphin2 .c-block__inner, .c-block.-sea-wave .c-block__inner, .c-block.-solution .c-block__inner {
    padding-bottom: 120px
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-wave .c-block__inner {
    padding-top: calc(107px + 40px);
    padding-bottom: calc(107px + 100px)
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-wave .c-block__inner, .c-block.-solution .c-block__inner {
    padding-bottom: 200px
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-wave.-blog .c-block__inner {
    padding-top: calc(107px + 80px)
  }
}

.c-block.-wave:before {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  content: ''
}

@media only screen and (max-width:47.9375em) {
  .c-block.-wave:before {
    top: 57px;
    height: calc(100% - 57px)
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-wave:before {
    top: 107px;
    height: calc(100% - 107px)
  }
}

.c-block.-wave.-blue {
  background-repeat: repeat-x;
  background-position: top 1px left 50%;
  background-size: auto auto;
  background-color: transparent
}

@media only screen and (max-width:47.9375em) {
  .c-block.-wave.-blue {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22960%22%20height%3D%2257.144%22%3E%5Ca%20%3Cpath%20d%3D%22M640%2057.143V12.156s83.885-27.353%20160%200%20160%200%20160%200v44.987zm-320%200H0V12.156s83.885-27.353%20160%200%20160%200%20160%200%2083.885-27.353%20160%200%20160%200%20160%200v44.987z%22%20transform%3D%22translate(0%20.001)%22%20fill%3D%22%23d8ecf5%22%2F%3E%5Ca%20%3C%2Fsvg%3E")
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-wave.-blue {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224200%22%20height%3D%22249.999%22%3E%5Ca%20%3Cpath%20d%3D%22M2800%20250V53.187s367-119.671%20700%200%20700%200%20700%200V250zm-1400%200V53.187s367-119.671%20700%200%20700%200%20700%200V250zM0%20250V53.187s367-119.671%20700%200%20700%200%20700%200V250z%22%20fill%3D%22%23d8ecf5%22%2F%3E%5Ca%20%3C%2Fsvg%3E")
  }
}

.c-block.-wave.-blue:before {
  background-color: #d8ecf5
}

@media only screen and (max-width:47.9375em) {
  .c-block.-wave.-darkblue {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22960%22%20height%3D%2257.144%22%3E%5Ca%20%3Cpath%20d%3D%22M640%2057.143V12.156s83.885-27.353%20160%200%20160%200%20160%200v44.987zm-320%200H0V12.156s83.885-27.353%20160%200%20160%200%20160%200%2083.885-27.353%20160%200%20160%200%20160%200v44.987z%22%20transform%3D%22translate(0%20.001)%22%20fill%3D%22%23051e32%22%2F%3E%5Ca%20%3C%2Fsvg%3E')
  }
}

.c-block.-wave.-darkblue:before {
  background-color: #051e32
}

.c-block.-wave.-gray {
  background-repeat: repeat-x;
  background-position: top 1px left 50%;
  background-size: auto auto;
  background-color: transparent
}

@media only screen and (max-width:47.9375em) {
  .c-block.-wave.-gray {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22960%22%20height%3D%2257.144%22%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M640%2057.143V12.156s83.885-27.353%20160%200%20160%200%20160%200v44.987zm-320%200H0V12.156s83.885-27.353%20160%200%20160%200%20160%200%2083.885-27.353%20160%200%20160%200%20160%200v44.987z%22%20transform%3D%22translate%280%20.001%29%22%20fill%3D%22%23f5f7f8%22%2F%3E\a%20%20%20%20%20%20%3C%2Fsvg%3E")
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-wave.-gray {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224200%22%20height%3D%22249.999%22%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2800%20250V53.187s367-119.671%20700%200%20700%200%20700%200V250zm-1400%200V53.187s367-119.671%20700%200%20700%200%20700%200V250zM0%20250V53.187s367-119.671%20700%200%20700%200%20700%200V250z%22%20fill%3D%22%23f5f7f8%22%2F%3E\a%20%20%20%20%20%20%3C%2Fsvg%3E")
  }
}

.c-block.-wave.-gray:before {
  background-color: #f5f7f8
}

.c-block.-wave.-white {
  background-repeat: repeat-x;
  background-position: top 1px left 50%;
  background-size: auto auto;
  background-color: transparent;
/*  z-index: 2*/
}

@media only screen and (max-width:47.9375em) {
  .c-block.-wave.-white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22960%22%20height%3D%2257.144%22%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M640%2057.143V12.156s83.885-27.353%20160%200%20160%200%20160%200v44.987zm-320%200H0V12.156s83.885-27.353%20160%200%20160%200%20160%200%2083.885-27.353%20160%200%20160%200%20160%200v44.987z%22%20transform%3D%22translate%280%20.001%29%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%20%20%3C%2Fsvg%3E")
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-wave.-white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224200%22%20height%3D%22249.999%22%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2800%20250V53.187s367-119.671%20700%200%20700%200%20700%200V250zm-1400%200V53.187s367-119.671%20700%200%20700%200%20700%200V250zM0%20250V53.187s367-119.671%20700%200%20700%200%20700%200V250z%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%20%20%3C%2Fsvg%3E")
  }
}

.c-block.-wave.-white:before {
  background-color: #fff
}

.c-block.-gray {
  background-color: #f5f7f8
}

.c-block.-gray.-important {
  background-color: #f5f7f8!important
}

@media only screen and (max-width:47.9375em) {
  .c-block.-home_func .c-block__inner {
    padding-top: 60px
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-home1 {
    margin-top: -167px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-block.-home1:not(.-wave) {
    margin-top: -20px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-block.-home1:not(.-wave) .c-block__inner {
    padding-top: 0
  }
}

@media only screen and (max-width:47.9375em) {
  .c-block.-home1 .c-block__inner {
    padding-bottom: 40px
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-home1 .c-block__inner {
    padding-bottom: 60px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-block.-home2 .c-block__inner {
    padding-top: 40px;
    padding-bottom: 0
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-home2 .c-block__inner {
    padding-top: 60px;
    padding-bottom: 0
  }
}

.c-block.-feature1 {
  padding-right: 0;
  padding-left: 0;
  background-repeat: repeat-x;
  background-position: top 1px left 50%;
  background-size: auto auto;
  background-color: transparent
}

@media only screen and (max-width:47.9375em) {
  .c-block.-feature1 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22960%22%20height%3D%2257.144%22%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M640%2057.143V12.156s83.885-27.353%20160%200%20160%200%20160%200v44.987zm-320%200H0V12.156s83.885-27.353%20160%200%20160%200%20160%200%2083.885-27.353%20160%200%20160%200%20160%200v44.987z%22%20transform%3D%22translate%280%20.001%29%22%20fill%3D%22%23147896%22%2F%3E\a%20%20%20%20%20%20%3C%2Fsvg%3E")
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-feature1 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224200%22%20height%3D%22249.999%22%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2800%20250V53.187s367-119.671%20700%200%20700%200%20700%200V250zm-1400%200V53.187s367-119.671%20700%200%20700%200%20700%200V250zM0%20250V53.187s367-119.671%20700%200%20700%200%20700%200V250z%22%20fill%3D%22%23147896%22%2F%3E\a%20%20%20%20%20%20%3C%2Fsvg%3E")
  }
}

@media only screen and (max-width:47.9375em) {
  .c-block.-feature1 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22960%22%20height%3D%2257.144%22%3E%5Ca%20%3Cpath%20d%3D%22M640%2057.143V12.156s83.885-27.353%20160%200%20160%200%20160%200v44.987zm-320%200H0V12.156s83.885-27.353%20160%200%20160%200%20160%200%2083.885-27.353%20160%200%20160%200%20160%200v44.987z%22%20transform%3D%22translate(0%20.001)%22%20fill%3D%22%23d8ecf5%22%2F%3E%5Ca%20%3C%2Fsvg%3E")
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-feature1 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224200%22%20height%3D%22249.999%22%3E%5Ca%20%3Cpath%20d%3D%22M2800%20250V53.187s367-119.671%20700%200%20700%200%20700%200V250zm-1400%200V53.187s367-119.671%20700%200%20700%200%20700%200V250zM0%20250V53.187s367-119.671%20700%200%20700%200%20700%200V250z%22%20fill%3D%22%23d8ecf5%22%2F%3E%5Ca%20%3C%2Fsvg%3E")
  }
}

@media only screen and (max-width:47.9375em) {
  .c-block.-feature1 {
    margin-top: -30px;
    padding-bottom: 0;
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-feature1 {
    overflow: hidden;
    margin-top: -8px
  }
}

.c-block.-feature1 .c-block__inner {
  max-width: inherit
}

@media only screen and (max-width:47.9375em) {
  .c-block.-feature1 .c-block__inner {
    padding-top: calc(57px - 10px);
    padding-bottom: 0
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-feature1 .c-block__inner {
    padding-top: calc(107px + 40px);
    padding-bottom: 0
  }
}

.c-block.-feature1:after, .c-block.-feature1:before {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  content: ''
}

.c-block.-feature1:before {
  background-color: #d8ecf5
}

@media only screen and (max-width:47.9375em) {
  .c-block.-feature1:before {
    top: 57px;
    height: calc(100% - 57px)
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-feature1:before {
    top: 107px;
    height: calc(100% - 107px - 110px)
  }
}

.c-block.-feature1:after {
  background-repeat: repeat-x;
  background-position: top 0 left 50%;
  background-size: auto auto;
  background-color: #fff;
  background-color: transparent;
  bottom: 0;
  border-bottom: solid 1px #fff;
  display: block
}

@media only screen and (max-width:47.9375em) {
  .c-block.-feature1:after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22320%22%20height%3D%2257.143%22%3E%5Ca%20%3Cpath%20d%3D%22M1423-384.635v-44.986s-83.886%2027.353-160%200-160%200-160%200v44.986z%22%20transform%3D%22translate(-1103%20441.778)%22%20fill%3D%22%23f2f8fb%22%2F%3E%5Ca%20%3C%2Fsvg%3E');
    height: 57px
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-feature1:after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221400%22%20height%3D%22107%22%3E%5Ca%20%3Cdefs%3E%5Ca%20%3CclipPath%20id%3D%22waveBottom%22%3E%5Ca%20%3Cpath%20transform%3D%22translate(0%201741)%22%20fill%3D%22none%22%20d%3D%22M0%200h1400v107H0z%22%2F%3E%5Ca%20%3C%2FclipPath%3E%5Ca%20%3C%2Fdefs%3E%5Ca%20%3Cg%20transform%3D%22translate(0%20-1741)%22%20clip-path%3D%22url(%23waveBottom)%22%3E%5Ca%20%3Cpath%20d%3D%22M1103-191.778v-196.813s367%20119.67%20700%200%20700%200%20700%200v196.813z%22%20transform%3D%22translate(-1103%202182.777)%22%20fill%3D%22%23f2f8fb%22%2F%3E%5Ca%20%3C%2Fg%3E%5Ca%20%3C%2Fsvg%3E')
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-feature1:after {
    height: 107px;
    padding-bottom: 26px
  }
}

.c-block.-feature1.-af_no:after {
  border-bottom: none;
  display: none;
}

@media only screen and (max-width:47.9375em) {
  .c-block.-feature1.-af_no:after {
    background-image: none;
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-feature1.-af_no:after {
    background-image: none;
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-feature1.-af_no:after {
    height: 0;
    padding-bottom: 0;
  }
}

.c-block.-feature_top {
  z-index: 1
}

.c-block.-complete {
  padding: 0;
  background-color: #f5f7f8
}

.c-block.-complete .c-block__inner {
  max-width: inherit;
  padding: 0
}

@media print, screen and (min-width:48em) {
  .c-block.-complete .c-block__inner {
    padding-bottom: 80px
  }
}

@media print, screen and (min-width:64em) {
  .c-block.-complete .c-block__inner {
    padding-bottom: 120px
  }
}

.c-block.-complete .c-block__inner iframe {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: none
}

@media only screen and (max-width:47.9375em) {
  .c-block.-blog1 .c-block__inner {
    padding-bottom: 40px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-block.-blog2 .c-block__inner {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

.c-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  border: none;
  border-radius: 10rem;
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .1s, background-position cubic-bezier(.215, .61, .355, 1) .4s, -webkit-box-shadow cubic-bezier(.215, .61, .355, 1) .25s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s, background-position cubic-bezier(.215, .61, .355, 1) .4s, -webkit-box-shadow cubic-bezier(.215, .61, .355, 1) .25s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s, background-position cubic-bezier(.215, .61, .355, 1) .4s, box-shadow cubic-bezier(.215, .61, .355, 1) .25s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s, background-position cubic-bezier(.215, .61, .355, 1) .4s, box-shadow cubic-bezier(.215, .61, .355, 1) .25s, -webkit-box-shadow cubic-bezier(.215, .61, .355, 1) .25s;
  font-weight: 700;
  text-align: center;
  color: #000;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .16);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .16)
}

@media print, screen and (min-width:48em) {
  .c-button {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .c-button {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media only screen and (max-width:47.9375em) {
  .c-button {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .16)
  }
}

@media print, screen and (min-width:48em) {
  .c-button {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
    font-size: 13px;
    font-size: .8125rem
  }
}

@media only screen and (max-width:63.9375em) {
  .c-button {
    background-color: #fdfe00
  }
}

@media print, screen and (min-width:64em) {
  .c-button {
    background-image: -webkit-gradient(linear, left top, right top, from(#fdfe00), color-stop(50%, #fdfe00), color-stop(50%, #feed00), to(#feed00));
    background-image: -webkit-linear-gradient(left, #fdfe00 0, #fdfe00 50%, #feed00 50%, #feed00 100%);
    background-image: linear-gradient(to right, #fdfe00 0, #fdfe00 50%, #feed00 50%, #feed00 100%);
    background-position: 0 0;
    background-size: 200% auto;
    cursor: pointer
  }
}

@media print, screen and (min-width:48em) {
  .c-button.c-button-multiple:first-of-type {
    margin-right: 50px
  }
}

.c-button span {
  position: relative;
  z-index: 10
}

.c-button .c-arrow.-right {
  top: -.05em
}

@media print, screen and (min-width:64em) {
  .c-button:hover, .p-blog-cta:hover .c-button {
    color: #000;
    background-position: -100% 0
  }
}

.c-button.-red {
  color: #fff
}

@media only screen and (max-width:63.9375em) {
  .c-button.-red {
    background-color: #ff3f29
  }
}

@media print, screen and (min-width:64em) {
  .c-button.-red {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff3f29), color-stop(50%, #ff3f29), color-stop(50%, #f01c04), to(#f01c04));
    background-image: -webkit-linear-gradient(left, #ff3f29 0, #ff3f29 50%, #f01c04 50%, #f01c04 100%)
  }
}

.c-button.-blue {
  color: #fff
}

@media only screen and (max-width:63.9375em) {
  .c-button.-blue {
    background-color: #2364ce;
  }
}

@media print, screen and (min-width:64em) {
  .c-button.-blue {
    background-image: -webkit-gradient(linear, left top, right top, from(#2364ce), color-stop(50%, #2364ce), color-stop(50%, #042cae), to(#042cae));
    background-image: -webkit-linear-gradient(left, #2364ce 0, #2364ce 50%, #042cae 50%, #042cae 100%)
  }
}

@media print, screen and (min-width:64em) {
  .p-blog-cta:hover .c-button.-blue {
    color: #fff
  }
}

.c-button.-disabled {
  color: #b4c5ce;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none
}

@media only screen and (max-width:63.9375em) {
  .c-button.-disabled {
    background-color: #e1e8eb
  }
}

@media print, screen and (min-width:64em) {
  .c-button.-disabled {
    background-image: none;
    background-color: #e1e8eb
  }
}

.c-button.-disabled i.c-arrow.-right {
  display: none
}

.c-button.-header {
  border-radius: 4px
}

@media only screen and (max-width:63.9375em) {
  .c-button.-header {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 13px;
    font-size: .8125rem
  }
}
/*iPhoneSE（fst）*/
@media only screen and (max-width:320px) {
  .c-button.-header {
    font-size: 3vw;
  }
}

@media print, screen and (min-width:64em) {
  .c-button.-header {
    padding: 6px 1em 4px 1em;
  }
  .c-button.-header:first-child {
    padding: 6px 2em 4px 2em;
  }
}

@media only screen and (max-width:47.9375em) {
  .c-button.-size_l {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .c-button.-size_l {
    padding-top: 17px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    font-size: 1rem
  }
}
/* 20230309-------------------------------
@media only screen and (max-width:48em) {
  .p-home-visual__button .c-button.-size_l {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__button .c-button.-size_l {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px
  }
}
-------------------------------------------*/
@media only screen and (max-width:47.9375em) {
  .c-button.-size_ll {
    padding-top: 10px;
    padding-bottom: 10px
  }
}

@media print, screen and (min-width:48em) {
  .c-button.-size_ll {
    padding-top: 12px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-button.-size_xl {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .c-button.-size_xl {
    padding-top: 22px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 22px;
    font-size: 1.375rem
  }
}

.c-button.-size_xl .c-arrow.-right {
  top: -.15em
}

.c-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (max-width:47.9375em) {
  .c-button-container {
    flex-direction: column
  }
}

@media print, screen and (min-width:48em) {
  .c-button-container .c-button {
    max-width: 230px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-button-container .c-button:first-child {
    margin-bottom: 20px
  }
}

.c-button-container.-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media print, screen and (min-width:48em) {
  .c-button-container.-size_l .c-button {
    max-width: 260px
  }
}

@media print, screen and (min-width:48em) {
  .c-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px
  }
}

@media print, screen and (min-width:64em) {
  .c-column {
    margin-left: -60px
  }
}

@media print, screen and (min-width:48em) {
  .c-column.-max2 .c-column__item {
    width: calc(50% - 20px);
    margin-left: 20px
  }
}

@media print, screen and (min-width:64em) {
  .c-column.-max2 .c-column__item {
    width: calc(50% - 60px);
    margin-left: 60px
  }
}

@media print, screen and (min-width:48em) {
  .c-column.-align_start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.c-column__item {
  display: block
}

@media only screen and (max-width:47.9375em) {
  .c-column__item {
    margin-top: 16px
  }
}

@media print, screen and (min-width:48em) {
  .c-column__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    margin-left: 20px
  }
}

@media print, screen and (min-width:64em) {
  .c-column__item {
    margin-left: 60px
  }
}

.c-column__item.-bg_gray {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f1f8fb
}

@media only screen and (max-width:47.9375em) {
  .c-column__item.-bg_gray {
    border-radius: 10px
  }
}

@media print, screen and (min-width:48em) {
  .c-column__item.-bg_gray {
    border-radius: 20px
  }
}

.c-column__item.-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-column__item.-img img {
  display: block;
  width: auto;
  max-width: 100%
}

.c-column__img {
  display: block;
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  .c-column__img {
    margin-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .c-column__img {
    width: 200px;
    margin-left: 20px
  }
}

@media print, screen and (min-width:64em) {
  .c-column__img {
    width: 240px;
    margin-left: 60px
  }
}

.c-column__img img {
  display: block;
  width: 100%;
  max-width: 100%
}

.browser-is-ie .c-column__img img {
  width: 100%
}

.c-column__img.-width_auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-column__img.-width_auto img {
  width: auto
}

.c-column__img.-privacy_mark {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f5f7f8
}

@media only screen and (max-width:47.9375em) {
  .c-column__img.-privacy_mark {
    border-radius: 10px
  }
}

@media print, screen and (min-width:48em) {
  .c-column__img.-privacy_mark {
    border-radius: 20px
  }
}

.c-column__img.-whitepaper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f7f8
}

@media only screen and (max-width:47.9375em) {
  .c-column__img.-whitepaper {
    border-radius: 10px
  }
}

@media print, screen and (min-width:48em) {
  .c-column__img.-whitepaper {
    border-radius: 20px
  }
}

.c-column__img.-whitepaper img {
  width: auto
}

.c-definition-list {
  width: 100%
}

.c-definition-list dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  line-height: 1.4
}

.c-definition-list dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4
}

.c-definition-list.-inline {
  line-height: 1
}

.c-definition-list.-inline dt {
  display: inline;
  margin-left: 1px
}

.c-definition-list.-inline dt:first-child {
  margin-left: 0
}

.c-definition-list.-inline dd {
  display: inline;
  margin-left: -3px
}

.c-definition-list.-inline dd:after {
  margin-right: 4px;
  margin-left: 4px;
  content: ','
}

.c-definition-list.-inline dd:last-child:after {
  display: none
}

.c-definition-list.-small dd, .c-definition-list.-small dt {
  font-size: 14px;
  font-size: .875rem
}

.c-definition-list.-block {
  margin-top: -6px
}

.c-definition-list.-block:after {
  display: block;
  clear: both;
  content: ''
}

.c-definition-list.-block dt {
  display: block;
  clear: left;
  float: left;
  margin-bottom: 6px
}

.c-definition-list.-block dd {
  display: block;
  float: left;
  margin-bottom: 6px
}

.c-definition-list.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.c-definition-list.-flex dt {
  display: block
}

.c-definition-list.-flex dt.-nowrap {
  white-space: nowrap
}

.c-definition-list.-flex dd {
  display: block
}

.c-definition-list.-coron dt:after {
  margin-right: 5px;
  margin-left: 5px;
  content: ':'
}

.c-definition-list.-border dt {
  position: relative;
  padding-right: 30px
}

.c-definition-list.-border dt:after {
  display: block;
  position: absolute;
  width: 1px;
  background-color: #ddd;
  content: ''
}

@media only screen and (max-width:47.9375em) {
  .c-definition-list.-border dt:after {
    top: .25em;
    right: 8px;
    height: 11px
  }
}

@media print, screen and (min-width:48em) {
  .c-definition-list.-border dt:after {
    top: .25em;
    right: 15px;
    height: 13px
  }
}

.c-definition-list dt.-nowrap {
  white-space: nowrap
}

.c-heading-2 {
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #2364ce;
}

@media only screen and (max-width:47.9375em) {
  .c-heading-2 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-2 {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .c-heading-2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.55
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.4
  }
}

@media print, screen and (min-width:64em) {
  .c-heading-2 {
    font-size: 32px;
    font-size: 2rem
  }
}

.c-heading-3 {
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .c-heading-3 {
    font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-3 {
    font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .c-heading-3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.55
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.55
  }
}

@media only screen and (max-width:47.9375em) {
  .c-heading-3.-sp_large {
    font-size: 24px;
    font-size: 1.5rem
  }
}

.c-heading-4 {
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .c-heading-4 {
    font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-4 {
    font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .c-heading-4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.55
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.55
  }
}

.c-heading-5 {
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .c-heading-5 {
    font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-5 {
    font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .c-heading-5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6
  }
}

.c-heading-1.-center, .c-heading-2.-center, .c-heading-3.-center, .c-heading-4.-center, .c-heading-5.-center {
  text-align: center
}

@media print, screen and (min-width:48em) {
  .c-heading-1.-pc_center, .c-heading-2.-pc_center, .c-heading-3.-pc_center, .c-heading-4.-pc_center, .c-heading-5.-pc_center {
    text-align: center
  }
}

.c-heading-1.-line, .c-heading-2.-line, .c-heading-3.-line, .c-heading-4.-line, .c-heading-5.-line {
  position: relative;
  padding-left: 38px
}

.c-heading-1.-line:before, .c-heading-2.-line:before, .c-heading-3.-line:before, .c-heading-4.-line:before, .c-heading-5.-line:before {
  display: block;
  position: absolute;
  top: .75em;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #000;
  content: ''
}

.c-image {
  display: block;
  position: relative;
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  .c-image {
    margin-top: 25px
  }
}

@media print, screen and (min-width:48em) {
  .c-image {
    margin-top: 60px
  }
}

.c-image img {
  display: block;
  max-width: 100%
}

.browser-is-ie .c-image img {
  width: 100%
}

.c-image:first-child {
  margin-top: 0
}

.c-image__caption {
  display: block
}

@media only screen and (max-width:47.9375em) {
  .c-image__caption {
    margin-top: 4px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .c-image__caption {
    margin-top: 26px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media only screen and (max-width:47.9375em) {
  .c-heading-2+.c-image {
    margin-top: 40px
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-2+.c-image {
    margin-top: 60px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-heading-3+.c-image {
    margin-top: 28px
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-3+.c-image {
    margin-top: 18px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-heading-4+.c-image {
    margin-top: 38px
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-4+.c-image {
    margin-top: 58px
  }
}

.c-image.-border:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #ccc;
  content: ''
}

.c-image.-border.-radius:before {
  border-radius: 10px
}

.c-image.-radius img {
  border-radius: 10px
}

.c-image.-center img {
  margin-right: auto;
  margin-left: auto
}

@media only screen and (max-width:47.9375em) {
  .c-list, .p-flex-form__desc ul, .p-paper-form__desc ul, .p-paper-panel__desc ul {
    margin-top: 28px
  }
}

@media print, screen and (min-width:48em) {
  .c-list, .p-flex-form__desc ul, .p-paper-form__desc ul, .p-paper-panel__desc ul {
    margin-top: 32px
  }
}

.c-list:first-child, .p-flex-form__desc ul:first-child, .p-paper-form__desc ul:first-child, .p-paper-panel__desc ul:first-child {
  margin-top: 0
}

.c-list li, .p-flex-form__desc ul li, .p-paper-form__desc ul li, .p-paper-panel__desc ul li {
  position: relative;
  line-height: 1.5
}

@media only screen and (max-width:47.9375em) {
  .c-list li, .p-flex-form__desc ul li, .p-paper-form__desc ul li, .p-paper-panel__desc ul li {
    margin-top: 8px;
    padding-left: 14px
  }
}

@media print, screen and (min-width:48em) {
  .c-list li, .p-flex-form__desc ul li, .p-paper-form__desc ul li, .p-paper-panel__desc ul li {
    margin-top: 6px;
    padding-left: 17px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .c-list li, .p-flex-form__desc ul li, .p-paper-form__desc ul li, .p-paper-panel__desc ul li {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.c-list li:first-child, .p-flex-form__desc ul li:first-child, .p-paper-form__desc ul li:first-child, .p-paper-panel__desc ul li:first-child {
  margin-top: 0
}

.c-list li:before, .p-flex-form__desc ul li:before, .p-paper-form__desc ul li:before, .p-paper-panel__desc ul li:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  background-color: #ccc;
  border-radius: 50%;
  content: ''
}

@media only screen and (max-width:47.9375em) {
  .c-list li:before, .p-flex-form__desc ul li:before, .p-paper-form__desc ul li:before, .p-paper-panel__desc ul li:before {
    top: .65em;
    width: 5px;
    height: 5px
  }
}

@media print, screen and (min-width:48em) {
  .c-list li:before, .p-flex-form__desc ul li:before, .p-paper-form__desc ul li:before, .p-paper-panel__desc ul li:before {
    top: .45em;
    width: 8px;
    height: 8px
  }
}

.c-list a, .p-flex-form__desc ul a, .p-paper-form__desc ul a, .p-paper-panel__desc ul a {
  text-decoration: underline
}

@media print, screen and (min-width:64em) {
  .c-list a:hover, .p-flex-form__desc ul a:hover, .p-paper-form__desc ul a:hover, .p-paper-panel__desc ul a:hover {
    text-decoration: none
  }
}

@media print, screen and (min-width:64em) {
  .c-list.-large li, .p-flex-form__desc ul.-large li, .p-paper-form__desc ul.-large li, .p-paper-panel__desc ul.-large li {
    margin-top: 14px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

.c-list.-large li:first-child, .p-flex-form__desc ul.-large li:first-child, .p-paper-form__desc ul.-large li:first-child, .p-paper-panel__desc ul.-large li:first-child {
  margin-top: 0
}

@media print, screen and (min-width:64em) {
  .c-list.-large li:before, .p-flex-form__desc ul.-large li:before, .p-paper-form__desc ul.-large li:before, .p-paper-panel__desc ul.-large li:before {
    top: .5em
  }
}

@media only screen and (max-width:47.9375em) {
  .c-heading-2+.c-list, .p-flex-form__desc .c-heading-2+ul, .p-paper-form__desc .c-heading-2+ul, .p-paper-panel__desc .c-heading-2+ul {
    margin-top: 24px
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-2+.c-list, .p-flex-form__desc .c-heading-2+ul, .p-paper-form__desc .c-heading-2+ul, .p-paper-panel__desc .c-heading-2+ul {
    margin-top: 32px
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-3+.c-list, .p-flex-form__desc .c-heading-3+ul, .p-paper-form__desc .c-heading-3+ul, .p-paper-panel__desc .c-heading-3+ul {
    margin-top: 33px
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-4+.c-list, .p-flex-form__desc .c-heading-4+ul, .p-paper-form__desc .c-heading-4+ul, .p-paper-panel__desc .c-heading-4+ul {
    margin-top: 20px
  }
}

.c-list.-decimal, .p-flex-form__desc ul.-decimal, .p-paper-form__desc ul.-decimal, .p-paper-panel__desc ul.-decimal {
  counter-reset: number
}

.c-list.-decimal li, .p-flex-form__desc ul.-decimal li, .p-paper-form__desc ul.-decimal li, .p-paper-panel__desc ul.-decimal li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5
}

@media only screen and (max-width:47.9375em) {
  .c-list.-decimal li, .p-flex-form__desc ul.-decimal li, .p-paper-form__desc ul.-decimal li, .p-paper-panel__desc ul.-decimal li {
    margin-top: 8px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .c-list.-decimal li, .p-flex-form__desc ul.-decimal li, .p-paper-form__desc ul.-decimal li, .p-paper-panel__desc ul.-decimal li {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .c-list.-decimal li, .p-flex-form__desc ul.-decimal li, .p-paper-form__desc ul.-decimal li, .p-paper-panel__desc ul.-decimal li {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.c-list.-decimal li:first-child, .p-flex-form__desc ul.-decimal li:first-child, .p-paper-form__desc ul.-decimal li:first-child, .p-paper-panel__desc ul.-decimal li:first-child {
  margin-top: 0
}

.c-list.-decimal li:before, .p-flex-form__desc ul.-decimal li:before, .p-paper-form__desc ul.-decimal li:before, .p-paper-panel__desc ul.-decimal li:before {
  display: none
}

.c-list.-decimal li:after, .p-flex-form__desc ul.-decimal li:after, .p-paper-form__desc ul.-decimal li:after, .p-paper-panel__desc ul.-decimal li:after {
  display: block;
  position: absolute;
  left: 0;
  counter-increment: number;
  content: counter(number) "."
}

@media only screen and (max-width:47.9375em) {
  .c-list.-decimal li:after, .p-flex-form__desc ul.-decimal li:after, .p-paper-form__desc ul.-decimal li:after, .p-paper-panel__desc ul.-decimal li:after {
    top: 2px
  }
}

@media print, screen and (min-width:48em) {
  .c-list.-decimal li:after, .p-flex-form__desc ul.-decimal li:after, .p-paper-form__desc ul.-decimal li:after, .p-paper-panel__desc ul.-decimal li:after {
    top: 0
  }
}

.c-list.-decimal.-kakko li, .p-flex-form__desc ul.-decimal.-kakko li, .p-paper-form__desc ul.-decimal.-kakko li, .p-paper-panel__desc ul.-decimal.-kakko li {
  padding-left: 45px
}

.c-list.-decimal.-kakko li:after, .p-flex-form__desc ul.-decimal.-kakko li:after, .p-paper-form__desc ul.-decimal.-kakko li:after, .p-paper-panel__desc ul.-decimal.-kakko li:after {
  content: "（" counter(number) "）"
}

.c-list.-decimal.-sub li, .p-flex-form__desc ul.-decimal.-sub li, .p-paper-form__desc ul.-decimal.-sub li, .p-paper-panel__desc ul.-decimal.-sub li {
  padding-left: 40px
}

.c-list.-decimal.-sub li:after, .p-flex-form__desc ul.-decimal.-sub li:after, .p-paper-form__desc ul.-decimal.-sub li:after, .p-paper-panel__desc ul.-decimal.-sub li:after {
  display: none
}

.c-list.-decimal.-sub li span, .p-flex-form__desc ul.-decimal.-sub li span, .p-paper-form__desc ul.-decimal.-sub li span, .p-paper-panel__desc ul.-decimal.-sub li span {
  display: block;
  position: absolute;
  left: 0
}

@media only screen and (max-width:47.9375em) {
  .c-list.-decimal.-sub li span, .p-flex-form__desc ul.-decimal.-sub li span, .p-paper-form__desc ul.-decimal.-sub li span, .p-paper-panel__desc ul.-decimal.-sub li span {
    top: 2px
  }
}

@media print, screen and (min-width:48em) {
  .c-list.-decimal.-sub li span, .p-flex-form__desc ul.-decimal.-sub li span, .p-paper-form__desc ul.-decimal.-sub li span, .p-paper-panel__desc ul.-decimal.-sub li span {
    top: 0
  }
}

.c-list.-bold>li, .p-flex-form__desc ul.-bold>li, .p-paper-form__desc ul.-bold>li, .p-paper-panel__desc ul.-bold>li {
  font-weight: 700
}

@media print, screen and (min-width:48em) {
  .c-list.-small li, .p-flex-form__desc ul.-small li, .p-paper-form__desc ul.-small li, .p-paper-panel__desc ul.-small li {
    margin-top: 6px;
    padding-left: 17px;
    font-size: 16px;
    font-size: 1rem
  }
}

.c-list.-small li:first-child, .p-flex-form__desc ul.-small li:first-child, .p-paper-form__desc ul.-small li:first-child, .p-paper-panel__desc ul.-small li:first-child {
  margin-top: 0
}

@media only screen and (max-width:47.9375em) {
  .c-list.-xs li, .p-flex-form__desc ul.-xs li, .p-paper-form__desc ul.-xs li, .p-paper-panel__desc ul.-xs li {
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .c-list.-xs li, .p-flex-form__desc ul.-xs li, .p-paper-form__desc ul.-xs li, .p-paper-panel__desc ul.-xs li {
    margin-top: 12px;
    padding-left: 17px;
    font-size: 14px;
    font-size: .875rem
  }
}

.c-list.-xs li:first-child, .p-flex-form__desc ul.-xs li:first-child, .p-paper-form__desc ul.-xs li:first-child, .p-paper-panel__desc ul.-xs li:first-child {
  margin-top: 0
}

@media only screen and (max-width:63.9375em) {
  .c-overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 160, 233, .6)), to(rgba(87, 92, 255, .6)));
    background: -webkit-linear-gradient(top, rgba(0, 160, 233, .6) 0, rgba(87, 92, 255, .6) 100%);
    background: linear-gradient(to bottom, rgba(0, 160, 233, .6) 0, rgba(87, 92, 255, .6) 100%);
    -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .25s;
    transition: all cubic-bezier(.215, .61, .355, 1) .25s
  }
}

@media print, screen and (min-width:64em) {
  .c-overlay {
    display: none
  }
}

.c-overlay.-visible {
  visibility: visible;
  opacity: 1
}

@media only screen and (max-width:47.9375em) {
  .c-section-1 {
    margin-top: 54px
  }
}

@media print, screen and (min-width:48em) {
  .c-section-1 {
    margin-top: 80px
  }
}

@media print, screen and (min-width:64em) {
  .c-section-1 {
    margin-top: 114px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-section-2 {
    margin-top: 40px
  }
}

@media print, screen and (min-width:48em) {
  .c-section-2 {
    margin-top: 70px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-section-3 {
    margin-top: 40px
  }
}

@media print, screen and (min-width:48em) {
  .c-section-3 {
    margin-top: 60px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-section-35 {
    margin-top: 40px
  }
}

@media print, screen and (min-width:48em) {
  .c-section-35 {
    margin-top: 55px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-section-4 {
    margin-top: 40px
  }
}

@media print, screen and (min-width:48em) {
  .c-section-4 {
    margin-top: 50px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-section-45 {
    margin-top: 30px
  }
}

@media print, screen and (min-width:48em) {
  .c-section-45 {
    margin-top: 45px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-section-5 {
    margin-top: 30px
  }
}

@media print, screen and (min-width:48em) {
  .c-section-5 {
    margin-top: 40px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-section-55 {
    margin-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .c-section-55 {
    margin-top: 35px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-section-6 {
    margin-top: 16px
  }
}

@media print, screen and (min-width:48em) {
  .c-section-6 {
    margin-top: 30px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-section-7 {
    margin-top: 110px
  }
}

@media print, screen and (min-width:48em) {
  .c-section-7 {
    margin-top: 124px
  }
}

@media print, screen and (min-width:64em) {
  .c-section-7 {
    margin-top: 160px
  }
}

.c-section-1:first-child, .c-section-2:first-child, .c-section-3:first-child {
  margin-top: 0
}

@media print, screen and (min-width:48em) {
  .c-heading-2+.c-section-2 {
    margin-top: 74px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-section-1.-blog {
    position: relative;
    margin-top: 60px;
    padding-top: 63px;
    overflow: hidden
  }
}

@media only screen and (max-width:47.9375em) {
  .c-section-1.-blog:before {
    content: '';
    width: 100vw;
    height: 3px;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    background-color: #eee
  }
}

@media print, screen and (min-width:48em) {
  .c-section-3.-related {
    margin-top: 100px;
    padding-top: 75px;
    border-top: 1px solid #e5e5e5
  }
}

.c-sentence, .p-flex-form__desc p, .p-paper-form__desc p, .p-price-box__desc, .p-price-column__desc {
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph
}

@media only screen and (max-width:47.9375em) {
  .c-sentence, .p-flex-form__desc p, .p-paper-form__desc p, .p-price-box__desc, .p-price-column__desc {
    margin-top: 18px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.55
  }
}

@media print, screen and (min-width:48em) {
  .c-sentence, .p-flex-form__desc p, .p-paper-form__desc p, .p-price-box__desc, .p-price-column__desc {
    margin-top: 26px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.9
  }
}

@media print, screen and (min-width:64em) {
  .c-sentence, .p-flex-form__desc p, .p-paper-form__desc p, .p-price-box__desc, .p-price-column__desc {
    margin-top: 32px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

.c-sentence:first-child, .p-flex-form__desc p:first-child, .p-paper-form__desc p:first-child, .p-price-box__desc:first-child, .p-price-column__desc:first-child {
  margin-top: 0
}

.c-sentence>a, .p-flex-form__desc p>a, .p-paper-form__desc p>a, .p-price-box__desc>a, .p-price-column__desc>a {
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .1s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s
}

@media print, screen and (min-width:64em) {
  .c-sentence>a:hover, .p-flex-form__desc p>a:hover, .p-paper-form__desc p>a:hover, .p-price-box__desc>a:hover, .p-price-column__desc>a:hover {
    color: #2364ce;
  }
}

.c-sentence>a[target='_blank'], .p-flex-form__desc p>a[target='_blank'], .p-paper-form__desc p>a[target='_blank'], .p-price-box__desc>a[target='_blank'], .p-price-column__desc>a[target='_blank'] {
  padding-right: 3px
}

@media only screen and (max-width:47.9375em) {
  .c-heading-2+.c-sentence, .c-heading-2+.p-price-box__desc, .c-heading-2+.p-price-column__desc, .p-flex-form__desc .c-heading-2+p, .p-paper-form__desc .c-heading-2+p {
    margin-top: 36px
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-2+.c-sentence, .c-heading-2+.p-price-box__desc, .c-heading-2+.p-price-column__desc, .p-flex-form__desc .c-heading-2+p, .p-paper-form__desc .c-heading-2+p {
    margin-top: 43px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-heading-3+.c-sentence, .c-heading-3+.p-price-box__desc, .c-heading-3+.p-price-column__desc, .p-flex-form__desc .c-heading-3+p, .p-paper-form__desc .c-heading-3+p {
    margin-top: 14px
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-3+.c-sentence, .c-heading-3+.p-price-box__desc, .c-heading-3+.p-price-column__desc, .p-flex-form__desc .c-heading-3+p, .p-paper-form__desc .c-heading-3+p {
    margin-top: 30px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-heading-4+.c-sentence, .c-heading-4+.p-price-box__desc, .c-heading-4+.p-price-column__desc, .p-flex-form__desc .c-heading-4+p, .p-paper-form__desc .c-heading-4+p {
    margin-top: 10px
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-4+.c-sentence, .c-heading-4+.p-price-box__desc, .c-heading-4+.p-price-column__desc, .p-flex-form__desc .c-heading-4+p, .p-paper-form__desc .c-heading-4+p {
    margin-top: 20px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-heading-5+.c-sentence, .c-heading-5+.p-price-box__desc, .c-heading-5+.p-price-column__desc, .p-flex-form__desc .c-heading-5+p, .p-paper-form__desc .c-heading-5+p {
    margin-top: 6px
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-5+.c-sentence, .c-heading-5+.p-price-box__desc, .c-heading-5+.p-price-column__desc, .p-flex-form__desc .c-heading-5+p, .p-paper-form__desc .c-heading-5+p {
    margin-top: 14px
  }
}

@media print, screen and (min-width:48em) {
  .c-image+.c-sentence, .c-image+.p-price-box__desc, .c-image+.p-price-column__desc, .p-flex-form__desc .c-image+p, .p-paper-form__desc .c-image+p {
    margin-top: 34px
  }
}

.-margin_0.p-price-box__desc, .-margin_0.p-price-column__desc, .c-sentence.-margin_0, .p-flex-form__desc p.-margin_0, .p-paper-form__desc p.-margin_0 {
  margin-top: 0
}

.-center.p-price-box__desc, .-center.p-price-column__desc, .c-sentence.-center, .p-flex-form__desc p.-center, .p-paper-form__desc p.-center {
  text-align: center
}

@media print, screen and (min-width:48em) {
  .-pc_center.p-price-box__desc, .-pc_center.p-price-column__desc, .c-sentence.-pc_center, .p-flex-form__desc p.-pc_center, .p-paper-form__desc p.-pc_center {
    text-align: center
  }
}

.-right.p-price-box__desc, .-right.p-price-column__desc, .c-sentence.-right, .p-flex-form__desc p.-right, .p-paper-form__desc p.-right {
  text-align: right
}

@media only screen and (max-width:47.9375em) {
  .-sp_large.p-price-box__desc, .-sp_large.p-price-column__desc, .c-sentence.-sp_large, .p-flex-form__desc p.-sp_large, .p-paper-form__desc p.-sp_large {
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .-large.p-price-box__desc, .-large.p-price-column__desc, .c-sentence.-large, .p-flex-form__desc p.-large, .p-paper-form__desc p.-large {
    line-height: 1.8
  }
}

@media only screen and (max-width:47.9375em) {
  .-small.p-price-box__desc, .-small.p-price-column__desc, .c-sentence.-small, .p-flex-form__desc p.-small, .p-paper-form__desc p.-small {
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .-small.p-price-box__desc, .-small.p-price-column__desc, .c-sentence.-small, .p-flex-form__desc p.-small, .p-paper-form__desc p.-small {
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .-medium.p-price-box__desc, .-medium.p-price-column__desc, .c-sentence.-medium, .p-flex-form__desc p.-medium, .p-paper-form__desc p.-medium {
    font-size: 16px;
    font-size: 1rem
  }
}

.-separate.p-price-box__desc, .-separate.p-price-column__desc, .c-sentence.-separate, .p-flex-form__desc p.-separate, .p-paper-form__desc p.-separate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.-separate.p-price-box__desc span, .-separate.p-price-column__desc span, .c-sentence.-separate span, .p-flex-form__desc p.-separate span, .p-paper-form__desc p.-separate span {
  display: block;
  padding-right: 15px;
  white-space: nowrap
}

.-switchable.p-price-box__desc, .-switchable.p-price-column__desc, .c-sentence.-switchable, .p-flex-form__desc p.-switchable, .p-paper-form__desc p.-switchable {
  display: none
}

.-switchable.-visible.p-price-box__desc, .-switchable.-visible.p-price-column__desc, .c-sentence.-switchable.-visible, .p-flex-form__desc p.-switchable.-visible, .p-paper-form__desc p.-switchable.-visible {
  display: block
}

.c-table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  .c-table {
    margin-top: 18px
  }
}

@media print, screen and (min-width:48em) {
  .c-table {
    margin-top: 28px
  }
}

.c-table:first-child {
  margin-top: 0
}

@media only screen and (max-width:47.9375em) {
  .c-table tr {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #d9ebf3
  }
}

@media only screen and (max-width:47.9375em) {
  .c-table tr:last-child {
    border-width: 1px 0 1px 0
  }
}

@media print, screen and (min-width:48em) {
  .c-table tr:last-child td, .c-table tr:last-child th {
    border-width: 1px 0 1px 0
  }
}

.c-table tr td, .c-table tr th {
  vertical-align: top
}

@media only screen and (max-width:47.9375em) {
  .c-table tr td, .c-table tr th {
    display: block;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .c-table tr td, .c-table tr th {
    padding-top: 15px;
    padding-bottom: 16px;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #d9ebf3;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .c-table tr td, .c-table tr th {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.c-table tr th {
  white-space: nowrap;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .c-table tr th {
    padding-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .c-table tr th {
    padding-right: 32px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-table tr td {
    padding-top: 4px;
    padding-bottom: 20px
  }
}

.c-table tr td a {
  word-break: break-all
}

.c-table tr td a:not(.c-link) {
  text-decoration: underline
}

@media print, screen and (min-width:64em) {
  .c-table tr td a:not(.c-link):hover {
    text-decoration: none
  }
}

.c-table tr td a[target='_blank'] {
  padding-right: 3px
}

.c-table tr td a .c-blank {
  top: -.1em
}

@media only screen and (max-width:47.9375em) {
  .c-heading-2+.c-table {
    margin-top: 24px
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-2+.c-table {
    margin-top: 32px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-heading-3+.c-table {
    margin-top: 29px
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-3+.c-table {
    margin-top: 40px
  }
}

@media print, screen and (min-width:48em) {
  .c-heading-4+.c-table {
    margin-top: 25px
  }
}

@media print, screen and (min-width:48em) {
  .c-table.-large tr td, .c-table.-large tr th {
    padding-top: 34px;
    padding-bottom: 42px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-table.-person tr:first-child td, .c-table.-person tr:first-child th {
    border-width: 0 0 1px 0
  }
}

.c-table.-person tr:last-child td, .c-table.-person tr:last-child th {
  border-width: 1px 0 1px 0
}

@media only screen and (max-width:47.9375em) {
  .c-table.-person tr td, .c-table.-person tr th {
    display: table-cell;
    font-size: 16px;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #d9ebf3
  }
}

@media print, screen and (min-width:48em) {
  .c-table.-person tr td, .c-table.-person tr th {
    padding-top: 10px;
    padding-bottom: 11px
  }
}

@media print, screen and (min-width:48em) {
  .c-table.-person tr td {
    width: 100%
  }
}

.c-link {
  font-weight: 700;
  color: #00a5eb
}

.c-link .c-arrow.-right {
  border-color: #00a5eb
}

@media only screen and (max-width:47.9375em) {
  .c-accordion {
    margin-bottom: 54px
  }
}

@media print, screen and (min-width:48em) {
  .c-accordion {
    margin-bottom: 72px
  }
}

.c-accordion__container {
  overflow: hidden
}

@media only screen and (max-width:47.9375em) {
  .c-accordion__container {
    height: 0
  }
}

.c-accordion__toggle {
  position: relative;
  padding-left: 16px
}

.c-accordion__toggle>span {
  position: absolute;
  top: .4em;
  left: 0;
  display: block;
  width: 11px;
  height: 11px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.c-accordion__toggle>span:before {
  display: block;
  content: '';
  position: absolute;
  top: 5px;
  width: 12px;
  height: 2px;
  background: #147896
}

.c-accordion__toggle>span:after {
  display: block;
  content: '';
  position: absolute;
  left: 5px;
  width: 2px;
  height: 12px;
  background: #147896;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.c-accordion__toggle.is-active>span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.c-accordion__toggle.is-active>span:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

@media only screen and (max-width:47.9375em) {
  .c-accordion__list {
    margin-top: 13px
  }
}

@media print, screen and (min-width:48em) {
  .c-accordion__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -35px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-accordion__item {
    margin-top: 4px
  }
}

@media print, screen and (min-width:48em) {
  .c-accordion__item {
    margin-right: 35px
  }
}

.c-accordion__item>a {
  display: inline-block;
  position: relative;
  padding-left: 20px
}

@media only screen and (max-width:47.9375em) {
  .c-accordion__item>a {
    font-size: 14px;
    font-size: .875rem
  }
}

.p-article-wp-area .c-accordion__item>a {
  text-decoration: none
}

.c-accordion__item>a>svg {
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 11px;
  height: 7px;
  margin-right: 10px;
  stroke: #147896;
  stroke-width: 2px;
  fill: none
}

@media only screen and (max-width:47.9375em) {
  .c-accordion__item>a>svg {
    top: .65em
  }
}

@media print, screen and (min-width:48em) {
  .c-accordion__item>a>svg {
    top: .55em
  }
}

@media print, screen and (min-width:64em) {
  .c-accordion__item>a>svg {
    -webkit-transition: all .1s 0s ease;
    transition: all .1s 0s ease
  }
}

@media only screen and (max-width:47.9375em) {
  .device-is-iphone .c-accordion__item>a>svg {
    margin-top: -1px;
    left: -1px
  }
}

@media print, screen and (min-width:64em) {
  .c-accordion__item>a:hover>svg {
    stroke: #0c93b4
  }
}

.c-icon {
  position: relative;
  display: inline-block
}

.c-icon.-block {
  display: block
}

.c-icon.-tel {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M5.413%208.193a10.1%2010.1%200%20004.393%204.393l1.467-1.467a.663.663%200%2001.68-.16%207.6%207.6%200%20002.38.38.669.669%200%2001.667.667v2.327a.669.669%200%2001-.667.667A11.332%2011.332%200%20013%203.667.669.669%200%20013.667%203H6a.669.669%200%2001.667.667%207.574%207.574%200%2000.38%202.38.669.669%200%2001-.167.68z%22%20transform%3D%22translate%28-3%20-3%29%22%20fill%3D%22%23000000%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E")
}

.c-icon.-pdf {
  top: .15em;
  width: 15px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.76%22%20height%3D%2218%22%3E\a%20%20%20%20%20%20%3Cdefs%3E%3CclipPath%20id%3D%22pdf-path%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h14.76v18H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E\a%20%20%20%20%20%20%3Cg%20clip-path%3D%22url%28%23pdf-path%29%22%3E\a%20%20%20%20%20%20%20%20%3Cg%3E\a%20%20%20%20%20%20%20%20%20%20%3Cg%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.04%2022H6.72a.721.721%200%2001-.72-.72V4.72A.721.721%200%20016.72%204h10.874a.717.717%200%2001.508.21l.043.043L20.6%207.784a.717.717%200%2001.164.458V21.28a.721.721%200%2001-.724.72zM6.72%204.72v16.56h13.32V8.242L20%208.2l-.027-.055-2.4-3.424z%22%20transform%3D%22translate%28-6%20-4%29%22%20fill%3D%22%23333%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21.188%2021.083a4.847%204.847%200%2000-2.274.4%2011.15%2011.15%200%2001-1.9-2.718c.579-2.033.51-3.36-.232-3.762a.982.982%200%2000-1.277.41c-.089.132-.357.536.15%202.015a12.206%2012.206%200%2000.594%201.4%2024.877%2024.877%200%2001-.924%202.471c-.287.67-.557%201.237-.807%201.715a6.941%206.941%200%2000-2.274%201.33%201.4%201.4%200%2000-.343%201.437.694.694%200%2000.645.413h.011c.7-.01%201.557-.922%202.472-2.61%201.3-.524%202.824-1.006%203.739-1.27a3.467%203.467%200%20001.11.665%202.239%202.239%200%20002.411-.309.877.877%200%2000.192-.96c-.081-.187-.381-.627-1.293-.627zm-8.631%204.4a.724.724%200%2001.227-.667%203.893%203.893%200%20011.119-.737c-.751%201.181-1.231%201.431-1.346%201.409zM16.1%2015.81a.386.386%200%2001.277-.19.126.126%200%2001.058.014c.186.1.4.662.1%202.1-.053-.129-.1-.257-.148-.383-.371-1.032-.328-1.469-.287-1.541zm-.586%206.812q.232-.487.468-1.037.43-1%20.731-1.879a11.8%2011.8%200%20001.457%202.034c-.645.194-1.646.507-2.653.881zm6.239-.435a1.633%201.633%200%2001-1.651.112%202.339%202.339%200%2001-.573-.3%205.5%205.5%200%20011.656-.2c.432%200%20.6.131.635.2s-.041.163-.064.188z%22%20transform%3D%22translate%28-9.722%20-11.335%29%22%20fill%3D%22%23f60%22%2F%3E\a%20%20%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%3C%2Fsvg%3E");
  margin-left: 8px
}

.c-pagination {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (max-width:47.9375em) {
  .c-pagination {
    margin-top: 40px
  }
}

@media print, screen and (min-width:48em) {
  .c-pagination {
    margin-top: 55px
  }
}

.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.c-pagination__item {
  margin: 0 2.5px
}

@media only screen and (max-width:47.9375em) {
  .c-pagination__item {
    width: 30px;
    height: 30px
  }
}

@media print, screen and (min-width:48em) {
  .c-pagination__item {
    width: 50px;
    height: 50px
  }
}

.c-pagination__item a, .c-pagination__item span {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #2364ce;
  -webkit-transition: background-color cubic-bezier(.215, .61, .355, 1) .15s, color cubic-bezier(.215, .61, .355, 1) .1s;
  transition: background-color cubic-bezier(.215, .61, .355, 1) .15s, color cubic-bezier(.215, .61, .355, 1) .1s
}

.c-pagination__item.-active a, .c-pagination__item.-active span {
  background-color: #2364ce;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-color: #2364ce;
}

@media print, screen and (min-width:64em) {
  .c-pagination__item a:hover {
    background-color: #2364ce;
    border-color: #2364ce;
    color: #fff
  }
}

.c-pagination__item a:hover.-active {
  color: #fff
}

.c-pagination__item.c-pagination__connect a {
  pointer-events: none
}

.c-pagination__connect {
  border-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media only screen and (max-width:47.9375em) {
  .c-pagination__connect {
    margin: 0
  }
}

.c-pagination__prev {
  margin-right: 35px
}

@media only screen and (max-width:47.9375em) {
  .c-pagination__prev {
    margin-right: 0
  }
}

.c-pagination__prev .c-arrow.-left {
  margin-right: -3px;
  top: 0
}

@media print, screen and (min-width:64em) {
  .c-pagination__prev a:hover .c-arrow.-left {
    border-color: #fff
  }
}

.c-pagination__next {
  margin-left: 35px
}

@media only screen and (max-width:47.9375em) {
  .c-pagination__next {
    margin-left: 0
  }
}

.c-pagination__next .c-arrow.-right {
  margin-left: -3px;
  top: 0
}

@media print, screen and (min-width:64em) {
  .c-pagination__next a:hover .c-arrow.-right {
    border-color: #fff
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.c-flex-font {
  text-align: center;
  font-size: 40px
}

@media only screen and (max-width:63.9375em) {
  .c-flex-font {
    font-size: calc(20px + ((40 - 20) * (100vw - 767px)/ (1023 - 767)))
  }
}

@media only screen and (max-width:47.9375em) {
  .c-flex-font {
    font-size: 20px
  }
}

.p-home-visual {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding-right: 4.267%;
  padding-left: 4.267%;
  background: #051e32;
  color: #000
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual {
    padding-bottom: 80px
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual {
    padding-top: 115px;
    padding-bottom: 160px
  }
}

.p-home-visual__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 2
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__inner {
    padding-bottom: 12px;
    width: 100%;
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1032px;
    margin-right: auto;
    margin-left: auto
  }
}
/* 20231013 -----------------------------*/
.p-home-visual {
    padding: 8vw 0 12vw 0;
}
.p-home-visual__inner .wrap-unit {
    margin: 0 2%;
    width: 96%;
    height: 24vw;
    position: relative;
}
.p-home-visual__inner .wrap-unit .txt-unit {
    width: 54.45%;
    position: absolute;
    top: 0;
    left: 0;
}
.p-home-visual__inner .wrap-unit .txt-unit .copy-txt {
    width: 100%;
}
.p-home-visual__inner .wrap-unit .txt-unit .copy-txt .sub_title {
    display: block;
    padding-left: 1em;
    width: 100%;
    font-size: 1.4vw;
    line-height: 1em;
    font-weight: 600;
}
.p-home-visual__inner .wrap-unit .txt-unit .copy-txt .main_title {
    display: block;
    margin: 0 0 0.6em 0;
    width: 100%;
    font-size: 2.2vw;
    line-height: 1em;
    font-weight: 600;
}
.p-home-visual__inner .wrap-unit .txt-unit .copy-txt .main_title span {
  display: inline;
  padding-left: 0.5em;
  color: #2364ce;
}
.p-home-visual__inner .wrap-unit .txt-unit .copy-txt .main_title span span {
  display: inline;
  padding-left: 0;
  font-size: 4.2vw;
  position: relative;
}
.p-home-visual__inner .wrap-unit .txt-unit .copy-txt .main_title span span sup {
  font-size: 0.8vw;
  color: #000000;
  position: absolute;
  top: 0.2em;
  right: -1em;
}
/*20231207------------------------*/
.p-home-visual__inner .wrap-unit .txt-unit .copy-txt .theme_title {
    display: block;
    margin: 0 0 0.3em 0;
    width: 100%;
    font-size: 2.6vw;
    line-height: 1.4em;
    font-weight: 700;
    letter-spacing: -0.05em;
}
.p-home-visual__inner .wrap-unit .txt-unit .supplement-block {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 10;
    margin: 2vw 0 2vw 0;
}
.p-home-visual__inner .wrap-unit .txt-unit .supplement-block .value {
    background-color: #fff;
    border: 2px solid #2364ce;
    padding: 0.5em 2vw 0.5em 2vw;
    border-radius: 2rem;
    font-size: 1.6vw;
    line-height: 1;
    font-weight: bold;
    color: #2364ce;
    font-feature-settings: "palt" 1;
}
.p-home-visual__inner .wrap-unit .txt-unit .supplement-block .value i {
  font-size: 2.1vw;
  font-weight: 800;
  font-style: normal;
  vertical-align: text-bottom;
}
.p-home-visual__inner .wrap-unit .txt-unit .caution_text {
    margin: 5vw 0 0 0;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.p-home-visual__inner .wrap-unit .txt-unit .caution_text p {
   font-size: 0.7em;
}
.p-home-visual__inner .wrap-unit .fig-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -2%;
    width: 51%;
    height: 24vw;
    position: absolute;
    right: 0;
}
.p-home-visual__inner .wrap-unit .fig-block .img {
  width: 100%;
}
.p-home-visual__inner .wrap-unit .fig {
  width: 47.45%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-home-visual__inner .wrap-unit .fig img {
  margin: 0 auto;
  width: 71.689%;
  height: auto;
}
@media only screen and (min-width: 1493px) {
  .p-home-visual {
      padding: 120px 0 160px 0;
  }
  .p-home-visual__inner .wrap-unit {
      margin: 0 2%;
      width: 1032px;
      height: 342px;
  }
  .p-home-visual__inner .wrap-unit .txt-unit {
      width: 540px;
      /* top: 90px; */
  }
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt {
      width: 100%;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .sub_title {
      font-size: 18px;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .main_title {
      font-size: 24px;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .main_title span span {
      font-size: 36px;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .theme_title {
    font-size: 38px;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .supplement-block {
      margin: 14px 0 14px 0;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .supplement-block .value {
      padding: 0.5em 1.2em 0.5em 1.2em;
      border-radius: 2em;
      font-size: 24px;
      line-height: 1;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .supplement-block .value i {
      font-size: 24px;
      vertical-align: baseline;
  }
  .p-home-visual__inner .wrap-unit .fig-block {
      width: 534px;
      height: 534px;
      top: -90px;
      right: -30px;
  }
  .p-home-visual__inner .wrap-unit .fig-block .img {
      width: 100%;
      height: auto;
  }
  .p-home-visual__inner .wrap-unit .fig {
      width: 470px;
      /* bottom: 100px; */
  }
  .p-home-visual__inner .wrap-unit .fig img {
      margin: 0 auto;
      width: 337px;
      height: auto;
  }
}
@media only screen and (max-width: 1166px) {
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .theme_title {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .p-home-visual {
      padding: 2vw 0 14vw 0;
  }
  .p-home-visual__inner .wrap-unit {
      margin: 0 5%;
      width: 90%;
      height: auto;
      position: relative;
  }
  .p-home-visual__inner .wrap-unit .txt-unit {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      position: relative;
      top: 0;
      left: 0;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt {
      width: 100%;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .sub_title {
      margin-bottom: 0.5em;
      padding-left: 0;
      font-size: 2.4vw;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .main_title {
      font-size: 3.1vw;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt img {
      width: 100%;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .supplement-block {
      position: relative;
      width: 100%;
      z-index: 10;
      margin: 0.5em 0 1em 0;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .supplement-block .value {
      margin: 0 2% 0 2%;
      padding: 0.7em 1.2em 0.5em 1.2em;
      font-size: 2.8vw;
      width: 96%;
      text-align: center;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .supplement-block .value i {
      font-size: 2.8vw;
      vertical-align: baseline;
  }
  .p-home-visual__inner .wrap-unit .fig-block {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 5em 15% 1em 15%;
      width: 70%;
      height: auto;
      position: relative;
      right: 0;
  }
  .p-home-visual__inner .wrap-unit .fig-block .img {
      width: 100%;
  }
  .p-home-visual__inner .wrap-unit .fig {
      width: 100%;
      text-align: center;
      position: relative;
      left: 0;
      bottom: 0;
  }
  .p-home-visual__inner .wrap-unit .fig img {
      margin: 0 auto;
      width: 60%;
      height: auto;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .caution_text.pc {
    display: none;
  }
}
@media print, screen and (max-width:48em) {
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .sub_title {
      font-size: 1.4vw;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .main_title {
      font-size: 2vw;
  }
}
@media only screen and (max-width: 1177px) {
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .main_title {
      font-size: 2vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .main_title {
      font-size: 3.2vw;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .theme_title {
      font-size: 4.1vw;
  }
  .p-home-visual__inner .wrap-unit .caution_text.sp {
      display: block;
      margin: 1em 0 0 0;
      width: 100%;
  }
  .p-home-visual__inner .wrap-unit .caution_text.sp p {
     font-size: 1.6vw;
  }
}
@media only screen and (max-width: 1002px) {
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .theme_title {
      font-size: 3.6vw;
  }
}
@media only screen and (max-width: 846px) {
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .main_title {
      font-size: 2.8vw;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .theme_title {
      font-size: 3.3vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-visual {
    padding: 14vw 0 14vw 0;
  }
  .p-home-visual__inner .wrap-unit {
      margin: 0 2%;
      width: 98%;
      height: 40vw;
  }
  .p-home-visual__inner .wrap-unit .txt-unit {
      display: block;
      width: 45%;
      position: absolute;
      top: 0;
      left: 0;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt {
      width: 100%;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .sub_title {
      font-size: 2.2vw;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .main_title {
      font-size: 2.6vw;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .theme_title {
      font-size: 3.2vw;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .main_title span span sup {
    right: -2em;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt img {
      width: 100%;
      height: auto;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .supplement-block {
      display: flex;
      flex-flow: column;
      margin: 0 0 1em 0;
      width: 100%;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .supplement-block .value {
      margin: 5% 0;
      padding: 0.5em 1em 0.5em 1em;
      border-radius: 2em;
      width: 100%;
      font-size: 2.2vw;
      line-height: 1;
      text-align: center;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .supplement-block .value i {
      font-size: 2.8vw;
  }
  .p-home-visual__inner .wrap-unit .fig-block {
      margin: 0 0 0 -2%;
      width: 55%;
      height: 36vw;
      position: absolute;
      top: 0;
      right: 2%;
  }
  .p-home-visual__inner .wrap-unit .fig-block .img {
      width: 100%;
      height: auto;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .caution_text.pc {
      display: block;
      margin: 3em 0 0 0;
      width: 100%;
      position: absolute;
      bottom: 0;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .caution_text.pc p {
     font-size: 1.2vw;
  }
  .p-home-visual__inner .wrap-unit .fig {
    width: 45%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .p-home-visual__inner .wrap-unit .fig img {
      margin: 0 auto;
      width: 80%;
      height: auto;
  }
}
@media only screen and (max-width: 414px) {
    .p-home-visual {
        padding: 14vw 0 16vw 0;
    }
    .p-home-visual__inner .wrap-unit {
        margin: 0 5%;
        width: 90%;
        height: auto;
        position: relative;
    }
    .p-home-visual__inner .wrap-unit .txt-unit {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }
    .p-home-visual__inner .wrap-unit .txt-unit .copy-txt {
        width: 100%;
    }
    .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .sub_title {
        margin-bottom: 0.5em;
        padding-left: 0;
        font-size: 4.2vw;
    }
    .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .main_title {
        margin: 0 0 0.6em 0;
        font-size: 5.4vw;
    }
    .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .main_title span {
      display: inline;
      padding-left: 0.5em;
      color: #2364ce;
    }
    .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .main_title span span {
      font-size: 6.4vw;
      position: relative;
    }
    .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .main_title span span sup {
      font-size: 2.8vw;
      color: #000000;
      position: absolute;
      top: 0.2em;
      right: -1em;
    }
    .p-home-visual__inner .wrap-unit .txt-unit .copy-txt .theme_title {
        font-size: 6.76vw;
    }
    .p-home-visual__inner .wrap-unit .txt-unit .supplement-block {
        position: relative;
        width: 100%;
        z-index: 10;
        margin: 1em 0 1em 0;
    }
    .p-home-visual__inner .wrap-unit .txt-unit .supplement-block .value {
        margin: 0 0 0 0;
        padding: 0.7em 1.0em 0.5em 1.0em;
        font-size: 5.0vw;
        width: 100%;
    }
    .p-home-visual__inner .wrap-unit .txt-unit .supplement-block .value i {
        font-size: 5.0vw;
        vertical-align: baseline;
    }
    .p-home-visual__inner .wrap-unit .fig-block {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 1em 0;
        width: 100%;
        height: auto;
        position: relative;
        right: 0;
    }
    .p-home-visual__inner .wrap-unit .fig-block .img {
        width: 90%;
    }
    .p-home-visual__inner .wrap-unit .caution_text {
        margin: 5vw 0 0 0;
        width: 100%;
    }
    .p-home-visual__inner .wrap-unit .caution_text p {
       font-size: 2.6vw;
    }
    .p-home-visual__inner .wrap-unit .fig {
        width: 100%;
        text-align: center;
        position: relative;
        left: 0;
        bottom: 0;
    }
    .p-home-visual__inner .wrap-unit .fig img {
        margin: 0 auto;
        width: 71.689%;
        height: auto;
    }
}
.p-home-visual__inner .wrap-unit .txt-unit {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  height: 22vw;
}
.p-home-visual__inner .wrap-unit .txt-unit img {
  width: 100%;
  height: auto;
}
.p-home-visual__inner .wrap-unit .fig-block .pc {
    display: block;
}
.p-home-visual__inner .wrap-unit .fig-block .sp {
    display: none;
}

@media only screen and (min-width: 1493px) {
  .p-home-visual__inner .wrap-unit .txt-unit {
    height: 22em;
  }
}
@media only screen and (max-width: 63.9375em) {
  .p-home-visual__inner .wrap-unit .txt-unit {
      display: block;
  }
  .p-home-visual__inner .wrap-unit .fig-block .img {
      width: 100%;
  }
  .p-home-visual__inner .wrap-unit .fig-block .pc {
      display: none;
  }
  .p-home-visual__inner .wrap-unit .fig-block .sp {
      display: block;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-visual__inner .wrap-unit .txt-unit {
      display: block;
      position: relative;
      height: 38vw;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .copy-txt img {
      width: 100%;
      height: auto;
  }
  .p-home-visual__inner .wrap-unit .fig-block .pc {
      display: block;
  }
  .p-home-visual__inner .wrap-unit .fig-block .sp {
      display: none;
  }
  .p-home-visual__inner .wrap-unit .caution_text.sp {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  .p-home-visual__inner .wrap-unit {
    display: block;
  }
  .p-home-visual__inner .wrap-unit .txt-unit {
    display: block;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .p-home-visual__inner .wrap-unit .txt-unit .caution_text.pc {
    display: none;
  }
  .p-home-visual__inner .wrap-unit .fig-block .img {
      width: 100%;
  }
  .p-home-visual__inner .wrap-unit .fig-block .pc {
      display: none;
  }
  .p-home-visual__inner .wrap-unit .fig-block .sp {
      display: block;
  }
  .p-home-visual__inner .wrap-unit .caution_text.sp {
    display: block;
  }
}
@media only screen and (max-width:48em) {
  .p-home-visual__img {
    width: 100%;
    margin-top: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__img {
    max-width: 60.56201550387597%;
    margin-left: 2.7131782945736434%
  }
}
@media only screen and (max-width:1380px) {
  .p-home-visual__human {
    width: 28vw;
    height: auto;
    position: absolute;
    bottom: -8vw;
    right: -2vw;
    z-index: 2
  }
  .p-home-visual__human img {
    width: 100%;
    height: auto
  }
}

@media only screen and (min-width:1381px) {
  .p-home-visual__human {
    width: 373px;
    height: auto;
    position: absolute;
    bottom: -8vw;
    right: 0;
    z-index: 2
  }
  .p-home-visual__human img {
    width: 100%;
    height: auto
  }
}

@media only screen and (min-width:1501px) {
  .p-home-visual__human {
    right: 4%
  }
}

@media only screen and (min-width:1701px) {
  .p-home-visual__human {
    right: 10%
  }
}
@media only screen and (max-width:48em) {
  .p-home-visual__computer {
    display: none;
    width: 100%
  }
  .p-home-visual__human {
    display: none
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__computer {
    display: block;
    max-width: 100%
  }
  .p-home-visual__human {
    display: block
  }
}

.p-home-visual__sp-illust {
  display: none
}

@media only screen and (max-width:48em) {
    .p-home-visual__illust {
    display: none;
    width: 100%;
    margin-left: auto
  }
  .p-home-visual__sp-computer {
    display: block;
    width: 100%;
    height: auto
  }
  .p-home-visual__sp-illust {
    display: block;
    width: 90%;
    margin: auto
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__sp-computer {
    display: none
  }
}
@media print, screen and (min-width:48em) {
  .p-home-visual__illust {
    display: block;
    width: 44vw;
    max-width: 640px;
    margin-right: 1.8vw
  }
}
.p-home-visual__box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width:48em) {
  .p-home-visual__box {
    width: 100%;
    padding-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__box {
    width: 100%
  }
}
.p-home-visual__label {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #5a646e
}
@media only screen and (max-width:47.9375em) {
  .p-home-visual__label {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__label {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__label {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__label {
    font-size: 14px;
    font-size: .875rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__logo {
    margin-top: 3px
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__logo {
    margin-top: 8px
  }
}

.p-home-visual__logo img {
  display: block
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__logo img {
    width: 153px
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__logo img {
    width: 245px
  }
}
/* 20230309 ---------------------------------
.p-home-visual__title {
  position: relative
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__title {
    margin-top: 7px
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__title {
    margin-top: 96px
  }
}
----------------------------------------*/
.p-home-visual__balloon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/img/bg_balloon.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #fff
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__balloon {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__balloon {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__balloon {
    top: -46px;
    left: 184px;
    width: 96px;
    height: 80px;
    font-size: 10px;
    font-size: .625rem
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__balloon {
    top: -73px;
    right: 2px;
    width: 160px;
    height: 133px
  }
}

@media print, screen and (min-width:64em) {
  .p-home-visual__balloon {
    right: 2px
  }
}

.p-home-visual__balloon__ye {
  margin-top: 4px;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #fdfe00
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__balloon__ye {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__balloon__ye {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__balloon__ye {
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__balloon__ye {
    font-size: 20px;
    font-size: 1.25rem
  }
}

.p-home-visual__balloon__ye span {
  position: relative
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__balloon__ye span {
    margin-right: 2px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__balloon__ye span {
    top: .1em;
    margin-right: 3px;
    font-size: 36px;
    font-size: 2.25rem
  }
}
/* 20230309 -------------------------------
.p-home-visual__main {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

@media only screen and (max-width:48em) {
  .p-home-visual__main {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial;
    font-size: 20px;
    line-height: 1.4;
    text-align: center
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__main {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
    font-size: 28px;
    line-height: 1.35
  }
}

@media print, screen and (min-width:64em) {
  .p-home-visual__main {
    font-size: 40px;
    font-size: 1.9rem
  }
}

@media print, screen and (min-width:75em) {
  .p-home-visual__main {
    font-size: 35px
  }
}
.p-home-visual__desc {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__desc {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__desc {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__desc {
    margin-top: 18px;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.65
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__desc {
    max-width: 360px;
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7
  }
}

@media print, screen and (min-width:64em) {
  .p-home-visual__desc {
    max-width: 460px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__desc br {
    display: none
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__desc br {
    display: block
  }
}
@media only screen and (max-width:48em) {
  .p-home-visual__banner {
    margin-top: 20px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__banner li {
    margin-top: 12px
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__banner li {
    max-width: 400px;
    margin-top: 20px
  }
}

@media print, screen and (min-width:64em) {
  .p-home-visual__banner li {
    max-width: 460px
  }
}

@media only screen and (max-width:48em) {
  .p-home-visual__banner li:first-child {
    margin-top: 0;
    width: 74%;
    margin: auto
  }
}

.p-home-visual__banner a {
  display: block
}

.p-home-visual__banner img {
  display: block;
  max-width: 100%;
  border-radius: 6px;
  -webkit-transition: opacity linear .1s;
  transition: opacity linear .1s
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__banner img {
    width: 100%
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__banner img {
    width: 100%
  }
}
.p-home-visual__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__button {
    margin-top: 26px
  }
}

@media print, screen and (min-width:64em) {
  .p-home-visual__button {
    width: auto
  }
}

.p-home-visual__button li {
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__button li {
    margin-left: 12px
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__button li {
    margin-left: 17px
  }
}

.p-home-visual__button li:first-child {
  margin-left: 0
}
----------------------------------------*/
@media only screen and (max-width:47.9375em) {
  .p-home-visual__news {
    margin-top: 26px
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__news {
    max-width: 360px;
    margin-top: 38px
  }
}

@media print, screen and (min-width:64em) {
  .p-home-visual__news {
    max-width: 460px
  }
}

.p-home-visual__news-label {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #5a646e
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__news-label {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__news-label {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__news-label {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__news-label {
    font-size: 14px;
    font-size: .875rem
  }
}

.p-home-visual__news-label img {
  display: inline-block;
  position: relative;
  margin-right: 8px
}

.p-home-visual__news-label.-news img {
  top: .25em
}

.p-home-visual__news-label.-seminar img {
  top: .15em
}

.p-home-visual__news-item+.p-home-visual__news-label {
  margin-top: 16px
}

.p-home-visual__news-label a {
  margin-left: 20px
}

.p-home-visual__news-item {
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__news-item {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__news-item {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-home-visual__news-item {
    margin-top: 10px;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.55
  }
}

@media print, screen and (min-width:48em) {
  .p-home-visual__news-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.3em;
    margin-top: 10px;
    font-size: 14px;
    font-size: .875rem
  }
}

.p-home-visual__news-item time {
  margin-right: 4px;
  color: #000
}

a.p-home-visual__news-item {
  color: #18b7cd
}

a.p-home-visual__news-item:hover {
  color: #0c93b4
}

@media print, screen and (min-width:64em) {
  a.p-home-visual__news-item:hover:before {
    color: #0c93b4
  }
}

.p-home-message__wrap {
  position: relative;
  z-index: 1;
  max-width: 1032px;
  margin: 20px auto 0;
  border: 4px solid #fff;
  text-align: center
}

.p-home-message {
  padding: 0 5.3857350800582245%
}

@media only screen and (max-width:47.9375em) {
  .p-home-message {
    font-size: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-home-message {
    font-size: 30px
  }
}

.p-home-message-video__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.p-home-message-video__wrap .bg-head {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/bg-head3.png) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%
}

@media only screen and (max-width:47.9375em) {
  .p-home-message-video__wrap .bg-head {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/bg-head_sp3.png) center top no-repeat;
    background-size: cover
  }
}

.p-home-message-video {
  position: absolute;
  display: block
}

@media only screen and (max-width:47.9375em) {
  .p-home-message-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
  }
}

@media print, screen and (min-width:48em) {
  .p-home-message-video {
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%)
  }
}

.p-home-message-video__wrap .c-block.-wave.-darkblue {
  position: absolute;
  padding-top: 40px;
  margin-top: 0;
  background-repeat: repeat-x;
  background-position: top 1px left 50%;
  background-size: auto auto;
  background-color: transparent
}

@media only screen and (max-width:47.9375em) {
  .p-home-message-video__wrap .c-block.-wave.-darkblue {
    top: 348px
  }
}

@media print, screen and (min-width:48em) {
  .p-home-message-video__wrap .c-block.-wave.-darkblue {
    display: none
  }
}

@media only screen and (max-width:47.9375em) {
  .p-sitemap.-sitemap {
    margin-top: -24px
  }
}

@media print, screen and (min-width:48em) {
  .p-sitemap.-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media print, screen and (min-width:48em) {
  .p-sitemap.-sitemap .p-sitemap__col {
    width: 50%
  }
}

@media print, screen and (min-width:48em) {
  .p-sitemap.-sitemap .p-sitemap__bold {
    margin-top: 14px
  }
}

.p-sitemap.-sitemap .p-sitemap__bold:first-child {
  margin-top: 0
}

@media print, screen and (min-width:48em) {
  .p-sitemap.-sitemap .p-sitemap__list {
    margin-top: 8px
  }
}

@media print, screen and (min-width:48em) {
  .p-sitemap.-sitemap .p-sitemap__list li {
    margin-top: 8px
  }
}

.p-sitemap.-sitemap .p-sitemap__list li:first-child {
  margin-top: 0
}

@media print, screen and (min-width:48em) {
  .p-sitemap.-footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto 1fr;
    -ms-grid-columns: auto 1fr;
    grid-template: 'feature function' auto 'price function' auto 'partner function' 1fr/auto 1fr;
    margin-top: -17px
  }
}

@media print, screen and (min-width:64em) {
  .p-sitemap.-footer {
    -ms-grid-rows: auto 1fr;
    -ms-grid-columns: auto auto 1fr;
    grid-template: 'feature function price' auto 'feature function partner' 1fr/auto auto 1fr
  }
}

@media print, screen and (min-width:75em) {
  .p-sitemap.-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media print, screen and (min-width:48em) {
  .p-sitemap.-footer.-no_func {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    -ms-grid-columns: auto 1fr;
    grid-template: 'feature price' auto 'feature partner' 1fr/auto 1fr;
    margin-top: -17px
  }
}

@media print, screen and (min-width:64em) {
  .p-sitemap.-footer.-no_func {
    -ms-grid-rows: auto 1fr;
    -ms-grid-columns: auto 1fr;
    grid-template: 'feature price' auto 'feature partner' 1fr/auto 1fr
  }
}

@media print, screen and (min-width:75em) {
  .p-sitemap.-footer.-no_func {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media print, screen and (min-width:48em) {
  .p-sitemap.-footer .p-sitemap__col {
    padding-right: 20px
  }
}

@media print, screen and (min-width:64em) {
  .p-sitemap.-footer .p-sitemap__col {
    padding-right: 40px
  }
}

@media print, screen and (min-width:75em) {
  .p-sitemap.-footer .p-sitemap__col {
    padding-right: 50px
  }
}

@media print, screen and (min-width:87.5em) {
  .p-sitemap.-footer .p-sitemap__col {
    padding-right: 80px
  }
}

.p-sitemap.-footer .p-sitemap__col.-feature {
  grid-area: feature
}

.p-sitemap.-footer .p-sitemap__col.-function {
  grid-area: function
}

.p-sitemap.-footer .p-sitemap__col.-price {
  grid-area: price
}

.p-sitemap.-footer .p-sitemap__col.-partner {
  grid-area: partner
}

@media print, screen and (min-width:48em) {
  .p-sitemap.-footer .p-sitemap__col.-feature {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-sitemap.-footer.-no_func>.p-sitemap__col.-feature {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1
  }
  .p-sitemap.-footer .p-sitemap__col.-function {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2
  }
  .p-sitemap.-footer .p-sitemap__col.-price {
    -ms-grid-row: 2;
    -ms-grid-column: 1
  }
  .p-sitemap.-footer.-no_func>.p-sitemap__col.-price {
    -ms-grid-row: 1;
    -ms-grid-column: 2
  }
  .p-sitemap.-footer .p-sitemap__col.-partner {
    -ms-grid-row: 3;
    -ms-grid-column: 1
  }
  .p-sitemap.-footer.-no_func>.p-sitemap__col.-partner {
    -ms-grid-row: 2;
    -ms-grid-column: 2
  }
}

@media print, screen and (min-width:64em) {
  .p-sitemap.-footer .p-sitemap__col.-feature {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1
  }
  .p-sitemap.-footer.-no_func>.p-sitemap__col.-feature {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1
  }
  .p-sitemap.-footer .p-sitemap__col.-function {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2
  }
  .p-sitemap.-footer .p-sitemap__col.-price {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
  .p-sitemap.-footer.-no_func>.p-sitemap__col.-price {
    -ms-grid-row: 1;
    -ms-grid-column: 2
  }
  .p-sitemap.-footer .p-sitemap__col.-partner {
    -ms-grid-row: 2;
    -ms-grid-column: 3
  }
  .p-sitemap.-footer.-no_func>.p-sitemap__col.-partner {
    -ms-grid-row: 2;
    -ms-grid-column: 2
  }
}

@media print, screen and (min-width:48em) {
  .p-sitemap.-footer .p-sitemap__col:last-child {
    padding-right: 0
  }
}

@media print, screen and (min-width:48em) {
  .p-sitemap.-footer .p-sitemap__block {
    margin-top: 17px
  }
}

.p-sitemap.-footer .p-sitemap__bold a {
  color: #000
}
/*.p-sitemap.-footer .p-sitemap__bold a[target="_blank"]::after {
  margin-left: 0.2em;
  font-family: 'Material Icons';
  content: '\e89e';
  font-size: 1.0rem;
  font-weight: 400;
  color: #2364CE;
}*/

@media only screen and (max-width:47.9375em) {
  .p-sitemap.-footer .p-sitemap__bold a {
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-sitemap.-footer .p-sitemap__bold a {
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:64em) {
  .p-sitemap.-footer .p-sitemap__bold a:hover {
    color: #2364ce;
  }
}

@media print, screen and (min-width:48em) {
  .p-sitemap.-footer .p-sitemap__list {
    margin-top: 2px
  }
}

@media print, screen and (min-width:48em) {
  .p-sitemap.-footer .p-sitemap__list li {
    margin-top: 4px
  }
}

.p-sitemap.-footer .p-sitemap__list li:first-child {
  margin-top: 0
}

.p-sitemap.-footer .p-sitemap__list li a {
  color: #000
}
/*.p-sitemap.-footer .p-sitemap__list li a[target="_blank"]::after {
  margin-left: 0.2em;
  font-family: 'Material Icons';
  content: '\e89e';
  font-size: 0.875rem;
  color: #2364CE;
}*/

@media only screen and (max-width:47.9375em) {
  .p-sitemap.-footer .p-sitemap__list li a {
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-sitemap.-footer .p-sitemap__list li a {
    font-size: 14px;
    font-size: .875rem
  }
}

.p-sitemap.-footer .p-sitemap__list li a:before {
  background-color: #000;
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .1s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s
}

@media print, screen and (min-width:64em) {
  .p-sitemap.-footer .p-sitemap__list li a:hover {
    color: #2364ce
  }
}

@media print, screen and (min-width:64em) {
  .p-sitemap.-footer .p-sitemap__list li a:hover:before {
    color: #0c93b4
  }
}

.p-sitemap__block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 24px
}

@media print, screen and (min-width:48em) {
  .p-sitemap__block:first-child {
    margin-top: 0
  }
}

.p-sitemap__bold a {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-sitemap__bold a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-sitemap__bold a {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-sitemap__bold a {
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-sitemap__bold a {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-sitemap__list {
    margin-top: 10px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-sitemap__list li {
    margin-top: 12px;
    line-height: 1.2
  }
}

@media print, screen and (min-width:48em) {
  .p-sitemap__list li {
    line-height: 1.4
  }
}

.p-sitemap__list li a {
  position: relative;
  padding-left: 15px
}

@media only screen and (max-width:47.9375em) {
  .p-sitemap__list li a {
    display: block;
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-sitemap__list li a {
    font-size: 14px;
    font-size: .875rem
  }
}

.p-sitemap__list li a:before {
  display: block;
  position: absolute;
  top: .55em;
  left: 0;
  width: 5px;
  height: 1px;
  background-color: #ccc;
  content: ''
}

.p-cta {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding-right: 4.267%;
  padding-left: 4.267%
}

@media only screen and (max-width:47.9375em) {
  .p-cta {
    padding-top: 80px
  }
}

@media print, screen and (min-width:48em) {
  .p-cta {
    padding-top: 160px
  }
}

@media print, screen and (min-width:75em) {
  .p-cta {
    padding-top: 200px
  }
}

.p-cta.-partner {
  padding-right: 0;
  padding-left: 0
}

@media print, screen and (min-width:48em) {
  .p-cta.-partner .p-cta__button {
    max-width: 600px
  }
}

@media print, screen and (min-width:48em) {
  .p-cta.-partner .p-cta__top {
    padding-bottom: 60px
  }
}

.p-cta__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  background: linear-gradient(white, #fff), linear-gradient(180deg, #0659a7 0, #0659a7 78.125%, #053662 85%, #051d32 100%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 3px solid transparent;
  border-radius: 20px
}

@media only screen and (max-width:47.9375em) {
  .p-cta__inner {
    border-radius: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px
  }
}

.p-cta__top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px
}

@media only screen and (max-width:47.9375em) {
  .p-cta__top {
    padding-bottom: 28px
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__top {
    padding-bottom: 40px
  }
}

.p-cta__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (max-width:47.9375em) {
  .p-cta__label {
    margin-top: -10px
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__label {
    margin-top: -14px
  }
}

.p-cta__label span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  background: #fff;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #2364ce;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-cta__label span {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__label span {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-cta__label span {
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__label span {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-cta__head {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-cta__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-cta__head {
    margin-top: 24px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__head {
    margin-top: 46px;
    font-size: 32px;
    font-size: 2rem
  }
}

.p-cta__desc {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.9
}

@media only screen and (max-width:47.9375em) {
  .p-cta__desc {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__desc {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-cta__desc {
    margin-top: 8px;
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__desc {
    margin-top: 22px;
    font-size: 16px;
    font-size: 1rem;
    text-align: center
  }
}

.p-cta__button {
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

@media only screen and (max-width:47.9375em) {
  .p-cta__button {
    max-width: 280px;
    margin-top: 14px
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__button {
    max-width: 800px;
    margin-top: 30px
  }
}

.p-cta__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width:47.9375em) {
  .p-cta__tel {
    margin-top: 16px
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__tel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px
  }
}

.p-cta__tel-inner {
  display: -ms-grid;
  display: grid
}

@media only screen and (max-width:47.9375em) {
  .p-cta__tel-inner {
    -ms-grid-rows: auto auto auto 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 'head' auto 'number' auto 'time' auto 'faq' 1fr/1fr;
    width: 100%
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__tel-inner {
    -ms-grid-rows: auto 1fr;
    -ms-grid-columns: auto 1fr auto;
    grid-template: 'head number faq' auto 'time time time' 1fr/auto 1fr auto
  }
}

@media print, screen and (min-width:64em) {
  .p-cta__tel-inner {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: auto auto auto auto;
    grid-template: 'head number time faq' 1fr/auto auto auto auto
  }
}

.p-cta__tel-head {
  grid-area: head;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

.p-side-post.-whitepaper .p-side-post__item a>.p-cta__tel-head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1
}

.p-side-post__item a>.p-cta__tel-head {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1
}

@media only screen and (max-width:47.9375em) {
  .p-cta__tel-head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__tel-head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-cta__tel-head {
    font-size: 12px;
    font-size: .75rem;
    text-align: center
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__tel-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-size: .875rem
  }
}

.p-cta__tel-number {
  grid-area: number;
  font-family: Roboto, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-weight: 700;
  color: #000
}

@media only screen and (max-width:47.9375em) {
  .p-cta__tel-number {
    margin-top: -4px;
    font-size: 26px;
    font-size: 1.625rem;
    text-align: center
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__tel-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 17px;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1
  }
}

.p-cta__tel-number .c-icon.-tel {
  width: 18px;
  height: 18px
}

@media only screen and (max-width:47.9375em) {
  .p-cta__tel-number .c-icon.-tel {
    margin-right: 8px
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__tel-number .c-icon.-tel {
    margin-right: 5px
  }
}

.p-cta__tel-time {
  grid-area: time;
  margin-left: 8px;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-cta__tel-time {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__tel-time {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-cta__tel-time {
    margin-top: -6px;
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__tel-time {
    margin-top: 10px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:64em) {
  .p-cta__tel-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0
  }
}

.p-cta__tel-faq {
  grid-area: faq;
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #2364ce
}

@media only screen and (max-width:47.9375em) {
  .p-cta__tel-faq {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__tel-faq {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-cta__tel-faq {
    margin-top: 14px;
    font-size: 14px;
    font-size: .875rem;
    text-align: center
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__tel-faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .p-cta__tel-faq {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__tel-faq i.c-arrow.-right {
    top: 0;
    border-color: #2364ce;
  }
  .p-cta__tel-faq:hover i.c-arrow.-right {
    top: 0;
    border-color: #2364ce;
  }
}

.p-cta__bottom {
  position: relative;
  background: -moz-linear-gradient(top, #0659a7, #051d32);
  background: -webkit-linear-gradient(top, #0659a7, #051d32);
  background: linear-gradient(to bottom, #0659a7, #051d32)
}

@media only screen and (max-width:47.9375em) {
  .p-cta__bottom {
    padding-top: 26px;
    padding-bottom: 17px;
    border-radius: 0 0 5px 5px
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__bottom {
    padding-top: 28px;
    padding-bottom: 27px;
    border-radius: 0 0 15px 15px
  }
}

.p-cta__sub {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #fff
}

@media only screen and (max-width:47.9375em) {
  .p-cta__sub {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__sub {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-cta__sub {
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__sub {
    font-size: 14px;
    font-size: .875rem
  }
}

.p-cta__main {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #fff
}

@media only screen and (max-width:47.9375em) {
  .p-cta__main {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__main {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-cta__main {
    margin-top: 5px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__main {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 2px
  }
}

.p-cta__bottom-button {
  width: 100%;
  max-width: 240px;
  margin-right: auto;
  margin-left: auto
}

@media print, screen and (min-width:64em) {
  .p-cta__bottom-button {
    margin-top: 15px
  }
}

@media only screen and (max-width:63.9375em) {
  .p-cta__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 10px
  }
}

@media print, screen and (min-width:64em) {
  .p-cta__image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%
  }
}

.p-cta__img.-num1 {
  display: block
}

@media only screen and (max-width:63.9375em) {
  .p-cta__img.-num1 {
    display: block;
    width: 76px
  }
}

@media print, screen and (min-width:64em) {
  .p-cta__img.-num1 {
    position: absolute;
    bottom: -3px;
    right: 74px;
    width: 135px;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
  }
}

@media only screen and (max-width:63.9375em) {
  .p-cta__img.-num2 {
    display: block;
    width: 109px;
    margin-left: 3px
  }
}

@media print, screen and (min-width:64em) {
  .p-cta__img.-num2 {
    display: block;
    position: absolute;
    bottom: -3px;
    left: 206px;
    width: 170px
  }
}

.p-section-heading {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.p-section-heading__sub {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #2364ce;
}

@media only screen and (max-width:47.9375em) {
  .p-section-heading__sub {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-section-heading__sub {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-section-heading__sub {
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-section-heading__sub {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-section-heading__sub:after, .p-section-heading__sub:before {
  display: inline-block;
  position: relative;
  top: -.35em;
  height: 2px;
  background-color: #2364ce;
  content: ""
}

@media only screen and (max-width:47.9375em) {
  .p-section-heading__sub:after, .p-section-heading__sub:before {
    width: 12px
  }
}

@media print, screen and (min-width:48em) {
  .p-section-heading__sub:after, .p-section-heading__sub:before {
    width: 18px
  }
}

.p-section-heading__sub:before {
  margin-right: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.p-section-heading__sub:after {
  margin-left: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.p-section-heading__sub03 {
  display: block;
  line-height: 1.4;
  font-weight: 700;
  color: #2364ce;
}

@media only screen and (max-width:47.9375em) {
  .p-section-heading__sub03 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-section-heading__sub03 {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-section-heading__sub03 {
    font-size: 2em;
    font-size: 1.75rem;
  }
}

@media print, screen and (min-width:48em) {
  .p-section-heading__sub03 {
    font-size: 20px;
    font-size: 2.4rem;
  }
}

.p-section-heading__text {
  display: block;
  font-size: 1.4vw;
  padding-left: 1rem;
  line-height: 2.4em;
  font-weight: 700;
/*  color: #2364ce;*/
}

@media only screen and (max-width:47.9375em) {
  .p-section-heading__text {
    padding: 0.3em 0 0 0;
    font-size: 3.0vw;
    line-height: 1.4em;
  }
}
@media only screen and (max-width:430px) {
  .p-section-heading__text {
    font-size: 4.2vw;
  }
}

.p-section-heading__main {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.4;
}

@media only screen and (max-width:47.9375em) {
  .p-section-heading__main {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial;
  }
}

@media print, screen and (min-width:48em) {
  .p-section-heading__main {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-section-heading__main {
    margin-top: 7px;
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media print, screen and (min-width:48em) {
  .p-section-heading__main {
    margin-top: 18px;
    font-size: 28px;
    font-size: 1.75rem
  }
  .p-section-heading__main br {
    display: none;
  }
}

@media print, screen and (min-width:64em) {
  .p-section-heading__main {
    font-size: 32px
  }
}

@media only screen and (max-width:63.9375em) {
  .p-section-heading__main br {
    display: none
  }
}

@media print, screen and (min-width:48em) {
  .p-section-heading.-pc_center {
    text-align: center
  }
}

@media only screen and (max-width:47.9375em) {
  .p-section-heading.-sp_center {
    text-align: center
  }
}

.p-section-heading.-center {
  text-align: center
}

.p-section-heading.-white .p-section-heading__main, .p-section-heading.-white .p-section-heading__sub {
  color: #fff
}

.p-section-heading.-white .p-section-heading__sub:after, .p-section-heading.-white .p-section-heading__sub:before {
  background-color: #fff
}

.p-section-heading.-other .p-section-heading__main, .p-section-heading.-other .p-section-heading__sub {
  color: #000
}

@media print, screen and (min-width:48em) {
  .p-section-heading.-other .p-section-heading__main {
    margin-top: 8px;
    font-size: 30px;
    font-size: 1.875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-section-heading.-other .p-section-heading__sub {
    font-size: 16px;
    font-size: 1rem
  }
}

.p-section-heading.-other .p-section-heading__sub:after, .p-section-heading.-other .p-section-heading__sub:before {
  display: none;
  margin: 0
}

.p-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media print, screen and (min-width:48em) {
  .p-voice {
    margin-top: -30px;
    margin-left: -20px
  }
}

@media print, screen and (min-width:64em) {
  .p-voice {
    margin-top: -40px;
    margin-left: -54px
  }
}

.p-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media only screen and (max-width:47.9375em) {
  .p-voice__item {
    width: 100%;
    margin-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-voice__item {
    width: calc(50% - 20px);
    margin-top: 30px;
    margin-left: 20px
  }
}

@media print, screen and (min-width:64em) {
  .p-voice__item {
    width: calc(50% - 54px);
    margin-top: 40px;
    margin-left: 54px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-voice__item:first-child {
    margin-top: 0
  }
}

.p-voice__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width:47.9375em) {
  .p-voice__person {
    width: 36px;
    margin-right: 17px
  }
}

@media print, screen and (min-width:48em) {
  .p-voice__person {
    width: 62px;
    margin-right: 24px
  }
}

.p-voice__person img {
  display: block;
  width: 100%
}

.p-voice__balloon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  background-color: #fff
}

@media only screen and (max-width:47.9375em) {
  .p-voice__balloon {
    padding-top: 17px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 6px
  }
}

@media print, screen and (min-width:48em) {
  .p-voice__balloon {
    height: 100%;
    padding-top: 35px;
    padding-bottom: 32px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 10px
  }
}

.p-voice__balloon:before {
  display: block;
  position: absolute;
  z-index: 0;
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 0;
  border-color: transparent #fff transparent transparent;
  content: ''
}

@media only screen and (max-width:47.9375em) {
  .p-voice__balloon:before {
    left: -9px
  }
}

@media print, screen and (min-width:48em) {
  .p-voice__balloon:before {
    left: -14px
  }
}

.p-voice__head {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.4;
  color: #00a5eb;
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .1s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s
}

.p-voice__head .c-arrow.-right {
  border-color: #00a5eb
}

@media only screen and (max-width:47.9375em) {
  .p-voice__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-voice__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-voice__head {
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .p-voice__head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:64em) {
  .p-voice__head {
    font-size: 20px;
    font-size: 1.25rem
  }
}

a:hover .p-voice__head {
  color: #2364ce;
}

.p-voice__desc {
  display: block;
  color: #000
}

@media only screen and (max-width:47.9375em) {
  .p-voice__desc {
    font-size: 12px;
    font-size: .75rem;
    margin-top: 8px
  }
}

@media print, screen and (min-width:48em) {
  .p-voice__desc {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 10px
  }
}

.p-voice.-gray .p-voice__balloon {
  background-color: #f5f7f8
}

.p-voice.-gray .p-voice__balloon:before {
  border-color: transparent #f5f7f8 transparent transparent
}

.p-voice.-gray .p-voice__item.-current .p-voice__balloon:before {
  border-color: transparent #2364ce transparent transparent
}

.p-voice__item.-current .p-voice__balloon {
  background-color: #2364ce
}

.p-voice__item.-current .p-voice__balloon:before {
  background-color: transparent #147896 transparent transparent
}

.p-voice__item.-current .p-voice__head {
  color: #fff
}

.p-voice__item.-current .p-voice__desc {
  color: #fff
}

.p-func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:47.9375em) {
  .p-func {
    margin-top: -24px;
    margin-left: -3.333333%;
    align-items: stretch
  }
}

@media print, screen and (min-width:48em) {
  .p-func {
    margin-top: -40px;
    margin-left: -3.3333333%;
  }
}

@media print, screen and (min-width:64em) {
  .p-func {
    margin-left: -3.3333333%
  }
}

.p-func__item {
  background: #f7f7f7;
  border-radius: 20px
}

@media only screen and (max-width:47.9375em) {
  .p-func__item {
    width: 45.77777777%;
    margin-top: 24px;
    margin-left: 3.3333333%;
  }
}

@media print, screen and (min-width:48em) {
  .p-func__item {
    width: 45.77777777%;
    margin-top: 40px;
    margin-left: 3.3333333%;
  }
}

@media print, screen and (min-width:64em) {
  .p-func__item {
    width: 45.77777777%;;
    margin-left: 3.3333333%
  }
}

.-feature2 .p-func__item {
  background: unset
}

.p-func__link {
  padding: 20px 15px
}

@media print, screen and (min-width:48em) {
  .p-func__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 24px
  }
}

.p-func__icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s
}

@media only screen and (max-width:47.9375em) {
  .p-func__icon {
    max-width: 130px;
    margin: 0 auto
  }
}

@media print, screen and (min-width:48em) {
  .p-func__icon {
    max-width: 100px;
    margin-right: 30px
  }
}

@media print, screen and (min-width:64em) {
  .p-func__icon {
    max-width: 135px
  }
}

@media print, screen and (min-width:64em) {
  a:hover .p-func__icon {
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125)
  }
}

.p-func__icon:before {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-color: #fff;
  border-radius: 50%;
  content: ''
}

.p-func__icon img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%
}

@media print, screen and (min-width:64em) {
  a:hover .p-func__icon img {
    -webkit-transform: translate(-50%, -50%) scale(1.05, 1.05);
    transform: translate(-50%, -50%) scale(1.05, 1.05)
  }
}

.p-func__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media only screen and (max-width:47.9375em) {
  .p-func__text {
    margin-top: 20px
  }
}

.p-func__head {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.4
}

@media only screen and (max-width:47.9375em) {
  .p-func__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-func__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-func__head {
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-func__head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:64em) {
  .p-func__head {
    font-size: 20px;
    font-size: 1.25rem
  }
}

a .p-func__head {
  color: #18b7cd
}

@media print, screen and (min-width:64em) {
  a:hover .p-func__head {
    color: #0c93b4
  }
}

.p-func__desc {
  grid-area: funcDesc;
  display: block;
  color: #000;
  line-height: 1.75
}

@media only screen and (max-width:47.9375em) {
  .p-func__desc {
    font-size: 12px;
    font-size: .75rem;
    margin-top: 14px
  }
}

@media print, screen and (min-width:48em) {
  .p-func__desc {
    font-weight: 600;
    line-height: 1.4;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 10px
  }
}

@media only screen and (min-width:48em) and (max-width:47.9375em) {
  .p-func__desc {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) and (min-width:48em) {
  .p-func__desc {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

.p-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 20px;
  padding: 20px 60px
}

@media only screen and (max-width:47.9375em) {
  .p-logo {
    padding: 20px 10px 20px 0
  }
}

.p-logo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3px
}

@media only screen and (max-width:47.9375em) {
  .p-logo__item {
    width: calc(33.33% - 10px);
    margin-left: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-logo__item {
    width: 20%
  }
}

@media print, screen and (min-width:64em) {
  .p-logo__item {
    width: 12.5%
  }
}

.p-logo__item img {
  display: block;
  max-width: 100%
}

@media only screen and (max-width:63.9375em) {
  .p-logo__item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding-top: 20px
  }
}

.p-logo__item:last-child span {
  display: block;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: .875rem
}

@media only screen and (max-width:47.9375em) {
  .p-logo__item:last-child span {
    width: 33.33%;
    text-align: center
  }
}

@media print, screen and (min-width:48em) {
  .p-logo__item:last-child span {
    width: 20%;
    text-align: center
  }
}

@media print, screen and (min-width:64em) {
  .p-logo__item:last-child span {
    width: auto
  }
}

.p-panel-1-container {
  position: relative
}

@media print, screen and (min-width:48em) {
  .p-panel-1-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: -40px;
    margin-left: -20px
  }
}

@media print, screen and (min-width:64em) {
  .p-panel-1-container {
    margin-top: -80px;
    margin-left: -60px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-panel-1-container .p-panel-1 {
    margin-top: 48px;
    width: 100%
  }
}

@media print, screen and (min-width:48em) {
  .p-panel-1-container .p-panel-1 {
    margin-top: 40px;
    margin-left: 20px;
    width: calc(50% - 20px)
  }
}

@media print, screen and (min-width:64em) {
  .p-panel-1-container .p-panel-1 {
    margin-top: 80px;
    margin-left: 60px;
    width: calc(33.33% - 60px)
  }
}

@media only screen and (max-width:47.9375em) {
  .p-panel-1-container .p-panel-1:first-child {
    margin-top: 0
  }
}

.p-panel-1 {
  position: relative
}

.p-panel-1__link {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media print, screen and (min-width:64em) {
  .p-panel-1__link:hover+.p-panel-1__inner .p-panel-1__img span {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
  }
}

@media print, screen and (min-width:64em) {
  .p-panel-1__link:hover+.p-panel-1__inner .p-panel-1__head i.c-arrow.-right {
    border-color: #2364ce;
    -webkit-transform: translate(4px, 0) rotate(45deg);
    transform: translate(4px, 0) rotate(45deg)
  }
}

.p-panel-1__inner {
  display: block;
  position: relative
}

@media print, screen and (min-width:48em) {
  .p-panel-1__inner {
    height: 100%
  }
}

.p-panel-1__status {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  z-index: 1;
  background-repeat: repeat-x;
  background-position: top 0 left 50%;
  background-size: auto auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2292.286%22%20height%3D%2274.285%22%3E\a%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%28-89%20-561%29%22%20fill%3D%22%23cccccc%22%3E\a%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20%2020V0L0%2010z%22%20transform%3D%22rotate%28-135%20215.143%20283.026%29%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3Cellipse%20cx%3D%2245%22%20cy%3D%2236%22%20rx%3D%2245%22%20ry%3D%2236%22%20transform%3D%22translate%2889%20561%29%22%2F%3E\a%20%20%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%20%20%3C%2Fsvg%3E");
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  font-size: 14px;
  font-size: .875rem;
  color: #999;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-panel-1__status {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-panel-1__status {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-panel-1__status {
    top: -10px;
    left: -10px;
    width: 90px;
    height: 72px;
    padding-top: 27px
  }
}

@media print, screen and (min-width:48em) {
  .p-panel-1__status {
    top: -20px;
    left: -20px;
    width: 93px;
    height: 75px;
    padding-top: 28px
  }
}

.p-panel-1__status.-active {
  background-repeat: repeat-x;
  background-position: top 0 left 50%;
  background-size: auto auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2292.286%22%20height%3D%2274.285%22%3E\a%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%28-89%20-561%29%22%20fill%3D%22%23fdfe00%22%3E\a%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20%2020V0L0%2010z%22%20transform%3D%22rotate%28-135%20215.143%20283.026%29%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3Cellipse%20cx%3D%2245%22%20cy%3D%2236%22%20rx%3D%2245%22%20ry%3D%2236%22%20transform%3D%22translate%2889%20561%29%22%2F%3E\a%20%20%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%20%20%3C%2Fsvg%3E");
  color: #000
}

.p-panel-1__status-tag {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  background-color: #eee;
  border-radius: 15px;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  font-size: 14px;
  font-size: .875rem;
  color: #999;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-panel-1__status-tag {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-panel-1__status-tag {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-panel-1__status-tag {
    top: -2px;
    margin-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 14px;
    padding-right: 14px
  }
}

@media print, screen and (min-width:48em) {
  .p-panel-1__status-tag {
    top: -4px;
    margin-left: 12px;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 19px;
    padding-right: 19px
  }
}

.p-panel-1__status-tag.-active {
  background-color: #fdfe00;
  color: #000
}

.p-panel-1__status-tag.-archive--active {
  background-color: #fdfe00;
  color: #000
}

.p-panel-1__img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1
}

.p-panel-1__img span {
  display: block;
  padding-top: 55.55%;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s
}

.p-panel-1__date {
  display: block;
  position: relative;
  font-family: Roboto, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-weight: 700;
  color: #000;
  line-height: 1.4
}

@media only screen and (max-width:47.9375em) {
  .p-panel-1__date {
    margin-top: 16px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-panel-1__date {
    margin-top: 21px;
    font-size: 26px;
    font-size: 1.625rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-panel-1__date span {
    margin-left: 8px;
    font-size: 15px;
    font-size: .9375rem
  }
}

@media print, screen and (min-width:48em) {
  .p-panel-1__date span {
    position: relative;
    top: -.05em;
    margin-left: 10px;
    font-weight: 600;
    line-height: 1.4;
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem
  }
}

@media only screen and (min-width:48em) and (max-width:47.9375em) {
  .p-panel-1__date span {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) and (min-width:48em) {
  .p-panel-1__date span {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

.p-panel-1__head {
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #00a5eb;
  line-height: 1.55;
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .1s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s
}

.p-panel-1__head .c-arrow.-right {
  border-color: #00a5eb
}

.p-panel-1__link:hover+.p-panel-1__inner .p-panel-1__head {
  color: #2364ce
}

@media only screen and (max-width:47.9375em) {
  .p-panel-1__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-panel-1__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-panel-1__head {
    margin-top: 6px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .p-panel-1__head {
    margin-top: 3px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .p-panel-1__head {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media print, screen and (min-width:64em) {
  a:hover .p-panel-1__head {
    color: #0c93b4
  }
}

@media only screen and (max-width:47.9375em) {
  .p-panel-1__head.-blog {
    margin-top: 16px
  }
}

@media print, screen and (min-width:48em) {
  .p-panel-1__head.-blog {
    margin-top: 24px
  }
}

.p-panel-1_tag-area span {
  color: #999;
  font-size: 12px;
  font-size: .75rem;
  border-radius: 10px;
  background-color: #e1e8eb;
  margin-right: 5px;
  padding: 2px 6px
}

.p-panel-1__info {
  color: #000
}

@media only screen and (max-width:47.9375em) {
  .p-panel-1__info {
    margin-top: 11px
  }
}

@media print, screen and (min-width:48em) {
  .p-panel-1__info {
    margin-top: 13px
  }
}

.p-panel-1__info dl {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #e5e5e5
}

.p-panel-1__info dl dt {
  padding-top: 7px;
  padding-bottom: 6px;
  padding-right: 22px;
  font-size: 14px;
  font-size: .875rem;
  white-space: nowrap
}

.p-panel-1__info dl dd {
  padding-top: 7px;
  padding-bottom: 6px;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  font-size: 14px;
  font-size: .875rem
}

@media only screen and (max-width:47.9375em) {
  .p-panel-1__info dl dd {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-panel-1__info dl dd {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

.p-panel-1__info dl:last-child {
  border-width: 1px 0 1px 0
}

.c-definition-attention {
  margin-top: 10px
}

.c-definition-attention::before {
  content: '※'
}

.p-panel-1__button {
  position: relative;
  z-index: 10
}

@media only screen and (max-width:47.9375em) {
  .p-panel-1__button {
    margin-top: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-panel-1__button {
    margin-top: 20px
  }
}

@media print, screen and (min-width:64em) {
  .p-panel-1-container.-col_2 {
    margin-top: -50px;
    margin-left: -30px
  }
}

@media print, screen and (min-width:64em) {
  .p-panel-1-container.-col_2 .p-panel-1 {
    margin-top: 50px;
    margin-left: 30px;
    width: calc(50% - 30px)
  }
}

.p-panel-1-container.-col_2 .p-hash a, .p-panel-1-container.-col_2 .p-tag {
  position: relative;
  z-index: 3
}

.p-panel-1__meta {
  position: relative;
  z-index: 0;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.p-panel-1__meta>* {
  margin-right: 10px
}

.p-panel-1__date.-blog {
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26/16
}

@media print, screen and (min-width:48em) {
  .p-panel-1__overlay-contents:before {
    content: '';
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(3, 20, 25, 0)), color-stop(50%, rgba(3, 20, 25, .5)), to(rgba(3, 20, 25, .7)));
    background-image: -webkit-linear-gradient(top, rgba(3, 20, 25, 0) 0, rgba(3, 20, 25, .5) 50%, rgba(3, 20, 25, .7) 100%);
    background-image: linear-gradient(to bottom, rgba(3, 20, 25, 0) 0, rgba(3, 20, 25, .5) 50%, rgba(3, 20, 25, .7) 100%);
    border-radius: 0 0 20px 20px
  }
}

@media print, screen and (min-width:64em) {
  .p-panel-1.-slick:hover i.c-arrow.-right.-white {
    border-color: #fff
  }
}

@media print, screen and (min-width:48em) {
  .p-panel-1.-slick .p-panel-1__head {
    color: #fff
  }
}

@media print, screen and (min-width:48em) {
  .p-panel-1.-slick .p-panel-1__date {
    color: #fff
  }
}

.p-panel-1.-slick .p-hash {
  margin-top: 0
}

@media print, screen and (min-width:48em) {
  .p-panel-1.-slick .p-tag__item a, .p-panel-1.-slick .p-tag__item span {
    background-color: #fff
  }
}

@media print, screen and (min-width:48em) {
  .p-panel-1.-slick .p-hash__item a, .p-panel-1.-slick .p-hash__item span {
    color: #fff
  }
}

@media print, screen and (min-width:48em) {
  .p-panel-1__overlay-contents {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 28px 24px 28px;
    border-radius: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-case-panel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: stretch;
    margin-top: -40px;
    margin-left: -3.333333%;
  }
}

@media print, screen and (min-width:64em) {
  .p-case-panel-container {
    margin-top: -57px;
    margin-left: -3.33333%;
  }
}

.p-case-panel-container .c-sentence, .p-case-panel-container .p-flex-form__desc p, .p-case-panel-container .p-paper-form__desc p, .p-case-panel-container .p-price-box__desc, .p-case-panel-container .p-price-column__desc, .p-flex-form__desc .p-case-panel-container p, .p-paper-form__desc .p-case-panel-container p {
  width: 100%;
  text-align: center
}

.p-case-panel-container .p-case-panel {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .25s;
  transition: all cubic-bezier(.215, .61, .355, 1) .25s;
  background: #fff;
  border-radius: 20px
}

.company-wrapper.p-case-panel-container .p-case-panel {
  padding: 30px 20px 210px
}

@media only screen and (max-width:47.9375em) {
  .company-wrapper.p-case-panel-container .p-case-panel {
    padding-bottom: 200px
  }
}

@media print, screen and (min-width:48em) and (max-width:64em) {
  .company-wrapper.p-case-panel-container .p-case-panel {
    padding-bottom: 230px
  }
}

@media only screen and (max-width: 67.9375em) {
  .p-case-panel-container .p-case-panel {
    margin-top: 48px;
    width: 100%;
  }
}

@media print, screen and (min-width:68em) {
  .p-case-panel-container .p-case-panel {
    margin-top: 40px;
    margin-left: 3.333333%;
    width: 45.77777%;
  }
}

@media print, screen and (min-width: 1512px) {
  .p-case-panel-container .p-case-panel {
    margin-top: 57px;
    margin-left: 3.33333%;
    width: 30%
  }
}


@media only screen and (max-width:47.9375em) {
  .p-case-panel-container .p-case-panel:first-child {
    margin-top: 0
  }
}

.p-case-panel-container .p-case-panel.-hide {
  display: none
}

.p-case-panel-container .p-case-panel.-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.p-case-panel {
  position: relative
}

.p-case-panel__head-wrapper {
  position: absolute;
  top: 50px;
  width: 100%
}

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
    visibility: hidden
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes slide-in {
  0% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
    visibility: hidden
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@-webkit-keyframes slide-out {
  1% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1
  }
  100% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    visibility: hidden;
    display: none;
    opacity: 0
  }
}

@keyframes slide-out {
  1% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1
  }
  100% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    visibility: hidden;
    display: none;
    opacity: 0
  }
}

.p-case-panel__link {
  display: block;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media print, screen and (min-width:64em) {
  .p-case-panel__link:hover+.p-case-panel__inner .p-case-panel__img span {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
  }
}

.p-case-panel__link:hover+.p-case-panel__inner .c-arrow {
  border-color: #0c93b4
}

@media print, screen and (min-width:64em) {
  .p-case-panel__link:hover+.p-case-panel__inner .p-case-panel__head {
    color: #2364ce;
  }
}

@media print, screen and (min-width:64em) {
  .p-case-panel__link:hover+.p-case-panel__inner .p-case-panel__head .c-arrow.-right {
    border-color: #2364ce;
  }
}

@media print, screen and (min-width:64em) {
  .company-wrapper .p-case-panel__link:hover+.p-case-panel__inner .p-case-panel__head {
    color: #fff
  }
}

.company-wrapper .p-case-panel__inner {
  display: block;
  position: relative
}

.p-case-panel__text {
  background-color: #fff;
  position: relative;
  z-index: 1
}

.company-wrapper .p-case-panel__text {
  background-color: #fff;
  position: relative;
  z-index: 1;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-case-panel__text {
    margin-top: -32px;
    margin-left: 20px;
    padding-top: 6px;
    padding-left: 16px;
    border-radius: 20px 0 0 0
  }
}

@media print, screen and (min-width:48em) {
  .p-case-panel__text {
    margin-top: -32px;
    margin-left: 30px;
    padding-top: 10px;
    padding-left: 20px;
    border-radius: 20px 0 0 0
  }
}

.company-wrapper .p-case-panel__text {
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  border-radius: 0
}

.p-case-panel__img {
  position: relative;
  overflow: hidden;
  border-radius: 20px
}

.company-wrapper .p-case-panel__img {
  margin-bottom: 20px;
  border-radius: 0
}

.p-case-panel__img span {
  display: block;
  padding-top: 55.55%;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s
}

.p-case-panel__name {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #000
}

.company-wrapper .p-case-panel__name {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-case-panel__name {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-case-panel__name {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-case-panel__name {
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-case-panel__name {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center
  }
}

.p-case-panel__head {
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #00a5eb;
  line-height: 1.55;
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .1s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s
}

.company-wrapper .p-case-panel__head {
  padding: 4px 24px;
  background: #00a5eb;
  border-radius: 40px;
  color: #fff;
  font-size: 15px;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .company-wrapper .p-case-panel__head {
    font-size: 14px
  }
}

.company-wrapper .p-case-panel__head::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  border-top: 10px solid #00a5eb;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

@media only screen and (max-width:47.9375em) {
  .p-case-panel__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-case-panel__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

.p-case-panel__head {
  margin-bottom: 15px
}

@media only screen and (max-width:47.9375em) {
  .p-case-panel__head {
    margin-top: 6px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .p-case-panel__head {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .p-case-panel__head {
    font-size: 15px
  }
}

.p-case-panel__summary {
  font-size: 22px;
  font-weight: 700;
  display: block
}

@media only screen and (max-width:47.9375em) {
  .p-case-panel__summary {
    font-size: 11px
  }
}

.p-case-panel__summary_desc {
  font-size: 33px;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #fdfe00 60%);
  line-height: 1.15
}

@media only screen and (max-width:47.9375em) {
  .p-case-panel__summary_desc {
    font-size: 29px
  }
}

@media only screen and (max-width:375px) {
  .p-case-panel__summary_desc {
    font-size: 24px
  }
}

.arrow-icon {
  position: relative;
  padding: 0 .3rem
}

.arrow-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/right-arrow-icon.png) no-repeat center top
}

.up-arrow-icon {
  position: relative;
  padding: 0 .3rem
}

.up-arrow-icon::after {
  position: absolute;
  top: -4px;
  left: 4px;
  content: "";
  display: block;
  width: 23px;
  height: 36px;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/up-arrow-icon.png) no-repeat center top
}

.p-case-panel__summary_desc .big-num {
  font-size: 60px;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-case-panel__summary_desc .big-num {
    font-size: 57px
  }
}

@media only screen and (max-width:375px) {
  .p-case-panel__summary_desc .big-num {
    font-size: 52px
  }
}

.p-case-panel__logo {
  position: relative;
  width: 140px
}

.company-wrapper .p-case-panel__logo {
  position: absolute;
  top: -30px;
  left: 0;
  background: #fff;
  width: 140px;
  border-radius: 0 0 30px 0;
  padding-right: .5rem
}

.p-case-panel__logo span {
  display: block;
  width: 100%;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain
}

.company-wrapper .p-case-panel__logo span {
  display: block;
  width: 100%;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain
}

@media only screen and (max-width:47.9375em) {
  .p-case-panel__tag {
    margin-top: 6px
  }
}

@media print, screen and (min-width:48em) {
  .p-case-panel__tag {
    position: relative;
    z-index: 20000;
    margin-top: 13px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-case-panel__info {
    margin-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-case-panel__info {
    margin-top: 20px
  }
}

.p-case-panel__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #e5e5e5
}

.p-case-panel__info dl:last-child {
  border-width: 1px 0 1px 0
}

.p-case-panel__info dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 50px;
  padding-top: 7px;
  padding-bottom: 6px;
  line-height: 1.4;
  white-space: nowrap
}

@media only screen and (max-width:47.9375em) {
  .p-case-panel__info dt {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-case-panel__info dt {
    font-size: 12px;
    font-size: .75rem
  }
}

.p-case-panel__info dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-left: 15px;
  padding-top: 7px;
  padding-bottom: 6px;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.4
}

@media only screen and (max-width:47.9375em) {
  .p-case-panel__info dd {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-case-panel__info dd {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-case-panel__info dd {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-case-panel__info dd {
    font-size: 12px;
    font-size: .75rem
  }
}

.p-case-panel__info dd span:after {
  content: '、'
}

.p-case-panel__info dd span:last-child:after {
  display: none
}

.p-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -6px
}

.p-tag__item {
  padding-top: 6px;
  padding-right: 6px
}

.p-tag__item a, .p-tag__item span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #eee;
  border-radius: 90px;
  color: #999;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .1s;
  transition: all cubic-bezier(.215, .61, .355, 1) .1s
}

@media only screen and (max-width:47.9375em) {
  .p-tag__item a, .p-tag__item span {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-tag__item a, .p-tag__item span {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-tag__item a, .p-tag__item span {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 700
  }
}

@media print, screen and (min-width:48em) {
  .p-tag__item a, .p-tag__item span {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:64em) {
  .p-tag__item a:hover {
    background-color: #147896;
    color: #fff
  }
}

.p-tag.-news .p-tag__item a, .p-tag.-news .p-tag__item span {
  text-align: center
}

.p-tag.-news .p-tag__item span {
  background: #2364ce;
  color: #fff
}

@media only screen and (max-width:47.9375em) {
  .p-tag.-news .p-tag__item a, .p-tag.-news .p-tag__item span {
    width: 100px
  }
}

@media print, screen and (min-width:48em) {
  .p-tag.-news .p-tag__item a, .p-tag.-news .p-tag__item span {
    width: 116px
  }
}

.p-tag.-blog .p-tag__item {
  padding-right: 0
}

.p-tag.-side {
  margin-top: -8px;
  margin-right: -8px
}

.p-tag.-side .p-tag__item {
  padding-top: 8px;
  padding-right: 8px
}

.p-hash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -6px
}

.p-hash__item {
  margin-top: 6px;
  margin-right: 10px
}

.p-hash__item a, .p-hash__item span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #999;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  line-height: 26/12;
  -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .1s;
  transition: all cubic-bezier(.215, .61, .355, 1) .1s
}

@media only screen and (max-width:47.9375em) {
  .p-hash__item a, .p-hash__item span {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-hash__item a, .p-hash__item span {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-hash__item a, .p-hash__item span {
    font-size: 10px;
    font-size: .625rem;
    font-weight: 700
  }
}

@media print, screen and (min-width:48em) {
  .p-hash__item a, .p-hash__item span {
    font-size: 12px;
    font-size: .75rem
  }
}

.p-hash__item a:before, .p-hash__item span:before {
  content: "# "
}

@media print, screen and (min-width:64em) {
  .p-hash__item a:hover {
    color: #147896;
    text-decoration: underline
  }
}

.p-hash.-side {
  margin-top: -12px
}

@media print, screen and (min-width:48em) {
  .p-hash.-side {
    margin-right: -20px
  }
}

.p-hash.-side .p-hash__item {
  margin-top: 12px;
  margin-right: 20px
}

.p-news__item {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: rgba(149, 152, 154, .5)
}

.p-news__item:last-child {
  border-width: 1px 0 1px 0
}

.p-news__inner {
  display: -ms-grid;
  display: grid;
  gap: 0
}

@media only screen and (max-width:47.9375em) {
  .p-news__inner {
    -ms-grid-rows: auto 1fr;
    -ms-grid-columns: auto 1fr;
    grid-template: 'newsDate newsTag' auto 'newsTitle newsTitle' 1fr/auto 1fr;
    padding-top: 24px;
    padding-bottom: 12px
  }
}

@media print, screen and (min-width:48em) {
  .p-news__inner {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 154px auto 1fr;
    grid-template: 'newsDate newsTag newsTitle' 1fr/154px auto 1fr;
    padding-top: 20px;
    padding-bottom: 14px
  }
}

a.p-news__inner .p-news__title {
  color: #2e2e2e
}

@media print, screen and (min-width:64em) {
  a.p-news__inner:hover .p-news__title {
    color: #2364ce;
  }
}

.p-news__date {
  grid-area: newsDate;
  font-family: Roboto, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-weight: 700;
  color: #000
}

@media only screen and (max-width:47.9375em) {
  .p-news__date {
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-news__date {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-news__date span {
  display: inline-block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-news__date span {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-news__date span {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-news__date span {
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-news__date span {
    margin-left: 8px;
    font-size: 14px;
    font-size: .875rem
  }
}

.p-news__tag {
  grid-area: newsTag
}

@media only screen and (max-width:47.9375em) {
  .p-news__tag {
    margin-left: 3px
  }
}

.p-news__title {
  grid-area: newsTitle;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .1s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s
}

@media only screen and (max-width:47.9375em) {
  .p-news__date {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-news__tag {
    -ms-grid-row: 1;
    -ms-grid-column: 2
  }
  .p-news__title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
  }
}

@media print, screen and (min-width:48em) {
  .p-news__date {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-news__tag {
    -ms-grid-row: 1;
    -ms-grid-column: 2
  }
  .p-news__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1
  }
}

@media only screen and (max-width:47.9375em) {
  .p-news__title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-news__title {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-news__title {
    margin-top: 11px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-news__title {
    margin-left: 20px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:64em) {
  .p-news__title {
    font-size: 20px;
    font-size: 1.25rem
  }
}

.p-home-layout {
  position: relative
}

@media print, screen and (min-width:48em) {
  .p-home-layout {
    padding-top: 30px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-home-layout__head {
    width: 100%
  }
}

@media print, screen and (min-width:48em) {
  .p-home-layout__head {
    width: 40%
  }
}

@media only screen and (max-width:47.9375em) {
  .p-home-layout__img {
    width: 100%;
    margin-top: 27px
  }
}

@media print, screen and (min-width:48em) {
  .p-home-layout__img {
    position: absolute;
    bottom: -37px;
    right: -10%;
    width: 70%;
    max-width: 790px;
    height: auto
  }
}
@media print, screen and (min-width:1580px) {
    .p-home-layout__img {
      position: absolute;
      bottom: -37px;
      right: -88px;
      width: 58vw;
      max-width: 790px;
      height: auto
    }
  }

.p-home-layout__img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto
}

.p-home-layout__img img.-person {
  position: absolute;
  width: 30.2%;
  height: auto
}

@media only screen and (max-width:47.9375em) {
  .p-home-layout__img img.-person {
    left: 0;
    bottom: -35px
  }
}

@media print, screen and (min-width:48em) {
  .p-home-layout__img img.-person {
    left: -7%;
    bottom: -70px
  }
}

.p-page-visual {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-right: 4.267%;
  padding-left: 4.267%;
  background-color: #051e32
}

@media print, screen and (min-width:48em) {
  .p-page-visual {
    height: 400px
  }
}

.p-page-visual__img {
  position: absolute
}

@media only screen and (max-width:47.9375em) {
  .p-page-visual__img {
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 1200px
  }
}

@media print, screen and (min-width:75em) {
  .p-page-visual__img {
    bottom: 0
  }
}

.p-page-visual__img img {
  display: block
}

@media only screen and (max-width:47.9375em) {
  .p-page-visual__img img {
    float: right;
    width: 100px
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual__img img {
    max-width: 220px
  }
}

@media print, screen and (min-width:64em) {
  .p-page-visual__img img {
    max-width: 250px
  }
}

@media print, screen and (min-width:75em) {
  .p-page-visual__img img {
    max-width: inherit
  }
}

@media print, screen and (min-width:75em) {
  .p-page-visual.-case .p-page-visual__img img {
    -webkit-transform: translate(7px, 42px);
    transform: translate(7px, 42px)
  }
}

@media print, screen and (min-width:75em) {
  .p-page-visual.-function .p-page-visual__img img {
    -webkit-transform: translate(90px, 38px);
    transform: translate(90px, 38px)
  }
}

@media print, screen and (min-width:75em) {
  .p-page-visual.-price .p-page-visual__img img {
    -webkit-transform: translate(-3px, 98px);
    transform: translate(-3px, 98px)
  }
}

@media print, screen and (min-width:75em) {
  .p-page-visual.-seminar .p-page-visual__img img {
    -webkit-transform: translate(-18px, 73px);
    transform: translate(-18px, 73px)
  }
}

@media print, screen and (min-width:75em) {
  .p-page-visual.-solution .p-page-visual__img img {
    -webkit-transform: translate(0, 54px);
    transform: translate(0, 54px)
  }
}

@media print, screen and (min-width:75em) {
  .p-page-visual.-support .p-page-visual__img img {
    -webkit-transform: translate(5px, 60px);
    transform: translate(5px, 60px)
  }
}

.p-page-visual__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 10
}

@media only screen and (max-width:47.9375em) {
  .p-page-visual__inner {
    padding-top: 20px;
    padding-bottom: 35px
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual__inner {
    position: relative;
    max-width: 1200px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 77px
  }
}

.p-page-visual__label {
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #fff
}

@media only screen and (max-width:47.9375em) {
  .p-page-visual__label {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual__label {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-page-visual__label {
    font-size: 12px;
    font-size: .75rem;
    text-align: center
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual__label {
    font-size: 16px;
    font-size: 1rem;
    text-align: center
  }
}

.p-page-visual__main {
  display: block;
  position: relative;
  z-index: 20;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #fff
}

@media only screen and (max-width:47.9375em) {
  .p-page-visual__main {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual__main {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-page-visual__main {
    margin-top: 3px;
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual__main {
    margin-top: 10px;
    font-size: 36px;
    font-size: 2.25rem;
    text-align: center
  }
}

@media print, screen and (min-width:64em) {
  .p-page-visual__main {
    font-size: 42px;
    font-size: 2.625rem
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual__label+.p-page-visual__main {
    margin-top: 18px
  }
}

.p-page-visual__desc {
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  line-height: 1.75
}

@media only screen and (max-width:47.9375em) {
  .p-page-visual__desc {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual__desc {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-page-visual__desc {
    margin-top: 18px;
    font-size: 14px;
    font-size: .875rem;
    text-align: center
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual__desc {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem;
    text-align: center
  }
}

@media print, screen and (min-width:64em) {
  .p-page-visual__desc {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-page-visual__desc br {
    display: none
  }
}

.p-page-visual__eng {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.p-page-visual__eng span {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: rgba(0, 112, 197, .19);
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.05em;
  white-space: nowrap
}

@media only screen and (max-width:47.9375em) {
  .p-page-visual__eng span {
    bottom: -3vw;
    font-size: 21.6vw
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual__eng span {
    bottom: -32px;
    font-size: 240px;
    font-size: 15rem
  }
}

.p-page-visual__sub {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #fff
}

@media only screen and (max-width:47.9375em) {
  .p-page-visual__sub {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual__sub {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-page-visual__sub {
    margin-top: 14px;
    font-size: 12px;
    font-size: .75rem;
    text-align: center
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual__sub {
    margin-top: 30px;
    font-size: 16px;
    font-size: 1rem;
    text-align: center
  }
}

.p-page-visual__sub:after, .p-page-visual__sub:before {
  display: inline-block;
  position: relative;
  top: -.35em;
  height: 2px;
  background-color: #fff;
  content: ''
}

@media only screen and (max-width:47.9375em) {
  .p-page-visual__sub:after, .p-page-visual__sub:before {
    width: 12px
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual__sub:after, .p-page-visual__sub:before {
    width: 18px
  }
}

.p-page-visual__sub:before {
  margin-right: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.p-page-visual__sub:after {
  margin-left: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

@media only screen and (max-width:47.9375em) {
  .p-page-visual__button {
    margin-top: 8px
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual__button {
    max-width: 300px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto
  }
}

.p-page-visual__icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto
}

@media only screen and (max-width:47.9375em) {
  .p-page-visual__icon {
    max-width: 100px
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual__icon {
    max-width: 100px
  }
}

@media print, screen and (min-width:64em) {
  .p-page-visual__icon {
    max-width: 140px
  }
}

.p-page-visual__icon:before {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  border-radius: 50%;
  content: ''
}

.p-page-visual__icon img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  .p-page-visual.-img .p-page-visual__inner {
    padding-bottom: 92px
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual.-func {
    height: 500px
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual.-func .p-page-visual__inner {
    padding-top: 70px;
    padding-bottom: 60px
  }
}

@media print, screen and (min-width:64em) {
  .p-page-visual.-func .p-page-visual__inner {
    padding-bottom: 88px
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual.-func .p-page-visual__main {
    margin-top: 23px
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual.-func .p-page-visual__button {
    margin-top: 23px
  }
}

@media print, screen and (min-width:48em) {
  .p-page-visual.-simple {
    height: 300px
  }
}

.p-anchor__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media print, screen and (min-width:48em) {
  .p-anchor__inner {
    margin-top: -10px;
    margin-left: -20px
  }
}

@media print, screen and (min-width:64em) {
  .p-anchor__inner {
    margin-left: -40px
  }
}

.p-anchor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

@media only screen and (max-width:47.9375em) {
  .p-anchor__item {
    width: 100%
  }
}

@media print, screen and (min-width:48em) {
  .p-anchor__item {
    margin-top: 10px;
    margin-left: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-anchor__item {
    margin-left: 40px
  }
}

.p-anchor__item a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #00a5eb
}

@media only screen and (max-width:47.9375em) {
  .p-anchor__item a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-anchor__item a {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-anchor__item a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-anchor__item a {
    font-size: 16px;
    font-size: 1rem
  }
}

.p-anchor__item a:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -.1em;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  margin-left: 7px;
  border-color: #00a5eb;
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  -webkit-transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: '';
  top: -.25em;
  margin-right: 10px;
  content: ""
}

@media print, screen and (min-width:64em) {
  a:hover .p-anchor__item a:before, button:hover .p-anchor__item a:before {
    border-color: #18b7cd
  }
}

@media print, screen and (min-width:64em) {
  .p-anchor__item a:hover {
    color: #2364ce;
  }
}

@media print, screen and (min-width:64em) {
  .p-anchor__item a:hover:before {
    border-color: #2364ce
  }
}

@media only screen and (max-width:47.9375em) {
  .p-anchor__item:first-child a {
    padding-top: 0
  }
}

@media only screen and (max-width:47.9375em) {
  .p-anchor__item:last-child a {
    padding-bottom: 0
  }
}

.p-large-func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-large-func__item {
  position: relative;
  width: 100%;
  border-top: solid 1px #e5e5e5
}

.p-large-func__item:first-child {
  border-top: none
}

.p-large-func__item:first-child .p-large-func__inner {
  padding-top: 0
}

@media print, screen and (min-width:48em) {
  .p-large-func__item:last-child {
    border-bottom: solid 1px #e5e5e5
  }
}

@media only screen and (max-width:47.9375em) {
  .p-large-func__link {
    display: none
  }
}

@media print, screen and (min-width:48em) {
  .p-large-func__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
  }
}

.p-large-func__link+.p-large-func__inner .p-large-func__head {
  color: #18b7cd
}

@media print, screen and (min-width:64em) {
  .p-large-func__link:hover+.p-large-func__inner .p-large-func__icon {
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125)
  }
}

@media print, screen and (min-width:64em) {
  .p-large-func__link:hover+.p-large-func__inner .p-large-func__head {
    color: #0c93b4
  }
}

@media print, screen and (min-width:64em) {
  .p-large-func__link:hover+.p-large-func__inner .p-large-func__head i.c-arrow.-right {
    border-color: #0c93b4;
    -webkit-transform: translate(4px, 0) rotate(45deg);
    transform: translate(4px, 0) rotate(45deg)
  }
}

.p-large-func__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  .p-large-func__inner {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media print, screen and (min-width:48em) {
  .p-large-func__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px
  }
}

@media print, screen and (min-width:64em) {
  .p-large-func__inner {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

.p-large-func__icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s
}

@media only screen and (max-width:47.9375em) {
  .p-large-func__icon {
    max-width: 100px;
    margin: 0 auto
  }
}

@media print, screen and (min-width:48em) {
  .p-large-func__icon {
    max-width: 100px
  }
}

@media print, screen and (min-width:64em) {
  .p-large-func__icon {
    max-width: 140px
  }
}

.p-large-func__icon:before {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: #f7f7f7;
  border-radius: 50%;
  content: ''
}

.p-large-func__icon img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%
}

.p-large-func__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media only screen and (max-width:47.9375em) {
  .p-large-func__text {
    margin-top: 17px
  }
}

@media print, screen and (min-width:48em) {
  .p-large-func__text {
    margin-left: 20px
  }
}

@media print, screen and (min-width:64em) {
  .p-large-func__text {
    margin-left: 40px
  }
}

.p-large-func__head {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .1s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s
}

@media only screen and (max-width:47.9375em) {
  .p-large-func__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-large-func__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-large-func__head {
    font-size: 16px;
    font-size: 1rem;
    text-align: center
  }
}

@media print, screen and (min-width:48em) {
  .p-large-func__head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:64em) {
  .p-large-func__head {
    font-size: 20px;
    font-size: 1.25rem
  }
}

.hoge {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #000
}

@media only screen and (max-width:47.9375em) {
  .hoge {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .hoge {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .hoge {
    margin-top: 12px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.75
  }
}

@media print, screen and (min-width:48em) {
  .hoge {
    margin-top: 30px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.55
  }
}

@media print, screen and (min-width:64em) {
  .hoge {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-large-func__desc {
  display: block;
  color: #000
}

@media only screen and (max-width:47.9375em) {
  .p-large-func__desc {
    margin-top: 12px
  }
}

@media print, screen and (min-width:48em) {
  .p-large-func__desc {
    margin-top: 30px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-large-func__desc p {
    margin-top: 12px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.75
  }
}

@media print, screen and (min-width:48em) {
  .p-large-func__desc p {
    margin-top: 32px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.55
  }
}

@media print, screen and (min-width:64em) {
  .p-large-func__desc p {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-large-func__desc p strong {
  font-weight: 600;
  line-height: 1.4
}

@media only screen and (max-width:47.9375em) {
  .p-large-func__desc p strong {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-large-func__desc p strong {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-large-func__desc ul {
    margin-top: 12px
  }
}

@media print, screen and (min-width:48em) {
  .p-large-func__desc ul {
    margin-top: 32px
  }
}

.p-large-func__desc ul:first-child {
  margin-top: 0
}

.p-large-func__desc ul li {
  position: relative;
  line-height: 1.5
}

@media only screen and (max-width:47.9375em) {
  .p-large-func__desc ul li {
    margin-top: 15px;
    padding-left: 14px;
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-large-func__desc ul li {
    margin-top: 6px;
    padding-left: 17px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .p-large-func__desc ul li {
    margin-top: 14px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-large-func__desc ul li:first-child {
  margin-top: 0
}

.p-large-func__desc ul li:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  background-color: #ccc;
  border-radius: 50%;
  content: ''
}

@media only screen and (max-width:47.9375em) {
  .p-large-func__desc ul li:before {
    top: .65em;
    width: 5px;
    height: 5px
  }
}

@media print, screen and (min-width:48em) {
  .p-large-func__desc ul li:before {
    top: .45em;
    width: 8px;
    height: 8px
  }
}

@media print, screen and (min-width:64em) {
  .p-large-func__desc ul li:before {
    top: .5em
  }
}

.p-large-func__desc ul a {
  text-decoration: underline
}

@media print, screen and (min-width:64em) {
  .p-large-func__desc ul a:hover {
    text-decoration: none
  }
}

.p-large-func__img {
  position: relative
}

@media only screen and (max-width:47.9375em) {
  .p-large-func__img {
    margin-top: 17px
  }
}

@media print, screen and (min-width:48em) {
  .p-large-func__img {
    width: 34%;
    max-width: 400px;
    margin-left: 20px
  }
}

@media print, screen and (min-width:64em) {
  .p-large-func__img {
    margin-left: 40px
  }
}

.p-large-func__img:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #ccc;
  content: ''
}

.p-large-func__img img {
  display: block;
  width: 100%
}

.p-small-func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media print, screen and (min-width:48em) {
  .p-small-func {
    margin-top: -40px
  }
}

@media print, screen and (min-width:64em) {
  .p-small-func {
    margin-top: -60px
  }
}

.p-small-func__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width:47.9375em) {
  .p-small-func__item {
    width: 100%;
    border-top: solid 1px #e5e5e5
  }
}

@media print, screen and (min-width:48em) {
  .p-small-func__item {
    width: 50%;
    margin-top: 40px;
    border-left: solid 1px #e5e5e5
  }
}

@media print, screen and (min-width:64em) {
  .p-small-func__item {
    margin-top: 60px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-small-func__item.-icon_small .p-small-func__icon img {
    max-width: 34px;
    max-height: 40px
  }
}

@media print, screen and (min-width:48em) {
  .p-small-func__item.-icon_small .p-small-func__icon img {
    max-height: 50px
  }
}

@media print, screen and (min-width:75em) {
  .p-small-func__item.-icon_small .p-small-func__icon img {
    max-width: 48px
  }
}

.p-small-func__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  .p-small-func__inner {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-small-func__inner {
    padding-right: 20px;
    padding-left: 20px
  }
}

@media print, screen and (min-width:75em) {
  .p-small-func__inner {
    padding-right: 40px;
    padding-left: 40px
  }
}

.p-small-func__img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  .p-small-func__img {
    max-width: 60px
  }
}

@media print, screen and (min-width:48em) {
  .p-small-func__img {
    max-width: 80px
  }
}

@media print, screen and (min-width:75em) {
  .p-small-func__img {
    max-width: 100px
  }
}

.p-small-func__icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s
}

@media print, screen and (min-width:64em) {
  a:hover .p-small-func__icon {
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125)
  }
}

.p-small-func__icon img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%
}

.p-small-func__icon:before {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: #f7f7f7;
  border-radius: 50%;
  content: ''
}

.p-small-func__addon {
  display: block;
  margin-top: 7px;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #666;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-small-func__addon {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-small-func__addon {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-small-func__addon {
    font-size: 10px;
    font-size: .625rem
  }
}

@media print, screen and (min-width:48em) {
  .p-small-func__addon {
    font-size: 14px;
    font-size: .875rem
  }
}

.p-small-func__addon:before {
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%3E\a%20%20%20%20%20%20%3Cpath%20id%3D%22XMLID_4_%22%20d%3D%22M29.544%2018a2.1%202.1%200%2000-2.105%202.1%202.015%202.015%200%2000.488%201.32v.48H22.68v5.64h-.732a2.287%202.287%200%2000-1.312-.66%202.1%202.1%200%20100%204.2%202.216%202.216%200%20001.281-.6h.732l.031%205.01V36h5.095v-.9a2.527%202.527%200%2001-.336-1.44%202.105%202.105%200%20014.21%200%202.481%202.481%200%2001-.366%201.44v.9H36.5v-5.52h-.915a2.2%202.2%200%2001-1.312.6%202.1%202.1%200%20110-4.2%202.287%202.287%200%20011.312.66h.915V21.9h-5.308v-.48a2.234%202.234%200%2000.458-1.32%202.1%202.1%200%2000-2.106-2.1z%22%20transform%3D%22translate%28-18.5%20-18%29%22%20fill%3D%22%23666%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E");
  content: ''
}

@media only screen and (max-width:47.9375em) {
  .p-small-func__addon:before {
    top: .05em;
    width: 10px;
    height: 10px;
    margin-right: 4px
  }
}

@media print, screen and (min-width:48em) {
  .p-small-func__addon:before {
    top: .15em;
    width: 18px;
    height: 18px;
    margin-right: 7px
  }
}

.p-small-func__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media only screen and (max-width:47.9375em) {
  .p-small-func__text {
    margin-left: 16px
  }
}

@media print, screen and (min-width:48em) {
  .p-small-func__text {
    margin-left: 20px
  }
}

@media print, screen and (min-width:75em) {
  .p-small-func__text {
    margin-left: 30px
  }
}

.p-small-func__head {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.4
}

@media only screen and (max-width:47.9375em) {
  .p-small-func__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-small-func__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-small-func__head {
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .p-small-func__head {
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:75em) {
  .p-small-func__head {
    font-size: 20px;
    font-size: 1.25rem
  }
}

a .p-small-func__head {
  color: #18b7cd
}

@media print, screen and (min-width:64em) {
  a:hover .p-small-func__head {
    color: #0c93b4
  }
}

.p-small-func__desc {
  display: block;
  color: #000
}

@media only screen and (max-width:47.9375em) {
  .p-small-func__desc {
    margin-top: 8px;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.75
  }
}

@media print, screen and (min-width:48em) {
  .p-small-func__desc {
    margin-top: 20px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.55
  }
}

@media print, screen and (min-width:75em) {
  .p-small-func__desc {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-small-func.-max2 .p-small-func__item:first-child, .p-small-func.-max2 .p-small-func__item:nth-child(2n+1) {
    border-left-width: 0
  }
}

@media print, screen and (min-width:48em) {
  .p-small-func.-max2 .p-small-func__item:first-child .p-small-func__inner, .p-small-func.-max2 .p-small-func__item:nth-child(2n+1) .p-small-func__inner {
    padding-left: 0
  }
}

@media print, screen and (min-width:48em) {
  .p-small-func.-max2 .p-small-func__item:nth-child(2n) .p-small-func__inner {
    padding-right: 0
  }
}

@media print, screen and (min-width:64em) {
  .p-small-func.-max3 .p-small-func__item {
    width: 33.33%
  }
}

@media print, screen and (min-width:48em) {
  .p-small-func.-max3 .p-small-func__item:first-child, .p-small-func.-max3 .p-small-func__item:nth-child(2n+1) {
    border-left-width: 0
  }
}

@media print, screen and (min-width:64em) {
  .p-small-func.-max3 .p-small-func__item:first-child, .p-small-func.-max3 .p-small-func__item:nth-child(2n+1) {
    border-left-width: 1px
  }
}

@media print, screen and (min-width:48em) {
  .p-small-func.-max3 .p-small-func__item:first-child .p-small-func__inner, .p-small-func.-max3 .p-small-func__item:nth-child(2n+1) .p-small-func__inner {
    padding-left: 0
  }
}

@media print, screen and (min-width:64em) {
  .p-small-func.-max3 .p-small-func__item:first-child .p-small-func__inner, .p-small-func.-max3 .p-small-func__item:nth-child(2n+1) .p-small-func__inner {
    padding-left: 20px
  }
}

@media print, screen and (min-width:75em) {
  .p-small-func.-max3 .p-small-func__item:first-child .p-small-func__inner, .p-small-func.-max3 .p-small-func__item:nth-child(2n+1) .p-small-func__inner {
    padding-left: 40px
  }
}

@media print, screen and (min-width:48em) {
  .p-small-func.-max3 .p-small-func__item:nth-child(2n) .p-small-func__inner {
    padding-right: 0
  }
}

@media print, screen and (min-width:64em) {
  .p-small-func.-max3 .p-small-func__item:nth-child(2n) .p-small-func__inner {
    padding-right: 20px
  }
}

@media print, screen and (min-width:75em) {
  .p-small-func.-max3 .p-small-func__item:nth-child(2n) .p-small-func__inner {
    padding-right: 40px
  }
}

@media print, screen and (min-width:64em) {
  .p-small-func.-max3 .p-small-func__item:first-child, .p-small-func.-max3 .p-small-func__item:nth-child(3n+1) {
    border-left: none
  }
}

@media print, screen and (min-width:64em) {
  .p-small-func.-max3 .p-small-func__item:first-child .p-small-func__inner, .p-small-func.-max3 .p-small-func__item:nth-child(3n+1) .p-small-func__inner {
    padding-left: 0
  }
}

@media print, screen and (min-width:64em) {
  .p-small-func.-max3 .p-small-func__item:nth-child(3n) .p-small-func__inner {
    padding-right: 0
  }
}

@media only screen and (max-width:47.9375em) {
  .p-small-func.-simple {
    margin-top: -20px
  }
}

@media print, screen and (min-width:48em) {
  .p-small-func.-simple {
    margin-top: -40px;
    margin-left: -20px
  }
}

@media print, screen and (min-width:64em) {
  .p-small-func.-simple {
    margin-left: -40px
  }
}

.p-small-func.-simple .p-small-func__item {
  border: none
}

@media only screen and (max-width:47.9375em) {
  .p-small-func.-simple .p-small-func__item {
    margin-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-small-func.-simple .p-small-func__item {
    width: calc(50% - 20px);
    margin-top: 40px;
    margin-left: 20px
  }
}

@media print, screen and (min-width:64em) {
  .p-small-func.-simple .p-small-func__item {
    width: calc(50% - 40px);
    margin-left: 40px
  }
}

.p-small-func.-simple .p-small-func__inner {
  padding: 0
}

.p-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:47.9375em) {
  .p-other {
    margin-top: -16px;
    margin-left: -20px
  }
}

@media print, screen and (min-width:48em) {
  .p-other {
    margin-top: -34px;
    margin-left: -20px
  }
}

@media print, screen and (min-width:64em) {
  .p-other {
    margin-left: -60px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-other .p-other__item {
    margin-top: 16px;
    margin-left: 20px;
    width: calc(50% - 20px)
  }
}

@media print, screen and (min-width:48em) {
  .p-other .p-other__item {
    margin-top: 34px;
    margin-left: 20px;
    width: calc(33.33% - 20px)
  }
}

@media print, screen and (min-width:64em) {
  .p-other .p-other__item {
    margin-left: 60px;
    width: calc(33.33% - 60px)
  }
}

@media print, screen and (min-width:75em) {
  .p-other .p-other__item {
    width: calc(25% - 60px)
  }
}

.p-other__item {
  position: relative
}

.p-other__inner {
  display: block;
  position: relative
}

@media print, screen and (min-width:48em) {
  .p-other__inner {
    height: 100%
  }
}

@media print, screen and (min-width:64em) {
  .p-other__inner:hover .p-other__img img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
  }
}

.p-other__img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding-top: 58.8%;
  background-color: #f2f8fb
}

@media only screen and (max-width:47.9375em) {
  .p-other__img {
    border-radius: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-other__img {
    border-radius: 20px
  }
}

.p-other__img img {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s
}

.p-other__head {
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #00a5eb;
  line-height: 1.55;
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .1s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s
}

.p-other__head .c-arrow {
  border-color: #00a5eb
}

@media only screen and (max-width:47.9375em) {
  .p-other__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-other__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-other__head {
    margin-top: 12px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-other__head {
    margin-top: 24px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .p-other__head {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media print, screen and (min-width:64em) {
  a:hover .p-other__head {
    color: #2364ce
  }
}

.p-subject-index {
  position: relative
}

@media only screen and (max-width:47.9375em) {
  .p-subject-index {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: auto 0 1fr;
    grid-template: 'subjectImg subjectVoice' auto 'subjectList subjectList' 1fr/auto 1fr;
    gap: 0;
    padding-top: 26px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-subject-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

.p-subject-index:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 3px;
  border-color: #e5e5e5;
  border-radius: 20px;
  content: ''
}

.p-subject-index__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-subject-index__img {
  position: relative;
  z-index: 1
}

@media only screen and (max-width:47.9375em) {
  .p-subject-index__img {
    grid-area: subjectImg
  }
}

@media print, screen and (min-width:48em) {
  .p-subject-index__img {
    padding-left: 35px
  }
}

.p-subject-index__img img {
  display: block
}

@media only screen and (max-width:47.9375em) {
  .p-subject-index__img img {
    width: 62px
  }
}

.p-subject-index__voice {
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  white-space: nowrap
}

@media only screen and (max-width:47.9375em) {
  .p-subject-index__voice {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-subject-index__voice {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-subject-index__voice {
    grid-area: subjectVoice;
    margin-left: 10px;
    font-size: 11px;
    font-size: .6875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-subject-index__voice {
    margin-left: 18px;
    font-size: 14px;
    font-size: .875rem
  }
}

.p-subject-index__voice:after, .p-subject-index__voice:before {
  display: block;
  position: relative;
  height: 2px;
  background-color: #000;
  content: ''
}

@media only screen and (max-width:47.9375em) {
  .p-subject-index__voice:after, .p-subject-index__voice:before {
    width: 9px
  }
}

@media print, screen and (min-width:48em) {
  .p-subject-index__voice:after, .p-subject-index__voice:before {
    width: 18px
  }
}

.p-subject-index__voice:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

@media only screen and (max-width:47.9375em) {
  .p-subject-index__voice:before {
    margin-bottom: 6px
  }
}

@media print, screen and (min-width:48em) {
  .p-subject-index__voice:before {
    margin-bottom: 16px
  }
}

.p-subject-index__voice:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media only screen and (max-width:47.9375em) {
  .p-subject-index__voice:after {
    margin-top: 8px
  }
}

@media print, screen and (min-width:48em) {
  .p-subject-index__voice:after {
    margin-top: 14px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-subject-index__list {
    grid-area: subjectList;
    margin-top: 14px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-subject-index__img {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-subject-index__voice {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
  .p-subject-index__list {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
}

@media print, screen and (min-width:48em) {
  .p-subject-index__list {
    margin-left: 20px;
    padding-top: 38px;
    padding-bottom: 35px
  }
}

@media print, screen and (min-width:64em) {
  .p-subject-index__list {
    margin-left: 60px
  }
}

.p-subject-index__list li {
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.4
}

@media only screen and (max-width:47.9375em) {
  .p-subject-index__list li {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-subject-index__list li {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-subject-index__list li {
    margin-top: 8px;
    padding-left: 14px;
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-subject-index__list li {
    margin-top: 17px;
    padding-right: 19px;
    padding-left: 22px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .p-subject-index__list li {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-subject-index__list li:first-child {
  margin-top: 0
}

.p-subject-index__list li:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  background: 0 0;
  background-color: #ccc;
  border-radius: 50%;
  content: ''
}

@media only screen and (max-width:47.9375em) {
  .p-subject-index__list li:before {
    top: .65em;
    width: 5px;
    height: 5px
  }
}

@media print, screen and (min-width:48em) {
  .p-subject-index__list li:before {
    top: .45em;
    width: 8px;
    height: 8px
  }
}

@media print, screen and (min-width:48em) {
  .p-subject-index.-y_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.p-other-func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:47.9375em) {
  .p-other-func {
    margin-top: -20px;
    margin-left: -20px
  }
}

@media print, screen and (min-width:48em) {
  .p-other-func {
    margin-top: -20px;
    margin-left: -20px
  }
}

@media print, screen and (min-width:64em) {
  .p-other-func {
    margin-top: -30px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-other-func.-max3 .p-other-func__item {
    width: calc(50% - 20px)
  }
}

@media print, screen and (min-width:48em) {
  .p-other-func.-max3 .p-other-func__item {
    width: calc(50% - 20px)
  }
}

@media print, screen and (min-width:64em) {
  .p-other-func.-max3 .p-other-func__item {
    width: calc(33.33% - 20px)
  }
}

.p-other-func__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width:47.9375em) {
  .p-other-func__item {
    width: 100%;
    margin-top: 20px;
    margin-left: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-other-func__item {
    margin-top: 20px;
    margin-left: 20px
  }
}

@media print, screen and (min-width:64em) {
  .p-other-func__item {
    margin-top: 30px
  }
}

.p-other-func__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.p-other-func__icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  .p-other-func__icon {
    max-width: 40px
  }
}

@media print, screen and (min-width:48em) {
  .p-other-func__icon {
    max-width: 60px
  }
}

.p-other-func__icon img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%
}

.p-other-func__icon:before {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: #e7ebee;
  border-radius: 50%;
  content: ''
}

.p-other-func__head {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.4;
  color: #18b7cd;
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .1s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s
}

@media only screen and (max-width:47.9375em) {
  .p-other-func__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-other-func__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-other-func__head {
    margin-left: 10px;
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-other-func__head {
    margin-left: 15px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .p-other-func__head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:64em) {
  a:hover .p-other-func__head {
    color: #0c93b4
  }
}

.p-other-func-container__block {
  border-top: solid 1px #ccc
}

@media only screen and (max-width:47.9375em) {
  .p-other-func-container__block {
    margin-top: 30px;
    padding-top: 32px
  }
}

@media print, screen and (min-width:48em) {
  .p-other-func-container__block {
    margin-top: 60px;
    padding-top: 52px
  }
}

.p-other-func-container__block:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none
}

.p-other-func-container__block:last-child {
  padding-bottom: 60px;
  border-bottom: solid 1px #ccc
}

@media only screen and (max-width:47.9375em) {
  .p-other-func-container__inner {
    margin-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-other-func-container__inner {
    margin-top: 30px
  }
}

.p-edit-area-1, .wp-editor {
  hanging-punctuation: allow-end
}

.p-edit-area-1:first-child, .wp-editor:first-child {
  margin-top: 0
}

.p-edit-area-1>*, .wp-editor>* {
  clear: both
}

.p-edit-area-1 div:after, .p-edit-area-1 p:after, .wp-editor div:after, .wp-editor p:after {
  display: block;
  clear: both;
  content: ''
}

.p-edit-area-1 p, .wp-editor p {
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 p, .wp-editor p {
    margin-top: 18px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 p, .wp-editor p {
    margin-top: 26px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.9
  }
}

@media print, screen and (min-width:64em) {
  .p-edit-area-1 p, .wp-editor p {
    margin-top: 32px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-edit-area-1 p:first-child, .wp-editor p:first-child {
  margin-top: 0
}

.p-edit-area-1 p b, .wp-editor p b {
  font-weight: 700
}

.p-edit-area-1 p code, .wp-editor p code {
  padding-top: 2px;
  padding-bottom: 3px;
  padding-right: 7px;
  padding-left: 7px;
  background-color: #e6e4de;
  border-radius: 5px;
  font-family: Consolas, 'Courier New', monospace
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 p.-small, .wp-editor p.-small {
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 p.-small, .wp-editor p.-small {
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:64em) {
  .p-edit-area-1 p.-small, .wp-editor p.-small {
    font-size: 16px;
    font-size: 1rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 h2+p, .wp-editor h2+p {
    margin-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 h2+p, .wp-editor h2+p {
    margin-top: 32px
  }
}

@media print, screen and (min-width:64em) {
  .p-edit-area-1 h2+p, .wp-editor h2+p {
    margin-top: 32px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 h3+p, .wp-editor h3+p {
    margin-top: 18px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 h3+p, .wp-editor h3+p {
    margin-top: 27px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 h4+p, .wp-editor h4+p {
    margin-top: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 h4+p, .wp-editor h4+p {
    margin-top: 17px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 .wp-caption+p, .p-edit-area-1 img+p, .wp-editor .wp-caption+p, .wp-editor img+p {
    margin-top: 26px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 .wp-caption+p, .p-edit-area-1 img+p, .wp-editor .wp-caption+p, .wp-editor img+p {
    margin-top: 31px
  }
}

.p-edit-area-1 strong, .wp-editor strong {
  font-weight: 700
}

.p-edit-area-1 blockquote a,
.p-edit-area-1 p a,
.p-edit-area-1>ol a,
.p-edit-area-1>table a,
.p-edit-area-1>ul a,
.wp-editor blockquote a,
.wp-editor p a, .wp-editor>ol a,
.wp-editor>table a,
.wp-editor>ul a {
  color: #00a5eb;
  word-break: break-all
}

.p-edit-area-1 blockquote a[target='_blank']:after,
.p-edit-area-1 p a[target='_blank']:after,
.p-edit-area-1>ol a[target='_blank']:after,
.p-edit-area-1>table a[target='_blank']:after,
.p-edit-area-1>ul a[target='_blank']:after,
.wp-editor blockquote a[target='_blank']:after,
.wp-editor p a[target='_blank']:after,
.wp-editor>ol a[target='_blank']:after,
.wp-editor>table a[target='_blank']:after,
.wp-editor>ul a[target='_blank']:after,
.p-sitemap.-footer .p-sitemap__bold a[target="_blank"]::after,
.p-sitemap.-footer .p-sitemap__list li a[target="_blank"]::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: 0;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%3E%5Ca%20%3Cg%20fill%3D%22none%22%3E%5Ca%20%3Cpath%20d%3D%22M0%208V2h6v6zm7-2V1H2V0h6v6z%22%2F%3E%5Ca%20%3Cpath%20d%3D%22M5%207V3H1v4h4m1%201H0V2h6v6zm2-2H7V1H2V0h6v6z%22%20fill%3D%22%2300a5eb%22%2F%3E%5Ca%20%3C%2Fg%3E%5Ca%20%3C%2Fsvg%3E');
  content: ''
}

.p-edit-area-1 blockquote a[href^=tel],
.p-edit-area-1 p a[href^=tel],
.p-edit-area-1>ol a[href^=tel],
.p-edit-area-1>table a[href^=tel],
.p-edit-area-1>ul a[href^=tel],
.wp-editor blockquote a[href^=tel],
.wp-editor p a[href^=tel],
.wp-editor>ol a[href^=tel],
.wp-editor>table a[href^=tel],
.wp-editor>ul a[href^=tel] {
  color: #000
}

@media print, screen and (min-width:64em) {
  .p-edit-area-1 blockquote a:hover,
  .p-edit-area-1 p a:hover,
  .p-edit-area-1>ol a:hover,
  .p-edit-area-1>table a:hover,
  .p-edit-area-1>ul a:hover,
  .wp-editor blockquote a:hover,
  .wp-editor p a:hover,
  .wp-editor>ol a:hover,
  .wp-editor>table a:hover,
  .wp-editor>ul a:hover,
  .p-sitemap.-footer .p-sitemap__bold a[target="_blank"]:hover,
  .p-sitemap.-footer .p-sitemap__list li a[target="_blank"]:hover {
    color: #2364ce
  }
}

.p-edit-area-1 blockquote a:hover[target='_blank']:after,
.p-edit-area-1 p a:hover[target='_blank']:after,
.p-edit-area-1>ol a:hover[target='_blank']:after,
.p-edit-area-1>table a:hover[target='_blank']:after,
.p-edit-area-1>ul a:hover[target='_blank']:after,
.wp-editor blockquote a:hover[target='_blank']:after,
.wp-editor p a:hover[target='_blank']:after,
.wp-editor>ol a:hover[target='_blank']:after,
.wp-editor>table a:hover[target='_blank']:after,
.wp-editor>ul a:hover[target='_blank']:after {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%3E%5Ca%20%3Cg%20fill%3D%22none%22%3E%5Ca%20%3Cpath%20d%3D%22M0%208V2h6v6zm7-2V1H2V0h6v6z%22%2F%3E%5Ca%20%3Cpath%20d%3D%22M5%207V3H1v4h4m1%201H0V2h6v6zm2-2H7V1H2V0h6v6z%22%20fill%3D%22%231e46c8%22%2F%3E%5Ca%20%3C%2Fg%3E%5Ca%20%3C%2Fsvg%3E')
}

.p-edit-area-1 h2, .wp-editor h2 {
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #2364ce
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 h2, .wp-editor h2 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 h2, .wp-editor h2 {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 h2, .wp-editor h2 {
    margin-top: 54px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.55
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 h2, .wp-editor h2 {
    margin-top: 80px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.4
  }
}

@media print, screen and (min-width:64em) {
  .p-edit-area-1 h2, .wp-editor h2 {
    margin-top: 114px;
    font-size: 32px;
    font-size: 2rem
  }
}

.p-edit-area-1 h2 span, .wp-editor h2 span {
  display: block
}

/*@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 h2 span, .wp-editor h2 span {
    margin-bottom: 8px;
    font-size: 12px;
    font-size: .75rem
  }
}*/

/*@media print, screen and (min-width:48em) {
  .p-edit-area-1 h2 span, .wp-editor h2 span {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem
  }
}*/

.p-edit-area-1 h3, .wp-editor h3 {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 h3, .wp-editor h3 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 h3, .wp-editor h3 {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 h3, .wp-editor h3 {
    margin-top: 32px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.55
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 h3, .wp-editor h3 {
    margin-top: 84px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.55
  }
}

.p-edit-area-1 h4, .wp-editor h4 {
  font-weight: 600;
  line-height: 1.4
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 h4, .wp-editor h4 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 h4, .wp-editor h4 {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 h4, .wp-editor h4 {
    margin-top: 24px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 h4, .wp-editor h4 {
    margin-top: 32px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5
  }
}

.p-edit-area-1 h2:first-child, .p-edit-area-1 h3:first-child, .p-edit-area-1 h4:first-child, .wp-editor h2:first-child, .wp-editor h3:first-child, .wp-editor h4:first-child {
  margin-top: 0
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 h2+h3, .wp-editor h2+h3 {
    margin-top: 31px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 h2+table, .wp-editor h2+table {
    margin-top: 60px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 ul, .wp-editor ul {
    margin-top: 28px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 ul, .wp-editor ul {
    margin-top: 32px
  }
}

.p-edit-area-1 ul:first-child, .wp-editor ul:first-child {
  margin-top: 0
}

.p-edit-area-1 ul li, .wp-editor ul li {
  position: relative;
  line-height: 1.5;
  word-break: break-all
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 ul li, .wp-editor ul li {
    margin-top: 8px;
    padding-left: 14px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 ul li, .wp-editor ul li {
    margin-top: 6px;
    padding-left: 17px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .p-edit-area-1 ul li, .wp-editor ul li {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-edit-area-1 ul li:first-child, .wp-editor ul li:first-child {
  margin-top: 0
}

.p-edit-area-1 ul li:before, .wp-editor ul li:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  background-color: #ccc;
  border-radius: 50%;
  content: ''
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 ul li:before, .wp-editor ul li:before {
    top: .65em;
    width: 5px;
    height: 5px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 ul li:before, .wp-editor ul li:before {
    top: .45em;
    width: 8px;
    height: 8px
  }
}

.p-edit-area-1>ol, .wp-editor>ol {
  counter-reset: number
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1>ol, .wp-editor>ol {
    margin-top: 28px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1>ol, .wp-editor>ol {
    margin-top: 32px
  }
}

.p-edit-area-1>ol li, .wp-editor>ol li {
  position: relative;
  margin-top: 5px;
  word-break: break-all
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1>ol li, .wp-editor>ol li {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.85
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1>ol li, .wp-editor>ol li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.85
  }
}

.p-edit-area-1>ol li:before, .wp-editor>ol li:before {
  display: inline-block;
  position: relative;
  font-weight: 700;
  counter-increment: number;
  content: counter(number) "."
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1>ol li:before, .wp-editor>ol li:before {
    top: 0;
    margin-right: 6px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1>ol li:before, .wp-editor>ol li:before {
    top: 0;
    margin-right: 10px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-edit-area-1 table, .wp-editor table {
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 table, .wp-editor table {
    margin-top: 28px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 table, .wp-editor table {
    margin-top: 28px
  }
}

.p-edit-area-1 table tr, .wp-editor table tr {
  border-top: solid 1px #ccc
}

.p-edit-area-1 table tr:last-child, .wp-editor table tr:last-child {
  border-bottom: solid 1px #ccc
}

.p-edit-area-1 table tr td, .p-edit-area-1 table tr th, .wp-editor table tr td, .wp-editor table tr th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  word-break: break-all
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 table tr td, .p-edit-area-1 table tr th, .wp-editor table tr td, .wp-editor table tr th {
    display: block;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 table tr td, .p-edit-area-1 table tr th, .wp-editor table tr td, .wp-editor table tr th {
    font-size: 16px;
    font-size: 1rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 table tr td p, .p-edit-area-1 table tr th p, .wp-editor table tr td p, .wp-editor table tr th p {
    margin-top: 8px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 table tr td p, .p-edit-area-1 table tr th p, .wp-editor table tr td p, .wp-editor table tr th p {
    margin-top: 8px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.55
  }
}

.p-edit-area-1 table tr td p:first-child, .p-edit-area-1 table tr th p:first-child, .wp-editor table tr td p:first-child, .wp-editor table tr th p:first-child {
  margin-top: 0
}

.p-edit-area-1 table tr td img, .p-edit-area-1 table tr th img, .wp-editor table tr td img, .wp-editor table tr th img {
  border: solid 1px #fff
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 table tr td img, .p-edit-area-1 table tr th img, .wp-editor table tr td img, .wp-editor table tr th img {
    margin-top: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 table tr td img, .p-edit-area-1 table tr th img, .wp-editor table tr td img, .wp-editor table tr th img {
    margin-top: 10px
  }
}

.p-edit-area-1 table tr td:first-child, .p-edit-area-1 table tr th, .wp-editor table tr td:first-child, .wp-editor table tr th {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 table tr td:first-child, .p-edit-area-1 table tr th, .wp-editor table tr td:first-child, .wp-editor table tr th {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 table tr td:first-child, .p-edit-area-1 table tr th, .wp-editor table tr td:first-child, .wp-editor table tr th {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 table tr td:first-child, .p-edit-area-1 table tr th, .wp-editor table tr td:first-child, .wp-editor table tr th {
    width: 100%!important;
    padding-top: 16px;
    padding-bottom: 16px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 table tr td:first-child, .p-edit-area-1 table tr th, .wp-editor table tr td:first-child, .wp-editor table tr th {
    width: 250px!important;
    padding-top: 20px;
    padding-left: 1em;
    padding-bottom: 16px;
    padding-right: 1em;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background: #eeeeee;
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 table tr td:not(:first-child), .wp-editor table tr td:not(:first-child) {
    width: 100%!important;
    padding-bottom: 16px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 table tr td:not(:first-child), .wp-editor table tr td:not(:first-child) {
    width: auto!important;
    padding-top: 18px;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 16px;
    border-right: 1px solid #cccccc;
  }
}

.p-edit-area-1 table b, .wp-editor table b {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 table b, .wp-editor table b {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 table b, .wp-editor table b {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 table ul, .wp-editor table ul {
    margin-top: 8px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 table ul, .wp-editor table ul {
    margin-top: 12px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 table ul li, .wp-editor table ul li {
    margin-top: 6px;
    padding-left: 17px;
    font-size: 16px;
    font-size: 1rem
  }
}

.p-edit-area-1 table ul li:first-child, .wp-editor table ul li:first-child {
  margin-top: 0
}

.p-edit-area-1 blockquote, .wp-editor blockquote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #f5f7f8;
  border-radius: 10px;
  word-break: break-all
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 blockquote, .wp-editor blockquote {
    margin-top: 20px;
    padding-top: 18px;
    padding-bottom: 22px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 2
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 blockquote, .wp-editor blockquote {
    margin-top: 25px;
    padding-top: 24px;
    padding-bottom: 28px;
    padding-right: 32px;
    padding-left: 32px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2
  }
}

.p-edit-area-1 blockquote span, .wp-editor blockquote span {
  display: block
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 blockquote span, .wp-editor blockquote span {
    margin-top: 5px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.7
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 blockquote span, .wp-editor blockquote span {
    margin-top: 5px;
    font-size: 14px;
    font-size: .875rem
  }
}

.p-edit-area-1 blockquote a, .wp-editor blockquote a {
  color: #147896
}

.p-edit-area-1 img, .wp-editor img {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  max-width: 100%;
  height: auto
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 img, .wp-editor img {
    margin-top: 25px;
    max-width: 100%
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 img, .wp-editor img {
    margin-top: 30px
  }
}

.p-edit-area-1 img.-adjust_height, .wp-editor img.-adjust_height {
  width: auto
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 img.-adjust_height, .wp-editor img.-adjust_height {
    max-height: 570px
  }
}

.p-edit-area-1 img.-visible, .wp-editor img.-visible {
  visibility: visible;
  opacity: 1
}

.p-edit-area-1 img.alignleft, .wp-editor img.alignleft {
  float: left
}

.p-edit-area-1 img.aligncenter, .wp-editor img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.p-edit-area-1 img.alignright, .wp-editor img.alignright {
  float: right
}

.p-edit-area-1 .wp-caption, .wp-editor .wp-caption {
  width: auto!important
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 .wp-caption, .wp-editor .wp-caption {
    margin-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 .wp-caption, .wp-editor .wp-caption {
    margin-top: 30px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 .p-edit-area-1__imgflex, .wp-editor .p-edit-area-1__imgflex {
    margin-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 .p-edit-area-1__imgflex, .wp-editor .p-edit-area-1__imgflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-left: -40px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 .p-edit-area-1__imgflex .p-edit-area-1__imgflex_inner, .wp-editor .p-edit-area-1__imgflex .p-edit-area-1__imgflex_inner {
    width: calc(50% - 20px);
    margin-left: 20px
  }
}

@media print, screen and (min-width:64em) {
  .p-edit-area-1 .p-edit-area-1__imgflex .p-edit-area-1__imgflex_inner, .wp-editor .p-edit-area-1__imgflex .p-edit-area-1__imgflex_inner {
    width: calc(50% - 40px);
    margin-left: 40px
  }
}

.p-edit-area-1 .wp-caption-text, .wp-editor .wp-caption-text {
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 .wp-caption-text, .wp-editor .wp-caption-text {
    margin-top: 8px;
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 .wp-caption-text, .wp-editor .wp-caption-text {
    margin-top: 17px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 h2+.wp-caption, .p-edit-area-1 h2+img, .wp-editor h2+.wp-caption, .wp-editor h2+img {
    margin-top: 38px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 h2+.wp-caption, .p-edit-area-1 h2+img, .wp-editor h2+.wp-caption, .wp-editor h2+img {
    margin-top: 58px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 h4+.wp-caption, .p-edit-area-1 h4+img, .wp-editor h4+.wp-caption, .wp-editor h4+img {
    margin-top: 38px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 h4+.wp-caption, .p-edit-area-1 h4+img, .wp-editor h4+.wp-caption, .wp-editor h4+img {
    margin-top: 58px
  }
}

.p-edit-area-1 pre[class*=language-], .wp-editor pre[class*=language-] {
  border-radius: 10px!important
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 pre[class*=language-], .wp-editor pre[class*=language-] {
    margin-top: 24px!important;
    margin-bottom: 0!important;
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 pre[class*=language-], .wp-editor pre[class*=language-] {
    margin-top: 32px!important;
    margin-bottom: 0!important
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 pre[class*=language-]+pre[class*=language-], .wp-editor pre[class*=language-]+pre[class*=language-] {
    margin-top: 10px!important;
    margin-bottom: 0!important
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 pre[class*=language-]+pre[class*=language-], .wp-editor pre[class*=language-]+pre[class*=language-] {
    margin-top: 16px!important;
    margin-bottom: 0!important
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 .flex, .wp-editor .flex {
    margin-top: 18px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 .flex, .wp-editor .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 26px;
    margin-right: -15px;
    margin-left: -15px
  }
}

@media print, screen and (min-width:64em) {
  .p-edit-area-1 .flex, .wp-editor .flex {
    margin-top: 32px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 .flex>*, .wp-editor .flex>* {
    margin-top: 0;
    margin-right: 15px;
    margin-left: 15px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 .flex>p>img, .wp-editor .flex>p>img {
    margin-top: 0
  }
}

.p-edit-area-1 .flex :not(.alignleft):not(.alignright), .wp-editor .flex :not(.alignleft):not(.alignright) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.p-edit-area-1 .flex .alignleft, .p-edit-area-1 .flex .alignright, .wp-editor .flex .alignleft, .wp-editor .flex .alignright {
  float: none
}

.p-edit-area-1:after, .wp-editor:after {
  content: '';
  clear: both;
  display: block
}

.p-edit-area-1.-center p {
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1.-img_border img {
    border-radius: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1.-img_border img {
    border-radius: 20px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1.-sp_yakuhan p {
    font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1.-form p.-small {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1.-form p.-small {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1.-form ul li {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1.-form ul li {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1.-form ul li:before {
    top: .55em;
    width: 5px;
    height: 5px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1.-form ul li:before {
    top: .55em;
    width: 5px;
    height: 5px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1.-form>ol li {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1.-form>ol li {
    font-size: 13px;
    font-size: .8125rem
  }
}

.p-edit-area-1.-blog img, .wp-editor.-blog img {
  overflow: hidden;
  border-radius: 20px
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1.-blog img, .wp-editor.-blog img {
    width: 100%;
    height: auto
  }
}

.p-feature-heading {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

@media only screen and (max-width:47.9375em) {
  .p-feature-heading {
    padding-bottom: 16px
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-heading {
    padding-bottom: 24px
  }
}

.p-feature-heading:before {
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #2364ce;
  content: ''
}

@media only screen and (max-width:47.9375em) {
  .p-feature-heading:before {
    width: 20px;
    height: 2px
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-heading:before {
    width: 30px;
    height: 3px
  }
}

.p-feature-heading__sub {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #2364ce;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-feature-heading__sub {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-heading__sub {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-feature-heading__sub {
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-heading__sub {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-feature-heading__main {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
  line-height: 1.4;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-feature-heading__main {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-heading__main {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-feature-heading__main {
    margin-top: 7px;
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-heading__main {
    margin-top: 18px;
    font-size: 28px;
    font-size: 1.75rem
  }
}

@media print, screen and (min-width:64em) {
  .p-feature-heading__main {
    font-size: 32px;
    font-size: 2rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-feature-heading__main br {
    display: block
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-heading__main br {
    display: none
  }
}

.p-faq__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden
}

@media only screen and (max-width:47.9375em) {
  .p-faq__item {
    margin-top: 24px;
    padding-top: 24px;
    border-top: solid 1px #e5e5e5
  }
}

@media print, screen and (min-width:48em) {
  .p-faq__item {
    margin-top: 46px
  }
}

.p-faq__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none
}

.p-faq__icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

@media only screen and (max-width:47.9375em) {
  .p-faq__icon {
    width: 28px;
    height: 28px
  }
}

@media print, screen and (min-width:48em) {
  .p-faq__icon {
    width: 36px;
    height: 36px
  }
}

.p-faq__icon:after, .p-faq__icon:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  background-color: #000;
  content: ''
}

@media only screen and (max-width:47.9375em) {
  .p-faq__icon:after, .p-faq__icon:before {
    width: 12px
  }
}

@media print, screen and (min-width:48em) {
  .p-faq__icon:after, .p-faq__icon:before {
    width: 16px
  }
}

.p-faq__icon:after {
  -webkit-transition: -webkit-transform linear .15s;
  transition: -webkit-transform linear .15s;
  transition: transform linear .15s;
  transition: transform linear .15s, -webkit-transform linear .15s
}

.p-faq__question {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
  line-height: 1.55
}

@media only screen and (max-width:47.9375em) {
  .p-faq__question {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-faq__question {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-faq__question {
    padding-bottom: 8px;
    padding-left: 32px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .p-faq__question {
    padding-bottom: 11px;
    padding-left: 30px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:64em) {
  .p-faq__question {
    font-size: 22px;
    font-size: 1.375rem
  }
}

.p-faq__question:before {
  display: block;
  position: absolute;
  font-family: Roboto, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #2364ce;
  content: 'Q.'
}

@media only screen and (max-width:47.9375em) {
  .p-faq__question:before {
    top: 2px;
    left: 0;
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media print, screen and (min-width:48em) {
  .p-faq__question:before {
    top: 6px;
    left: 0;
    font-size: 22px;
    font-size: 1.375rem
  }
}

.p-faq__question:focus {
  outline: 0
}

button.p-faq__question {
  cursor: pointer
}

.p-faq__answer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: height cubic-bezier(.215, .61, .355, 1) .4s;
  transition: height cubic-bezier(.215, .61, .355, 1) .4s
}

.p-faq__answer:before {
  display: block;
  position: absolute;
  font-family: Roboto, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #000;
  content: 'A.'
}

@media only screen and (max-width:47.9375em) {
  .p-faq__answer:before {
    top: 5px;
    left: 0;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .p-faq__answer:before {
    top: 6px;
    left: 1px;
    font-size: 16px;
    font-size: 1rem
  }
}

.p-faq__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

@media only screen and (max-width:47.9375em) {
  .p-faq__inner {
    padding-left: 32px
  }
}

@media print, screen and (min-width:48em) {
  .p-faq__inner {
    padding-top: 0;
    padding-left: 30px
  }
}

.p-faq__inner>p {
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph
}

@media only screen and (max-width:47.9375em) {
  .p-faq__inner>p {
    margin-top: 18px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.55
  }
}

@media print, screen and (min-width:48em) {
  .p-faq__inner>p {
    margin-top: 26px;
    font-size: 16px;
    font-size: 1rem
  }
}

.p-faq__inner>p:first-child {
  margin-top: 0
}

.p-faq__link {
  display: block
}

@media only screen and (max-width:47.9375em) {
  .p-faq__link {
    margin-top: 4px
  }
}

@media print, screen and (min-width:48em) {
  .p-faq__link {
    margin-top: 2px
  }
}

.p-faq__link a {
  text-decoration: underline
}

@media only screen and (max-width:47.9375em) {
  .p-faq.-accordion .p-faq__question {
    padding-right: 28px
  }
}

@media print, screen and (min-width:48em) {
  .p-faq.-accordion .p-faq__question {
    padding-right: 36px
  }
}

.p-faq.-close .p-faq__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg)
}

.p-faq.-close .p-faq__answer {
  height: 0
}

.p-feature-lead {
  display: -ms-grid;
  display: grid
}

@media only screen and (max-width:47.9375em) {
  .p-feature-lead {
    -ms-grid-rows: auto auto auto 1fr;
    -ms-grid-columns: 100%;
    grid-template: 'leadHead' auto 'leadDesc' auto 'leadButton' auto 'leadImg' 1fr/100%
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-lead {
    -ms-grid-rows: auto 0 auto 0 1fr;
    -ms-grid-columns: 1fr 20px 51.25%;
    grid-template: 'leadHead leadImg' auto 'leadDesc leadImg' auto 'leadButton leadImg' 1fr/1fr 51.25%;
    gap: 0 20px
  }
}

@media print, screen and (min-width:64em) {
  .p-feature-lead {
    gap: 0 14px
  }
}

.p-feature-lead__head {
  grid-area: leadHead;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-feature-lead__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-lead__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-feature-lead__head {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-lead__head {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media print, screen and (min-width:64em) {
  .p-feature-lead__head {
    font-size: 26px;
    font-size: 1.625rem
  }
}

.p-feature-lead__desc {
  grid-area: leadDesc
}

@media only screen and (max-width:47.9375em) {
  .p-feature-lead__desc {
    margin-top: 22px
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-lead__desc {
    margin-top: 26px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-feature-lead__desc>.c-sentence, .p-feature-lead__desc>.p-price-box__desc, .p-feature-lead__desc>.p-price-column__desc, .p-flex-form__desc .p-feature-lead__desc>p, .p-paper-form__desc .p-feature-lead__desc>p {
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-lead__desc>.c-sentence, .p-feature-lead__desc>.p-price-box__desc, .p-feature-lead__desc>.p-price-column__desc, .p-flex-form__desc .p-feature-lead__desc>p, .p-paper-form__desc .p-feature-lead__desc>p {
    font-size: 20px;
    font-size: 1.25rem
  }
}

.p-feature-lead__button {
  grid-area: leadButton
}

@media only screen and (max-width:47.9375em) {
  .p-feature-lead__button {
    margin-top: 25px
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-lead__button {
    max-width: 260px;
    margin-top: 32px
  }
}

.p-feature-lead__img {
  grid-area: leadImg
}

@media only screen and (max-width:47.9375em) {
  .p-feature-lead__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-feature-lead__desc {
    -ms-grid-row: 2;
    -ms-grid-column: 1
  }
  .p-feature-lead__button {
    -ms-grid-row: 3;
    -ms-grid-column: 1
  }
  .p-feature-lead__img {
    -ms-grid-row: 4;
    -ms-grid-column: 1
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-lead__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-feature-lead__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 1
  }
  .p-feature-lead__button {
    -ms-grid-row: 5;
    -ms-grid-column: 1
  }
  .p-feature-lead__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3
  }
}

@media only screen and (max-width:47.9375em) {
  .p-feature-lead__img {
    margin-top: 30px
  }
}

@media print, screen and (min-width:64em) {
  .p-feature-lead__img {
    margin-top: -100px
  }
}

@media print, screen and (min-width:75em) {
  .p-feature-lead__img {
    margin-top: -100px
  }
}

.p-feature-lead__img img {
  display: block;
  width: 100%;
  max-width: 100%
}

@media only screen and (max-width:47.9375em) {
  .p-feature-lead__img img {
    max-width: 290px;
    margin: 0 auto
  }
}

.p-feature-catch {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-right: 4.267%;
  padding-left: 4.267%
}

@media only screen and (max-width:47.9375em) {
  .p-feature-catch {
    padding-bottom: 16px
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-catch {
    padding-bottom: 24px
  }
}

.p-feature-catch:before {
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #d8ecf5;
  content: ''
}

@media only screen and (max-width:47.9375em) {
  .p-feature-catch:before {
    width: 20px;
    height: 2px
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-catch:before {
    width: 30px;
    height: 3px
  }
}

.p-feature-catch__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (max-width:47.9375em) {
  .p-feature-catch__sub {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.p-feature-catch__sub img {
  display: block
}

@media only screen and (max-width:47.9375em) {
  .p-feature-catch__sub img {
    width: 120px;
    margin-right: 14px;
    margin-left: 14px
  }
}

.p-feature-catch__sub span {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #fff
}

@media only screen and (max-width:47.9375em) {
  .p-feature-catch__sub span {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-catch__sub span {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-feature-catch__sub span {
    padding-top: 7px;
    font-size: 11px;
    font-size: .6875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-catch__sub span {
    margin-left: 40px;
    padding-top: 26px;
    font-size: 16px;
    font-size: 1rem
  }
}

.p-feature-catch__main {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
  line-height: 1.55;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-feature-catch__main {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-catch__main {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-feature-catch__main {
    margin-top: 16px;
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-catch__main {
    margin-top: 25px;
    font-size: 32px;
    font-size: 2rem
  }
}

@media print, screen and (min-width:64em) {
  .p-feature-catch__main {
    font-size: 36px;
    font-size: 2.25rem
  }
}

.p-feature-catch__main span {
  color: #fdfe00
}

.p-feature-layout {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative
}

@media print, screen and (min-width:48em) {
  .p-feature-layout {
    padding-right: 4.267%;
    padding-left: 4.267%
  }
}

.p-feature-layout__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout__inner {
    padding-top: 40px
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 80px
  }
}

@media print, screen and (min-width:64em) {
  .p-feature-layout__inner {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

.p-feature-layout__text {
  z-index: 1
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout__text {
    padding-right: 4.267%;
    padding-left: 4.267%
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout__text {
    width: 300px
  }
}

@media print, screen and (min-width:64em) {
  .p-feature-layout__text {
    width: 370px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout__img {
    display: block;
    position: absolute;
    bottom: 0;
    right: -186px
  }
}

.p-feature-layout__img img {
  display: block
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout__img img {
    width: 100%;
    max-width: 100%;
    height: auto
  }
}

.p-feature-layout__eng {
  display: block;
  position: absolute;
  left: -122px;
  bottom: -34px;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 240px;
  font-size: 15rem;
  color: #e9f4f9;
  line-height: 1;
  letter-spacing: -.05em
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout__eng {
    display: none
  }
}

.p-feature-layout__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-weight: 700;
  color: #2364ce;
  font-size: 18px;
  font-size: 1.125rem
}

.p-feature-layout__point span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  border-radius: 50%;
  background-color: #2364ce;
  color: #d8ecf5;
  text-align: center;
  line-height: 1
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout__point span {
    margin-top: -3px;
    padding-top: 3px
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout__point span {
    padding-top: 3px
  }
}

.p-feature-layout__head {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #2364ce;
  line-height: 1.55
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout__head {
    margin-top: 8px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout__head {
    margin-top: 25px;
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media print, screen and (min-width:64em) {
  .p-feature-layout__head {
    font-size: 26px;
    font-size: 1.625rem
  }
}

.p-feature-layout__desc {
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #222
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout__desc {
    margin-top: 16px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout__desc {
    margin-top: 25px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .p-feature-layout__desc {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout.-reverse .p-feature-layout__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

.p-feature-layout.-reverse .p-feature-layout__img {
  left: -186px;
  right: auto
}

.p-feature-layout.-reverse .p-feature-layout__eng {
  left: auto;
  right: -122px
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout.-type1 {
    margin-bottom: 30px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout.-type1 .p-feature-layout__inner {
    padding-top: 15px
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout.-type1 .p-feature-layout__inner {
    padding-top: 28px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout.-type1 .p-feature-layout__img {
    padding-right: 4.267%;
    padding-left: 4.267%
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout.-type1 .p-feature-layout__img {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0
  }
}
@media print, screen and (min-width:48em) {
  .p-feature-layout.-type1 .p-feature-layout__img img {
    width: 50vw;
    max-width: 700px
  }
}

@media print, screen and (min-width:64em) {
  .p-feature-layout.-type1 .p-feature-layout__img img {
    width: 50vw
  }
}

.p-feature-layout.-type1 .p-feature-layout__eng {
  color: #e6f4fa
}

.p-feature-layout.-type2 {
  z-index: 2;
  background-color: #f1f8fb;
}

.p-feature-layout.-type2 .p-feature-layout__eng {
  color: #fcfdfe
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout.-type2 .p-feature-layout__img {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -4.7vw
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout.-type2 .p-feature-layout__img {
    left: -138px;
    right: auto
  }
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout.-type2 .p-feature-layout__img img:first-child {
    width: 88.75vw
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout.-type2 .p-feature-layout__img img:first-child {
    width: 60vw;
    max-width: 860px
  }
}

@media print, screen and (min-width:75em) {
  .p-feature-layout.-type2 .p-feature-layout__img img:first-child {
    width: 65vw
  }
}

.p-feature-layout.-type2 .p-feature-layout__img img:last-child {
  position: absolute
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout.-type2 .p-feature-layout__img img:last-child {
    right: 2vw;
    bottom: -20px;
    width: 25vw
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout.-type2 .p-feature-layout__img img:last-child {
    right: -83px;
    bottom: -50px;
    width: 19.71vw;
    max-width: 276px
  }
}

.p-feature-layout.-type3 {
  background-color: #d8ecf5;
  z-index: 1
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout.-type3 .p-feature-layout__img {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: -4.7vw
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout.-type3 .p-feature-layout__img {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
  }
}
@media print, screen and (min-width:48em) {
  .p-feature-layout.-type3 .p-feature-layout__img img {
    width: 46vw;
    max-width: 752px;
  }
}

@media print, screen and (min-width:64em) {
  .p-feature-layout.-type3 .p-feature-layout__img img {
    width: 54vw;
  }
}

.p-feature-layout.-type4 {
  background-color: #f1f8fb;
  z-index: 1
}
@media only screen and (max-width:47.9375em) {
  .p-feature-layout.-type4 .p-feature-layout__img {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /*margin-left: -4.7vw*/
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout.-type4 .p-feature-layout__img {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 52px;
    right: auto;
  }
}
@media only screen and (max-width:47.9375em) {
  .p-feature-layout.-type2 .p-feature-layout__img img {
    width: 88.75vw
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout.-type4 .p-feature-layout__img img {
    width: 70vw;
    max-width: 752px;
  }
}

@media print, screen and (min-width:64em) {
  .p-feature-layout.-type4 .p-feature-layout__img img {
    width: 51vw;
  }
}

.p-feature-layout.-type5 {
  background-color: #d8ecf5;
  padding-bottom: 40px;
}

.p-feature-layout.-type5 .p-feature-layout__inner {
  padding-bottom: 160px;
}
.p-feature-layout.-type5 .p-feature-layout__inner:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout.-type5 .p-feature-layout__inner {
    padding-bottom: 0;
  }
}
.p-feature-layout.-type5 .p-feature-layout__eng {
  font-size: 10rem;
  bottom: 20px;
  right: -120px;
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout.-type5 .p-feature-layout__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 30px;
    padding-right: 4.267%;
    padding-left: 4.267%
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout.-type5 .p-feature-layout__img {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0
  }
}

/*@media print, screen and (min-width:48em) {
  .p-feature-layout.-type5 .p-feature-layout__img img {
    margin: 12em 0;
    width: 46vw;
    max-width: 684px;
  }
}

@media print, screen and (min-width:64em) {
  .p-feature-layout.-type5 .p-feature-layout__img img {
    width: 50vw
  }
}*/
@media only screen and (max-width:47.9375em) {
  .p-feature-layout.-type5 .p-feature-layout__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 30px;
    padding-right: 4.267%;
    padding-left: 4.267%
  }
}
/*20241119------------------------------------------------*/
@media print, screen and (min-width:48em) {
  .p-feature-layout.-type5 .p-feature-layout__img .p-feature-layout-wap {
    background: #ffffff;
    border-radius: 0.5em;
    margin: 12em 0;
    width: 46vw;
    max-width: 684px;
    padding-bottom: 0.5em;
  }
  .p-feature-layout.-type5 .p-feature-layout__img .p-feature-layout-wap img {
    width: 100%;
    height: auto;
  }
  .p-feature-layout.-type5 .p-feature-layout__img .p-feature-layout-wap .p-feature-lead__button {
    margin: 1em auto;
  }
}
@media only screen and (max-width:47.9375em) {
  .p-feature-layout.-type5 .p-feature-layout__img .p-feature-layout-wap {
    background: #ffffff;
    border-radius: 1em;
  }
  .p-feature-layout.-type5 .p-feature-layout__img .p-feature-layout-wap img {
    width: 100%;
    height: auto;
  }
  .p-feature-layout.-type5 .p-feature-layout__img .p-feature-layout-wap .p-feature-lead__button {
    margin: 1em 2em;
  }
}

@media print, screen and (min-width:64em) {
  .p-feature-layout.-type5 .p-feature-layout__img .p-feature-layout-wap img {
    width: 100%;
  }
  .p-feature-layout.-type5 .p-feature-layout__img .p-feature-layout-wap {
    width: 100%;
    height: auto;
  }
}

.p-feature-layout.-type6 {
  background-color: #f1f8fb;
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout.-type6 .p-feature-layout__inner {
    padding-bottom: 5em
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout.-type6 .p-feature-layout__inner {
    padding-bottom: 300px
  }
}

.p-feature-layout.-type6 .p-feature-layout__eng {
  color: #e6f4fa;
  left: auto;
  right: -122px;
  bottom: 106px;
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout.-type6 .p-feature-layout__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 4.267%;
    padding-left: 4.267%
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout.-type6 .p-feature-layout__img {
    top: 127px;
    bottom: auto;
    left: auto;
    right: 0
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-layout.-type6 .p-feature-layout__img img {
    width: 46vw;
    max-width: 700px
  }
}

@media print, screen and (min-width:64em) {
  .p-feature-layout.-type6 .p-feature-layout__img img {
    width: 50vw
  }
}

@media only screen and (max-width:47.9375em) {
  .p-feature-illust {
    position: absolute;
    z-index: 1;
    bottom: -2em;
    right: 46px
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-illust {
    position: absolute;
    z-index: 1;
    top: 72%;
    left: 12%
  }
}

.p-feature-illust img {
  display: block
}

@media only screen and (max-width:47.9375em) {
  .p-feature-illust img {
    width: 32vw
  }
}

@media print, screen and (min-width:48em) {
  .p-feature-illust img {
    width: 21.7vw;
    max-width: 305px
  }
}

@media print, screen and (min-width:48em) {
  .p-price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.p-price-box__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

@media only screen and (max-width:47.9375em) {
  .p-price-box__item {
    margin-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-price-box__item {
    width: 33.33%
  }
}

@media print, screen and (min-width:64em) {
  .p-price-box__item {
    width: 33.33%
  }
}

.p-price-box__head {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-price-box__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-price-box__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-price-box__head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-price-box__head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-price-box__list {
    margin-top: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-price-box__list {
    margin-top: 14px
  }
}

.p-price-box__list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  line-height: 1.5
}

@media only screen and (max-width:47.9375em) {
  .p-price-box__list li {
    margin-top: 8px;
    padding-left: 14px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .p-price-box__list li {
    margin-top: 6px;
    padding-left: 17px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-price-box__list li:first-child {
    margin-top: 0
  }
}

.p-price-box__list li:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  background-color: #ccc;
  border-radius: 50%;
  content: ''
}

@media only screen and (max-width:47.9375em) {
  .p-price-box__list li:before {
    top: .65em;
    width: 5px;
    height: 5px
  }
}

@media print, screen and (min-width:48em) {
  .p-price-box__list li:before {
    top: .45em;
    width: 8px;
    height: 8px
  }
}

.p-price-box__list a {
  text-decoration: underline
}

@media print, screen and (min-width:64em) {
  .p-price-box__list a:hover {
    text-decoration: none
  }
}

.p-price-box__desc {
  display: block
}

@media print, screen and (min-width:48em) {
  .p-price-box__desc {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1rem
  }
}

.p-price-text__price {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem
}

@media only screen and (max-width:47.9375em) {
  .p-price-text__price {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-price-text__price {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

.p-price-text__price span {
  margin-right: 6px;
  font-family: Roboto, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 32px;
  font-size: 2rem
}

@media print, screen and (min-width:48em) {
  .p-price-text__info {
    margin-top: 28px
  }
}

.p-price-text__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 6px
}

.p-price-text__info dl:first-child {
  margin-top: 0
}

.p-price-text__info dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 90px;
  line-height: 1.4;
  white-space: nowrap
}

@media print, screen and (min-width:48em) {
  .p-price-text__info dt {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-price-text__info dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-left: 30px;
  line-height: 1.4;
  font-weight: 700
}

@media print, screen and (min-width:48em) {
  .p-price-text__info dd {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-search-table {
  width: 100%
}

.p-search-table tr {
  border-top: solid 1px #ccc
}

.p-search-table tr:last-child {
  border-bottom: solid 1px #ccc
}

.p-search-table th {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-search-table th {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-search-table th {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-search-table th {
    display: block;
    padding-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-search-table th {
    width: 20%
  }
}

@media only screen and (max-width:47.9375em) {
  .p-search-table td {
    display: block;
    padding-top: 14px;
    padding-bottom: 22px
  }
}

@media print, screen and (min-width:48em) {
  .p-search-table td {
    width: 80%;
    padding-top: 16px;
    padding-bottom: 15px
  }
}

.p-search-table__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:47.9375em) {
  .p-search-table__list {
    margin-top: -16px
  }
}

@media print, screen and (min-width:48em) {
  .p-search-table__list {
    margin-top: -8px
  }
}

.p-search-table__list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width:47.9375em) {
  .p-search-table__list li {
    width: 50%;
    margin-top: 16px;
    padding-right: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-search-table__list li {
    width: 33%;
    margin-top: 8px;
    padding-right: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-search-table__list.-half li {
    width: 50%
  }
}

.p-clear {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.p-clear__button {
  cursor: pointer;
  color: #ccc
}

.p-clear__button.-active {
  color: #18b7cd
}

.p-article-head__head {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #2364ce
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__head {
    font-size: 26px;
    font-size: 1.625rem
  }
  .p-article-head__head span {
    font-size: 18px;
    font-size: 1.215rem;
    color: #999
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__head {
    font-size: 42px;
    font-size: 2.625rem
  }
  .p-article-head__head span {
    font-size: 28px;
    font-size: 1.815rem;
    color: #999
  }
}

.p-article-head__company {
  display: -ms-grid;
  display: grid
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__company {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 80px 10px 1fr;
    grid-template: 'logo name' auto 'info info' 1fr/80px 1fr;
    gap: 0 10px;
    margin-top: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__company {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 140px 20px 1fr;
    grid-template: 'logo name' auto 'logo info' 1fr/140px 1fr;
    gap: 0 20px;
    margin-top: 30px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__company.-no_logo {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 'name' auto 'info' 1fr/1fr;
    gap: 0
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__company.-no_logo {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 'name' auto 'info' 1fr/1fr;
    gap: 0
  }
}

.p-article-head__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__news {
    margin-left: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__news {
    margin-left: -20px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__news>li {
    margin-top: 10px;
    margin-left: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__news>li {
    margin-top: 30px;
    margin-left: 20px
  }
}

.p-article-head__logo {
  grid-area: logo
}

.p-article-head__logo span {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
  background-size: contain
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__logo span {
    height: 40px
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__logo span {
    height: 60px
  }
}

.p-article-head__name {
  grid-area: name;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__name {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__name {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__name {
    margin-top: 8px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__name {
    margin-top: 4px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-article-head__info {
  grid-area: info
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-article-head__name {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
  .p-article-head__company.-no_logo>.p-article-head__name {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-article-head__info {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
  .p-article-head__company.-no_logo>.p-article-head__info {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1
  }
  .p-article-head__name {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
  .p-article-head__company.-no_logo>.p-article-head__name {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-article-head__info {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1
  }
  .p-article-head__company.-no_logo>.p-article-head__info {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__info {
    margin-top: 12px
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 8px
  }
}

.p-article-head__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__info dl {
    margin-top: 4px
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__info dl {
    margin-left: 20px;
    padding-left: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__info dl:before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 14px;
    background-color: #e5e5e5;
    content: ''
  }
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__info dl:first-child {
    margin-top: 0
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__info dl:first-child {
    margin-left: 0;
    padding-left: 0
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__info dl:first-child:before {
    display: none
  }
}

.p-article-head__info dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  line-height: 1.4;
  white-space: nowrap
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__info dt {
    min-width: 50px;
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__info dt {
    font-size: 14px;
    font-size: .875rem
  }
}

.p-article-head__info dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  margin-left: 13px;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.4
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__info dd {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__info dd {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__info dd {
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__info dd {
    font-size: 14px;
    font-size: .875rem
  }
}

.p-article-head__info dd span:after {
  content: '、'
}

.p-article-head__info dd span:last-child:after {
  display: none
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__index {
    margin-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__index {
    margin-top: 40px
  }
}

.p-article-head__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__person {
    margin-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__person {
    margin-top: 40px
  }
}

.p-article-head__person dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  line-height: 1.4;
  white-space: nowrap
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__person dt {
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__person dt {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-article-head__person dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-left: 20px;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.4
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__person dd {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__person dd {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__person dd {
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__person dd {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.p-sns__head {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #2364ce
}

@media only screen and (max-width:47.9375em) {
  .p-sns__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-sns__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-sns__head {
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .p-sns__head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-sns__head:after, .p-sns__head:before {
  display: inline-block;
  position: relative;
  top: -.35em;
  height: 2px;
  background-color: #2364ce;
  content: ''
}

@media only screen and (max-width:47.9375em) {
  .p-sns__head:after, .p-sns__head:before {
    width: 12px
  }
}

@media print, screen and (min-width:48em) {
  .p-sns__head:after, .p-sns__head:before {
    width: 18px
  }
}

.p-sns__head:before {
  margin-right: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.p-sns__head:after {
  margin-left: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.p-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:47.9375em) {
  .p-sns__list {
    margin-top: 4px
  }
}

@media print, screen and (min-width:48em) {
  .p-sns__list {
    margin-left: 30px;
    padding-top: 2px
  }
}

.p-sns__item {
  margin-right: 10px
}

.p-sns__item:last-child {
  margin-right: 0
}

.p-sns__item #fb-root {
  margin-top: -8px
}

.p-sns__item .fb_iframe_widget span {
  height: 20px!important
}

.p-user-flow {
  background-color: #f5f7f8;
  border-radius: 20px
}

@media only screen and (max-width:63.9375em) {
  .p-user-flow {
    padding: 60px 25px
  }
}

@media print, screen and (min-width:64em) {
  .p-user-flow {
    padding: 60px 50px
  }
}

@media print, screen and (min-width:64em) {
  .p-user-flow__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media only screen and (max-width:63.9375em) {
  .p-user-flow__col {
    width: 100%;
    margin-top: 40px
  }
}

@media print, screen and (min-width:64em) {
  .p-user-flow__col {
    width: calc(100% / 3 - 35px);
    margin-top: 0
  }
}

@media only screen and (max-width:63.9375em) {
  .p-user-flow__col:first-child {
    margin-top: 0
  }
}

@media print, screen and (min-width:64em) {
  .p-user-flow__col:first-child .p-user-flow__col-title {
    padding-left: 20px;
    border-radius: 6px 0 0 6px
  }
}

.p-user-flow__col:last-child .p-user-flow__col-title {
  border-radius: 6px
}

@media print, screen and (min-width:64em) {
  .p-user-flow__col:last-child .p-user-flow__col-title {
    width: 100%;
    border-radius: 0 6px 6px 0
  }
}

@media print, screen and (min-width:64em) {
  .p-user-flow__col:last-child .p-user-flow__col-title:after {
    display: none
  }
}

.p-user-flow__col-title {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width:47.9375em) {
  .p-user-flow__col-title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-user-flow__col-title {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:63.9375em) {
  .p-user-flow__col-title {
    width: 100%;
    border-radius: 6px;
    padding-left: 0;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .p-user-flow__col-title {
    display: block;
    width: calc(100% + 40px);
    font-size: 16px;
    font-size: 1rem;
    padding-top: 15px;
    padding-left: 20px;
    border-radius: 0
  }
}

@media print, screen and (min-width:64em) {
  .p-user-flow__col-title::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    border-top: 25px solid;
    border-left: 15px solid;
    border-bottom: 25px solid;
    display: block
  }
}

@media only screen and (max-width:63.9375em) {
  .p-user-flow__col-title::before {
    content: '';
    position: absolute;
    border-top: 15px solid;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    bottom: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media print, screen and (min-width:64em) {
  .p-user-flow__col-title::before {
    display: none
  }
}

.p-user-flow__col-title.-bg_color_1 {
  background-color: #147896;
  z-index: 3
}

.p-user-flow__col-title.-bg_color_1::after {
  border-top-color: #106078;
  border-left-color: #147896;
  border-bottom-color: #106078
}

.p-user-flow__col-title.-bg_color_1::before {
  border-top-color: #147896
}

.p-user-flow__col-title.-bg_color_2 {
  background-color: #106078;
  z-index: 2
}

.p-user-flow__col-title.-bg_color_2::after {
  border-top-color: #0c485a;
  border-left-color: #106078;
  border-bottom-color: #0c485a
}

.p-user-flow__col-title.-bg_color_2::before {
  border-top-color: #106078
}

.p-user-flow__col-title.-bg_color_3 {
  background-color: #0c485a;
  z-index: 1
}

.p-user-flow__col-title.-bg_color_3::before {
  border-top-color: #0c485a
}

.p-user-flow__col-desc {
  margin-top: 30px
}

.p-user-flow__col-link {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 15px;
  display: block
}

@media only screen and (max-width:47.9375em) {
  .p-user-flow__col-link {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-user-flow__col-link {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

.p-staff__inner {
  display: block
}

@media print, screen and (min-width:48em) {
  .p-staff__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -20px
  }
}

.p-staff__col {
  width: 100%;
  background-color: #f5f7f8;
  padding-top: 40px;
  padding-bottom: 33px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 20px
}

@media only screen and (max-width:47.9375em) {
  .p-staff__col {
    margin-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-staff__col {
    width: calc(50% - 20px);
    margin-top: 20px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-staff__col:first-child {
    margin-top: 0
  }
}

.p-staff__col-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.p-staff__col-img img {
  display: block;
  border-radius: 50%
}

.p-staff__col-name {
  margin-top: 25px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center
}

.p-staff__col-desc {
  margin-top: 5px
}

.p-service {
  width: 100%;
  margin-top: 35px
}

.p-service img {
  width: 100%
}

.p-follow__col {
  margin-top: 55px
}

@media print, screen and (min-width:64em) {
  .p-follow__col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 25px
  }
}

@media print, screen and (min-width:64em) {
  .p-follow__col .p-follow__desc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2
  }
}

.p-follow__col .p-follow__img {
  margin-top: 35px
}

@media print, screen and (min-width:64em) {
  .p-follow__col .p-follow__img {
    margin-top: 0;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4
  }
}

.p-follow__col .p-follow__img img {
  width: 100%;
  vertical-align: bottom
}

.p-follow__col .p-follow__list {
  margin-top: 25px
}

@media print, screen and (min-width:64em) {
  .p-follow__col .p-follow__list {
    margin-top: 0;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4
  }
}

.p-follow__list-item {
  position: relative;
  margin-left: 20px
}

.p-follow__list-item:before {
  content: "";
  position: absolute;
  background-color: #ccc;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: .6em;
  left: -10px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.p-help__col {
  margin-top: 53px
}

@media print, screen and (min-width:64em) {
  .p-help__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media only screen and (max-width:63.9375em) {
  .p-help__text-area {
    width: 100%
  }
}

@media print, screen and (min-width:64em) {
  .p-help__text-area {
    width: calc(50% - 20px)
  }
}

@media only screen and (max-width:63.9375em) {
  .p-help__img-area {
    width: 100%;
    margin-top: 35px
  }
}

@media print, screen and (min-width:64em) {
  .p-help__img-area {
    width: calc(50% - 20px);
    margin-top: 0
  }
}

.p-help__img-area img {
  width: 100%
}

.p-community__col {
  margin-top: 35px
}

@media print, screen and (min-width:64em) {
  .p-community__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media only screen and (max-width:63.9375em) {
  .p-community__img {
    width: 100%
  }
}

@media print, screen and (min-width:64em) {
  .p-community__img {
    width: calc(50% - 20px)
  }
}

.p-community__img img {
  width: 100%
}

@media print, screen and (min-width:48em) {
  .p-paper-panel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: -40px;
    margin-left: -20px
  }
}

@media print, screen and (min-width:64em) {
  .p-paper-panel-container {
    margin-top: -57px;
    margin-left: -60px
  }
}

.p-flex-form__desc .p-paper-panel-container p, .p-paper-form__desc .p-paper-panel-container p, .p-paper-panel-container .c-sentence, .p-paper-panel-container .p-flex-form__desc p, .p-paper-panel-container .p-paper-form__desc p, .p-paper-panel-container .p-price-box__desc, .p-paper-panel-container .p-price-column__desc {
  width: 100%;
  text-align: center
}

.p-paper-panel-container .p-paper-panel {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .25s;
  transition: all cubic-bezier(.215, .61, .355, 1) .25s
}

@media only screen and (max-width:47.9375em) {
  .p-paper-panel-container .p-paper-panel {
    margin-top: 48px;
    width: 100%
  }
}

@media print, screen and (min-width:48em) {
  .p-paper-panel-container .p-paper-panel {
    margin-top: 40px;
    margin-left: 20px;
    width: calc(50% - 20px)
  }
}

@media print, screen and (min-width:64em) {
  .p-paper-panel-container .p-paper-panel {
    margin-top: 57px;
    margin-left: 60px;
    width: calc(33.33% - 60px)
  }
}

@media only screen and (max-width:47.9375em) {
  .p-paper-panel-container .p-paper-panel:first-child {
    margin-top: 0
  }
}

.p-paper-panel-container .p-paper-panel.-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.p-paper-panel {
  position: relative
}

.p-paper-panel__link {
  display: block;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media print, screen and (min-width:64em) {
  .p-paper-panel__link:hover+.p-paper-panel__inner .p-paper-panel__img span {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
  }
}

@media print, screen and (min-width:64em) {
  .p-paper-panel__link:hover+.p-paper-panel__inner .p-paper-panel__head i.c-arrow.-right {
    border-color: #2364ce;
    -webkit-transform: translate(4px, 0) rotate(45deg);
    transform: translate(4px, 0) rotate(45deg)
  }
}

.p-paper-panel__inner {
  display: block;
  position: relative
}

.p-paper-panel__img {
  position: relative;
  overflow: hidden;
  border-radius: 20px
}

.p-paper-panel__img span {
  display: block;
  padding-top: 55.55%;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s
}

.p-paper-panel__head {
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #00a5eb;
  line-height: 1.55;
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .1s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s
}

.p-paper-panel__head .c-arrow.-right {
  border-color: #00a5eb
}

.p-paper-panel__link:hover+.p-paper-panel__inner .p-paper-panel__head {
  color: #2364ce
}

@media only screen and (max-width:47.9375em) {
  .p-paper-panel__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-paper-panel__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-paper-panel__head {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .p-paper-panel__head {
    margin-top: 28px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .p-paper-panel__head {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media print, screen and (min-width:64em) {
  a:hover .p-paper-panel__head {
    color: #147896
  }
}

@media only screen and (max-width:47.9375em) {
  .p-paper-panel__tag {
    margin-top: 6px
  }
}

@media print, screen and (min-width:48em) {
  .p-paper-panel__tag {
    position: relative;
    margin-top: 13px
  }
}

.p-paper-panel__desc {
  display: block
}

@media only screen and (max-width:47.9375em) {
  .p-paper-panel__desc {
    margin-top: 8px
  }
}

@media print, screen and (min-width:48em) {
  .p-paper-panel__desc {
    margin-top: 12px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-paper-panel__desc p {
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-paper-panel__desc p {
    font-size: 16px;
    font-size: 1rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-paper-panel__desc ul {
    margin-top: 8px
  }
}

@media print, screen and (min-width:48em) {
  .p-paper-panel__desc ul {
    margin-top: 12px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-paper-panel__desc ul li {
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-paper-panel__desc ul li {
    margin-top: 12px;
    padding-left: 17px;
    font-size: 14px;
    font-size: .875rem
  }
}

.p-paper-panel__desc ul li:first-child {
  margin-top: 0
}

.p-flex-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding-right: 4.267%;
  padding-left: 4.267%
}

.p-flex-form.-contact {
  padding: 0
}

.p-flex-form.-contact .p-flex-form__inner {
  display: block;
  width: 100%;
  max-width: 680px;
  padding: 0
}

.p-flex-form.-contact .p-flex-form__head {
  padding-right: 4.267%;
  padding-left: 4.267%;
  background-color: #051e32;
  color: #fff;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-flex-form.-contact .p-flex-form__head {
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media print, screen and (min-width:48em) {
  .p-flex-form.-contact .p-flex-form__head {
    padding-top: 44px;
    padding-bottom: 40px
  }
}

.p-flex-form.-contact .p-flex-form__bottom {
  padding-right: 4.267%;
  padding-left: 4.267%
}

@media only screen and (max-width:47.9375em) {
  .p-flex-form.-contact .p-flex-form__bottom {
    padding-top: 40px;
    padding-bottom: 60px
  }
}

@media print, screen and (min-width:48em) {
  .p-flex-form.-contact .p-flex-form__bottom {
    padding-top: 55px;
    padding-bottom: 80px
  }
}

.p-flex-form.-contact .p-flex-form__bottom small {
  display: block;
  font-family: Roboto, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 12px;
  font-size: .75rem;
  text-align: center
}

.p-flex-form__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  position: relative;
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  .p-flex-form__inner {
    -ms-grid-rows: auto 20px auto 20px 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 'head' auto 'content' auto 'form' 1fr/1fr;
    gap: 20px 0;
    padding-bottom: 60px
  }
  .p-flex-form__inner>.p-cta__tel-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
}

@media print, screen and (min-width:48em) {
  .p-flex-form__inner {
    -ms-grid-rows: auto 0 1fr 0 auto;
    -ms-grid-columns: 45.8% 20px 1fr;
    grid-template: 'head head' auto 'content form' 1fr 'content copy' auto/45.8% 1fr;
    gap: 0 20px;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 80px
  }
  .p-flex-form__inner>.p-cta__tel-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
}

@media print, screen and (min-width:64em) {
  .p-flex-form__inner {
    gap: 0 80px
  }
}

.p-flex-form__head {
  grid-area: head;
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #147896
}

.p-side-post.-whitepaper .p-side-post__item a>.p-flex-form__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1
}

.p-side-post__item a>.p-flex-form__head {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1
}

@media only screen and (max-width:47.9375em) {
  .p-flex-form__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-flex-form__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-flex-form__head {
    padding-top: 30px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.55
  }
}

@media print, screen and (min-width:48em) {
  .p-flex-form__head {
    margin-bottom: 28px;
    padding-top: 60px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.4
  }
}

@media print, screen and (min-width:64em) {
  .p-flex-form__head {
    font-size: 32px;
    font-size: 2rem
  }
}

.p-flex-form__head img {
  display: block;
  margin-bottom: 33px
}

.p-flex-form__content {
  grid-area: content
}

.p-flex-form__form {
  grid-area: form
}

.p-flex-form__form.-white {
  background-color: #fff
}

.p-flex-form__form.-contact_page {
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width:47.9375em) {
  .p-flex-form__form.-contact_page {
    padding-right: 4.267%;
    padding-left: 4.267%
  }
}

@media print, screen and (min-width:48em) {
  .p-flex-form__form.-contact_page {
    max-width: 680px;
    margin: 0 auto
  }
}

.p-flex-form__form iframe {
  display: block;
  width: 100%;
  border: none
}

@media print, screen and (min-width:48em) {
  .p-flex-form__desc p {
    margin-top: 26px;
    font-size: 16px;
    font-size: 1rem
  }
}

.p-flex-form__desc p:first-child {
  margin-top: 0
}

@media only screen and (max-width:47.9375em) {
  .p-flex-form__desc ul {
    margin-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-flex-form__desc ul {
    margin-top: 28px
  }
}

@media print, screen and (min-width:48em) {
  .p-flex-form__desc ul li {
    margin-top: 6px;
    padding-left: 17px;
    font-size: 16px;
    font-size: 1rem
  }
}

.p-flex-form__desc ul li:first-child {
  margin-top: 0
}

.p-flex-form__desc p a[target='_blank']:after, .p-flex-form__desc>ul a[target='_blank']:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: 0;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%3E\a%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%208V2h6v6zm7-2V1H2V0h6v6z%22%2F%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5%207V3H1v4h4m1%201H0V2h6v6zm2-2H7V1H2V0h6v6z%22%20fill%3D%22%2318b7cd%22%2F%3E\a%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%3C%2Fsvg%3E");
  content: ''
}

.p-flex-form__desc p a:hover[target='_blank']:after, .p-flex-form__desc>ul a:hover[target='_blank']:after {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%3E\a%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%208V2h6v6zm7-2V1H2V0h6v6z%22%2F%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5%207V3H1v4h4m1%201H0V2h6v6zm2-2H7V1H2V0h6v6z%22%20fill%3D%22%230c93b4%22%2F%3E\a%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%3C%2Fsvg%3E")
}

.p-flex-form__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px
}

@media only screen and (max-width:47.9375em) {
  .p-flex-form__images {
    margin-top: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-flex-form__images {
    margin-top: 14px
  }
}

.p-flex-form__img {
  width: calc(50% - 20px);
  margin-top: 20px;
  margin-left: 20px
}

.p-flex-form__img:first-child {
  width: 100%
}

.p-flex-form__img img {
  display: block;
  width: 100%;
  max-width: 100%
}

.p-flex-form__copy {
  display: block;
  font-family: Roboto, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 12px;
  font-size: .75rem;
  text-align: center
}

@media print, screen and (min-width:48em) {
  .p-flex-form__copy {
    margin-top: 55px
  }
}

.p-paper-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative
}

.p-paper-form__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  position: relative;
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  .p-paper-form__inner {
    -ms-grid-rows: auto 20px 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 'content' auto 'form' 1fr/1fr;
    gap: 20px 0;
    padding-bottom: 60px
  }
  .p-paper-form__inner>.p-flex-form__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1
  }
  .p-paper-form__inner>.p-flex-form__form {
    -ms-grid-row: 3;
    -ms-grid-column: 1
  }
}

@media print, screen and (min-width:48em) {
  .p-paper-form__inner {
    -ms-grid-rows: 1fr 0 auto;
    -ms-grid-columns: 45.8% 20px 1fr;
    grid-template: 'content form' 1fr 'content copy' auto/45.8% 1fr;
    gap: 0 20px;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 80px
  }
  .p-paper-form__inner>.p-flex-form__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1
  }
  .p-paper-form__inner>.p-flex-form__form {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
}

@media print, screen and (min-width:64em) {
  .p-paper-form__inner {
    gap: 0 80px
  }
}

.p-paper-form__head {
  position: relative;
  padding-right: 4.267%;
  padding-left: 4.267%;
  background-color: #051e32;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-paper-form__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-paper-form__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-paper-form__head {
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.55
  }
}

@media print, screen and (min-width:48em) {
  .p-paper-form__head {
    margin-bottom: 28px;
    padding-top: 44px;
    padding-bottom: 40px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.4
  }
}

@media print, screen and (min-width:64em) {
  .p-paper-form__head {
    font-size: 32px;
    font-size: 2rem
  }
}

.p-paper-form__head img {
  display: block;
  margin-bottom: 33px
}

.p-paper-form__wrap {
  padding-right: 4.267%;
  padding-left: 4.267%
}

@media only screen and (max-width:47.9375em) {
  .p-paper-form__wrap {
    margin-top: 20px
  }
}

.p-paper-form__content {
  grid-area: content
}

.p-paper-form__form {
  grid-area: form
}

.p-paper-form__form iframe {
  display: block;
  width: 100%;
  border: none
}

@media print, screen and (min-width:48em) {
  .p-paper-form__desc p {
    margin-top: 26px;
    font-size: 16px;
    font-size: 1rem
  }
}

.p-paper-form__desc p:first-child {
  margin-top: 0
}

@media only screen and (max-width:47.9375em) {
  .p-paper-form__desc ul {
    margin-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-paper-form__desc ul {
    margin-top: 28px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-paper-form__desc ul li {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-paper-form__desc ul li {
    margin-top: 6px;
    padding-left: 17px;
    font-size: 13px;
    font-size: .8125rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-paper-form__desc ul li:before {
    top: .55em;
    width: 5px;
    height: 5px
  }
}

@media print, screen and (min-width:48em) {
  .p-paper-form__desc ul li:before {
    top: .55em;
    width: 5px;
    height: 5px
  }
}

.p-paper-form__desc ul li:first-child {
  margin-top: 0
}

.p-paper-form__desc p a[target='_blank']:after, .p-paper-form__desc>ul a[target='_blank']:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: 0;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%3E\a%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%208V2h6v6zm7-2V1H2V0h6v6z%22%2F%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5%207V3H1v4h4m1%201H0V2h6v6zm2-2H7V1H2V0h6v6z%22%20fill%3D%22%2318b7cd%22%2F%3E\a%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%3C%2Fsvg%3E");
  content: ''
}

.p-paper-form__desc p a:hover[target='_blank']:after, .p-paper-form__desc>ul a:hover[target='_blank']:after {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%3E\a%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%208V2h6v6zm7-2V1H2V0h6v6z%22%2F%3E\a%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5%207V3H1v4h4m1%201H0V2h6v6zm2-2H7V1H2V0h6v6z%22%20fill%3D%22%230c93b4%22%2F%3E\a%20%20%20%20%20%20%3C%2Fg%3E\a%20%20%20%20%3C%2Fsvg%3E")
}

.p-paper-form__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px
}

@media only screen and (max-width:47.9375em) {
  .p-paper-form__images {
    margin-top: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-paper-form__images {
    margin-top: 14px
  }
}

.p-paper-form__img {
  width: calc(50% - 20px);
  margin-top: 20px;
  margin-left: 20px
}

.p-paper-form__img:first-child {
  width: 100%
}

.p-paper-form__img img {
  display: block;
  width: 100%;
  max-width: 100%
}

.p-paper-form__copy {
  display: block;
  font-family: Roboto, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 12px;
  font-size: .75rem;
  text-align: center
}

@media print, screen and (min-width:1em) {
  .p-paper-form__copy {
    margin-top: 55px
  }
}

.p-movie-cta {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 240px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
  background-color: #fff;
  z-index: 20000;
  -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .8s;
  transition: all cubic-bezier(.215, .61, .355, 1) .8s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.p-movie-cta.-hide {
  -webkit-transform: translate(120%, 0);
  transform: translate(120%, 0)
}

.p-movie-cta.-visible {
  bottom: 100px
}

.p-movie-cta__close {
  background-color: #36414b;
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%)
}

.p-movie-cta__close:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2.5px;
  background-color: #fff;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg)
}

.p-movie-cta__close:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2.5px;
  background-color: #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg)
}

.p-movie-cta__close:hover {
  opacity: .8
}

.p-movie-cta__content:hover .p-movie-cta__arrow {
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0)
}

@media print, screen and (min-width:64em) {
  .p-movie-cta__img {
    padding-top: 12px;
    overflow: hidden;
    height: 110px
  }
}

.p-movie-cta__text {
  color: #36414b;
  font-weight: 600;
  line-height: 1.4;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 700;
  text-align: center;
  padding: 12px 0
}

@media only screen and (min-width:64em) and (max-width:47.9375em) {
  .p-movie-cta__text {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:64em) and (min-width:48em) {
  .p-movie-cta__text {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media print, screen and (min-width:64em) {
  .p-movie-cta__title {
    color: #18b7cd;
    font-weight: 600;
    line-height: 1.4;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media only screen and (min-width:64em) and (max-width:47.9375em) {
  .p-movie-cta__title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:64em) and (min-width:48em) {
  .p-movie-cta__title {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media print, screen and (min-width:64em) {
  a:hover .p-movie-cta__title {
    color: #0c93b4
  }
}

@media print, screen and (min-width:64em) {
  .p-movie-cta__arrow {
    background-color: #18b7cd;
    width: 14px;
    height: 2px;
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
    transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
    transition: transform cubic-bezier(.215, .61, .355, 1) .25s;
    transition: transform cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
    margin-left: 10px
  }
  .p-movie-cta__arrow::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border: 2px solid transparent;
    border-top-color: #18b7cd;
    border-right-color: #18b7cd;
    -webkit-transform: rotateZ(45deg) translate(-8%, 20%);
    transform: rotateZ(45deg) translate(-8%, 20%);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

@media print, screen and (min-width:48em) {
  .p-column {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr 20px 240px;
    grid-template: 'main side' 1fr/1fr 240px;
    gap: 20px
  }
}

@media print, screen and (min-width:64em) {
  .p-column {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr 40px 320px;
    grid-template: 'main side' 1fr/1fr 320px;
    gap: 40px
  }
}

@media print, screen and (min-width:75em) {
  .p-column {
    gap: 80px
  }
}

.p-column__main {
  grid-area: main;
  overflow: hidden
}
.p-column__main .p-edit-area-1 p strong {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}
.p-column__main .p-edit-area-1 .glay-block {
  padding: 2.4em 1em 2em 1.5em;
  margin: 3em 0 0 0;
  position: relative;
  background-color: #f0f0f0;
  border: 2px solid #c4c4c4;
  border-radius: 0.3em;
}
.p-column__main .p-edit-area-1 .glay-block h4,
.p-column__main .p-edit-area-1 .glay-block h5 {
  color: #ffffff;
  display: block;
  margin-bottom: 1em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  padding: 0.5em 1em;
  background-color: #727272;
  border-radius: 4px;
  position: absolute;
  top: -1em;
  left: 1em;
}
.p-edit-area-1 .glay-block > ul,
.p-edit-area-1 .glay-block > h4+p,
.p-edit-area-1 .glay-block > h5+p {
    margin-top: 0;
}

.p-column__side {
  grid-area: side
}

@media print, screen and (min-width:48em) {
  .p-column__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-column__side {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
}

@media print, screen and (min-width:64em) {
  .p-column__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-column__side {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
}

@media only screen and (max-width:47.9375em) {
  .p-column__side {
    margin-top: 40px
  }
}

.p-column__sub {
  margin-top: 36px;
  padding-top: 36px;
  border-top: solid 1px #ccc
}

.p-column__sub:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none
}

.p-column__sub.-border_none {
  padding-top: 0;
  border-top: none
}

@media only screen and (max-width:47.9375em) {
  .p-column__sub.-blog {
    margin-top: 60px
  }
}

@media print, screen and (min-width:64em) {
  .p-column__sub.-blog-top {
    margin-top: 72px
  }
}

.p-column__head {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-column__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-column__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-column__head {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media print, screen and (min-width:48em) {
  .p-column__head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-column__content {
  overflow: hidden;
  margin-top: 32px
}

.p-side-post.-whitepaper .p-side-post__item a {
  -ms-grid-rows: auto 1fr;
  -ms-grid-columns: 1fr 70px;
  grid-template: 'head img' auto 'tag img' 1fr/1fr 70px
}

.p-side-post.-case .p-side-post__item a {
  display: block
}

.p-side-post.-case .p-side-post__head {
  margin-top: 16px
}

.p-side-post__item {
  margin-top: 26px
}

.p-side-post__item:first-child {
  margin-top: 0
}

.p-side-post__item a {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0 1fr;
  -ms-grid-columns: 1fr 20px 70px;
  grid-template: 'date img' auto 'head img' 1fr/1fr 70px;
  gap: 0 20px
}

.p-side-post__tag {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: tag;
  margin-top: 10px;
  position: relative;
  z-index: 3
}

.p-side-post__date {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: date;
  display: block;
  color: #000;
  margin-top: -3px
}

.p-side-post__date span {
  position: relative;
  top: -.05em;
  font-family: Roboto, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-weight: 700;
  font-size: 14px;
  font-size: .875rem
}

.p-side-post__head {
  grid-area: head;
  display: block;
  margin-top: -1px;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.55
}

.p-side-post.-whitepaper .p-side-post__item a>.p-side-post__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1
}

.p-side-post__item a>.p-side-post__head {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1
}

@media only screen and (max-width:47.9375em) {
  .p-side-post__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-side-post__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-side-post__head {
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-side-post__head {
    font-size: 14px;
    font-size: .875rem
  }
}

.p-side-post__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: img;
  width: 70px
}

.p-side-post__item a>.p-side-post__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3
}

.p-side-post__img span {
  display: block;
  width: 100%;
  padding-top: 55.55%;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover
}

.p-side-post__logo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: img;
  width: 100%;
  background-color: #fff
}

.p-side-post__item a>.p-side-post__logo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3
}

.p-side-post__logo span {
  display: block;
  width: 100%;
  padding-top: 18.75%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 40px
}

.p-side-post__name {
  display: block;
  font-size: 14px;
  font-size: .875rem;
  color: #000;
  line-height: 1.55;
  margin-top: 8px
}

.p-seminar-head {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #e5e5e5;
  border-radius: 20px
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-head {
    display: block;
    margin-top: 22px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 16px
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head {
    display: block;
    margin-top: 25px;
    padding-top: 24px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 30px
  }
}

@media print, screen and (min-width:64em) {
  .p-seminar-head {
    padding-top: 24px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 30px;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-head.-archive-active {
    padding-top: 0;
    padding-bottom: 0
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head.-archive-active {
    padding-bottom: 0
  }
}

@media print, screen and (min-width:64em) {
  .p-seminar-head.-archive-active {
    padding-top: 0;
    padding-bottom: 0
  }
}

.p-seminar-head__head {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #2364ce
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-head__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-head__head {
    font-size: 26px;
    font-size: 1.625rem
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head__head {
    font-size: 42px;
    font-size: 2.625rem
  }
}

.p-seminar-head__date {
  display: block;
  font-family: Roboto, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-weight: 700;
  line-height: 1.4
}

.p-seminar-head__date .-red {
  color: #ff3f29;
  font-size: .875em
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-head__date {
    margin-top: 20px;
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head__date {
    font-size: 16px;
    font-size: 1.5rem;
    text-align: center
  }
}

@media print, screen and (min-width:64em) {
  .p-seminar-head__date {
    font-size: 28px;
    font-size: 1.75rem
  }
}

.-archive-active .p-seminar-head__date {
  font-size: 1.3em
}

@media only screen and (max-width:47.9375em) {
  .-archive-active .p-seminar-head__date {
    font-size: 1.1em
  }
}

@media print, screen and (min-width:48em) {
  .-archive-active .p-seminar-head__date {
    font-size: 1.2em
  }
}

@media print, screen and (min-width:64em) {
  .-archive-active .p-seminar-head__date {
    font-size: 1.3em
  }
}

.p-seminar-head__day, .p-seminar-head__open, .p-seminar-head__time {
  font-weight: 600;
  line-height: 1.4
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-head__day, .p-seminar-head__open, .p-seminar-head__time {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head__day, .p-seminar-head__open, .p-seminar-head__time {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-head__day, .p-seminar-head__open, .p-seminar-head__time {
    margin-top: 20px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head__day, .p-seminar-head__open, .p-seminar-head__time {
    margin-top: -2px;
    margin-bottom: 36px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .p-seminar-head__day, .p-seminar-head__open, .p-seminar-head__time {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-head__day {
    margin-left: 4px
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head__day {
    margin-left: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head__time {
    margin-left: 12px
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head__open {
    margin-left: 9px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-head__info {
    margin-top: 10px
  }
}

.p-seminar-head__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #ccc
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-head__info dl {
    padding-top: 8px;
    padding-bottom: 8px
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head__info dl {
    padding-top: 9px;
    padding-bottom: 8px
  }
}

.p-seminar-head__info dl:first-child {
  border-top: none
}

.p-seminar-head__info dl:last-child {
  border-bottom: solid 1px #ccc
}

.p-seminar-head__info dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding-right: 10px;
  line-height: 1.4;
  white-space: nowrap
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-head__info dt {
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head__info dt {
    min-width: 62px;
    font-size: 16px;
    font-size: 1rem
  }
}

.p-seminar-head__info dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.4
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-head__info dd {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head__info dd {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-head__info dd {
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head__info dd {
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head__box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-head__desc {
    margin-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head__desc {
    margin-top: 26px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-head__button {
    margin-top: 20px;
    max-width: 260px;
    margin: 20px auto
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head__button {
    max-width: 260px;
    margin: 20px auto
  }
}

@media print, screen and (min-width:64em) {
  .p-seminar-head__button {
    min-width: 200px;
    margin-top: 20px;
    margin-left: 30px
  }
}

@media print, screen and (min-width:75em) {
  .p-seminar-head__button {
    min-width: 260px
  }
}

.p-seminar-head__button span {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-head__button span {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head__button span {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-head__button span {
    margin-bottom: 8px;
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head__button span {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem
  }
}

.p-seminar-head__button span:after, .p-seminar-head__button span:before {
  display: inline-block;
  position: relative;
  top: -.35em;
  height: 2px;
  background-color: #000;
  content: ''
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-head__button span:after, .p-seminar-head__button span:before {
    width: 12px
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-head__button span:after, .p-seminar-head__button span:before {
    width: 18px
  }
}

.p-seminar-head__button span:before {
  margin-right: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.p-seminar-head__button span:after {
  margin-left: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.p-seminar-person__item {
  display: -ms-grid;
  display: grid
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-person__item {
    -ms-grid-rows: auto 20px auto 20px 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 'head' auto 'img' auto 'desc' 1fr/1fr;
    gap: 20px 0;
    margin-top: 40px
  }
  .p-seminar-person__item>.p-cta__tel-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
  .p-seminar-person__item>.p-flex-form__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
  .p-seminar-person__item>.p-side-post__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
  .p-seminar-person__item>.p-side-post__img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1
  }
  .p-seminar-person__item>.p-side-post__logo {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-person__item {
    -ms-grid-rows: auto 34px 1fr;
    -ms-grid-columns: 1fr 20px 160px;
    grid-template: 'head head' auto 'desc img' 1fr/1fr 160px;
    gap: 34px 20px;
    margin-top: 50px
  }
  .p-seminar-person__item>.p-cta__tel-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
  .p-seminar-person__item>.p-flex-form__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
  .p-seminar-person__item>.p-side-post__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
  .p-seminar-person__item>.p-side-post__img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3
  }
  .p-seminar-person__item>.p-side-post__logo {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3
  }
}

@media print, screen and (min-width:64em) {
  .p-seminar-person__item {
    -ms-grid-rows: auto 34px 1fr;
    -ms-grid-columns: 1fr 60px 240px;
    grid-template: 'head head' auto 'desc img' 1fr/1fr 240px;
    gap: 34px 60px
  }
  .p-seminar-person__item>.p-cta__tel-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
  .p-seminar-person__item>.p-flex-form__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
  .p-seminar-person__item>.p-side-post__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
  .p-seminar-person__item>.p-side-post__img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3
  }
  .p-seminar-person__item>.p-side-post__logo {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3
  }
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-person__item.-no_image {
    -ms-grid-rows: auto 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 'head' auto 'desc' 1fr/1fr
  }
  .p-seminar-person__item.-no_image>.p-cta__tel-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
  .p-seminar-person__item.-no_image>.p-flex-form__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
  .p-seminar-person__item.-no_image>.p-side-post__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-person__item.-no_image {
    -ms-grid-rows: auto 1fr;
    -ms-grid-columns: 1fr 160px;
    grid-template: 'head head' auto 'desc desc' 1fr/1fr 160px
  }
  .p-seminar-person__item.-no_image>.p-cta__tel-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
  }
  .p-seminar-person__item.-no_image>.p-flex-form__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
  }
  .p-seminar-person__item.-no_image>.p-side-post__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
  }
}

@media print, screen and (min-width:64em) {
  .p-seminar-person__item.-no_image {
    -ms-grid-rows: auto 1fr;
    -ms-grid-columns: 1fr 240px;
    grid-template: 'head head' auto 'desc desc' 1fr/1fr 240px
  }
  .p-seminar-person__item.-no_image>.p-cta__tel-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
  }
  .p-seminar-person__item.-no_image>.p-flex-form__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
  }
  .p-seminar-person__item.-no_image>.p-side-post__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
  }
}

.p-seminar-person__head {
  grid-area: head;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

.p-side-post.-whitepaper .p-side-post__item a>.p-seminar-person__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1
}

.p-side-post__item a>.p-seminar-person__head {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-person__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-person__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-seminar-person__head {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media print, screen and (min-width:48em) {
  .p-seminar-person__head {
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .p-seminar-person__head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-seminar-person__desc {
  grid-area: desc
}

.p-seminar-person__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: img
}

.p-side-post__item a>.p-seminar-person__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3
}

@media only screen and (max-width:47.9375em) {
  .p-cta__tel-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-cta__tel-number {
    -ms-grid-row: 2;
    -ms-grid-column: 1
  }
  .p-cta__tel-time {
    -ms-grid-row: 3;
    -ms-grid-column: 1
  }
  .p-cta__tel-faq {
    -ms-grid-row: 4;
    -ms-grid-column: 1
  }
  .p-flex-form__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-flex-form__inner>.p-flex-form__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-flex-form__content {
    -ms-grid-row: 3;
    -ms-grid-column: 1
  }
  .p-flex-form__form {
    -ms-grid-row: 5;
    -ms-grid-column: 1
  }
  .p-paper-form__content {
    -ms-grid-row: 3;
    -ms-grid-column: 1
  }
  .p-paper-form__inner>.p-paper-form__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1
  }
  .p-paper-form__inner>.p-paper-form__content .p-paper-form__desc img {
    width: 100%;
    height: auto
  }
  .p-paper-form__form {
    -ms-grid-row: 5;
    -ms-grid-column: 1
  }
  .p-paper-form__inner>.p-paper-form__form {
    -ms-grid-row: 3;
    -ms-grid-column: 1
  }
  .p-side-post__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-flex-form__inner>.p-side-post__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-seminar-person__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-flex-form__inner>.p-seminar-person__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-seminar-person__item>.p-seminar-person__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
  .p-seminar-person__item.-no_image>.p-seminar-person__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
  .p-seminar-person__desc {
    -ms-grid-row: 5;
    -ms-grid-column: 1
  }
  .p-seminar-person__item.-no_image>.p-seminar-person__desc {
    -ms-grid-row: 2;
    -ms-grid-column: 1
  }
  .p-seminar-person__item>.p-seminar-person__img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1
  }
}

@media print, screen and (min-width:48em) {
  .p-cta__tel-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-cta__tel-number {
    -ms-grid-row: 1;
    -ms-grid-column: 2
  }
  .p-cta__tel-time {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
  .p-cta__tel-faq {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
  .p-flex-form__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-flex-form__inner>.p-flex-form__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
  .p-flex-form__inner>.p-flex-form__content {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1
  }
  .p-flex-form__inner>.p-flex-form__form {
    -ms-grid-row: 3;
    -ms-grid-column: 3
  }
  .p-flex-form__inner>.p-paper-form__content {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1
  }
  .p-paper-form__inner>.p-paper-form__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1
  }
  .p-paper-form__inner .p-paper-form__content .p-paper-form__desc img {
    width: 100%;
    height: auto
  }
  .p-flex-form__inner>.p-paper-form__form {
    -ms-grid-row: 3;
    -ms-grid-column: 3
  }
  .p-paper-form__inner>.p-paper-form__form {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
  .p-side-post__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-flex-form__inner>.p-side-post__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
  .p-seminar-person__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-flex-form__inner>.p-seminar-person__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
  .p-seminar-person__item>.p-seminar-person__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
  .p-seminar-person__item.-no_image>.p-seminar-person__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
  }
  .p-seminar-person__item>.p-seminar-person__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 1
  }
  .p-seminar-person__item.-no_image>.p-seminar-person__desc {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
  }
  .p-seminar-person__item>.p-seminar-person__img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3
  }
}

@media print, screen and (min-width:64em) {
  .p-cta__tel-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-cta__tel-number {
    -ms-grid-row: 1;
    -ms-grid-column: 2
  }
  .p-cta__tel-time {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1
  }
  .p-cta__tel-faq {
    -ms-grid-row: 1;
    -ms-grid-column: 4
  }
  .p-flex-form__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-side-post__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-seminar-person__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-seminar-person__item>.p-seminar-person__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
  .p-seminar-person__item.-no_image>.p-seminar-person__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
  }
  .p-seminar-person__item>.p-seminar-person__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 1
  }
  .p-seminar-person__item.-no_image>.p-seminar-person__desc {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2
  }
  .p-seminar-person__item>.p-seminar-person__img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3
  }
}

.p-seminar-person__img img {
  display: block;
  width: 100%;
  max-width: 100%
}

.p-map__wrap {
  height: 0;
  overflow: hidden;
  position: relative
}

@media only screen and (max-width:47.9375em) {
  .p-map__wrap {
    padding-bottom: 74.25%
  }
}

@media print, screen and (min-width:48em) {
  .p-map__wrap {
    padding-bottom: 50%
  }
}

@media print, screen and (min-width:87.5em) {
  .p-map__wrap {
    padding-bottom: 74.25%
  }
}

.p-map__wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%
}

.p-iframe-content iframe {
  width: 100%;
  background-color: rgba(0, 0, 0, 0)
}

.p-fixed-sns-container {
  position: relative
}

.p-fixed-sns {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width:63.9375em) {
  .p-fixed-sns {
    position: fixed;
    z-index: 30000;
    top: auto!important;
    bottom: 22px
  }
}

@media print, screen and (min-width:64em) {
  .p-fixed-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0)
  }
}

@media print, screen and (min-width:75em) {
  .p-fixed-sns {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0)
  }
}

@media print, screen and (min-width:87.5em) {
  .p-fixed-sns {
    -webkit-transform: translate(-75px, 0);
    transform: translate(-75px, 0)
  }
}

@media print, screen and (min-width:64em) {
  .p-fixed-sns.-bottom {
    top: auto;
    bottom: 0
  }
}

@media print, screen and (min-width:64em) {
  .p-fixed-sns.-fixed {
    position: fixed;
    top: 100px;
    left: auto;
    bottom: auto
  }
}

@media only screen and (max-width:63.9375em) {
  .p-fixed-sns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media print, screen and (min-width:64em) {
  .p-fixed-sns__list {
    display: block
  }
}

@media only screen and (max-width:63.9375em) {
  .p-fixed-sns__item {
    width: 32px;
    height: 32px;
    margin-left: 14px
  }
}

@media print, screen and (min-width:64em) {
  .p-fixed-sns__item {
    margin-top: 32px
  }
}

@media only screen and (max-width:63.9375em) {
  .p-fixed-sns__item:first-child {
    margin-left: 0
  }
}

@media print, screen and (min-width:64em) {
  .p-fixed-sns__item:first-child {
    margin-top: 0
  }
}

.p-fixed-sns__item>span {
  display: block
}

.p-fixed-sns__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none
}

@media only screen and (max-width:63.9375em) {
  .p-fixed-sns__item a {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .16)
  }
}

@media print, screen and (min-width:64em) {
  .p-fixed-sns__item a:hover:before {
    opacity: .65
  }
}

.p-fixed-sns__item a:before {
  display: block;
  -webkit-transition: opacity cubic-bezier(.215, .61, .355, 1) .15s;
  transition: opacity cubic-bezier(.215, .61, .355, 1) .15s;
  content: ''
}

@media only screen and (max-width:63.9375em) {
  .p-fixed-sns__item.-line {
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .16);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/icon_line_sp.svg);
    background-size: 100% auto
  }
}

@media print, screen and (min-width:64em) {
  .p-fixed-sns__item.-line {
    height: 30px
  }
}

@media only screen and (max-width:63.9375em) {
  .p-fixed-sns__item.-line>span {
    opacity: 0
  }
}

@media only screen and (max-width:63.9375em) {
  .p-fixed-sns__item.-twitter a {
    background-color: #1da1f2
  }
}

@media only screen and (max-width:63.9375em) {
  .p-fixed-sns__item.-twitter a:before {
    width: 20px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.758%22%20height%3D%2212%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M4.63%2012a8.562%208.562%200%200%200%208.62-8.62c0-.132%200-.264-.006-.39a6.206%206.206%200%200%200%201.514-1.571%206.149%206.149%200%200%201-1.74.477A3.028%203.028%200%200%200%2014.35.219a6.135%206.135%200%200%201-1.923.735%203.031%203.031%200%200%200-5.24%202.073%202.777%202.777%200%200%200%20.082.691A8.594%208.594%200%200%201%201.024.552a3.028%203.028%200%200%200%20.942%204.04%202.976%202.976%200%200%201-1.37-.377v.038a3.033%203.033%200%200%200%202.431%202.972%203.021%203.021%200%200%201-.8.107%202.893%202.893%200%200%201-.572-.057%203.025%203.025%200%200%200%202.827%202.1%206.09%206.09%200%200%201-3.763%201.294%205.508%205.508%200%200%201-.723-.044%208.44%208.44%200%200%200%204.63%201.37%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E")
  }
}

@media print, screen and (min-width:64em) {
  .p-fixed-sns__item.-twitter a:before {
    width: 20px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.758%22%20height%3D%2212%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M4.63%2012a8.562%208.562%200%200%200%208.62-8.62c0-.132%200-.264-.006-.39a6.206%206.206%200%200%200%201.514-1.571%206.149%206.149%200%200%201-1.74.477A3.028%203.028%200%200%200%2014.35.219a6.135%206.135%200%200%201-1.923.735%203.031%203.031%200%200%200-5.24%202.073%202.777%202.777%200%200%200%20.082.691A8.594%208.594%200%200%201%201.024.552a3.028%203.028%200%200%200%20.942%204.04%202.976%202.976%200%200%201-1.37-.377v.038a3.033%203.033%200%200%200%202.431%202.972%203.021%203.021%200%200%201-.8.107%202.893%202.893%200%200%201-.572-.057%203.025%203.025%200%200%200%202.827%202.1%206.09%206.09%200%200%201-3.763%201.294%205.508%205.508%200%200%201-.723-.044%208.44%208.44%200%200%200%204.63%201.37%22%20fill%3D%22%231da1f2%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E")
  }
}

@media only screen and (max-width:63.9375em) {
  .p-fixed-sns__item.-facebook a {
    background-color: #4267b2
  }
}

@media only screen and (max-width:63.9375em) {
  .p-fixed-sns__item.-facebook a:before {
    width: 11px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.27%22%20height%3D%2214%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M2.149%203.29v1.835H0v2.489h2.149V14h2.57V7.614h2.144l.284-2.2.037-.28v-.008H4.72V3.537c0-.72.2-1.212%201.233-1.212h1.318V.099a17.606%2017.606%200%200%200-1.92-.1A3%203%200%200%200%202.149%203.29z%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E")
  }
}

@media print, screen and (min-width:64em) {
  .p-fixed-sns__item.-facebook a:before {
    width: 11px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.27%22%20height%3D%2214%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M2.149%203.29v1.835H0v2.489h2.149V14h2.57V7.614h2.144l.284-2.2.037-.28v-.008H4.72V3.537c0-.72.2-1.212%201.233-1.212h1.318V.099a17.606%2017.606%200%200%200-1.92-.1A3%203%200%200%200%202.149%203.29z%22%20fill%3D%22%234267b2%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E")
  }
}

@media only screen and (max-width:63.9375em) {
  .p-fixed-sns__item.-print {
    display: none
  }
}

@media only screen and (max-width:63.9375em) {
  .p-fixed-sns__item.-print a {
    background-color: #666
  }
}

@media only screen and (max-width:63.9375em) {
  .p-fixed-sns__item.-print a:before {
    width: 20px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M19%208H5a3%203%200%2000-3%203v6h4v4h12v-4h4v-6a3%203%200%2000-3-3zm-3%2011H8v-5h8zm3-7a1%201%200%20111-1%201%201%200%2001-1%201zm-1-9H6v4h12z%22%20transform%3D%22translate%28-2%20-3%29%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E")
  }
}

@media print, screen and (min-width:64em) {
  .p-fixed-sns__item.-print a:before {
    width: 20px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M19%208H5a3%203%200%2000-3%203v6h4v4h12v-4h4v-6a3%203%200%2000-3-3zm-3%2011H8v-5h8zm3-7a1%201%200%20111-1%201%201%200%2001-1%201zm-1-9H6v4h12z%22%20transform%3D%22translate%28-2%20-3%29%22%20fill%3D%22%23666%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E")
  }
}

@media only screen and (max-width:63.9375em) {
  .p-fixed-sns__item.-mail a {
    background-color: #666
  }
}

@media only screen and (max-width:63.9375em) {
  .p-fixed-sns__item.-mail a:before {
    width: 18px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2214.4%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M18.2%204H3.8a1.8%201.8%200%2000-1.791%201.8L2%2016.6a1.805%201.805%200%20001.8%201.8h14.4a1.805%201.805%200%20001.8-1.8V5.8A1.805%201.805%200%200018.2%204zm0%203.6L11%2012.1%203.8%207.6V5.8l7.2%204.5%207.2-4.5z%22%20transform%3D%22translate%28-2%20-4%29%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E")
  }
}

@media print, screen and (min-width:64em) {
  .p-fixed-sns__item.-mail a:before {
    width: 18px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2214.4%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M18.2%204H3.8a1.8%201.8%200%2000-1.791%201.8L2%2016.6a1.805%201.805%200%20001.8%201.8h14.4a1.805%201.805%200%20001.8-1.8V5.8A1.805%201.805%200%200018.2%204zm0%203.6L11%2012.1%203.8%207.6V5.8l7.2%204.5%207.2-4.5z%22%20transform%3D%22translate%28-2%20-4%29%22%20fill%3D%22%23666%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E")
  }
}

@media print, screen and (min-width:48em) {
  .p-partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -40px;
    margin-left: -20px
  }
}

@media print, screen and (min-width:64em) {
  .p-partner {
    margin-left: -30px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-partner__item {
    margin-top: 30px;
    width: 100%
  }
}

@media print, screen and (min-width:48em) {
  .p-partner__item {
    margin-top: 40px;
    margin-left: 20px;
    width: calc(50% - 20px)
  }
}

@media print, screen and (min-width:64em) {
  .p-partner__item {
    margin-left: 30px;
    width: calc(33.33% - 30px)
  }
}

@media only screen and (max-width:47.9375em) {
  .p-partner__item:first-child {
    margin-top: 0
  }
}

.p-partner__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  background-color: #f5f7f8
}

@media only screen and (max-width:47.9375em) {
  .p-partner__link {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-partner__link {
    height: 100%;
    padding-top: 40px;
    padding-bottom: 39px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 20px
  }
}

.p-partner__logo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px
}

@media only screen and (max-width:47.9375em) {
  .p-partner__logo {
    padding-top: 10px;
    padding-bottom: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-partner__logo {
    padding-top: 23px;
    padding-bottom: 23px
  }
}

.p-partner__logo span {
  display: block;
  width: 100%;
  max-width: 200px;
  padding-top: 26.76%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain
}

.p-partner__name {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #00a5eb;
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .1s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s
}

@media only screen and (max-width:47.9375em) {
  .p-partner__name {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-partner__name {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-partner__name {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .p-partner__name {
    margin-top: 32px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  a:hover .p-partner__name {
    color: #2364ce
  }
}

@media print, screen and (min-width:48em) {
  .p-security {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
}

@media only screen and (max-width:47.9375em) {
  .p-security:first-child {
    margin-top: 0
  }
}

@media print, screen and (min-width:48em) {
  .p-security.-max1 {
    margin-top: -40px
  }
}

@media print, screen and (min-width:64em) {
  .p-security.-max1 {
    margin-left: -40px
  }
}

@media print, screen and (min-width:48em) {
  .p-security.-max1 .p-security__item {
    margin-top: 40px;
    margin-left: 20px;
    width: calc(100% - 20px)
  }
}

@media print, screen and (min-width:64em) {
  .p-security.-max1 .p-security__item {
    margin-left: 40px;
    width: calc(100% - 40px)
  }
}

@media print, screen and (min-width:48em) {
  .p-security.-max2 {
    margin-top: -40px
  }
}

@media print, screen and (min-width:64em) {
  .p-security.-max2 {
    margin-left: -40px
  }
}

@media print, screen and (min-width:48em) {
  .p-security.-max2 .p-security__item {
    margin-top: 40px;
    margin-left: 20px;
    width: calc(50% - 20px)
  }
}

@media print, screen and (min-width:64em) {
  .p-security.-max2 .p-security__item {
    margin-left: 40px;
    width: calc(50% - 40px)
  }
}

@media print, screen and (min-width:48em) {
  .p-security.-max3 {
    margin-top: -40px;
    margin-left: -20px
  }
}

@media print, screen and (min-width:64em) {
  .p-security.-max3 {
    margin-left: -30px
  }
}

@media print, screen and (min-width:48em) {
  .p-security.-max3 .p-security__item {
    margin-top: 40px;
    margin-left: 20px;
    width: calc(50% - 20px)
  }
}

@media print, screen and (min-width:64em) {
  .p-security.-max3 .p-security__item {
    margin-left: 30px;
    width: calc(33.33% - 30px)
  }
}

.p-security__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f7f8
}

@media only screen and (max-width:47.9375em) {
  .p-security__item {
    width: 100%;
    margin-top: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-security__item {
    padding-top: 40px;
    padding-bottom: 32px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 20px
  }
  .p-security.-max1 .p-security__item {
    padding-top: 40px;
    padding-bottom: 32px;
    padding-right: 84px;
    padding-left: 84px;
    border-radius: 20px
  }
}

.p-security__icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 120px;
  margin: 0 auto
}

.p-security__icon img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media only screen and (max-width:47.9375em) {
  .p-security__icon img {
    max-width: 40px
  }
}

@media print, screen and (min-width:48em) {
  .p-security__icon img {
    max-width: 40px
  }
}

@media print, screen and (min-width:75em) {
  .p-security__icon img {
    max-width: 80px
  }
}

.p-security__icon:before {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  border-radius: 50%;
  content: ''
}

.p-security__head {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-security__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-security__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-security__head {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .p-security__head {
    margin-top: 30px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .p-security__head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-security.-max1 span.p-security__head {
  margin-top: 0;
  text-align: left
}

.p-security.-max1 span.p-security__head.js-accordion-trigger {
  cursor: pointer;
  position: relative
}

.p-security.-max1 span.p-security__head.js-accordion-trigger:after {
  position: absolute;
  top: 0;
  right: 3%;
  width: .6em;
  height: .6em;
  content: '';
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all, .25s, linear;
  transition: all, .25s, linear
}

.p-security.-max1 span.p-security__head.js-accordion-trigger.is-active:after {
  top: 39%;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.p-security__desc {
  display: block;
  word-break: break-all
}

@media only screen and (max-width:47.9375em) {
  .p-security__desc {
    margin-top: 10px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-security__desc {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem
  }
}

.p-security__desc a {
  display: inline-block;
  line-height: 1.55;
  margin-top: 4px
}

@media only screen and (max-width:47.9375em) {
  .p-security__desc a {
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-security__desc a {
    font-size: 14px;
    font-size: .875rem
  }
}

.p-security.-max1 .p-security__desc a {
  display: inline-block;
  line-height: 1.55;
  margin-top: 4px
}

@media only screen and (max-width:47.9375em) {
  .p-security.-max1 .p-security__desc a {
    margin-top: 10px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-security.-max1 .p-security__desc a {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem
  }
}

.p-security__acodesc.js-accordion-area {
  overflow: hidden
}

.p-security__img img {
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  .p-security__img {
    width: 100%;
    margin-top: 35px
  }
}

@media print, screen and (min-width:48em) {
  .p-security__img {
    width: 80%;
    margin: 35px auto 0
  }
  .p-security__img img {
    width: 100%
  }
}

.p-complete__head {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #2364ce
}

@media only screen and (max-width:47.9375em) {
  .p-complete__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-complete__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-complete__head {
    font-size: 30px;
    font-size: 1.675rem
  }
}

@media print, screen and (min-width:48em) {
  .p-complete__head {
    font-size: 42px;
    font-size: 2.025rem
  }
}

.p-complete__sub {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-complete__sub {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-complete__sub {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-complete__sub {
    padding-bottom: 30px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-complete__sub {
    padding-bottom: 55px;
    font-size: 22px;
    font-size: 1.375rem
  }
}

.p-access-map {
  width: 100%;
  position: relative
}

.p-access-map:before {
  content: "";
  display: block;
  padding-top: 77%
}

.p-access-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.p-status-table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  .p-status-table {
    margin-top: 18px
  }
}

@media print, screen and (min-width:48em) {
  .p-status-table {
    margin-top: 28px
  }
}

.p-status-table:first-child {
  margin-top: 0
}

.p-status-table tr:last-child td, .p-status-table tr:last-child th {
  border-width: 1px 0 1px 0
}

.p-status-table tr td, .p-status-table tr th {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #e5e5e5;
  vertical-align: top
}

@media only screen and (max-width:47.9375em) {
  .p-status-table tr td, .p-status-table tr th {
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-status-table tr td, .p-status-table tr th {
    font-size: 16px;
    font-size: 1rem
  }
}

.p-status-table tr th {
  width: 100%;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  white-space: nowrap
}

@media only screen and (max-width:47.9375em) {
  .p-status-table tr th {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-status-table tr th {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-status-table tr th {
    padding-top: 16px
  }
}

@media print, screen and (min-width:48em) {
  .p-status-table tr th {
    padding-top: 18px;
    padding-right: 32px
  }
}

.p-status-table tr td {
  white-space: nowrap
}

@media only screen and (max-width:47.9375em) {
  .p-status-table tr td {
    padding-top: 13px;
    padding-bottom: 14px
  }
}

@media print, screen and (min-width:48em) {
  .p-status-table tr td {
    padding-top: 13px;
    padding-bottom: 14px
  }
}

.p-status-table__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-status-table__status img {
  display: block;
  margin-right: 9px
}

.p-status-table__status.-normal {
  color: #489000
}

.p-status-table__status.-error {
  color: #e70d0d
}

.p-status-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 2px #ccc;
  border-radius: 4px
}

@media only screen and (max-width:47.9375em) {
  .p-status-box {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-status-box {
    padding-top: 27px;
    padding-bottom: 27px;
    padding-right: 30px;
    padding-left: 30px
  }
}

.p-status-box img {
  display: block;
  margin-right: 16px
}

@media print, screen and (min-width:48em) {
  .p-category-panel.-max2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -20px;
    margin-left: -20px
  }
}

@media print, screen and (min-width:64em) {
  .p-category-panel.-max2 {
    margin-top: -40px;
    margin-left: -40px
  }
}

@media print, screen and (min-width:48em) {
  .p-category-panel.-max2 .p-category-panel__item {
    width: calc(50% - 20px);
    margin-top: 20px;
    margin-left: 20px
  }
}

@media print, screen and (min-width:64em) {
  .p-category-panel.-max2 .p-category-panel__item {
    width: calc(50% - 40px);
    margin-top: 40px;
    margin-left: 40px
  }
}

.p-category-panel__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-color: #f5f7f8
}

@media only screen and (max-width:47.9375em) {
  .p-category-panel__item {
    margin-top: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-category-panel__item {
    padding-top: 40px;
    padding-bottom: 33px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 20px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-category-panel__item:first-child {
    margin-top: 0
  }
}

.p-category-panel__head {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.4
}

@media only screen and (max-width:47.9375em) {
  .p-category-panel__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-category-panel__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-category-panel__head {
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .p-category-panel__head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:64em) {
  .p-category-panel__head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-category-panel__desc {
  display: block;
  color: #000
}

@media only screen and (max-width:47.9375em) {
  .p-category-panel__desc {
    margin-top: 16px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-category-panel__desc {
    margin-top: 26px;
    font-size: 16px;
    font-size: 1rem
  }
}

.p-movie {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 100000;
  padding: 0 4%;
  -webkit-transition: opacity cubic-bezier(.215, .61, .355, 1) .4s;
  transition: opacity cubic-bezier(.215, .61, .355, 1) .4s;
  opacity: 0;
  visibility: hidden
}

@media print, screen and (min-width:48em) {
  .p-movie {
    padding: 0 50px
  }
}

.p-movie.-active {
  opacity: 1;
  visibility: visible
}

.p-movie-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto
}

.p-movie-close {
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  cursor: pointer;
  width: 31px;
  height: 31px
}

@media print, screen and (min-width:64em) {
  .p-movie-close:hover:after, .p-movie-close:hover:before {
    background-color: #0c93b4
  }
}

.p-movie-close:after, .p-movie-close:before {
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transition: background-color cubic-bezier(.215, .61, .355, 1) .25s;
  transition: background-color cubic-bezier(.215, .61, .355, 1) .25s
}

.p-movie-close:before {
  width: 2px;
  height: 20px
}

.p-movie-close:after {
  width: 20px;
  height: 2px
}

.p-movie-content {
  position: relative;
  width: 100%;
  padding-top: 56%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.p-movie-content iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0
}

.p-chatbot {
  position: fixed;
  z-index: 20000;
  cursor: pointer
}

@media only screen and (min-width:20em) {
  .p-chatbot {
    width: 240px;
    left: 0;
    bottom: 0
  }
}

@media only screen and (min-width:23.4375em) {
  .p-chatbot {
    width: 300px
  }
}

@media print, screen and (min-width:48em) {
  .p-chatbot {
    width: 380px;
    left: auto;
    right: 0;
    bottom: 0
  }
}

.p-chatbot img {
  display: block;
  width: 100%;
  max-width: 100%
}

.p-price-table {
  position: relative
}

@media only screen and (max-width:47.9375em) {
  .p-price-table {
    padding-top: 30px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-price-table:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    content: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/img_scroll_01.svg)
  }
}

.p-price-table__balloon {
  position: absolute;
  z-index: 1;
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/img/bg_balloon.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  font-weight: 600;
  line-height: 1.4;
  color: #fff
}

@media only screen and (max-width:47.9375em) {
  .p-price-table__balloon {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-price-table__balloon {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:63.9375em) {
  .p-price-table__balloon {
    display: none
  }
}

@media print, screen and (min-width:64em) {
  .p-price-table__balloon {
    top: -63px;
    right: -20px;
    width: 139px;
    height: 116px;
    padding-top: 36px;
    font-size: 15px;
    font-size: .9375rem;
    text-align: center
  }
}

@media print, screen and (min-width:75em) {
  .p-price-table__balloon {
    right: -59px
  }
}

.p-price-table__balloon span {
  color: #fdfe00;
  margin-left: 2px;
  font-size: 20px;
  font-size: 1.25rem
}

.p-price-table__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow-x: auto
}

.p-price-table__inner:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border: solid 1px #ddd;
  border-radius: 20px;
  content: ''
}

@media only screen and (min-width:20em) {
  .p-price-table__inner:before {
    width: 600px
  }
}

@media only screen and (min-width:37.4375em) {
  .p-price-table__inner:before {
    width: 750px
  }
}

@media print, screen and (min-width:48em) {
  .p-price-table__inner:before {
    width: 100%
  }
}

.p-price-table__inner table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  border-radius: 20px
}

@media only screen and (min-width:20em) {
  .p-price-table__inner table {
    min-width: 600px
  }
}

@media only screen and (min-width:37.4375em) {
  .p-price-table__inner table {
    min-width: 750px
  }
}

@media print, screen and (min-width:48em) {
  .p-price-table__inner table {
    min-width: auto
  }
}

.p-price-table__inner td, .p-price-table__inner th {
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #ddd
}

.p-price-table__inner th {
  font-weight: 600;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-price-table__inner th {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-price-table__inner th {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

.p-price-table__firstline td, .p-price-table__firstline th {
  background-color: #e7ebee
}

@media only screen and (max-width:47.9375em) {
  .p-price-table__firstline td, .p-price-table__firstline th {
    padding-top: 28px;
    padding-bottom: 26px
  }
}

@media print, screen and (min-width:48em) {
  .p-price-table__firstline td, .p-price-table__firstline th {
    padding-top: 34px;
    padding-bottom: 36px
  }
}

.p-price-table__head {
  font-weight: 600;
  line-height: 1.4;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-price-table__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-price-table__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-price-table__head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-price-table__head {
    font-size: 22px;
    font-size: 1.375rem
  }
}

.p-price-table__sub {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-price-table__sub {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-price-table__sub {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-price-table__sub {
    margin-top: 4px;
    font-size: 13px;
    font-size: .8125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-price-table__sub {
    margin-top: 9px;
    font-size: 16px;
    font-size: 1rem
  }
}

.p-price-table__headline th {
  background-color: #f5f7f8;
  font-weight: 600;
  line-height: 1.4;
  color: #147896;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-price-table__headline th {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-price-table__headline th {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-price-table__headline th {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-price-table__headline th {
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 16px;
    font-size: 1rem
  }
}

.p-price-table__price {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-price-table__price {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-price-table__price {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-price-table__price {
    padding-top: 8px;
    padding-bottom: 15px;
    font-size: 11px;
    font-size: .6875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-price-table__price {
    padding-top: 19px;
    padding-bottom: 20px;
    font-size: 16px;
    font-size: 1rem
  }
}

.p-price-table__number {
  margin-left: 5px;
  margin-right: 7px;
  font-family: Roboto, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-price-table__number {
    font-size: 23px;
    font-size: 1.4375rem
  }
}

@media print, screen and (min-width:48em) {
  .p-price-table__number {
    font-size: 32px;
    font-size: 2rem
  }
}

.p-price-table__small {
  display: block;
  margin-top: -3px
}

@media only screen and (max-width:47.9375em) {
  .p-price-table__small {
    font-size: 10px;
    font-size: .625rem
  }
}

.p-price-table__small span {
  margin-left: 14px;
  margin-right: 6px;
  font-family: Roboto, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-price-table__small span {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-price-table__small span {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-price-table__contact span {
  display: block;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-price-table__contact span {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4
  }
}

@media print, screen and (min-width:48em) {
  .p-price-table__contact span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.55
  }
}

.p-price-table__button {
  width: 200px;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto
}

.p-price-table__person {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #f5f7f8
}

@media only screen and (max-width:47.9375em) {
  .p-price-table__person {
    font-size: 15px;
    font-size: .9375rem
  }
}

.p-price-table__person span {
  font-family: Roboto, sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-price-table__person span {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media print, screen and (min-width:48em) {
  .p-price-table__person span {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-price-column {
  position: relative
}

@media print, screen and (min-width:48em) {
  .p-price-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.p-price-column__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #f5f7f8
}

@media only screen and (max-width:47.9375em) {
  .p-price-column__item {
    padding-top: 17px;
    padding-bottom: 15px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-price-column__item {
    width: 45.8%;
    padding-top: 37px;
    padding-bottom: 37px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 20px
  }
}

.p-price-column__item:first-child {
  margin-top: 0
}

@media only screen and (max-width:47.9375em) {
  i.p-price-column__icon {
    display: block;
    position: relative;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 10px;
    margin-bottom: 10px
  }
}

@media print, screen and (min-width:48em) {
  i.p-price-column__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

i.p-price-column__icon:after, i.p-price-column__icon:before {
  display: block;
  position: absolute;
  background-color: #147896;
  content: ''
}

i.p-price-column__icon:before {
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  i.p-price-column__icon:before {
    top: calc(50% - 1px);
    height: 2px
  }
}

@media print, screen and (min-width:48em) {
  i.p-price-column__icon:before {
    top: calc(50% - 2px);
    height: 4px
  }
}

i.p-price-column__icon:after {
  height: 100%
}

@media only screen and (max-width:47.9375em) {
  i.p-price-column__icon:after {
    left: calc(50% - 1px);
    width: 2px
  }
}

@media print, screen and (min-width:48em) {
  i.p-price-column__icon:after {
    left: calc(50% - 2px);
    width: 4px
  }
}

.p-price-column__head {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-price-column__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-price-column__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-price-column__head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-price-column__head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:64em) {
  .p-price-column__head {
    font-size: 22px;
    font-size: 1.375rem
  }
}

.p-price-column__desc {
  display: block
}

@media only screen and (max-width:47.9375em) {
  .p-price-column__desc {
    margin-top: 10px
  }
}

@media print, screen and (min-width:48em) {
  .p-price-column__desc {
    margin-top: 16px;
    font-size: 16px;
    font-size: 1rem
  }
}
/*20231130--------------------------------*/
.wrap-price {
  display: flex;
  flex-flow: column;
  margin: 3em 0 0 0;
  text-align: center;
}
.wrap-price .c-heading-3 {
  margin: 0 0 0.5em 0;
  font-size: 1.6rem;
  line-height: 1.8em;
  font-weight: 600;
}
.wrap-price .area-price {
  font-size: 2.8vw;
}
.wrap-price .area-price i {
  font-size: 4.2vw;
  vertical-align: text-bottom;
}
.wrap-price .area-price.p-ad_on {
  padding-top: 0.6em;
}

@media only screen and (min-width:1200px) {
  .wrap-price .area-price {
    font-size: 36px;
  }
  .wrap-price .area-price i {
    font-size: 54px;
    vertical-align: text-bottom;
  }
}

@media only screen and (max-width:47.9375em) {
  i.p-price-column__icon02 {
    display: block;
    position: relative;
    left: 50%;
    width: 2em;
    height: 2em;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 0;
    margin-bottom: 1em;
  }
}

@media print, screen and (min-width:48em) {
  i.p-price-column__icon02 {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

i.p-price-column__icon02:after, i.p-price-column__icon02:before {
  display: block;
  position: absolute;
  background-color: #2364ce;
  content: ''
}

i.p-price-column__icon02:before {
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  i.p-price-column__icon02:before {
    top: calc(50% - 1px);
    height: 3px
  }
}

@media print, screen and (min-width:48em) {
  i.p-price-column__icon02:before {
    top: calc(50% - 2px);
    height: 4px
  }
}

i.p-price-column__icon02:after {
  height: 100%
}

@media only screen and (max-width:47.9375em) {
  i.p-price-column__icon02:after {
    left: calc(50% - 1px);
    width: 3px
  }
}

@media print, screen and (min-width:48em) {
  i.p-price-column__icon02:after {
    left: calc(50% - 2px);
    width: 4px
  }
}
.wrap-price p {
  margin: 1em 0 1em 0;
  font-size: 1.165rem;
  line-height: 1.8em;
  font-weight: 600;
}
@media only screen and (max-width:47.9375em) {
  .wrap-price .c-heading-3 {
    font-size: 1.4rem;
  }
  .wrap-price .area-price {
    padding-left: 4.2vw;
    padding-right: 4.2vw;
    font-size: 3.6vw;
  }
  .wrap-price .area-price i {
    font-size: 4.2vw;
    vertical-align: initial;
  }
  .wrap-price .area-price.p-ad_on {
    padding-top: 0.6em;
  }
  .wrap-price p {
    font-size: 0.965rem;
    line-height: 1.8em;
    font-weight: 600;
    text-align: left;
  }
}
@media only screen and (max-width:414px) {
  .wrap-price .c-heading-3 {
    font-size: 4.8vw;
    text-align: left;
  }
  .wrap-price .area-price {
    font-size: 5.2vw;
  }
  .wrap-price .area-price i {
    font-size: 6.4vw;
    vertical-align: initial;
  }
  .wrap-price p {
    font-size: 3.6vw;
    line-height: 1.8em;
    font-weight: 400;
    text-align: left;
  }
}

/*--------------------------------20231130*/
.p-smarthr__head {
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #147896;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-smarthr__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-smarthr__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-smarthr__head {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.4
  }
}

@media print, screen and (min-width:48em) {
  .p-smarthr__head {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.4
  }
}

@media print, screen and (min-width:64em) {
  .p-smarthr__head {
    font-size: 50px;
    font-size: 3.125rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-smarthr__img {
    margin-top: 33px;
    margin-bottom: 25px
  }
}

@media print, screen and (min-width:48em) {
  .p-smarthr__img {
    margin-top: 60px;
    margin-bottom: 65px
  }
}

.p-smarthr__img img {
  display: block;
  max-width: 100%
}

@media only screen and (max-width:47.9375em) {
  .p-smarthr__desc {
    margin-top: 30px
  }
}

@media print, screen and (min-width:48em) {
  .p-smarthr__desc {
    margin-top: 60px
  }
}

.p-smarthr__sentence {
  text-align: center;
  text-justify: inter-ideograph
}

@media only screen and (max-width:47.9375em) {
  .p-smarthr__sentence {
    margin-top: 24px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.9
  }
}

@media print, screen and (min-width:48em) {
  .p-smarthr__sentence {
    font-weight: 600;
    line-height: 1.4;
    font-weight: 700;
    margin-top: 30px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.9
  }
}

@media only screen and (min-width:48em) and (max-width:47.9375em) {
  .p-smarthr__sentence {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) and (min-width:48em) {
  .p-smarthr__sentence {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media print, screen and (min-width:64em) {
  .p-smarthr__sentence {
    margin-top: 42px;
    font-size: 20px;
    font-size: 1.25rem
  }
}

.p-smarthr__sentence:first-child {
  margin-top: 0
}

.p-smarthr__blue {
  color: #147896
}

.p-smarthr__aqua {
  color: #00c4cc
}

@media only screen and (max-width:47.9375em) {
  .p-smarthr__button {
    margin-top: 36px
  }
}

@media print, screen and (min-width:48em) {
  .p-smarthr__button {
    margin-top: 70px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-smarthr__desc+.p-smarthr__button {
    margin-top: 30px
  }
}

@media print, screen and (min-width:48em) {
  .p-smarthr__desc+.p-smarthr__button {
    margin-top: 64px
  }
}

.p-smarthr__button a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: none;
  border-radius: 6px;
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .1s, background-position cubic-bezier(.215, .61, .355, 1) .4s, -webkit-box-shadow cubic-bezier(.215, .61, .355, 1) .25s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s, background-position cubic-bezier(.215, .61, .355, 1) .4s, -webkit-box-shadow cubic-bezier(.215, .61, .355, 1) .25s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s, background-position cubic-bezier(.215, .61, .355, 1) .4s, box-shadow cubic-bezier(.215, .61, .355, 1) .25s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s, background-position cubic-bezier(.215, .61, .355, 1) .4s, box-shadow cubic-bezier(.215, .61, .355, 1) .25s, -webkit-box-shadow cubic-bezier(.215, .61, .355, 1) .25s;
  font-weight: 700;
  text-align: center;
  color: #fff
}

@media print, screen and (min-width:48em) {
  .p-smarthr__button a {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-smarthr__button a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media only screen and (max-width:47.9375em) {
  .p-smarthr__button a {
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 36px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-smarthr__button a {
    max-width: 618px;
    padding-top: 16px;
    padding-bottom: 15px;
    border-radius: 36px;
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media only screen and (max-width:63.9375em) {
  .p-smarthr__button a {
    background-color: #147896
  }
}

@media print, screen and (min-width:64em) {
  .p-smarthr__button a {
    background-image: -webkit-gradient(linear, left top, right top, from(#147896), color-stop(50%, #147896), color-stop(50%, #0c93b4), to(#0c93b4));
    background-image: -webkit-linear-gradient(left, #147896 0, #147896 50%, #0c93b4 50%, #0c93b4 100%);
    background-image: linear-gradient(to right, #147896 0, #147896 50%, #0c93b4 50%, #0c93b4 100%);
    background-position: 0 0;
    background-size: 200% auto;
    font-size: 25px;
    font-size: 1.5625rem;
    cursor: pointer
  }
}

.p-smarthr__button a .c-arrow.-right {
  top: -.05em
}

@media print, screen and (min-width:64em) {
  .p-smarthr__button a:hover {
    background-position: -100% 0
  }
}

@media only screen and (max-width:63.9375em) {
  .p-smarthr__button a.-orange {
    background-color: #f69f2f
  }
}

@media print, screen and (min-width:64em) {
  .p-smarthr__button a.-orange {
    background-image: -webkit-gradient(linear, left top, right top, from(#f69f2f), color-stop(50%, #f69f2f), color-stop(50%, #ffac30), to(#ffac30));
    background-image: -webkit-linear-gradient(left, #f69f2f 0, #f69f2f 50%, #ffac30 50%, #ffac30 100%);
    background-image: linear-gradient(to right, #f69f2f 0, #f69f2f 50%, #ffac30 50%, #ffac30 100%)
  }
}

@media print, screen and (min-width:64em) {
  .p-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@media print, screen and (min-width:64em) {
  .p-main-menu__child {
    border-top: none
  }
}

.p-main-menu__child>a {
  position: relative;
  font-weight: 700
}

@media only screen and (max-width:63.9375em) {
  .p-main-menu__child>a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-size: .75rem;
    margin-left: 13px;
    padding-top: 3px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 5px
  }
}

@media print, screen and (min-width:64em) {
  .p-main-menu__child>a {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    white-space: nowrap;
    -webkit-transition: background-color ease .2s;
    transition: background-color ease .2s
  }
}

@media only screen and (max-width:63.9375em) {
  .p-main-menu__child>a:before {
    position: absolute;
    content: '';
    display: block;
    top: 1.1em;
    left: 0;
    width: 5px;
    height: 2px;
    background-color: #fff
  }
}

.p-main-menu__child.-lv2 {
  border-top: none
}

.p-main-menu__child.-lv2+.p-main-menu__child.-lv2 {
  margin-top: 8px
}

.p-main-menu__child.-lv2>a, .p-main-menu__child.-lv2>span {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem
}

@media print, screen and (min-width:64em) {
  .p-main-menu__child.-lv2>a, .p-main-menu__child.-lv2>span {
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .p-main-menu__child.-lv2>a {
    color: #18b7cd;
    padding-bottom: 1px
  }
}

.p-main-menu__child.-lv2>a:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 9px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0
}

@media print, screen and (min-width:64em) {
  .p-main-menu__child.-lv2>a:hover {
    background-color: #0c93b4;
    color: #fff
  }
}

@media print, screen and (min-width:64em) {
  .p-main-menu__child.-lv2>ul {
    margin-top: 8px
  }
}

@media only screen and (max-width:63.9375em) {
  .p-main-menu__child.-lv1:first-of-type {
    display: none
  }
}

@media print, screen and (min-width:64em) {
  .p-main-menu__child.-lv1:not(:first-of-type) {
    border-top: 1px solid #e6e6e6
  }
}

@media print, screen and (min-width:64em) {
  .p-main-menu__child.-lv1>a {
    padding: 13px 20px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    color: #2364ce;
  }
}

.p-main-menu__child.-lv1>a:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 9px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0
}

@media print, screen and (min-width:64em) {
  .p-main-menu__child.-lv1>a:hover {
    background-color: #2364ce;
    color: #ffffff;
  }
}

.p-main-menu__child.-lv1>ul {
  margin-bottom: 20px
}

@media only screen and (max-width:63.9375em) {
  .p-main-menu__toggle-area {
    margin-bottom: 7px
  }
}

@media print, screen and (min-width:64em) {
  .p-main-menu__toggle-area {
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: auto;
    background-color: #fff;
    min-width: 300px;
    border-radius: 6px;
    top: calc(100% - 18px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: 0 0 0 0 rgba(61, 99, 120, .1);
    box-shadow: 0 0 0 0 rgba(61, 99, 120, .1);
    -webkit-transition: opacity ease .2s, visibility ease .2s, -webkit-transform ease .2s;
    transition: opacity ease .2s, visibility ease .2s, -webkit-transform ease .2s;
    transition: opacity ease .2s, transform ease .2s, visibility ease .2s;
    transition: opacity ease .2s, transform ease .2s, visibility ease .2s, -webkit-transform ease .2s;
    border: 1px solid #e6e6e6
  }
}

@media print, screen and (min-width:64em) {
  .l-header__item:hover .p-main-menu__toggle-area, .p-main-menu__toggle-area:hover, a:hover+.p-main-menu__toggle-area {
    opacity: 1;
    visibility: visible;
    z-index: 60000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .3)
  }
}

.p-main-menu__deep {
  margin-top: 8px
}

@media print, screen and (min-width:64em) {
  .p-main-menu__deep {
    margin-top: 0
  }
}

.p-main-menu__deep>a {
  display: block;
  position: relative;
  padding-left: 72px;
  font-size: 12px;
  font-size: .75rem
}

@media print, screen and (min-width:64em) {
  .p-main-menu__deep>a {
    padding-bottom: 1px;
    font-size: 14px;
    font-size: .875rem;
    color: #18b7cd;
    -webkit-transition: background-color ease .2s;
    transition: background-color ease .2s
  }
}

.p-main-menu__deep>a:before {
  position: absolute;
  top: .8em;
  left: 60px;
  content: '';
  width: 6px;
  height: 1px;
  background-color: #18b7cd
}

@media print, screen and (min-width:64em) {
  .p-main-menu__deep>a:before {
    top: .85em
  }
}

@media print, screen and (min-width:64em) {
  .p-main-menu__deep>a:hover {
    background-color: #0c93b4;
    color: #fff
  }
}

.p-main-menu__item {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

@media print, screen and (min-width:64em) {
  .p-main-menu__item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

.l-header__menu.is-active .p-main-menu__item:nth-of-type(1) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease .13s;
  transition: all .3s ease .13s
}

.l-header__menu.is-active .p-main-menu__item:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease .16s;
  transition: all .3s ease .16s
}

.l-header__menu.is-active .p-main-menu__item:nth-of-type(3) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease .19s;
  transition: all .3s ease .19s
}

.l-header__menu.is-active .p-main-menu__item:nth-of-type(4) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease .22s;
  transition: all .3s ease .22s
}

.l-header__menu.is-active .p-main-menu__item:nth-of-type(5) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease .25s;
  transition: all .3s ease .25s
}

.l-header__menu.is-active .p-main-menu__item:nth-of-type(6) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease .28s;
  transition: all .3s ease .28s
}

.l-header__menu.is-active .p-main-menu__item:nth-of-type(7) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease .31s;
  transition: all .3s ease .31s
}

.l-header__menu.is-active .p-main-menu__item:nth-of-type(8) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease .34s;
  transition: all .3s ease .34s
}

.l-header__menu.is-active .p-main-menu__item:nth-of-type(9) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease .37s;
  transition: all .3s ease .37s
}

.l-header__menu.is-active .p-main-menu__item:nth-of-type(10) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease .4s;
  transition: all .3s ease .4s
}

.p-blog-cta {
  display: block;
  background-color: #00a5eb;
  border-radius: 20px;
  padding: 30px;
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/img_blog_cta.svg);
  background-repeat: no-repeat;
  background-size: 115px auto;
  background-position: 178px 30px
}

.p-blog-cta__copy {
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 700;
  margin-top: -.4em
}

@media only screen and (max-width:47.9375em) {
  .p-blog-cta__copy {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-blog-cta__copy {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

.p-blog-cta__button {
  margin-top: 30px
}

.p-blog-cta.-fixed {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .25s;
  transition: all cubic-bezier(.215, .61, .355, 1) .25s
}

@media print, screen and (min-width:48em) {
  .p-blog-cta.-fixed {
    width: 240px;
    margin-top: 100px
  }
}

@media print, screen and (min-width:64em) {
  .p-blog-cta.-fixed {
    width: 300px;
    margin-top: 100px
  }
}

.p-blog-cta.-bottom {
  position: absolute;
  top: auto;
  bottom: 0
}

.p-blog-cta.-visible {
  visibility: visible;
  opacity: 1
}

.p-blog-categories a {
  font-weight: 600;
  line-height: 1.4;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-blog-categories a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-blog-categories a {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

.p-blog-categories a span {
  color: #000;
  font-weight: 400
}

.p-recommend-list li {
  margin-top: 18px
}

.p-recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media print, screen and (min-width:64em) {
  .p-recommend:hover .p-recommend__thumb img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
  }
}

.p-recommend__title {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  line-height: 1.4;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-recommend__title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-recommend__title {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

.p-recommend__thumb {
  width: 100px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.p-recommend__thumb span {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2364ce;
  border-radius: 6px 0 6px 0;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-family: Montserrat, sans-serif
}

.p-recommend__thumb img {
  display: block;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s
}

.p-edit-area-cta {
  margin-top: 40px;
  border: 3px solid #e5e5e5;
  border-radius: 20px
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-cta {
    padding: 20px 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 40px
  }
}

.p-edit-area-cta__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.p-edit-area-cta__button {
  width: 240px
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-cta__button {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-cta__button {
    margin-left: 40px
  }
}

.p-edit-area-cta-last {
  background-color: #f5f7f8;
  border-radius: 20px;
  padding: 40px;
  margin-top: 40px
}

@media only screen and (max-width:63.9375em) {
  .p-edit-area-cta-last {
    border-radius: 20px;
    padding: 20px
  }
}

.p-edit-area-cta-last__copy {
  font-weight: 600;
  line-height: 1.4;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2364ce;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-cta-last__copy {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-cta-last__copy {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

.p-edit-area-cta-last__text {
  margin-top: 13px;
  text-align: center
}

.p-edit-area-cta-last__button {
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  width: 260px
}

@media only screen and (max-width:63.9375em) {
  .p-edit-area-cta-last__button {
    margin-top: 12px
  }
}

.p-auhor {
  display: -ms-grid;
  display: grid
}

@media only screen and (max-width:63.9375em) {
  .p-auhor {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: -webkit-max-content 20px -webkit-max-content;
    -ms-grid-rows: max-content 20px max-content;
    -ms-grid-columns: auto 20px 1fr;
    grid-template: 'thumb name' -webkit-max-content 'profile profile' -webkit-max-content/auto 1fr;
    grid-template: 'thumb name' max-content 'profile profile' max-content/auto 1fr;
    gap: 20px
  }
  .p-auhor>.p-article-head__name {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
}

@media print, screen and (min-width:64em) {
  .p-auhor {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: -webkit-max-content 0 -webkit-max-content;
    -ms-grid-rows: max-content 0 max-content;
    -ms-grid-columns: auto 40px 1fr;
    grid-template: 'thumb name' -webkit-max-content 'thumb profile' -webkit-max-content/auto 1fr;
    grid-template: 'thumb name' max-content 'thumb profile' max-content/auto 1fr;
    gap: 0 40px
  }
  .p-auhor>.p-article-head__name {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
}

.p-auhor__thumb {
  grid-area: thumb;
  display: block;
  border-radius: 6px;
  width: 150px;
  height: auto
}

@media only screen and (max-width:63.9375em) {
  .p-auhor__thumb {
    width: 70px
  }
}

.p-auhor__name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700
}

@media only screen and (max-width:63.9375em) {
  .p-auhor__name {
    grid-area: name
  }
}

.p-auhor__name span {
  color: #999;
  font-size: 14px;
  font-size: .875rem
}

@media print, screen and (min-width:64em) {
  .p-auhor__name span {
    margin-left: 15px
  }
}

@media only screen and (max-width:63.9375em) {
  .p-auhor__name span {
    display: block
  }
}

@media print, screen and (min-width:64em) {
  .p-auhor__profile {
    margin-top: 14px
  }
}

@media only screen and (max-width:63.9375em) {
  .p-auhor__profile {
    grid-area: profile
  }
}

@media only screen and (max-width:47.9375em) {
  .p-article-head__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-article-head__name {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
  .p-article-head__company.-no_logo>.p-article-head__name {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-article-head__info {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
  .p-article-head__company.-no_logo>.p-article-head__info {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
  .p-auhor__name {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
  .p-article-head__company.-no_logo>.p-auhor__name {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head__logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1
  }
  .p-article-head__name {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
  .p-article-head__company.-no_logo>.p-article-head__name {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-article-head__info {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1
  }
  .p-article-head__company.-no_logo>.p-article-head__info {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1
  }
  .p-auhor__name {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
  .p-article-head__company.-no_logo>.p-auhor__name {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
}

@media only screen and (max-width:63.9375em) {
  .p-auhor__thumb {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .p-auhor>.p-auhor__name {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
  .p-auhor__profile {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }
}

@media print, screen and (min-width:64em) {
  .p-auhor>.p-auhor__thumb {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1
  }
  .p-auhor>.p-auhor__name {
    -ms-grid-row: 1;
    -ms-grid-column: 3
  }
  .p-auhor>.p-auhor__profile {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1
  }
}

.p-blog-slick-container {
  overflow: hidden
}

.p-blog-slick {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50vw);
  transform: translateX(-50vw)
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

@media print, screen and (min-width:87.5em) {
  .slick-slide {
    width: 720px
  }
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.p-blog-slick__box {
  padding: 0 10px
}

.slick-prev {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  font-size: 0;
  line-height: 0;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  border: none;
  left: 20px;
  top: calc(52vw/2 - 20px)
}

@media print, screen and (min-width:48em) {
  .slick-prev {
    left: 130px;
    width: 54px;
    height: 54px;
    top: calc(50% - 17px)
  }
}

@media print, screen and (min-width:75em) {
  .slick-prev {
    left: 300px
  }
}

@media print, screen and (min-width:87.5em) {
  .slick-prev {
    left: calc(50% - 360px - 27px)
  }
}

.slick-prev i {
  left: 4px
}

.slick-next {
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(52vw/2 - 20px);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  border: none;
  right: 20px
}

@media print, screen and (min-width:48em) {
  .slick-next {
    right: 130px;
    width: 54px;
    height: 54px;
    top: calc(50% - 17px)
  }
}

@media print, screen and (min-width:75em) {
  .slick-next {
    right: 300px
  }
}

@media print, screen and (min-width:87.5em) {
  .slick-next {
    right: calc(50% - 360px - 27px)
  }
}

.slick-next i {
  right: 4px
}

.slick-dots {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.slick-dots li[role=presentation] {
  margin: 0 3px
}

.slick-dots li[role=presentation] button {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ddd;
  border: none;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  padding: 0;
  width: 6px;
  height: 6px
}

@media print, screen and (min-width:48em) {
  .slick-dots li[role=presentation] button {
    width: 10px;
    height: 10px
  }
}

@media print, screen and (min-width:48em) {
  .slick-dots li[role=presentation] {
    margin: 0 5px
  }
}

.slick-dots li[role=presentation].slick-active button {
  background-color: #2364ce
}

.p-blog-slick__box {
  display: none
}

.slick-slider.slick-initialized .p-blog-slick__box {
  display: block
}

.p-related-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px
}

@media print, screen and (min-width:48em) {
  .p-related-categories {
    margin-top: -30px;
    margin-left: -30px
  }
}

.p-related-categories>li {
  margin-top: 10px;
  width: 100%
}

@media print, screen and (min-width:48em) {
  .p-related-categories>li {
    width: calc(50% - 30px);
    margin-top: 30px;
    margin-left: 30px
  }
}

.p-related-category__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover;object-position:50%";
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s
}

.p-related-category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1
}

@media print, screen and (min-width:48em) {
  .p-related-category {
    height: 180px
  }
}

.p-related-category:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #06252e;
  opacity: .5;
  z-index: 1
}

@media print, screen and (min-width:64em) {
  .p-related-category:hover .p-related-category__image {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
  }
}

.p-related-category__name {
  position: relative;
  z-index: 2;
  font-weight: 600;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff
}

@media only screen and (max-width:47.9375em) {
  .p-related-category__name {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-related-category__name {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media print, screen and (min-width:48em) {
  .p-related-category__name {
    font-size: 24px;
    font-size: 1.5rem
  }
}

.p-blog-banner {
  display: block
}

.p-blog-banner img {
  display: block
}

.p-blog-banner img {
  width: 100%;
  height: auto
}

.p-blog-banner+.p-blog-banner {
  margin-top: 20px
}

.p-certification-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media print, screen and (min-width:48em) {
  .p-certification-mark {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

.p-certification-mark__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.p-certification-mark__image {
  width: 110px;
  height: auto
}

@media print, screen and (min-width:48em) {
  .p-certification-mark__image {
    margin-left: 8px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-certification-mark__image {
    width: 84px
  }
}

@media print, screen and (min-width:48em) {
  .p-certification-mark__image+.p-certification-mark__image {
    margin-left: 4px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-certification-mark__image+.p-certification-mark__image {
    margin-left: 3px
  }
}

@media print, screen and (min-width:48em) {
  .p-certification-mark__text {
    text-align: right;
    position: relative;
    top: -4px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-certification-mark__text {
    margin-left: 8px;
    position: relative;
    top: -2px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-certification-mark__text br {
    display: none
  }
}

.p-certification-mark__text>p {
  color: #fff
}

@media print, screen and (min-width:48em) {
  .p-certification-mark__text>p {
    line-height: 1.8;
    font-size: 10px;
    font-size: .625rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-certification-mark__text>p {
    line-height: 1.75;
    font-size: 8px;
    font-size: .5rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-certification-mark__text>p+p {
    margin-top: 3px
  }
}

@media print, screen and (min-width:48em) {
  .p-certification-mark__text>p+p {
    margin-top: 6px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-certification-mark__text>p.-brackets {
    margin-left: -5px;
    text-indent: 5px
  }
}

.p-article-mainvisual {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 40px
}

.p-article-mainvisual img {
  width: 100%;
  display: block
}

.f-button-block {
  text-align: center;
  margin-top: 15px
}

.f-button-block .c-button {
  background-color: #18b7cd;
  color: #fff;
  font-weight: 700;
  border: none;
  width: 100%;
  padding: 21px 0 19px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  cursor: pointer
}

@media only screen and (max-width:47.9375em) {
  .f-button-block .c-button {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .f-button-block .c-button {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

.f-button-block .c-button:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0c93b4;
  top: 0;
  left: -100%;
  z-index: 0;
  -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .4s;
  transition: all cubic-bezier(.215, .61, .355, 1) .4s
}

.f-button-block .c-button:hover::before {
  left: 0
}

.f-button-block span {
  z-index: 1
}

.f-button-block .c-arrow.-right.-white {
  top: -.05em
}

.f-button-block__desc {
  font-size: 13px;
  font-size: .8125rem
}

.f-button-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 36px
}

.f-button-block__button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 440px
}

.pd-checkbox>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px
}

.pd-checkbox>span .f-checkbox, .pd-checkbox>span>span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 10px
}

.pd-checkbox>span .f-checkbox>input, .pd-checkbox>span>span>input {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  overflow: hidden;
  top: auto;
  left: auto;
  width: 0;
  height: 0;
  vertical-align: middle
}

@media print, screen and (min-width:64em) {
  .pd-checkbox>span .f-checkbox>input, .pd-checkbox>span>span>input {
    display: block
  }
}

.pd-checkbox>span .f-checkbox>input:checked+label:before, .pd-checkbox>span>span>input:checked+label:before {
  background-color: #147896;
  border-color: #147896
}

.pd-checkbox>span .f-checkbox>input:checked+label:after, .pd-checkbox>span>span>input:checked+label:after {
  color: #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg)
}

.pd-checkbox>span .f-checkbox>input:focus+label:before, .pd-checkbox>span>span>input:focus+label:before {
  border-color: #147896
}

.device-is-mobile.browser-is-safari .pd-checkbox>span .f-checkbox>input, .device-is-mobile.browser-is-safari .pd-checkbox>span>span>input {
  top: 1px;
  left: 1px
}

.pd-checkbox>span .f-checkbox>label, .pd-checkbox>span>span>label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  height: 100%;
  margin-right: 20px;
  -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .1s;
  transition: all cubic-bezier(.215, .61, .355, 1) .1s;
  line-height: 1.4;
  cursor: pointer;
  padding-left: 29px;
  font-size: 16px;
  font-size: 1rem
}

.device-is-mobile.browser-is-safari .pd-checkbox>span .f-checkbox>label, .device-is-mobile.browser-is-safari .pd-checkbox>span>span>label {
  padding-left: 22px
}

.pd-checkbox>span .f-checkbox>label:before, .pd-checkbox>span>span>label:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: solid 2px #ccc;
  border-radius: 3px;
  color: green;
  -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .15s;
  transition: all cubic-bezier(.215, .61, .355, 1) .15s;
  content: '';
  top: 0
}

.pd-checkbox>span .f-checkbox>label:after, .pd-checkbox>span>span>label:after {
  display: block;
  position: absolute;
  left: 6px;
  width: 6px;
  height: 11px;
  border-style: solid;
  border-width: 2px;
  border-color: currentColor;
  border-left: 0;
  border-top: 0;
  color: transparent;
  -webkit-transform: translateY(-40%) rotate(30deg);
  transform: translateY(-40%) rotate(30deg);
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .4s;
  transition: color cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .4s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .4s, color cubic-bezier(.215, .61, .355, 1) .15s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .4s, color cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .4s;
  content: '';
  top: 8px
}

.pd-checkbox>span .f-checkbox>label span, .pd-checkbox>span>span>label span {
  color: red
}

@media print, screen and (min-width:64em) {
  .pd-checkbox>span .f-checkbox>label:hover:before, .pd-checkbox>span>span>label:hover:before {
    border-color: #147896
  }
}

.-error .pd-checkbox>span .f-checkbox>label:before, .-error .pd-checkbox>span>span>label:before {
  background-color: rgba(209, 0, 0, .06);
  border-color: #d10000
}

.flex-column .pd-checkbox>span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.f-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px
}

.f-content-container .description {
  margin-top: 10px
}

.f-form {
  margin-top: 74px
}

.f-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-size: .875rem
}

.f-file:after {
  display: block;
  position: absolute;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 22px;
  height: 22px;
  -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .25s;
  transition: all cubic-bezier(.215, .61, .355, 1) .25s;
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0
}

.-error .f-file:after {
  visibility: visible;
  opacity: 1;
  background-image: url(/https/sonar-ats.jp/recruit_info/common/svg/icon_error.svg)
}

.-error .f-file>input {
  color: #d10000
}

.-success .f-file:after {
  visibility: visible;
  opacity: 1;
  background-image: url(/https/sonar-ats.jp/recruit_info/common/svg/icon_success.svg)
}

.f-file>input {
  display: block;
  position: relative;
  top: 1px;
  font-size: 14px;
  font-size: .875rem
}

.f-file__cancel {
  visibility: hidden;
  opacity: 0;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .15s;
  transition: all cubic-bezier(.215, .61, .355, 1) .15s
}

.f-file__cancel:after, .f-file__cancel:before {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #333;
  width: 10px;
  height: 2px;
  content: ''
}

.f-file__cancel:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.f-file__cancel:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.f-file__cancel.-visible {
  visibility: visible;
  opacity: 1
}

.f-heading-1 {
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem
}

.f-heading-1.-color {
  display: inline;
  color: #acb6e5;
  background: -webkit-gradient(linear, left top, right top, from(#00a0e9), to(#575cff));
  background: -webkit-linear-gradient(left, #00a0e9 0, #575cff 100%);
  background: linear-gradient(to right, #00a0e9 0, #575cff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.f-heading-1.-color:after {
  display: block;
  clear: both;
  content: ''
}

.f-heading-1.-center {
  text-align: center
}

.pd-text, .pd-textarea {
  position: relative;
  z-index: 0
}

.pd-text textarea, .pd-text>input, .pd-textarea textarea, .pd-textarea>input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  border: solid 1px #bfd0d8;
  border-radius: 4px;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  -webkit-transition: background-color cubic-bezier(.215, .61, .355, 1) .4s;
  transition: background-color cubic-bezier(.215, .61, .355, 1) .4s;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 15px;
  padding-left: 15px
}

@media only screen and (max-width:47.9375em) {
  .pd-text textarea, .pd-text>input, .pd-textarea textarea, .pd-textarea>input {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .pd-text textarea, .pd-text>input, .pd-textarea textarea, .pd-textarea>input {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

.f-label {
  position: relative;
  margin-right: 8px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem
}

.required .f-label:after {
  content: '必項';
  color: #fff;
  background-color: #ff7f00;
  margin-left: 10px;
  font-size: 12px;
  font-size: .75rem;
  padding: 3px 8px
}

.f-label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media print, screen and (min-width:48em) {
  .f-label-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.f-label-msg {
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  color: #d10000
}

@media only screen and (max-width:47.9375em) {
  .f-label-msg {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .f-label-msg {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

.f-leading {
  margin-top: 32px
}

.pd-radio>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px
}

.pd-radio>span .f-radio, .pd-radio>span>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px
}

.pd-radio>span .f-radio input, .pd-radio>span>span input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media only screen and (max-width:47.9375em) {
  .pd-radio>span .f-radio input, .pd-radio>span>span input {
    display: none
  }
}

.pd-radio>span .f-radio input:checked+label:before, .pd-radio>span>span input:checked+label:before {
  border-color: #147896
}

.pd-radio>span .f-radio input:checked+label:after, .pd-radio>span>span input:checked+label:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1)
}

.pd-radio>span .f-radio label, .pd-radio>span>span label {
  display: block;
  position: relative;
  margin-right: 20px;
  text-align: center;
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .15s;
  transition: color cubic-bezier(.215, .61, .355, 1) .15s;
  cursor: pointer;
  padding-left: 28px
}

@media print, screen and (min-width:64em) {
  .pd-radio>span .f-radio label:hover, .pd-radio>span>span label:hover {
    color: #000
  }
}

@media print, screen and (min-width:64em) {
  .pd-radio>span .f-radio label:hover:before, .pd-radio>span>span label:hover:before {
    border-color: #147896
  }
}

.pd-radio>span .f-radio label:after, .pd-radio>span .f-radio label:before, .pd-radio>span>span label:after, .pd-radio>span>span label:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  border-radius: 50%;
  content: ''
}

.pd-radio>span .f-radio label:before, .pd-radio>span>span label:before {
  top: .2em;
  left: 0;
  width: 20px;
  height: 20px;
  border: solid 2px #ccc;
  -webkit-transition: border-color cubic-bezier(.215, .61, .355, 1) .15s;
  transition: border-color cubic-bezier(.215, .61, .355, 1) .15s
}

.pd-radio>span .f-radio label:after, .pd-radio>span>span label:after {
  top: 13px;
  left: 10px;
  width: 10px;
  height: 10px;
  background-color: #147896;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .15s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .15s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .15s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .15s
}

.flex-column .pd-radio>span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.f-radio--sp-block {
  margin-top: 8px
}

@media only screen and (max-width:47.9375em) {
  .f-radio--sp-block {
    display: block;
    margin-left: 0
  }
}

.f-required-tag {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  margin-left: 6px;
  font-weight: 700;
  color: #d10000;
  text-align: center;
  line-height: 1.65;
  font-size: 16px;
  font-size: 1rem
}

.f-required-tag.-inline {
  display: inline-block
}

.-required .f-required-tag {
  display: inline-block
}

.browser-is-safari.device-is-mobile .f-required-tag {
  line-height: 1.6
}

.browser-is-ff .f-required-tag {
  line-height: 1.55
}

.browser-is-ie .f-required-tag {
  line-height: 1.55;
  margin-bottom: 5px
}

.f-sentence {
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 18px;
  font-size: 1.125rem
}

.f-sentence:first-child {
  margin-top: 0
}

.f-sentence.-center {
  text-align: center
}

.f-sentence.-small {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 23px
}

.f-sentence.-small span {
  font-weight: 500;
  color: #e10000
}

.f-unit {
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  .f-unit {
    margin-top: 12px
  }
}

@media print, screen and (min-width:48em) {
  .f-unit {
    width: auto;
    margin-top: 13px
  }
}

@media print, screen and (min-width:48em) {
  .f-unit.-max {
    width: 100%
  }
}

@media print, screen and (min-width:48em) {
  .f-unit.-half {
    width: 48%;
    margin-left: 4%
  }
}

@media print, screen and (min-width:48em) {
  .f-unit.-half:first-child {
    margin-left: 0
  }
}

@media print, screen and (min-width:48em) {
  .f-unit.-small {
    width: 245px;
    margin-left: 42px
  }
}

@media print, screen and (min-width:48em) {
  .f-unit.-small:first-child {
    margin-left: 0
  }
}

.f-unit.-mtop_0 {
  margin-top: 0
}

@media print, screen and (min-width:48em) {
  .f-unit.-mleft {
    margin-left: 42px
  }
}

@media only screen and (max-width:47.9375em) {
  .f-unit.-mtop {
    margin-top: 16px
  }
}

.f-unit.-border {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #bfd0d8
}

@media only screen and (max-width:47.9375em) {
  .f-unit.-border {
    padding-top: 14px;
    padding-bottom: 14px
  }
}

@media print, screen and (min-width:48em) {
  .f-unit.-border {
    padding-top: 16px;
    padding-bottom: 16px
  }
}

.f-unit.-border:first-child {
  border-width: 1px 0 1px 0
}

.f-unit.-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width:47.9375em) {
  .f-unit.-file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media print, screen and (min-width:48em) {
  .f-unit.-file {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media only screen and (max-width:47.9375em) {
  .f-unit.-file .f-unit__label {
    margin-bottom: 8px
  }
}

@media only screen and (max-width:47.9375em) {
  .f-unit.-file:not(.-border) {
    margin-top: 14px
  }
}

@media print, screen and (min-width:48em) {
  .f-unit.-file:not(.-border) {
    margin-top: 14px
  }
}

.f-unit.-file:not(.-border):first-child {
  margin-top: 0
}

.f-unit.-lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media print, screen and (min-width:48em) {
  .f-unit.-lineup {
    margin-top: 0
  }
}

@media print, screen and (min-width:48em) {
  .f-unit.-max3 {
    width: calc(33.33% - 42px);
    margin-left: 42px
  }
}

@media print, screen and (min-width:48em) {
  .f-unit.-max3:first-child {
    margin-left: 0
  }
}

@media print, screen and (min-width:48em) {
  .f-unit.-max3:nth-child(3n+1) {
    margin-left: 0
  }
}

.f-unit__label {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .f-unit__label {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .f-unit__label {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media print, screen and (min-width:48em) {
  .f-unit__label {
    min-width: 110px;
    font-size: 14px;
    font-size: .875rem
  }
}

.f-unit__list {
  margin-top: 5px
}

.f-unit-radio {
  width: 100%
}

@media only screen and (max-width:47.9375em) {
  .f-unit-radio {
    margin-top: 12px
  }
}

@media print, screen and (min-width:48em) {
  .f-unit-radio {
    margin-top: 22px
  }
}

.f-field {
  border: none;
  margin-top: 25px
}

.f-field:first-child {
  margin-top: 0
}

.f-textarea {
  position: relative;
  z-index: 0
}

.f-textarea>textarea {
  display: block;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #bfd0d8;
  border-radius: 4px;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  resize: vertical;
  -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .4s;
  transition: all cubic-bezier(.215, .61, .355, 1) .4s
}

@media only screen and (max-width:47.9375em) {
  .f-textarea>textarea {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .f-textarea>textarea {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .f-textarea>textarea {
    min-height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 18px;
    padding-left: 18px
  }
}

@media print, screen and (min-width:48em) {
  .f-textarea>textarea {
    min-height: 200px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 16px;
    padding-left: 16px
  }
}

.f-textarea>textarea::-webkit-input-placeholder {
  color: #bfd0d8
}

.f-textarea>textarea:-ms-input-placeholder {
  color: #bfd0d8
}

.f-textarea>textarea::-moz-placeholder {
  color: #bfd0d8
}

.browser-is-ie .f-textarea>textarea {
  overflow: auto
}

.f-textarea>textarea:focus {
  outline: 0;
  background-color: #fff
}

.-error .f-textarea>textarea {
  background-color: rgba(209, 0, 0, .06);
  border-color: #d10000
}

.-success .f-textarea>textarea {
  background-color: #fff;
  border-color: #18677e
}

.f-textarea:after {
  display: block;
  position: absolute;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  top: 14px;
  right: 16px;
  width: 22px;
  height: 22px;
  -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .25s;
  transition: all cubic-bezier(.215, .61, .355, 1) .25s;
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0
}

.-error .f-textarea:after {
  visibility: visible;
  opacity: 1;
  background-image: url(/https/sonar-ats.jp/recruit_info/common/svg/icon_error.svg)
}

.-success .f-textarea:after {
  visibility: visible;
  opacity: 1;
  background-image: url(/https/sonar-ats.jp/recruit_info/common/svg/icon_success.svg)
}

.pd-select {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 4px
}

.pd-select>select {
  z-index: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 44px;
  background-color: transparent;
  border: solid 1px #bfd0d8;
  border-radius: 4px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 15px;
  padding-left: 15px
}

.pd-select>select::-ms-expand {
  display: none
}

.pd-select>select:focus {
  color: #000;
  outline: 0
}

.pd-select>select>option {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
}

.-error .pd-select>select {
  border-color: #d10000
}

.pd-select:before {
  display: block;
  position: absolute;
  top: 19px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  content: ""
}

.f-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

.f-step:before {
  display: block;
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  content: ''
}

.f-step__point {
  opacity: 0;
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 10;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #147896
}

.f-step__point.-animation {
  -webkit-transition: -webkit-transform cubic-bezier(.895, .03, .685, .22) .85s;
  transition: -webkit-transform cubic-bezier(.895, .03, .685, .22) .85s;
  transition: transform cubic-bezier(.895, .03, .685, .22) .85s;
  transition: transform cubic-bezier(.895, .03, .685, .22) .85s, -webkit-transform cubic-bezier(.895, .03, .685, .22) .85s
}

.f-step__point.-visible {
  opacity: 1
}

.f-step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 456px
}

.f-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

.f-step__num {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  padding-top: 2px;
  border-radius: 50%;
  background-color: #f7f7f7;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  color: #aaa;
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .4s;
  transition: color cubic-bezier(.215, .61, .355, 1) .4s
}

.f-step__num:before {
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0, 0);
  transform: translate(0, -50%) scale(0, 0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  width: 100%;
  height: 100%;
  background-color: #147896;
  border-radius: 50%;
  -webkit-transition: -webkit-transform cubic-bezier(.165, .84, .44, 1) .85s;
  transition: -webkit-transform cubic-bezier(.165, .84, .44, 1) .85s;
  transition: transform cubic-bezier(.165, .84, .44, 1) .85s;
  transition: transform cubic-bezier(.165, .84, .44, 1) .85s, -webkit-transform cubic-bezier(.165, .84, .44, 1) .85s;
  content: ''
}

.f-step__num span {
  position: relative;
  z-index: 1
}

.f-step__text {
  display: block;
  width: 100%;
  margin-top: 3px;
  font-weight: 700;
  font-size: 14px;
  font-size: .875rem;
  color: #aaa;
  text-align: center;
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .4s;
  transition: color cubic-bezier(.215, .61, .355, 1) .4s
}

.f-step__item.-visible .f-step__num {
  color: #fff
}

.f-step__item.-visible .f-step__num:before {
  -webkit-transform: translate(0, -50%) scale(1, 1);
  transform: translate(0, -50%) scale(1, 1)
}

.f-step__item.-visible .f-step__text {
  color: #000
}

@media print, screen and (min-width:48em) {
  .f-table tr {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #18677e
  }
}

@media print, screen and (min-width:48em) {
  .f-table tr:first-child {
    border-width: 1px 0 1px 0
  }
}

@media only screen and (max-width:47.9375em) {
  .f-table tr:first-child th {
    border-width: 1px 0 1px 0
  }
}

.f-table td, .f-table th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top
}

@media only screen and (max-width:47.9375em) {
  .f-table td, .f-table th {
    display: block;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #18677e
  }
}

.f-table th {
  background-color: #f7f7f7
}

@media only screen and (max-width:47.9375em) {
  .f-table th {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 14px;
    padding-left: 14px
  }
}

@media print, screen and (min-width:48em) {
  .f-table th {
    width: 30%;
    padding-top: 20px;
    padding-bottom: 23px;
    padding-right: 20px;
    padding-left: 20px
  }
}

@media only screen and (max-width:47.9375em) {
  .f-table td {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 14px;
    padding-left: 14px
  }
}

@media print, screen and (min-width:48em) {
  .f-table td {
    width: 70%;
    padding-top: 18px;
    padding-bottom: 20px;
    padding-left: 20px
  }
}

.u-show-XS {
  display: none
}

@media only screen and (max-width:47.9375em) {
  .u-show-XS {
    display: block
  }
}

.u-show-S {
  display: none
}

@media print, screen and (min-width:48em) {
  .u-show-S {
    display: block
  }
}

.u-show-XM {
  display: none
}

@media only screen and (max-width:63.9375em) {
  .u-show-XM {
    display: block
  }
}

.u-show-M {
  display: none
}

@media print, screen and (min-width:64em) {
  .u-show-M {
    display: block
  }
}

.u-show-L {
  display: none
}

@media print, screen and (min-width:75em) {
  .u-show-L {
    display: block
  }
}

.u-show-underL {
  display: block
}

@media print, screen and (min-width:75em) {
  .u-show-underL {
    display: none
  }
}

.u-show-XL {
  display: none
}

@media print, screen and (min-width:87.5em) {
  .u-show-XL {
    display: block
  }
}

.u-show-full {
  display: none
}

@media print, screen and (min-width:93.75em) {
  .u-show-full {
    display: block
  }
}

.u-show-m_to_l {
  display: none
}

@media print, screen and (min-width:64em) {
  .u-show-m_to_l {
    display: block
  }
}

@media print, screen and (min-width:75em) {
  .u-show-m_to_l {
    display: none
  }
}

@media only screen and (max-width:47.9375em) {
  .u-hide-StoM {
    display: block
  }
}

@media print, screen and (min-width:48em) {
  .u-hide-StoM {
    display: none
  }
}

@media print, screen and (min-width:64em) {
  .u-hide-StoM {
    display: block
  }
}

@media only screen and (max-width:47.9375em) {
  .u-hide-XS {
    display: none!important
  }
}

@media print, screen and (min-width:48em) {
  .u-hide-S {
    display: none!important
  }
}

@media print, screen and (min-width:64em) {
  .u-hide-M {
    display: none!important
  }
}

@media print, screen and (min-width:75em) {
  .u-hide-L {
    display: none!important
  }
}

@media print {
  .u-hide-print {
    display: none!important
  }
}

.u-swipe {
  opacity: 0;
  -webkit-transition: opacity linear .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: opacity linear .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: opacity linear .25s, transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: opacity linear .25s, transform cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s
}

.u-swipe.-bottom5 {
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px)
}

.u-swipe.-bottom30 {
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px)
}

.u-swipe.-top5 {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px)
}

.u-swipe.-top30 {
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px)
}

.u-swipe.-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0)!important;
  transform: translate(0, 0)!important
}

@media print {
  .u-swipe {
    opacity: 1!important;
    -webkit-transform: translate(0, 0)!important;
    transform: translate(0, 0)!important
  }
}

.u-swipe.-slow {
  -webkit-transition: opacity linear .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: opacity linear .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: opacity linear .25s, transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: opacity linear .25s, transform cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s
}

.u-swipe.-superslow {
  -webkit-transition: opacity linear .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .85s;
  transition: opacity linear .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .85s;
  transition: opacity linear .25s, transform cubic-bezier(.215, .61, .355, 1) .85s;
  transition: opacity linear .25s, transform cubic-bezier(.215, .61, .355, 1) .85s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .85s
}

.u-swipe.-ultraslow {
  -webkit-transition: opacity linear .4s, -webkit-transform cubic-bezier(.215, .61, .355, 1) 1s;
  transition: opacity linear .4s, -webkit-transform cubic-bezier(.215, .61, .355, 1) 1s;
  transition: opacity linear .4s, transform cubic-bezier(.215, .61, .355, 1) 1s;
  transition: opacity linear .4s, transform cubic-bezier(.215, .61, .355, 1) 1s, -webkit-transform cubic-bezier(.215, .61, .355, 1) 1s
}

.u-swipe.-delay01 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.u-swipe.-delay02 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.u-swipe.-delay03 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.u-swipe.-delay04 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.u-swipe.-delay05 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.u-swipe.-delay06 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.u-swipe.-delay07 {
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

.u-swipe.-delay08 {
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

.u-swipe.-delay09 {
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.u-swipe.-delay10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.u-swipe.-delay11 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s
}

.u-swipe.-delay12 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

.u-swipe.-delay13 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s
}

.u-swipe.-delay14 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s
}

.u-swipe.-delay15 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s
}

.u-swipe.-delay16 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s
}

.u-swipe.-delay17 {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s
}

.u-swipe.-delay18 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s
}

.u-swipe.-delay19 {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s
}

.u-swipe.-delay20 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s
}

.u-text-from-bottom-container {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important
}

.u-text-from-bottom {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  position: relative;
  overflow: hidden
}

.u-text-from-bottom.-active:before {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0)
}

.u-text-from-bottom span {
  display: block;
  margin: 0!important;
  padding: 0!important;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .4s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .4s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .4s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .4s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .4s
}

.u-text-from-bottom span.-active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.u-anim.-rotate60 {
  -webkit-animation: fluffyRotate 60s linear infinite;
  animation: fluffyRotate 60s linear infinite
}

.u-anim.-rotate70 {
  -webkit-animation: fluffyRotate 70s linear infinite;
  animation: fluffyRotate 70s linear infinite
}

.u-anim.-rotate80 {
  -webkit-animation: fluffyRotate 80s linear infinite;
  animation: fluffyRotate 80s linear infinite
}

.u-anim.-rotate90 {
  -webkit-animation: fluffyRotate 90s linear infinite;
  animation: fluffyRotate 90s linear infinite
}

.u-anim.-rotate100 {
  -webkit-animation: fluffyRotate 100s linear infinite;
  animation: fluffyRotate 100s linear infinite
}

.u-anim.-rotate110 {
  -webkit-animation: fluffyRotate 110s linear infinite;
  animation: fluffyRotate 110s linear infinite
}

.u-anim.-rotate120 {
  -webkit-animation: fluffyRotate 120s linear infinite;
  animation: fluffyRotate 120s linear infinite
}

.u-anim.-rotate130 {
  -webkit-animation: fluffyRotate 130s linear infinite;
  animation: fluffyRotate 130s linear infinite
}

.u-anim.-rotate140 {
  -webkit-animation: fluffyRotate 140s linear infinite;
  animation: fluffyRotate 140s linear infinite
}

.u-anim.-rotate150 {
  -webkit-animation: fluffyRotate 150s linear infinite;
  animation: fluffyRotate 150s linear infinite
}

.u-anim.-rotate160 {
  -webkit-animation: fluffyRotate 160s linear infinite;
  animation: fluffyRotate 160s linear infinite
}

.u-anim.-rotate170 {
  -webkit-animation: fluffyRotate 170s linear infinite;
  animation: fluffyRotate 170s linear infinite
}

.u-anim.-rotate180 {
  -webkit-animation: fluffyRotate 180s linear infinite;
  animation: fluffyRotate 180s linear infinite
}

.u-anim.-rotate190 {
  -webkit-animation: fluffyRotate 190s linear infinite;
  animation: fluffyRotate 190s linear infinite
}

.u-anim.-rotate200 {
  -webkit-animation: fluffyRotate 200s linear infinite;
  animation: fluffyRotate 200s linear infinite
}

.u-anim.-rotate_reverse60 {
  -webkit-animation: fluffyRotateReverse 60s linear infinite;
  animation: fluffyRotateReverse 60s linear infinite
}

.u-anim.-rotate_reverse70 {
  -webkit-animation: fluffyRotateReverse 70s linear infinite;
  animation: fluffyRotateReverse 70s linear infinite
}

.u-anim.-rotate_reverse80 {
  -webkit-animation: fluffyRotateReverse 80s linear infinite;
  animation: fluffyRotateReverse 80s linear infinite
}

.u-anim.-rotate_reverse90 {
  -webkit-animation: fluffyRotateReverse 90s linear infinite;
  animation: fluffyRotateReverse 90s linear infinite
}

.u-anim.-rotate_reverse100 {
  -webkit-animation: fluffyRotateReverse 100s linear infinite;
  animation: fluffyRotateReverse 100s linear infinite
}

.u-anim.-skew1 {
  animation: fluffySkew 1s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.u-anim.-skew2 {
  animation: fluffySkew 2s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.u-anim.-skew3 {
  animation: fluffySkew 3s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.u-anim.-skew4 {
  animation: fluffySkew 4s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.u-anim.-skew5 {
  animation: fluffySkew 5s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.u-anim.-skew6 {
  animation: fluffySkew 6s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.u-anim.-skew7 {
  animation: fluffySkew 7s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.u-anim.-skew8 {
  animation: fluffySkew 8s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.u-anim.-skew9 {
  animation: fluffySkew 9s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.u-anim.-skew10 {
  animation: fluffySkew 10s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.u-anim.-skew11 {
  animation: fluffySkew 11s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.u-anim.-skew12 {
  animation: fluffySkew 12s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.u-anim.-skew13 {
  animation: fluffySkew 13s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.u-anim.-skew14 {
  animation: fluffySkew 14s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.u-anim.-skew15 {
  animation: fluffySkew 15s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.u-anim.-skew16 {
  animation: fluffySkew 16s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.u-anim.-skew17 {
  animation: fluffySkew 17s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.u-anim.-skew18 {
  animation: fluffySkew 18s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.u-anim.-skew19 {
  animation: fluffySkew 19s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.u-anim.-skew20 {
  animation: fluffySkew 20s cubic-bezier(.455, .03, .515, .955) infinite alternate-reverse
}

.p-article-head #ez-toc-container, .p-article-head .ez-toc-widget-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border: solid 3px #e5e5e5;
  border-radius: 20px
}

@media only screen and (max-width:47.9375em) {
  .p-article-head #ez-toc-container, .p-article-head .ez-toc-widget-container {
    padding-top: 14px;
    padding-bottom: 6px;
    padding-right: 20px;
    padding-left: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head #ez-toc-container, .p-article-head .ez-toc-widget-container {
    padding-top: 32px;
    padding-bottom: 33px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.p-article-head #ez-toc-container .ez-toc-title-container, .p-article-head .ez-toc-widget-container .ez-toc-title-container {
  position: relative
}

.p-article-head #ez-toc-container .ez-toc-title, .p-article-head .ez-toc-widget-container .ez-toc-title {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700
}

@media only screen and (max-width:47.9375em) {
  .p-article-head #ez-toc-container .ez-toc-title, .p-article-head .ez-toc-widget-container .ez-toc-title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head #ez-toc-container .ez-toc-title, .p-article-head .ez-toc-widget-container .ez-toc-title {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-article-head #ez-toc-container .ez-toc-title, .p-article-head .ez-toc-widget-container .ez-toc-title {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head #ez-toc-container .ez-toc-title, .p-article-head .ez-toc-widget-container .ez-toc-title {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media only screen and (max-width:47.9375em) {
  .p-article-head #ez-toc-container .ez-toc-list, .p-article-head .ez-toc-widget-container .ez-toc-list {
    margin-top: 4px;
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head #ez-toc-container .ez-toc-list, .p-article-head .ez-toc-widget-container .ez-toc-list {
    margin-top: 21px;
    font-size: 16px;
    font-size: 1rem
  }
}

.p-article-head #ez-toc-container .ez-toc-list li, .p-article-head .ez-toc-widget-container .ez-toc-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

@media print, screen and (min-width:48em) {
  .p-article-head #ez-toc-container .ez-toc-list li, .p-article-head .ez-toc-widget-container .ez-toc-list li {
    margin-top: 16px
  }
}

.p-article-head #ez-toc-container .ez-toc-list li:first-child, .p-article-head .ez-toc-widget-container .ez-toc-list li:first-child {
  margin-top: 0
}

.p-article-head #ez-toc-container .ez-toc-list li:last-child:after, .p-article-head .ez-toc-widget-container .ez-toc-list li:last-child:after {
  display: none
}

.p-article-head #ez-toc-container .ez-toc-list li:after, .p-article-head .ez-toc-widget-container .ez-toc-list li:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-position: 0 0;
  background-repeat: repeat-x;
  content: ''
}

.p-article-head #ez-toc-container .ez-toc-list a, .p-article-head .ez-toc-widget-container .ez-toc-list a {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  -webkit-transition: none;
  transition: none
}

@media only screen and (max-width:47.9375em) {
  .p-article-head #ez-toc-container .ez-toc-list a, .p-article-head .ez-toc-widget-container .ez-toc-list a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head #ez-toc-container .ez-toc-list a, .p-article-head .ez-toc-widget-container .ez-toc-list a {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-article-head #ez-toc-container .ez-toc-list a, .p-article-head .ez-toc-widget-container .ez-toc-list a {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head #ez-toc-container .ez-toc-list a, .p-article-head .ez-toc-widget-container .ez-toc-list a {
    padding-left: 24px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .p-article-head #ez-toc-container .ez-toc-list a, .p-article-head .ez-toc-widget-container .ez-toc-list a {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.p-article-head #ez-toc-container .ez-toc-list a:before, .p-article-head .ez-toc-widget-container .ez-toc-list a:before {
  display: block;
  position: absolute;
  left: 0;
  width: 14px;
  height: 16px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-style: solid;
  top: 45%;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  border-color: #18b7cd;
  -webkit-transition: border-color cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .15s;
  transition: border-color cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .15s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .15s, border-color cubic-bezier(.215, .61, .355, 1) .15s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .15s, border-color cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .15s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: '';
  content: ''
}

@media only screen and (max-width:47.9375em) {
  .p-article-head #ez-toc-container .ez-toc-list a:before, .p-article-head .ez-toc-widget-container .ez-toc-list a:before {
    top: 1.1em
  }
}

@media print, screen and (min-width:48em) {
  .p-article-head #ez-toc-container .ez-toc-list a:before, .p-article-head .ez-toc-widget-container .ez-toc-list a:before {
    top: .6em
  }
}

@media print, screen and (min-width:64em) {
  .p-article-head #ez-toc-container .ez-toc-list a:hover, .p-article-head .ez-toc-widget-container .ez-toc-list a:hover {
    text-decoration: underline;
    color: #147896
  }
}

@media print, screen and (min-width:64em) {
  .p-article-head #ez-toc-container .ez-toc-list a:hover:before, .p-article-head .ez-toc-widget-container .ez-toc-list a:hover:before {
    border-color: #0c93b4
  }
}

.p-edit-area-1 #ez-toc-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

.p-edit-area-1 #ez-toc-container .ez-toc-title {
  display: none
}

.p-edit-area-1 #ez-toc-container .ez-toc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 #ez-toc-container .ez-toc-list {
    margin-top: -10px;
    margin-left: -20px
  }
}

@media print, screen and (min-width:64em) {
  .p-edit-area-1 #ez-toc-container .ez-toc-list {
    margin-left: -40px
  }
}

.p-edit-area-1 #ez-toc-container .ez-toc-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 #ez-toc-container .ez-toc-list li {
    width: 100%;
    margin: 0
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 #ez-toc-container .ez-toc-list li {
    margin-top: 10px;
    margin-left: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 #ez-toc-container .ez-toc-list li {
    margin-left: 40px
  }
}

.p-edit-area-1 #ez-toc-container .ez-toc-list li:before {
  display: none
}

.p-edit-area-1 #ez-toc-container .ez-toc-list a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #18b7cd;
  line-height: 1.4
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 #ez-toc-container .ez-toc-list a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 #ez-toc-container .ez-toc-list a {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-edit-area-1 #ez-toc-container .ez-toc-list a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-edit-area-1 #ez-toc-container .ez-toc-list a {
    font-size: 16px;
    font-size: 1rem
  }
}

.p-edit-area-1 #ez-toc-container .ez-toc-list a:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -.1em;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  margin-left: 7px;
  border-color: #18b7cd;
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  -webkit-transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, border-color cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: '';
  top: -.25em;
  margin-right: 10px;
  content: ''
}

@media print, screen and (min-width:64em) {
  a:hover .p-edit-area-1 #ez-toc-container .ez-toc-list a:before, button:hover .p-edit-area-1 #ez-toc-container .ez-toc-list a:before {
    border-color: #18b7cd
  }
}

@media print, screen and (min-width:64em) {
  .p-edit-area-1 #ez-toc-container .ez-toc-list a:hover {
    color: #147896
  }
}

@media print, screen and (min-width:64em) {
  .p-edit-area-1 #ez-toc-container .ez-toc-list a:hover:before {
    border-color: #0c93b4
  }
}

@media print {
  body {
    padding-left: 0;
    width: 1400px;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  body.browser-is-ff {
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }
  body.browser-is-ie {
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    zoom: .77
  }
  body.browser-is-edge {
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    zoom: .6
  }
  body .l-page-top {
    display: none
  }
}
/* 20230309 -----------------------------------------------------
.p-section-heading__sub span:nth-child(1) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 65ms;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 65ms;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 65ms;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 65ms, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 65ms
}

.p-section-heading__sub span:nth-child(2) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .13s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .13s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s .13s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s .13s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .13s
}

.p-section-heading__sub span:nth-child(3) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 195ms;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 195ms;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 195ms;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 195ms, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 195ms
}

.p-section-heading__sub span:nth-child(4) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .26s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .26s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s .26s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s .26s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .26s
}

.p-section-heading__sub span:nth-child(5) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 325ms;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 325ms;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 325ms;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 325ms, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 325ms
}

.p-section-heading__sub span:nth-child(6) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .39s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .39s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s .39s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s .39s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .39s
}

.p-section-heading__sub span:nth-child(7) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 455ms;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 455ms;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 455ms;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 455ms, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 455ms
}

.p-section-heading__sub span:nth-child(8) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .52s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .52s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s .52s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s .52s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .52s
}

.p-section-heading__sub span:nth-child(9) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 585ms;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 585ms;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 585ms;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 585ms, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 585ms
}

.p-section-heading__sub span:nth-child(10) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .65s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .65s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s .65s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s .65s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .65s
}

.p-section-heading__sub span:nth-child(11) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 715ms;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 715ms;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 715ms;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 715ms, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 715ms
}

.p-section-heading__sub span:nth-child(12) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .78s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .78s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s .78s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s .78s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .78s
}

.p-section-heading__sub span:nth-child(13) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 845ms;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 845ms;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 845ms;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 845ms, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 845ms
}

.p-section-heading__sub span:nth-child(14) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .91s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .91s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s .91s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s .91s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s .91s
}

.p-section-heading__sub span:nth-child(15) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 975ms;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 975ms;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 975ms;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 975ms, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 975ms
}

.p-section-heading__sub span:nth-child(16) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 1.04s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 1.04s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 1.04s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 1.04s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 1.04s
}

.p-section-heading__sub span:nth-child(17) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 1.105s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 1.105s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 1.105s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 1.105s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 1.105s
}

.p-section-heading__sub span:nth-child(18) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 1.17s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 1.17s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 1.17s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 1.17s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 1.17s
}

.p-section-heading__sub span:nth-child(19) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 1.235s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 1.235s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 1.235s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 1.235s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 1.235s
}

.p-section-heading__sub span:nth-child(20) {
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 1.3s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 1.3s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 1.3s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .3s 1.3s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .3s 1.3s
}
-------------------------------------------------------------------*/
.c-block.-gray {
  background-color: #fff
}

.l-breadcrumbs.-inverted .l-breadcrumbs__item>a {
  color: #999
}

.l-breadcrumbs.-inverted .l-breadcrumbs__item {
  color: #999
}

.smp_top_pc {
  display: block!important
}

.smp_top_sp {
  display: none!important
}

@media only screen and (max-width:750px) {
  .smp_top_pc {
    display: none!important
  }
  .smp_top_sp {
    display: block!important;
    width: 100%;
    height: auto
  }
}

.smp1__sentence {
  text-align: center;
  font-weight: 600;
  font-weight: 700;
  line-height: 1.9;
  font-family: 'Yu Gothic', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo
}

.smp1__button a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: none;
  border-radius: 6px;
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .1s, background-position cubic-bezier(.215, .61, .355, 1) .4s, -webkit-box-shadow cubic-bezier(.215, .61, .355, 1) .25s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s, background-position cubic-bezier(.215, .61, .355, 1) .4s, -webkit-box-shadow cubic-bezier(.215, .61, .355, 1) .25s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s, background-position cubic-bezier(.215, .61, .355, 1) .4s, box-shadow cubic-bezier(.215, .61, .355, 1) .25s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s, background-position cubic-bezier(.215, .61, .355, 1) .4s, box-shadow cubic-bezier(.215, .61, .355, 1) .25s, -webkit-box-shadow cubic-bezier(.215, .61, .355, 1) .25s;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: relative;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Yu Gothic', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo;
  max-width: 618px;
  padding-top: 24px;
  padding-bottom: 25px;
  border-radius: 10em;
  font-size: 20px;
  font-size: 1.25rem
}

.smp1__button a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.smp1__pc {
  display: block
}

.smp1__sp {
  display: none
}

.smp1__block img {
  width: 100%
}

.smp1__block__inner {
  max-width: calc(960px + 8.534%);
  margin: 0 auto;
  padding: 0 4.267%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.offerbox .smp1__kv.smp1__pc {
  background: url(http://indx.baigie.mehttps://sonar-ats.jp/wp-content/uploads/2020/10/ob_bg_kv_pc.jpg) no-repeat center 0;
  background-size: cover;
  height: 54vh;
  padding-top: 8vh;
  min-height: 400px
}

.offerbox .smp1__kv.smp1__pc p {
  width: 25.2%;
  max-width: 242px;
  margin-left: 15%
}

.smp1__desc {
  margin-top: 90px
}

.smp1__button.smp__first {
  margin-top: 90px
}

.smp1__button.smp__last {
  margin-top: 54px
}

.smp1__img {
  width: 100%;
  padding: 90px 0
}

.smp1__recommend {
  background-color: #f3f3f3;
  margin-top: 100px
}

.smp1__title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px
}

.smp1__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.smp1__flex li {
  width: 30%
}

.smp1__flex li .pic {
  width: 100%;
  max-width: 285px;
  margin-bottom: 40px
}

.smp1__flex li p {
  font-weight: 700;
  font-size: 1.2rem
}

.smp1__text {
  font-weight: 700;
  margin-top: 30px;
  font-size: 1.2rem;
  line-height: 1.9;
  text-align: center;
  font-family: 'Yu Gothic', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo
}

.n2-section-smartslider {
  max-width: 960px;
  margin: 0 auto
}

@media print, screen and (min-width:64em) {
  .smp1__sentence {
    margin-top: 42px;
    font-size: 1.6rem
  }
  .smp1__button a {
    background-image: -webkit-gradient(linear, left top, right top, from(#18b7cd), color-stop(50%, #18b7cd), color-stop(50%, #0c93b4), to(#0c93b4));
    background-image: -webkit-linear-gradient(left, #18b7cd 0, #18b7cd 50%, #0c93b4 50%, #0c93b4 100%);
    background-image: linear-gradient(to right, #18b7cd 0, #18b7cd 50%, #0c93b4 50%, #0c93b4 100%);
    background-position: 0 0;
    background-size: 200% auto;
    font-size: 25px;
    font-size: 1.5625rem;
    cursor: pointer
  }
  .smp1__button a:hover {
    background-position: -100% 0
  }
  .smp1__button a .c-arrow.-right {
    top: -.05em
  }
  .smp1__button a.-blue {
    margin-top: -3%;
    background-image: -webkit-gradient(linear, left top, right top, from(#0066a9), color-stop(50%, #0066a9), color-stop(50%, #049cff), to(#049cff));
    background-image: -webkit-linear-gradient(left, #0066a9 0, #0066a9 50%, #049cff 50%, #049cff 100%);
    background-image: linear-gradient(to right, #0066a9 0, #0066a9 50%, #049cff 50%, #049cff 100%)
  }
}

@media only screen and (max-width:63.9375em) {
  .smp1__button a {
    background-color: #18b7cd
  }
  .smp1__button a.-blue {
    margin-top: -3%;
    background-color: #0066a9
  }
}

@media only screen and (max-width:47.9375em) {
  .smp1__sentence {
    margin-top: 24px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.9;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, arial
  }
  .smp1__button {
    margin-top: 36px
  }
  .smp1__button a {
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 10em;
    line-height: 1.4;
    font-size: 4vw;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, arial
  }
  .smp1__pc {
    display: none
  }
  .smp1__sp {
    display: block
  }
  .smp1__desc {
    margin-top: 30px
  }
  .smp1__text {
    font-size: 3.8vw;
    text-align: left;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, arial
  }
  .smp1__button.smp__first, .smp1__button.smp__last {
    margin-top: 30px
  }
  .smp1__recommend {
    margin-top: 45px
  }
  .smp1__img {
    padding: 30px 0
  }
  .smp1__title {
    font-size: 6vw
  }
  .smp1__title.last {
    margin-bottom: 10px
  }
  .smp1__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .smp1__flex li {
    width: 100%;
    margin-bottom: 20px
  }
  .smp1__flex li:last-child {
    margin-bottom: 0
  }
  .smp1__flex li .pic {
    max-width: 180px;
    margin: 0 auto 10px
  }
  .smp1__flex li p {
    font-size: 3.8vw
  }
}

.slider {
  padding: 0;
  margin: 0
}

.smp_slider_img {
  max-width: 100%
}

.slider {
  max-width: 1200px;
  margin: 0 auto
}

.smp1__kv {
  max-width: 960px;
  margin: 0 auto
}

.smp1__center {
  text-align: center
}

.smp1__subtitle {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px
}

.smp1__strong {
  font-size: 2rem;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 10px
}

.smp1__blue {
  color: #087592
}

.smp1__red {
  color: #ff5050
}

.smp1__step {
  margin-bottom: 90px
}

.moveletter .smp1__p {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 24px
}

.moveletter .smp1_pic {
  margin-bottom: 55px
}

.smp1__moveletter .smp1__button {
  margin-bottom: 155px
}

.smp1__row {
  width: 49%
}

@media only screen and (max-width:47.9375em) {
  .smp1__subtitle {
    font-size: 6vw
  }
  .smp1__strong {
    font-size: 5vw
  }
  .moveletter .smp1__p {
    font-size: 3.8vw
  }
  .moveletter .smp1_pic {
    margin-bottom: 20px
  }
  .smp1__step {
    margin-bottom: 30px
  }
  .smp1__moveletter .smp1__button {
    margin-bottom: 30px
  }
  .smp1__row {
    width: 100%
  }
}

#meetup2021 {
  position: relative
}

#meetup2021 .inner {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1vw;
  padding-left: 1vw
}

#meetup2021 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

#meetup2021 img {
  width: 100%
}

#meetup2021 #cv {
  position: absolute;
  bottom: -7vw;
  width: 100%;
  left: 0
}

#meetup2021 #cv a {
  margin: 0 auto;
  max-width: 450px;
  font-size: 1.375rem;
  padding: 10px
}

#meetup2021 #cv.fixed {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, .3);
  padding: 10px 0
}

#meetup2021 h2.title {
  text-align: center;
  font-size: 32px;
  font-weight: 700
}

#meetup2021 .small {
  font-size: 70%
}

#meetup2021 picture {
  display: block
}

#meetup2021 .pc {
  display: block
}

#meetup2021 .sp {
  display: none
}

#meetup2021 .label {
  text-align: center
}

#meetup2021 .label span {
  display: inline-block;
  width: 250px;
  padding: 4px;
  line-height: 1.1;
  color: #fff;
  font-size: 1.4375rem;
  border-radius: 6px;
  margin-bottom: 1vw
}

@media only screen and (max-width:64em) {
  #meetup2021 .label span {
    font-size: 3.8vw;
    width: auto;
    min-width: 170px;
    text-align: center;
    margin-bottom: 3vw
  }
  #meetup2021 .label em {
    font-size: 3vw
  }
}

#meetup2021 .label1 {
  background-color: #54c1e2
}

#meetup2021 .label2 {
  background-color: #2067c0
}

#meetup2021 .label3 {
  background-color: #28880e
}

#meetup2021 .label4 {
  background-color: #c5930c
}

#meetup2021 .label5 {
  background-color: #b55610
}

#meetup2021 #meetup2021_kv {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/meetup/img/bg_kv_pc.png) no-repeat center bottom;
  background-size: cover;
  padding-top: 2vw;
  padding-bottom: 6vw
}

#meetup2021 #meetup2021_kv h1 {
  max-width: 425px;
  margin: 0 auto 30px
}

#meetup2021 #meetup2021_kv ul.flex {
  margin-bottom: 1.5vw
}

#meetup2021 #meetup2021_kv ul.flex li {
  width: 49%;
  background-color: #fff
}

#meetup2021 #meetup2021_kv ul.flex li:first-child {
  border-radius: 0 10px 10px 0;
  text-align: right;
  padding: 2rem 5vw 1rem 1vw
}

#meetup2021 #meetup2021_kv ul.flex li:first-child p {
  float: right
}

#meetup2021 #meetup2021_kv ul.flex li:first-child p span {
  width: 80px;
  left: -3vw
}

#meetup2021 #meetup2021_kv ul.flex li:last-child {
  border-radius: 10px 0 0 10px;
  padding: 2rem 1vw 1rem 5vw
}

#meetup2021 #meetup2021_kv ul.flex li:last-child span {
  left: -2vw
}

#meetup2021 #meetup2021_kv ul.flex li p {
  max-width: 329px;
  position: relative
}

#meetup2021 #meetup2021_kv ul.flex li span {
  width: 100px;
  display: block;
  position: absolute;
  top: -3.5rem
}

#meetup2021 #meetup2021_kv .inner {
  text-align: center;
  color: #fff;
  position: relative
}

#meetup2021 #meetup2021_kv .inner h2 {
  font-size: 32px;
  font-weight: 700;
  text-shadow: 1px 0 10px #618696;
  margin-bottom: 10px
}

#meetup2021 #meetup2021_kv .inner p {
  font-size: 14px
}

#meetup2021 #meetup2021_program {
  padding-top: 8vw
}

#meetup2021 #meetup2021_program h2.title {
  margin-bottom: 3vw
}

#meetup2021 #meetup2021_program ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 2vw
}

#meetup2021 #meetup2021_program ul li {
  width: 30%;
  padding: 1vw;
  margin-right: 2vw;
  margin-bottom: 4vw;
  border-width: 20px 3px 3px;
  border-style: solid;
  border-radius: 8px
}

#meetup2021 #meetup2021_program ul li img {
  display: block;
  margin: 0 auto .5vw
}

#meetup2021 #meetup2021_program ul li.p1 {
  border-color: #2067c0
}

#meetup2021 #meetup2021_program ul li.p1 img {
  margin-top: 2.2vw;
  max-width: 178px
}

#meetup2021 #meetup2021_program ul li.p1 .title {
  color: #2067c0
}

#meetup2021 #meetup2021_program ul li.p2 {
  border-color: #c5930c
}

#meetup2021 #meetup2021_program ul li.p2 img {
  max-width: 218px
}

#meetup2021 #meetup2021_program ul li.p2 .title {
  color: #c5930c
}

#meetup2021 #meetup2021_program ul li.p3 {
  border-color: #54c1e2;
  margin-right: 0
}

#meetup2021 #meetup2021_program ul li.p3 img {
  max-width: 223px
}

#meetup2021 #meetup2021_program ul li.p3 .title {
  color: #54c1e2
}

#meetup2021 #meetup2021_program ul li.p4 {
  border-color: #28880e
}

#meetup2021 #meetup2021_program ul li.p4 img {
  max-width: 178px
}

#meetup2021 #meetup2021_program ul li.p4 .title {
  color: #28880e
}

#meetup2021 #meetup2021_program ul li.p5 {
  border-color: #b55610;
  margin-right: 0
}

#meetup2021 #meetup2021_program ul li.p5 img {
  max-width: 296px;
  margin-bottom: 1.8vw
}

#meetup2021 #meetup2021_program ul li.p5 .title {
  color: #b55610
}

#meetup2021 #meetup2021_program ul li .title {
  text-align: center;
  margin-bottom: 1vw;
  font-size: 1.8125rem;
  line-height: 1.3;
  font-weight: 700
}

#meetup2021 #meetup2021_program ul li .title span {
  display: block
}

#meetup2021 #meetup2021_program ul li .text {
  font-size: 14px;
  line-height: 1.3
}

#meetup2021 #meetup2021_schedule {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/meetup/img/bg01_pc.png) no-repeat center 0, url(https://sonar-ats.jp/wp-content/themes/indx/common/img/meetup/img/bg02_pc.png) no-repeat center bottom #f5f7f8;
  background-size: 100%;
  padding-top: 10vw;
  padding-bottom: 10vw;
  margin-bottom: -1px
}

#meetup2021 #meetup2021_schedule h2.title {
  margin-bottom: 1vw
}

#meetup2021 #meetup2021_schedule header p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.5vw
}

#meetup2021 #meetup2021_schedule .flex .row {
  width: 49%;
  border: 3px solid #147896;
  border-radius: 1rem
}

#meetup2021 #meetup2021_schedule .date {
  background-color: #147896;
  border-radius: .7rem .7rem 0 0;
  position: relative;
  padding: 3vw 1vw 2vw
}

#meetup2021 #meetup2021_schedule .date span {
  display: block;
  max-width: 127px;
  position: absolute;
  top: -2rem;
  left: 2vw
}

#meetup2021 #meetup2021_schedule .date p {
  max-width: 483px;
  margin: 0 auto
}

#meetup2021 #meetup2021_schedule .timeline {
  border-bottom: 1px dotted #909090;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 5%;
  min-height: 460px;
  background-color: #fff;
  position: relative
}

#meetup2021 #meetup2021_schedule .timeline a {
  display: block;
  color: #333
}

#meetup2021 #meetup2021_schedule .timeline a:hover {
  opacity: .3;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition: .2s;
  transition: .2s
}

#meetup2021 #meetup2021_schedule .timeline.last {
  min-height: 290px;
  border-bottom: 0;
  border-radius: 0 0 .7rem .7rem
}

#meetup2021 #meetup2021_schedule .timeline .title {
  font-size: 1.4rem;
  margin-bottom: 2vw;
  text-align: center;
  font-weight: 700;
  line-height: 1.3
}

#meetup2021 #meetup2021_schedule .timeline .title em {
  font-size: 50%;
  font-style: normal;
  font-weight: 700
}

#meetup2021 #meetup2021_schedule .timeline .title .small {
  font-size: 60%
}

#meetup2021 #meetup2021_schedule .timeline .logo {
  display: block;
  margin: 0 auto 2vw
}

#meetup2021 #meetup2021_schedule .timeline .logo1 {
  max-width: 226px
}

#meetup2021 #meetup2021_schedule .timeline .logo2 {
  max-width: 116px
}

#meetup2021 #meetup2021_schedule .timeline .logo3 {
  max-width: 398px
}

#meetup2021 #meetup2021_schedule .timeline .logo4 {
  max-width: 209px
}

#meetup2021 #meetup2021_schedule .timeline .logo5 {
  max-width: 196px
}

#meetup2021 #meetup2021_schedule .timeline .logo6 {
  max-width: 226px
}

#meetup2021 #meetup2021_schedule .timeline .text {
  font-size: 16px;
  line-height: 1.4;
  text-align: center
}

#meetup2021 #meetup2021_schedule .left .timeline:before {
  content: '';
  display: block;
  max-width: 130px;
  max-height: 130px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: -14%;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: cover
}

#meetup2021 #meetup2021_schedule .line1:before {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/meetup/img/schedule_time01.png) no-repeat 0 0
}

#meetup2021 #meetup2021_schedule .line2:before {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/meetup/img/schedule_time02.png) no-repeat 0 0
}

#meetup2021 #meetup2021_schedule .line3:before {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/meetup/img/schedule_time03.png) no-repeat 0 0
}

#meetup2021 #meetup2021_schedule .line4:before {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/meetup/img/schedule_time04.png) no-repeat 0 0
}

#meetup2021 #meetup2021_schedule .line5:before {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/meetup/img/schedule_time05.png) no-repeat 0 0
}

#meetup2021 #meetup2021_present {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/meetup/img/bg03_pc.png) no-repeat center bottom #147896;
  background-size: 100%;
  padding-top: 6vw;
  padding-bottom: 8vw;
  color: #fff;
  text-align: center;
  margin-bottom: -1px
}

#meetup2021 #meetup2021_present h2.title {
  margin-bottom: 1.5vw
}

#meetup2021 #meetup2021_present .text {
  margin-bottom: 2vw;
  font-size: 16px;
  font-weight: 700
}

#meetup2021 #meetup2021_present .picture {
  max-width: 778px;
  margin: 0 auto
}

#meetup2021 #meetup2021_present .picture img {
  display: block;
  margin-left: 3vw
}

#meetup2021 #meetup2021_overview {
  background-color: #f5f7f8;
  padding-top: 8vw;
  padding-bottom: 8vw
}

#meetup2021 #meetup2021_overview h2.title {
  margin-bottom: 2.5vw
}

#meetup2021 #meetup2021_overview dl {
  max-width: 1050px;
  font-size: 2rem;
  font-weight: 700
}

#meetup2021 #meetup2021_overview dl dt {
  width: 16%;
  text-align: right
}

#meetup2021 #meetup2021_overview dl dd {
  width: 80%;
  border-left: 7px solid #909090;
  line-height: 1.4;
  margin-bottom: 2vw;
  padding-left: 2vw
}

#meetup2021 #meetup2021_overview dl dd .space {
  margin-right: 3vw
}

#meetup2021 #meetup2021_form {
  padding-top: 8vw
}

#meetup2021 #meetup2021_form .inner {
  max-width: 700px
}

#meetup2021 #meetup2021_form header {
  text-align: center;
  margin-bottom: 2vw
}

#meetup2021 #meetup2021_form .logo {
  max-width: 388px;
  margin: 0 auto 2vw
}

#meetup2021 #meetup2021_form .title {
  font-size: 32px;
  color: #147896;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.5vw
}

#meetup2021 #meetup2021_form .text {
  font-size: 1.25rem
}

#meetup2021 #meetup2021_form .small {
  font-size: 1rem
}

#meetup2021 #meetup2021_form iframe {
  width: 100%;
  border: 0
}

#meetup2021 #meetup2021_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, .7)
}

#meetup2021 #meetup2021_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow: scroll;
  width: 100%;
  height: 100%;
  display: none
}

#meetup2021 #meetup2021_modal .meetup2021_wrap {
  width: 70%;
  background-color: #fff;
  margin: 5vw auto;
  border: 30px solid #999;
  padding: 3vw 3vw 0;
  position: relative
}

#meetup2021 #meetup2021_modal #close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  max-width: 70px
}

#meetup2021 #meetup2021_modal .modal {
  display: none
}

#meetup2021 #meetup2021_modal .flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 100%
}

#meetup2021 #meetup2021_modal header {
  margin-bottom: 1.5vw
}

#meetup2021 #meetup2021_modal header .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1vw
}

#meetup2021 #meetup2021_modal header .flex .time {
  width: 18%;
  max-width: 130px
}

#meetup2021 #meetup2021_modal header .flex .label {
  text-align: left
}

#meetup2021 #meetup2021_modal header .flex .label span {
  text-align: center
}

#meetup2021 #meetup2021_modal header .flex .headline {
  width: 78%;
  margin-left: 2vw
}

#meetup2021 #meetup2021_modal header .flex .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3
}

#meetup2021 #meetup2021_modal header .flex .title em {
  font-size: 50%;
  font-style: normal;
  font-weight: 700
}

#meetup2021 #meetup2021_modal header .flex .title .small {
  font-size: 60%
}

#meetup2021 #meetup2021_modal header .text {
  font-size: 14px
}

#meetup2021 #meetup2021_modal article .title {
  font-size: .9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2vw
}

#meetup2021 #meetup2021_modal article .title:after, #meetup2021 #meetup2021_modal article .title:before {
  content: '';
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #999
}

#meetup2021 #meetup2021_modal article .title:before {
  margin-right: 1rem
}

#meetup2021 #meetup2021_modal article .title:after {
  margin-left: 1rem
}

#meetup2021 #meetup2021_modal article .flex {
  padding-bottom: 2vw;
  position: relative
}

#meetup2021 #meetup2021_modal article .flex .pic {
  width: 29%
}

#meetup2021 #meetup2021_modal article .flex .profile {
  width: 67%;
  margin-left: 4%
}

#meetup2021 #meetup2021_modal article .flex .business-title {
  font-size: 12px
}

#meetup2021 #meetup2021_modal article .flex .name {
  font-size: 32px
}

#meetup2021 #meetup2021_modal article .flex .career {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 14px
}

#meetup2021 #meetup2021_modal article .flex .logo {
  max-width: 150px;
  position: absolute;
  top: 0;
  right: 2vw
}

@media only screen and (max-width:64em) {
  #meetup2021 #cv {
    bottom: -19vw;
    padding: 0 4vw
  }
  #meetup2021 #cv a {
    max-width: none;
    font-size: 6vw;
    line-height: 1;
    padding: 5vw 0
  }
  #meetup2021 #cv.fixed {
    padding: 10px 20vw
  }
  #meetup2021 #cv.fixed a {
    font-size: 4vw
  }
  #meetup2021 .inner {
    padding-left: 3vw;
    padding-right: 3vw
  }
  #meetup2021 h2.title {
    font-size: 6vw
  }
  #meetup2021 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  #meetup2021 .pc {
    display: none
  }
  #meetup2021 .sp {
    display: block
  }
  #meetup2021 #meetup2021_kv {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/meetup/img/bg_kv_sp.png) no-repeat center bottom;
    background-size: cover;
    padding-top: 6vw;
    padding-bottom: 18vw
  }
  #meetup2021 #meetup2021_kv h1 {
    max-width: 220px;
    margin-bottom: 20px
  }
  #meetup2021 #meetup2021_kv ul.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 3vw
  }
  #meetup2021 #meetup2021_kv ul.flex li span {
    top: -2rem
  }
  #meetup2021 #meetup2021_kv ul.flex li:first-child {
    padding: 1rem 7vw .75rem 1vw
  }
  #meetup2021 #meetup2021_kv ul.flex li:first-child p span {
    width: 50px
  }
  #meetup2021 #meetup2021_kv ul.flex li:last-child {
    padding: 1rem 1vw .75rem 7vw
  }
  #meetup2021 #meetup2021_kv ul.flex li:last-child span {
    width: 63px
  }
  #meetup2021 #meetup2021_kv ul.flex li p picture img {
    max-width: 132px;
    display: block
  }
  #meetup2021 #meetup2021_kv .inner h2 {
    font-size: 6vw
  }
  #meetup2021 #meetup2021_kv .inner p {
    font-size: 10px;
    text-align: left
  }
  #meetup2021 #meetup2021_program {
    padding-top: 16vw
  }
  #meetup2021 #meetup2021_program ul {
    padding-bottom: 5vw
  }
  #meetup2021 #meetup2021_program ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4vw 3vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  #meetup2021 #meetup2021_program ul li .picture {
    width: 30%
  }
  #meetup2021 #meetup2021_program ul li .row {
    width: 67%
  }
  #meetup2021 #meetup2021_program ul li .title {
    font-size: 4.2vw;
    margin-bottom: 3vw
  }
  #meetup2021 #meetup2021_program ul li .text {
    font-size: 11px
  }
  #meetup2021 #meetup2021_schedule {
    padding-top: 16vw;
    padding-bottom: 16vw
  }
  #meetup2021 #meetup2021_schedule header p {
    font-size: 11px;
    margin-bottom: 7vw
  }
  #meetup2021 #meetup2021_schedule .flex .row {
    width: 100%
  }
  #meetup2021 #meetup2021_schedule .date {
    padding: 5vw 1vw 3vw
  }
  #meetup2021 #meetup2021_schedule .date span {
    width: 63px;
    top: -1rem;
    left: 5vw
  }
  #meetup2021 #meetup2021_schedule .date p {
    max-width: 245px
  }
  #meetup2021 #meetup2021_schedule .header {
    font-size: 3.8vw
  }
  #meetup2021 #meetup2021_schedule .timeline {
    min-height: auto;
    padding: 12vw 3vw 10vw 8vw
  }
  #meetup2021 #meetup2021_schedule .timeline.last {
    min-height: auto
  }
  #meetup2021 #meetup2021_schedule .timeline .title {
    font-size: 4.5vw;
    margin-bottom: 5vw
  }
  #meetup2021 #meetup2021_schedule .timeline .text {
    font-size: 3.5vw
  }
  #meetup2021 #meetup2021_schedule .timeline .logo1 {
    max-width: 113px
  }
  #meetup2021 #meetup2021_schedule .timeline .logo2 {
    max-width: 58px
  }
  #meetup2021 #meetup2021_schedule .timeline .logo3 {
    max-width: 199px
  }
  #meetup2021 #meetup2021_schedule .timeline .logo4 {
    max-width: 105px
  }
  #meetup2021 #meetup2021_schedule .timeline .logo5 {
    max-width: 98px
  }
  #meetup2021 #meetup2021_schedule .timeline .logo6 {
    max-width: 113px
  }
  #meetup2021 #meetup2021_schedule .left {
    margin-bottom: 10vw
  }
  #meetup2021 #meetup2021_schedule .left .timeline:before, #meetup2021 #meetup2021_schedule .right .timeline:before {
    content: '';
    display: block;
    max-width: 65px;
    max-height: 65px;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    right: auto;
    left: 2vw;
    top: 2vw;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  #meetup2021 #meetup2021_present {
    padding-top: 10vw;
    padding-bottom: 8vw
  }
  #meetup2021 #meetup2021_present h2.title {
    margin-bottom: 3vw
  }
  #meetup2021 #meetup2021_present .text {
    font-size: 11px;
    text-align: left;
    margin-bottom: 5vw
  }
  #meetup2021 #meetup2021_present .picture {
    max-width: 318px
  }
  #meetup2021 #meetup2021_overview {
    padding-top: 10vw;
    padding-bottom: 10vw
  }
  #meetup2021 #meetup2021_overview h2.title {
    margin-bottom: 4vw
  }
  #meetup2021 #meetup2021_overview dl {
    font-size: 3.8vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  #meetup2021 #meetup2021_overview dl dt {
    width: 17%
  }
  #meetup2021 #meetup2021_overview dl dd {
    border-left-width: 3px;
    margin-bottom: 4vw
  }
  #meetup2021 #meetup2021_form .logo {
    max-width: 215px
  }
  #meetup2021 #meetup2021_form .title {
    font-size: 6vw
  }
  #meetup2021 #meetup2021_form .text {
    font-size: 3.2vw;
    margin-bottom: 2vw
  }
  #meetup2021 #meetup2021_form .small {
    font-size: 3vw;
    text-align: left
  }
  #meetup2021 #meetup2021_modal .meetup2021_wrap {
    width: 100%;
    margin: 13vw auto 0;
    border: 5px solid #999
  }
  #meetup2021 #meetup2021_modal #close {
    width: 50px
  }
  #meetup2021 #meetup2021_modal header .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  #meetup2021 #meetup2021_modal header .flex .time {
    width: 14%
  }
  #meetup2021 #meetup2021_modal header .flex .headline {
    width: 82%
  }
  #meetup2021 #meetup2021_modal header .flex .title {
    font-size: 5vw
  }
  #meetup2021 #meetup2021_modal header .text {
    font-size: 3.8vw
  }
  #meetup2021 #meetup2021_modal article .title {
    font-size: 3vw;
    margin-bottom: 5vw
  }
  #meetup2021 #meetup2021_modal article .flex {
    padding-top: 8vw;
    padding-bottom: 5vw
  }
  #meetup2021 #meetup2021_modal article .flex .pic {
    margin: 0 auto
  }
  #meetup2021 #meetup2021_modal article .flex .profile {
    width: 100%;
    margin-left: 0
  }
  #meetup2021 #meetup2021_modal article .flex .business-title {
    text-align: center;
    font-size: 3vw;
    margin-bottom: 2vw
  }
  #meetup2021 #meetup2021_modal article .flex .name {
    text-align: center;
    font-size: 7vw;
    margin-bottom: 2vw
  }
  #meetup2021 #meetup2021_modal article .flex .career {
    font-size: 3.8vw
  }
  #meetup2021 #meetup2021_modal article .flex .logo {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
  #meetup2021 #meetup2021_modal #modal2 .logo {
    max-width: 113px
  }
  #meetup2021 #meetup2021_modal #modal2 article .flex {
    padding-top: 21vw
  }
  #meetup2021 #meetup2021_modal #modal3 .logo {
    max-width: 58px
  }
  #meetup2021 #meetup2021_modal #modal4 article .flex, #meetup2021 #meetup2021_modal #modal5 article .flex {
    padding-top: 13vw
  }
  #meetup2021 #meetup2021_modal #modal6 article .flex {
    padding-top: 0
  }
  #meetup2021 #meetup2021_modal #modal7 .logo {
    max-width: 98px
  }
}

@media only screen and (min-width:47.9375em) and (max-width:64em) {
  #meetup2021 #meetup2021_kv h1 {
    max-width: 90%;
    margin-bottom: 40px
  }
  #meetup2021 #meetup2021_kv ul.flex li:first-child {
    padding: 2rem 7vw 1.5rem 1vw
  }
  #meetup2021 #meetup2021_kv ul.flex li:first-child span {
    width: 101px;
    top: -4.5rem
  }
  #meetup2021 #meetup2021_kv ul.flex li:last-child {
    padding: 2rem 1vw 1.5rem 7vw
  }
  #meetup2021 #meetup2021_kv ul.flex li:last-child span {
    width: 127px;
    top: -4.5rem
  }
  #meetup2021 #meetup2021_kv ul.flex li p picture img {
    max-width: 264px
  }
  #meetup2021 #meetup2021_schedule .date span {
    width: 123px
  }
  #meetup2021 #meetup2021_schedule .left .timeline:before, #meetup2021 #meetup2021_schedule .right .timeline:before {
    max-width: 130px;
    max-height: 130px
  }
  #meetup2021 #meetup2021_schedule .left .timeline.line5:before {
    top: 20%
  }
  #meetup2021 #meetup2021_present .picture {
    max-width: 57%
  }
  #meetup2021 #meetup2021_present .picture img {
    margin-left: 0
  }
  #meetup2021 #meetup2021_form .title {
    font-size: 4vw
  }
}

.c-column__img.-isms_mark {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff
}

@media only screen and (max-width:47.9375em) {
  .c-column__img.-isms_mark {
    border-radius: 10px
  }
}

@media print, screen and (min-width:48em) {
  .c-column__img.-isms_mark {
    border-radius: 20px
  }
}

.p-isms-table {
  position: relative
}

@media only screen and (max-width:47.9375em) {
  .p-isms-table {
    padding-top: 30px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-isms-table:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    content: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/img_scroll_01.svg)
  }
}

.p-isms-table__balloon {
  position: absolute;
  z-index: 1;
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/img/bg_balloon.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  font-weight: 600;
  line-height: 1.4;
  color: #fff
}

@media only screen and (max-width:47.9375em) {
  .p-isms-table__balloon {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-isms-table__balloon {
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo
  }
}

@media only screen and (max-width:63.9375em) {
  .p-isms-table__balloon {
    display: none
  }
}

@media print, screen and (min-width:64em) {
  .p-isms-table__balloon {
    top: -63px;
    right: -20px;
    width: 139px;
    height: 116px;
    padding-top: 36px;
    font-size: 15px;
    font-size: .9375rem;
    text-align: center
  }
}

@media print, screen and (min-width:75em) {
  .p-isms-table__balloon {
    right: -59px
  }
}

.p-isms-table__balloon span {
  color: #fdfe00;
  margin-left: 2px;
  font-size: 20px;
  font-size: 1.25rem
}

.p-isms-table__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow-x: auto
}

.p-isms-table__inner:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border: solid 1px #ddd;
  border-radius: 20px;
  content: ''
}

@media only screen and (min-width:20em) {
  .p-isms-table__inner:before {
    width: 600px
  }
}

@media only screen and (min-width:37.4375em) {
  .p-isms-table__inner:before {
    width: 750px
  }
}

@media print, screen and (min-width:48em) {
  .p-isms-table__inner:before {
    width: 100%
  }
}

.p-isms-table__inner table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  border-radius: 20px
}

@media only screen and (min-width:20em) {
  .p-isms-table__inner table {
    min-width: 600px
  }
}

@media only screen and (min-width:37.4375em) {
  .p-isms-table__inner table {
    min-width: 750px
  }
}

@media print, screen and (min-width:48em) {
  .p-isms-table__inner table {
    min-width: auto
  }
}

.p-isms-table__inner td, .p-isms-table__inner th {
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #ddd
}

.p-isms-table__inner th {
  font-weight: 600;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-isms-table__inner th {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-isms-table__inner th {
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo
  }
}

.p-isms-table__firstline td, .p-isms-table__firstline th {
  background-color: #e7ebee
}

@media only screen and (max-width:47.9375em) {
  .p-isms-table__firstline td, .p-isms-table__firstline th {
    padding-top: 28px;
    padding-bottom: 26px;
    padding-left: 34px;
    padding-right: 34px
  }
}

@media print, screen and (min-width:48em) {
  .p-isms-table__firstline td, .p-isms-table__firstline th {
    padding-top: 34px;
    padding-bottom: 36px;
    padding-left: 34px;
    padding-right: 34px
  }
}

.p-isms-table__head {
  font-weight: 600;
  line-height: 1.4;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-isms-table__head {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-isms-table__head {
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-isms-table__head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-isms-table__head {
    font-size: 22px;
    font-size: 1.375rem
  }
}

.p-isms-table__sub {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-isms-table__sub {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-isms-table__sub {
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-isms-table__sub {
    margin-top: 4px;
    font-size: 13px;
    font-size: .8125rem
  }
}

@media print, screen and (min-width:48em) {
  .p-isms-table__sub {
    margin-top: 9px;
    font-size: 16px;
    font-size: 1rem
  }
}

.p-isms-table__headline th {
  background-color: #f5f7f8;
  font-weight: 600;
  line-height: 1.4;
  color: #147896;
  text-align: center
}

@media only screen and (max-width:47.9375em) {
  .p-isms-table__headline th {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-isms-table__headline th {
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-isms-table__headline th {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    font-size: .75rem
  }
}

@media print, screen and (min-width:48em) {
  .p-isms-table__headline th {
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 16px;
    font-size: 1rem
  }
}

.p-isms-table__isms {
  font-weight: 600;
  line-height: 1.4;
  font-weight: 400;
  text-align: left
}

@media only screen and (max-width:47.9375em) {
  .p-isms-table__isms {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-isms-table__isms {
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-isms-table__isms {
    padding-top: 8px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 11px;
    font-size: .6875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-isms-table__isms {
    padding-top: 19px;
    padding-bottom: 15px;
    font-size: 16px;
    font-size: 1rem;
    padding-left: 20px;
    padding-right: 10px
  }
}

#section-06+.c-section-35 ol {
  margin-top: 10px;
  margin-left: 1rem
}

#section-06+.c-section-35 ol li {
  margin-bottom: 10px;
  list-style: upper-roman
}

@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }
  60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
}

@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }
  60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
}

#switch_sonarats .pc {
  display: block
}

#switch_sonarats .sp {
  display: none
}

#switch_sonarats .center {
  text-align: center
}

#switch_sonarats h2, #switch_sonarats h3 {
  font-weight: 700
}

#switch_sonarats img {
  width: 100%;
  max-width: 100%
}

#switch_sonarats .cv {
  width: 100%
}

#switch_sonarats .cv p {
  position: relative;
  max-width: 700px;
  width: 48.6111%;
  margin: 0 auto
}

#switch_sonarats .cv p span.pop {
  max-width: 312px;
  width: 45%;
  position: absolute;
  top: -170px;
  right: -10vw;
  z-index: 1;
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

#switch_sonarats .cv p a {
  display: block;
  color: #fff;
  background-color: #fc7716;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  font-size: 1.75rem;
  font-weight: 700
}

#switch_sonarats .cv p a:hover {
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s
}

#switch_sonarats .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

#switch_sonarats .flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

#switch_sonarats .small {
  font-size: .7rem
}

#switch_sonarats #kv {
  position: relative;
  width: 100%;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/campaign_swich/kv_pc.png) no-repeat center 0;
  background-size: cover
}

#switch_sonarats #kv picture {
  display: block;
  max-width: 516px;
  width: 35.8333%;
  margin-left: auto;
  margin-right: 50vw
}

#switch_sonarats #kv .cv {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1
}

#switch_sonarats #scroll {
  width: 100%;
  height: 242px;
  margin: 10px 0 0;
  position: relative;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/campaign_swich/comany_logo_pc.png) repeat-x 0 0;
  background-size: auto 100%;
  -webkit-animation: loop 90s linear infinite;
  animation: loop 90s linear infinite
}

@-webkit-keyframes loop {
  from {
    background-position: 0 0
  }
  to {
    background-position: -1440px 0
  }
}

@keyframes loop {
  from {
    background-position: 0 0
  }
  to {
    background-position: -1440px 0
  }
}

#switch_sonarats #about {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/campaign_swich/bg01_pc.png) no-repeat 0 bottom #147896;
  background-size: 100%;
  color: #fff;
  padding: 6vw 0 13vw;
  margin-bottom: -1px
}

#switch_sonarats #about .header {
  max-width: 1200px;
  padding: 0 2vw;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 4vw
}

@media only screen and (max-width:64em) {
  #switch_sonarats #about .header {
    max-width: none
  }
}

#switch_sonarats #about .header h2 {
  font-size: 3.75rem;
  margin-bottom: 2vw
}

#switch_sonarats #about .header p {
  font-size: 1.5rem;
  margin-bottom: 2vw;
  font-weight: 700
}

#switch_sonarats #about .step {
  margin-bottom: 4vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#switch_sonarats #about .step.reverse {
  padding-left: 0
}

#switch_sonarats #about .step.reverse header.flex {
  padding-left: 2vw
}

#switch_sonarats #about .step.reverse .text {
  padding-left: 5vw
}

#switch_sonarats #about .step header.flex {
  padding-left: 11vw;
  border-bottom: 2px solid #b1d2dc;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 10px
}

#switch_sonarats #about .step header.flex h3 {
  font-size: 2.0625rem;
  color: #fdfe00;
  padding-left: 1.5vw
}

#switch_sonarats #about .step header.flex span {
  width: 19.4%;
  max-width: 159px
}

#switch_sonarats #about .step .article {
  width: 74.2362%
}

#switch_sonarats #about .step .pic {
  width: 25.7638%
}

#switch_sonarats #about .text {
  padding-left: 14vw;
  padding-right: 2vw
}

#switch_sonarats #about .chart {
  max-width: 1200px;
  margin: 0 auto 14vw
}

#switch_sonarats #feature {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/campaign_swich/bg02_pc.png) no-repeat 0 bottom #f5f7f8;
  background-size: 100%;
  padding: 4vw 0 13vw;
  margin-bottom: -1px
}

#switch_sonarats #feature header {
  text-align: center;
  margin-bottom: 6vw
}

#switch_sonarats #feature header h2 {
  font-size: 3.75rem;
  margin-bottom: 2vw;
  color: #147896
}

#switch_sonarats #feature header p {
  font-size: 1.375rem;
  font-weight: 700
}

#switch_sonarats #feature .block {
  max-width: 1200px;
  margin: 0 auto 5vw;
  border: 7px solid #ccc;
  padding: 4vw 2vw 4vw 21vw;
  position: relative
}

#switch_sonarats #feature .block.f1 {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/campaign_swich/icon01.png) no-repeat 2vw center #fff
}

#switch_sonarats #feature .block.f2 {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/campaign_swich/icon02.png) no-repeat 2vw center #fff
}

#switch_sonarats #feature .block.f3 {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/campaign_swich/icon03.png) no-repeat 2vw center #fff
}

#switch_sonarats #feature .block.f4 {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/campaign_swich/icon04.png) no-repeat 2vw center #fff
}

#switch_sonarats #feature .block:before {
  content: '';
  display: block;
  width: 10px;
  height: 40px;
  background-color: #147896;
  position: absolute;
  top: -15px;
  left: 2vw
}

#switch_sonarats #feature .block.f4 {
  margin-bottom: 14vw
}

#switch_sonarats #feature .block h3 {
  font-size: 1.9rem;
  margin-bottom: 2vw;
  position: relative
}

#switch_sonarats #feature .block h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0, #fdfe00));
  background: -webkit-linear-gradient(transparent 70%, #fdfe00 0);
  background: linear-gradient(transparent 70%, #fdfe00 0);
  display: inline
}

#switch_sonarats #feature .block p {
  font-size: 1.125rem
}

#switch_sonarats #feature .small {
  max-width: 1200px;
  width: 83.333%;
  margin: 2vw auto 0
}

#switch_sonarats #flow {
  padding: 4vw 0 6vw
}

#switch_sonarats #flow header {
  text-align: center;
  margin-bottom: 6vw
}

#switch_sonarats #flow header h2 {
  font-size: 3.75rem;
  margin-bottom: 2vw;
  color: #147896
}

#switch_sonarats #flow header p {
  font-size: 1.375rem;
  font-weight: 700
}

#switch_sonarats #flow ol {
  max-width: 1100px;
  margin: 0 auto
}

#switch_sonarats #flow ol li {
  background-color: #e4e3e3;
  border-radius: 16px;
  margin-bottom: 6vw;
  padding: 2vw 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative
}

#switch_sonarats #flow ol li:before {
  display: block;
  position: absolute;
  width: 64px;
  line-height: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #126c87;
  color: #fff;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700
}

#switch_sonarats #flow ol li:after {
  content: '';
  display: block;
  width: 19px;
  height: 62px;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/campaign_swich/arrow01_pc.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

#switch_sonarats #flow ol li:nth-child(1):before {
  content: '1'
}

#switch_sonarats #flow ol li:nth-child(2):before {
  content: '2'
}

#switch_sonarats #flow ol li:nth-child(3):before {
  content: '3'
}

#switch_sonarats #flow ol li:nth-child(4):before {
  content: '4'
}

#switch_sonarats #flow ol li:nth-child(5):before {
  content: '5'
}

#switch_sonarats #flow ol li .title {
  width: 35%;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
  border-right: 1px solid #ccc;
  text-align: center;
  padding-left: 4vw
}

#switch_sonarats #flow ol li .text {
  width: 65%;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 2vw
}

#switch_sonarats #flow .word {
  font-size: 1.625rem;
  background-color: #e7eff1;
  border: 6px solid #069;
  text-align: center;
  border-radius: 10em;
  width: 50%;
  margin: 0 auto 10px;
  color: #069;
  font-weight: 700;
  line-height: 1.4;
  padding: 20px 2vw
}

#switch_sonarats #flow .case {
  max-width: 1200px;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/campaign_swich/arrow02_pc.png) no-repeat center 0;
  background-size: 100%;
  padding-top: 12vw;
  margin: 0 auto 15vw
}

#switch_sonarats #flow .case .row {
  max-width: 360px;
  width: 30%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  padding: 1.45vw;
  text-align: center;
  border-radius: 16px
}

#switch_sonarats #flow .case .name {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 10px 0
}

#switch_sonarats #flow .case .pop {
  background-color: #126c87;
  color: #fff;
  text-align: center;
  border-radius: 10em;
  line-height: 1.4;
  padding: 10px 0;
  font-size: .9rem;
  position: relative;
  margin-bottom: 15px
}

#switch_sonarats #flow .case .pop:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #126c87 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

#switch_sonarats #flow .case .title {
  font-size: 1.375rem;
  font-weight: 700
}

#switch_sonarats #flow .case .num {
  max-width: 292px;
  margin: 0 auto
}

#switch_sonarats #form {
  background-color: #f5f7f8;
  padding: 5vw 0
}

#switch_sonarats #form header {
  max-width: 900px;
  margin: 0 auto;
  text-align: center
}

#switch_sonarats #form header .logo {
  max-width: 388px;
  width: 43.111%;
  margin: 0 auto 2vw
}

#switch_sonarats #form header .title {
  font-size: 2.5rem;
  color: #147896;
  font-weight: 700;
  margin-bottom: 3vw
}

#switch_sonarats #form .box {
  max-width: 900px;
  width: 75%;
  background-color: #fff;
  margin: 0 auto;
  padding: 2vw 0
}

#switch_sonarats #form .box .annotation, #switch_sonarats #form .box .flex {
  width: 83%;
  max-width: 750px;
  margin: 0 auto
}

#switch_sonarats #form .box .word {
  width: 70%
}

#switch_sonarats #form .box .word .text {
  font-size: 1.25rem;
  font-weight: 700
}

#switch_sonarats #form .box .word .title {
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.4
}

#switch_sonarats #form .box .word .title span {
  color: #147896
}

#switch_sonarats #form .box .card {
  width: 30%
}

#switch_sonarats #form .box .annotation {
  margin-top: 10px;
  font-weight: 700
}

#switch_sonarats #form .box .annotation span {
  font-weight: 400
}

#switch_sonarats #form iframe {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  border: 0;
  display: block
}

@media only screen and (min-width:64.1em) and (max-width:1200px) {
  #switch_sonarats #about .chart, #switch_sonarats #feature .block, #switch_sonarats #flow .case, #switch_sonarats #flow ol {
    margin-left: 2vw;
    margin-right: 2vw
  }
}

@media only screen and (max-width:64em) {
  #switch_sonarats .pc {
    display: none
  }
  #switch_sonarats .sp {
    display: block
  }
  #switch_sonarats .small {
    font-size: 3vw
  }
  #switch_sonarats .cv {
    width: 100%
  }
  #switch_sonarats .cv p {
    width: 90%
  }
  #switch_sonarats .cv p span.pop {
    width: 50%;
    top: -25vw;
    right: -3vw
  }
  #switch_sonarats .cv p a {
    border-radius: 6px;
    width: 100%;
    padding: 5vw 0;
    font-size: 4vw;
    font-weight: 700
  }
  #switch_sonarats #kv {
    width: 100%;
    background: 0 0;
    padding-left: 0
  }
  #switch_sonarats #kv picture {
    max-width: 100%;
    width: 100%
  }
  #switch_sonarats #kv .cv {
    bottom: -32px
  }
  #switch_sonarats #scroll {
    background-size: 400%;
    height: 0;
    padding-top: calc(968 / 3160 * 100%);
    margin: 40px 0 0
  }
  #switch_sonarats #about .header {
    padding: 0 4vw 6vw
  }
  #switch_sonarats #about .header h2 {
    font-size: 6vw;
    margin-bottom: 4vw
  }
  #switch_sonarats #about .header p {
    font-size: 3.8vw;
    text-align: left;
    margin-bottom: 4vw
  }
  #switch_sonarats #about .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  #switch_sonarats #about .step.reverse {
    padding-left: 0
  }
  #switch_sonarats #about .step.reverse header.flex {
    padding-left: 2vw
  }
  #switch_sonarats #about .step.reverse .text {
    padding-left: 5vw
  }
  #switch_sonarats #about .step header.flex {
    padding-left: 2vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-width: 1px
  }
  #switch_sonarats #about .step header.flex h3 {
    width: 82%;
    font-size: 5vw;
    padding-left: 0
  }
  #switch_sonarats #about .step header.flex span {
    width: 15%;
    max-width: 159px
  }
  #switch_sonarats #about .step .article {
    width: 100%
  }
  #switch_sonarats #about .step .pic {
    width: 92%;
    margin: 0 auto
  }
  #switch_sonarats #about .text {
    font-size: 3.8vw;
    padding-left: 4vw;
    padding-right: 4vw
  }
  #switch_sonarats #about .chart {
    width: 92%;
    margin: 0 auto 25vw
  }
  #switch_sonarats #feature {
    padding-top: 8vw
  }
  #switch_sonarats #feature header {
    padding-left: 4vw;
    padding-right: 4vw
  }
  #switch_sonarats #feature header h2 {
    font-size: 6vw;
    margin-bottom: 4vw
  }
  #switch_sonarats #feature header p {
    font-size: 3.8vw;
    text-align: left
  }
  #switch_sonarats #feature .block {
    width: 92%;
    border-width: 3px;
    padding: 6vw 2vw 4vw;
    margin-bottom: 10vw
  }
  #switch_sonarats #feature .block.f1, #switch_sonarats #feature .block.f2, #switch_sonarats #feature .block.f3, #switch_sonarats #feature .block.f4 {
    background-position: center 30vw;
    background-size: 99px
  }
  #switch_sonarats #feature .block.f4 {
    margin-bottom: 28vw
  }
  #switch_sonarats #feature .block:before {
    width: 5px;
    height: 30px;
    top: -10px
  }
  #switch_sonarats #feature .block h3 {
    font-size: 6vw;
    text-align: center
  }
  #switch_sonarats #feature .block p {
    padding: 30vw 2vw 0;
    font-size: 3.8vw
  }
  #switch_sonarats #feature .small {
    margin-top: 4vw
  }
  #switch_sonarats #flow {
    padding-top: 8vw
  }
  #switch_sonarats #flow header {
    padding-left: 4vw;
    padding-right: 4vw
  }
  #switch_sonarats #flow header h2 {
    font-size: 6vw;
    margin-bottom: 4vw
  }
  #switch_sonarats #flow header p {
    font-size: 3.8vw;
    text-align: left
  }
  #switch_sonarats #flow ol {
    padding-left: 4vw;
    padding-right: 4vw
  }
  #switch_sonarats #flow ol li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5vw 4vw 4vw;
    margin-bottom: 14vw
  }
  #switch_sonarats #flow ol li:before {
    left: 4vw;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 6vw;
    top: 3vw
  }
  #switch_sonarats #flow ol li:after {
    width: 10px;
    height: 31px;
    bottom: -40px
  }
  #switch_sonarats #flow ol li:nth-child(2):before, #switch_sonarats #flow ol li:nth-child(5):before {
    top: 5.5vw
  }
  #switch_sonarats #flow ol li .title {
    font-size: 5vw;
    width: 100%;
    margin-bottom: 3vw;
    border-right: 0;
    padding-bottom: 4vw;
    border-bottom: 1px solid #ccc
  }
  #switch_sonarats #flow ol li .text {
    width: 100%;
    font-size: 3.8vw;
    font-weight: 400
  }
  #switch_sonarats #flow .word {
    width: 92%;
    font-size: 4.5vw;
    border-width: 3px;
    padding: 15px 2vw
  }
  #switch_sonarats #flow .case {
    background: 0 0;
    padding-top: 8vw;
    width: 92%;
    margin: 0 auto 22vw
  }
  #switch_sonarats #flow .case .row {
    width: 100%;
    max-width: none;
    margin-bottom: 8vw;
    padding: 2vw 4vw
  }
  #switch_sonarats #flow .case .name {
    font-size: 5vw
  }
  #switch_sonarats #flow .case .pop {
    font-size: 3.8vw
  }
  #switch_sonarats #flow .case .title {
    font-size: 5vw
  }
  #switch_sonarats #form header .title {
    font-size: 6vw
  }
  #switch_sonarats #form .box {
    width: 92%;
    margin: 0 auto;
    padding: 4vw 0
  }
  #switch_sonarats #form .box .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 92%
  }
  #switch_sonarats #form .box .word {
    width: 100%
  }
  #switch_sonarats #form .box .word .text {
    font-size: 5vw
  }
  #switch_sonarats #form .box .word .title {
    font-size: 6.5vw;
    margin-bottom: 4vw
  }
  #switch_sonarats #form .box .card {
    width: 50%;
    margin: 0 auto
  }
  #switch_sonarats #form .box .annotation {
    width: 92%;
    font-size: 3.8vw
  }
  #switch_sonarats #form iframe {
    width: 92%
  }
}

.start_cmp_wrap img {
  max-width: 100%
}

.start_cmp_wrap h1, .start_cmp_wrap h2, .start_cmp_wrap p {
  color: #323232
}

.start_cmp_wrap .sp {
  display: none
}

.start_cmp_wrap .pc {
  display: block
}

.start_cmp_wrap .start_cmp_kv {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/start_cmp/bg_pc.png) no-repeat left bottom 100px;
  background-size: cover;
  padding-top: 4vw;
  padding-bottom: 3vw;
  text-align: center
}

.start_cmp_wrap .start_cmp_kv .start_cmp_pic {
  position: absolute;
  max-width: 884px;
  width: 70%;
  top: 240px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2
}

.start_cmp_wrap .start_cmp_kv:before {
  content: '';
  display: block;
  position: absolute;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/start_cmp/bg_circle.png) no-repeat 0 0;
  background-size: 100%;
  top: 80px;
  right: 0;
  max-width: 609px;
  width: 47.5%;
  height: 444px;
  z-index: 1
}

.start_cmp_wrap .start_cmp_kv .start_cmp_catch {
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'MS PMincho', serif;
  font-size: 18px;
  padding-bottom: 430px;
  font-weight: 700;
  line-height: 1.9;
  position: relative;
  z-index: 2
}

.start_cmp_wrap .start_cmp_kv article {
  position: relative;
  z-index: 3
}

.start_cmp_wrap .start_cmp_kv .start_cmp_icon {
  display: inline-block;
  background-color: #323232;
  color: #fff;
  font-size: 18px;
  -webkit-transform: skewX(-18deg);
  transform: skewX(-18deg);
  padding: 4px 16px;
  margin-bottom: 8px
}

.start_cmp_wrap .start_cmp_kv .start_cmp_icon span {
  display: block;
  -webkit-transform: skewX(18deg);
  transform: skewX(18deg)
}

.start_cmp_wrap .start_cmp_kv h1 {
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 8px
}

.start_cmp_wrap .start_cmp_kv .start_cmp_text {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700
}

.start_cmp_wrap .start_cmp_kv .start_cmp_date {
  display: inline-block;
  padding: 8px;
  border: 1px solid #000;
  font-weight: 700;
  font-size: 18px
}

.start_cmp_wrap .start_cmp_section {
  background-color: #fff;
  position: relative;
  z-index: 3
}

.start_cmp_wrap .start_cmp_detail {
  padding: 3vw 0
}

.start_cmp_wrap .start_cmp_detail .start_cmp_icons {
  margin-bottom: 3vw
}

.start_cmp_wrap .start_cmp_detail .start_cmp_icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 10px
}

.start_cmp_wrap .start_cmp_detail .start_cmp_icons ul li {
  width: 23%;
  border-bottom: 1px dotted #000;
  text-align: center
}

.start_cmp_wrap .start_cmp_detail .start_cmp_icons ul li div {
  max-width: 104px;
  margin: 0 auto
}

.start_cmp_wrap .start_cmp_detail .start_cmp_icons ul li p {
  font-size: 17px
}

.start_cmp_wrap .start_cmp_detail .start_cmp_icons ul li:nth-child(3) p {
  padding-right: 30px
}

.start_cmp_wrap .start_cmp_detail .start_cmp_icons ul li:nth-child(4) p {
  padding-right: 20px
}

.start_cmp_wrap .start_cmp_detail .start_cmp_icons .start_cmp_text {
  font-weight: 700;
  font-size: 27px;
  text-align: center
}

.start_cmp_wrap .start_cmp_detail .start_cmp_logo {
  margin-bottom: 8vw
}

.start_cmp_wrap .start_cmp_detail .start_cmp_logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto
}

.start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li {
  width: 11%;
  text-align: center
}

.start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li div {
  min-height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto 20px
}

.start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li .start_cmp_text {
  font-size: 13px
}

.start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li .start_cmp_border {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 10px 0 7px
}

.start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li .start_cmp_strong {
  font-size: 20px;
  font-weight: 700;
  padding-top: 20px;
  line-height: 1.3
}

.start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li .start_cmp_strong span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1;
  margin-top: -12px
}

.start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li:nth-child(1) div {
  max-width: 82px
}

.start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li:nth-child(2) div {
  max-width: 82px
}

.start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li:nth-child(3) div {
  max-width: 126px
}

.start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li:nth-child(4) div {
  max-width: 105px
}

.start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li:nth-child(5) div {
  max-width: 110px
}

.start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li:nth-child(6) div {
  max-width: 124px
}

.start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li:nth-child(7) div {
  max-width: 86px
}

.start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li:nth-child(8) div {
  max-width: 88px
}

.start_cmp_wrap .start_cmp_detail .start_cmp_paragraph {
  width: 58%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative
}

.start_cmp_wrap .start_cmp_detail .start_cmp_paragraph:after, .start_cmp_wrap .start_cmp_detail .start_cmp_paragraph:before {
  content: '';
  position: absolute;
  top: -15px;
  width: 1px;
  height: 6vw;
  background-color: #000;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg)
}

.start_cmp_wrap .start_cmp_detail .start_cmp_paragraph:before {
  left: -15px
}

.start_cmp_wrap .start_cmp_detail .start_cmp_paragraph:after {
  right: 0
}

.start_cmp_wrap .start_cmp_detail .start_cmp_paragraph strong {
  text-decoration: underline;
  display: block;
  font-size: 22px
}

.start_cmp_wrap .start_cmp_detail .start_cmp_paragraph span {
  display: block;
  font-size: 14px
}

.start_cmp_wrap .start_cmp_gift {
  position: relative;
  padding: 1vw 0
}

.start_cmp_wrap .start_cmp_gift:before {
  content: '';
  width: 100%;
  height: 125px;
  background-color: #24728b;
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: -1
}

.start_cmp_wrap .start_cmp_gift .start_cmp_inner {
  width: 65%;
  min-width: 830px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.start_cmp_wrap .start_cmp_gift h2 {
  font-size: 26px;
  margin-right: 2vw;
  color: #fff
}

.start_cmp_wrap .start_cmp_gift .start_cmp_pic {
  position: relative;
  z-index: 1
}

.start_cmp_wrap .start_cmp_gift .start_cmp_brand {
  margin-left: -1vw
}

.start_cmp_wrap .start_cmp_gift .start_cmp_brand p {
  padding-left: 2vw;
  color: #fff
}

.start_cmp_wrap .start_cmp_gift .start_cmp_brand .start_cmp_p1 {
  display: inline-block;
  font-size: 26px;
  vertical-align: middle;
  margin-right: 1vw
}

.start_cmp_wrap .start_cmp_gift .start_cmp_brand .start_cmp_p2 {
  display: inline-block;
  font-size: 9px;
  border: 1px solid #fff;
  padding: 4px;
  vertical-align: middle
}

.start_cmp_wrap .start_cmp_gift .start_cmp_brand .start_cmp_p3 {
  font-size: 11px
}

.start_cmp_wrap .start_cmp_gift .start_cmp_brand .start_cmp_p4 {
  font-size: 8px;
  border-top: 1px dotted #fff
}

.start_cmp_wrap .start_cmp_step {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.start_cmp_wrap .start_cmp_step li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.start_cmp_wrap .start_cmp_step li:nth-child(1) {
  width: 37.5%;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/start_cmp/icon01.png) no-repeat 0 center;
  background-size: 75px;
  padding: 6px 0 6px 90px;
  font-size: 20px;
  font-weight: 700
}

.start_cmp_wrap .start_cmp_step li:nth-child(2) {
  width: 32.5%;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/start_cmp/icon02.png) no-repeat 2vw center;
  background-size: 50px;
  border-left: 1px dotted #000;
  border-right: 1px dotted #000;
  padding: 0 4vw 0 6vw;
  position: relative
}

.start_cmp_wrap .start_cmp_step li:nth-child(2):after, .start_cmp_wrap .start_cmp_step li:nth-child(2):before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 20px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.start_cmp_wrap .start_cmp_step li:nth-child(2):before {
  left: -10px
}

.start_cmp_wrap .start_cmp_step li:nth-child(2):after {
  right: -10px
}

.start_cmp_wrap .start_cmp_step li:nth-child(3) {
  width: 30%;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/start_cmp/icon03.png) no-repeat 2vw center;
  background-size: 50px;
  padding-left: 6vw
}

.start_cmp_wrap .start_cmp_list {
  max-width: 980px;
  margin: 0 auto 20px
}

.start_cmp_wrap .start_cmp_list li {
  list-style: disc;
  margin-left: 1.3rem;
  font-size: 15px
}

.start_cmp_wrap #timerex_calendar {
  overflow-x: hidden!important;
  background-color: #50bec8!important;
  padding: 10px;
  max-width: 980px;
  margin: 0 auto 10vw;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16)
}

.start_cmp_wrap .start_cmp_service {
  max-width: 1031px;
  margin: 0 auto;
  text-align: center
}

.start_cmp_wrap .start_cmp_service h2 {
  font-size: 44px;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/start_cmp/bg_title_pc.png) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 20px;
  margin-bottom: 3vw
}

.start_cmp_wrap .start_cmp_service p {
  font-size: 32px;
  margin-bottom: 3vw
}

@media only screen and (min-width:64em) and (max-width:1200px) {
  .start_cmp_wrap .start_cmp_detail {
    padding: 3vw 2vw
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li .start_cmp_text {
    font-size: 1vw
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li .start_cmp_strong {
    font-size: 1.5vw
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li .start_cmp_strong span {
    font-size: .7vw
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_paragraph {
    width: 80%
  }
  .start_cmp_wrap .start_cmp_gift .start_cmp_inner {
    width: 100%
  }
  .start_cmp_wrap .start_cmp_step {
    padding: 0 4vw 3vw
  }
  .start_cmp_wrap .start_cmp_step li:nth-child(1) {
    font-size: 1.6vw;
    background-size: 40px;
    padding: 6px 0 6px 50px
  }
  .start_cmp_wrap .start_cmp_step li:nth-child(2) {
    font-size: 1.3vw;
    background-position: 1.5vw center;
    background-size: 40px;
    padding: 0 2vw 0 6vw
  }
  .start_cmp_wrap .start_cmp_step li:nth-child(3) {
    font-size: 1.3vw;
    background-size: 40px
  }
  .start_cmp_wrap .start_cmp_service {
    padding: 0 4vw
  }
  .start_cmp_wrap .start_cmp_service h2 {
    font-size: 3.5vw
  }
  .start_cmp_wrap .start_cmp_service p {
    font-size: 2.5vw
  }
}

@media only screen and (max-width:64em) {
  .start_cmp_wrap .sp {
    display: block
  }
  .start_cmp_wrap .pc {
    display: none
  }
  .start_cmp_wrap .start_cmp_kv {
    padding-top: 8vw;
    padding-bottom: 3vw;
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/start_cmp/kv_sp.png) no-repeat 0 0;
    background-size: 100%
  }
  .start_cmp_wrap .start_cmp_kv:before {
    display: none!important
  }
  .start_cmp_wrap .start_cmp_kv .start_cmp_catch {
    padding-bottom: 45vw;
    font-size: 3.2vw;
    z-index: 3
  }
  .start_cmp_wrap .start_cmp_kv .start_cmp_icon {
    font-size: 3vw
  }
  .start_cmp_wrap .start_cmp_kv h1 {
    font-size: 9vw
  }
  .start_cmp_wrap .start_cmp_kv .start_cmp_text {
    font-size: 3vw;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    margin-bottom: 10px
  }
  .start_cmp_wrap .start_cmp_kv .start_cmp_date {
    font-size: 3vw;
    padding: 4px 8px
  }
  .start_cmp_wrap .start_cmp_detail {
    padding-bottom: 10vw
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_icons {
    padding: 0 4vw 8vw
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_icons ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_icons ul li {
    width: 48%;
    margin-bottom: 10px
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_icons ul li div {
    max-width: 64px;
    margin: 0 auto
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_icons ul li p {
    font-size: 4vw
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_icons ul li:nth-child(3) p {
    padding-right: 30px
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_icons ul li:nth-child(4) p {
    padding-right: 20px
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_icons .start_cmp_text {
    font-size: 4.5vw
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_logo {
    padding: 0 4vw
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_logo ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1vw;
    margin-left: -1vw
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li {
    width: 31%;
    margin: 0 1vw
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li .start_cmp_text {
    font-size: 2.8vw
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li .start_cmp_border {
    margin-top: 10px
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li .start_cmp_strong {
    font-size: 3.8vw;
    padding-top: 10px
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li .start_cmp_strong span {
    font-size: 2.5vw;
    margin-top: 0
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_logo ul li:nth-child(8) {
    width: 33%
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_paragraph {
    width: 86%;
    margin: 0 auto;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt'
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_paragraph:after, .start_cmp_wrap .start_cmp_detail .start_cmp_paragraph:before {
    height: 11vw;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_paragraph:before {
    left: -5vw
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_paragraph:after {
    right: -2vw
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_paragraph strong {
    font-size: 3.4vw
  }
  .start_cmp_wrap .start_cmp_detail .start_cmp_paragraph span {
    font-size: 2.5vw
  }
  .start_cmp_wrap .start_cmp_gift {
    background-color: #24728b;
    padding: 8vw 4vw 2vw
  }
  .start_cmp_wrap .start_cmp_gift:before {
    display: none
  }
  .start_cmp_wrap .start_cmp_gift .start_cmp_inner {
    width: 100%;
    display: block;
    min-width: auto;
    overflow: hidden
  }
  .start_cmp_wrap .start_cmp_gift h2 {
    font-size: 6vw;
    text-align: center;
    margin-bottom: 3vw
  }
  .start_cmp_wrap .start_cmp_gift .start_cmp_pic {
    width: 35.3%;
    float: left
  }
  .start_cmp_wrap .start_cmp_gift .start_cmp_pic img {
    width: 100%
  }
  .start_cmp_wrap .start_cmp_gift .start_cmp_brand {
    float: right;
    width: 64%;
    margin-top: 2vw
  }
  .start_cmp_wrap .start_cmp_gift .start_cmp_brand .start_cmp_p1 {
    font-size: 6vw
  }
  .start_cmp_wrap .start_cmp_gift .start_cmp_brand .start_cmp_p2 {
    font-size: 2vw;
    padding: 2px 4px
  }
  .start_cmp_wrap .start_cmp_gift .start_cmp_brand .start_cmp_p3 {
    font-size: 2.5vw;
    padding-bottom: 1vw;
    padding-top: 1vw
  }
  .start_cmp_wrap .start_cmp_gift .start_cmp_brand .start_cmp_p4 {
    font-size: 2.5vw;
    padding-top: 1vw
  }
  .start_cmp_wrap .start_cmp_step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8vw 4vw 0
  }
  .start_cmp_wrap .start_cmp_step li {
    text-align: center
  }
  .start_cmp_wrap .start_cmp_step li:nth-child(1) {
    width: 100%;
    background-position: center 0;
    padding: 74px 0 6vw;
    background-size: 59px;
    font-size: 5vw
  }
  .start_cmp_wrap .start_cmp_step li:nth-child(2) {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    background-position: center 20px;
    padding: 84px 0 20px;
    background-size: 59px;
    font-size: 3.8vw
  }
  .start_cmp_wrap .start_cmp_step li:nth-child(2):after, .start_cmp_wrap .start_cmp_step li:nth-child(2):before {
    border-width: 16px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
  .start_cmp_wrap .start_cmp_step li:nth-child(2):before {
    top: -8px;
    left: 50%
  }
  .start_cmp_wrap .start_cmp_step li:nth-child(2):after {
    top: auto;
    bottom: -8px;
    right: auto;
    left: 50%
  }
  .start_cmp_wrap .start_cmp_step li:nth-child(3) {
    width: 100%;
    background-position: center 20px;
    padding: 84px 0 40px;
    background-size: 59px;
    font-size: 3.8vw
  }
  .start_cmp_wrap .start_cmp_list {
    padding: 0 4vw
  }
  .start_cmp_wrap .start_cmp_list li {
    font-size: 3.8vw
  }
  .start_cmp_wrap .start_cmp_service h2 {
    margin: 0 4vw;
    font-size: 7vw;
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/start_cmp/bg_title_sp.png) no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 12px
  }
  .start_cmp_wrap .start_cmp_service p {
    font-size: 4.2vw;
    margin: 6vw 0 8vw
  }
  .start_cmp_wrap .start_cmp_service img {
    width: 100%
  }
}

.start_cmp_wrap .start_cmp_kv02 {
  padding-bottom: 8vw
}

.start_cmp_wrap .start_cmp_kv02 .start_cmp_inner {
  position: relative;
  z-index: 2
}

.start_cmp_wrap .start_cmp_kv02 .start_cmp_pic02 {
  position: absolute;
  max-width: 884px;
  width: 70%;
  top: 200px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2
}

.start_cmp_wrap .start_cmp_kv02 .start_cmp_catch02 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
  margin-bottom: 20px
}

.start_cmp_wrap .start_cmp_kv02 .start_cmp_bg {
  display: inline-block;
  background-color: #fdfe00;
  font-size: 32px;
  font-weight: 700;
  transform: skewX(-18deg);
  padding: 6px 70px;
  margin-bottom: 14px
}

.start_cmp_wrap .start_cmp_kv02 .start_cmp_bg span {
  display: block;
  transform: skewX(18deg)
}

.start_cmp_wrap .start_cmp_kv02 .start_cmp_date02 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px
}

.start_cmp_wrap .start_cmp_kv02 .start_cmp_date02 span {
  position: relative
}

.start_cmp_wrap .start_cmp_kv02 .start_cmp_date02 span:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fdfe00;
  position: absolute;
  top: 48%;
  left: 0
}

.start_cmp_wrap .start_cmp_kv02 .start_cmp_update {
  text-align: center
}

.start_cmp_wrap .start_cmp_kv02 .start_cmp_update p {
  display: inline-block;
  margin-bottom: 300px;
  font-size: 42px;
  font-weight: 700;
  border-bottom: 5px solid #fdfe00;
  line-height: 1
}

.start_cmp_wrap .start_cmp_kv02 .start_cmp_update span {
  margin-right: -18px
}

.start_cmp_wrap .start_cmp_kv02 .start_cmp_icon02 {
  font-size: 18px;
  font-weight: 700
}

.start_cmp_wrap .start_cmp_kv02 .start_cmp_icon02 span {
  border-bottom: 2px solid #323232
}

.start_cmp_wrap .start_cmp_detail02 {
  padding-top: 0
}

.start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li {
  width: 10.5%
}

.start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li .start_cmp_text.start_cmp_border {
  padding-top: 10px
}

.start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li .start_cmp_strong {
  font-size: 19px
}

.start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li .start_cmp_text {
  font-size: 12px;
  padding-top: 21px
}

.start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li.start_cmp_add .start_cmp_text {
  padding-top: 0
}

.start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li.start_cmp_add .start_cmp_text.start_cmp_border {
  padding-top: 10px
}

.start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li.start_cmp_add .start_cmp_strong {
  padding-top: 10px;
  font-size: 11px
}

.start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li.start_cmp_add .start_cmp_strong em {
  display: block;
  font-style: normal;
  font-size: 20px
}

@media only screen and (max-width:64em) {
  .start_cmp_wrap .start_cmp_kv02 {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/start_cmp/kv_sp02.png) no-repeat 0 0;
    background-size: 100%
  }
  .start_cmp_wrap .start_cmp_kv02 .start_cmp_catch02 {
    font-size: 3.2vw;
    z-index: 3;
    margin-bottom: 10px
  }
  .start_cmp_wrap .start_cmp_kv02 .start_cmp_bg {
    font-size: 4vw;
    padding: 2px 4vw;
    margin-bottom: 8px
  }
  .start_cmp_wrap .start_cmp_kv02 .start_cmp_date02 {
    font-size: 3.5vw;
    margin-bottom: 5px
  }
  .start_cmp_wrap .start_cmp_kv02 .start_cmp_update p {
    font-size: 5vw;
    margin-bottom: 31vw
  }
  .start_cmp_wrap .start_cmp_kv02 .start_cmp_update p span {
    margin-right: 0
  }
  .start_cmp_wrap .start_cmp_kv02 .start_cmp_icon02 {
    font-size: 4vw
  }
  .start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul {
    margin: 0;
    justify-content: space-between
  }
  .start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li {
    width: 32%;
    margin: 0
  }
  .start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li .start_cmp_text {
    font-size: 2.8vw;
    padding-top: 0
  }
  .start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li .start_cmp_text.start_cmp_border {
    padding-top: 10px
  }
  .start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li .start_cmp_strong {
    font-size: 3.8vw
  }
  .start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li:nth-child(5) .start_cmp_text, .start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li:nth-child(6) .start_cmp_text {
    padding-top: 22px
  }
  .start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li:nth-child(5) .start_cmp_text.start_cmp_border, .start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li:nth-child(6) .start_cmp_text.start_cmp_border {
    padding-top: 10px
  }
  .start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li.start_cmp_add div {
    margin-bottom: 23px
  }
  .start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li.start_cmp_add .start_cmp_strong {
    font-size: 2.5vw;
    font-weight: 400
  }
  .start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li.start_cmp_add .start_cmp_strong em {
    font-size: 3.8vw;
    font-weight: 700
  }
  .start_cmp_wrap .start_cmp_detail02 .start_cmp_logo ul li.start_cmp_li08 {
    width: 31%
  }
}

.smp_senryu_wrap img {
  max-width: 100%
}

.smp_senryu_wrap small {
  font-size: 70%
}

.smp_senryu_wrap :before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1
}

.smp_senryu_wrap .pc {
  display: block
}

.smp_senryu_wrap .sp {
  display: none
}

.smp_senryu_wrap .smp_senryu_kv {
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/kv_sakura_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/kv_shodou_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_kv_bottom_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_kv_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_kv_daishi_pc.png);
  background-repeat: no-repeat;
  background-position: 0 0, right 0, center bottom, center 0, 0 bottom;
  background-size: auto, auto, 100%, 100%, 100%;
  padding: 4vw 0 50px
}

.smp_senryu_wrap .smp_senryu_kv .smp_senryu_inner {
  max-width: 570px;
  width: 41.7276%;
  margin: 0 auto;
  text-align: center
}

.smp_senryu_wrap .smp_senryu_kv .smp_senryu_inner div.pc {
  margin: 0 auto 20px;
  width: 75.789%
}

.smp_senryu_wrap .smp_senryu_kv .smp_senryu_inner p {
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 28px;
  font-weight: 700;
  text-align: left;
  display: inline-block
}

.smp_senryu_wrap .smp_senryu_kv .smp_senryu_inner dl {
  background-color: #7fa41a;
  padding: 10px;
  position: relative;
  margin-bottom: 20px
}

.smp_senryu_wrap .smp_senryu_kv .smp_senryu_inner dl dt {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -14px
}

.smp_senryu_wrap .smp_senryu_kv .smp_senryu_inner dl dd {
  color: #fff;
  border: 2px solid #fff;
  font-size: 30px;
  padding-top: 10px;
  font-weight: 700
}

.smp_senryu_wrap .smp_senryu_kv .smp_senryu_inner dl dd strong {
  font-size: 36px
}

.smp_senryu_wrap .smp_senryu_about {
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_sakura01-top_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_daishi.png);
  background-repeat: no-repeat, repeat-x;
  background-position: center 0
}

.smp_senryu_wrap .smp_senryu_about header {
  text-align: center;
  max-width: 932px;
  width: 68.228%;
  margin: 0 auto;
  padding: 4vw 0
}

.smp_senryu_wrap .smp_senryu_about header p {
  font-size: 24px;
  font-family: YuMincho, "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 700
}

.smp_senryu_wrap .smp_senryu_about article {
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_sakura01-bottom_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_ribon_pc.png);
  background-repeat: no-repeat;
  background-position: center 0, center bottom;
  background-size: auto, cover;
  padding: 4vw 4vw 5vw;
  position: relative
}

.smp_senryu_wrap .smp_senryu_about article:before {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/pic_sakura-right_pc.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 444px;
  width: 32.50366%;
  height: 319px;
  right: 0;
  bottom: -5vw
}

.smp_senryu_wrap .smp_senryu_about article .smp_senryu_block {
  max-width: 932px;
  width: 68.228%;
  margin: 0 auto;
  position: relative;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_about.png) repeat 0 0;
  padding: 6vw 4vw 3vw;
  background-size: 100%;
  border: 8px solid #ee3503
}

.smp_senryu_wrap .smp_senryu_about article h2 {
  width: 48.81974%;
  max-width: 455px;
  position: absolute;
  top: -3vw;
  left: -15px
}

.smp_senryu_wrap .smp_senryu_about article .smp_senryu_read {
  font-family: YuMincho, "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 700;
  font-size: 20px
}

.smp_senryu_wrap .smp_senryu_about article .smp_senryu_example {
  margin: 1vw 0 1vw -1vw
}

.smp_senryu_wrap .smp_senryu_about article .smp_senryu_text {
  font-family: YuMincho, "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 700;
  font-size: 18px
}

.smp_senryu_wrap .smp_senryu_prize {
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_cloud-top_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_cloud-bottom_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_sakura02-top_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_daishi.png);
  background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
  background-position: 0 0, right bottom, center 0, center 0;
  padding: 9vw 0;
  position: relative
}

.smp_senryu_wrap .smp_senryu_prize:before {
  max-width: 343px;
  width: 25.1098%;
  height: 380px;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/pic_turu.png) no-repeat 0 0;
  background-size: 100%;
  left: 0;
  bottom: -1vw
}

.smp_senryu_wrap .smp_senryu_prize .smp_senryu_inner {
  max-width: 958px;
  width: 70.13%;
  margin: 0 auto;
  padding: 5vw;
  position: relative;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_award_pc.png) no-repeat 0 0;
  background-size: contain
}

.smp_senryu_wrap .smp_senryu_prize .smp_senryu_inner h2 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -5vw;
  width: 22.1294%
}

.smp_senryu_wrap .smp_senryu_prize .smp_senryu_inner dl dt {
  margin-bottom: 10px
}

.smp_senryu_wrap .smp_senryu_prize .smp_senryu_inner .smp_senryu_dl-top {
  padding-bottom: 3vw;
  margin-bottom: 2vw;
  border-bottom: 1px solid #ee3503
}

.smp_senryu_wrap .smp_senryu_prize .smp_senryu_inner .smp_senryu_dl-top dt {
  max-width: 190px;
  width: 19.83298%
}

.smp_senryu_wrap .smp_senryu_prize .smp_senryu_inner .smp_senryu_dl-bottom {
  display: flex
}

.smp_senryu_wrap .smp_senryu_prize .smp_senryu_inner .smp_senryu_dl-bottom dt {
  max-width: 180px;
  width: 18.7891%;
  margin-right: 2vw
}

.smp_senryu_wrap .smp_senryu_feature {
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_sakura02-bottom_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_form_pc.png);
  background-repeat: no-repeat, repeat-x;
  background-position: center 0, 0 0;
  padding: 10vw 0;
  position: relative
}

.smp_senryu_wrap .smp_senryu_feature:before {
  max-width: 334px;
  width: 24.445095%;
  height: 319px;
  left: 0;
  bottom: -18vw;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/pic_sakura-left_pc.png) no-repeat 0 0;
  background-size: 100%
}

.smp_senryu_wrap .smp_senryu_feature .smp_senryu_inner {
  max-width: 895px;
  width: 65.55197%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between
}

.smp_senryu_wrap .smp_senryu_feature .smp_senryu_inner dl {
  width: 47.8212%;
  border: 8px solid #ee3503;
  position: relative
}

.smp_senryu_wrap .smp_senryu_feature .smp_senryu_inner dl dt {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -80px
}

.smp_senryu_wrap .smp_senryu_feature .smp_senryu_inner dl dd {
  font-size: 34px;
  padding: 0;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 270px
}

.smp_senryu_wrap .smp_senryu_feature .smp_senryu_inner dl dd span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}

.smp_senryu_wrap .smp_senryu_feature .smp_senryu_inner dl dd strong {
  font-size: 23px
}

.smp_senryu_wrap .smp_senryu_feature .smp_senryu_inner .smp_senryu_row-left small {
  font-size: 14px
}

.smp_senryu_wrap .smp_senryu_form {
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_sakura03_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_daishi.png);
  background-repeat: no-repeat, repeat;
  background-position: center 0, 0 0;
  padding: 10vw 0 6vw;
  position: relative
}

.smp_senryu_wrap .smp_senryu_form h2 {
  max-width: 568px;
  position: absolute;
  left: 50%;
  top: -5vw;
  margin-left: -185px
}

.smp_senryu_wrap .smp_senryu_form form {
  max-width: 960px;
  width: 70.278%;
  background-color: #f5f7f8;
  padding: 40px;
  margin: 0 auto 50px
}

.smp_senryu_wrap .smp_senryu_form form input {
  border: 1px solid #c2cfd7
}

.smp_senryu_wrap .smp_senryu_form form label {
  display: block;
  font-size: 14px;
  position: relative
}

.smp_senryu_wrap .smp_senryu_form form label span {
  display: inline-block;
  background-color: #ff7f00;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 12px;
  padding: 2px 6px
}

.smp_senryu_wrap .smp_senryu_form form input[type=email], .smp_senryu_wrap .smp_senryu_form form input[type=tel], .smp_senryu_wrap .smp_senryu_form form input[type=text], .smp_senryu_wrap .smp_senryu_form form textarea {
  width: 100%;
  font-size: 16px;
  padding: 6px;
  border-radius: 4px
}

.smp_senryu_wrap .smp_senryu_form form input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle
}

.smp_senryu_wrap .smp_senryu_form form textarea {
  line-height: 1.4
}

.smp_senryu_wrap .smp_senryu_form form .smp_senryu_row {
  margin-bottom: 20px
}

.smp_senryu_wrap .smp_senryu_form form .smp_senryu_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px
}

.smp_senryu_wrap .smp_senryu_form form .smp_senryu_flex.smp_senryu_full label {
  width: 25%;
  padding-right: 7%
}

.smp_senryu_wrap .smp_senryu_form form .smp_senryu_flex.smp_senryu_full .smp_senryu_div {
  width: 74%
}

.smp_senryu_wrap .smp_senryu_form form .smp_senryu_flex.smp_senryu_policy label {
  width: 34%
}

.smp_senryu_wrap .smp_senryu_form form .smp_senryu_flex.smp_senryu_policy .smp_senryu_div {
  width: 66%
}

.smp_senryu_wrap .smp_senryu_form form .smp_senryu_row.smp_senryu_flex .smp_senryu_flex {
  width: 49%
}

.smp_senryu_wrap .smp_senryu_form form .smp_senryu_row.smp_senryu_flex .smp_senryu_flex label {
  width: 51%
}

.smp_senryu_wrap .smp_senryu_form form .smp_senryu_row.smp_senryu_flex .smp_senryu_flex .smp_senryu_div {
  width: 48%
}

.smp_senryu_wrap .smp_senryu_form form .formrun-system-show {
  color: #ff7f00;
  font-size: 12px
}

.smp_senryu_wrap .smp_senryu_form form .smp_senryu_title {
  margin-bottom: 10px;
  font-size: 18px
}

.smp_senryu_wrap .smp_senryu_form form .smp_senryu_text {
  margin-bottom: 10px;
  font-size: 14px
}

.smp_senryu_wrap .smp_senryu_form form .smp_senryu_read {
  font-size: 14px;
  margin-bottom: 40px
}

.smp_senryu_wrap .smp_senryu_form form .smp_senryu_scroll {
  height: 300px;
  overflow-y: scroll;
  font-size: 14px;
  border: 1px solid #ccc;
  margin-bottom: 30px
}

.smp_senryu_wrap .smp_senryu_form form button[type=submit] {
  width: 60%;
  margin: 0 auto;
  background-color: #51b4ca;
  color: #fff;
  display: block;
  border: 0;
  padding: 16px 0;
  font-size: 18px;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  font-weight: 700
}

.smp_senryu_wrap .smp_senryu_form form button[type=submit]:before {
  right: 3vw;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -6px
}

.smp_senryu_wrap .smp_senryu_form form button[type=submit]:hover {
  opacity: .8;
  transition: .3s;
  cursor: pointer
}

.smp_senryu_wrap .smp_senryu_form ul {
  max-width: 960px;
  width: 70.278%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between
}

.smp_senryu_wrap .smp_senryu_form ul li {
  width: 48.75%
}

.smp_senryu_wrap .smp_senryu_form ul li a:hover {
  opacity: .8;
  transition: .3s
}

@media only screen and (min-width:1367px) {
  .smp_senryu_wrap .smp_senryu_kv {
    background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/kv_sakura-l_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/kv_shodou_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_kv_bottom_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_kv_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_kv_daishi_pc.png);
    background-repeat: no-repeat;
    background-position: 0 0, right 0, center bottom, center 0, 0 bottom;
    background-size: 100%, 34%, 100%, 100%, 100%;
    padding: 4vw 0 50px
  }
}

@media only screen and (min-width:64em) and (max-width:1366px) {
  .smp_senryu_wrap .smp_senryu_kv {
    background-size: 100%, 33%, 100%, auto
  }
  .smp_senryu_wrap .smp_senryu_kv .smp_senryu_inner dl dd strong, .smp_senryu_wrap .smp_senryu_kv .smp_senryu_inner p {
    font-size: 2.5vw
  }
  .smp_senryu_wrap .smp_senryu_about header p, .smp_senryu_wrap .smp_senryu_kv .smp_senryu_inner dl dd {
    font-size: 2vw
  }
  .smp_senryu_wrap .smp_senryu_about article .smp_senryu_read {
    font-size: 1.75vw
  }
  .smp_senryu_wrap .smp_senryu_about article .smp_senryu_text {
    font-size: 1.5vw
  }
  .smp_senryu_wrap .smp_senryu_feature .smp_senryu_inner dl dt {
    width: 29.6728%;
    max-width: 127px
  }
  .smp_senryu_wrap .smp_senryu_feature .smp_senryu_inner dl dd {
    font-size: 2.5vw
  }
  .smp_senryu_wrap .smp_senryu_feature .smp_senryu_inner dl dd strong {
    font-size: 1.5vw
  }
}

@media only screen and (max-width:64em) {
  .smp_senryu_wrap {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_daishi.png) repeat 0 0
  }
  .smp_senryu_wrap .pc {
    display: none
  }
  .smp_senryu_wrap .sp {
    display: block
  }
  .smp_senryu_wrap .smp_senryu_kv {
    background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/kv_sp.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    padding: 81vw 0 3vw
  }
  .smp_senryu_wrap .smp_senryu_kv .smp_senryu_inner {
    width: 92%
  }
  .smp_senryu_wrap .smp_senryu_kv .smp_senryu_inner p {
    font-size: 5vw;
    margin-bottom: 14px
  }
  .smp_senryu_wrap .smp_senryu_kv .smp_senryu_inner dl {
    padding: 6px;
    margin-bottom: 10px
  }
  .smp_senryu_wrap .smp_senryu_kv .smp_senryu_inner dl dt {
    max-width: 93px;
    width: 30%;
    top: -8px
  }
  .smp_senryu_wrap .smp_senryu_kv .smp_senryu_inner dl dd {
    font-size: 4vw;
    padding-top: 2px
  }
  .smp_senryu_wrap .smp_senryu_kv .smp_senryu_inner dl dd strong {
    font-size: 5.5vw
  }
  .smp_senryu_wrap .smp_senryu_kv .smp_senryu_inner .smp_senryu_logo {
    max-width: 136px;
    margin: 0 auto
  }
  .smp_senryu_wrap .smp_senryu_about {
    background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_daishi_sp.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100%
  }
  .smp_senryu_wrap .smp_senryu_about header {
    width: 92%;
    margin: 0 auto;
    padding: 4vw 0
  }
  .smp_senryu_wrap .smp_senryu_about header p {
    font-size: 3.8vw
  }
  .smp_senryu_wrap .smp_senryu_about article {
    background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_ribon_sp.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 12vw 4vw 6vw
  }
  .smp_senryu_wrap .smp_senryu_about article:before {
    max-width: 123px;
    width: 33%;
    height: 90px;
    bottom: -11vw
  }
  .smp_senryu_wrap .smp_senryu_about article .smp_senryu_block {
    width: 100%;
    padding: 6vw 4vw
  }
  .smp_senryu_wrap .smp_senryu_about article h2 {
    width: 70%;
    max-width: 228px;
    top: -11vw;
    left: -15px
  }
  .smp_senryu_wrap .smp_senryu_about article .smp_senryu_read {
    font-size: 3.5vw
  }
  .smp_senryu_wrap .smp_senryu_about article .smp_senryu_example {
    margin: 1vw 0 1vw -1vw
  }
  .smp_senryu_wrap .smp_senryu_about article .smp_senryu_text {
    font-size: 3.2vw
  }
  .smp_senryu_wrap .smp_senryu_prize {
    background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_kumo_sp.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    padding: 13.5vw 0 11.5vw
  }
  .smp_senryu_wrap .smp_senryu_prize:before {
    max-width: 110px;
    width: 30%;
    height: 120px
  }
  .smp_senryu_wrap .smp_senryu_prize .smp_senryu_inner {
    width: 90%;
    background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_award_bottom_sp.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_award_sp.png);
    background-repeat: no-repeat;
    background-position: 0 bottom, 0 0;
    background-size: 100%;
    padding: 7vw 7vw 5vw
  }
  .smp_senryu_wrap .smp_senryu_prize .smp_senryu_inner h2 {
    width: 22.5%
  }
  .smp_senryu_wrap .smp_senryu_prize .smp_senryu_inner .smp_senryu_dl-top {
    padding-bottom: 0
  }
  .smp_senryu_wrap .smp_senryu_prize .smp_senryu_inner .smp_senryu_dl-top dt {
    max-width: 65px;
    width: 22.5%
  }
  .smp_senryu_wrap .smp_senryu_prize .smp_senryu_inner .smp_senryu_dl-bottom dt {
    max-width: 65px;
    width: 50%
  }
  .smp_senryu_wrap .smp_senryu_feature {
    background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_term_sp.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100%
  }
  .smp_senryu_wrap .smp_senryu_feature:before {
    max-width: 105px;
    width: 28%;
    height: 120px;
    bottom: -24vw
  }
  .smp_senryu_wrap .smp_senryu_feature .smp_senryu_inner {
    width: 92%;
    flex-direction: column
  }
  .smp_senryu_wrap .smp_senryu_feature .smp_senryu_inner dl {
    width: 100%;
    border-width: 3px
  }
  .smp_senryu_wrap .smp_senryu_feature .smp_senryu_inner dl dt {
    width: 20%;
    max-width: 63px;
    top: -8vw
  }
  .smp_senryu_wrap .smp_senryu_feature .smp_senryu_inner dl dd {
    font-size: 4.5vw;
    padding: 8vw 1vw 2vw;
    height: auto
  }
  .smp_senryu_wrap .smp_senryu_feature .smp_senryu_inner dl dd span {
    writing-mode: horizontal-tb
  }
  .smp_senryu_wrap .smp_senryu_feature .smp_senryu_inner dl dd strong {
    font-size: 3.2vw
  }
  .smp_senryu_wrap .smp_senryu_feature .smp_senryu_inner .smp_senryu_row-left {
    margin-bottom: 14vw
  }
  .smp_senryu_wrap .smp_senryu_feature .smp_senryu_inner .smp_senryu_row-right dd {
    padding-top: 8vw
  }
  .smp_senryu_wrap .smp_senryu_form {
    background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu/bg_form_sp.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    padding: 20vw 0 3vw
  }
  .smp_senryu_wrap .smp_senryu_form h2 {
    max-width: 228px;
    width: 62%;
    margin-left: -18vw
  }
  .smp_senryu_wrap .smp_senryu_form form {
    width: 92%;
    margin: 0 auto 20px;
    padding: 4vw
  }
  .smp_senryu_wrap .smp_senryu_form form label {
    font-size: 3.2vw
  }
  .smp_senryu_wrap .smp_senryu_form form label span {
    font-size: 2.5vw;
    padding: 1px 4px
  }
  .smp_senryu_wrap .smp_senryu_form form .smp_senryu_row {
    margin-bottom: 10px
  }
  .smp_senryu_wrap .smp_senryu_form form .smp_senryu_flex {
    flex-direction: column;
    margin-bottom: 10px
  }
  .smp_senryu_wrap .smp_senryu_form form .smp_senryu_flex.smp_senryu_full label {
    width: 100%;
    padding-right: 0
  }
  .smp_senryu_wrap .smp_senryu_form form .smp_senryu_flex.smp_senryu_full .smp_senryu_div {
    width: 100%
  }
  .smp_senryu_wrap .smp_senryu_form form .smp_senryu_flex.smp_senryu_policy {
    flex-direction: row
  }
  .smp_senryu_wrap .smp_senryu_form form .smp_senryu_flex.smp_senryu_policy label {
    width: 65%
  }
  .smp_senryu_wrap .smp_senryu_form form .smp_senryu_flex.smp_senryu_policy .smp_senryu_div {
    width: 30%
  }
  .smp_senryu_wrap .smp_senryu_form form .smp_senryu_row.smp_senryu_flex {
    flex-direction: row
  }
  .smp_senryu_wrap .smp_senryu_form form .smp_senryu_row.smp_senryu_flex .smp_senryu_flex label {
    width: 100%
  }
  .smp_senryu_wrap .smp_senryu_form form .smp_senryu_row.smp_senryu_flex .smp_senryu_flex .smp_senryu_div {
    width: 100%
  }
  .smp_senryu_wrap .smp_senryu_form form .smp_senryu_title {
    font-size: 3.8vw
  }
  .smp_senryu_wrap .smp_senryu_form form .smp_senryu_text {
    font-size: 3.2vw
  }
  .smp_senryu_wrap .smp_senryu_form form .smp_senryu_read {
    font-size: 3.2vw;
    margin-bottom: 20px
  }
  .smp_senryu_wrap .smp_senryu_form form .smp_senryu_scroll {
    font-size: 3.2vw;
    margin-bottom: 20px
  }
  .smp_senryu_wrap .smp_senryu_form form button[type=submit] {
    width: 100%;
    padding: 8px 0;
    font-size: 3.8vw
  }
  .smp_senryu_wrap .smp_senryu_form ul {
    flex-direction: column;
    width: 92%
  }
  .smp_senryu_wrap .smp_senryu_form ul li {
    width: 100%;
    margin-bottom: 10px
  }
}

.intern2023 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-backface-visibility: hidden
}

.intern2023 {
  line-height: 1
}

.intern2023 a {
  color: #000;
  text-decoration: none
}

.intern2023 ul li {
  list-style-type: none
}

.intern2023 .font_mplus {
  font-family: 'M PLUS Rounded 1c', sans-serif
}

.intern2023 .pc {
  display: block!important
}

.intern2023 .pc__inline {
  display: inline!important
}

.intern2023 .sp {
  display: none!important
}

.intern2023 .sp__inline {
  display: none!important
}

@media only screen and (max-width:640px) {
  .intern2023 .pc {
    display: none!important
  }
  .intern2023 .pc__inline {
    display: none!important
  }
  .intern2023 .sp {
    display: block!important
  }
  .intern2023 .sp__inline {
    display: inline!important
  }
}

.intern2023 .intro__bg {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/intro_bg.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  z-index: 0;
  min-height: 828px
}

@media only screen and (max-width:1024px) {
  .intern2023 .intro__bg {
    min-height: 67.38vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .intro__bg {
    min-height: 132.81vw
  }
}

.intern2023 .intro {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 66px
}

@media only screen and (max-width:1024px) {
  .intern2023 .intro {
    padding-top: 4.58vw
  }
}

@media only screen and (max-width:1024px) {
  .intern2023 .intro {
    overflow: hidden
  }
}

.intern2023 .intro::after {
  content: "";
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/intro_ill.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 30px;
  right: -140px;
  width: 428px;
  height: 401px
}

@media only screen and (max-width:1024px) {
  .intern2023 .intro::after {
    top: 1.3vw;
    right: 6%;
    width: 28.9vw;
    height: 27.03vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .intro::after {
    top: 47.5vw;
    right: -4vw;
    width: 51.25vw;
    height: 48.12vw
  }
}

.intern2023 .intro__lead {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/intro_lead.svg);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 33px;
  width: 683px;
  height: 85px;
  padding: 40px 0 0 80px;
  margin: 0 0 0 1.5%;
  position: relative;
  z-index: 1
}

@media only screen and (max-width:1024px) {
  .intern2023 .intro__lead {
    font-size: 2.83vw;
    width: 59.08vw;
    height: 7.32vw;
    padding: 3.41vw 0 0 7.81vw;
    margin: 0 0 0 4%
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .intro__lead {
    font-size: 4.37vw;
    width: 90.31vw;
    height: 11.25vw;
    padding: 5.3vw 0 0 11vw;
    margin: 0 auto
  }
}

.intern2023 .intro__lead span {
  position: relative;
  display: inline-block
}

.intern2023 .intro__lead span::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%
}

@media only screen and (max-width:1024px) {
  .intern2023 .intro__lead span::before {
    width: .78vw;
    height: .78vw;
    top: -3.41vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .intro__lead span::before {
    width: 1.1vw;
    height: 1.1vw;
    top: -4.3vw
  }
}

.intern2023 .intro__ttl {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  margin: 27px 0 0 3.08%;
  position: relative;
  z-index: 1
}

@media only screen and (max-width:1024px) {
  .intern2023 .intro__ttl {
    margin: 2.2vw 0 0 5.8%
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .intro__ttl {
    margin: 4.4vw 0 0 5.8%
  }
}

.intern2023 .intro__ttl__fs_110 {
  font-size: 110px
}

@media only screen and (max-width:1024px) {
  .intern2023 .intro__ttl__fs_110 {
    font-size: 9.47vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .intro__ttl__fs_110 {
    font-size: 12.96vw
  }
}

.intern2023 .intro__ttl__fs_100 {
  font-size: 100px;
  letter-spacing: -.11em;
  padding-right: .1em
}

@media only screen and (max-width:1024px) {
  .intern2023 .intro__ttl__fs_100 {
    font-size: 8.59vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .intro__ttl__fs_100 {
    font-size: 10.31vw
  }
}

.intern2023 .intro__ttl__fs_76 {
  font-size: 76px
}

@media only screen and (max-width:1024px) {
  .intern2023 .intro__ttl__fs_76 {
    font-size: 5.85vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .intro__ttl__fs_76 {
    font-size: 6.09vw
  }
}

.intern2023 .intro__ttl__fs_70 {
  font-size: 70px
}

@media only screen and (max-width:1024px) {
  .intern2023 .intro__ttl__fs_70 {
    font-size: 6.05vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .intro__ttl__fs_70 {
    font-size: 8.28vw
  }
}

.intern2023 .intro__nav {
  margin: 50px auto 0 auto;
  width: 86%;
  display: flex;
  justify-content: space-between;
  padding: .5em 0
}

@media only screen and (max-width:1024px) {
  .intern2023 .intro__nav {
    margin: 2.4vw auto 0 auto;
    width: 89%
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .intro__nav {
    display: block;
    margin: 1vw 0 10vw 7vw;
    width: 41%
  }
}

.intern2023 .intro__nav li a {
  display: block;
  position: relative;
  padding: 0 30px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 17px
}

@media only screen and (max-width:1024px) {
  .intern2023 .intro__nav li a {
    font-size: 1.66vw;
    padding: 0 2.92vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .intro__nav li a {
    font-size: 3.12vw;
    padding: 0 4vw 3vw 5vw;
    border-bottom: solid 1px #000;
    margin-top: 4vw
  }
}

.intern2023 .intro__nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0
}

.intern2023 .intro__nav li:nth-child(1) a::before {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/intro_nav_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 18px
}

.intern2023 .intro__nav li:nth-child(2) a::before {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/intro_nav_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 18px
}

.intern2023 .intro__nav li:nth-child(3) a::before {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/intro_nav_03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 18px
}

.intern2023 .intro__nav li:nth-child(4) a::before {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/intro_nav_04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 18px
}

@media only screen and (max-width:1024px) {
  .intern2023 .intro__nav li:nth-child(1) a::before, .intern2023 .intro__nav li:nth-child(2) a::before, .intern2023 .intro__nav li:nth-child(3) a::before, .intern2023 .intro__nav li:nth-child(4) a::before {
    width: 2.24vw;
    height: 1.75vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .intro__nav li:nth-child(1) a::before {
    width: 3.43vw;
    height: 3.28vw
  }
  .intern2023 .intro__nav li:nth-child(2) a::before, .intern2023 .intro__nav li:nth-child(3) a::before {
    width: 4vw;
    height: 3.8vw
  }
  .intern2023 .intro__nav li:nth-child(4) a::before {
    width: 4.3vw;
    height: 4.1vw
  }
}

.intern2023 .intro__nav li a::after {
  content: "";
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/intro_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -.2em;
  bottom: 0;
  right: 0;
  width: 21px;
  height: 21px
}

@media only screen and (max-width:1024px) {
  .intern2023 .intro__nav li a::after {
    width: 2.05vw;
    height: 2.05vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .intro__nav li a::after {
    width: 4.06vw;
    height: 4.06vw;
    margin-top: -.5vw;
    top: 0
  }
}

.intern2023 .cta {
  display: block;
  position: relative;
  background: linear-gradient(to right, #2b90ad, #106e8b);
  margin: -285px auto 0 auto;
  border-radius: 30px;
  max-width: 1120px;
  width: 93.333%;
  box-shadow: 0 8px 8px 5px rgba(0, 0, 0, .2);
  padding: 10px 0 30px 0
}

@media only screen and (max-width:1024px) {
  .intern2023 .cta {
    margin: -24vw auto 0 auto;
    padding: .9vw 0 2.24vw 0;
    width: 88.28vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .cta {
    margin: -37vw auto 0 auto;
    padding: 0 0 3.5vw 0;
    width: 87.5vw
  }
}

.intern2023 .cta__inner {
  margin: 0 auto;
  width: 90%;
  text-align: center
}

.intern2023 .cta__img {
  position: absolute;
  top: 83px;
  left: 40px
}

@media only screen and (max-width:1024px) {
  .intern2023 .cta__img {
    top: 7vw;
    left: 3.9vw;
    width: 30vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .cta__img {
    top: 16vw;
    left: -2vw;
    width: 39.06vw
  }
}

.intern2023 .cta__txt_01 {
  display: inline-block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 29px;
  color: #fff000;
  line-height: 1.3;
  text-align: center;
  padding: 0 42px;
  position: relative
}

@media only screen and (max-width:1024px) {
  .intern2023 .cta__txt_01 {
    font-size: 2.24vw;
    padding: 0 3.5vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .cta__txt_01 {
    font-size: 3.59vw;
    line-height: 1.5;
    width: 100%
  }
}

.cta__txt_01_line__fs_s {
  font-size: 24px
}

@media only screen and (max-width:1024px) {
  .cta__txt_01_line__fs_s {
    font-size: 1.85vw
  }
}

@media only screen and (max-width:640px) {
  .cta__txt_01_line__fs_s {
    font-size: 2.96vw
  }
}

.intern2023 .cta__txt_01::before {
  display: inline-block;
  content: "";
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/cta__txt_01_left.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  width: 100%;
  height: 45px;
  position: absolute;
  bottom: .5em;
  left: 0
}

@media only screen and (max-width:1024px) {
  .intern2023 .cta__txt_01::before {
    height: 3.51vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .cta__txt_01::before {
    height: 8vw
  }
}

.intern2023 .cta__txt_01::after {
  display: inline-block;
  content: "";
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/cta__txt_01_right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  width: 100%;
  height: 45px;
  position: absolute;
  bottom: .5em;
  left: 0
}

@media only screen and (max-width:1024px) {
  .intern2023 .cta__txt_01::after {
    height: 3.51vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .cta__txt_01::after {
    height: 8vw
  }
}

.intern2023 .cta__txt_01_line {
  display: inline-block;
  border-bottom: solid 2px #fff000;
  padding: 26px 0 8px 0
}

@media only screen and (max-width:1024px) {
  .intern2023 .cta__txt_01_line {
    width: 100%;
    padding: 2.53vw 0 7.81vw 0
  }
}

@media only screen and (max-width:1024px) {
  .intern2023 .cta__txt_01_line {
    padding: 3.2vw 0 1.5vw 0
  }
}

.intern2023 .cta__txt_02 {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  line-height: 1.5;
  text-align: left;
  margin: 20px auto 0 auto;
  padding-left: 39%
}

@media only screen and (max-width:1024px) {
  .intern2023 .cta__txt_02 {
    font-size: 2.34vw;
    margin: 1.5vw auto 0 auto;
    padding-left: 37%
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .cta__txt_02 {
    font-size: 3vw;
    margin: 1.5vw auto 0 auto;
    padding-left: 39%
  }
}

.intern2023 .cta__txt_02__fc_yellow {
  display: inline-block;
  color: #fff000;
  font-size: 73px;
  letter-spacing: -.04em;
  margin-top: .2em;
  padding-left: .1em
}

@media only screen and (max-width:1024px) {
  .intern2023 .cta__txt_02__fc_yellow {
    font-size: 5.66vw;
    margin-top: .1em
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .cta__txt_02__fc_yellow {
    font-size: 6vw;
    margin-top: .2em
  }
}

.intern2023 .cta__txt_02_dot {
  position: relative;
  display: inline-block
}

.intern2023 .cta__txt_02_dot::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%
}

@media only screen and (max-width:1024px) {
  .intern2023 .cta__txt_02_dot::before {
    width: .6vw;
    height: .6vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .cta__txt_02_dot::before {
    width: 1vw;
    height: 1vw
  }
}

.cta__txt_02_ls_s {
  letter-spacing: -.23em
}

.intern2023 .cta__btn {
  display: block;
  border-radius: 50px;
  background: #f15a24;
  max-width: 630px;
  width: 90%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  text-align: center;
  padding: .68em 0 .6em 0;
  margin: 10px auto 0 auto;
  transition: .2s ease-in-out;
  position: relative
}

@media only screen and (max-width:1024px) {
  .intern2023 .cta__btn {
    font-size: 1.95vw;
    padding: .8em 0 .75em 0;
    max-width: 49.7vw;
    width: 90%
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .cta__btn {
    font-size: 3.12vw;
    padding: .4em 0 .35em 0;
    margin: .6vw 0 0 38%;
    width: 60%
  }
}

.cta__btn__arrow {
  display: inline-block;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/cta_arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 1px;
  background-size: 1em;
  padding: 0 1.7em .2em 0
}

@media only screen and (max-width:1024px) {
  .cta__btn__arrow {
    display: inline-block;
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/cta_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 1px;
    background-size: 1.2em;
    padding: 0 2em .2em 0
  }
}

@media only screen and (min-width:1025px) {
  .intern2023 .cta:hover .cta__btn {
    background: #f59370;
    transition: .2s ease-in-out
  }
}

.intern2023 .section {
  max-width: 1200px;
  width: 88%;
  margin: 0 auto
}

@media only screen and (max-width:640px) {
  .intern2023 .section.-sp_wide {
    width: 94%
  }
}

.intern2023 .section__ttl {
  max-width: 630px;
  margin: 0 auto;
  padding-top: 84px;
  position: relative
}

@media only screen and (max-width:640px) {
  .intern2023 .section__ttl {
    width: 100%;
    padding-top: 10vw
  }
}

.intern2023 .section__ttl::before {
  content: "";
  background: #000;
  width: 1px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto
}

@media only screen and (max-width:640px) {
  .intern2023 .section__ttl::before {
    width: 0;
    height: 0
  }
  .intern2023 .section__ttl.-sp_center::before {
    background: #000;
    width: 1px;
    height: 7vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
  }
}

.intern2023 .section__ttl__sub {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: .2em
}

@media only screen and (max-width:640px) {
  .intern2023 .section__ttl__sub {
    font-size: 5.31vw;
    text-align: left;
    margin-bottom: 5vw;
    border-left: solid 1px #000;
    padding: .12em 0 .15em .9em
  }
  .intern2023 .section__ttl.-sp_center .section__ttl__sub {
    border: none;
    text-align: center;
    padding: 0;
    margin-bottom: 0
  }
}

.intern2023 .section__ttl__sub.-fc_l {
  font-size: 33px
}

@media only screen and (max-width:640px) {
  .intern2023 .section__ttl__sub.-fc_l {
    font-size: 5.15vw
  }
}

.intern2023 .section__ttl__ttl {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3;
  text-align: center;
  position: relative
}

@media only screen and (max-width:640px) {
  .intern2023 .section__ttl__ttl {
    font-size: 8.59vw
  }
}

.intern2023 .section__ttl__ttl::before {
  content: "";
  background: #fff000;
  width: 100%;
  height: 18px;
  position: absolute;
  bottom: .05em;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1
}

.intern2023 .seminar {
  margin-top: 130px
}

@media only screen and (max-width:1024px) {
  .intern2023 .seminar {
    margin-top: 10vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .seminar .section__ttl__sub::after {
    content: "";
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/seminar_ill.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -3vw;
    right: 0;
    width: 29.06vw;
    height: 33.75vw
  }
}

.intern2023 .seminar__txtbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 12px
}

@media only screen and (max-width:1024px) {
  .intern2023 .seminar__txtbox {
    margin-top: 3.9vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .seminar__txtbox {
    display: block;
    margin-top: 8vw
  }
}

.intern2023 .seminar__txtbox__img {
  width: 28%;
  padding-left: 3.333%
}

.intern2023 .seminar__txtbox__txt {
  font-size: 18px;
  line-height: 1.88;
  width: 58.75%
}

@media only screen and (max-width:640px) {
  .intern2023 .seminar__txtbox__txt {
    font-size: 3.14vw;
    width: 100%
  }
}

.intern2023 .seminar__imglist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px
}

@media only screen and (max-width:1024px) {
  .intern2023 .seminar__imglist {
    margin-top: 3.9vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .seminar__imglist {
    display: block;
    margin-top: 0
  }
}

.intern2023 .seminar__imglist li a {
  display: block
}

@media only screen and (min-width:1025px) {
  .intern2023 .seminar__imglist li a img {
    transition: .3s ease-in-out
  }
  .intern2023 .seminar__imglist li a:hover img {
    transform: scale(1.2, 1.2);
    transition: .3s ease-in-out
  }
}

.intern2023 .seminar__imglist__img {
  overflow: hidden;
  border-radius: 30px
}

@media only screen and (max-width:640px) {
  .intern2023 .seminar__imglist__img {
    border-radius: 4.68vw
  }
}

.intern2023 .seminar__imglist__img img {
  width: 100%
}

.intern2023 .seminar__imglist.-max_3>li {
  width: 30%;
  margin: 2em 0 0 5%
}

.intern2023 .seminar__imglist.-max_3>li:nth-child(1), .intern2023 .seminar__imglist.-max_3>li:nth-child(2), .intern2023 .seminar__imglist.-max_3>li:nth-child(3) {
  margin-top: 0
}

.intern2023 .seminar__imglist.-max_3>li:nth-child(3n+1) {
  margin-left: 0
}

@media only screen and (max-width:1024px) {
  .intern2023 .seminar__imglist.-max_3>li {
    width: 46.46%;
    margin-left: 7.05%
  }
  .intern2023 .seminar__imglist.-max_3>li:nth-child(3) {
    margin-top: 6.54vw
  }
  .intern2023 .seminar__imglist.-max_3>li:nth-child(3n+1) {
    margin-left: 7.07%
  }
  .intern2023 .seminar__imglist.-max_3>li:nth-child(2n+1) {
    margin-left: 0
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .seminar__imglist.-max_3>li {
    width: 100%;
    margin-left: 0!important;
    margin-top: 10vw!important
  }
}

.intern2023 .seminar__imglist__txt_01 {
  margin-top: 40px;
  position: relative
}

@media only screen and (max-width:640px) {
  .intern2023 .seminar__imglist__txt_01 {
    margin-top: 6.25vw
  }
}

.intern2023 .seminar__imglist__txt_01__date {
  font-size: 18px;
  font-weight: 700
}

@media only screen and (max-width:640px) {
  .intern2023 .seminar__imglist__txt_01__date {
    font-size: 4.37vw
  }
}

.intern2023 .seminar__imglist__txt_01__date span {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 30px
}

@media only screen and (max-width:640px) {
  .intern2023 .seminar__imglist__txt_01__date span {
    font-size: 5.93vw
  }
}

.intern2023 .seminar__imglist__txt_01__tag {
  display: inline-block;
  background: #000;
  text-align: center;
  border: solid 1px #707070;
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: .3em .8em .2em .8em;
  min-width: 103px
}

@media only screen and (max-width:640px) {
  .intern2023 .seminar__imglist__txt_01__tag {
    font-size: 3.43vw;
    min-width: 25.31vw;
    padding: .55em .8em .5em .8em
  }
}

.intern2023 .seminar__imglist__txt_02 {
  margin-top: 10px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.7
}

@media only screen and (max-width:640px) {
  .intern2023 .seminar__imglist__txt_02 {
    margin-top: 3vw;
    font-size: 3.75vw
  }
}

.intern2023 .seminar__imglist__txt_03 {
  margin-top: 15px;
  border-top: solid 1px #000;
  width: 100%
}

@media only screen and (max-width:640px) {
  .intern2023 .seminar__imglist__txt_03 {
    margin-top: 3vw
  }
}

.intern2023 .seminar__imglist__txt_03 li {
  margin-top: 10px;
  border-bottom: solid 1px #000;
  padding: .1em 0 .6em 0;
  width: 100%;
  font-size: 20px;
  font-weight: 700
}

@media only screen and (max-width:640px) {
  .intern2023 .seminar__imglist__txt_03 li {
    margin-top: 3vw;
    padding: 0 0 .65em 0;
    font-size: 3.75vw
  }
}

.intern2023 .seminar__imglist__txt_03 li span {
  font-size: 16px;
  font-weight: 400;
  padding-right: 1em
}

@media only screen and (max-width:640px) {
  .intern2023 .seminar__imglist__txt_03 li span {
    font-size: 3.43vw
  }
}

.intern2023 .contents_bg_gray {
  padding: 100px 0 200px 0;
  margin-top: 200px;
  background: #f6f6f6;
  position: relative;
  z-index: 0
}

@media only screen and (max-width:1024px) {
  .intern2023 .contents_bg_gray {
    padding: 4.8vw 0 9.76vw 0;
    margin-top: 9.76vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .contents_bg_gray {
    padding: 7vw 0 16vw 0;
    margin-top: 18vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .contents .section__ttl__sub::after {
    content: "";
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/contents_ill.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 2vw;
    right: -2vw;
    width: 35.78vw;
    height: 30.15vw
  }
}

.intern2023 .contents__txtbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 35px
}

@media only screen and (max-width:640px) {
  .intern2023 .contents__txtbox {
    display: block;
    margin-top: 8vw
  }
}

.intern2023 .contents__txtbox__img {
  width: 28%
}

.intern2023 .contents__txtbox__txt {
  font-size: 18px;
  line-height: 1.88;
  width: 58.75%
}

@media only screen and (max-width:640px) {
  .intern2023 .contents__txtbox__txt {
    font-size: 3.14vw;
    width: 100%
  }
}

.intern2023 .contents__imglist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px
}

@media only screen and (max-width:1024px) {
  .intern2023 .contents__imglist {
    margin-top: 3.9vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .contents__imglist {
    margin-top: 0;
    display: block
  }
}

.intern2023 .contents__imglist li a {
  display: block
}

@media only screen and (min-width:1025px) {
  .intern2023 .contents__imglist li a img {
    transition: .3s ease-in-out
  }
  .intern2023 .contents__imglist li a:hover img {
    transform: scale(1.2, 1.2);
    transition: .3s ease-in-out
  }
}

.intern2023 .contents__imglist__img {
  overflow: hidden;
  border-radius: 30px
}

@media only screen and (max-width:1024px) {
  .intern2023 .contents__imglist__img img {
    width: 100%
  }
}

.intern2023 .contents__imglist.-max_3>li {
  width: 30%;
  margin: 2em 0 0 5%
}

.intern2023 .contents__imglist.-max_3>li:nth-child(1), .intern2023 .contents__imglist.-max_3>li:nth-child(2), .intern2023 .contents__imglist.-max_3>li:nth-child(3) {
  margin-top: 0
}

.intern2023 .contents__imglist.-max_3>li:nth-child(3n+1) {
  margin-left: 0
}

@media only screen and (max-width:1024px) {
  .intern2023 .contents__imglist.-max_3>li {
    width: 46.46%;
    margin-left: 7.05%
  }
  .intern2023 .contents__imglist.-max_3>li:nth-child(3) {
    margin-top: 6.54vw
  }
  .intern2023 .contents__imglist.-max_3>li:nth-child(3n+1) {
    margin-left: 7.07%
  }
  .intern2023 .contents__imglist.-max_3>li:nth-child(2n+1) {
    margin-left: 0
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .contents__imglist.-max_3>li {
    width: 100%;
    margin-left: 0!important;
    margin-top: 10vw!important
  }
}

.intern2023 .contents__imglist__txt_01 {
  margin-top: 25px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.7
}

@media only screen and (max-width:640px) {
  .intern2023 .contents__imglist__txt_01 {
    margin-top: 6.25vw;
    font-size: 3.75vw
  }
}

.intern2023 .contents__imglist__txt_03 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.7
}

@media only screen and (max-width:640px) {
  .intern2023 .contents__imglist__txt_03 {
    margin-top: 3.12vw;
    font-size: 3.43vw
  }
}

.intern2023 .contents__imglist__tag {
  display: inline-block;
  background: #000;
  text-align: center;
  border: solid 1px #707070;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: .3em .8em .2em .8em;
  min-width: 103px;
  margin-top: 15px
}

@media only screen and (max-width:640px) {
  .intern2023 .contents__imglist__tag {
    font-size: 3.43vw;
    min-width: 25.31vw;
    padding: .55em .8em .5em .8em
  }
}

.intern2023 .intern {
  margin-top: 130px
}

@media only screen and (max-width:1024px) {
  .intern2023 .intern {
    margin-top: 7.32vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .intern {
    margin-top: 15vw
  }
}

.intern2023 .intern__ttl_bg {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/intern_ill.png);
  background-repeat: no-repeat;
  background-size: 270px;
  background-position: bottom 0 left 40px;
  padding-bottom: 30px
}

@media only screen and (max-width:1024px) {
  .intern2023 .intern__ttl_bg {
    background-size: 17.57vw;
    background-position: bottom 2.29vw left 0;
    padding-bottom: 2.92vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .intern__ttl_bg {
    background: 0 0;
    padding-bottom: 0
  }
}

.intern2023 .intern__ttl {
  width: 500px;
  margin: 0 auto;
  padding-top: 84px;
  position: relative
}

@media only screen and (max-width:640px) {
  .intern2023 .intern__ttl {
    width: 100%;
    padding-top: 6vw
  }
}

.intern2023 .intern__ttl::before {
  content: "";
  background: #000;
  width: 1px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto
}

@media only screen and (max-width:640px) {
  .intern2023 .intern__ttl::before {
    width: 0;
    height: 0
  }
}

.intern2023 .intern__ttl__sub {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: .2em
}

@media only screen and (max-width:640px) {
  .intern2023 .intern__ttl__sub {
    font-size: 5.31vw;
    text-align: left;
    margin-bottom: 3vw;
    border-left: solid 1px #000;
    padding: .12em 0 .15em .9em
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .intern__ttl__sub::after {
    content: "";
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/intern_ill.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -6vw;
    right: 0;
    width: 29.53vw;
    height: 21.56vw
  }
}

.intern2023 .intern__ttl__ttl {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3;
  text-align: center
}

@media only screen and (max-width:640px) {
  .intern2023 .intern__ttl__ttl {
    font-size: 8.59vw
  }
}

.intern2023 .intern__ttl__ttl__underbar {
  display: block;
  position: relative;
  margin-top: .1em
}

.intern2023 .intern__ttl__ttl__underbar::before {
  content: "";
  background: #fff000;
  width: 100%;
  height: 18px;
  position: absolute;
  bottom: .05em;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1
}

.intern2023 .intern__txt {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  margin-top: 30px
}

@media only screen and (max-width:640px) {
  .intern2023 .intern__txt {
    text-align: left;
    font-size: 3.43vw;
    line-height: 1.6;
    margin-top: 8vw
  }
}

.intern2023 .intern__imglist {
  display: flex;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 60px auto 0 auto
}

@media only screen and (max-width:640px) {
  .intern2023 .intern__imglist {
    display: block;
    margin: 5vw auto 0 auto
  }
}

.intern2023 .intern__imglist li {
  width: 49.107%;
  margin: 24px 0 0 1.786%
}

@media only screen and (max-width:640px) {
  .intern2023 .intern__imglist li {
    width: 100%;
    margin: 5vw 0 0 0
  }
}

.intern2023 .intern__imglist li:nth-child(1), .intern2023 .intern__imglist li:nth-child(2) {
  margin-top: 0
}

.intern2023 .intern__imglist li:nth-child(2n+1) {
  margin-left: 0
}

@media only screen and (max-width:640px) {
  .intern2023 .intern__imglist li:nth-child(1), .intern2023 .intern__imglist li:nth-child(2) {
    margin-top: 5vw
  }
}

.intern2023 .intern__imglist__first {
  border: solid 5px #fff881;
  padding: 48px 6.5454%
}

@media only screen and (max-width:640px) {
  .intern2023 .intern__imglist__first {
    padding: 7.5vw 6.5454%
  }
}

.intern2023 .intern__imglist__first dl dt {
  background: #fff881;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  padding: .3em;
  margin-bottom: 40px
}

@media only screen and (max-width:640px) {
  .intern2023 .intern__imglist__first dl dt {
    font-size: 3.43vw;
    margin-bottom: 7vw
  }
}

.intern2023 .intern__imglist__first dl dd {
  border-bottom: solid 1px #707070;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  padding: .9em .3em .7em .3em;
  width: 83.68%;
  margin: 0 auto
}

@media only screen and (max-width:640px) {
  .intern2023 .intern__imglist__first dl dd {
    font-size: 3.43vw;
    padding: .5em .3em
  }
}

.intern2023 .intern__imglist__first__top {
  border-top: solid 1px #707070
}

.intern2023 .intern__imglist__q {
  background: #fffdd9;
  padding: 28px 0
}

@media only screen and (max-width:640px) {
  .intern2023 .intern__imglist__q {
    padding: 4.62vw 0
  }
}

.intern2023 .intern__imglist__q__ic {
  text-align: center
}

.intern2023 .intern__imglist__q__lead {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin: 20px 7.2727% 0 7.2727%
}

@media only screen and (max-width:640px) {
  .intern2023 .intern__imglist__q__lead {
    font-size: 3.43vw;
    line-height: 1.8
  }
}

.intern2023 .intern__imglist__q__img {
  margin: 20px 6% 0 6%;
  text-align: center
}

@media only screen and (max-width:640px) {
  .intern2023 .intern__imglist__q__img {
    margin: 4vw 6% 0 6%
  }
}

.intern2023 .intern__imglist__q__txt {
  border: solid 2px #ffbd00;
  background: #fff;
  padding: .5em .8em;
  font-size: 16px;
  line-height: 1.6;
  margin: 20px 7.2727% 0 7.2727%
}

@media only screen and (max-width:640px) {
  .intern2023 .intern__imglist__q__txt {
    font-size: 3.12vw;
    margin: 3vw 7.2727% 0 7.2727%
  }
}

.intern2023 .sonar_top_bg {
  margin-top: 75px;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/sonar_top_bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 0;
  padding-bottom: 50px;
  position: relative
}

@media only screen and (max-width:1024px) {
  .intern2023 .sonar_top_bg {
    padding-bottom: 2.44vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_top_bg {
    margin-top: 6vw;
    padding-bottom: 9vw
  }
}

.intern2023 .sonar_top {
  padding-top: 277px;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/sonar_top_ill.png);
  background-repeat: no-repeat;
  background-position: top 290px right
}

@media only screen and (max-width:1024px) {
  .intern2023 .sonar_top {
    padding-top: 20vw;
    background-position: top right
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_top {
    background-size: 39vw;
    padding-top: 44vw;
    background-position: top 10vw right
  }
}

.intern2023 .sonar_top h2 {
  text-align: center
}

.intern2023 .sonar_top__lead {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #fff000;
  text-align: center;
  margin-top: 35px
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_top__lead {
    font-size: 4.5vw;
    margin-top: 5vw;
    text-align: left
  }
}

.intern2023 .sonar_top__lead__arrow {
  padding: 0 .4em;
  position: relative;
  top: .03em
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_top__lead__arrow {
    padding: 0 .25em;
    top: .1em;
    width: 7.4vw
  }
}

.intern2023 .sonar_top__txt {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  text-align: center;
  margin-top: 40px
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_top__txt {
    font-size: 3.43vw;
    line-height: 1.8;
    text-align: left;
    margin-top: 4vw
  }
}

.intern2023 .sonar_top__img {
  margin-top: 40px;
  text-align: center
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_top__img {
    margin-top: 7vw
  }
}

.intern2023 .sonar_infra_bg {
  background: #f4f4f4 url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/sonar_infra_bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 160px 0 120px 0;
  text-align: center
}

@media only screen and (max-width:1024px) {
  .intern2023 .sonar_infra_bg {
    padding: 7.8vw 0 4.88vw 0
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_infra_bg {
    background-size: 10vw;
    padding: 18vw 0 14vw 0;
    margin-top: -1px
  }
}

.intern2023 .sonar_infra__ttl {
  display: table;
  position: relative;
  min-height: 140px;
  margin: 0 auto
}

.intern2023 .sonar_infra__ttl__inner {
  display: table-cell;
  vertical-align: middle
}

.intern2023 .sonar_infra__ttl::before {
  content: "";
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/brackets_01_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_infra__ttl::before {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/brackets_01_left_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center
  }
}

.intern2023 .sonar_infra__ttl::after {
  content: "";
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/brackets_01_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_infra__ttl::after {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/brackets_01_right_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center
  }
}

.intern2023 .sonar_infra__ttl__inner h2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.8;
  padding: 0 3em;
  display: inline-block
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_infra__ttl__inner h2 {
    font-size: 4.68vw;
    line-height: 1.7;
    padding: 0 2.7em
  }
}

.intern2023 .sonar_infra__ttl__inner h2 span {
  color: #18738d
}

.intern2023 .sonar_infra__img {
  margin-top: 45px
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_infra__img {
    margin-top: 4vw
  }
}

.intern2023 .sonar_function {
  margin-top: 160px;
  text-align: center
}

@media only screen and (max-width:1024px) {
  .intern2023 .sonar_function {
    margin-top: 7.8vw
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_function {
    margin-top: 12vw
  }
}

.intern2023 .sonar_function.-mt_0 {
  margin-top: 0
}

.intern2023 .sonar_function__ttl {
  display: table;
  position: relative;
  min-height: 120px;
  margin: 0 auto
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_function__ttl {
    min-height: auto
  }
}

.intern2023 .sonar_function__ttl__inner {
  display: table-cell;
  vertical-align: middle
}

.intern2023 .sonar_function__ttl::before {
  content: "";
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/brackets_01_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%
}

.intern2023 .sonar_function__ttl::after {
  content: "";
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/brackets_01_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%
}

.intern2023 .sonar_function__ttl__inner h2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.8;
  padding: 0 3em;
  display: inline-block
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_function__ttl__inner h2 {
    font-size: 6.09vw;
    padding: 0 2em;
    line-height: 1.7
  }
}

.intern2023 .sonar_function__ttl__dot {
  color: #18738d;
  position: relative;
  display: inline-block
}

.intern2023 .sonar_function__ttl__dot::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #98dadf;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_function__ttl__dot::before {
    width: 1.1vw;
    height: 1.1vw;
    top: -.3vw
  }
}

.intern2023 .sonar_function__imglist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_function__imglist {
    display: block;
    margin-top: 8vw
  }
}

.intern2023 .sonar_function__imglist li a {
  display: block
}

@media only screen and (min-width:1025px) {
  .intern2023 .sonar_function__imglist li a img {
    transition: .3s ease-in-out
  }
  .intern2023 .sonar_function__imglist li a:hover img {
    transform: scale(1.2, 1.2);
    transition: .3s ease-in-out
  }
}

.intern2023 .sonar_function__imglist__img {
  overflow: hidden;
  border: solid 1px #afafaf;
  border-radius: 30px
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_function__imglist__img {
    border-radius: 1.56vw
  }
}

.intern2023 .sonar_function__imglist__img img {
  width: 100%
}

.intern2023 .sonar_function__imglist.-max_3>li {
  width: 30%;
  margin: 2em 0 0 5%
}

.intern2023 .sonar_function__imglist.-max_3>li:nth-child(1), .intern2023 .sonar_function__imglist.-max_3>li:nth-child(2), .intern2023 .sonar_function__imglist.-max_3>li:nth-child(3) {
  margin-top: 0
}

.intern2023 .sonar_function__imglist.-max_3>li:nth-child(3n+1) {
  margin-left: 0
}

@media only screen and (max-width:1024px) {
  .intern2023 .sonar_function__imglist.-max_3>li {
    width: 46.46%;
    margin-left: 7.05%
  }
  .intern2023 .sonar_function__imglist.-max_3>li:nth-child(3) {
    margin-top: 6.54vw
  }
  .intern2023 .sonar_function__imglist.-max_3>li:nth-child(3n+1) {
    margin-left: 7.07%
  }
  .intern2023 .sonar_function__imglist.-max_3>li:nth-child(2n+1) {
    margin-left: 0
  }
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_function__imglist.-max_3>li {
    width: 100%;
    margin-left: 0!important;
    margin-top: 10vw!important
  }
}

.intern2023 .sonar_function__imglist__txt_01 {
  margin-top: 50px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #18738d;
  padding-bottom: .5em;
  border-bottom: dashed 1px #ddd
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_function__imglist__txt_01 {
    margin-top: 3.5vw;
    font-size: 4.68vw
  }
}

.intern2023 .sonar_function__imglist__txt_02 {
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_function__imglist__txt_02 {
    margin-top: 3vw;
    font-size: 3.43vw
  }
}

.intern2023 .sonar_price_bg {
  background: #fff000;
  padding: 70px 0 30px 0;
  margin-top: 120px
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_price_bg {
    padding: 7vw 0 7vw 0;
    margin-top: 14vw
  }
}

.intern2023 .sonar_price {
  text-align: center
}

.intern2023 .sonar_price__ttl {
  display: table;
  position: relative;
  min-height: 120px;
  margin: 0 auto;
  margin-top: 60px
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_price__ttl {
    margin-top: 5vw;
    min-height: auto
  }
}

.intern2023 .sonar_price__ttl__inner {
  display: table-cell;
  vertical-align: middle
}

.intern2023 .sonar_price__ttl::before {
  content: "";
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/brackets_02_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%
}

.intern2023 .sonar_price__ttl::after {
  content: "";
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/brackets_02_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%
}

.intern2023 .sonar_price__ttl__inner h2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  padding: 0 5em;
  display: inline-block
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_price__ttl__inner h2 {
    font-size: 3.43vw;
    padding: 0 2.5em
  }
}

.intern2023 .sonar_price__ttl h2 span {
  color: #18738d;
  font-size: 46px
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_price__ttl h2 span {
    font-size: 6.25vw
  }
}

.intern2023 .sonar_price__img {
  display: flex;
  align-items: center;
  margin: 65px auto 0 auto;
  max-width: 1120px;
  width: 100%
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_price__img {
    display: block;
    margin: 8.5vw auto 0 auto
  }
}

.intern2023 .sonar_price__img__left {
  width: 42.5%;
  background: #fff;
  border-radius: 30px;
  padding: 10px 0;
  position: relative
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_price__img__left {
    width: 100%;
    border-radius: 3.12vw;
    padding: 10px 0
  }
}

.intern2023 .sonar_price__img__plus {
  width: 9.375%;
  padding: 0 1.517%
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_price__img__plus {
    width: 11vw;
    padding: 4vw 0 6.5vw 0;
    margin: 0 auto
  }
}

.intern2023 .sonar_price__img__right {
  width: 47.946%;
  background: #fff;
  border-radius: 30px;
  padding: 10px 0;
  position: relative
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_price__img__right {
    width: 100%;
    border-radius: 3.12vw;
    padding: 10px 0
  }
}

.intern2023 .sonar_price__img__left p, .intern2023 .sonar_price__img__right p {
  background: #18738d;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  max-width: 320px;
  border-radius: 100px;
  margin: -25px auto 0 auto;
  padding: .4em .4em .5em .4em
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_price__img__left p, .intern2023 .sonar_price__img__right p {
    font-size: 3.43vw;
    width: 50vw;
    max-width: none;
    margin: -4.5vw auto 0 auto;
    padding: .5em .4em .6em .4em
  }
}

.intern2023 .sonar_price__data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 70px auto 0 auto;
  max-width: 817px;
  border: solid 4px #707070;
  padding: 2.2% 1% 1.8% 1%
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_price__data {
    margin: 10vw auto 0 auto;
    max-width: 72.5vw;
    border: solid 4px #707070;
    padding: 3vw
  }
}

.intern2023 .sonar_price__data__left {
  max-width: 10.5%;
  max-height: 10.5%
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_price__data__left {
    max-width: 19vw;
    max-height: 19vw
  }
}

.intern2023 .sonar_price__data__center {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: #18738d;
  margin-left: 2%;
  position: relative;
  padding-bottom: .08em
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_price__data__center {
    font-size: 14.53vw;
    margin-left: 4%
  }
}

.intern2023 .sonar_price__data__center::after {
  content: "";
  background: #e16437;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0
}

.intern2023 .sonar_price__data__center span {
  font-size: 55px;
  position: relative;
  top: -.05em
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_price__data__center span {
    font-size: 9.84vw;
    top: -.06em
  }
}

.intern2023 .sonar_price__data__right {
  margin-left: 5%
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_price__data__right {
    margin: 3.5vw 0 0 0
  }
}

.intern2023 .sonar_price__data__right li {
  text-align: left;
  display: flex;
  align-items: center
}

.intern2023 .sonar_price__data__right li:nth-child(2) {
  margin-top: 15px
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_price__data__right li:nth-child(2) {
    margin-top: 2.2vw
  }
}

.intern2023 .sonar_price__data__right__txt_01 {
  background: #000;
  border-radius: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding: .5em .2em;
  min-width: 118px;
  text-align: center;
  margin-right: .5em
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_price__data__right__txt_01 {
    font-size: 2.5vw;
    min-width: 18.43vw
  }
}

.intern2023 .sonar_price__data__right__txt_02 {
  font-weight: 700;
  font-size: 22px;
  color: #36728a
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_price__data__right__txt_02 {
    font-size: 3.43vw
  }
}

.intern2023 .sonar_price__data__right__txt_02.-fs_l {
  font-size: 40px
}

@media only screen and (max-width:640px) {
  .intern2023 .sonar_price__data__right__txt_02.-fs_l {
    font-size: 6.25vw
  }
}

.intern2023 .claim_bg {
  background: #18738d url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/claim_bg.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  padding: 200px 0 230px 0
}

@media only screen and (max-width:1024px) {
  .intern2023 .claim_bg {
    padding: 7.8vw 0 11.23vw 0
  }
}

.intern2023 .claim {
  padding-top: 100px
}

@media only screen and (max-width:640px) {
  .intern2023 .claim {
    padding-top: 16vw
  }
}

.intern2023 .claim__ttl {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 33px;
  color: #fff;
  text-align: center
}

@media only screen and (max-width:640px) {
  .intern2023 .claim__ttl {
    font-size: 5.15vw
  }
}

.intern2023 .claim__catch {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1030px;
  background: #fff;
  border-radius: 7px;
  margin: 50px auto 0 auto;
  padding: 35px 0
}

@media only screen and (max-width:640px) {
  .intern2023 .claim__catch {
    border-radius: 0;
    margin: 12vw auto 0 auto;
    padding: 5vw 3.5vw 3vw 3.5vw
  }
}

.intern2023 .claim__catch::after {
  content: "";
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/claim_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 57px;
  height: 29px;
  position: absolute;
  bottom: -29px;
  left: 0;
  right: 0;
  margin: auto
}

@media only screen and (max-width:640px) {
  .intern2023 .claim__catch::after {
    width: 8.9vw;
    height: 4.53vw;
    bottom: -4vw
  }
}

.intern2023 .claim__catch__inner {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-right: 40px
}

@media only screen and (max-width:640px) {
  .intern2023 .claim__catch__inner {
    padding-right: 0
  }
}

.intern2023 .claim__catch__txt_01 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.3;
  color: #18738d
}

@media only screen and (max-width:640px) {
  .intern2023 .claim__catch__txt_01 {
    font-size: 5vw;
    line-height: 1.5;
    border-bottom: dashed 1px #000;
    padding-bottom: .6em;
    margin-bottom: .65em
  }
}

.intern2023 .claim__catch__txt_01 .-sp {
  display: none
}

@media only screen and (max-width:640px) {
  .intern2023 .claim__catch__txt_01 .-sp {
    display: inline
  }
  .intern2023 .claim__catch__txt_01 .-pc {
    display: none
  }
}

.intern2023 .claim__catch__txt_01__line {
  display: inline-block;
  border-bottom: dashed 1px #000;
  padding-bottom: .15em;
  margin-bottom: .1em
}

@media only screen and (max-width:640px) {
  .intern2023 .claim__catch__txt_01__line {
    display: inline;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
  }
}

.intern2023 .claim__catch__txt_01__dot {
  display: inline-block;
  position: relative
}

.intern2023 .claim__catch__txt_01__dot::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #18738d;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%
}

@media only screen and (max-width:640px) {
  .intern2023 .claim__catch__txt_01__dot::before {
    width: 1.4vw;
    height: 1.4vw;
    top: -.6vw
  }
}

.intern2023 .claim__catch__txt_02 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 15px
}

@media only screen and (max-width:640px) {
  .intern2023 .claim__catch__txt_02 {
    font-size: 3.12vw;
    line-height: 1.8;
    margin-top: 1.95vw;
    text-align: left
  }
}

.intern2023 .claim__catch__txt_02_bg {
  background: #fff000
}

@media only screen and (max-width:640px) {
  .intern2023 .claim__catch__txt_02_left {
    margin-left: -.3em
  }
}

.intern2023 .claim__catch__txt_02 .-sp {
  display: none
}

@media only screen and (max-width:640px) {
  .intern2023 .claim__catch__txt_02 .-sp {
    display: inline
  }
}

.intern2023 .claim__catch__point {
  background: #54b5ca;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 63px;
  left: -54px;
  padding: .5em .7em;
  line-height: 1.3;
  text-align: center;
  transform: rotate(-7deg)
}

@media only screen and (max-width:640px) {
  .intern2023 .claim__catch__point {
    position: absolute;
    top: -5.4vw;
    left: -3.14vw;
    font-size: 3.75vw;
    transform: rotate(-5deg)
  }
}

.intern2023 .claim__catch__point span {
  display: block;
  font-size: 28px
}

@media only screen and (max-width:640px) {
  .intern2023 .claim__catch__point span {
    display: inline;
    font-size: 2.73vw
  }
}

.intern2023 .claim__catch__img {
  position: absolute;
  top: -25px;
  right: -122px;
  width: 287px;
  height: 260px
}

@media only screen and (max-width:640px) {
  .intern2023 .claim__catch__img {
    position: absolute;
    top: auto;
    bottom: -4vw;
    left: auto;
    right: -5.5vw;
    width: 39.5vw;
    height: 30vw
  }
}

.intern2023 .claim__manga_ttl {
  background: #000;
  padding: .7em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  max-width: 920px;
  margin: 86px auto 0 auto;
  border: solid 1px #707070;
  border-radius: 10px
}

@media only screen and (max-width:640px) {
  .intern2023 .claim__manga_ttl {
    margin: 13vw auto 0 auto;
    font-size: 3.9vw
  }
}

.intern2023 .claim__manga {
  text-align: center;
  margin-top: 37px
}

@media only screen and (max-width:640px) {
  .intern2023 .claim__manga {
    margin-top: 6.25vw
  }
}

.intern2023 .claim__btn {
  display: block;
  background: #f15a24;
  padding: .6em 1.6em .6em .6em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  max-width: 630px;
  margin: 50px auto 0 auto;
  border: solid 3px #000;
  border-radius: 100px;
  position: relative;
  transition: .2s ease-in-out
}

@media only screen and (max-width:640px) {
  .intern2023 .claim__btn {
    margin-top: 6.25vw;
    font-size: 4.06vw;
    padding: .6em 1.6em .65em .6em
  }
}

.intern2023 .claim__btn::after {
  content: "";
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/intern2023/claim_btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 27px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 150px;
  margin: auto
}

@media only screen and (max-width:640px) {
  .intern2023 .claim__btn::after {
    width: 4.21vw;
    height: 3.12vw;
    right: 21.87vw
  }
}

@media only screen and (min-width:1025px) {
  .intern2023 .claim__btn:hover {
    background: #f59370;
    transition: .2s ease-in-out
  }
}

.smp_senryu_result img {
  max-width: 100%
}

.smp_senryu_result small {
  font-size: 70%
}

.smp_senryu_result :after, .smp_senryu_result :before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1
}

.smp_senryu_result .pc {
  display: block
}

.smp_senryu_result .sp {
  display: none
}

.smp_senryu_result .smp_senryu_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.smp_senryu_result .smp_senryu_kv {
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/kv_sakura_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/kv_shodou_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_kv_bottom_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_kv_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_kv_daishi_pc.png);
  background-repeat: no-repeat;
  background-position: 0 0, right 0, center bottom, center 0, 0 bottom;
  background-size: auto, auto, 100%, 100%, 100%;
  padding: 4vw 0 50px
}

.smp_senryu_result .smp_senryu_kv .smp_senryu_inner {
  text-align: center
}

.smp_senryu_result .smp_senryu_kv .smp_senryu_inner div.pc {
  margin: 0 auto 20px;
  width: 75.789%
}

.smp_senryu_result .smp_senryu_kv .smp_senryu_inner .smp_senryu_logo {
  width: 280px;
  margin: 0 auto
}

.smp_senryu_result .smp_senryu_kv .smp_senryu_inner p {
  font-size: 70px;
  font-family: YuMincho, "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 700
}

.smp_senryu_result .smp_senryu_kv .smp_senryu_inner p span {
  margin-right: -20px
}

.smp_senryu_result .smp_senryu_headline {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_decoration_pc.png) repeat 0 center;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.smp_senryu_result .smp_senryu_headline p {
  font-size: 25px;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  font-family: YuMincho, "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 700
}

.smp_senryu_result .smp_senryu_headline p strong {
  font-size: 40px
}

.smp_senryu_result .smp_senryu_bg01 {
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_cloud-top_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_cloud-bottom_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_daishi.png);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: 0 0, right bottom, center 0;
  padding: 2vw 0;
  position: relative
}

.smp_senryu_result .smp_senryu_bg01::before {
  max-width: 343px;
  width: 25.1098%;
  height: 380px;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/pic_turu.png) no-repeat 0 0;
  background-size: 100%;
  left: 0;
  bottom: -25vw
}

.smp_senryu_result .smp_senryu_bg01::after {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/pic_sakura-right_pc.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 380px;
  width: 32.50366%;
  height: 288px;
  right: 0;
  top: 2vw
}

.smp_senryu_result .smp_senryu_bg01 .smp_senryu_flex {
  max-width: 890px;
  margin: 0 auto;
  align-items: baseline
}

.smp_senryu_result .smp_senryu_bg01 .smp_senryu_flex .smp_senryu_left {
  width: 56%
}

.smp_senryu_result .smp_senryu_bg01 .smp_senryu_flex .smp_senryu_right {
  width: 44%
}

.smp_senryu_result .smp_senryu_bg01 section {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding-top: 65px
}

.smp_senryu_result .smp_senryu_bg01 section dl {
  position: absolute;
  top: 0;
  left: 20px;
  display: flex
}

.smp_senryu_result .smp_senryu_bg01 section dt {
  width: 151px
}

.smp_senryu_result .smp_senryu_bg01 section dd {
  padding-top: 20px;
  font-size: 20px;
  font-family: YuMincho, "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 700
}

.smp_senryu_result .smp_senryu_bg01 section article {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_daishi_gray.png);
  border: 1px solid #ef3d0d;
  padding: 80px 40px 20px
}

.smp_senryu_result .smp_senryu_bg01 section article p {
  font-size: 18px
}

.smp_senryu_result .smp_senryu_bg01 .smp_senryu_comment {
  background-color: #fff;
  max-width: 900px;
  margin: 40px auto;
  border-radius: 1rem;
  padding: 2vw;
  position: relative
}

.smp_senryu_result .smp_senryu_bg01 .smp_senryu_comment:before {
  width: 31px;
  height: 43px;
  top: -43px;
  right: 5%;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_comment.png) no-repeat 0 0
}

.smp_senryu_result .smp_senryu_bg02 {
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_daishi_red.png);
  background-repeat: repeat;
  background-position: center 0;
  padding: 2vw 0
}

.smp_senryu_result .smp_senryu_bg02 .smp_senryu_flex {
  max-width: 890px;
  margin: 0 auto;
  align-items: baseline
}

.smp_senryu_result .smp_senryu_bg02 .smp_senryu_flex .smp_senryu_left {
  width: 56%
}

.smp_senryu_result .smp_senryu_bg02 .smp_senryu_flex .smp_senryu_right {
  width: 44%
}

.smp_senryu_result .smp_senryu_bg02 section {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding-top: 65px
}

.smp_senryu_result .smp_senryu_bg02 section dl {
  position: absolute;
  top: 0;
  left: 20px;
  display: flex
}

.smp_senryu_result .smp_senryu_bg02 section dt {
  width: 151px
}

.smp_senryu_result .smp_senryu_bg02 section dd {
  padding-top: 20px;
  font-size: 20px;
  font-family: YuMincho, "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 700
}

.smp_senryu_result .smp_senryu_bg02 section article {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_daishi_gray.png);
  border: 1px solid #ef3d0d;
  padding: 80px 40px 20px
}

.smp_senryu_result .smp_senryu_bg02 section article p {
  font-size: 18px
}

.smp_senryu_result .smp_senryu_bg03 {
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_daishi.png);
  background-repeat: repeat;
  background-position: center 0;
  padding: 1vw 0 4vw
}

.smp_senryu_result .smp_senryu_bg03 section {
  position: relative
}

.smp_senryu_result .smp_senryu_bg03 section::before {
  max-width: 343px;
  width: 25.1098%;
  height: 380px;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/pic_turu.png) no-repeat 0 0;
  background-size: 100%;
  left: 0;
  bottom: 0
}

.smp_senryu_result .smp_senryu_bg03 section::after {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/pic_sakura-right_pc.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 380px;
  width: 32.50366%;
  height: 288px;
  right: 0;
  top: 2vw
}

.smp_senryu_result .smp_senryu_bg03 .smp_senryu_block {
  max-width: 900px;
  margin: 0 auto;
  position: relative
}

.smp_senryu_result .smp_senryu_bg03 .smp_senryu_block h2 {
  position: absolute;
  top: -60px;
  left: 30px
}

.smp_senryu_result .smp_senryu_bg03 .smp_senryu_block article {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_daishi_gray.png);
  border: 1px solid #ef3d0d;
  padding: 70px 40px 30px;
  margin-top: 110px
}

.smp_senryu_result .smp_senryu_bg03 .smp_senryu_block article .smp_senryu_text {
  font-size: 18px;
  margin-bottom: 1vw
}

.smp_senryu_result .smp_senryu_bg03 .smp_senryu_block article div {
  border: 5px solid #c3c05a;
  padding: 1vw;
  margin-bottom: 1vw
}

.smp_senryu_result .smp_senryu_bg03 .smp_senryu_block article div h3 {
  font-size: 25px;
  font-family: YuMincho, "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 700
}

.smp_senryu_result .smp_senryu_bg04 {
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_daishi_red.png);
  background-repeat: repeat;
  background-position: center 0;
  padding: 0 0 4vw
}

.smp_senryu_result .smp_senryu_bg04 .smp_senryu_headline {
  margin-bottom: 60px
}

.smp_senryu_result .smp_senryu_bg04 h2 {
  text-align: center;
  margin-bottom: 5vw
}

.smp_senryu_result .smp_senryu_bg04 .smp_senryu_block {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 3vw
}

.smp_senryu_result .smp_senryu_bg04 .smp_senryu_block dl {
  margin-bottom: 1vw;
  font-family: YuMincho, "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 700
}

.smp_senryu_result .smp_senryu_bg04 .smp_senryu_block dt {
  max-width: 243px
}

.smp_senryu_result .smp_senryu_bg04 .smp_senryu_block dd {
  max-width: 635px
}

.smp_senryu_result .smp_senryu_bg04 .smp_senryu_block dd .smp_senryu_name {
  font-size: 35px
}

.smp_senryu_result .smp_senryu_bg04 .smp_senryu_block dd .smp_senryu_name small {
  margin-left: 2vw
}

.smp_senryu_result .smp_senryu_bg04 .smp_senryu_block dd .smp_senryu_text {
  font-size: 15px;
  line-height: 2
}

.smp_senryu_result .smp_senryu_bg04 article {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_daishi_gray.png);
  border: 1px solid #ef3d0d;
  padding: 40px
}

.smp_senryu_result .smp_senryu_bg04 article p {
  font-size: 18px
}

.smp_senryu_result .smp_senryu_footer {
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_daishi.png);
  background-repeat: repeat;
  background-position: center 0;
  padding: 4vw 0;
  position: relative
}

.smp_senryu_result .smp_senryu_footer header {
  text-align: center
}

.smp_senryu_result .smp_senryu_footer header h2 {
  font-family: YuMincho, "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 700;
  font-size: 60px
}

.smp_senryu_result .smp_senryu_footer header p {
  font-family: YuMincho, "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 1vw
}

.smp_senryu_result .smp_senryu_footer .smp_senryu_sns {
  max-width: 700px;
  margin: 0 auto 4vw
}

.smp_senryu_result .smp_senryu_footer .smp_senryu_sns a:hover {
  opacity: .8;
  transition: .3s
}

.smp_senryu_result .smp_senryu_footer .smp_senryu_banner {
  max-width: 960px;
  width: 70.278%;
  margin: 0 auto
}

.smp_senryu_result .smp_senryu_footer .smp_senryu_banner li {
  width: 48.75%
}

.smp_senryu_result .smp_senryu_footer .smp_senryu_banner li a:hover {
  opacity: .8;
  transition: .3s
}

@media only screen and (min-width:1367px) {
  .smp_senryu_result .smp_senryu_kv {
    background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/kv_sakura-l_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/kv_shodou_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_kv_bottom_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_kv_pc.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_kv_daishi_pc.png);
    background-repeat: no-repeat;
    background-position: 0 0, right 0, center bottom, center 0, 0 bottom;
    background-size: 100%, 34%, 100%, 100%, 100%;
    padding: 4vw 0 50px
  }
}

@media only screen and (min-width:64em) and (max-width:1366px) {
  .smp_senryu_result .smp_senryu_kv {
    background-size: 100%, 33%, 100%, auto
  }
  .smp_senryu_result .smp_senryu_kv .smp_senryu_inner p {
    font-size: 60px
  }
  .smp_senryu_result .smp_senryu_kv .smp_senryu_inner p span {
    margin-right: -15px
  }
  .smp_senryu_result .smp_senryu_bg01::after, .smp_senryu_result .smp_senryu_bg03 section::after, .smp_senryu_result .smp_senryu_footer::after {
    width: 28%;
    height: 250px
  }
  .smp_senryu_result .smp_senryu_bg01::before, .smp_senryu_result .smp_senryu_bg03 section::before {
    width: 20%;
    height: 280px;
    bottom: -6vw
  }
  .smp_senryu_result .smp_senryu_bg01 section dl {
    left: -14px
  }
}

@media only screen and (max-width:64em) {
  .smp_senryu_result {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_daishi.png) repeat 0 0
  }
  .smp_senryu_result .pc {
    display: none
  }
  .smp_senryu_result .sp {
    display: block
  }
  .smp_senryu_result .smp_senryu_kv {
    background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/kv_sp.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    padding: 81vw 0 3vw
  }
  .smp_senryu_result .smp_senryu_kv .smp_senryu_inner p {
    font-size: 10vw
  }
  .smp_senryu_result .smp_senryu_kv .smp_senryu_inner p span {
    margin-right: -10px
  }
  .smp_senryu_result .smp_senryu_kv .smp_senryu_inner .smp_senryu_logo {
    max-width: 160px
  }
  .smp_senryu_result .smp_senryu_headline {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_decoration_sp.png) repeat 0 center;
    padding: 4vw 2vw
  }
  .smp_senryu_result .smp_senryu_headline p {
    font-size: 3.2vw
  }
  .smp_senryu_result .smp_senryu_headline p strong {
    font-size: 6vw
  }
  .smp_senryu_result .smp_senryu_bg01 {
    background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_cloud-top_sp.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_cloud-bottom_sp.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_daishi.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, bottom right;
    background-size: 60%;
    padding: 13.5vw 0 25vw
  }
  .smp_senryu_result .smp_senryu_bg01::after, .smp_senryu_result .smp_senryu_bg01::before {
    display: none
  }
  .smp_senryu_result .smp_senryu_bg01 section {
    padding-top: 15px
  }
  .smp_senryu_result .smp_senryu_bg01 section article {
    display: none
  }
  .smp_senryu_result .smp_senryu_bg01 .smp_senryu_flex {
    width: 92%;
    margin: 0 auto;
    flex-direction: column
  }
  .smp_senryu_result .smp_senryu_bg01 .smp_senryu_flex .smp_senryu_left {
    width: 100%
  }
  .smp_senryu_result .smp_senryu_bg01 .smp_senryu_flex .smp_senryu_right {
    width: 80%;
    margin: 0 auto
  }
  .smp_senryu_result .smp_senryu_bg01 section {
    width: 92%;
    margin: 0 auto
  }
  .smp_senryu_result .smp_senryu_bg01 section::after, .smp_senryu_result .smp_senryu_bg01 section::before {
    display: none
  }
  .smp_senryu_result .smp_senryu_bg01 section dl {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_decoration_sp.png) repeat 0 center;
    position: relative;
    left: 0
  }
  .smp_senryu_result .smp_senryu_bg01 section dl:before {
    content: "+";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 1;
    color: #ff5c36;
    font-weight: 700;
    font-size: 4vw;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%)
  }
  .smp_senryu_result .smp_senryu_bg01 section dl.on:before {
    content: "-";
    font-size: 6vw;
    line-height: .6
  }
  .smp_senryu_result .smp_senryu_bg01 section dl dt {
    width: 76px;
    position: absolute;
    left: 0
  }
  .smp_senryu_result .smp_senryu_bg01 section dl dd {
    padding: 2vw 0 2vw 24vw;
    font-size: 3.8vw;
    color: #fff
  }
  .smp_senryu_result .smp_senryu_bg01 section article {
    padding: 9vw 4vw 4vw
  }
  .smp_senryu_result .smp_senryu_bg01 section article p {
    font-size: 3.5vw
  }
  .smp_senryu_result .smp_senryu_bg01 .smp_senryu_comment {
    width: 92%;
    margin: 4vw auto 6vw;
    padding: 4vw;
    position: relative;
    font-size: 3.8vw
  }
  .smp_senryu_result .smp_senryu_bg01 .smp_senryu_comment:before {
    width: 15px;
    height: 22px;
    top: -21px;
    right: 10%;
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_comment.png) no-repeat 0 0;
    background-size: 100%
  }
  .smp_senryu_result .smp_senryu_bg02 {
    padding-bottom: 12vw
  }
  .smp_senryu_result .smp_senryu_bg02 .smp_senryu_flex {
    width: 92%;
    margin: 0 auto;
    flex-direction: column
  }
  .smp_senryu_result .smp_senryu_bg02 .smp_senryu_flex .smp_senryu_left {
    width: 100%
  }
  .smp_senryu_result .smp_senryu_bg02 .smp_senryu_flex .smp_senryu_right {
    width: 80%;
    margin: 0 auto
  }
  .smp_senryu_result .smp_senryu_bg02 section {
    width: 92%;
    margin: 0 auto
  }
  .smp_senryu_result .smp_senryu_bg02 section::after, .smp_senryu_result .smp_senryu_bg02 section::before {
    display: none
  }
  .smp_senryu_result .smp_senryu_bg02 section dl {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_decoration_sp.png) repeat 0 center;
    position: relative;
    left: 0
  }
  .smp_senryu_result .smp_senryu_bg02 section dl:before {
    content: "+";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 1;
    color: #ff5c36;
    font-weight: 700;
    font-size: 4vw;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%)
  }
  .smp_senryu_result .smp_senryu_bg02 section dl.on:before {
    content: "-";
    font-size: 6vw;
    line-height: .6
  }
  .smp_senryu_result .smp_senryu_bg02 section dl dt {
    width: 76px;
    position: absolute;
    left: 0
  }
  .smp_senryu_result .smp_senryu_bg02 section dl dd {
    padding: 2vw 0 2vw 24vw;
    font-size: 3.8vw;
    color: #fff
  }
  .smp_senryu_result .smp_senryu_bg02 section article {
    padding: 9vw 4vw 4vw
  }
  .smp_senryu_result .smp_senryu_bg02 section article p {
    font-size: 3.5vw
  }
  .smp_senryu_result .smp_senryu_bg02 section {
    padding-top: 15px
  }
  .smp_senryu_result .smp_senryu_bg02 section article {
    display: none
  }
  .smp_senryu_result .smp_senryu_bg02 .smp_senryu_small {
    font-size: 3vw
  }
  .smp_senryu_result .smp_senryu_bg03 {
    padding: 12vw 0 0
  }
  .smp_senryu_result .smp_senryu_bg03 section {
    width: 92%;
    margin: 0 auto
  }
  .smp_senryu_result .smp_senryu_bg03 section::after, .smp_senryu_result .smp_senryu_bg03 section::before {
    display: none
  }
  .smp_senryu_result .smp_senryu_bg03 section dl {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu_result/bg_decoration_sp.png) repeat 0 center;
    position: relative;
    left: 0
  }
  .smp_senryu_result .smp_senryu_bg03 section dl:before {
    content: "+";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 1;
    color: #ff5c36;
    font-weight: 700;
    font-size: 4vw;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%)
  }
  .smp_senryu_result .smp_senryu_bg03 section dl.on:before {
    content: "-";
    font-size: 6vw;
    line-height: .6
  }
  .smp_senryu_result .smp_senryu_bg03 section dl dt {
    width: 76px;
    position: absolute;
    left: 0
  }
  .smp_senryu_result .smp_senryu_bg03 section dl dd {
    padding: 2vw 0 2vw 24vw;
    font-size: 3.8vw;
    color: #fff
  }
  .smp_senryu_result .smp_senryu_bg03 section article {
    padding: 9vw 4vw 4vw
  }
  .smp_senryu_result .smp_senryu_bg03 section article p {
    font-size: 3.5vw
  }
  .smp_senryu_result .smp_senryu_bg03 .smp_senryu_block {
    padding-bottom: 10vw
  }
  .smp_senryu_result .smp_senryu_bg03 .smp_senryu_block h2 {
    width: 90%;
    max-width: 311px;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0)
  }
  .smp_senryu_result .smp_senryu_bg03 .smp_senryu_block article {
    padding: 9vw 4vw 4vw;
    margin-top: 6vw
  }
  .smp_senryu_result .smp_senryu_bg03 .smp_senryu_block article .smp_senryu_text {
    font-size: 3.5vw;
    margin-bottom: 4vw
  }
  .smp_senryu_result .smp_senryu_bg03 .smp_senryu_block article div {
    border-width: 5px;
    padding: 2vw 1vw;
    border-width: 3px;
    margin-bottom: 2vw
  }
  .smp_senryu_result .smp_senryu_bg03 .smp_senryu_block article div h3 {
    font-size: 3.2vw
  }
  .smp_senryu_result .smp_senryu_bg04 {
    padding-bottom: 0
  }
  .smp_senryu_result .smp_senryu_bg04 .smp_senryu_headline {
    margin-bottom: 6vw;
    position: relative
  }
  .smp_senryu_result .smp_senryu_bg04 .smp_senryu_headline:before {
    content: "+";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 1;
    color: #ff5c36;
    font-weight: 700;
    font-size: 4vw;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%)
  }
  .smp_senryu_result .smp_senryu_bg04 .smp_senryu_headline.on:before {
    content: "-";
    font-size: 6vw;
    line-height: .6
  }
  .smp_senryu_result .smp_senryu_bg04 h2 {
    max-width: 101px;
    margin: 0 auto 4vw
  }
  .smp_senryu_result .smp_senryu_bg04 .smp_senryu_acc {
    display: none
  }
  .smp_senryu_result .smp_senryu_bg04 .smp_senryu_block {
    padding-bottom: 6vw;
    margin-bottom: 6vw
  }
  .smp_senryu_result .smp_senryu_bg04 .smp_senryu_block dl {
    align-items: center;
    padding: 0 4vw
  }
  .smp_senryu_result .smp_senryu_bg04 .smp_senryu_block dt {
    max-width: 122px;
    width: 36%
  }
  .smp_senryu_result .smp_senryu_bg04 .smp_senryu_block dd {
    width: 60%
  }
  .smp_senryu_result .smp_senryu_bg04 .smp_senryu_block dd .smp_senryu_name {
    font-size: 6vw
  }
  .smp_senryu_result .smp_senryu_bg04 .smp_senryu_block dd .smp_senryu_name small {
    display: block;
    margin-left: 0
  }
  .smp_senryu_result .smp_senryu_bg04 .smp_senryu_block .smp_senryu_text.sp {
    font-size: 3.5vw;
    padding: 0 4vw 4vw
  }
  .smp_senryu_result .smp_senryu_bg04 .smp_senryu_block article {
    width: 92%;
    margin: 0 auto;
    padding: 4vw
  }
  .smp_senryu_result .smp_senryu_bg04 .smp_senryu_block article p {
    font-size: 3.5vw
  }
  .smp_senryu_result .smp_senryu_footer {
    padding: 4vw
  }
  .smp_senryu_result .smp_senryu_footer::after {
    display: none
  }
  .smp_senryu_result .smp_senryu_footer header h2 {
    font-size: 7.5vw;
    margin-bottom: 4vw
  }
  .smp_senryu_result .smp_senryu_footer header p {
    font-size: 6vw
  }
  .smp_senryu_result .smp_senryu_footer .smp_senryu_sns li {
    width: 48%
  }
  .smp_senryu_result .smp_senryu_footer .smp_senryu_banner {
    width: 100%
  }
  .smp_senryu_result .smp_senryu_footer .smp_senryu_banner li {
    text-align: center;
    width: 100%
  }
}

.c-scroll {
  padding-bottom: 0
}

@media only screen and (max-width:47.9375em) {
  .c-scroll {
    padding-bottom: 5px
  }
}

.c-scroll-wrapper {
  display: flex;
  margin-bottom: 1em;
  width: 100vw;
  height: 160px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #fff;
  z-index: 2;
}
@media only screen and (max-width:47.9375em) {
  .c-scroll-wrapper {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    height: auto;
  }
}

.c-scroll-wrapper img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width:47.9375em) {
  .c-scroll-wrapper img{
    width: 100%;
  }
}

@media print, screen and (min-width:48em) {
  .c-scroll-wrapper img:first-child{
    animation: slide1 60s -30s linear infinite;
  }
  .c-scroll-wrapper img:nth-child(2){
    animation: slide2 60s linear infinite;
  }
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
      transform: translateX(0);
  }
  to {
      transform: translateX(-200%);
  }
}

/*
.c-scroll-wrapper {
  margin: auto;
  padding: 10px 4.267% 20px;
  width: 100%;
  position: relative;
  text-align: center;
  background-color: #fff;
  z-index: 2
}

.c-scroll-wrapper img {
  max-width: 100%;
  height: auto
}


@media only screen and (max-width:48em) {
  .c-scroll__pc {
    display: none
  }
  .c-scroll__sp {
    display: inline-block
  }
}

@media screen and (min-width:48em) {
  .c-scroll__pc {
    display: inline-block
  }
  .c-scroll__sp {
    display: none
  }
}
*/

.c-block.-wave.-scroll .c-block__inner {
  padding-top: 6vw;
  padding-bottom: 1em;
}

@media only screen and (max-width:47.9375em) {
  .c-block.-wave.-scroll .c-block__inner {
    padding-top: 2em;
    padding-bottom: 1em;
  }
}

@media only screen and (max-width:47.9375em) {
  .c-block.-wave:before {
    top: 57px;
    height: calc(100% - 57px)
  }
}

@media print, screen and (min-width:48em) {
  .c-scroll .c-block.-wave:before {
    top: 107px;
    height: calc(100% - 40px)
  }
}

.c-block.-wave.-scroll .p-section-heading__sub {
  font-size: 27px;
  padding-left: 1rem
}

@media only screen and (max-width:47.9375em) {
  .c-block.-wave.-scroll .p-section-heading__sub {
    font-size: 4vw;
    padding-left: 0;
    text-align: left;
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-wave.-scroll .p-section-heading__sub {
    font-size: 25px;
    padding-left: .5rem
  }
}

@media print, screen and (min-width:64em) {
  .c-block.-wave.-scroll .p-section-heading__sub {
    font-size: 1.8vw;
    padding-left: 1rem;
  }
}
@media only screen and (max-width:430px) {
  .c-block.-wave.-scroll .p-section-heading__sub {
    font-size: 5.2vw;
  }
}
/*20231207---------------------------------------*/
.p-section-heading02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
/*.p-section-heading02 img {
  margin: 0 auto;
  width: 100%;
  max-width: 840px;
  height: auto;
}*/
.p-section-heading02 h3 {
  font-size: 2.4rem;
  line-height: 1.8em;
  font-weight: 700;
  color: #2364ce;
}
.p-section-heading02 h3 span {
  position: relative;
}
.p-section-heading02 h3 span::before {
  display: block;
  content: '・';
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.p-section-heading03 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
/*.p-section-heading03 img {
  margin: 0 auto;
  width: 100%;
  max-width: 604px;
  height: auto;
}*/
.p-section-heading03 h3 {
  font-size: 2.4rem;
  line-height: 1.8em;
  font-weight: 700;
  color: #2364ce;
}
.p-section-heading03 h3 span {
  position: relative;
}
.p-section-heading03 h3 span::before {
  display: block;
  content: '・';
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media print, screen and (max-width:1200px) {
  .p-section-heading02 h3 {
    font-size: 2.4vw;
  }
  .p-section-heading03 h3 {
    font-size: 2.4vw;
  }
}
@media print, screen and (max-width:1023px) {
  .p-section-heading02 h3 {
    font-size: 3.6vw;
  }
  .p-section-heading03 h3 {
    font-size: 3.6vw;
  }
}
@media print, screen and (max-width:767px) {
  .p-section-heading02 h3 {
    font-size: 6.2vw;
  }
  .p-section-heading03 h3 {
    font-size: 6.2vw;
  }
}
.p-section-heading__sub02:after,
.p-section-heading__sub02:before {
}
.p-section-heading__sub02 {
  display: block;
  font-size: 27px;
  padding-left: 1rem;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #2364ce;
}
.p-section-heading__sub02:after,
.p-section-heading__sub02:before {
  display: inline-block;
  width: 18px;
  position: relative;
  top: -.35em;
  height: 2px;
  background-color: #2364ce;
  content: "";
}
.p-section-heading__sub02:before {
  margin-right: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-section-heading__sub02:after {
  margin-left: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-section-heading__sub02 {
}
@media only screen and (max-width:47.9375em) {
  .p-section-heading__sub02 {
    font-size: 4vw;
    padding-left: 0;
    text-align: left;
  }
}
@media print, screen and (min-width:48em) {
  .p-section-heading__sub02 {
    font-size: 25px;
    padding-left: .5rem
  }
}
@media print, screen and (min-width:64em) {
  .p-section-heading__sub02 {
    font-size: 1.8vw;
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-block.-wave .c-block__inner.c-management_sp {
      margin-top: -20vw;
  }
}
/*---------------------------------------20230927*/

.c-block.-pickup {
  background: #d8ecf5;
  z-index: 2
}

.-pickup .c-block__inner {
  padding-top: 30px;
  padding-bottom: 30px
}

@media only screen and (max-width:47.9375em) {
  .-pickup .c-block__inner {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-block.-wave.-adjust .c-block__inner {
    padding-top: 80px
  }
}

@media print, screen and (min-width:48em) {
  .c-block.-wave.-adjust .c-block__inner {
    padding-top: 160px
  }
}

.-pickup .p-case-panel-container .p-case-panel {
  padding: 0
}

@media print, screen and (min-width:48em) {
  .p-pickup-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: stretch;
    margin-top: -40px;
    margin-left: -20px
  }
}

@media print, screen and (min-width:64em) {
  .p-pickup-container {
    margin-top: -57px;
    margin-left: -60px
  }
}

.p-flex-form__desc .p-pickup-container p, .p-paper-form__desc .p-pickup-container p, .p-pickup-container .c-sentence, .p-pickup-container .p-flex-form__desc p, .p-pickup-container .p-paper-form__desc p, .p-pickup-container .p-price-box__desc, .p-pickup-container .p-price-column__desc {
  width: 100%;
  text-align: center
}

.p-pickup-container .p-pickup {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .25s;
  transition: all cubic-bezier(.215, .61, .355, 1) .25s
}

@media only screen and (max-width:47.9375em) {
  .p-pickup-container .p-pickup {
    margin-top: 20px;
    width: 100%
  }
}

@media print, screen and (min-width:48em) {
  .p-pickup-container .p-pickup {
    margin-top: 40px;
    margin-left: 20px;
    width: calc(50% - 20px)
  }
}

@media print, screen and (min-width:64em) {
  .p-pickup-container .p-pickup {
    margin-top: 57px;
    margin-left: 60px;
    width: calc(33.33% - 60px)
  }
}

@media only screen and (max-width:47.9375em) {
  .p-pickup-container .p-pickup:first-child {
    margin-top: 0
  }
}

.p-pickup-container .p-pickup.-hide {
  display: none
}

.p-pickup-container .p-pickup.-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.p-pickup {
  position: relative
}

.p-pickup__link {
  display: block;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.p-pickup__link:hover+.p-pickup__inner .c-arrow {
  border-color: #0c93b4
}

@media print, screen and (min-width:64em) {
  .p-pickup__link:hover+.p-pickup__inner .p-pickup__head {
    color: #0c93b4
  }
}

.p-pickup__inner {
  display: block;
  position: relative
}

.p-pickup__text {
  background-color: #fff;
  position: relative;
  z-index: 1
}

@media only screen and (max-width:47.9375em) {
  .p-pickup__text {
    margin-top: -32px;
    margin-left: 20px;
    padding-top: 6px;
    padding-left: 16px;
    border-radius: 20px 0 0 0
  }
}

.p-pickup__img {
  position: relative;
  overflow: hidden
}

.p-pickup__img span {
  display: block;
  padding-top: 55.55%;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform cubic-bezier(.215, .61, .355, 1) .25s;
  border-radius: 20px
}

@media only screen and (max-width:47.9375em) {
  .p-pickup__img span {
    padding-top: 120px
  }
}

.p-pickup__name {
  display: block;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #000
}

@media only screen and (max-width:47.9375em) {
  .p-pickup__name {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-pickup__name {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-pickup__name {
    font-size: 14px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-pickup__name {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
    font-weight: 700
  }
}

.p-pickup__head {
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  color: #18b7cd;
  line-height: 1.55;
  -webkit-transition: color cubic-bezier(.215, .61, .355, 1) .1s;
  transition: color cubic-bezier(.215, .61, .355, 1) .1s
}

@media only screen and (max-width:47.9375em) {
  .p-pickup__head {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-pickup__head {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
    color: #fff;
    background: #00a5eb;
    border-radius: 40px;
    text-align: center
  }
}

@media only screen and (max-width:47.9375em) {
  .p-pickup__head {
    margin-top: 6px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:48em) {
  .p-pickup__head {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem
  }
}

@media print, screen and (min-width:64em) {
  .p-pickup__head {
    font-size: 15px;
    padding: 4px 24px
  }
}

.p-pickup__logo {
  position: absolute;
  top: -30px;
  left: 0;
  background: #fff;
  width: 140px;
  border-radius: 0 0 30px 0;
  padding-right: .5rem
}

.p-pickup__logo span {
  display: block;
  width: 100%;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain
}

@media only screen and (max-width:47.9375em) {
  .p-pickup__tag {
    margin-top: 6px
  }
}

@media print, screen and (min-width:48em) {
  .p-pickup__tag {
    position: relative;
    z-index: 20000;
    margin-top: 13px
  }
}

@media only screen and (max-width:47.9375em) {
  .p-pickup__info {
    margin-top: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-pickup__info {
    margin-top: 20px
  }
}

.p-pickup__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #e5e5e5
}

.p-pickup__info dl:last-child {
  border-width: 1px 0 1px 0
}

.p-pickup__info dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 50px;
  padding-top: 7px;
  padding-bottom: 6px;
  line-height: 1.4;
  white-space: nowrap
}

@media only screen and (max-width:47.9375em) {
  .p-pickup__info dt {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-pickup__info dt {
    font-size: 12px;
    font-size: .75rem
  }
}

.p-pickup__info dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-left: 15px;
  padding-top: 7px;
  padding-bottom: 6px;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.4
}

@media only screen and (max-width:47.9375em) {
  .p-pickup__info dd {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, arial
  }
}

@media print, screen and (min-width:48em) {
  .p-pickup__info dd {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
  }
}

@media only screen and (max-width:47.9375em) {
  .p-pickup__info dd {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media print, screen and (min-width:48em) {
  .p-pickup__info dd {
    font-size: 12px;
    font-size: .75rem
  }
}

.p-pickup__info dd span:after {
  content: '、'
}

.p-pickup__info dd span:last-child:after {
  display: none
}

/*20231129----------------------------------------------*/
.bg-sec02 {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/bg-sec02.png) center top no-repeat;
  background-size: auto 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
}
.sec02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding-right: 4.267%;
  padding-left: 4.267%;
  text-align: center;
}
.sec02 img {
  margin: 0 auto;
  padding: 2% 5% 2% 5%;
  width: 100%;
  max-width: 1180px;
  height: auto;
}
.sec02 h3 {
  font-size: 2.4vw;
  font-weight: 700;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media print, screen and (min-width:1372px) {
  .sec02 h3 {
    font-size: 2.4rem;
  }
}
@media print, screen and (max-width:1024px) {
  .bg-sec02 {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/bg-sec02_sp.png) center bottom no-repeat;
  }
  .sec02 img {
    margin: 0 auto;
    padding: 5% 0 10% 0;
    width: 100%;
    height: auto;
  }
  .sec02 h3 {
    width: 100%;
    font-size: 4.2vw;
    top: 12%;
  }
}
@media print, screen and (max-width:767px) {
  .sec02 h3 {
    font-size: 7.4vw;
    top: 12%;
  }
}
.p-management-solution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 5% -1%;
}
.p-management-solution .p-management-s_item {
    margin: 5% 0 0 1%;
    width: 24%;
}
.p-management-solution .p-management-s_item .s_wrap {
  width: 100%;
}
.p-management-solution .p-management-s_item .s_wrap .s_head {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/wrap02_head.png) center bottom no-repeat;
  background-size: 100% auto;
}
.p-management-solution .p-management-s_item .s_wrap .s_head span {
  display: block;
  padding-top: 1.4em;
  width: 100%;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
}
.p-management-solution .p-management-s_item .s_wrap .s_body {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/wrap02_foot.png) center bottom no-repeat;
  background-size: 100% auto;
}
.p-management-solution .p-management-s_item .s_wrap .s_body span {
  display: block;
  padding: 1.4em 0 3.2em;
  width: 100%;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
}
.p-management-solution .p-management-s_item .s_main {
  width: 100%;
}
.p-management-solution .p-management-s_item .s_main img {
  width: 100%;
  height: auto;
}
.p-management-solution .p-management-s_item .s_main p {
  padding: 1% 2%;
  width: 96%;
  height: auto;
  font-size: 1em;
  word-break: break-all;
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */
}
@media print, screen and (max-width:1430px) {
  .p-management-solution .p-management-s_item .s_wrap .s_body span {
    font-size: 1.1vw;
  }
}
@media print, screen and (max-width:1200px) {
  .p-management-solution {
    margin: 0 0 5% -2%;
  }
  .p-management-solution .p-management-s_item {
      margin: 5% 0 0 1%;
      width: 48%;
  }
  .p-management-solution .p-management-s_item .s_wrap .s_head {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/wrap02_head_sp.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  .p-management-solution .p-management-s_item .s_wrap .s_head span {
    padding-top: 2em;
    font-size: 2vw;
  }
  .p-management-solution .p-management-s_item .s_wrap .s_body {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/wrap02_foot_sp.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  .p-management-solution .p-management-s_item .s_wrap .s_body span {
    display: block;
    font-size: 2vw;
  }
}
@media print, screen and (max-width:1024px) {
  .p-management-solution {
    margin: 0 0 2% 0;
  }
  .p-management-solution .p-management-s_item {
      margin: 5% 0 0 0;
      width: 100%;
  }
  .p-management-solution .p-management-s_item .s_wrap .s_head {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/wrap02_head_sp.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  .p-management-solution .p-management-s_item .s_wrap .s_head span {
    padding-top: 2em;
    font-size: 3vw;
  }
  .p-management-solution .p-management-s_item .s_wrap .s_body {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/wrap02_foot_sp.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  .p-management-solution .p-management-s_item .s_wrap .s_body span {
    display: block;
    font-size: 3vw;
  }
  .p-management-solution .p-management-s_item .s_main img {
    margin: 0 10%;
    width: 80%;
    height: auto;
  }
}
@media print, screen and (max-width: 47.9375em) {
  .p-management-solution .p-management-s_item .s_wrap .s_head span {
    font-size: 4.9vw;
  }
  .p-management-solution .p-management-s_item .s_wrap .s_body span {
    display: block;
    font-size: 4.9vw;
  }
}
@media print, screen and (max-width:767px) {
  .p-management-solution {
    margin: 0 0 2% 0;
  }
  .p-management-solution .p-management-s_item {
    margin: 5% 2% 0 2%;
    width: 46%;
  }
  .p-management-solution .p-management-s_item .s_wrap .s_head span {
    font-size: 3.2vw;
  }
  .p-management-solution .p-management-s_item .s_wrap .s_body span {
    padding: 3.2vw 0 7.4vw 0;
    font-size: 3.0vw;
  }
}
@media print, screen and (max-width:430px) {
  .p-management-solution .p-management-s_item {
    margin: 0 3% 0 3%;
    width: 94%;
  }
  .p-management-solution .p-management-s_item .s_wrap .s_head span {
    font-size: 6.2vw;
  }
  .p-management-solution .p-management-s_item .s_wrap .s_body span {
    padding: 6.0vw 0 14.8vw 0;
    font-size: 4.2vw;
  }
}
@media print, screen and (max-width:414px) {
  .p-management-solution .p-management-s_item {
    margin: 0 2% 0 2%;
    width: 96%;
  }
}
@media print, screen and (min-width: 64em) {
  .p-home-text {
      font-size: 24px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-home-text {
      font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  }
  .p-home-text {
      display: block;
      margin-top: 0.5em;
      font-size: 1.75rem;
      font-weight: 600;
      line-height: 1.4;
  }
}
.p-home-price {
  display: block;
  margin: 3em auto;
  text-align: center;
}
.area-price {
    background-color: #fff;
    border: 3px solid #2364ce;
    margin: 0 auto;
    padding: 0.5em 4vw 0.5em 4vw;
    border-radius: 4.2rem;
    font-size: 2.4vw;
    line-height: 1;
    font-weight: bold;
    color: #2364ce;
    font-feature-settings: "palt" 1;
}
.area-price i {
    font-size: 3.1vw;
    font-weight: 800;
    font-style: normal;
}
.p-home-price_aside {
    font-size: 1.4vw;
    line-height: 1.8em;
    text-align: center; 
}
@media only screen and (min-width: 1493px) {
  .area-price {
    padding: 0.5em 2em 0.3em 2em;
    border-radius: 4em;
    font-size: 42px;
    line-height: 1;
  }
  .area-price i {
    font-size: 54px;
  }
  .p-home-price_aside {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 1200px) {
  .area-price i {
    vertical-align: text-bottom;
  }
}
@media print, screen and (max-width: 47.9375em) {
  .p-home-price {
    margin: 3em auto;
  }
  .area-price {
    font-size: 4.8vw;
  }
  .area-price i {
    font-size: 5.4vw;
  }
  .p-home-price_aside {
    font-size: 3.2vw;
  }
}
@media print, screen and (max-width: 767px) {
  .p-home-price {
    margin: 3em auto;
  }
  .area-price {
    font-size: 3.6vw;
  }
  .area-price i {
    font-size: 3.6vw;
  }
  .p-home-price_aside {
    font-size: 2.0vw;
  }
}
@media print, screen and (max-width: 430px) {
  .p-home-price {
    margin: 2em auto;
  }
  .area-price {
    padding-top: 0.8em;
    font-size: 5.2vw;
  }
  .area-price i {
    font-size: 6.4vw;
  }
  .p-home-price_aside {
    font-size: 3.6vw;
  }
}

/*-------------------------------------------------------*/

@media print, screen and (min-width:48em) {
  .c-block.-feature_top>.c-block__inner {
    padding-bottom: 0
  }
}

@media only screen and (max-width:47.9375em) {
  .c-management-header>.c-block__inner {
    padding-top: 60vw
  }
}

@media print, screen and (min-width:48em) {
  .c-management-header>.c-block__inner {
    padding-top: 80px;
    padding-bottom: 0
  }
}

@media print, screen and (min-width:48em) {
  .p-management-lead {
    display: grid;
    grid-template: 'leadImg leadDesc' 1fr/37% auto
  }
}

@media only screen and (max-width:47.9375em) {
  .p-management-lead {
    position: absolute;
    top: 14vw;
    left: 0;
    z-index: 1
  }
}

@media print, screen and (max-width:47.9375em) {
  .p-management-lead__img {
    text-align: center;
    margin-bottom: 20px
  }
}

@media print, screen and (min-width:48em) {
  .p-management-lead__img {
    position: relative;
    z-index: 1
  }
}

.c-management-header {
  background-color: #fff
}

.p-management-lead__img>img {
  max-width: 100%;
  height: auto
}
@media print, screen and (min-width:48em) {
  .p-management-lead__img  {
    bottom: -120px;
    padding: 0 1rem;
    z-index: 1
  }
}
@media print, screen and (min-width:48em) {
  .p-management-lead__desc {
    margin: 1vw 0 0 2vw;
    z-index: 90;
  }
}
.p-management-lead__desc p {
  font-size: 1.8vw;
  line-height: 1.6em;
  font-weight: 700
}
@media only screen and (max-width: 976px) {
    .p-management-lead__desc p {
      font-size: 2.4vw;
    }
}
@media only screen and (max-width:47.9375em) {
  .p-management-lead__desc p {
    font-size: 14px;
  }
}

@media print, screen and (min-width:67.9375em) {
  .p-management-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 0;
    margin-bottom: 40px;
    align-items: stretch
  }
}
@media print, screen and (min-width:1025px) {
  .p-management-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -3.33333333%;
    margin-bottom: 40px;
    align-items: stretch
  }
}

/* @media print, screen and (min-width:64em) {
  .p-management-feature {
    margin-top: -57px;
    margin-left: -60px;
    margin-bottom: 50px
  }
} */

.p-management-feature .p-management-item {
  padding: 0 3% 3% 3%;
  background: #fff;
  border-radius: 1em;
}

/*@media only screen and (max-width:67.9375em) {
  .p-management-feature .p-management-item:first-child {
    margin-top: 1em;
  }
}*/

@media print, screen and (min-width:68em) {
  .p-management-feature .p-management-item {
    margin-top: 40px;
    margin-left: 3.33333333%;
    width: 30%;
  }
}

@media print, screen and (min-width:1025px) {
  .p-management-feature .p-management-item {
    margin-top: 4em;
    margin-left: 3.3333333%;
    width: 30%;
    border-radius: 1em;
  }
}

@media only screen and (max-width:1024px) {
  .p-management-feature .p-management-item {
    margin-top: 10%;
    margin-left: 0%;
    width: 100%;
    border-radius: 1em;
    position: relative;
  }
}

@media screen and (min-width:48em) {
  .p-management-item img {
    display: block;
    margin: auto auto 5% auto;
    max-width: 100%;
    height: auto;
  }
  .p-management-item .sp {
    display: none
  }
}

.management-item__head {
  display: block;
  background: #ffffff;
  margin: -1.6em 0 0.5em 0;
  padding: 0.5em 0.2em 0.3em 0.2em;
  border: 3px solid #2364ce;
  text-align: center;
  color: #2364ce;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.4em;
  border-radius: 3.2em;
}
@media only screen and (min-width:1384px) {
  .management-item__head {
    font-size: 18px;
  }
}
@media only screen and (max-width:1200px) {
  .management-item__head {
    font-size: 1.2vw
  }
}
@media only screen and (max-width:1024px) {
  .management-item__head {
    width: 94%;
    font-size: 2.4vw;
    position: absolute;
    top: 5%;
  }
  .management-item__head br {
    display: none;
  }
  .item__desc-wrapper {
    padding: 10% 0 0 0;
  }
}

@media only screen and (max-width:47.9375em) {
  .management-item__head {
    font-size: 4.2vw
  }
}
@media only screen and (max-width:767px) {
  .management-item__head {
    font-size: 3.2vw
  }
}
@media only screen and (max-width:430px) {
  .management-item__head {
    font-size: 3.6vw
  }
}

@media only screen and (max-width:47.9375em) {
  .c-block.c-management-body {
    padding-top: 26vw
  }
}

.c-block.-dolphin1 .c-block__inner, .c-block.-dolphin2 .c-block__inner, .c-block.-dolphin3 .c-block__inner, .c-block.-sea-wave .c-block__inner {
  position: relative
}

.c-block.-dolphin1 .c-block__inner::after {
  display: block;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/img/dolphin-icon.svg) no-repeat center 0;
  position: absolute;
  content: "";
  width: 88px;
  height: 98px;
  left: 8%;
  bottom: 107px;
  z-index: 1
}

.c-block.-dolphin2 .c-block__inner::after {
  display: block;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/img/dolphin-icon.svg) no-repeat center 0;
  position: absolute;
  content: "";
  width: 88px;
  height: 98px;
  left: 11%;
  bottom: 46px;
  z-index: 1
}

.c-block.-dolphin3 .c-block__inner::after {
  display: block;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/img/dolphin-icon.svg) no-repeat center 0;
  position: absolute;
  content: "";
  width: 88px;
  height: 98px;
  left: 11%;
  bottom: -10px;
  z-index: 1
}

@media only screen and (max-width:47.9375em) {
  .c-block.-dolphin1 .c-block__inner::after, .c-block.-dolphin2 .c-block__inner::after {
    max-width: 13.5%;
    background-size: 100%;
    bottom: -20px
  }
}

@media only screen and (max-width:47.9375em) {
  .c-block.-dolphin3 .c-block__inner::after {
    max-width: 13.5%;
    background-size: 100%;
    bottom: -90px
  }
}

.c-block.-sea-wave .c-block__inner::after {
  display: block;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/img/seawave-icon.svg) no-repeat center 0;
  position: absolute;
  content: "";
  width: 88px;
  height: 98px;
  right: 11.8%;
  bottom: 0;
  z-index: 1;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg)
}

@media only screen and (max-width:47.9375em) {
  .c-block.-sea-wave .c-block__inner::after {
    width: 50px;
    height: 50px;
    max-width: 13.5%;
    background-size: 100%;
    bottom: 36px
  }
}

@media only screen and (max-width:414px) {
  .c-block.-sea-wave .c-block__inner::after {
    bottom: 26px
  }
}

@media only screen and (max-width:375px) {
  .c-block.-sea-wave .c-block__inner::after {
    bottom: 20px
  }
}

@media only screen and (max-width:320px) {
  .c-block.-sea-wave .c-block__inner::after {
    bottom: 14px
  }
}

@media only screen and (max-width:67.9375em) {
  .p-management-feature {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width:47.9375em) {
  .p-management-feature {
    margin-bottom: 5%;
  }
}

@media only screen and (max-width:47.9375em) {
  .item__desc-wrapper img {
    width: 100%;
    height: auto;
  }
  .item__desc-wrapper span {
    display: block;
  }
}
@media only screen and (max-width:767px) {
  .item__desc-wrapper img {
    margin: 0 20%;
    width: 60%;
    height: auto;
  }
}

@media only screen and (max-width:47.9375em) {
  .item__desc-wrapper:last-of-type .sp {
    padding-left: .5rem;
    padding-right: 1.5rem
  }
}

@media only screen and (max-width:47.9375em) {
  .item__desc-wrapper .management-item__desc {
    font-size: 14px
  }
}

@media only screen and (max-width:47.9375em) {
  .management-tool__desc {
    font-size: 14px
  }
}

.management-tool__text {
  margin-bottom: 46px
}

.p-management-tool {
  background: #fff;
  padding: 60px 47px 68px;
  border-radius: 20px
}

@media only screen and (max-width:47.9375em) {
  .p-management-tool {
    padding: 20px 15px
  }
}

.management-tool__head {
  display: block;
  color: #2364ce;
  font-weight: 700;
  font-size: 26px
}

@media only screen and (max-width:47.9375em) {
  .management-tool__head {
    font-size: 17px
  }
}

.management-tool__strong{
  display: block;
  color: #2364ce;
  font-weight: 700;
}
@media only screen and (max-width:47.9375em) {
  .management-tool__strong{
    font-size: 14px;
  }
}

.column__head {
  padding: 0.2em 1rem;
  width: max-content;
  position: absolute;
  top: 0;
  left: 50%;
  border: 3px solid #2364ce;
  border-radius: 29px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #2364ce;
  text-align: center;
  font-size: 1.2vw;
  font-weight: 700;
}
@media only screen and (min-width:1580px) {
    .column__head {
        font-size: 19px;
    }
}
@media only screen and (max-width:47.9375em) {
  .column__head {
    padding: 0.3em 0 0.1em 0;
    min-width: 80%;
    height: auto;
    font-size: 15px
  }
}

.column-item {
  border-width: 3px 3px 0;
  border-style: solid;
  border-color: #2364ce;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 44px 30px 30px 30px;
  justify-content: center;
}
@media only screen and (max-width:47.9375em) {
  .column-item {
    padding: 30px 15px;
  }
  .column-flex .column-item:last-of-type{
    padding-bottom: 10px;
  }
}

.column-flex{
  display: flex;
}
.column-flex .column-item:first-of-type{
  width: 64%;
  border-bottom: 3px solid #2364ce;
  border-right: 0;
}
.column-flex .column-item:last-of-type{
  width: calc(36% + 3px);
  border-bottom: 3px solid #2364ce;
}

@media only screen and (max-width:47.9375em) {
  .column-flex{
    flex-direction: column;
  }
  .column-flex .column-item:first-of-type{
    width: 100%;
    border-bottom: 0;
    border-right: 3px solid #2364ce;
  }
  .column-flex .column-item:last-of-type{
    width: 100%;
  }
}

.column-item img {
  max-width: 100%;
  height: auto;
  margin: auto
}

/*
@media screen and (min-width:48em) {
  .column {
    display: grid;
    grid-template-columns: 48.9% 23.5% 21.1%;
    grid-template-rows: 166px 148px 131px;
    grid-row-gap: 40px;
    grid-column-gap: 3.2%;
  }
}

@media only screen and (max-width:47.9375em) {
  .column {
    display: grid;
    grid-template-columns: 50% 50%
  }
}
*/

.column-item:last-of-type span, .column-item:nth-of-type(5) span {
  /*  width: 90%*/
  }
  
  /*
  @media screen and (min-width:48em) {
    .column-item:first-of-type {
      grid-row: 1/3;
      grid-column: 1/2
    }
    .column-item:nth-of-type(2) {
      grid-row: 1/2;
      grid-column: 2/4
    }
    .column-item:nth-of-type(3) {
      grid-row: 2/3;
      grid-column: 2/4
    }
    .column-item:nth-of-type(4) {
      grid-row: 3/4;
      grid-column: 1/2
    }
    .column-item:nth-of-type(5) {
      grid-row: 3/4;
      grid-column: 2/3
    }
    .column-item:last-of-type {
      grid-row: 3/4;
      grid-column: 3/4
    }
  }
  */

/*
@media only screen and (max-width:47.9375em) {
  .column-item:first-of-type {
    grid-row: 1/2;
    grid-column: 1/3
  }
  .column-item:nth-of-type(2) {
    grid-row: 2/3;
    grid-column: 1/3
  }
  .column-item:nth-of-type(3) {
    grid-row: 3/4;
    grid-column: 1/3
  }
  .column-item:nth-of-type(4) {
    grid-row: 4/5;
    grid-column: 1/3
  }
  .column-item:nth-of-type(5) {
    grid-row: 5/6;
    grid-column: 1/2
  }
  .column-item:last-of-type {
    grid-row: 5/6;
    grid-column: 2/3
  }
}
*/

.c-block.-feature2 {
  padding-bottom: 70px;
  background-color: #f2f8fb;
  margin-top: -117px;
}

@media only screen and (max-width:47.9375em) {
  .c-block.-feature2 {
    margin-top: -3em;
  }
  .c-block.-feature2 .c-block__inner {
    padding-top: 5em;
  }
}

.p-feature-layout__store-wrap {
  color: #fff;
  width: 100%;
  z-index: 1;
  margin-top: -140px
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout__store-wrap {
    margin-top: 0;
    padding-right: 4.267%;
    padding-left: 4.267%
  }
}

.p-feature-layout__store {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  background: #00a5eb;
  border-radius: 20px;
  padding: 50px 60px
}

@media only screen and (max-width:47.9375em) {
  .p-feature-layout__store {
    flex-direction: column;
    padding: 30px 15px
  }
}

@media only screen and (max-width:47.9375em) {
  .store__item.store__item--text {
    max-width: calc(35.25% + 60px)
  }
}

@media only screen and (max-width:47.9375em) {
  .store__item.store__item--text {
    width: 100%;
    max-width: unset;
    text-align: center;
    margin-bottom: 30px
  }
}

.store__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px
}

@media only screen and (max-width:47.9375em) {
  .store__title {
    font-size: 12px;
    margin-bottom: 20px
  }
}

@media only screen and (max-width:47.9375em) {
  .store__desc {
    text-align: left
  }
}

@media only screen and (max-width:47.9375em) {
  .store__item.store__item--text .store__logo {
    width: 53.5%;
    text-align: center;
    margin-bottom: 20px
  }
}

.store__item.store__item--img {
  max-width: calc(50% + 60px)
}

@media only screen and (max-width:47.9375em) {
  .store__item.store__item--img {
    max-width: unset
  }
}

.store__item.store__item--img img {
  max-width: 100%
}

.p-feature-layout__store .store__title:after, .p-feature-layout__store .store__title:before {
  display: inline-block;
  position: relative;
  top: -.35em;
  height: 2px;
  width: 1em;
  background-color: #fff;
  content: '';
  font-weight: 700
}

.p-feature-layout__store .store__title:before {
  margin-right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.p-feature-layout__store .store__title:after {
  margin-left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

@media only screen and (max-width:47.9375em) {
  .pc {
    display: none
  }
  .sp {
    display: inline
  }
}

@media screen and (min-width:48em) {
  .pc {
    display: inline
  }
  .sp {
    display: none
  }
}

.c-block.-pbottom_0+.p-cta.-wave.-white {
  background-image: none;
  margin-top: 0;
  padding-top: 100px
}

.c-block.-gray.-pbottom_s+.p-cta.-wave.-white {
  background-image: none;
  margin-top: 0;
  padding-top: 100px
}

.l-content-container+.c-block.p-cta.-wave.-white, .p-flex-form.-contact+.c-block.p-cta.-wave.-white, .p-paper-form+.c-block.p-cta.-wave.-white {
  background-image: none;
  margin-top: 0;
  padding-top: 100px
}

@media only screen and (max-width:47.9375em) {
  .p-cta.-wave.-white .p-cta__inner .p-cta__button .c-arrow.-right {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
  }
}

.c-block__inner.owl-carousel-wrapper {
  max-width: 1520px
}

.owl-carousel {
  position: relative
}

.owl-carousel .slider-img {
  border-radius: 20px
}

.owl-carousel .owl-item, .owl-carousel .owl-item.cloned {
  opacity: .3
}

@media only screen and (max-width:47.9375em) {
  .owl-carousel .owl-item, .owl-carousel .owl-item.cloned {
    opacity: 0
  }
}

@media screen and (min-width:48em) and (max-width:64em) {
  .owl-carousel .owl-item:not(.active) {
    opacity: 0
  }
}

@media only screen and (max-width:47.9375em) {
  .owl-carousel .owl-item.active {
    opacity: 1!important
  }
}

@media screen and (min-width:48em) and (max-width:64em) {
  .owl-carousel .owl-item.active {
    opacity: 1
  }
}

.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  margin-top: 0!important;
  width: 100%;
  height: 100%
}

.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 20
}

.owl-carousel .owl-nav button.owl-prev {
  left: 7%
}

.owl-carousel .owl-nav button.owl-next {
  right: 7%
}
@media only screen and (min-width:1532px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 110px;
  }
  
  .owl-carousel .owl-nav button.owl-next {
    right: 110px;
  }
}
@media only screen and (min-width:1336px) and (max-width:1531px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 4%
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 4%
  }
}
@media only screen and (min-width:1236px) and (max-width:1335px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 4.5%
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 4.5%
  }
}
@media only screen and (min-width:48em) and (max-width:1235px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -3%
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -3%
  }
}
@media only screen and (max-width:47.9375em) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -1%
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -1%
  }
}

@media screen and (min-width:48em) and (max-width:64em) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -3%
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -3%
  }
}

.owl-dots {
  display: none
}

.owl-nav button {
  width: 35px;
  height: 90px
}

@media only screen and (max-width:47.9375em) {
  .owl-nav button {
    width: 25px;
    height: 55px
  }
}

.owl-prev div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 35px 45px 0;
  border-color: transparent #2364ce transparent transparent
}

.owl-next div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 45px 35px;
  border-color: transparent transparent transparent #2364ce
}

@media only screen and (max-width:47.9375em) {
  .owl-prev div {
    border-width: 28px 25px 28px 0
  }
  .owl-next div {
    border-width: 28px 0 28px 24px
  }
}

.owl-item-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1000
}

#js-movie-cta {
  width: 350px;
  height: 260px;
  background-color: #00a5eb;
  padding: 10px;
  transform: translateY(200px);
  animation: fadeIn 1s ease forwards
}

@keyframes fadeIn {
  0% {
    transform: translateY(200px)
  }
  100% {
    transform: translateY(0)
  }
}

@media only screen and (max-width:47.9375em) {
  #js-movie-cta {
    width: 290px;
    height: 215px
  }
}

#js-movie-cta .p-movie-cta__img {
  height: auto;
  padding-top: 0
}

#js-movie-cta .p-movie-cta__img img {
  max-width: 100%
}

#js-movie-cta .p-movie-cta__title, #js-movie-cta a:hover .p-movie-cta__title {
  color: #fff;
  position: relative;
  text-align: center
}

#js-movie-cta .p-movie-cta__title::after, #js-movie-cta .p-movie-cta__title::before {
  content: "";
  position: absolute
}

#js-movie-cta .p-movie-cta__title::before {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #fff;
  right: 35px
}

#js-movie-cta .p-movie-cta__title::after {
  right: 33px;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-left: 8px solid #00a5eb
}

@media only screen and (max-width:47.9375em) {
  #js-movie-cta .p-movie-cta__title::before {
    right: 4vw;
    top: -2px
  }
  #js-movie-cta .p-movie-cta__title::after {
    top: 2px;
    right: 3.8vw
  }
}

#js-movie-cta a:hover img {
  opacity: .8
}

#p-movie-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 99999
}

#p-movie-overlay button {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: 0 0;
  border: 0;
  z-index: 100000
}

#p-movie-overlay button:hover {
  cursor: pointer
}

#p-movie-overlay button::after, #p-movie-overlay button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 30px;
  background: #fff
}

#p-movie-overlay button::before {
  transform: translate(-50%, -50%) rotate(45deg)
}

#p-movie-overlay button::after {
  transform: translate(-50%, -50%) rotate(-45deg)
}

#p-movie-source {
  display: none;
  width: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999
}

@media print, screen and (max-width:64em) {
  #p-movie-source {
    width: 92%
  }
}

#p-movie-source video {
  width: 100%
}

.smp_senryu2022 {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022/bg_dot.png) repeat 0 0
}

.smp_senryu2022 img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom
}

.smp_senryu2022 picture {
  display: block
}

.smp_senryu2022 a:hover img {
  opacity: .8;
  transition: .2s
}

.smp_senryu2022_kv {
  padding-top: 45px;
  padding-bottom: 80px;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022/bg_top.png) no-repeat center 0
}

.smp_senryu2022_kv .smp_senryu2022_inner {
  max-width: 1256px;
  margin: 0 auto
}

.smp_senryu2022_kv .smp_senryu2022_inner .smp_senryu2022_text {
  max-width: 610px;
  margin: 0 auto 55px
}

.smp_senryu2022_kv .smp_senryu2022_inner .smp_senryu2022_about {
  max-width: 1000px;
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022/bg_about.png) no-repeat center 0;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 132px
}

.smp_senryu2022_kv .smp_senryu2022_inner .smp_senryu2022_about .smp_senryu2022_text, .smp_senryu2022_kv .smp_senryu2022_inner .smp_senryu2022_about h2 {
  max-width: 922px;
  margin: 0 auto
}

.smp_senryu2022_kv .smp_senryu2022_inner .smp_senryu2022_about .smp_senryu2022_banner {
  max-width: 724px;
  margin: 0 auto
}

.smp_senryu2022_kv .smp_senryu2022_inner .smp_senryu2022_prize {
  max-width: 1002px;
  margin: -110px auto 0
}

.smp_senryu2022_kv .smp_senryu2022_inner .smp_senryu2022_prize h2 {
  max-width: 1000px;
  margin: 0 auto
}

.smp_senryu2022_kv .smp_senryu2022_inner .smp_senryu2022_prize .smp_senryu2022_banner {
  max-width: 1002px;
  margin: 0 auto
}

.smp_senryu2022_term {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022/bg_term.png) repeat 0 0;
  padding: 127px 0 0
}

.smp_senryu2022_term .smp_senryu2022_inner {
  max-width: 1012px;
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022/bg_term_inner.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022/bg_obi.png);
  background-repeat: no-repeat;
  background-position: 0 0, center 0;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 150px
}

.smp_senryu2022_term .smp_senryu2022_inner h3 {
  max-width: 201px;
  margin: 0 auto 20px
}

.smp_senryu2022_term .smp_senryu2022_inner p {
  font-size: 30px;
  font-weight: 700;
  text-align: center
}

.smp_senryu2022_term .smp_senryu2022_inner p span {
  font-size: 18px
}

.smp_senryu2022_term .smp_senryu2022_inner .small {
  font-size: 13px;
  padding-bottom: 70px
}

.smp_senryu2022_bottom {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022/bg_bottom.png) no-repeat center 0;
  padding-bottom: 90px
}

.smp_senryu2022_judge {
  max-width: 920px;
  margin: -91px auto 0
}

.smp_senryu2022_judge h2 {
  max-width: 878px;
  margin: 0 auto
}

.smp_senryu2022_judge .smp_senryu2022_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto
}

.smp_senryu2022_judge .smp_senryu2022_flex.top {
  max-width: 920px;
  margin-bottom: 45px
}

.smp_senryu2022_judge .smp_senryu2022_flex.bottom {
  max-width: 600px;
  padding-bottom: 164px
}

.smp_senryu2022_judge .smp_senryu2022_flex picture {
  max-width: 258px
}

.smp_senryu_form2022 {
  position: relative
}

.smp_senryu_form2022 h2 {
  max-width: 205px;
  position: absolute;
  top: -85px;
  left: 50%;
  transform: translate(-50%, 0)
}

.smp_senryu_form2022 form {
  max-width: 1000px;
  margin: 0 auto 30px;
  background-color: #f5f7f8;
  padding: 150px 100px 60px
}

.smp_senryu_form2022 form input {
  border: 1px solid #c2cfd7
}

.smp_senryu_form2022 form label {
  display: block;
  font-size: 14px;
  position: relative
}

.smp_senryu_form2022 form label span {
  display: inline-block;
  background-color: #ff7f00;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 12px;
  padding: 2px 6px
}

.smp_senryu_form2022 form input[type=email], .smp_senryu_form2022 form input[type=tel], .smp_senryu_form2022 form input[type=text], .smp_senryu_form2022 form textarea {
  width: 100%;
  font-size: 16px;
  padding: 6px;
  border-radius: 4px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo
}

.smp_senryu_form2022 form input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle
}

.smp_senryu_form2022 form textarea {
  line-height: 1.4
}

.smp_senryu_form2022 form .smp_senryu_row {
  margin-bottom: 20px
}

.smp_senryu_form2022 form .smp_senryu_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px
}

.smp_senryu_form2022 form .smp_senryu_flex.smp_senryu_full label {
  width: 25%;
  padding-right: 7%
}

.smp_senryu_form2022 form .smp_senryu_flex.smp_senryu_full .smp_senryu_div {
  width: 74%
}

.smp_senryu_form2022 form .smp_senryu_flex.smp_senryu_policy label {
  width: 32%
}

.smp_senryu_form2022 form .smp_senryu_flex.smp_senryu_policy .smp_senryu_div {
  width: 67%
}

.smp_senryu_form2022 form .smp_senryu_row.smp_senryu_flex .smp_senryu_flex {
  width: 49%
}

.smp_senryu_form2022 form .smp_senryu_row.smp_senryu_flex .smp_senryu_flex label {
  width: 51%
}

.smp_senryu_form2022 form .smp_senryu_row.smp_senryu_flex .smp_senryu_flex .smp_senryu_div {
  width: 48%
}

.smp_senryu_form2022 form .formrun-system-show {
  color: #ff7f00;
  font-size: 12px
}

.smp_senryu_form2022 form .smp_senryu_title {
  margin-bottom: 10px;
  font-size: 18px
}

.smp_senryu_form2022 form .smp_senryu_text {
  margin-bottom: 10px;
  font-size: 14px
}

.smp_senryu_form2022 form .smp_senryu_read {
  font-size: 14px;
  margin-bottom: 40px
}

.smp_senryu_form2022 form .smp_senryu_scroll {
  height: 300px;
  overflow-y: scroll;
  font-size: 14px;
  border: 1px solid #ccc;
  margin-bottom: 30px
}

.smp_senryu_form2022 form button[type=submit] {
  width: 60%;
  margin: 0 auto;
  background-color: #173577;
  color: #fff;
  display: block;
  border: 0;
  padding: 16px 0;
  font-size: 18px;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  font-weight: 700
}

.smp_senryu_form2022 form button[type=submit]:before {
  right: 3vw;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -6px
}

.smp_senryu_form2022 form button[type=submit]:hover {
  background-color: #ee3503;
  transition: .3s;
  cursor: pointer
}

.smp_senryu_form2022 ul {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between
}

.smp_senryu_form2022 ul li {
  width: 48.75%
}

.smp_senryu_form2022 ul li a:hover {
  opacity: .8;
  transition: .3s
}

@media only screen and (max-width:63.9375em) {
  .smp_senryu2022_kv {
    padding-top: 0;
    padding-bottom: 30px;
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022/bg_kv_sp.png) no-repeat center 0;
    background-size: 100%
  }
  .smp_senryu2022_kv .smp_senryu2022_inner .smp_senryu2022_text {
    margin: 0 auto 30px
  }
  .smp_senryu2022_kv .smp_senryu2022_inner .smp_senryu2022_about {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022/bg_paper_sp.png) repeat center 0;
    background-size: 100%
  }
  .smp_senryu2022_kv .smp_senryu2022_inner .smp_senryu2022_prize {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022/bg_prize_sp.png) repeat center 0;
    background-size: 100%;
    margin-top: 0;
    position: relative
  }
  .smp_senryu2022_kv .smp_senryu2022_inner .smp_senryu2022_prize h2 {
    position: relative;
    top: -110px
  }
  .smp_senryu2022_kv .smp_senryu2022_inner .smp_senryu2022_prize .smp_senryu2022_banner {
    margin-top: -110px
  }
  .smp_senryu2022_term {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022/bg_paper_sp.png) repeat 0 0;
    background-size: 100%;
    padding-top: 20px
  }
  .smp_senryu2022_term .smp_senryu2022_inner {
    background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022/bg_term_inner_sp.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    padding-top: 14vw;
    padding-bottom: 100px
  }
  .smp_senryu2022_term .smp_senryu2022_inner h3 {
    max-width: 153px;
    margin-bottom: 10px
  }
  .smp_senryu2022_term .smp_senryu2022_inner p {
    font-size: 5vw
  }
  .smp_senryu2022_term .smp_senryu2022_inner p span {
    font-size: 3.5vw
  }
  .smp_senryu2022_term .smp_senryu2022_inner .small {
    font-size: 3vw;
    padding-bottom: 40px
  }
  .smp_senryu2022_judge {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022/bg_judge_sp.png) repeat center 0;
    background-size: 100%;
    margin-top: 0;
    padding-bottom: 80px
  }
  .smp_senryu2022_judge h2 {
    position: relative;
    top: -91px
  }
  .smp_senryu2022_judge .smp_senryu2022_flex {
    flex-direction: column;
    padding-top: 0
  }
  .smp_senryu2022_judge .smp_senryu2022_flex.top {
    margin-bottom: 0;
    margin-top: -61px
  }
  .smp_senryu2022_judge .smp_senryu2022_flex.bottom {
    padding-bottom: 0
  }
  .smp_senryu2022_judge .smp_senryu2022_flex picture {
    max-width: 100%
  }
  .smp_senryu2022_bottom {
    padding-bottom: 20px
  }
  .smp_senryu_form2022 {
    position: relative
  }
  .smp_senryu_form2022 h2 {
    max-width: 102px;
    top: -40px
  }
  .smp_senryu_form2022 form {
    width: 92%;
    margin: 0 auto 20px;
    padding: 80px 4vw 8vw
  }
  .smp_senryu_form2022 form label {
    font-size: 3.2vw
  }
  .smp_senryu_form2022 form label span {
    font-size: 2.5vw;
    padding: 1px 4px
  }
  .smp_senryu_form2022 form .smp_senryu_row {
    margin-bottom: 10px
  }
  .smp_senryu_form2022 form .smp_senryu_flex {
    flex-direction: column;
    margin-bottom: 10px
  }
  .smp_senryu_form2022 form .smp_senryu_flex.smp_senryu_full label {
    width: 100%;
    padding-right: 0
  }
  .smp_senryu_form2022 form .smp_senryu_flex.smp_senryu_full .smp_senryu_div {
    width: 100%
  }
  .smp_senryu_form2022 form .smp_senryu_flex.smp_senryu_policy {
    flex-direction: row
  }
  .smp_senryu_form2022 form .smp_senryu_flex.smp_senryu_policy label {
    width: 65%
  }
  .smp_senryu_form2022 form .smp_senryu_flex.smp_senryu_policy .smp_senryu_div {
    width: 30%
  }
  .smp_senryu_form2022 form .smp_senryu_row.smp_senryu_flex {
    flex-direction: row
  }
  .smp_senryu_form2022 form .smp_senryu_row.smp_senryu_flex .smp_senryu_flex label {
    width: 100%
  }
  .smp_senryu_form2022 form .smp_senryu_row.smp_senryu_flex .smp_senryu_flex .smp_senryu_div {
    width: 100%
  }
  .smp_senryu_form2022 form .smp_senryu_title {
    font-size: 3.8vw
  }
  .smp_senryu_form2022 form .smp_senryu_text {
    font-size: 3.2vw
  }
  .smp_senryu_form2022 form .smp_senryu_read {
    font-size: 3.2vw;
    margin-bottom: 20px
  }
  .smp_senryu_form2022 form .smp_senryu_scroll {
    font-size: 3.2vw;
    margin-bottom: 20px;
    word-break: break-all
  }
  .smp_senryu_form2022 form button[type=submit] {
    width: 100%;
    padding: 8px 0;
    font-size: 3.8vw
  }
  .smp_senryu_form2022 ul {
    flex-direction: column;
    width: 92%
  }
  .smp_senryu_form2022 ul li {
    width: 100%;
    margin-bottom: 10px
  }
}

.smp_senryu2022_result {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022_result/dot.png) repeat 0 0
}

.smp_senryu2022_result img {
  vertical-align: bottom
}

.smp_senryu2022_result header.title {
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022_result/bg_title.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022_result/dot_pink.png);
  background-repeat: repeat-x, repeat;
  background-position: center center, 0 0;
  text-align: center;
  margin-bottom: 70px
}

.smp_senryu2022_result .kv {
  max-width: 1255px;
  width: 100%;
  margin: 0 auto
}

.smp_senryu2022_result .smp_senryu2022_result_container {
  background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022_result/bg_main.png) repeat-y center 0
}

.smp_senryu2022_result #result_announce h2 {
  text-align: center;
  background-image: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022_result/bg_title_result.png), url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022_result/dot_pink.png);
  background-repeat: no-repeat, repeat;
  background-position: center 0, 0 0;
  margin-bottom: 22px
}

.smp_senryu2022_result #result_announce .box {
  max-width: 962px;
  margin: 0 auto 40px
}

.smp_senryu2022_result #result_announce .comment {
  max-width: 962px;
  margin: 0 auto 70px
}

.smp_senryu2022_result #result_bumon .box {
  max-width: 900px;
  margin: 0 auto 70px
}

.smp_senryu2022_result #result_souhyou .box {
  max-width: 901px;
  margin: 0 auto 70px
}

.smp_senryu2022_result #result_footer header {
  padding: 60px 0
}

.smp_senryu2022_result #result_footer header h2 {
  margin-bottom: 30px
}

.smp_senryu2022_result #result_footer header ul {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto
}

.smp_senryu2022_result #result_footer .result_banner {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between
}

.smp_senryu2022_result #result_footer .result_banner li a:hover {
  opacity: .8;
  transition: .2s
}

@media only screen and (max-width:63.9375em) {
  .smp_senryu2022_result img {
    max-width: 100%
  }
  .smp_senryu2022_result header.title {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022_result/bg_title_sp.png), repeat-x, center center;
    background-size: 100%;
    margin-bottom: 15px
  }
  .smp_senryu2022_result .smp_senryu2022_result_container {
    background: url(https://sonar-ats.jp/wp-content/themes/indx/common/img/senryu2022_result/bg_main_sp.png) repeat-y center 0;
    background-size: 100%
  }
  .smp_senryu2022_result #result_announce {
    padding-bottom: 20px
  }
  .smp_senryu2022_result #result_announce h2 {
    margin-bottom: 0
  }
  .smp_senryu2022_result #result_announce .box {
    margin-bottom: 16px
  }
  .smp_senryu2022_result #result_announce .comment {
    margin-bottom: 20px
  }
  .smp_senryu2022_result #result_bumon .box {
    margin-bottom: 16px
  }
  .smp_senryu2022_result #result_souhyou .box {
    margin-bottom: 16px
  }
  .smp_senryu2022_result #result_footer header {
    padding: 30px 4vw
  }
  .smp_senryu2022_result #result_footer header ul li {
    width: 48%
  }
  .smp_senryu2022_result #result_footer .result_banner {
    flex-direction: column;
    padding: 20px 4vw
  }
  .smp_senryu2022_result #result_footer .result_banner li {
    margin-bottom: 20px
  }
}
/*TOC設定*/
#toc_container {
  margin: 3em 0 1em 0 !important;
}
/*.p-column__main > .p-edit-area-1 ul li:before {
  background: none !important;
}*/
.toc_list li:before,
.toc_list ul li:before {
  background: none !important;
}