@charset "UTF-8";
/* Scss Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  font-size: 62.5%; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Scss Document */
/* Scss Document */
/* Scss Document */
@keyframes animation_screenSlide {
  0% {
    width: 100%; }
  100% {
    width: 0; } }
/* Scss Document */
body {
  box-sizing: border-box;
  background: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  color: #070707;
  font-family: "Noto Sans JP", 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  word-wrap: break-word;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  /* IEで必要 */
  text-justify: inter-character;
  /* Firefoxで必要 */ }
  @media (min-width: 769px) {
    body {
      font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.6042296073 ); } }
  @media (min-width: 1100px) {
    body {
      font-size: 1.4rem; } }

.t-center {
  text-align: center; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.sp {
  display: inherit; }
  @media screen and (min-width: 769px) {
    .sp {
      display: none; } }
  @media screen and (min-width: 951px) {
    .sp {
      display: none; } }

.tab {
  display: none; }
  @media screen and (min-width: 769px) {
    .tab {
      display: inherit; } }
  @media screen and (min-width: 951px) {
    .tab {
      display: inherit; } }
  @media screen and (min-width: 1244px) {
    .tab {
      display: none; } }

.sp-tab {
  display: inherit; }
  @media screen and (min-width: 769px) {
    .sp-tab {
      display: inherit; } }
  @media screen and (min-width: 951px) {
    .sp-tab {
      display: inherit; } }
  @media screen and (min-width: 1244px) {
    .sp-tab {
      display: none; } }

.pc-tab {
  display: none; }
  @media screen and (min-width: 769px) {
    .pc-tab {
      display: inherit; } }
  @media screen and (min-width: 951px) {
    .pc-tab {
      display: inherit; } }
  @media screen and (min-width: 1244px) {
    .pc-tab {
      display: inherit; } }

.pc {
  display: none; }
  @media screen and (min-width: 769px) {
    .pc {
      display: none; } }
  @media screen and (min-width: 951px) {
    .pc {
      display: none; } }
  @media screen and (min-width: 1244px) {
    .pc {
      display: inherit; } }

a, button {
  text-decoration: none;
  color: inherit;
  transition: .4s; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

a {
  display: block; }
  a:hover {
    color: #070707;
    opacity: 0.8; }

a[href*="tel:"] {
  display: block; }

main {
  display: block; }

img {
  width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast; }

picture {
  display: block; }

.inner {
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  padding: 0% 4% 0% 4%; }
  @media screen and (min-width: 769px) {
    .inner {
      padding: 0% 2.6% 0% 2.6%; } }
  @media screen and (min-width: 1160px) {
    .inner {
      padding: 0;
      max-width: 1160px; } }

.s-inner {
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  padding: 0% 4% 0% 4%; }
  @media screen and (min-width: 769px) {
    .s-inner {
      padding: 0% 2.6% 0% 2.6%; } }
  @media screen and (min-width: 1160px) {
    .s-inner {
      padding: 0;
      max-width: 780px; } }
  @media screen and (min-width: 769px) {
    .s-inner {
      padding: 0% 2.6% 0% 2.6%; } }
  @media screen and (min-width: 1001px) {
    .s-inner {
      padding: 0; } }

.m-inner {
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  padding: 0% 4% 0% 4%; }
  @media screen and (min-width: 769px) {
    .m-inner {
      padding: 0% 2.6% 0% 2.6%; } }
  @media screen and (min-width: 1160px) {
    .m-inner {
      padding: 0;
      max-width: 966px; } }
  @media screen and (min-width: 769px) {
    .m-inner {
      padding: 0% 2.6% 0% 2.6%; } }
  @media screen and (min-width: 966px) {
    .m-inner {
      padding: 0;
      max-width: 966px; } }

.l-inner {
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  padding: 0% 4% 0% 4%; }
  @media screen and (min-width: 769px) {
    .l-inner {
      padding: 0% 2.6% 0% 2.6%; } }
  @media screen and (min-width: 1160px) {
    .l-inner {
      padding: 0;
      max-width: 1243px; } }
  @media screen and (min-width: 769px) {
    .l-inner {
      padding: 0% 2.6% 0% 2.6%; } }
  @media screen and (min-width: 1243px) {
    .l-inner {
      padding: 0; } }

.no_data_txt {
  font-size: 1.4rem;
  text-align: center; }
  @media (min-width: 768px) {
    .no_data_txt {
      font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.1414427157 ); } }
  @media (min-width: 1475px) {
    .no_data_txt {
      font-size: 1.5rem; } }

.fit {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;"; }

h1, h2, h3, h4, h5 {
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

h2 {
  font-size: 2.4rem; }
  @media (min-width: 768px) {
    h2 {
      font-size: calc( 2.4rem + ( 1vw - 7.68px ) * 1.8072289157 ); } }
  @media (min-width: 1100px) {
    h2 {
      font-size: 3rem; } }

h3 {
  font-size: 1.8rem; }
  @media (min-width: 768px) {
    h3 {
      font-size: calc( 1.8rem + ( 1vw - 7.68px ) * 1.8072289157 ); } }
  @media (min-width: 1100px) {
    h3 {
      font-size: 2.4rem; } }

p {
  font-size: 100%; }

address {
  font-style: normal; }

::selection {
  background: #D5E8E4; }

.en {
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: normal;
  font-weight: 500; }

.en-b {
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif; }

.num {
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: normal; }

.gothic {
  font-family: "Noto Sans JP", 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

.mincho {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.font-b {
  font-weight: bold;
  font-family: "Noto Sans JP", 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

.section_ttl {
  margin: 0% 0% 3% 0%;
  font-size: 2rem;
  padding-bottom: 6px;
  text-align: center;
  line-height: 1.5;
  position: relative; }
  @media (min-width: 768px) {
    .section_ttl {
      font-size: calc( 2rem + ( 1vw - 7.68px ) * 5.4945054945 ); } }
  @media (min-width: 950px) {
    .section_ttl {
      font-size: 3rem; } }
  .section_ttl::before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #070707; }
  .section_ttl::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #070707; }
  .section_ttl .icon_set {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 10%;
    width: 70px;
    height: 70px;
    transform: translateY(22px); }
  .section_ttl.searching {
    margin: 0% 0% 6.42% 0%;
    font-size: 2.2rem; }
    @media (min-width: 768px) {
      .section_ttl.searching {
        font-size: calc( 2.2rem + ( 1vw - 7.68px ) * 4.3956043956 ); } }
    @media (min-width: 950px) {
      .section_ttl.searching {
        font-size: 3rem; } }
    .section_ttl.searching::before {
      display: none; }

.section__topics_ttl {
  margin: 0% 0% 2.42% 0%;
  font-size: 2rem;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .section__topics_ttl {
      font-size: calc( 2rem + ( 1vw - 7.68px ) * 5.4945054945 ); } }
  @media (min-width: 950px) {
    .section__topics_ttl {
      font-size: 3rem; } }
.section__topics_icon {
  font-size: 2rem;
  display: block;
  line-height: 1; }
  @media (min-width: 768px) {
    .section__topics_icon {
      font-size: calc( 2rem + ( 1vw - 7.68px ) * 2.7472527473 ); } }
  @media (min-width: 950px) {
    .section__topics_icon {
      font-size: 2.5rem; } }
.section__topics_txt {
  margin: 0% 0% 4.31% 0%;
  font-size: 1.3rem;
  text-align: center; }
  @media (min-width: 768px) {
    .section__topics_txt {
      font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 1.0989010989 ); } }
  @media (min-width: 950px) {
    .section__topics_txt {
      font-size: 1.5rem; } }
  .section__topics_txt span {
    position: relative; }
    .section__topics_txt span::before {
      content: '';
      position: absolute;
      top: 50%;
      left: -20.5px;
      width: 1px;
      height: 100%;
      background: #070707;
      transform: translateY(-50%) rotate(-25deg); }
    .section__topics_txt span::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -20.5px;
      width: 1px;
      height: 100%;
      background: #070707;
      transform: translateY(-50%) rotate(25deg); }

section__container {
  background: #F5F5F5; }

#breadcrumb {
  margin: 50px auto 15px;
  padding: 15px 0; }
  #breadcrumb div {
    display: block; }
  #breadcrumb a {
    display: inline-block; }
  #breadcrumb .breadcrumb-home, #breadcrumb .breadcrumb-item {
    display: inline-block; }
  #breadcrumb .breadcrumb-caption {
    font-size: 1.2rem; }
    @media (min-width: 768px) {
      #breadcrumb .breadcrumb-caption {
        font-size: calc( 1.2rem + ( 1vw - 7.68px ) * 0.2105263158 ); } }
    @media (min-width: 1243px) {
      #breadcrumb .breadcrumb-caption {
        font-size: 1.3rem; } }
  #breadcrumb .breadcrumb-arrow {
    margin: 0 6px; }

