@charset "UTF-8";
/*-------------------------------------
リセットCSS
--------------------------------------*/
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, a,
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;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav 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;
  color: #000;
}

a:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in;
}

ins {
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  color: #000;
  font-style: normal;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type=submit],
input[type=button],
input[type=radio] select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration select::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
input[type=radio]::focus select::focus {
  outline-offset: -2px;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 52.5%;
}
@media (min-width: 768px) {
  html {
    font-size: 57.5%;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  body {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 1.8rem;
  }
}

body, input, textarea, select, button, optgroup {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  color: #000;
}

img, video, object {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul, ol, li,
dl, dt, dd,
table,
tr,
th,
td,
small {
  line-height: 1;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

a {
  text-decoration: none;
}

/*input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
}*/
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.wrap {
  background-image: url(../img/common/bgWhite.jpg);
  background-repeat: repeat;
  background-position: left;
  background-size: calc(20rem * 0.5) calc(20rem * 0.5);
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .wrap {
    background-size: calc(20rem * 0.75) calc(20rem * 0.75);
  }
}
@media (min-width: 1024px) {
  .wrap {
    background-size: calc(20rem * 1) calc(20rem * 1);
  }
}

.inner-layout {
  width: 82%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .inner-layout {
    width: calc(100% - 6rem);
  }
}
@media (min-width: 1024px) {
  .inner-layout {
    max-width: 100rem;
  }
}

.inner-layout.max-1200 {
  max-width: 120rem;
}

.fixedNav {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  z-index: 10;
  position: relative;
}
.fixedNav .fixedNav__btn {
  position: fixed;
  top: 0;
  right: 0;
}
.fixedNav .fixedNav__btn span {
  display: block;
  background: #FFF;
  width: 5.2rem;
  height: 5.2rem;
  position: relative;
}
@media (min-width: 768px) {
  .fixedNav .fixedNav__btn span {
    width: 5.2rem;
    height: 5.2rem;
  }
}
@media (min-width: 1024px) {
  .fixedNav .fixedNav__btn span {
    width: 7rem;
    height: 7rem;
  }
}
.fixedNav .fixedNav__btn span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 1.8rem;
  left: 1.3rem;
  width: calc(100% - 2.6rem);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .fixedNav .fixedNav__btn span:before {
    top: 1.8rem;
    left: 1.2rem;
    width: calc(100% - 2.4rem);
  }
}
@media (min-width: 1024px) {
  .fixedNav .fixedNav__btn span:before {
    top: 2.7rem;
    left: 2.3rem;
    width: calc(100% - 4.6rem);
  }
}
.fixedNav .fixedNav__btn span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 1.7rem;
  left: 1.3rem;
  width: calc(100% - 2.6rem);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .fixedNav .fixedNav__btn span:after {
    bottom: 1.8rem;
    left: 1.2rem;
    width: calc(100% - 2.4rem);
  }
}
@media (min-width: 1024px) {
  .fixedNav .fixedNav__btn span:after {
    bottom: 2.7rem;
    left: 2.3rem;
    width: calc(100% - 4.6rem);
  }
}
.fixedNav .fixedNav__btn span hr {
  width: 100%;
  height: 1px;
  background: #000;
  border: none;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 1.3rem;
  width: calc(100% - 2.6rem);
  transition: 0.3s;
  opacity: 1;
}
@media (min-width: 768px) {
  .fixedNav .fixedNav__btn span hr {
    top: 50%;
    left: 1.2rem;
    width: calc(100% - 2.4rem);
  }
}
@media (min-width: 1024px) {
  .fixedNav .fixedNav__btn span hr {
    top: 50%;
    left: 2.3rem;
    width: calc(100% - 4.6rem);
  }
}
.fixedNav .fixedNav__btn span.js-nav-close {
  background: #00A7E3;
}
.fixedNav .fixedNav__btn span.js-nav-close:before {
  background: #FFF;
  transform: rotate(-225deg);
  top: 2.5rem;
}
@media (min-width: 768px) {
  .fixedNav .fixedNav__btn span.js-nav-close:before {
    top: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .fixedNav .fixedNav__btn span.js-nav-close:before {
    top: 3.45rem;
  }
}
.fixedNav .fixedNav__btn span.js-nav-close:after {
  background: #FFF;
  transform: rotate(225deg);
  bottom: 2.5rem;
}
@media (min-width: 768px) {
  .fixedNav .fixedNav__btn span.js-nav-close:after {
    bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .fixedNav .fixedNav__btn span.js-nav-close:after {
    bottom: 3.45rem;
  }
}
.fixedNav .fixedNav__btn span.js-nav-close hr {
  background: #FFF;
  opacity: 0;
}

.modalNav {
  display: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.modalNav .modalNav__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9;
}
.modalNav .modalNav__menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 9;
  height: 12rem;
  z-index: 9;
}
.modalNav .modalNav__menu .modalNav__menuMain {
  width: 27rem;
  margin: 0 auto;
  text-align: center;
}
.modalNav .modalNav__menu .modalNav__menuMain li {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  margin-bottom: 3rem;
  height: 2rem;
}
.modalNav .modalNav__menu .modalNav__menuMain li:last-of-type {
  margin-bottom: 0;
}
.modalNav .modalNav__menu .modalNav__menuMain li:last-of-type img {
  height: 3.4rem;
}
.modalNav .modalNav__menu .modalNav__menuMain li img {
  height: 2rem;
}
.modalNav .modalNav__menu .modalNav__menuMain a {
  color: #000;
}
.modalNav .modalNav__menu .modalNav__menuMain a:hover {
  opacity: 1;
  color: #00A7E3;
}

.js-opacity-0 {
  opacity: 0;
}

@media screen and (orientation: landscape) and (max-width: 959px) {
  .modalNav .modalNav__menu {
    overflow-y: scroll;
    height: auto;
  }
  .modalNav .modalNav__menu ul {
    margin: 6rem auto;
    overflow-y: scroll;
  }
  .modalNav .modalNav__menu ul::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 1024px) {
  .fixedNav {
    display: none;
  }

  .modalNav {
    display: block !important;
    position: static;
    width: auto;
    height: auto;
  }

  .modalNav .modalNav__bg {
    display: none;
  }

  .modalNav .modalNav__menu {
    position: static;
  }

  .modalNav .modalNav__menu .modalNav__menuMain {
    width: auto;
    display: flex;
    justify-content: flex-end;
    padding-top: 5.2rem;
  }

  .modalNav .modalNav__menu .modalNav__menuMain li {
    margin-left: 4.3rem;
  }
}
header {
  z-index: 3;
  position: relative;
}
@media (min-width: 1024px) {
  header {
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
  }
}
header .logo {
  z-index: 3;
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  width: 20%;
  max-width: 14.2rem;
}
main {
  margin-bottom: 7.5rem;
}
.home .fv {
  width: 80%;
  max-width: 110rem;
  margin: 14rem auto 0;
}
@media (min-width: 768px) {
  .home .fv {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .home .fv .sp {
    display: none;
  }
}
.home .fv .pc {
  display: none;
}
@media (min-width: 768px) {
  .home .fv .pc {
    display: block;
    max-width: 94rem;
    margin-left: auto;
    margin-right: 2%;
  }
}

.home .sec01 {
  background-image: url(../img/common/bgBlue.jpg);
  background-repeat: repeat;
  background-position: left;
  background-size: calc(20rem * 0.5) calc(20rem * 0.5);
  padding: 7.2rem 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home .sec01 {
    background-size: calc(20rem * 0.75) calc(20rem * 0.75);
  }
}
@media (min-width: 1024px) {
  .home .sec01 {
    background-size: calc(20rem * 1) calc(20rem * 1);
  }
}
.home .sec01 .inner-layout {
  position: relative;
  z-index: 2;
}
.home .sec01 p {
  line-height: 2.6;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .home .sec01 p {
    text-align: center;
  }
}
.home .sec01 p br {
  display: none;
}
@media (min-width: 768px) {
  .home .sec01 p br {
    display: block;
  }
}
.home .sec01 .fsLage {
  font-family: "Noto Serif JP", serif;
  font-size: 1.56em;
  line-height: 1.8;
}
.home .sec01 .logoBg01 {
  position: absolute;
  width: 70vw;
  height: 70vw;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .home .sec01 .logoBg01 {
    width: 40rem;
    height: 40rem;
    left: -20rem;
    right: auto;
    opacity: 1;
  }
}
.home .sec01 .logoBg02 {
  display: none;
}
@media (min-width: 768px) {
  .home .sec01 .logoBg02 {
    display: block;
    position: absolute;
    width: 40rem;
    height: 40rem;
    z-index: 1;
    top: 0;
    right: -20rem;
    bottom: 0;
    margin: auto;
  }
}

.home .sec02 {
  margin: 7.2rem 0;
}
@media (min-width: 768px) {
  .home .sec02 {
    margin: 11rem 0;
  }
}
.home .sec02 .ttl01 {
  text-align: center;
  margin-bottom: 1.4em;
}

.page section {
  display: block;
  margin-bottom: 3em;
}
.page section.last {
  margin-bottom: 8em;
}

.page .fv {
  padding-top: 10rem;
}
.page .fv .ttl01 {
  margin-bottom: 1.4em;
  text-align: center;
}
.page .fv .ttl02 {
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  .page .fv .ttl02 {
    text-align: center;
  }
}
.page .fv p {
  line-height: 2.6;
  margin-bottom: 1.8em;
}
@media (min-width: 768px) {
  .page .fv p {
    text-align: center;
  }
}
.page .fv p br {
  display: none;
}
@media (min-width: 768px) {
  .page .fv p br {
    display: block;
  }
}

.page .img-layout ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page .img-layout ul li {
  width: 100%;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .page .img-layout ul li {
    width: 31.5%;
  }
}
.page .dl-layout dl {
  border-top: solid 1px #000;
  padding: 1em;
}
@media (min-width: 1024px) {
  .page .dl-layout dl {
    display: flex;
    padding: 1.5em;
  }
}
.page .dl-layout dl.last {
  border-bottom: solid 1px #000;
}
.page .dl-layout dl dt {
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .page .dl-layout dl dt {
    width: 18%;
  }
}
.page .dl-layout dl dd {
  line-height: 1.6;
}

.page .profile-text .ttl02 {
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  .page .profile-text .ttl02 {
    text-align: center;
  }
}
.page .profile-text .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .page .profile-text .layout {
    display: block;
    text-align: center;
  }
}
.page .profile-text .layout .left {
  width: 15%;
  color: #00A7E3;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  top: 0.5em;
}
@media (min-width: 768px) {
  .page .profile-text .layout .left {
    width: auto;
    top: 0;
    margin-right: 0.7em;
    display: inline;
    font-size: 2rem;
    line-height: 2.6;
  }
}
@media (min-width: 1024px) {
  .page .profile-text .layout .left {
    font-size: 2rem;
  }
}
.page .profile-text .layout .right {
  width: 80%;
  line-height: 2.6;
}
@media (min-width: 768px) {
  .page .profile-text .layout .right {
    width: auto;
    display: inline;
  }
}
.page .profile-text .layout .right br {
  display: none;
}
@media (min-width: 768px) {
  .page .profile-text .layout .right br {
    display: block;
  }
}

.profile-img {
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .profile-img {
    display: flex;
    margin-bottom: 6em;
    align-items: center;
    justify-content: center;
  }
}
.profile-img .img {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .profile-img .img {
    width: 50%;
    order: 2;
  }
}
.profile-img .img img {
  position: relative;
  z-index: 1;
  width: 32rem;
}
.profile-img .img:after {
  content: "";
  display: block;
  width: 32rem;
  padding-top: 32rem;
  background-image: url(../img/common/bgBlue.jpg);
  background-repeat: repeat;
  background-position: left;
  background-size: calc(20rem * 0.5) calc(20rem * 0.5);
  position: absolute;
  top: 16%;
  left: 16%;
}
.profile-img .name {
  font-family: "Noto Serif JP", serif;
  margin-top: 2em;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .profile-img .name {
    width: 50%;
    order: 1;
    text-align: right;
  }
}
.profile-img .name h1 {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .profile-img .name h1 {
    font-size: 2.9rem;
    padding-right: 15%;
  }
}
@media (min-width: 1024px) {
  .profile-img .name h1 {
    font-size: 3.2rem;
  }
}
.profile-img .name div {
  font-size: 1.6rem;
  margin-top: 0.8em;
}
@media (min-width: 768px) {
  .profile-img .name div {
    font-size: 1.9rem;
    padding-right: 15%;
  }
}
@media (min-width: 1024px) {
  .profile-img .name div {
    font-size: 2.1rem;
  }
}

.profile__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.2em;
  line-height: 1.7;
  margin-top: 0.8em;
}
@media (min-width: 768px) {
  .profile__text {
    flex-direction: row;
    justify-content: center;
    font-size: 1.35em;
  }
}
.profile__text .profile__texttop {
  display: inline-block;
  background: linear-gradient(rgba(255, 255, 255, 0) 55%, rgba(56, 186, 255, 0.3) 75%);
  padding-left: 0.2em;
}
.profile__text .profile__textbottom {
  display: flex;
  align-items: flex-start;
}
.profile__text .profile__textbottom .profile__textbottom--1 {
  display: inline-block;
  background: linear-gradient(rgba(255, 255, 255, 0) 55%, rgba(56, 186, 255, 0.3) 75%);
  padding-left: 0.1em;
}
.profile__text .profile__textbottom .profile__textbottom--2 {
  display: inline-block;
  background: linear-gradient(rgba(255, 255, 255, 0) 55%, rgba(56, 186, 255, 0.3) 75%);
  padding-left: 1em;
  padding-right: 0.2em;
}

.contactPage main {
  min-height: calc(100vh - 16rem);
}
.contactPage p.read {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 0.8em;
  text-align: center;
}
@media (min-width: 1024px) {
  .contactPage p.read {
    margin-bottom: 1.8em;
  }
}
.contactPage #formWrap {
  width: 700px;
  margin: 0 auto;
  color: #000;
  line-height: 120%;
  font-size: 90%;
}
.contactPage table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.contactPage table.formTable td, .contactPage table.formTable th {
  padding: 15px 10px;
  background: #FFF;
}
@media (min-width: 768px) {
  .contactPage table.formTable td, .contactPage table.formTable th {
    padding: 25px 20px;
  }
}
.contactPage table.formTable td, .contactPage table.formTable th {
  border: 1px solid #00A7E3;
  padding: 10px 10px;
}
@media (min-width: 768px) {
  .contactPage table.formTable td, .contactPage table.formTable th {
    padding: 25px 20px;
  }
}
.contactPage table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #C3E6F6;
  color: #000;
  text-align: left;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .contactPage table.formTable th {
    vertical-align: middle;
  }
}
.contactPage select {
  width: 100%;
}
.contactPage .required {
  background: #00A7E3;
  color: #FFF;
  font-size: 0.85em;
  padding: 0.15em 0.5em 0.15em 0.5em;
  margin-left: 0.4em;
}
.contactPage .submitBtn {
  margin-top: 2rem;
}
.contactPage .submitBtn input[type=submit] {
  background: #00A7E3;
  color: #FFF;
  transition: 0.3s;
  padding: 1.2em 0;
  height: auto;
  width: 100%;
  max-width: 640px;
}
.contactPage .submitBtn input[type=submit]:hover {
  background: #FFF;
  color: #00A7E3;
}
@media (min-width: 768px) {
  .contactPage .submitBtn input[type=submit] {
    width: 70%;
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .contactPage .submitBtn input[type=submit] {
    margin-bottom: 8rem;
  }
}
.contactPage .flexStyle {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .contactPage .flexStyle {
    display: table-cell;
  }
}
.contactPage .radioBtn {
  margin-bottom: 1.4em;
  display: flex;
  align-items: center;
}
.contactPage .radioBtn:last-of-type {
  margin-bottom: 0;
}
.contactPage .radioBtn span {
  margin-left: 0.4em;
}
.contactPage input[type=text],
.contactPage textarea {
  width: 100%;
}
@media screen and (max-width: 572px) {
  .contactPage #formWrap {
    width: 100%;
    margin: 0 auto;
  }
  .contactPage table.formTable th, .contactPage table.formTable td {
    width: auto;
    display: block;
  }
  .contactPage table.formTable th {
    margin-top: 12px;
    border-bottom: 0;
  }
  .contactPage input[type=text], .contactPage textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  .contactPage input[type=submit], .contactPage input[type=reset], .contactPage input[type=button] {
    display: block;
    width: 100%;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .contactPage #formWrap {
    margin-top: 14rem;
  }
}

