@charset "UTF-8";
/****************************************
contents
*****************************************/
html, body {
  margin: 0;
  padding: 0;
}

body.home {
  position: relative;
}
body.home header {
  position: absolute;
}

header {
  width: 100%;
  line-height: 1;
  margin: 0;
  padding: 15px 1%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  background: none;
}
header h1 {
  width: 300px;
  margin: 0;
  padding: 0;
}
header h1 img {
  width: 100%;
}
header nav {
  position: relative;
  min-width: 625px;
  margin-top: -2px;
}
header .menu {
  display: none;
}
header .first-nav {
  height: 32px;
  margin-bottom: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .accordion-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 31px;
  max-width: 150px;
  margin: 0;
  background-color: rgba(255, 255, 255, .5);
  border: solid 1px #dddddd;
  border-radius: 4px;
  z-index: 500;
}
header .accordion-menu li .mainButton {
  height: 29px;
}
header .accordion-menu li .mainButton img {
  width: 13px;
}
header .accordion-menu li.open .mainButton {
  color: #01A3EB;
}
header .accordion-menu li.open .mainButton img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .accordion-menu li:last-child .mainButton {
  border-bottom: 0;
}
header .mainButton {
  cursor: pointer;
  margin: 0;
  padding: 7px 12px;
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .submenuItems {
  display: none;
  background-color: #F4FBFF;
  border-top: solid 1px #dddddd;
}
header .submenuItems li:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
header .submenuItems li.link_gray a:link, header .submenuItems li.link_gray a:visited {
  color: #cccccc;
}
header .submenuItems a {
  display: block;
  color: #727272;
  font-size: 22.4px;
  font-size: 1.4rem;
  padding: 11px 22px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .submenuItems a:hover {
  color: #0D54C3;
  background-color: white;
}
header .site-info {
  color: #0E54C3;
  height: 30px;
  margin: 0;
}
header .site-info img {
  width: auto;
  height: 30px;
  margin: 0px 0 auto 30px;
}
header .site-info img.icon-email {
  height: 24px;
  margin-top: 0px;
}
header .site-info img.icon-tel {
  margin: -5px 7px 0 30px;
}
header .site-info a:link, header .site-info a:visited {
  color: #0E54C3;
}
header .site-info span {
  font-size: 28px;
  font-weight: bold;
  margin-top: -3px;
}
header .nav-wrap {
  display: block;
  width: 100%;
  font-size: 25.6px;
  font-size: 1.6rem;
  text-align: center;
  margin-left: 1px;
}
header .nav-wrap a {
  padding: 8px 1.75em;
  background-color: rgba(1, 163, 235, .5);
  border-radius: 3px;
}
header .nav-wrap a:link, header .nav-wrap a:visited {
  color: #ffffff;
}
header .nav-wrap .forSP {
  display: none;
}

main {
  width: 100%;
}

section h2.title {
  position: relative;
  color: #4c4c4c;
  max-width: 725px;
  font-weight: 500;
  margin: 0 auto 1.75em;
  padding-bottom: 0.25em;
  text-shadow: #fff 1px 0, #fff -1px 0, #fff 0 -1px, #fff 0 1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, rgba(0, 0, 0, .5) 1px 1px 5px;
}
section h2.title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  background: #01A3EB;
}

.mainVisual {
  padding: 0;
}
.mainVisual .slick-slide {
  text-align: center;
}
.mainVisual ul.slider li.slide01, .mainVisual ul.slider li.slide02, .mainVisual ul.slider li.slide03 {
  min-height: 80vh;
}
.mainVisual .slide01 {
  padding-top: 14vh;
  background: url("../img/main-visual01.jpg") center center no-repeat;
  background-size: cover;
}
.mainVisual .slide01 h2 {
  color: #0E54C3;
  font-size: 42px;
  text-align: center;
}
.mainVisual .slide01 h2 span {
  display: inline-block;
  font-size: 72px;
  font-weight: bold;
  margin-left: 13px;
  margin-right: 5px;
}
.mainVisual .slide01 h3 {
  position: absolute;
  bottom: 75px;
  color: yellow;
  width: 100%;
  text-align: center;
  font-size: 32px;
  padding: 0.75% 2%;
  background-color: rgba(255, 255, 255, .5);
}
.mainVisual .slide02 {
  padding-top: 15vh;
  background: url("../img/main-visual02.jpg") center center no-repeat;
  background-size: cover;
}
.mainVisual .slide02 h2 {
  color: #01A3EB;
  font-size: 60px;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, .75);
}
.mainVisual .slide02 h3 {
  color: #222222;
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-top: 3em;
  padding: 0.75% 2%;
  background-color: rgba(255, 255, 255, .5);
}
.mainVisual .slide03 {
  padding-top: 20vh;
  background: url("../img/main-visual03.jpg") center bottom no-repeat;
  background-size: 100%;
}
.mainVisual .slide03 h2 {
  font-size: 60px;
  font-weight: bold;
}