#pager ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #pager ul li {
    flex: 0 1 auto;
    width: auto;
    max-width: auto;
    margin: 0 5px; }
    #pager ul li .page-numbers {
      font-size: 1.3rem;
      display: block;
      margin: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      color: #070707;
      background: #fff;
      border: 1px solid #070707;
      border-radius: unset; }
      @media (min-width: 768px) {
        #pager ul li .page-numbers {
          font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 1.0989010989 ); } }
      @media (min-width: 950px) {
        #pager ul li .page-numbers {
          font-size: 1.5rem; } }
      #pager ul li .page-numbers:hover {
        color: #fff;
        background: #070707;
        opacity: 1; }
      #pager ul li .page-numbers.current, #pager ul li .page-numbers.dots {
        color: #fff;
        background: #070707;
        opacity: 1; }
      #pager ul li .page-numbers.prev {
        color: #fff;
        background: #070707;
        position: relative; }
        #pager ul li .page-numbers.prev .prev_arrow::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 15px;
          height: 1px;
          background: #fff; }
        #pager ul li .page-numbers.prev .prev_arrow::after {
          content: '';
          position: absolute;
          top: calc(50% - 2px);
          left: calc(50% - 5px);
          transform: translate(-50%, -50%) rotate(-45deg);
          width: 6px;
          height: 1px;
          background: #fff; }
      #pager ul li .page-numbers.next {
        color: #fff;
        background: #070707;
        position: relative; }
        #pager ul li .page-numbers.next .next_arrow::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 15px;
          height: 1px;
          background: #fff; }
        #pager ul li .page-numbers.next .next_arrow::after {
          content: '';
          position: absolute;
          top: calc(50% - 2px);
          left: calc(50% + 5px);
          transform: translate(-50%, -50%) rotate(45deg);
          width: 6px;
          height: 1px;
          background: #fff; }
    #pager ul li:first-child {
      margin-left: 0; }
    #pager ul li:last-child {
      margin-right: 0; }

.icon {
  margin-right: 5px; }

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .flex-wrap > * {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%; }

.mb-box {
  margin: 0% 0% 16% 0%; }

.form_message, .form_message--green, .form_message--error {
  font-size: 1.4rem;
  margin: 0 auto 20px;
  padding: 10px;
  text-align: center;
  border: 1px solid #000;
  box-sizing: border-box;
  line-height: 1.5; }
  @media (min-width: 769px) {
    .form_message, .form_message--green, .form_message--error {
      font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.6042296073 ); } }
  @media (min-width: 1100px) {
    .form_message, .form_message--green, .form_message--error {
      font-size: 1.6rem; } }
  .form_message--green {
    color: #2ca531;
    border-color: #2ca531; }
  .form_message--error {
    color: #d12610;
    border-color: #d12610; }

.cap {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-size: 1.1rem;
  letter-spacing: normal;
  line-height: 1; }

.attent {
  display: block;
  font-size: 1.1rem;
  letter-spacing: normal;
  line-height: 1.5; }

.ms-txt {
  font-size: 80%; }

.s-txt {
  font-size: 50%; }

.l-txt {
  font-size: 150%; }

.ll-txt {
  font-size: 200%; }

figure {
  position: relative; }
  figure .imgcap, figure .imgcap--wh {
    position: absolute;
    left: 5px;
    bottom: 3px;
    font-size: 1rem;
    letter-spacing: normal; }
    figure .imgcap--wh {
      color: #fff; }

#contents {
  margin-top: 85px; }

.open {
  width: 100%;
  height: 100%;
  position: fixed; }

section {
  margin-bottom: 40px; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  section {
    margin-bottom: 60px; }

  .open {
    position: static;
    width: auto;
    height: auto; }

  #breadcrumb {
    margin: 80px auto 68px;
    padding: 19.5px 0; }

  #pager ul li .page-numbers {
    width: 50px;
    height: 50px;
    line-height: 50px; }

  .mb-box {
    margin-bottom: 100px; }

  .section_ttl .icon_set {
    right: 29.473684%;
    width: 80px;
    height: 80px;
    transform: translateY(26px); } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 951px) {
  body {
    line-height: 2; }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; }

  #contents {
    margin-top: 100px; } }