footer {
  background: #00A7E3;
  text-align: center;
  color: #FFF;
  padding: 2em 0;
}

.ttl01 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
}
@media (min-width: 768px) {
  .ttl01 {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .ttl01 {
    font-size: 4.8rem;
  }
}

.ttl02 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .ttl02 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .ttl02 {
    font-size: 3.6rem;
  }
}

.ttl03 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.3rem;
}
@media (min-width: 768px) {
  .ttl03 {
    font-size: 2.7rem;
  }
}
@media (min-width: 1024px) {
  .ttl03 {
    font-size: 3rem;
  }
}

.layout-type-1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7.4rem;
}
@media (min-width: 768px) {
  .layout-type-1 {
    justify-content: space-between;
    margin-bottom: 14.5rem;
  }
}
.layout-type-1:last-of-type {
  margin-bottom: 0;
}
.layout-type-1 .textContent {
  z-index: 1;
  width: 100%;
  order: 2;
}
@media (min-width: 768px) {
  .layout-type-1 .textContent {
    width: 48%;
  }
}
.layout-type-1 .textContent h3 {
  margin-top: 2em;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  .layout-type-1 .textContent h3 {
    margin-top: 0;
  }
}
.layout-type-1 .textContent p {
  line-height: 1.666;
}
.layout-type-1 .imgContent {
  width: 100%;
  order: 1;
  position: relative;
}
@media (min-width: 768px) {
  .layout-type-1 .imgContent {
    width: 48%;
  }
}
.layout-type-1 .imgContent:after {
  content: "";
  display: block;
  width: 90%;
  padding-top: calc(63.3% * 0.9);
  background-image: url(../img/common/bgBlue.jpg);
  background-repeat: repeat;
  background-position: left;
  background-size: calc(20rem * 0.5) calc(20rem * 0.5);
  position: absolute;
  top: 16%;
  left: 10%;
}
@media (min-width: 768px) {
  .layout-type-1 .imgContent:after {
    background-size: calc(20rem * 0.75) calc(20rem * 0.75);
  }
}
@media (min-width: 1024px) {
  .layout-type-1 .imgContent:after {
    background-size: calc(20rem * 1) calc(20rem * 1);
  }
}
.layout-type-1 .imgContent img {
  z-index: 2;
  position: relative;
  width: 90%;
}

