@charset "UTF-8";
/*
*
* Copyright (c) 2016, Codia Inc. All rights reserved.
* Data : 2016.11.11
*
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto);
/* Reset
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul, ol {
  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;
}

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

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;
}

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

input, select {
  vertical-align: middle;
}

button, fieldset, form, input, label,
legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none;
  outline: none;
}

a:focus, *:focus {
  outline: none;
}

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}

/* General
---------------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.none {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.inline_block {
  display: inline-block;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.img_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.indent {
  text-indent: 1rem;
}

.bold {
  font-weight: bold;
}

.overline {
  text-decoration: overline;
}

.underline {
  text-decoration: underline;
}

.blink {
  text-decoration: blink;
}

.line_through {
  text-decoration: line-through;
}

.italic {
  font-style: italic;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.green {
  color: green;
}

.gold {
  color: gold;
}

.grey {
  color: grey;
}

.black {
  color: black;
}

.white {
  color: white;
}

a {
  text-decoration: none;
}

/* Common
---------------------------------------------------------------------------*/
html {
  font-size: 10px;
}

body {
  position: relative;
  z-index: 0;
  width: auto;
  height: auto;
  background: #FFF;
  color: #333333;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: .5px;
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

.container {
  width: 1060px;
  margin: 0 auto;
  position: relative;
}

.inner {
  width: 1060px;
  margin: 0 auto;
}

body.blog .contents_main {
  background: #d2ecfb;
}
body.category .contents_main {
  background: #d2ecfb;
}
body.archive .contents_main {
  background: #d2ecfb;
}

.header_global {
  background: #0071c5;
  height: 118px;
}

.nav_global {
  background: #005a9e;
}

section[class^="top_"] {
  padding-bottom: 80px;
  overflow: auto;
}

.footer_global {
  background: #0071c5;
  clear: both;
}

.archive .inner_content,
.blog .inner_content,
.category .inner_content {
  width: 790px;
  float: left;
}
.archive .inner_content .sec_top_news .item_top_news li:not(:nth-of-type(3n)),
.blog .inner_content .sec_top_news .item_top_news li:not(:nth-of-type(3n)),
.category .inner_content .sec_top_news .item_top_news li:not(:nth-of-type(3n)) {
  margin-right: 20px;
}
.archive .inner_content .sec_top_news .item_top_news li:nth-of-type(3n),
.blog .inner_content .sec_top_news .item_top_news li:nth-of-type(3n),
.category .inner_content .sec_top_news .item_top_news li:nth-of-type(3n) {
  margin-right: 0;
}
.archive .sidebar,
.blog .sidebar,
.category .sidebar {
  width: 224px;
}
.archive .sidebar li.current-cat a,
.blog .sidebar li.current-cat a,
.category .sidebar li.current-cat a {
  color: #0071c5;
}
.archive .sidebar h3:not(:first-of-type),
.blog .sidebar h3:not(:first-of-type),
.category .sidebar h3:not(:first-of-type) {
  margin-top: 24px;
}

.header_global h1 {
  float: left;
  padding: 31px 0;
}
.header_global h1 a {
  display: inline-block;
}
.header_global h1 a svg {
  width: 300px;
  height: 48px;
}
.header_global h1 span {
  font-size: 1.8rem;
  color: #fff;
  display: inline;
  margin-left: 4px;
  position: relative;
  bottom: 2px;
}
.header_global ul {
  float: right;
}
.header_global ul:nth-of-type(1) {
  margin-top: 28px;
  display: flex;
  align-items: center;
}
.header_global ul:nth-of-type(1) li a {
  color: #fff;
}
.header_global ul:nth-of-type(1) li:first-of-type {
  position: relative;
}
.header_global ul:nth-of-type(1) li:first-of-type:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  right: -12px;
  top: 4px;
}
.header_global ul:nth-of-type(1) li:nth-of-type(-n+2) {
  font-size: 1.2rem;
  margin-right: 24px;
}
.header_global ul:nth-of-type(1) li:nth-of-type(-n+2) a {
  position: relative;
  display: inline-block;
}
.header_global ul:nth-of-type(1) li:nth-of-type(-n+2) a:after, .header_global ul:nth-of-type(1) li:nth-of-type(-n+2) a:before {
  position: absolute;
  top: 1.3em;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: .3s;
  margin-top: 4px;
}
.header_global ul:nth-of-type(1) li:nth-of-type(-n+2) a:before {
  left: 50%;
}
.header_global ul:nth-of-type(1) li:nth-of-type(-n+2) a:after {
  right: 50%;
}
.header_global ul:nth-of-type(1) li:nth-of-type(-n+2) a:hover:after, .header_global ul:nth-of-type(1) li:nth-of-type(-n+2) a:hover:before {
  width: 50%;
}
.header_global ul:nth-of-type(1) li:nth-of-type(3), .header_global ul:nth-of-type(1) li:nth-of-type(4) {
  border: 1px solid #fff;
  padding: 0 8px;
  font-size: 1.4rem;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.header_global ul:nth-of-type(1) li:nth-of-type(3) a, .header_global ul:nth-of-type(1) li:nth-of-type(4) a {
  letter-spacing: .3rem;
}
.header_global ul:nth-of-type(1) li:nth-of-type(3).current, .header_global ul:nth-of-type(1) li:nth-of-type(4).current {
  background: #fff;
}
.header_global ul:nth-of-type(1) li:nth-of-type(3).current a, .header_global ul:nth-of-type(1) li:nth-of-type(4).current a {
  color: #0071c5;
}
.header_global ul:nth-of-type(1) li:last-of-type {
  margin-left: 16px;
}
.header_global ul:nth-of-type(1) li:last-of-type a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  background: #fff;
  transition: .3s;
}
.header_global ul:nth-of-type(1) li:last-of-type a:hover {
  opacity: .7;
}
.header_global ul:nth-of-type(1) li:last-of-type a:after {
  font-family: FontAwesome;
  content: "\f09a";
  color: #0071c5;
  font-size: 16px;
}
.header_global ul:nth-of-type(2) {
  margin-top: 14px;
}
.header_global ul:nth-of-type(2) li {
  float: left;
  position: relative;
}
.header_global ul:nth-of-type(2) li:not(:last-child) {
  margin-right: 48px;
}
.header_global ul:nth-of-type(2) li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #fff;
  top: 9px;
  left: -12px;
}
.header_global ul:nth-of-type(2) li a {
  color: #fff;
  font-size: 1.3rem;
  position: relative;
  display: inline-block;
}
.header_global ul:nth-of-type(2) li a:after, .header_global ul:nth-of-type(2) li a:before {
  position: absolute;
  top: 1.3em;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: .3s;
  margin-top: 4px;
}
.header_global ul:nth-of-type(2) li a:before {
  left: 50%;
}
.header_global ul:nth-of-type(2) li a:after {
  right: 50%;
}
.header_global ul:nth-of-type(2) li a:hover:after, .header_global ul:nth-of-type(2) li a:hover:before {
  width: 50%;
}