/*------------------------------
		1221px以上
------------------------------*/
/* Scss Document */
#header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16); }
  #header .header__logo {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 5.33%;
    width: 62%;
    max-width: 280px; }
  #header .header__menubtn {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 5.33%;
    width: 45px;
    height: 35px; }
    #header .header__menubtn .header__menubtn-line {
      position: absolute;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      width: 30px;
      height: 14px; }
      #header .header__menubtn .header__menubtn-line span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background: #3FA9F5;
        transition: .4s; }
        #header .header__menubtn .header__menubtn-line span:first-child {
          top: 0; }
        #header .header__menubtn .header__menubtn-line span:nth-child(2) {
          top: 0;
          bottom: 0;
          margin: auto; }
        #header .header__menubtn .header__menubtn-line span:last-child {
          bottom: 0; }
    #header .header__menubtn .header__menubtn-txt {
      position: absolute;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      text-align: center;
      font-size: 1.4rem;
      color: #3FA9F5;
      line-height: 1;
      font-weight: bold; }
      #header .header__menubtn .header__menubtn-txt::before {
        transition: .3s;
        content: 'Menu'; }
  #header .header__nav {
    display: none;
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: calc(100vh - 85px);
    box-sizing: border-box;
    background: #FFF;
    overflow-y: scroll; }
  #header .header__nav-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }
    #header .header__nav-bg .header__nav-bg--left::before, #header .header__nav-bg .header__nav-bg--left::after, #header .header__nav-bg .header__nav-bg--right::before, #header .header__nav-bg .header__nav-bg--right::after {
      position: absolute;
      left: 0;
      width: 50%;
      height: 50%;
      z-index: -1;
      background-size: 16px 16px;
      background-position: 50% 50%;
      content: ''; }
    #header .header__nav-bg .header__nav-bg--left::before {
      top: 0;
      background: #EDFECC;
      clip-path: polygon(0 0, 0% 100%, 100% 0); }
    #header .header__nav-bg .header__nav-bg--left::after {
      bottom: 0;
      background-image: repeating-linear-gradient(90deg, #edfecc, #edfecc 1px, transparent 1px, transparent 16px), repeating-linear-gradient(0deg, #edfecc, #edfecc 1px, #fff 1px, #fff 16px);
      clip-path: polygon(0 0, 0% 100%, 100% 100%); }
    #header .header__nav-bg .header__nav-bg--right::before, #header .header__nav-bg .header__nav-bg--right::after {
      left: auto;
      right: 0; }
    #header .header__nav-bg .header__nav-bg--right::before {
      bottom: 0;
      background: #FFF9CC;
      clip-path: polygon(0 100%, 100% 100%, 100% 0); }
    #header .header__nav-bg .header__nav-bg--right::after {
      top: 0;
      background-image: repeating-linear-gradient(90deg, #fff9cc, #fff9cc 1px, transparent 1px, transparent 16px), repeating-linear-gradient(0deg, #fff9cc, #fff9cc 1px, #fff 1px, #fff 16px);
      clip-path: polygon(0 0, 100% 100%, 100% 0); }
  #header .header__nav-list {
    margin: 0% 0% 8% 0%;
    padding: 10.66% 5.33% 5.33% 5.33%; }
    #header .header__nav-list li {
      text-align: center; }
      #header .header__nav-list li:nth-of-type(1) a .header__nav-icon picture {
        width: 28%; }
      #header .header__nav-list li:nth-of-type(1) a .header__nav-ttl {
        font-family: "M PLUS 1p", sans-serif; }
      #header .header__nav-list li:nth-of-type(2) a .header__nav-icon picture {
        width: 43%; }
      #header .header__nav-list li:nth-of-type(2) a .header__nav-ttl {
        color: #7AC943; }
      #header .header__nav-list li:nth-of-type(2) a .header__nav-cont a {
        color: #7AC943; }
      #header .header__nav-list li:nth-of-type(2) .header__nav-cont-wp .header__nav-cont a {
        color: #7AC943; }
      #header .header__nav-list li:nth-of-type(3) a .header__nav-icon picture {
        width: 28%; }
      #header .header__nav-list li:nth-of-type(3) a .header__nav-ttl {
        color: #FEC812; }
      #header .header__nav-list li:nth-of-type(3) .header__nav-cont-wp .header__nav-cont a {
        color: #FEC812; }
      #header .header__nav-list li:nth-of-type(4) a .header__nav-icon picture {
        width: 25%; }
      #header .header__nav-list li:nth-of-type(4) a .header__nav-ttl {
        color: #FF931E; }
      #header .header__nav-list li:nth-of-type(4) a .header__nav-cont a {
        color: #FF931E; }
      #header .header__nav-list li:nth-of-type(4) .header__nav-cont-wp .header__nav-cont a {
        color: #FF931E; }
      #header .header__nav-list li:nth-of-type(5) a .header__nav-icon picture {
        width: 39%; }
      #header .header__nav-list li:nth-of-type(5) a .header__nav-ttl {
        color: #FC7BAC; }
      #header .header__nav-list li:nth-of-type(5) .header__nav-cont-wp .header__nav-cont a {
        color: #FC7BAC; }
      #header .header__nav-list li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        padding: 18px 0;
        border-bottom: 1px solid;
        font-size: 1.4rem;
        font-weight: bold;
        color: #3FA9F5;
        line-height: 1;
        transition: .3s; }
        #header .header__nav-list li a .header__nav-icon {
          flex: 0 1 25%;
          width: 25%;
          max-width: 25%; }
          #header .header__nav-list li a .header__nav-icon picture {
            display: block;
            margin: 0 auto; }
        #header .header__nav-list li a .header__nav-ttl {
          flex: 0 1 75%;
          width: 75%;
          max-width: 75%;
          text-align: left; }
      #header .header__nav-list li .header__nav-link::before, #header .header__nav-list li .header__nav-link::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(-50%, -50%);
        width: 1em;
        height: 1px;
        background: #3FA9F5;
        transition: .3s;
        content: ''; }
      #header .header__nav-list li .header__nav-link::after {
        transform: translate(-50%, -50%) rotate(90deg); }
      #header .header__nav-list li .header__nav-link.on::after {
        transform: translate(-50%, -50%) rotate(180deg); }
      #header .header__nav-list li .header__nav-cont-wp {
        display: none; }
      #header .header__nav-list li .header__nav-cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #header .header__nav-list li .header__nav-cont a {
          flex: 0 1 47.5%;
          width: 47.5%;
          max-width: 47.5%;
          display: block;
          border: none;
          text-align: center; }
          #header .header__nav-list li .header__nav-cont a::before, #header .header__nav-list li .header__nav-cont a::after {
            display: none; }
          #header .header__nav-list li .header__nav-cont a::after {
            display: block; }
    #header .header__nav-list li.header__contact {
      display: none; }
    #header .header__nav-list li.header__nav-etc {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #header .header__nav-list li.header__nav-etc a {
        flex: 0 1 47.5%;
        width: 47.5%;
        max-width: 47.5%;
        display: block;
        text-align: center;
        border-bottom: 1px solid #3FA9F5; }
        #header .header__nav-list li.header__nav-etc a::before, #header .header__nav-list li.header__nav-etc a::after {
          display: none; }
  #header .header__bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw; }
    #header .header__bottom .header__sns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      justify-content: center;
      margin-bottom: 18px; }
      #header .header__bottom .header__sns a:nth-of-type(n+2) {
        margin-left: 25px; }
    #header .header__bottom .header__cr {
      padding: 18px 0;
      background: #3FA9F5; }
      #header .header__bottom .header__cr .header__cr-txt {
        color: #FFF;
        font-size: 1.1rem;
        line-height: 1;
        letter-spacing: 0;
        text-align: center; }
        @media (min-width: 375px) {
          #header .header__bottom .header__cr .header__cr-txt {
            font-size: calc( 1.1rem + ( 1vw - 3.75px ) * 0.275862069 ); } }
        @media (min-width: 1100px) {
          #header .header__bottom .header__cr .header__cr-txt {
            font-size: 1.3rem; } }

.open {
  overflow: hidden; }
  .open #header .header__menubtn .header__menubtn-line span:first-child {
    top: 6px;
    transform: rotate(45deg); }
  .open #header .header__menubtn .header__menubtn-line span:nth-child(2) {
    opacity: 0; }
  .open #header .header__menubtn .header__menubtn-line span:last-child {
    bottom: 6px;
    transform: rotate(-45deg); }
  .open #header .header__menubtn .header__menubtn-txt::before {
    content: 'Close'; }