@media (min-width: 768px) {
  .layout-type-1.imgRight .textContent {
    order: 1;
  }
}
@media (min-width: 768px) {
  .layout-type-1.imgRight .imgContent {
    order: 2;
  }
}
.layout-type-1.imgRight .imgContent:after {
  left: 0;
}
.layout-type-1.imgRight .imgContent img {
  left: 10%;
}

.links {
  margin: 7.2rem 0;
}
@media (min-width: 768px) {
  .links {
    margin: 17rem 0 13rem 0;
  }
}
.links ul {
  list-style-type: none;
}
@media (min-width: 768px) {
  .links ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.links ul li {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .links ul li {
    margin-bottom: 0;
    width: 33%;
  }
}
.links ul li a {
  display: block;
}
.links ul li a .img-layout {
  background-image: url(../img/common/bgBlue.jpg);
  background-repeat: repeat;
  background-position: left;
  background-size: calc(20rem * 0.5) calc(20rem * 0.5);
  border-radius: 50%;
  width: 18rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .links ul li a .img-layout {
    background-size: calc(20rem * 0.75) calc(20rem * 0.75);
  }
}
@media (min-width: 1024px) {
  .links ul li a .img-layout {
    background-size: calc(20rem * 1) calc(20rem * 1);
  }
}
.links ul li a .img-layout img {
  transform: scale(0.6);
}
.links ul li a .ttl03 {
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  text-align: center;
}
.links ul li a p {
  text-align: center;
  line-height: 1.66;
}
@media (min-width: 768px) {
  .links ul li a p {
    white-space: nowrap;
  }
}

.noteBnr {
  margin: 7.2rem 0;
}
@media (min-width: 768px) {
  .noteBnr {
    margin: 11rem 0;
  }
}
.noteBnr a.inner-layout {
  background-image: url(../img/common/bgBlue.jpg);
  background-repeat: repeat;
  background-position: left;
  background-size: calc(20rem * 0.5) calc(20rem * 0.5);
  display: block;
  padding: 3rem 10%;
}
@media (min-width: 768px) {
  .noteBnr a.inner-layout {
    background-size: calc(20rem * 0.75) calc(20rem * 0.75);
  }
}
@media (min-width: 1024px) {
  .noteBnr a.inner-layout {
    background-size: calc(20rem * 1) calc(20rem * 1);
  }
}
.noteBnr a.inner-layout .ttl {
  border-bottom: solid 1px #000;
  padding-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .noteBnr a.inner-layout .ttl {
    max-width: 64.4rem;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 1.2rem;
  }
}
.noteBnr a.inner-layout p {
  margin-top: 0.7em;
  line-height: 1.5;
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .noteBnr a.inner-layout p {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .noteBnr a.inner-layout p {
    font-size: 2.3rem;
  }
}
.noteBnr a.inner-layout p br {
  display: none;
}
@media (min-width: 768px) {
  .noteBnr a.inner-layout p br {
    display: block;
  }
}

.empty-col-4 {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 48.5%;
}
@media (min-width: 768px) {
  .empty-col-4 {
    width: 31.5%;
  }
}
@media (min-width: 1024px) {
  .empty-col-4 {
    width: 23.5%;
  }
}

.empty-col-5 {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 48.5%;
}
@media (min-width: 768px) {
  .empty-col-5 {
    width: 23.5%;
  }
}
@media (min-width: 1024px) {
  .empty-col-5 {
    width: 18.5%;
  }
}

@media (min-width: 1024px) {
  .spOnly {
    display: none;
  }
}

.pcOnly {
  display: none;
}
@media (min-width: 1024px) {
  .pcOnly {
    display: block;
  }
}

.displayNone {
  display: none;
}

.block {
  display: block !important;
}

@media (min-width: 1024px) {
  .noteBnr a.inner-layout {
    background-image: url(../img/common/bgBlue.jpg);
    background-repeat: repeat;
    background-position: left;
    background-size: calc(20rem * 0.5) calc(20rem * 0.5);
    display: flex;
    padding: 3rem 0%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .noteBnr a.inner-layout .ttl {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