.nav_global .inner > ul.menu_nav_global > li {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}
.nav_global .inner > ul.menu_nav_global > li > a {
  color: #fff;
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 1.4rem;
  transition: .3s;
}
.nav_global .inner > ul.menu_nav_global > li > a:hover {
  color: #ecca3c;
}
.nav_global .inner > ul.menu_nav_global > li:nth-of-type(2) li:nth-of-type(4), .nav_global .inner > ul.menu_nav_global > li:nth-of-type(2) li:nth-of-type(6) {
  line-height: 2;
  padding: 6px 0;
}
.nav_global .inner > ul.menu_nav_global > li:nth-of-type(3) li:nth-of-type(1) {
  line-height: 2;
  padding: 6px 0;
}
.nav_global .inner > ul.menu_nav_global > li > ul.sub_menu_nav_global {
  z-index: 9;
  position: absolute;
  width: 100%;
  height: auto;
  top: 48px;
  left: 0;
  background: rgba(0, 90, 158, 0.95);
  display: none;
  z-index: 99;
}
.nav_global .inner > ul.menu_nav_global > li > ul.sub_menu_nav_global li {
  overflow: hidden;
  height: 0;
  transition: .2s;
  width: 100%;
  text-align: center;
  display: block;
  box-sizing: border-box;
  height: 64px;
  line-height: 64px;
}
.nav_global .inner > ul.menu_nav_global > li > ul.sub_menu_nav_global li:first-child {
  border-top: 1px solid #0071c5;
}
.nav_global .inner > ul.menu_nav_global > li > ul.sub_menu_nav_global li:not(:last-child) {
  border-bottom: 1px solid #0071c5;
}
.nav_global .inner > ul.menu_nav_global > li > ul.sub_menu_nav_global li a {
  font-size: 1.3rem;
  padding: 0 12px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.nav_global .inner > ul.menu_nav_global > li > ul.sub_menu_nav_global li a:hover {
  color: #ecca3c;
}

@keyframes img_zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.top_hero .top_slide .item_slick {
  position: relative;
  overflow: hidden;
  margin: 8px 4px;
}
.top_hero .top_slide .item_slick.slick-current img {
  animation: img_zoom 8s linear infinite;
}
.top_hero .top_slide .item_slick img {
  width: 1060px;
}
.top_hero .top_slide .item_slick:not(.slick-current) .top_hero_info {
  opacity: 0;
}
.top_hero .top_slide .item_slick.slick-current .top_hero_info {
  animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_hero .top_slide .top_hero_info {
  width: 290px;
  height: 320px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 74px;
  left: 7%;
  padding: 32px 24px;
  box-sizing: border-box;
}
.top_hero .top_slide .top_hero_info h3 {
  color: #0071c5;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.top_hero .top_slide .top_hero_info p {
  color: #0071c5;
  font-size: 1.3rem;
  margin-bottom: 40px;
  line-height: 2;
}
.top_hero .top_slide .top_hero_info a {
  width: 242px;
  display: block;
  background: #00aeef;
  border: 1px solid #00aeef;
  color: #fff;
  padding: 8px 16px;
  position: relative;
  font-size: 1.6rem;
  transition: .3s;
  position: absolute;
  bottom: 32px;
}
.top_hero .top_slide .top_hero_info a:after {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #00aeef;
  border-right: 2px solid #00aeef;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  width: 8px;
  height: 8px;
  right: 10px;
  top: 16px;
}
.top_hero .top_slide .top_hero_info a:hover {
  color: #00aeef;
  background: #fff;
}
.top_hero .top_slide .top_hero_info a:hover:after {
  border-color: #00aeef;
}

.sec_top_news {
  background: #d2ecfb;
  padding-bottom: 80px;
}
.sec_top_news .ttl_top {
  font-size: 3.2rem;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  text-align: center;
  color: #0071c5;
  padding-top: 72px;
  padding-bottom: 56px;
}
.sec_top_news .list_top_news {
  width: 700px;
  margin: auto;
  overflow: auto;
  margin-bottom: 40px;
}
.sec_top_news .list_top_news li {
  float: left;
  width: 160px;
  text-align: center;
  border-bottom: 2px solid #bbbbbb;
  padding: 12px 0;
  color: #666;
  cursor: pointer;
}
.sec_top_news .list_top_news li.active {
  border-color: #00aeef;
  color: #00aeef;
}
.sec_top_news .list_top_news li.active a {
  color: #00aeef;
}
.sec_top_news .list_top_news li:not(:last-of-type) {
  margin-right: 20px;
}
.sec_top_news .item_top_news {
  clear: both;
  display: none;
}
.sec_top_news .item_top_news li.new:nth-of-type(-n+2):after {
  position: absolute;
  content: "NEW";
  color: #fff;
  background: #ed3248;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  text-align: center;
  display: block;
  width: 48px;
  height: 20px;
  top: 12px;
  left: 0;
}
.sec_top_news .item_top_news.active {
  display: block;
}
.sec_top_news .item_top_news li {
  width: 250px;
  float: left;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
  transition: ease .3s;
}
.sec_top_news .item_top_news li:hover {
  box-shadow: 0 0 9px 5px #b3b3b3;
}
.sec_top_news .item_top_news li:last-child {
  margin-bottom: 40px;
}
.sec_top_news .item_top_news li:not(:nth-of-type(4n)) {
  margin-right: 20px;
}
.sec_top_news .item_top_news li a {
  display: block;
}
.sec_top_news .item_top_news li a:hover img {
  transform: scale(1.1);
}
.sec_top_news .item_top_news li a figure {
  width: 100%;
  height: 156px;
  overflow: hidden;
}
.sec_top_news .item_top_news li a figure img {
  transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.sec_top_news .item_top_news li a p {
  font-size: 1.4rem;
  padding: 18px 14px 60px;
  color: #666;
}
.sec_top_news .item_top_news li a time {
  font-size: 1.4rem;
  color: #666;
  font-weight: bold;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  position: absolute;
  bottom: 20px;
  padding-left: 14px;
  width: 100%;
  display: block;
}
.sec_top_news .item_top_news li a time:after {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #00aeef;
  border-right: 2px solid #00aeef;
  border-top: 1px solid #0bb1f0;
  border-right: 1px solid #0bb1f0;
  width: 8px;
  height: 8px;
  right: 25px;
  top: 6px;
}
.sec_top_news .item_top_news li a time:before {
  position: absolute;
  content: "";
  border: 1px solid #0bb1f0;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  right: 16px;
}
.sec_top_news .top_news_btn {
  display: block;
  margin: 56px auto 0;
  clear: both;
  width: 320px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  background: #00aeef;
  position: relative;
  border: 1px solid #00aeef;
  box-sizing: border-box;
  transition: .3s;
  display: none;
}
.sec_top_news .top_news_btn:hover {
  color: #00aeef;
  background: #fff;
  border: 1px solid #00aeef;
}
.sec_top_news .top_news_btn:hover:after {
  border-color: #00aeef;
}
.sec_top_news .top_news_btn.active {
  display: block;
}
.sec_top_news .top_news_btn:after {
  position: absolute;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  right: 25px;
  bottom: 22px;
}

.sec_top_spotlight {
  background: #fff;
}
.sec_top_spotlight .ttl_top {
  font-size: 3.2rem;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  text-align: center;
  color: #0071c5;
  padding-top: 72px;
  padding-bottom: 56px;
}
.sec_top_spotlight .item_top_spotlight {
  position: relative;
  display: block;
  cursor: pointer;
}
.sec_top_spotlight .item_top_spotlight:hover img {
  transform: scale(1.05);
}
.sec_top_spotlight .item_top_spotlight:nth-of-type(1) {
  width: 100%;
}
.sec_top_spotlight .item_top_spotlight:nth-of-type(n+2) {
  width: 50%;
  float: left;
}
.sec_top_spotlight .item_top_spotlight figure {
  width: 100%;
  height: 330px;
  overflow: hidden;
}
.sec_top_spotlight .item_top_spotlight figure img {
  width: 100%;
  vertical-align: bottom;
  transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.sec_top_spotlight .item_top_spotlight h3 {
  font-size: 1.7rem;
  background: #0071c5;
  color: #fff;
  display: inline-block;
  padding-right: 40px;
  height: 48px;
  line-height: 48px;
  position: relative;
  padding-left: 8px;
  position: absolute;
  bottom: 128px;
  left: 36px;
}
.sec_top_spotlight .item_top_spotlight h3 span {
  font-size: 1.3rem;
  margin-left: 8px;
}
.sec_top_spotlight .item_top_spotlight h3:after {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #00aeef;
  border-right: 2px solid #00aeef;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
  right: 14px;
  top: 22px;
}
.sec_top_spotlight .item_top_spotlight p {
  position: absolute;
  left: 36px;
  background: #fff;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  color: #333;
}
.sec_top_spotlight .item_top_spotlight p:nth-of-type(1) {
  bottom: 80px;
}
.sec_top_spotlight .item_top_spotlight p:nth-of-type(2) {
  bottom: 40px;
}
.sec_top_spotlight .btn_top_spotlight {
  clear: both;
  display: flex;
  margin-bottom: 80px;
}
.sec_top_spotlight .btn_top_spotlight a {
  clear: both;
  display: block;
  width: 340px;
  height: 64px;
  color: #00aeef;
  border: 1px solid #00aeef;
  line-height: 64px;
  box-sizing: border-box;
  padding-left: 16px;
  position: relative;
  margin-top: 40px;
  transition: .3s;
}
.sec_top_spotlight .btn_top_spotlight a:first-of-type {
  margin-right: 20px;
}
.sec_top_spotlight .btn_top_spotlight a:after {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #00aeef;
  border-right: 2px solid #00aeef;
  width: 7px;
  height: 7px;
  right: 16px;
  top: 29px;
}
.sec_top_spotlight .btn_top_spotlight a:hover {
  color: #fff;
  background: #00aeef;
}
.sec_top_spotlight .btn_top_spotlight a:hover:after {
  border-color: #fff;
}

.footer_logo a:nth-of-type(1) {
  display: inline-block;
  padding: 31px 0;
}
.footer_logo a:nth-of-type(1) svg {
  width: 300px;
  height: 48px;
}
.footer_logo a:nth-of-type(1) + p {
  font-size: 1.6rem;
  color: #fff;
  display: inline;
  margin-left: 4px;
  position: relative;
  bottom: 2px;
}
.footer_logo a:nth-of-type(2) {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 100px;
  float: right;
  position: relative;
  margin-top: 40px;
  transition: .3s;
}
.footer_logo a:nth-of-type(2):hover {
  opacity: .7;
}
.footer_logo a:nth-of-type(2):after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  bottom: 7px;
}

.footer_sitemap {
  clear: both;
  overflow: auto;
  padding-top: 40px;
  padding-bottom: 48px;
  border-top: 1px solid #fff;
}
.footer_sitemap .box_footer_sitemap {
  width: 30%;
  float: left;
}
.footer_sitemap .box_footer_sitemap ul li {
  margin-bottom: 16px;
  font-size: 1.2rem;
}
.footer_sitemap .box_footer_sitemap ul li a {
  color: #fff;
}
.footer_sitemap .box_footer_sitemap ul li a:hover {
  text-decoration: underline;
}
.footer_sitemap .box_footer_sitemap:not(:last-of-type) {
  margin-right: 5%;
}
.footer_sitemap .box_footer_sitemap:not(:last-of-type) ul li:first-child {
  font-size: 1.3rem;
}
.footer_sitemap .box_footer_sitemap:not(:last-of-type) ul li:not(:first-child) {
  padding-left: 16px;
}
.footer_sitemap .box_footer_sitemap:nth-of-type(2) ul:nth-of-type(1) {
  margin-top: 51px;
}
.footer_sitemap .box_footer_sitemap:nth-of-type(3) a i {
  margin-left: 4px;
}
.footer_sitemap .box_footer_sitemap:nth-of-type(3) > a {
  width: 270px;
  height: 80px;
  display: block;
  margin-top: 56px;
  transition: all .3s;
}
.footer_sitemap .box_footer_sitemap:nth-of-type(3) > a img {
  width: 170px;
  height: 50px;
}
.footer_sitemap .box_footer_sitemap:nth-of-type(3) > a:hover {
  opacity: .9;
}
.footer_sitemap .box_footer_sitemap h4 {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 24px;
}

.footer_bottom {
  padding: 24px;
  background: #fff;
}
.footer_bottom .inner {
  display: flex;
  justify-content: space-between;
}
.footer_bottom ul {
  display: flex;
  align-items: center;
}
.footer_bottom ul li {
  margin-right: 24px;
}
.footer_bottom ul li a {
  color: #0071c5;
  font-size: 1.3rem;
  position: relative;
  display: inline-block;
}
.footer_bottom ul li a:after, .footer_bottom ul li a:before {
  position: absolute;
  top: 1.3em;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #0071c5;
  transition: .3s;
  margin-top: 4px;
}
.footer_bottom ul li a:before {
  left: 50%;
}
.footer_bottom ul li a:after {
  right: 50%;
}
.footer_bottom ul li a:hover:after, .footer_bottom ul li a:hover:before {
  width: 50%;
}
.footer_bottom ul li:first-of-type {
  position: relative;
}
.footer_bottom ul li:first-of-type:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #0071c5;
  right: -12px;
  top: 6px;
}
.footer_bottom .copyright {
  font-size: 1.3rem;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  color: #0071c5;
}

.heading {
  height: 256px;
  background: #d2ecfb;
  position: relative;
}
.heading .inner {
  height: 256px;
  display: flex;
  align-items: center;
}
.heading h2.ttl_page-title {
  font-size: 3.2rem;
  color: #003c71;
  width: 45%;
  vertical-align: middle;
}
.heading .img_heading {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content {
  width: 1060px;
  margin: 0 auto;
  padding: 80px 0;
}
.content .btn_top_spotlight {
  clear: both;
  display: flex;
  margin-bottom: 80px;
  margin-bottom: 0;
}
.content .btn_top_spotlight.konwakai a {
  background: #fff;
}
.content .btn_top_spotlight a {
  clear: both;
  display: block;
  width: 340px;
  height: 64px;
  color: #00aeef;
  border: 1px solid #00aeef;
  line-height: 64px;
  box-sizing: border-box;
  padding-left: 16px;
  position: relative;
  margin-top: 40px;
  transition: .3s;
}
.content .btn_top_spotlight a:first-of-type {
  margin-right: 20px;
}
.content .btn_top_spotlight a:after {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #00aeef;
  border-right: 2px solid #00aeef;
  width: 7px;
  height: 7px;
  right: 16px;
  top: 29px;
}
.content .btn_top_spotlight a:hover {
  color: #fff;
  background: #00aeef;
}
.content .btn_top_spotlight a:hover:after {
  border-color: #fff;
}

.row {
  width: 752px;
  float: left;
}
.row .right {
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
}
.row .left {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}

.sidebar {
  width: 250px;
  float: right;
  margin-bottom: 64px;
}
.sidebar h3 {
  background: #0071c5;
  color: #fff;
  padding: 16px 24px;
}
.sidebar ul li {
  background: #f2f2f2;
  position: relative;
}
.sidebar ul li a {
  color: #666;
  font-size: 1.3rem;
  height: 64px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 36px;
  padding-right: 4px;
  transition: .3s;
}
.sidebar ul li a:hover {
  opacity: .7;
}
.sidebar ul li a.current {
  color: #0071c5;
}
.sidebar ul li:after {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #00aeef;
  border-right: 2px solid #00aeef;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 16px;
  border-color: #666;
  border-width: 1px;
  transform: rotate(45deg) translateX(-50%);
}
.sidebar ul li:before {
  content: "";
  position: absolute;
}
.sidebar ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.wrap_breadcrumb {
  clear: both;
  background: #f2f2f2;
}
.wrap_breadcrumb .list_breadcrumb {
  width: 1060px;
  margin: auto;
}
.wrap_breadcrumb .list_breadcrumb span {
  height: 40px;
  line-height: 40px;
  display: inline;
  padding: 11px 0;
}
.wrap_breadcrumb .list_breadcrumb span a {
  padding: 11px 0;
}
.wrap_breadcrumb .list_breadcrumb span .home {
  height: 40px;
  line-height: 40px;
  color: #666;
  display: inline;
  position: relative;
  padding-right: 8px;
}
.wrap_breadcrumb .list_breadcrumb span .home:hover span {
  text-decoration: underline;
}
.wrap_breadcrumb .list_breadcrumb span .home:after {
  position: absolute;
  content: "";
  height: 0;
  right: -20px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #e6e6e6;
  z-index: 1;
}
.wrap_breadcrumb .list_breadcrumb span[property="itemListElement"] {
  font-size: 1.2rem;
  color: #0071c5;
  position: relative;
}
.wrap_breadcrumb .list_breadcrumb span[property="itemListElement"] a {
  color: #666;
}
.wrap_breadcrumb .list_breadcrumb span[property="itemListElement"] a:after {
  position: absolute;
  content: "";
  height: 0;
  right: -20px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  z-index: 1;
}
.wrap_breadcrumb .list_breadcrumb span[property="itemListElement"] a:hover span {
  text-decoration: underline;
}
.wrap_breadcrumb .list_breadcrumb span[property="itemListElement"]:not(:first-of-type) span {
  padding-left: 32px;
}
.wrap_breadcrumb .list_breadcrumb span[property="itemListElement"]:first-of-type {
  background: #e6e6e6;
}
.wrap_breadcrumb .list_breadcrumb span[property="itemListElement"]:first-of-type:after {
  position: absolute;
  content: "";
  height: 40px;
  background: #e6e6e6;
  width: 600px;
  left: -600px;
  top: 0;
}
.wrap_breadcrumb .list_breadcrumb span[property="itemListElement"]:first-of-type:before {
  content: "\f015";
  font-family: FontAwesome;
  color: #666;
  font-size: 1.4rem;
  margin-right: 4px;
}
.wrap_breadcrumb .list_breadcrumb span[property="itemListElement"]:nth-of-type(2) a {
  background: #ececec;
}
.wrap_breadcrumb .list_breadcrumb span[property="itemListElement"]:nth-of-type(2) a:after {
  border-color: transparent transparent transparent #ececec;
}
.wrap_breadcrumb .list_breadcrumb span[property="itemListElement"]:nth-of-type(3) a {
  background: #f5f5f5;
}
.wrap_breadcrumb .list_breadcrumb span[property="itemListElement"]:nth-of-type(3) a:after {
  border-color: transparent transparent transparent #f5f5f5;
}

body.archive .ttl_page-title, body.category .ttl_page-title {
  font-size: 3.2rem;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-weight: normal;
  text-align: center;
  color: #0071c5;
  padding-bottom: 56px;
}

.content.index .ttl_page-title {
  font-size: 3.2rem;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-weight: normal;
  text-align: center;
  color: #0071c5;
  padding-bottom: 56px;
}

.content.single_post {
  padding-top: 16px;
}
.content.single_post .inner_content {
  width: 790px;
  float: left;
}
.content.single_post .row {
  float: none;
  width: 100%;
}
.content.single_post .ttl_page-title {
  font-size: 3.2rem;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-weight: normal;
  text-align: center;
  color: #0071c5;
  padding-top: 56px;
  padding-bottom: 56px;
}
.content.single_post article.contents_post-entry {
  margin-top: 32px;
  margin-bottom: 48px;
}

.nav_post-around {
  clear: both;
  background: #f8f8f8;
  overflow: auto;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.nav_post-around a {
  font-size: 1.4rem;
  color: #666;
  display: block;
  transition: .3s;
}
.nav_post-around a:hover {
  color: #0071c5;
}
.nav_post-around .nav_next {
  float: right;
  width: 50%;
}
.nav_post-around .nav_next a {
  padding: 24px 64px 24px 24px;
}
.nav_post-around .nav_prev {
  float: left;
  width: 50%;
  border-right: 1px solid #eaeaea;
  box-sizing: border-box;
  text-align: right;
}
.nav_post-around .nav_prev a {
  padding: 24px 24px 24px 64px;
  text-indent: -10px;
}

.contents_notfound {
  margin: 104px 0;
}
.contents_notfound h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  margin: 48px 0;
}
.contents_notfound p {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 32px;
}
.contents_notfound .contents_notfound_searchbox {
  margin-bottom: 56px;
}
.contents_notfound .contents_notfound_searchbox h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.contents_notfound .contents_notfound_searchbox form {
  width: 280px;
  margin: auto;
  overflow: auto;
}
.contents_notfound .contents_notfound_searchbox input {
  float: left;
}
.contents_notfound .contents_notfound_searchbox input[type="text"] {
  border: 1px solid #dadada;
  width: 80%;
  padding: 8px;
  height: 40px;
}
.contents_notfound .contents_notfound_searchbox input[type="submit"] {
  background: #dadada;
  width: 20%;
  height: 40px;
  cursor: pointer;
}

.list_pager {
  clear: both;
  text-align: center;
  margin-bottom: 80px;
}
.list_pager span.current {
  display: inline-block;
  background: #fff;
  border: solid 1px #f5f5f5;
  padding: .5em 8px;
  margin: 2px;
  text-decoration: none;
  background: #f5f5f5;
  color: #333;
}
.list_pager a {
  color: #333;
}
.list_pager a.page-numbers {
  display: inline-block;
  background: #fff;
  border: solid 1px #f5f5f5;
  padding: .5em 8px;
  margin: 2px;
  text-decoration: none;
}

.contents_search-result,
.list_post-entry {
  width: 960px;
  margin: 0 auto;
}
.contents_search-result h3,
.list_post-entry h3 {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
.contents_search-result h3 + p,
.list_post-entry h3 + p {
  text-align: center;
  width: 100%;
  margin: 24px 0 0;
  line-height: 2;
}
.contents_search-result li:first-child a,
.list_post-entry li:first-child a {
  border-top: 1px solid #e0e0e0;
}
.contents_search-result li a,
.list_post-entry li a {
  display: block;
  transition: .3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.contents_search-result li a:after,
.list_post-entry li a:after {
  position: absolute;
  content: "";
  border-top: 2px solid #0071c5;
  border-right: 2px solid #0071c5;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
  top: 50%;
  transform-origin: right;
}
.contents_search-result li a:hover,
.list_post-entry li a:hover {
  background: #f9f9f9;
}
.contents_search-result p,
.list_post-entry p {
  padding: 8px;
  margin-left: 40px;
  width: 75%;
  font-weight: bold;
  color: #0071c5;
}
.contents_search-result time,
.list_post-entry time {
  font-size: 1.3rem;
  margin-left: 13px;
  margin-right: 8px;
  font-weight: bold;
  color: #0071c5;
}
.contents_search-result span,
.list_post-entry span {
  font-size: 1.3rem;
  margin-left: 16px;
  background: #0071c5;
  padding: 4px 16px;
  border-radius: 50px;
  font-weight: bold;
  color: #fff;
}

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

    box-sizing: border-box;
    text-align: right; }
    .nav_post-around .nav_prev a {
      padding: 24px 24px 24px 64px;
      text-indent: -10px; }

.contents_notfound {
  margin: 104px 0; }
  .contents_notfound h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    margin: 48px 0; }
  .contents_notfound p {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 32px; }
  .contents_notfound .contents_notfound_searchbox {
    margin-bottom: 56px; }
    .contents_notfound .contents_notfound_searchbox h3 {
      text-align: center;
      font-weight: bold;
      font-size: 1.4rem;
      margin-bottom: 8px; }
    .contents_notfound .contents_notfound_searchbox form {
      width: 280px;
      margin: auto;
      overflow: auto; }
    .contents_notfound .contents_notfound_searchbox input {
      float: left; }
      .contents_notfound .contents_notfound_searchbox input[type="text"] {
        border: 1px solid #dadada;
        width: 80%;
        padding: 8px;
        height: 40px; }
      .contents_notfound .contents_notfound_searchbox input[type="submit"] {
        background: #dadada;
        width: 20%;
        height: 40px;
        cursor: pointer; }

.list_pager {
  clear: both;
  text-align: center;
  margin-bottom: 80px; }
  .list_pager span.current {
    display: inline-block;
    background: #fff;
    border: solid 1px #f5f5f5;
    padding: .5em 8px;
    margin: 2px;
    text-decoration: none;
    background: #f5f5f5;
    color: #333; }
  .list_pager a {
    color: #333; }
    .list_pager a.page-numbers {
      display: inline-block;
      background: #fff;
      border: solid 1px #f5f5f5;
      padding: .5em 8px;
      margin: 2px;
      text-decoration: none; }

.contents_search-result,
.list_post-entry {
  width: 960px;
  margin: 0 auto; }
  .contents_search-result h3,
  .list_post-entry h3 {
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center; }
    .contents_search-result h3 + p,
    .list_post-entry h3 + p {
      text-align: center;
      width: 100%;
      margin: 24px 0 0;
      line-height: 2; }
  .contents_search-result li:first-child a,
  .list_post-entry li:first-child a {
    border-top: 1px solid #e0e0e0; }
  .contents_search-result li a,
  .list_post-entry li a {
    display: block;
    transition: .3s;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative; }
    .contents_search-result li a:after,
    .list_post-entry li a:after {
      position: absolute;
      content: "";
      border-top: 2px solid #0071c5;
      border-right: 2px solid #0071c5;
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 10px;
      top: 50%;
      transform-origin: right; }
    .contents_search-result li a:hover,
    .list_post-entry li a:hover {
      background: #f9f9f9; }
  .contents_search-result p,
  .list_post-entry p {
    padding: 8px;
    margin-left: 40px;
    width: 75%;
    font-weight: bold;
    color: #0071c5; }
  .contents_search-result time,
  .list_post-entry time {
    font-size: 1.3rem;
    margin-left: 13px;
    margin-right: 8px;
    font-weight: bold;
    color: #0071c5; }
  .contents_search-result span,
  .list_post-entry span {
    font-size: 1.3rem;
    margin-left: 16px;
    background: #0071c5;
    padding: 4px 16px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff; }

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