.slick-dots {
  bottom: 20px;
}
.slick-dots li.slick-active button::before {
  color: #01A3EB;
  opacity: 1;
}
.slick-dots li button {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.slick-dots li button:before {
  color: #01A3EB;
  font-size: 14px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

#topics {
  padding: 160px 0 128px;
  padding: 10rem 0 8rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#D3EDFB), to(#edf8fd));
  background-image: linear-gradient(to top, #D3EDFB 0%, #edf8fd 100%);
}
#topics p {
  font-size: 20.8px;
  font-size: 1.3rem;
  margin: 1.75em 2% 0 0;
}
#topics p span {
  font-size: 28.8px;
  font-size: 1.8rem;
  margin-left: 5px;
}
#topics dl {
  color: #01A3EB;
  width: 97%;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0.75em auto 1.25em;
  padding: 0 1.5% 1em;
  border-bottom: solid 1px #ffffff;
}
#topics dt {
  width: 6.5em;
}
#topics dd {
  width: calc(100% - 6.5em);
}

#guide .contents_menu {
  width: 58%;
}
#guide .contents_menu li {
  color: white;
  width: 47.75%;
  height: 200px;
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#guide .contents_menu li:nth-child(odd) {
  margin-right: 40px;
  margin-right: 2.5rem;
}
#guide .contents_menu li.content05, #guide .contents_menu li.content06 {
  margin-bottom: 0;
}
#guide .contents_menu .content01 {
  background: url(../img/content_icon-01.png) bottom right no-repeat;
  background-size: 65%;
  background-color: #01A3EB;
}
#guide .contents_menu .content02 {
  background: url(../img/content_icon-02.png) bottom right no-repeat;
  background-size: 65%;
  background-color: #EBAB1A;
}
#guide .contents_menu .content03 {
  background: url(../img/content_icon-03.png) bottom right no-repeat;
  background-size: 70%;
  background-color: #EB7387;
}
#guide .contents_menu .content04 {
  background: url(../img/content_icon-04.png) bottom right no-repeat;
  background-size: 65%;
  background-color: #5FBEB3;
}
#guide .contents_menu .content05 {
  background: url(../img/content_icon-05.png) bottom right no-repeat;
  background-size: 60%;
  background-color: #6B9E3C;
}
#guide .contents_menu .content06 {
  background: url(../img/content_icon-06.png) bottom right no-repeat;
  background-size: 62%;
  background-color: #DD2D14;
}
#guide .fb_area {
  width: 40%;
  max-width: 500px;
}

/* 共通項目 */
.breadcrumb_list {
  font-size: 20.8px;
  font-size: 1.3rem;
  margin-top: 5px;
  padding-top: 10px;
  border-top: solid 1px #eeeeee;
}
.breadcrumb_list ul {
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.3;
  margin: auto;
}
.breadcrumb_list ul li {
  display: inline;
  list-style: none;
}
.breadcrumb_list ul li:after {
  content: "»";
  padding: 0 0.5em 0 1em;
  color: #555;
}
.breadcrumb_list ul li:last-child:after {
  content: "";
}
.breadcrumb_list ul li a, .breadcrumb_list ul li a:link, .breadcrumb_list ul li a:hover {
  text-decoration: none;
}
.breadcrumb_list ul li a:hover, .breadcrumb_list ul li a:link:hover, .breadcrumb_list ul li a:hover:hover {
  text-decoration: underline;
}
.breadcrumb_list ul li.top {
  padding-left: 18px;
  background: url("/jp/img/icon-home.svg") center left no-repeat;
  background-size: 14px;
}

.top_content {
  padding-top: 80px;
  padding-top: 5rem;
}