/*------------------------------
		769px以上
------------------------------*/
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 951px) {
  #header {
    height: 100px; }
    #header .header__wp {
      position: relative;
      width: 98%;
      height: 100%;
      max-width: 1260px;
      box-sizing: border-box;
      margin: 0 auto; }
    #header .header__logo {
      flex: 0 1 32%;
      width: 32%;
      max-width: 32%;
      max-width: 280px;
      top: 55%;
      left: 2%; }
    #header .header__menubtn {
      display: none; }
    #header .header__nav {
      display: block;
      top: 50%;
      left: auto;
      right: 0;
      transform: translateY(-50%);
      width: 66%;
      max-width: 640px;
      height: 100%;
      padding: 0;
      background: none;
      overflow-y: auto; }
      #header .header__nav::before {
        display: none; }
      #header .header__nav-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        justify-content: space-between;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden; }
        #header .header__nav-list li {
          flex: 0 1 20%;
          width: 20%;
          max-width: 20%;
          position: relative;
          height: 100%; }
          #header .header__nav-list li:nth-of-type(1) a .header__nav-icon picture {
            width: 30px; }
          #header .header__nav-list li:nth-of-type(2) a .header__nav-icon picture {
            width: 45px; }
          #header .header__nav-list li:nth-of-type(2) a .header__nav-ttl {
            color: #070707; }
          #header .header__nav-list li:nth-of-type(2) a:hover .header__nav-ttl {
            color: #7AC943; }
          #header .header__nav-list li:nth-of-type(2) a:hover:after {
            background: #7AC943;
            display: block; }
          #header .header__nav-list li:nth-of-type(3) a .header__nav-icon picture {
            width: 30px; }
          #header .header__nav-list li:nth-of-type(3) a .header__nav-ttl {
            color: #070707; }
          #header .header__nav-list li:nth-of-type(3) a:hover:after {
            background: #FEC812; }
          #header .header__nav-list li:nth-of-type(3) a:hover .header__nav-ttl {
            color: #FEC812; }
          #header .header__nav-list li:nth-of-type(4) a .header__nav-icon picture {
            width: 26px; }
          #header .header__nav-list li:nth-of-type(4) a .header__nav-ttl {
            color: #070707; }
          #header .header__nav-list li:nth-of-type(4) a:hover:after {
            background: #FF931E; }
          #header .header__nav-list li:nth-of-type(4) a:hover .header__nav-ttl {
            color: #FF931E; }
          #header .header__nav-list li:nth-of-type(5) a .header__nav-icon picture {
            width: 42px; }
          #header .header__nav-list li:nth-of-type(5) a .header__nav-ttl {
            color: #070707; }
          #header .header__nav-list li:nth-of-type(5) a:hover {
            color: #FC7BAC; }
            #header .header__nav-list li:nth-of-type(5) a:hover:after {
              background: #FC7BAC; }
            #header .header__nav-list li:nth-of-type(5) a:hover .header__nav-ttl {
              color: #FC7BAC; }
          #header .header__nav-list li a {
            flex-direction: column;
            height: 100%;
            padding: 0;
            box-sizing: border-box;
            border: none;
            color: #070707; }
            #header .header__nav-list li a:after {
              display: block;
              position: absolute;
              height: 6px;
              width: 100%;
              left: 0;
              right: 0;
              bottom: -6px;
              margin: auto;
              background: #3FA9F5;
              content: '';
              opacity: 0;
              transition: .3s; }
            #header .header__nav-list li a:hover {
              opacity: 1; }
              #header .header__nav-list li a:hover .header__nav-ttl {
                color: #3FA9F5; }
              #header .header__nav-list li a:hover:after {
                background: #3FA9F5;
                display: block;
                opacity: 1;
                bottom: 0; }
            #header .header__nav-list li a .header__nav-icon {
              flex: 0 1 58%;
              width: 58%;
              max-width: 58%;
              box-sizing: border-box;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-flow: row wrap;
              -ms-flex-flow: row wrap;
              flex-flow: row wrap;
              -webkit-align-content: flex-start;
              -ms-flex-line-pack: start;
              align-content: flex-start;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
              justify-content: space-between;
              align-content: flex-end; }
            #header .header__nav-list li a .header__nav-ttl {
              flex: 0 1 auto;
              width: 100%;
              max-width: 100%;
              margin: auto 0 15px;
              border-right: 1px solid #BEBEBE;
              font-weight: normal;
              line-height: 1;
              text-align: center;
              box-sizing: border-box;
              transition: .3s; }
          #header .header__nav-list li .header__nav-link::before {
            display: none; }
          #header .header__nav-list li .header__nav-link::after {
            width: 100%;
            height: 6px;
            top: auto;
            bottom: 0;
            right: auto;
            left: 0;
            transform: translate(0, 0); }
          #header .header__nav-list li.header__contact {
            display: block; }
          #header .header__nav-list li.header__nav-etc {
            display: none; }
          #header .header__nav-list li.active a {
            color: #3FA9F5; }
            #header .header__nav-list li.active a:after {
              opacity: 1;
              bottom: 0px; }
          #header .header__nav-list li.active:nth-of-type(2) a::after {
            background: #7AC943; }
          #header .header__nav-list li.active:nth-of-type(2) a .header__nav-ttl {
            color: #7AC943; }
          #header .header__nav-list li.active:nth-of-type(3) a:after {
            background: #FEC812; }
          #header .header__nav-list li.active:nth-of-type(3) a .header__nav-ttl {
            color: #FEC812; }
          #header .header__nav-list li.active:nth-of-type(4) a:after {
            background: #FF931E; }
          #header .header__nav-list li.active:nth-of-type(4) a .header__nav-ttl {
            color: #FF931E; }
          #header .header__nav-list li.active:nth-of-type(5) a:after {
            background: #FC7BAC; }
          #header .header__nav-list li.active:nth-of-type(5) a .header__nav-ttl {
            color: #FC7BAC; }
    #header .header__nav-bg {
      display: none; }
    #header .header__bottom {
      display: none; }

  #header .header__nav-list li.header__nav-etc a:nth-of-type(1), #header .header__nav-list li.header__nav-etc a:nth-of-type(2), #header .header__nav-list li.header__nav-etc a:nth-of-type(3) {
    display: none; } }
/*------------------------------
		1181px以上
------------------------------*/
@media screen and (min-width: 1244px) {
  #header {
    height: 100px; }
    #header .header__wp {
      width: 100%; } }
