@import url("https://use.fontawesome.com/releases/v5.1.0/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500;700&display=swap');
/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/
/* ==========================================================================
   Foundation
   ========================================================================== */
/*reset-------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

img {
  border: none;
  vertical-align: top;
		image-rendering: -webkit-optimize-contrast;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

caption,
th {
  text-align: left;
}

img,
a img {
  border: none;
}

a {
  cursor: pointer;
}

input:not([type=checkbox]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}


/*-------------------------------------------------reset*/
/*base-------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  overflow-x: hidden;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address {
  font-style: normal;
}

/*-------------------------------------------------base*/
/* ==========================================================================
   Layout
   ========================================================================== */
/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/
.l-header {
	background: url(../image/header_back.png) no-repeat 470px 60px;
	background-size: 245px;
}

.l-header__info {
  justify-content: space-between;
}
.l-header__logo {
  margin: 12px 0 8px 22px;
  line-height: 1.2;
		display: flex;
		align-items: center;
}
.l-header__logo img {
  width: 58px;
}
.l-header__logo-text {
		display: flex;
		margin-left: 10px;
		letter-spacing: 0.01em;
}
.l-header__logo-heading {
  line-height: 1.1;
}
.l-header__logo-heading-sub {
  font-size: 18px;
  display: block;
		margin-left: 2px;
}
.l-header__logo-heading-main {
  font-size: 32px;
		margin-top: 4px;
		display: block;
}
.l-header__logo-intro {
  font-size: 12px;
		margin: 26px 0 0 10px;
}
.l-header__lang {
  margin: 24px 25px 0 0;
}
.l-header__lang li {
  display: block;
  margin-bottom: 6px;
}
.l-header__lang li a {
  font-size: 16px;
  padding: 2px 8px 2px 25px;
  position: relative;
}
.l-header__lang li:nth-child(2) a::after {
	top: 1px;
}
.l-header__lang li a::after {
  font-size: 12px;
  content: "▶";
  position: absolute;
  left: 2px;
  top: 5px;
}
.l-header__lang li a:hover {
text-decoration: underline;
}
nav.pc {
  /*background-color: #B71E42;*/
		background-color: #77D1ED;
}
.l-header__menu {
/*  width: 100%;
		max-width: 1200px;*/
width: 96%;
		margin: 0 auto;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.l-header__menu li {
  position: relative;
}

/*.l-header__menu li {
  position: relative;
  width: 15%;
}
.l-header__menu li:first-child,
.l-header__menu li:nth-child(3) {
	width: 20%;
}*/

/*.l-header__menu li:first-child {
  width: 13%;
}

.l-header__menu li:nth-child(2) {
  width: 17%;
}

.l-header__menu li:nth-child(3) {
  position: relative;
  width: 17%;
}

.l-header__menu li:nth-child(4) {
  width: 17%;
}

.l-header__menu li:nth-child(5) {
  width: 14%;
}

.l-header__menu li:nth-child(6) {
  width: 22%;
}*/


.l-header__menu li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  height: 19px;
  width: 1px;
  background-color: #fff;
}
.l-header__menu li:first-child a {
  padding: 0 30px;
}
.l-header__menu li:last-child {
  position: static;
}
.l-header__menu li a {
  color: #fff;
		display: block;
  padding: 0 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
		text-align: center;
		line-height: 50px;
}

.l-header__menu li a:hover {
	text-decoration: underline;
}


/*-------------------------------------------------header*/
/*------------------------------------------------------------------------------------------------
  main
--------------------------------------------------------------------------------------------------*/
.l-container {
  width: 955px;
  max-width: 95%;
  margin: 40px auto;
}

.l-container a {
	display: inline-block;
	text-decoration: underline;
}

.l-breadcrumbs {
  background-color: #DDD;
}
.l-breadcrumbs__inner {
  width: 100%;
  padding: 10px 2.1%;
}
.l-breadcrumbs__inner li {
  display: inline-block;
  font-size: 18px;
}
.l-breadcrumbs__inner li a {
  padding-right: 20px;
  position: relative;
		line-height: 26px;
}
.l-breadcrumbs__inner li a::after {
  content: ">";
  position: absolute;
  right: 5px;
  top: 0;
}

/*-------------------------------------------------main*/
/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
.l-footer {
  line-height: 1.2;
  background-color: #EBF5FC;
  padding: 1px 0;
  font-weight: 500;
		border-top: 6px solid #77D1ED;
}
.l-footer .l-container {
  justify-content: space-between;
}
.l-footer__title {
  margin-bottom: 25px;
}
.l-footer__address address:first-child {
  margin-bottom: 25px;
}

.l-footer__head .l-footer__desc a {
display: inline-block;
border: 1px solid #CCC;
background-color: #FFF;
padding: 8px 16px;
text-decoration: none;
margin-top: 16px;
}

.l-footer__head .l-footer__desc a:hover {
background-color: #77D1ED;
color: #FFF;
}

.topicsCat ul li {
margin: 0 0 8px;
background: url(../image/arrow-01.png) no-repeat 0 center;
background-size: 8px;
padding: 0 0 0 14px;
}

/*-------------------------------------------------footer*/
/* ==========================================================================
   Object
   ========================================================================== */
/*------------------------------------------------------------------------------------------------
  Component
--------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------Component*/
/*------------------------------------------------------------------------------------------------
  Project
--------------------------------------------------------------------------------------------------*/
.p-heading {
  font-size: 28px;
  font-weight: bold;
  padding: 0 55px 16px 55px;
  display: inline-block;
  text-align: center;
		position: relative;
}

.p-heading:before {
	position: absolute;
	bottom: 0;
	left: calc( 50% - 40px);
	width: 80px;
	height: 3px;
	content: "";
	background-color: #77BEED;
}


.p-list-category {
  width: 100%;
}
.p-list-category__item {
  align-items: center;
  width: 100%;
  margin-bottom: 57px;
}
.p-list-category__item:last-child {
  margin-bottom: 0;
}
.p-list-category__link  {
	/*width: 25.2%;*/
}
.p-list-category__item img {
 /* width: 25.2%;
  max-height: 100%;
  object-fit: contain;*/
  border: 1px solid #676767;
}

.p-list-category__link img {
  width: 100%!important;
		margin-bottom: 10px;
}
.p-list-category__desc {
  /*width: 67%;
  line-height: 1.6;
  margin-left: 7.9%;*/
}

.p-list-category__desc p:nth-child(1) {
	font-size: 18px;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 8px;
	font-weight: 700;
}

.p-list-category__desc p:nth-child(1):after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #77BEED, #77BEED 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #77BEED, #77BEED 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-list-category__desc p:nth-child(1) a {
	text-decoration: none;
	color: #12708B;
}