.contact_form article {
  max-width: calc(720px - 1.5%);
  width: 97%;
  margin: 0 auto 3em;
  padding: 1.5em 1.5em 0.5em;
  background-color: rgba(1, 163, 235, .025);
  border: solid 1px rgba(1, 163, 235, .2);
  border-radius: 5px;
}
.contact_form form {
  max-width: 720px;
  width: 95%;
  margin: auto;
}
.contact_form form dl {
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 1em 0;
  padding: 0.25em 0.75em 1.25em;
  border-bottom: solid 1px rgba(1, 163, 235, .15);
}
.contact_form form dl.selective {
  padding-bottom: 0;
}
.contact_form form dl.selective dt {
  padding-bottom: 1em;
}
.contact_form form dl.selective dd .offline-op3 {
  margin: -0.25em 0 1em 0;
  padding: 0.75em 0 0 1.25em;
  border-top: dotted 1px #cccccc;
}
.contact_form form dl.selective dd .offline-op3 span label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_form form dl.selective dd .offline-op3 span label input {
  width: auto;
  margin: 0 0.35em 0 0;
}
.contact_form form dl.selective dd .offline-op3 span label span {
  margin: 0 1.15em 0 0;
}
.contact_form form dt {
  width: 30%;
}
.contact_form form dt span {
  color: #ff0000;
  font-size: 0.9em;
  padding-left: 0.5em;
}
.contact_form form dd {
  width: 70%;
  padding-left: 1.5em;
}
.contact_form form dd label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact_form form dd > span {
  height: 1.5em;
}
.contact_form form dd .add_text p {
  margin: -0.5em 0 1em 0.75em;
}
.contact_form form dd .add_text input {
  width: calc(100% - 1.5em);
  margin: -0.35em 0 1.35em 1.35em;
}
.contact_form form .enrollment input {
  text-align: right;
}
.contact_form form .enrollment select {
  width: 4em;
  text-align: right;
  padding: 11.2px 0 11.2px 24px;
  padding: 0.7rem 0 0.7rem 1.5rem;
}
.contact_form form .enrollment em {
  font-style: normal;
  margin-left: 0.5em;
}
.contact_form form input[type=email], .contact_form form input[type=number], .contact_form form input[type=search], .contact_form form input[type=text], .contact_form form input[type=tel], .contact_form form input[type=url], .contact_form form input[type=password] {
  font: 400 24px "Cabin", "Noto Sans JP", sans-serif;
  font: 400 1.5rem "Cabin", "Noto Sans JP", sans-serif;
}
.contact_form form textarea, .contact_form form select {
  font: 400 24px "Cabin", "Noto Sans JP", sans-serif;
  font: 400 1.5rem "Cabin", "Noto Sans JP", sans-serif;
}
.contact_form form input[type=submit] {
  font: 500 25.6px "Cabin", "Noto Sans JP", sans-serif;
  font: 500 1.6rem "Cabin", "Noto Sans JP", sans-serif;
  padding: 20px 52px;
  padding: 1.25rem 3.25rem;
  background-color: #01A3EB;
}
.contact_form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.confirm form p.small {
  display: none;
}
.confirm form dl dt span {
  display: none;
}
.confirm form dl.verify {
  display: none;
}
.confirm form dl dd .add_text {
  margin-bottom: 1em;
}
.confirm form .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin: 4em auto 0;
}
.confirm form .btn_area input {
  width: 200px;
}

.send main .sub-container {
  width: 600px;
}
.send main .sub-container h3 {
  color: #4c4c4c;
  font-size: 57.6px;
  font-size: 3.6rem;
  margin: 1em auto 0;
}