/* Scss Document */
#footer {
  padding: 40px 0 0;
  background: #E8F5FF; }
  #footer #pageTop {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 999; }
    #footer #pageTop a {
      width: 60px;
      height: 60px;
      box-sizing: border-box;
      border: 1px solid #1F458E;
      border-radius: 60px;
      background: #1F458E;
      transition: .3s; }
      #footer #pageTop a::before, #footer #pageTop a:after {
        display: block;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -25%) rotate(-45deg) skew(5deg, 5deg);
        width: 12px;
        height: 12px;
        border-top: 4px solid #FFF;
        border-right: 4px solid #FFF;
        border-radius: 2px;
        transition: .3s;
        content: ''; }
      #footer #pageTop a::before {
        top: 40%; }
      #footer #pageTop a:after {
        top: 56%; }
  #footer .footer__info {
    margin-bottom: 35px;
    font-size: 1.2rem; }
    @media (min-width: 375px) {
      #footer .footer__info {
        font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.5517241379 ); } }
    @media (min-width: 1100px) {
      #footer .footer__info {
        font-size: 1.6rem; } }
    #footer .footer__info .footer__logo {
      width: 90%;
      max-width: 400px;
      margin-bottom: 30px; }
    #footer .footer__info .footer__address {
      margin-bottom: 15px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 1.3rem;
      line-height: 1; }
    #footer .footer__info .footer__manager {
      margin-bottom: 15px; }
      #footer .footer__info .footer__manager .footer__manager-ttl {
        margin-bottom: 6px;
        color: #1F458E;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1; }
        @media (min-width: 375px) {
          #footer .footer__info .footer__manager .footer__manager-ttl {
            font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.275862069 ); } }
        @media (min-width: 1100px) {
          #footer .footer__info .footer__manager .footer__manager-ttl {
            font-size: 1.6rem; } }
      #footer .footer__info .footer__manager .footer__manager-name {
        font-size: 1.3rem;
        line-height: 1; }
        @media (min-width: 375px) {
          #footer .footer__info .footer__manager .footer__manager-name {
            font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.275862069 ); } }
        @media (min-width: 1100px) {
          #footer .footer__info .footer__manager .footer__manager-name {
            font-size: 1.5rem; } }
        #footer .footer__info .footer__manager .footer__manager-name span {
          font-weight: bold; }
    #footer .footer__info .footer__tell, #footer .footer__info .footer__mail {
      margin-bottom: 10px;
      font-family: "Roboto", sans-serif;
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 1;
      letter-spacing: .05em; }
      @media (min-width: 375px) {
        #footer .footer__info .footer__tell, #footer .footer__info .footer__mail {
          font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.4137931034 ); } }
      @media (min-width: 1100px) {
        #footer .footer__info .footer__tell, #footer .footer__info .footer__mail {
          font-size: 1.6rem; } }
      #footer .footer__info .footer__tell span, #footer .footer__info .footer__mail span {
        font-size: 2rem;
        vertical-align: bottom; }
        @media (min-width: 375px) {
          #footer .footer__info .footer__tell span, #footer .footer__info .footer__mail span {
            font-size: calc( 2rem + ( 1vw - 3.75px ) * 0.5517241379 ); } }
        @media (min-width: 1100px) {
          #footer .footer__info .footer__tell span, #footer .footer__info .footer__mail span {
            font-size: 2.4rem; } }
  #footer .footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #footer .footer__nav li {
      flex: 0 1 47.5%;
      width: 47.5%;
      max-width: 47.5%; }
      #footer .footer__nav li a {
        margin-bottom: 10px;
        padding: 10px 5px;
        border-bottom: 1px solid #1F458E;
        color: #1F458E;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        letter-spacing: 0; }
        @media (min-width: 951px) {
          #footer .footer__nav li a {
            font-size: calc( 1.4rem + ( 1vw - 9.51px ) * 1.3422818792 ); } }
        @media (min-width: 1100px) {
          #footer .footer__nav li a {
            font-size: 1.6rem; } }
      #footer .footer__nav li .footer__nav-list {
        display: none; }
    #footer .footer__nav li.footer__nav-etc {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #footer .footer__nav li.footer__nav-etc a {
        flex: 0 1 47.5%;
        width: 47.5%;
        max-width: 47.5%;
        box-sizing: border-box; }
  #footer .footer__sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    margin-bottom: 18px;
    padding-top: 75px; }
    #footer .footer__sns a {
      width: 25px; }
      #footer .footer__sns a:nth-of-type(n+2) {
        margin-left: 20px; }
  #footer .footer__copyright {
    margin-top: 40px;
    padding: 18px 0;
    background: #1F458E; }
    #footer .footer__copyright .footer__copyright-txt {
      color: #FFF;
      font-size: 1.1rem;
      font-weight: 200;
      line-height: 1;
      letter-spacing: 0;
      text-align: center; }
      @media (min-width: 375px) {
        #footer .footer__copyright .footer__copyright-txt {
          font-size: calc( 1.1rem + ( 1vw - 3.75px ) * 0.275862069 ); } }
      @media (min-width: 1100px) {
        #footer .footer__copyright .footer__copyright-txt {
          font-size: 1.3rem; } }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #footer #pageTop a:hover {
    background: #FFF;
    opacity: 1; }
    #footer #pageTop a:hover::before, #footer #pageTop a:hover::after {
      border-color: #1F458E; }
  #footer .footer__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: flex-end; }
    #footer .footer__info .footer__info-box:first-of-type {
      margin-right: 20px; }
    #footer .footer__info .footer__logo {
      width: 100%;
      max-width: 280px;
      margin-bottom: 15px; }
    #footer .footer__info .footer__address {
      margin-bottom: 0; }
    #footer .footer__info .footer__manager {
      margin: 15px 0 0; }
    #footer .footer__info .footer__mail {
      margin-bottom: 0; }
  #footer .footer__nav li {
    flex: 0 1 auto;
    width: auto;
    max-width: auto;
    max-width: none;
    display: inline-block; }
    #footer .footer__nav li a {
      margin-bottom: 10px;
      padding: 0;
      border: none;
      text-align: left; }
    #footer .footer__nav li .footer__nav-list {
      display: block; }
      #footer .footer__nav li .footer__nav-list a {
        margin-bottom: 5px;
        padding-left: 1.5em;
        color: #525252;
        font-size: 1.2rem;
        font-weight: 500;
        text-indent: -1.5em; } }
      @media screen and (min-width: 769px) and (min-width: 951px) {
        #footer .footer__nav li .footer__nav-list a {
          font-size: calc( 1.2rem + ( 1vw - 9.51px ) * 0.6711409396 ); } }
      @media screen and (min-width: 769px) and (min-width: 1100px) {
        #footer .footer__nav li .footer__nav-list a {
          font-size: 1.3rem; } }
@media screen and (min-width: 769px) {
        #footer .footer__nav li .footer__nav-list a::before {
          content: "ー "; }
  #footer .footer__nav li.footer__nav-etc {
    flex: 0 1 auto;
    width: auto;
    max-width: auto;
    max-width: none;
    display: inline-block; }
    #footer .footer__nav li.footer__nav-etc a {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%; }
  #footer .footer__sns {
    justify-content: flex-end;
    padding-right: 40px; }

  .footer__copyright {
    margin-top: 60px; } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 951px) {
  .footer__inner {
    max-width: 1160px;
    padding: 0% 2.6% 0% 2.6%; }

  .footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  #footer {
    padding-top: 60px; }
    #footer .footer__info {
      flex: 0 1 34%;
      width: 34%;
      max-width: 34%;
      display: block; }
      #footer .footer__info .footer__logo {
        margin-bottom: 20px; }
      #footer .footer__info .footer__address {
        margin-bottom: 25px; }
      #footer .footer__info .footer__manager {
        margin: -10px 0 15px; }
        #footer .footer__info .footer__manager .footer__manager-ttl {
          margin-bottom: 10px; }
      #footer .footer__info .footer__sns {
        padding-top: 140px; }
    #footer .footer__nav {
      flex: 0 1 62%;
      width: 62%;
      max-width: 62%; }
      #footer .footer__nav li a {
        margin-bottom: 15px; }
      #footer .footer__nav li .footer__nav-list a {
        margin-bottom: 12px; }

  .footer__copyright {
    margin-top: 140px; } }
/*------------------------------
		1181px以上
------------------------------*/
@media screen and (min-width: 1244px) {
  .footer__inner {
    padding: 0; } }