.p-banner-page {
  width: 100%;
  height: 160px;
  padding-left: 2.1%;
  background: url(../image/banner.jpg) no-repeat center top;
  background-size: contain;
  position: relative;
}

.p-banner-page::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 160px;
  background-image: linear-gradient(to right, #c0c1bb 50%, #adafac 50%);
  z-index: -1;
}
.p-banner-page h2 {
  font-weight: bold;
  color: #fff;
  font-size: 29px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: -3px 3px 0px rgba(0, 0, 0, 0.8);
}

.p-table {
	width: 100%;
	margin: 0 0 40px;
}

.p-table th {
	width: 25%;
}

.p-table th:nth-child(1) {
	width: 28%;
}

.p-table th:nth-child(4) {
 width: 22%;
}

.p-table td, .p-table th {
  padding: 8px;
  border: 1px solid #fff;
  font-size: 16px;
}
.p-table tr:nth-child(2n+0) {
  /*background-color: #E6CCCF;*/
}
.p-table tr:nth-child(2n+1) {
  background-color: #E4F6FB;
}
.p-table th {
  background-color: #77D1ED;
  color: #fff;
  text-align: center;
}
.p-table td {
  text-align: left;
}

/*-------------------------------------------------Project*/
/*------------------------------------------------------------------------------------------------
  utility
--------------------------------------------------------------------------------------------------*/
.u-al-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.u-al-right {
  text-align: right;
}

.u-al-left {
  text-align: left;
}

.u-fl-left {
  float: left;
}

.u-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
}

.u-clear {
  display: block;
}
.u-clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* mac \*/
* html .u-clear {
  height: 1%;
}

.u-color-pink {
  color: #B71E42;
}

/*-------------------------------------------------utility*/

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


/*--------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------*/
#second {
  width: 955px;
  max-width: 95%;
  margin: 40px auto 60px;
}

#second a {
	display: inline-block;
	text-decoration: underline;
	color: #E76843;
}

#second h3 {
	position: relative;
	margin: 0 0 20px;
	padding: 12px 8px;
	background-color: #E4F6FB;
}

#second h3:before {
	position: absolute;
	width: 32px;
	height: 4px;
	content: "";
	background-color: #77D1ED;
	top: -2px;
	left: 0;
}

#second h4 {
	position: relative;
	margin: 0 0 20px;
	padding: 0 4px 12px;
}

#second h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#second p {
	margin: 0 0 40px;
}

.btn {
	margin-bottom: 60px;
	text-align: center;
}

.btn a {
	width: 300px;
	margin: 0 auto;
	display: block;
	border: 2px solid #77D1ED;
	background-color: #E4F6FB;
	border-radius: 8px;
	padding: 12px 8px;
	color: #000 !important;
	text-align: center;
	text-decoration: none !important;
}

.btn a:hover {
	background-color: #77D1ED;
	color: #FFF !important;
}

#second .menus {
	margin: 0 0 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#second .menus li {
	width: 48%;
	margin: 0 1% 16px;
}

#second .menus li a {
	position: relative;
	display: block;
	padding: 12px 8px;
	border: 2px solid #77D1ED;
	text-decoration: none;
	border-radius: 8px;
	color: #000;
}

#second .menus li a:before {
	position: absolute;
	top: calc( 50% - 4px);
	right: 24px;
	width: 30px;
 height: 6px;
	content: "";
 border-bottom: 2px solid #77D1ED;
 border-right: 2px solid #77D1ED;
 transform: skew(45deg);
	transition: all .3s;
}

#second .menus li a:hover {
	background-color: #77D1ED;
	color: #FFF;
}

#second .menus li a:hover:before {
	right: 12px;
	border-color: #FFF;
}

#second .anchor {
	margin: 0 0 40px !important;
	display: flex;
	justify-content: spaca-between;
	flex-wrap: wrap;
}

#second .anchor li {
	width: 23%;
	margin: 0 2% 20px 0;
}

#second .anchor li a {
	display: block;
	padding: 8px;
	border: 1px solid #CCC;
	text-decoration: none;
	color: #000;
}

#second .anchor li a:hover {
	background-color: #F3E7E9;
}

.pagination {
	display: flex;
	align-items: center;
}

.pagination li {
	margin: 0 4px;
	border: 1px solid #CCC;
}

.pagination li a {
	display: block;
	padding: 8px 10px;
}

.pagination li .active {
	display: block;
	padding: 8px 9px;
}

	


