@charset "UTF-8";
/* -- 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, tt, var,
b, u, i, center,
dl, dt, dd, ol, 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;
  border: 0;
  /* font: inherit; */
  /* font-size: 100%; */
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

button,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  background: none;
}

/* -- BASE
--------------------------------------------- */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, input, textarea, select, button {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  color: #323232;
  font-family: "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

body {
  overflow-x: hidden;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #323232;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

img[usemap] {
  height: auto;
}

hr {
  height: 1px;
  border: none;
  background-color: #DFE3E6;
  color: #DFE3E6;
}

template {
  position: absolute;
  top: -99999px;
  left: -99999px;
  opacity: 0;
  pointer-events: none;
}

input[type=text] {
  padding: 10px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.75;
}

input::-webkit-input-placeholder {
  color: #c8c8c8;
}

input:-ms-input-placeholder {
  color: #c8c8c8;
}

input::-ms-input-placeholder {
  color: #c8c8c8;
}

input::placeholder {
  color: #c8c8c8;
}

textarea {
  padding: 10px;
  border: 2px solid #d2d2d2;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.8;
}

textarea:focus {
  border-color: #0162b5;
  outline: none;
}

ruby[data-ruby] {
  position: relative;
}

ruby[data-ruby]::before {
  position: absolute;
  right: -3em;
  bottom: 100%;
  left: -3em;
  transform: scale(0.5);
  transform-origin: bottom center;
  line-height: 100%;
  text-align: center;
  content: attr(data-ruby);
}

ruby[data-ruby] rt {
  display: none;
}

i {
  font-family: "fontello";
}

.u-only-pc {
  display: block;
}

.u-only-sp {
  display: none;
}

.l-header {
  height: 135px;
  max-width: 1515px;
  background-color: #fff;
  margin: auto;
  box-shadow: 0 1px 0 0 #eee;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header__logo {
  width: 189px;
  margin-bottom: 8px;
}

.l-header__logo img {
  width: 100%;
  max-width: 100%;
}

.l-header__left h1 img {
  width: 100%;
  min-width: 200px;
  max-width: 350px;
}

.l-header__company {
  margin: 10px 0 0 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.l-header__linksWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.l-header__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
  border-right: 1px solid #c8c8c8;
}

.l-header__links:first-child {
  padding-left: 0;
}

.l-header__links:last-child {
  padding-right: 0;
  border-right: 0;
}

.l-header__link {
  margin-right: 15px;
}

.l-header__link:last-child {
  margin-right: 0;
}

.l-header__tel a {
  color: #fa3e3e;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: bold;
}

.l-header__tel a .l-icon-tel {
  margin-right: 10px;
  font-weight: bold;
}

.l-header__right {
  padding: 0 10px 0 0;
}

.l-header__navList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.l-header__navItem {
  position: relative;
  height: 40px;
  color: #323232;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.l-header__navItem--hover {
  padding: 0 23px;
}

.l-header__navItem > a {
  display: block;
  position: relative;
  padding: 0 14px;
  color: #323232;
  font-size: 18px;
  font-weight: 700;
}

.l-header__navItem > a:after {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 20px;
  transform: translateY(100%);
  background-color: #72c8d5;
  content: "";
  opacity: 0;
  transition: 200ms ease-out;
}

.l-header__navItem > a:hover:after {
  transform: translateY(0);
  opacity: 1;
}

.l-header__navItem:last-child a {
  padding-right: 15px;
}

.l-header__pulldown {
  z-index: 5;
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 180px;
  transform: translateX(-50%) translateY(-10%);
  border-radius: 6px;
  background-color: #fa3e3e;
  opacity: 0;
  pointer-events: none;
  transition: 250ms ease-out;
}

.l-header__pulldown:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(0, -50%) rotate(45deg);
  border-radius: 2px;
  background-color: #fa3e3e;
  content: "";
}

.l-header__navItem:hover .l-header__pulldown {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.l-header__pulldownItem {
  display: flex;
  padding: 10px 15px;
  border-bottom: 1px solid #ff6e6e;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  transition: 100ms ease-out;
}

.l-header__pulldownItem:before {
  display: inline-block;
  width: 6px;
  height: 24px;
  margin-right: 10px;
  background-image: url("/cp/wp/wp-content/themes/insea/assets/img/button_icon04.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
  content: "";
}

.l-header__pulldownItem:last-child {
  border-bottom: none;
}

.l-header__pulldownItem:hover {
  background-color: rgba(200, 200, 200, 0.2);
}

.l-header__menuButton {
  display: none;
}

.l-header__contact {
  margin: 20px 0 10px;
}
.l-header__contact a {
  transition: 0.4s;
  background-color: #ffaa57;
  color: #fff;
  padding: 10px 20px 10px 40px;
  background-image: url("/cp/wp/wp-content/themes/insea/assets/img/main_icon.png");
  background-position: center left 12px;
  background-repeat: no-repeat;
  background-size: 20px;
  vertical-align: bottom;
}
.l-header__contact a:hover {
  opacity: 0.7;
}

.l-contents {
  order: 2;
  width: 100%;
  margin: 0 0 40px;
}

.l-sidebar {
  order: 1;
  margin: 0 40px 0 0;
  min-width: 260px;
}
.l-sidebar__list {
  width: 100%;
}
.l-sidebar__listItem {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.l-sidebar__listItem.u-sidebar__news a::after {
  position: absolute;
  bottom: 26%;
  left: 15%;
  width: 34px;
  height: 34px;
  transform: translateX(-50%);
  background-image: url(/cp/wp/wp-content/themes/insea/assets/img/nav_news.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.l-sidebar__listItem.u-sidebar__study a::after {
  position: absolute;
  bottom: 26%;
  left: 15%;
  width: 34px;
  height: 34px;
  transform: translateX(-50%);
  background-image: url(/cp/wp/wp-content/themes/insea/assets/img/nav_study.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.l-sidebar__listItem.u-sidebar__earth a::after {
  position: absolute;
  bottom: 27%;
  left: 15%;
  width: 34px;
  height: 34px;
  transform: translateX(-50%);
  background-image: url(/cp/wp/wp-content/themes/insea/assets/img/nav_earth.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.l-sidebar__listItem.u-sidebar__link a::after {
  position: absolute;
  bottom: 33%;
  left: 15%;
  width: 24px;
  height: 24px;
  transform: translateX(-50%);
  background-image: url(/cp/wp/wp-content/themes/insea/assets/img/nav_link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.l-sidebar__listItem a {
  transition: 0.4s;
  background-color: #72c8d5;
  color: #fff;
  display: flex;
  align-items: center;
  display: flex;
  padding: 12px 10px 12px 80px;
  border-top: 2px solid #72c8d5;
  position: relative;
  height: 70px;
}
.l-sidebar__listItem a:hover {
  opacity: 0.7;
}

.l-inner {
  display: flex;
  max-width: 1240px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  margin: auto;
}

.page .l-inner {
  padding: 0;
}

.l-main {
  min-height: 1120px;
}

.l-container {
  max-width: 1240px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.c-section {
  margin: 0 0 80px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.c-heading {
  border-top: 3px solid #60c1bd;
  padding: 15px 0 22px;
  font-size: 30px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.c-read {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.p-greeting{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.p-greeting dt{
  margin: 0 0 5px;
}
.p-greeting dd{
  margin: 0 0 0 18px;
}

.c-datalist__item {
  margin: 0 0 10px 0;
}

.c-news__list {
  border-bottom: 1px solid #ccc;
  margin: 0 0 60px;
}
.c-news__listItem a {
  border-top: 1px solid #ccc;
  padding: 30px 0;
  display: flex;
  align-items: baseline;
  position: relative;
}
.c-news__listItem a::after{
  position: absolute;
    right: 15px;
    bottom: 3px;
    width: 30px;
    height: 30px;
    background-image: url(https://jomo-p.co.jp/cp/wp/wp-content/uploads/2022/05/button_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}
.c-news__listItem a:hover::after{
  right: 10px;
}
.c-news__date {
  margin: 0 20px 0 0;
}
.c-news__cat {
  margin: 0 20px 0 0;
  padding: 1px 0 0px;
  width: 120px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  border: 1px #333 solid;
  border-radius: 20px;
  font-weight: bold;
}

.c-link a {
  margin: auto;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 20px;
  width: 300px;
  color: #fff!important;
  background-color: #72c8d5;
  border-radius: 50px;
  position: relative;
  transition: 0.4s;
  text-decoration: none!important;
}
.c-link a:hover {
  opacity: 0.7;
}
.c-link a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.c-link a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.c-link a::before {
  left: auto;
  right: 20px;
  box-sizing: border-box;
  width: 10px;
  height: 4px;
  border: 8px solid transparent;
  border-left: 15px solid #fff;
}

.c-breadcrumbList {
  display: flex;
  margin: 0 0 60px;
  flex-wrap: wrap;
}

.c-breadcrumbList__item {
  padding: 0 25px 0 0;
  color: #323232;
  font-size: 18px;
}

.c-breadcrumbList__item a {
  position: relative;
  color: #0030fe;
  transition: 0.4s ease;
  text-decoration: underline;
}

.c-breadcrumbList__item a::after {
  position: absolute;
  top: -4px;
  right: -20px;
  color: #787878;
  content: ">";
}

.c-breadcrumbList__item a:hover {
  opacity: 0.7;
}

.c-title {
  margin: 0 0 30px;
  padding: 80px 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.c-index__list {
  display: flex;
  flex-wrap: wrap;
}

.c-index__listItem {
  width: 46%;
  position: relative;
}
.c-index__listItem a {
  display: block;
  padding: 10px 0;
  width: 100%;
  text-decoration: none!important;
  border-bottom: 1px solid #ccc;
}
.c-index__listItem::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.c-index__listItem::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.c-index__listItem::before {
  left: auto;
  right: 2px;
  box-sizing: border-box;
  width: 10px;
  height: 4px;
  border: 8px solid transparent;
  border-left: 15px solid #72c8d5;
}

.c-index__listItem:nth-of-type(odd) {
  margin: 0 7% 0 0;
}

.c-pdf {
  position: relative;
  color: #2264ff;
  text-decoration: underline;
}

.c-pdf::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: auto;
  right: -45px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
}

.c-pdf::after {
  image-rendering: pixelated;
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 20px;
  height: 23px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/cp/wp/wp-content/themes/insea/assets/img/icon_pdf.png);
}

.p-info__title {
  background-image: url(/cp/wp/wp-content/themes/insea/assets/img/info_title_bg.jpg);
}

.p-about__title {
  background-image: url(/cp/wp/wp-content/themes/insea/assets/img/about_title_bg.jpg);
}

.p-archive__title {
  background-image: url(/cp/wp/wp-content/themes/insea/assets/img/archive_title_bg.jpg);
}

.p-research__title {
  background-image: url(/cp/wp/wp-content/themes/insea/assets/img/research_title_bg.jpg);
}

.p-presentation__title {
  background-image: url(/cp/wp/wp-content/themes/insea/assets/img/presentation_title_bg.jpg);
}

.p-events__title {
  background-image: url(/cp/wp/wp-content/themes/insea/assets/img/events_title_bg.jpg);
}

.p-news__title {
  background-image: url(/cp/wp/wp-content/themes/insea/assets/img/news_title_bg.jpg);
}

.p-join__title {
  background-image: url(/cp/wp/wp-content/themes/insea/assets/img/join_title_bg.jpg);
}

.p-kokusai__title {
  background-image: url(/cp/wp/wp-content/themes/insea/assets/img/kokusai_title_bg.jpg);
}

.p-links__title {
  background-image: url(/cp/wp/wp-content/themes/insea/assets/img/links_title_bg.jpg);
}

.p-contact__title {
  background-image: url(/cp/wp/wp-content/themes/insea/assets/img/contact_title_bg.jpg);
}

.p-archive__group h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 20px 0 0;
}

.p-archive__item {
  display: flex;
  flex-direction: column-reverse;
}

.p-archive__file {
  margin: 0 0 5px;
}

.p-events__content,
.p-news__content {
  margin: 0 0 30px;
}
.p-events__content strong,
.p-news__content strong,
.p-about strong {
  font-weight: bold;
}
.p-events__content a,
.p-news__content a {
  word-wrap: break-word;
  color: #1b73ff;
  text-decoration: underline;
}

.p-join__link a {
  width: 430px;
}
.p-research__link a {
  width: 510px;
}

.p-links__block {
  display: flex;
}

.p-links__img {
  width: 500px;
  min-width: 500px;
  margin: 0 60px 0 0;
}
.p-links__img img {
  width: 100%;
}

.form-wrap dl {
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #aaa;
}
.form-wrap dl.form-textarea {
  align-items: flex-start;
}
.form-wrap dl:last-of-type {
  margin: 0 0 60px;
}
.form-wrap dt {
  position: relative;
  width: 245px;
  min-width: 245px;
  padding: 0 0 0 15px;
  font-weight: bold;
}
.form-wrap dt span {
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 23px;
  padding: 0 0 1px;
  transform: translateY(-50%);
  border: 1px solid #fa3e3e;
  color: #fa3e3e;
  font-size: 12px;
}
.form-wrap dd {
  width: 100%;
  padding: 0 0 0 30px;
  font-size: 16px;
}
.form-wrap dd input[type=text],
.form-wrap dd input[type=email],
.form-wrap dd input[type=tel] {
  appearance: none;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: none;
  border: #aaa solid 1px;
  background-color: #f0f0f0;
  color: #323232;
}
.form-wrap select {
  appearance: none;
  width: 200px;
  height: 40px;
  padding: 0 12px;
  border: none;
  border: #aaa solid 1px;
  background-color: #f0f0f0;
  color: #323232;
}
.form-wrap textarea {
  appearance: none;
  width: 100%;
  min-height: 200px;
  padding: 15px;
  border: none;
  border: #aaa solid 1px;
  background-color: #f0f0f0;
  color: #323232;
  font-size: 16px;
}

.form-post {
  margin: 0 20px 0 0;
}

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

.form-address {
  display: inline-block;
  width: 120px;
  height: auto;
  margin: 0 0 0 10px;
  padding: 6px 5px 5px;
  font-size: 14px;
  text-align: center;
  background-color: #72c8d5;
}
.form-address button {
  color: #fff;
}

.form-todosuken {
  position: relative;
  width: 200px;
}
.form-todosuken::before {
  position: absolute;
  content: "";
  left: auto;
  right: 10px;
  top: 16px;
  z-index: 100;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 6px solid transparent;
  border-top: 9px solid #72c8d5;
}

.form-radio {
  display: flex;
  margin: 0 0 15px;
}
.form-radio label {
  margin: 0 25px 0 0;
  position: relative;
  display: block;
  word-break: break-all;
}
.form-radio input[type=radio] + span {
  margin: 0 0 0 20px;
  font-size: 18px;
}
.form-radio input[type=radio] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px #b8b8ba solid;
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  content: "";
  box-sizing: border-box;
}
.form-radio input[type=radio]:checked + span::before {
  background-color: #72c8d5;
}

.p-form__submitWrap {
  position: relative;
  width: 300px;
  height: 60px;
  margin: auto;
  cursor: pointer;
}
.p-form__submitWrap::before {
  position: absolute;
  content: "";
  left: auto;
  right: 27px;
  top: 24px;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-left: 13px solid #fff;
  z-index: 1;
}

.p-form__submit {
  width: 300px;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  height: 60px;
  margin: auto;
  padding: 20px;
  border-radius: 100px;
  background-color: #72c8d5;
  color: #fff;
  font-weight: 700;
  transition: 100ms ease-out;
}

.p-form__list {
  display: flex;
  margin: 0 0 50px;
  justify-content: center;
}
.p-form__listItem {
  margin: 0 15px 0 0;
  border-radius: 50px;
  background-color: #fff;
}
.p-form__listItem a {
  padding: 5px 36px 5px 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #72c8d5!important;
  transition: 0.4s;
  border-radius: 50px;
  border: 3px solid #72c8d5;
  position: relative;
  font-size: 14px;
  text-decoration: none!important;
}
.p-form__listItem a::before {
  position: absolute;
  content: "";
  left: auto;
  right: 4px;
  top: 18px;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-left: 13px solid #72c8d5;
  z-index: 100;
  transition: 0.4s;
}
.p-form__listItem a:last-of-type {
  margin: 0;
}
.p-form__listItem a:hover {
  color: #fff!important;
  background: #72c8d5;
}
.p-form__listItem a:hover::before {
  border-left: 13px solid #fff;
}
.p-form__listItem.u-selected a {
  color: #fff!important;
  background: #72c8d5;
}
.p-form__listItem.u-selected a::before {
  border-left: 13px solid #fff;
}

.l-footer {
  background: #72c8d5;
}

.l-footer__content {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.l-footer__logoWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}

.l-footer__logo {
  margin-right: 90px;
}
.l-footer__logo img {
  width: 100%;
  min-width: 200px;
  max-width: 350px;
}

.l-footer__company {
  font-size: 20px;
  font-weight: bold;
}

.l-footer__inner {
  display: flex;
}

.l-footer__info {
  width: 266px;
  margin-right: 80px;
  font-size: 14px;
}

.l-footer__links {
  margin: 0 70px 0 0;
}
.l-footer__links a {
  line-height: 1.5;
}

.l-footer__links:last-child {
  margin-right: 0;
}

.l-footer__largeLink {
  display: block;
  position: relative;
  padding: 10px 3px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  transition: 0.4s;
}
.l-footer__largeLink:hover {
  opacity: 0.7;
}

.l-footer__largeLink:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url("/cp/wp/wp-content/themes/insea/assets/img/button_icon01.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.l-footer__largeLink--disable:hover {
  background-color: transparent;
}

.l-footer__largeLink--disable:after {
  content: none;
}

.l-footer__largeLink__contact {
  transition: 0.4s;
  background-color: #72c8d5;
  color: #fff;
  border: 2px solid #fff;
  padding: 5px 20px 5px 40px;
  background-image: url("/cp/wp/wp-content/themes/insea/assets/img/main_icon.png");
  background-position: center left 12px;
  background-repeat: no-repeat;
  background-size: 20px;
  vertical-align: bottom;
}
.l-footer__largeLink__contact:hover {
  opacity: 0.7;
}

.l-footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #72c8d5;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
}

.l-footer__toTop {
  display: none;
  z-index: 19;
  position: fixed;
  right: 100px;
  bottom: 120px;
}

.l-footer__toTop a {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
}

.bubblemenu {
  position: absolute;
  top: 25px;
  left: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  transition: 0.2s;
  transform: translateY(10px);
  padding: 10px 0 0;
  width: 100%;
  z-index: 100;
}

.bubblemenu-content {
  padding: 20px 0 0;
  position: relative;
}
.bubblemenu-inner {
  width: 235px;
  box-shadow: 3px 8px 19px -8px rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}
.l-header__navItem:nth-of-type(3) .bubblemenu-inner{
  width: 325px;
}

.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.bubblemenu-content li {
  margin: 0 0 10px;
}
.bubblemenu-content li a {
  transition: 0.4s;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 16px;
}
.bubblemenu-content li a:hover {
  opacity: 0.7;
}
.bubblemenu-content li a::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  right: auto;
  width: 11px;
  height: 11px;
  border-top: 4px solid #72c8d5;
  border-right: 4px solid #72c8d5;
  transform: rotate(45deg);
}

.bubblemenu-content li:last-of-type {
  margin: 0;
}



/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */
/*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  *//*  */


.p-chairman{
  float: right; display: inline-block; margin: 0 0 10px 10px;
  }
  .p-table{
    
  }
  .p-table h3{
    font-weight: bold;
    font-size: 26px;
    margin: 0 0 10px;
  }
  .p-table h4{
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 2px solid #60c1bd;
  }
  .p-table table{
    margin: 0 0 40px;
    width: 100%;
    border-collapse: collapse;
  }
  .p-table th{
    background-color: #f5f5f5;
    font-weight: bold;
  }
  .p-table th,
  .p-table td {
    border-bottom: 1px solid #333;
    padding: 6px 8px;
    text-align: left;
  }
  .p-table tr{
    border-bottom: 1px solid #333;
  }

  .c-archiveList__item{
    width: 100%;
    margin: 0 0 10px;
  }
  .c-archiveList__item:last-of-type{
    margin: 0;
  }
  .c-archiveList__item a{
    transition: 0.4s;
    background-color: #72c8d5;
    color: #fff;
    display: flex;
    align-items: center;
    display: flex;
    padding: 12px 40px 12px 15px;
    border-top: 2px solid #72c8d5;
    position: relative;
    color: #fff;
    border-radius: 10px;
  }
  .c-archiveList__item a:hover{
    opacity: 0.7;
  }
  .c-archiveList__item a::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: auto;
    right: 20px;
    box-sizing: border-box;
    width: 10px;
    height: 4px;
    border: 8px solid transparent;
    border-left: 15px solid #fff;
  }


@media only screen and (max-width: 768px) {
  .u-only-pc {
    display: none !important;
  }
  .u-only-sp {
    display: block !important;
  }
  .l-inner {
    flex-direction: column;
    order: 1;
  }
  .l-sidebar {
    order: 2;
    margin: 0 0 40px;
  }
  .l-inner .l-sidebar__listItem a {
    height: 55px;
    font-size: 12px;
    padding: 12px 10px 12px 70px;
  }
  .l-inner .l-sidebar__listItem a::after {
    left: 30px;
    width: 24px;
    height: 24px;
  }
  .home .l-container {
    padding: 0;
  }
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    box-shadow: none;
    height: 60px;
  }
  .l-header__inner {
    padding: 0 10px;
    height: 55px;
    box-shadow: 3px 3px 10px rgba(9, 35, 64, 0.2);
  }
  .l-header__left {
    display: flex;
    align-items: center;
  }
  .l-header__left h1 img {
    min-width: 160px;
    max-width: 160px;
  }
  .l-header__logo {
    margin: 7px 15px 8px 7px;
    width: 96px;
    min-width: 96px;
  }
  .l-header__logo img {
    width: 100%;
  }
  .l-header__company {
    font-size: 13px;
    margin: 4px 0 0 0;
  }
  .l-header__right {
    display: flex;
    flex-direction: column;
  }
  .l-header__menu {
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    height: calc(100% - 0px);
    overflow: auto;
    z-index: 100;
    transition: 250ms ease-out;
    transform: translateX(375px);
  }
  .l-header__menu.is-active {
    pointer-events: auto;
    transform: translateX(70px);
  }
  .l-header__linksWrap {
    background-color: #72c8d5;
    flex: 1;
    order: 2;
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 0 auto;
    padding: 30px 20px 30px 5px;
    width: 300px;
    min-height: 350px;
    transition: 250ms ease-out;
  }
  .l-header__links {
    justify-content: center;
    margin-bottom: 25px;
    padding: 0;
    width: 100%;
    border-right: none;
  }
  .l-header__menu.is-active .l-header__nav {
    transform: translate(0);
  }
  .l-header__nav {
    order: 1;
    margin: 0 auto;
    width: 100%;
    transition: 250ms ease-out;
    padding: 20px 0 0;
  }
  .l-header__navList {
    display: block;
  }
  .l-header__navItem {
    font-weight: normal;
    text-align: center;
    height: auto;
    position: relative;
  }
  .l-header__navItem::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .l-header__navItem::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .l-header__navItem::before {
    left: auto;
    right: 75px;
    box-sizing: border-box;
    width: 10px;
    height: 4px;
    border: 6px solid transparent;
    border-left: 9px solid #fff;
  }
  .l-header__navItem--hover {
    padding: 0;
  }
  .l-header__navItem--hover > span, .l-header__navItem > a {
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    color: #fff;
    font-size: 15px;
    text-align: left;
  }
  .l-header__navItem--hover > span {
    position: relative;
    padding: 0 23px;
  }
  .l-header__navItem--hover > span:before, .l-header__navItem--hover > span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 23px;
    width: 15px;
    height: 1px;
    transition: 300ms ease-out;
  }
  .l-header__navItem--hover > span:after {
    transform: rotate(90deg);
  }
  .l-header__navItem--hover.is-active > span:after {
    transform: rotate(0);
  }
  .l-header__navItem > a:after {
    content: "";
    position: static;
    bottom: auto;
    left: auto;
    display: inline-block;
    transform: none;
    width: 15px;
    height: 15px;
    background-image: url("/cp/wp/wp-content/themes/insea/assets/img/button_icon01.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: transparent;
    opacity: 1;
  }
  .l-header__navItem:last-child > a {
    padding-right: 23px;
  }
  .l-header__pulldown, .l-header__navItem:hover .l-header__pulldown {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .l-header__menuButton {
    display: block;
    position: relative;
    right: -5px;
    width: 60px;
    height: 55px;
    z-index: 999;
  }
  .l-header__menuButton div {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #72c8d5;
    transition: 250ms ease-out;
  }
  .l-header__menuButton div:nth-child(1) {
    top: 22px;
    left: 18px;
  }
  .l-header__menuButton div:nth-child(2) {
    top: calc(50% + 3px);
    left: 18px;
    transform-origin: left center;
  }
  .l-header__menuButton div:nth-child(3) {
    top: calc(100% - 15px);
    left: 18px;
  }
  .l-header__menuButton.is-active div:nth-child(1) {
    top: calc(50% - 1px);
    transform: rotate(45deg);
    background-color: #fff;
  }
  .l-header__menuButton.is-active div:nth-child(2) {
    opacity: 0;
  }
  .l-header__menuButton.is-active div:nth-child(3) {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
    background-color: #fff;
  }
  .l-header__contact {
    padding: 0 14px;
    margin: 10px auto 0 0;
  }
  .l-header__contact a {
    width: 100%;
    display: block;
    padding: 5px 40px 5px 60px;
    background-size: 25px;
  }

  .l-main{
    min-height: auto;
  }
  .c-section {
    margin: 0 0 30px;
  }
  .c-heading {
    border-top: 2px solid #60c1bd;
    font-size: 20px;
    padding: 5px 0;
  }
  .c-read,
  .p-greeting {
    font-size: 15px;
  }
  .c-news__list {
    margin: 0 0 30px;
  }
  .c-news__listItem a {
    padding: 12px 0;
    align-items: baseline;
  }
  .c-news__date {
    font-size: 14px;
    margin: 0 10px 0 0;
  }
  .c-news__cat {
    font-size: 10px;
    white-space: nowrap;
    padding: 2px 7px;
    margin: 0 10px 0 0;
  }
  .c-news__text {
    font-size: 14px;
  }
  .c-link a {
    font-size: 16px;
    width: 200px;
    padding: 10px 0 10px;
  }
  .c-link a::before {
    right: 10px;
    border: 6px solid transparent;
    border-left: 8px solid #fff;
  }
  .c-title {
    margin: 0 0 15px;
    margin: 61px 0 15px;
    padding: 35px 0;
    font-size: 25px;
  }
  .c-breadcrumbList {
    margin: 0 0 15px;
    flex-wrap: wrap;
  }
  .c-breadcrumbList__item {
    font-size: 13px;
  }
  .c-index__listItem {
    width: 100%;
  }
  .c-index__listItem a {
    font-size: 14px;
  }
  .c-index__listItem::before {
    border: 5px solid transparent;
    border-left: 9px solid #72c8d5;
  }
  .c-index__listItem:nth-of-type(odd) {
    margin: 0;
  }
  .p-top__mv {
    margin: 60px 0 40px;
    width: 100vw;
  }
  .p-top__mv .slick-slide img {
    width: 100%;
  }
  .p-top__mv .slick {
    width: 100% !important;
  }
  .p-top__mv .slick-next {
    display: none !important;
  }
  .p-top__mv .slick-prev {
    display: none !important;
  }
  .p-join__link a {
    width: 330px;
  }
  .p-research__link a{
    width: 310px;
  }
  .p-links__block {
    display: flex;
    flex-direction: column;
  }
  .p-links__img {
    width: 100%;
    min-width: auto;
    margin: 0 0 40px;
  }
  .form-wrap dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-wrap dt {
    padding: 0;
    margin: 0 0 15px;
    width: auto;
    display: flex;
    min-width: auto;
    align-items: center;
  }
  .form-wrap dt span {
    margin: 0 0 0 10px;
    position: static;
    top: auto;
    transform: translateY(0%);
  }
  .form-wrap dt p {
    display: flex;
  }
  .form-wrap dd {
    padding: 0;
  }
  .form-wrap {
    margin: 0 0 40px;
  }
  .form-radio {
    flex-direction: column;
  }
  .form-wrap dl:last-of-type {
    margin: 0 0 30px;
  }
  .p-form__list {
    flex-wrap: wrap;
    margin: 0 0 20px;
    justify-content: baseline;
  }
  .p-form__listItem {
    margin: 0 0 10px;
  }
  .p-form__listItem a {
    height: 57px;
  }
  .l-footer__content {
    padding: 15px 20px 0;
    display: flex;
  }
  .l-footer__inner {
    flex-direction: column;
  }
  .l-footer__logo {
    margin: 0 0 20px;
  }
  .l-footer__logo img {
    min-width: 155px;
    max-width: 155px;
  }
  .l-footer__largeLink {
    font-size: 12px;
    padding: 4px 3px;
  }
  .l-footer__links--sp {
    margin: 60px 0 0;
    position: relative;
    left: -30px;
  }
  .l-footer__largeLink__contact {
    padding: 4px 5px 4px 23px;
    background-position: center left 4px;
    background-size: 15px;
  }
  .l-footer__copyright {
    height: 30px;
  }


  .p-chairman{
    float: none;
    margin: 0 0 20px;
    display: block;
    width: 100%;
  }

  .p-table h3{
    font-size: 20px;
    text-align: left!important;
  }

  .p-table h4{
    font-size: 18px;
  }
  .p-table th,
  .p-table td{
    font-size: 14px;
    min-width: 80px;
  }


  .c-pdf::before{
    top: 27px;
  }
  .c-pdf::after{
    top: 80%;
  }



  .c-archiveList__item a{
    padding: 12px 40px 12px 20px;
  }
  .c-archiveList__item a::before{
    right: 10px;
  }

}







/* 0329以降 */
.c-accordion{
  
}
.c-accordion dl{
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
  align-items: baseline;
}
.c-accordion dt{
  color: #fff;
  background-color: #a5a5a5;
  width: 125px;
  border-radius: 3px;
  max-width: 125px;
  min-width: 125px;
  margin: 0 20px 0 0;
  padding: 2px 5px;
}
.js-accordion--close{
  display: none;
}
.accordion-box{
  height:0;
  overflow:hidden;
  transition:.4s ease;
}
.js-accordion{
  color: #fff;
  margin: 0 0 20px;
  background-color: #72c8d5;
  border-radius: 10px;
  width: 100%;
  /* padding: 10px; */
  position: relative;
  padding: 10px 35px 10px 10px;
}
.js-accordion::before{
  content: "";
  width: 2px;
  height: 16px;
  background: #fff;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .6s ease;
}
.js-accordion::after{
  content: "";
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .6s ease;
}
.js-accordion.is-accordion--open::before{
  transform: rotate(90deg);
}
.js-accordion.is-accordion--open::after{
  transform: rotate(-180deg);
}
.js-accordion.is-accordion--open + .accordion-box{
  height: auto;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .c-accordion dl{
    flex-direction: column;
  }
  .c-accordion dt{
    min-width: none;
    width: 100%;
    max-width: none;
    margin: 0 0 5px;
  }
}


.c-block{
  margin: 0 0 30px;
}
.c-block a{
  color: #3281ff;
  text-decoration: underline;
}
.c-block a:hover{
  opacity: 0.7;
  text-decoration: none;
}

.wp-block-button__link{
  background-color: #4acd4f!important;
  color: #fff!important;
  text-decoration: none!important;
}