/* Scss Document */
/*-----------ボタン-----------*/
.btn a, .btn--pink a, .btn--green a, .btn--orange a {
  position: relative;
  max-width: 130px;
  margin: 0 auto;
  border: 1px solid #3FA9F5;
  background: #FFF;
  border-radius: 25px;
  color: #3FA9F5;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center; }
  .btn a::before, .btn--pink a::before, .btn--green a::before, .btn--orange a::before, .btn a::after, .btn--pink a::after, .btn--green a::after, .btn--orange a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0%, 0%);
    width: 14px;
    height: 2px;
    background: #3FA9F5;
    border-radius: 1px;
    content: ''; }
  .btn a::after, .btn--pink a::after, .btn--green a::after, .btn--orange a::after {
    width: 6px;
    transform: translate(0%, -100%) rotate(230deg); }
.btn--pink a {
  border-color: #FC7BAC;
  color: #FC7BAC; }
  .btn--pink a::before, .btn--pink a::after {
    background: #FC7BAC; }
.btn--green a {
  border-color: #7AC943;
  color: #7AC943; }
  .btn--green a::before, .btn--green a::after {
    background: #7AC943; }
.btn--orange a {
  border-color: #FF931E;
  color: #FF931E; }
  .btn--orange a::before, .btn--orange a::after {
    background: #FF931E; }

/*-----------矢印-----------*/
.arrow::before, .arrow::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translate(0%, 0%);
  width: 20px;
  height: 3px;
  background: #1F458E;
  border-radius: 2px;
  content: ''; }
.arrow::after {
  width: 8px;
  transform: translate(0%, -100%) rotate(230deg); }

/*-----------各ページタイトル-----------*/
#pagettl {
  margin-bottom: 80px;
  background: url("/img/about/bully/titleimg_01.jpg") center/cover no-repeat;
  height: 180px;
  position: relative;
  overflow: hidden; }
  #pagettl::before, #pagettl::after {
    display: block;
    position: absolute;
    z-index: 0;
    width: 50vw;
    max-width: 335px;
    height: 50vw;
    max-height: 335px;
    background: url(/img/home/bg_links.svg) right/contain no-repeat;
    content: ''; }
  #pagettl::before {
    top: 0;
    right: 0;
    transform: translate(40%, -50%); }
  #pagettl::after {
    bottom: 0;
    left: 0;
    transform: translate(-50%, 25%); }
  #pagettl.about .pagettl__wp::before, #pagettl.about .pagettl__wp::after {
    border-color: #7AC943; }
  #pagettl.about .pagettl__wp .pagettl__wp-ttl {
    color: #7AC943; }
  #pagettl.education .pagettl__wp::before, #pagettl.education .pagettl__wp::after {
    border-color: #FEC812; }
  #pagettl.education .pagettl__wp .pagettl__wp-ttl {
    color: #FEC812; }
  #pagettl.life .pagettl__wp::before, #pagettl.life .pagettl__wp::after {
    border-color: #FF931E; }
  #pagettl.life .pagettl__wp .pagettl__wp-ttl {
    color: #FF931E; }
  #pagettl.jhs .pagettl__wp::before, #pagettl.jhs .pagettl__wp::after {
    border-color: #FC7BAC; }
  #pagettl.jhs .pagettl__wp .pagettl__wp-ttl {
    color: #FC7BAC; }
  #pagettl .pagettl__wp {
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 632px;
    width: 84vw;
    background: rgba(255, 255, 255, 0.65);
    padding: 30px 20px; }
    #pagettl .pagettl__wp:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      border-top: 2px solid #3FA9F5;
      border-left: 2px solid #3FA9F5;
      width: 24px;
      height: 24px; }
    #pagettl .pagettl__wp:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      border-bottom: 2px solid #3FA9F5;
      border-right: 2px solid #3FA9F5;
      width: 24px;
      height: 24px; }
    #pagettl .pagettl__wp-ttl {
      text-align: center;
      color: #3FA9F5;
      font-size: 2rem;
      line-height: 1;
      font-family: 'Kiwi Maru', serif; }
      @media (min-width: 769px) {
        #pagettl .pagettl__wp-ttl {
          font-size: calc( 2rem + ( 1vw - 7.69px ) * 3.7122969838 ); } }
      @media (min-width: 1200px) {
        #pagettl .pagettl__wp-ttl {
          font-size: 3.6rem; } }

/*-----------水玉背景-----------*/
.bg--dot::before, .bg--dot::after {
  display: block;
  position: absolute;
  z-index: 0;
  width: 20vw;
  max-width: 335px;
  height: 20vw;
  max-height: 335px;
  background: url(/img/home/bg_links.svg) right/contain no-repeat;
  content: ''; }
.bg--dot::before {
  top: 0;
  right: 0;
  transform: translate(30%, -20%); }
.bg--dot::after {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 5%); }

#news, #detail {
  position: relative; }
  #news .news__bg, #detail .news__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }
    #news .news__bg .news__bg--left::before, #news .news__bg .news__bg--left::after, #news .news__bg .news__bg--right::before, #news .news__bg .news__bg--right::after, #detail .news__bg .news__bg--left::before, #detail .news__bg .news__bg--left::after, #detail .news__bg .news__bg--right::before, #detail .news__bg .news__bg--right::after {
      position: absolute;
      left: 0;
      width: 30%;
      max-width: 250px;
      height: 50%;
      z-index: -1;
      background-size: 16px 16px;
      background-position: 50% 50%;
      content: ''; }
    #news .news__bg .news__bg--left::before, #detail .news__bg .news__bg--left::before {
      top: 0;
      background: #EDFECC;
      clip-path: polygon(0 0, 0% 100%, 100% 0); }
    #news .news__bg .news__bg--left::after, #detail .news__bg .news__bg--left::after {
      bottom: 0;
      background-image: repeating-linear-gradient(90deg, #edfecc, #edfecc 1px, transparent 1px, transparent 16px), repeating-linear-gradient(0deg, #edfecc, #edfecc 1px, #fff 1px, #fff 16px);
      clip-path: polygon(0 0, 0% 100%, 100% 100%); }
    #news .news__bg .news__bg--right::before, #news .news__bg .news__bg--right::after, #detail .news__bg .news__bg--right::before, #detail .news__bg .news__bg--right::after {
      left: auto;
      right: 0; }
    #news .news__bg .news__bg--right::before, #detail .news__bg .news__bg--right::before {
      bottom: 0;
      background: #FFF9CC;
      clip-path: polygon(0 100%, 100% 100%, 100% 0); }
    #news .news__bg .news__bg--right::after, #detail .news__bg .news__bg--right::after {
      top: 0;
      background-image: repeating-linear-gradient(90deg, #fff9cc, #fff9cc 1px, transparent 1px, transparent 16px), repeating-linear-gradient(0deg, #fff9cc, #fff9cc 1px, #fff 1px, #fff 16px);
      clip-path: polygon(0 0, 100% 100%, 100% 0); }