/* 投稿関連 */
.main_content {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 80px 1%;
  padding: 5rem 1%;
}
.main_content .post_area {
  max-width: 875px;
  width: 70%;
  margin: 0;
  padding-top: 0;
}
.main_content .post_area h2.title {
  margin-bottom: 1em;
}
.main_content .post_area .blog_info {
  font-size: 20.8px;
  font-size: 1.3rem;
  margin-bottom: 2.5em;
  padding: 0 1%;
}
.main_content .post_area .detail_body {
  padding: 0 1%;
}
.main_content .topics_list {
  max-width: 875px;
  width: 70%;
  margin: 0;
  padding-top: 0;
}
.main_content .topics_list article {
  margin-bottom: 80px;
  margin-bottom: 5rem;
  padding: 3px 0 3px 10px !important;
  border-left: solid 3px #01A3EB;
}
.main_content .topics_list article dl.row {
  margin-top: 0;
  padding-bottom: 0.5em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: dotted 1px #cccccc;
}
.main_content .topics_list article dt {
  font-weight: 500;
  margin-left: 0.5em;
}
.main_content .topics_list article dd {
  margin-left: auto;
  margin-right: 0.5em;
}
.main_content .topics_list article .excerpt {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin-left: 1.5em;
}
.main_content .topics_list article .excerpt .aligncenter {
  margin: 32px auto 0;
  margin: 2rem auto 0;
}
.main_content .sidebar {
  max-width: 325px;
  width: 26%;
  padding-top: 0;
}
.main_content .sidebar li.widget {
  margin-bottom: 3em;
}
.main_content .sidebar h2.widgettitle {
  color: #0E54C3;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 0.2em;
  background-color: rgba(1, 163, 235, .15);
  border-radius: 5px;
}
.main_content .sidebar li.cat-item {
  line-height: 1.3;
  margin: 0 0 0.75em 0.75em;
  padding-left: 25px;
  background: url("/jp/img/icon-link.svg") left center no-repeat;
  background-size: 16px;
}
.main_content .widget_calendar nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20.8px;
  font-size: 1.3rem;
  padding: 0.5em 1em 0;
}
.main_content .wp-calendar-table th, .main_content .wp-calendar-table td {
  width: 14.2857142857%;
  font-size: 20.8px;
  font-size: 1.3rem;
  text-align: center;
  padding: 0.5em 0;
}
.main_content .wp-calendar-table td a:link, .main_content .wp-calendar-table td a:visited {
  color: #0163ff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
.main_content .wp-calendar-table #today {
  color: white;
  font-weight: bold;
  background-color: rgba(255, 0, 0, .5);
}
.main_content .button, .main_content button, .main_content .reply {
  background-color: rgba(1, 163, 235, .75);
}

.pagelink_button {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4em 0 0;
  padding: 3em 0 0;
  border-top: solid 1px #eeeeee;
}
.pagelink_button .pre-arrow, .pagelink_button .next-arrow {
  display: block;
  width: 40px;
  height: 40px;
}
.pagelink_button .pre-arrow {
  margin: 7px auto 0 0;
}
.pagelink_button .next-arrow {
  margin: 7px 0 0 auto;
}
.pagelink_button .next-arrow img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#wp_page_numbers {
  margin: 192px 0 160px;
  margin: 12rem 0 10rem;
  width: 100%;
  background: #fff;
}
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
  background: #fff;
  padding: 0;
  margin: 0;
  border: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  list-style: none;
  text-transform: none;
  text-indent: 0px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-align: left;
  line-height: 22.4px;
  line-height: 1.4rem;
  letter-spacing: 0px;
  word-spacing: 0px;
}
#wp_page_numbers ul {
  padding-top: 1px;
  border-top: solid 1px #cccccc;
  width: 100%;
}
#wp_page_numbers li {
  float: left;
  display: block;
  margin: 0 2px;
}
#wp_page_numbers li.space {
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #aaa;
  padding: 6px 8px;
}
#wp_page_numbers li.first_last_page {
  font-style: italic;
}
#wp_page_numbers li.active_page a {
  color: #fff;
  background: #01a3eb;
}
#wp_page_numbers li.active_page a:hover {
  color: #FE5007;
  background: rgba(220, 200, 183, .5);
}
#wp_page_numbers li.page_info {
  float: left;
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #aaa;
  display: block;
  padding: 8px 10px 0 6px;
}
#wp_page_numbers a {
  padding: 8px 8px;
  display: block;
  color: #aaa;
  font-size: 22.4px;
  font-size: 1.4rem;
}
#wp_page_numbers a:hover {
  color: #333333;
  background: rgba(170, 170, 170, .5);
}

footer {
  padding: 0;
}
footer .sitemapLink {
  width: 100%;
  line-height: 1;
  padding: 40px 2%;
  padding: 2.5rem 2%;
  background-color: #0E54C3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .sitemapLink li {
  margin: 0 1em;
}
footer .sitemapLink li a:link, footer .sitemapLink li a:visited {
  color: #ffffff;
}
footer .copyright {
  color: #0E54C3;
  width: 100%;
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  padding: 80px 1%;
  padding: 5rem 1%;
}
footer .copyright p {
  margin-bottom: 0;
}

/**
* ===================================================================
* トップへ戻るボタン
* ------------------------------------------------------------------- */
#page_top {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
#page_top a {
  display: block;
  position: relative;
  color: #fff;
  width: 60px;
  height: 60px;
  text-decoration: none;
  background: rgba(1, 163, 235, .8);
  text-align: center;
  border-radius: 50%;
  outline: none;
}
#page_top a img {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  width: 50%;
  margin: auto;
}
/*# sourceMappingURL=../maps/css/main.css.map */