/*-----------セクションタイトル-----------*/
.sec__ttl-wp {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px; }
  .sec__ttl-wp::after {
    position: absolute;
    bottom: -2.5px;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background: radial-gradient(circle farthest-side, #3FA9F5, #3FA9F5 40%, transparent 50%, transparent);
    background-size: 5px 5px; }
  .sec__ttl-wp .sec__ttl {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.5; }
    @media (min-width: 375px) {
      .sec__ttl-wp .sec__ttl {
        font-size: calc( 2.2rem + ( 1vw - 3.75px ) * 0.8275862069 ); } }
    @media (min-width: 1100px) {
      .sec__ttl-wp .sec__ttl {
        font-size: 2.8rem; } }
  .sec__ttl-wp.about::after {
    background: radial-gradient(circle farthest-side, #7AC943, #7AC943 40%, transparent 50%, transparent);
    background-size: 5px 5px; }
  .sec__ttl-wp.education::after {
    background: radial-gradient(circle farthest-side, #FEC812, #FEC812 40%, transparent 50%, transparent);
    background-size: 5px 5px; }
  .sec__ttl-wp.life::after {
    background: radial-gradient(circle farthest-side, #FF931E, #FF931E 40%, transparent 50%, transparent);
    background-size: 5px 5px; }
  .sec__ttl-wp.jhs::after {
    background: radial-gradient(circle farthest-side, #FC7BAC, #FC7BAC 40%, transparent 50%, transparent);
    background-size: 5px 5px; }

/*-----------セクションさぶタイトル-----------*/
.sec__subttl-wp {
  margin-bottom: 10px;
  padding: 6px 5px 6px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #55902C;
  border-left: 10px solid #55902C; }
  .sec__subttl-wp .sec__subttl {
    color: #55902C;
    font-size: 1.6rem;
    line-height: 1;
    text-align: left;
    letter-spacing: .05em; }
    @media (min-width: 375px) {
      .sec__subttl-wp .sec__subttl {
        font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 0.5517241379 ); } }
    @media (min-width: 1100px) {
      .sec__subttl-wp .sec__subttl {
        font-size: 2rem; } }
  .sec__subttl-wp.jhs {
    border-color: #C94476; }
    .sec__subttl-wp.jhs .sec__subttl {
      color: #C94476; }
  .sec__subttl-wp.life {
    border-color: #B4640D; }
    .sec__subttl-wp.life .sec__subttl {
      color: #B4640D; }
  .sec__subttl-wp.education {
    border-color: #DBAD11; }
    .sec__subttl-wp.education .sec__subttl {
      color: #DBAD11; }

/*-----------セクションテキスト-----------*/
.sec__txt {
  font-size: 1.2rem;
  line-height: 2; }
  @media (min-width: 375px) {
    .sec__txt {
      font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.275862069 ); } }
  @media (min-width: 1100px) {
    .sec__txt {
      font-size: 1.4rem; } }

/*-----------テーブル-----------*/
.sec__table .sec__table-tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }
  .sec__table .sec__table-tr::after {
    position: absolute;
    bottom: -1.5px;
    left: 0;
    z-index: 1;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: radial-gradient(circle farthest-side, #7AC943, #7AC943 40%, transparent 50%, transparent);
    background-size: 3px 3px; }
  .sec__table .sec__table-tr:first-of-type::before {
    position: absolute;
    top: -1.5px;
    left: 0;
    z-index: 1;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: radial-gradient(circle farthest-side, #7AC943, #7AC943 40%, transparent 50%, transparent);
    background-size: 3px 3px; }
  .sec__table .sec__table-tr .sec__table-th {
    display: flex;
    flex-direction: column;
    flex: 0 1 25%;
    width: 25%;
    max-width: 25%;
    padding: 15px;
    box-sizing: border-box;
    background: #F0FFE5;
    color: #55902C;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0; }
    @media (min-width: 375px) {
      .sec__table .sec__table-tr .sec__table-th {
        font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.275862069 ); } }
    @media (min-width: 1100px) {
      .sec__table .sec__table-tr .sec__table-th {
        font-size: 1.4rem; } }
    .sec__table .sec__table-tr .sec__table-th p {
      margin: auto 0; }
  .sec__table .sec__table-tr .sec__table-td {
    display: flex;
    flex-direction: column;
    flex: 0 1 75%;
    width: 75%;
    max-width: 75%;
    padding: 15px;
    box-sizing: border-box;
    letter-spacing: 0;
    line-height: 1.65;
    text-align: left; }
    .sec__table .sec__table-tr .sec__table-td p {
      margin: auto 0; }
  .sec__table .sec__table-tr .sec__table-img {
    margin-bottom: 10px; }
  .sec__table .sec__table-tr .sec__table-note {
    margin-left: 10px;
    font-size: 1.1rem; }
    @media (min-width: 375px) {
      .sec__table .sec__table-tr .sec__table-note {
        font-size: calc( 1.1rem + ( 1vw - 3.75px ) * 0.275862069 ); } }
    @media (min-width: 1100px) {
      .sec__table .sec__table-tr .sec__table-note {
        font-size: 1.3rem; } }
  .sec__table .sec__table-tr p.sec__table-dl {
    margin-top: 8px; }
    .sec__table .sec__table-tr p.sec__table-dl a {
      position: relative;
      color: #C94476;
      font-weight: bold;
      margin: 2px 0; }
      .sec__table .sec__table-tr p.sec__table-dl a span {
        display: inline-block;
        width: 1em;
        vertical-align: text-bottom; }
.sec__table .centerline {
  display: inline-block;
  text-decoration: line-through; }
.sec__table.jhs .sec__table-tr::after {
  background: radial-gradient(circle farthest-side, #FC7BAC, #FC7BAC 40%, transparent 50%, transparent);
  background-size: 3px 3px; }
.sec__table.jhs .sec__table-tr:first-of-type::before {
  background: radial-gradient(circle farthest-side, #FC7BAC, #FC7BAC 40%, transparent 50%, transparent);
  background-size: 3px 3px; }
.sec__table.jhs .sec__table-tr .sec__table-th {
  background: #FEE3ED;
  color: #C94476; }

/*-----------ページ下共通リンク-----------*/
#pagelink {
  position: relative;
  margin-bottom: 0;
  padding: 40px 0;
  background: #F1F9FF;
  overflow: hidden; }
  #pagelink::before, #pagelink::after {
    display: block;
    position: absolute;
    z-index: 0;
    width: 335px;
    height: 335px;
    background: url("/img/home/bg_links.svg") right/contain no-repeat;
    content: ''; }
  #pagelink::before {
    top: 0;
    right: 0;
    transform: translate(30%, -20%); }
  #pagelink::after {
    bottom: 0;
    left: 0;
    transform: translate(-50%, 5%); }
  #pagelink.about {
    background: #F5FFF1; }
    #pagelink.about .pagelink__box .pagelink__txt-wp .pagelink__txt {
      color: #55902C; }
    #pagelink.about .pagelink__box .pagelink__txt-wp .arrow::before, #pagelink.about .pagelink__box .pagelink__txt-wp .arrow::after {
      background: #55902C; }
  #pagelink.life {
    background: #FEECD7; }
    #pagelink.life .pagelink__box .pagelink__txt-wp .pagelink__txt {
      color: #B4640D; }
    #pagelink.life .pagelink__box .pagelink__txt-wp .arrow::before, #pagelink.life .pagelink__box .pagelink__txt-wp .arrow::after {
      background: #B4640D; }
  #pagelink.jhs {
    background: #FFE8F1; }
    #pagelink.jhs .pagelink__box .pagelink__txt-wp .pagelink__txt {
      color: #C94476; }
    #pagelink.jhs .pagelink__box .pagelink__txt-wp .arrow::before, #pagelink.jhs .pagelink__box .pagelink__txt-wp .arrow::after {
      background: #C94476; }
  #pagelink.educ {
    background: #FFF3CB; }
    #pagelink.educ .pagelink__box .pagelink__txt-wp .pagelink__txt {
      color: #DBAD11; }
    #pagelink.educ .pagelink__box .pagelink__txt-wp .arrow::before, #pagelink.educ .pagelink__box .pagelink__txt-wp .arrow::after {
      background: #DBAD11; }

.pagelink__wp {
  position: relative;
  z-index: 1;
  padding: 0 15px; }

.pagelink__box {
  position: relative;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #FFF;
  overflow: hidden;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15)); }
  .pagelink__box:nth-of-type(n+2) {
    margin-top: 20px; }
  .pagelink__box .pagelink__img {
    position: relative;
    overflow: hidden; }
    .pagelink__box .pagelink__img img {
      transition: .3s; }
  .pagelink__box .pagelink__txt-wp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    padding: 0 40px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    transition: .3s; }
    .pagelink__box .pagelink__txt-wp .pagelink__txt {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      color: #1F458E;
      font-size: 1.8rem;
      font-weight: bold;
      transition: .3s; }
      @media (min-width: 961px) {
        .pagelink__box .pagelink__txt-wp .pagelink__txt {
          font-size: calc( 1.8rem + ( 1vw - 9.61px ) * 2.8776978417 ); } }
      @media (min-width: 1100px) {
        .pagelink__box .pagelink__txt-wp .pagelink__txt {
          font-size: 2.2rem; } }
    .pagelink__box .pagelink__txt-wp .arrow::before, .pagelink__box .pagelink__txt-wp .arrow::after {
      transition: .3s; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  /*-----------ボタン-----------*/
  .btn a, .btn--pink a, .btn--green a, .btn--orange a {
    width: 140px;
    transition: .3s; }
    .btn a::before, .btn--pink a::before, .btn--green a::before, .btn--orange a::before, .btn a::after, .btn--pink a::after, .btn--green a::after, .btn--orange a::after {
      transition: .3s; }
    .btn a:hover, .btn--pink a:hover, .btn--green a:hover, .btn--orange a:hover {
      color: #FFF;
      background: #3FA9F5; }
      .btn a:hover::before, .btn--pink a:hover::before, .btn--green a:hover::before, .btn--orange a:hover::before, .btn a:hover::after, .btn--pink a:hover::after, .btn--green a:hover::after, .btn--orange a:hover::after {
        right: 15px;
        background: #FFF; }
  .btn--pink a:hover {
    background: #FC7BAC;
    color: #FFF; }
  .btn--green a:hover {
    background: #7AC943;
    color: #FFF; }
  .btn--orange a:hover {
    background: #FF931E;
    color: #FFF; }

  /*-----------各ページタイトル-----------*/
  #pagettl {
    height: 18.302vw;
    margin-bottom: 120px; }
    #pagettl .pagettl__wp {
      width: 46.266vw;
      padding: 40px 30px; }

  /*-----------ページ下共通リンク-----------*/
  #pagelink {
    padding: 60px 0; }
    #pagelink.about .pagelink__box:hover .pagelink__img .pagelink__txt-wp {
      background: rgba(85, 144, 44, 0.8); }
    #pagelink.educ .pagelink__box:hover .pagelink__img .pagelink__txt-wp {
      background: rgba(219, 173, 17, 0.8); }
    #pagelink.life .pagelink__box:hover .pagelink__img .pagelink__txt-wp {
      background: rgba(180, 100, 13, 0.8); }
    #pagelink.jhs .pagelink__box:hover .pagelink__img .pagelink__txt-wp {
      background: rgba(201, 68, 118, 0.8); }

  .pagelink__wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0; }

  .pagelink__box {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%; }
    .pagelink__box:nth-of-type(n+2) {
      margin-top: 0; }
    .pagelink__box:nth-of-type(n+3) {
      margin-top: 20px; }
    .pagelink__box:hover {
      opacity: 1; }
      .pagelink__box:hover .pagelink__img img {
        transform: scale(1.2); }
      .pagelink__box:hover .pagelink__img .pagelink__txt-wp {
        background: rgba(31, 69, 142, 0.8); }
        .pagelink__box:hover .pagelink__img .pagelink__txt-wp .pagelink__txt {
          color: #FFF; }
        .pagelink__box:hover .pagelink__img .pagelink__txt-wp .arrow::before, .pagelink__box:hover .pagelink__img .pagelink__txt-wp .arrow::after {
          background: #FFF;
          right: 20px; }

  /*-----------セクションサブタイトル-----------*/
  .sec__ttl-wp {
    margin-bottom: 25px;
    padding-bottom: 20px; }

  /*-----------セクションサブタイトル-----------*/
  .sec__subttl-wp {
    margin-bottom: 25px;
    padding: 8px 5px 8px 15px;
    border-left: 10px solid #55902C; }

  /*-----------テーブル-----------*/
  .sec__table .sec__table-tr .sec__table-th {
    flex: 0 1 25%;
    width: 25%;
    max-width: 25%;
    padding: 18px 3%; }
  .sec__table .sec__table-tr .sec__table-td {
    flex: 0 1 75%;
    width: 75%;
    max-width: 75%;
    padding: 18px 30px; }
  .sec__table .sec__table-tr .sec__table-note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-start;
    margin: 0 0 0 30px; }
    .sec__table .sec__table-tr .sec__table-note .sec__table-note-ttl {
      margin: 0 .5em 0 0; }
  .sec__table .sec__table-tr .sec__table-dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: baseline; }
    .sec__table .sec__table-tr .sec__table-dl a {
      display: inline-block; }
      .sec__table .sec__table-tr .sec__table-dl a span {
        margin-left: .5em; } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 951px) {
  /*-----------各ページタイトル-----------*/
  #pagettl .pagettl__wp {
    padding: 52px 30px; }

  /*-----------ページ下共通リンク-----------*/
  .pagelink__wp {
    justify-content: flex-start; }
    .pagelink__wp.col_4 .pagelink__box {
      flex: 0 1 23.5%;
      width: 23.5%;
      max-width: 23.5%; }
      .pagelink__wp.col_4 .pagelink__box:nth-of-type(3n) {
        margin-right: 2%; }
      .pagelink__wp.col_4 .pagelink__box:nth-of-type(4n) {
        margin-right: 0;
        margin-top: 0; }
      .pagelink__wp.col_4 .pagelink__box .pagelink__txt-wp {
        height: 50px;
        padding: 0 10px; }
        .pagelink__wp.col_4 .pagelink__box .pagelink__txt-wp .pagelink__txt {
          font-size: 1.6rem; }
        .pagelink__wp.col_4 .pagelink__box .pagelink__txt-wp .arrow::before, .pagelink__wp.col_4 .pagelink__box .pagelink__txt-wp .arrow::after {
          right: 10px; }

  .pagelink__box {
    flex: 0 1 32%;
    width: 32%;
    max-width: 32%;
    margin-right: 2%; }
    .pagelink__box:nth-of-type(3n) {
      margin-right: 0; }
    .pagelink__box:nth-of-type(n+3) {
      margin-top: 0; }
    .pagelink__box:nth-of-type(n+4) {
      margin-top: 30px; }
    .pagelink__box .pagelink__txt-wp {
      padding: 0 20px; } }
/*------------------------------
		1181px以上
------------------------------*/
@media screen and (min-width: 1244px) {
  /*-----------ページ下共通リンク-----------*/
  #pagelink .pagelink__box .pagelink__txt-wp {
    padding: 0 30px; } }

/*# sourceMappingURL=common.css.map */
