@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
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, 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-size: 100%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #222;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

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

* {
  box-sizing: border-box;
}

.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.text {
  font-size: clamp(14px, 1.07143vw, 15px);
  line-height: 1.6;
  font-weight: 500;
}

header {
  background: #fff;
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 767px) {
  header {
    height: 60px;
  }
}
header .header {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  header .header {
    padding: 0 15px;
  }
}
header .header .site_name {
  font-size: clamp(14px, 2.92398vw, 20px);
  font-weight: 700;
  color: #2861B7;
}
header .header nav {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  header .header nav {
    gap: 10px;
  }
}
header .header nav .navi {
  display: flex;
  gap: 72px;
}
@media screen and (max-width: 767px) {
  header .header nav .navi {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100vw;
    height: calc(100svh - 60px);
/*    translate: 0 -120vh; */
    translate: 100vw 0;
    background: #2861B7;
    flex-direction: column;
    gap: 0;
    padding-top: 100px;
    transition: all .3s;
  }
}
header .header nav .navi .list {
  position: relative;
}
@media screen and (min-width: 768px) {
header .header nav .navi .list.company{
    display:none;
}
}
@media screen and (max-width: 767px) {
  header .header nav .navi .list {
    width: 100%;
    min-height: 50px;
    padding: 0 15px;
  }
}
header .header nav .navi .list .btn {
  color: #2861B7;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .header nav .navi .list .btn {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #3072D4;
  }
}
header .header nav .navi .list .btn .in_text {
  font-size: 15px;
  font-weight: 500;
  color: #2861B7;
}
@media screen and (max-width: 767px) {
header .header nav .navi .list .btn .in_text {
    font-size: 4vw;
    color: #fff;
}
header .header nav .navi .list .in_navi .list .btn{
    background:#2861B7!important;
}
}
@media (any-hover: hover) {
  header .header nav .navi .list .btn:hover {
    opacity: 0.75;
  }
}
header .header nav .navi .list + .list:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -35px;
  width: 1px;
  height: 15px;
  background: #2861B7;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  header .header nav .navi .list + .list:before {
    display: none;
  }
}
header .header nav .navi .list .in_navi {
  position: absolute;
  top: 70px;
  left: -40px;
  width: 100%;
  min-width: 190px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media screen and (max-width: 767px) {
  header .header nav .navi .list .in_navi {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    pointer-events: all;
  }
}
header .header nav .navi .list .in_navi .list .btn {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
  padding: 0 15px;
  border-bottom: 1px solid #395D91;
  background: #144284;
}
@media screen and (max-width: 767px) {
  header .header nav .navi .list .in_navi .list .btn {
    justify-content: flex-start;
  }
}
@media (any-hover: hover) {
  header .header nav .navi .list .in_navi .list .btn:hover {
    opacity: 1;
    background: #2861B7;
  }
}
@media (any-hover: hover) {
  header .header nav .navi .list:hover .in_navi {
    opacity: 1;
    pointer-events: all;
  }
}
header .header nav .menu_btn,
header .header nav .contact_btn {
  width: 40px;
  height: 40px;
  background: #2861B7;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header nav .menu_btn {
  display: none;
  flex-direction: column;
  gap: 4px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  header .header nav .menu_btn {
    display: flex;
  }
}
header .header nav .menu_btn .bar {
  width: 12px;
  height: 2px;
  background: #fff;
  display: block;
}

.menu_open header {
  position: relative;
  z-index: 10;
}
.menu_open header .header nav .navi {
  translate: 0 0;
}

footer {
  background: #2861B7;
  width: 100%;
  padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0 0 20px;
  }
}
footer .footer {
  width: 100%;
  height: inherit;
  display: flex;
  justify-content: space-between;
  padding: 54px 40px;
}
@media screen and (max-width: 767px) {
  footer .footer {
    flex-direction: column;
    justify-content: flex-start;
    padding: 36px 15px;
  }
}
footer .footer .site_name {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  footer .footer .site_name {
    font-size: 18px;
    text-align: center;
  }
}
footer .footer nav {
  display: flex;
  gap: 91px;
}
@media screen and (max-width: 767px) {
  footer .footer nav {
    margin-top: 31px;
    justify-content: center;
    gap: 57px;
  }
}
footer .footer .navi {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
footer .footer .navi .list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
footer .footer nav{
	gap: 50px;
}
footer .footer .navi{
    flex-direction: row;
	gap: 50px;
    align-items: center;
}
footer .footer nav .navi + .navi{
    gap:25px;
}
footer .footer .navi .list{
    flex-direction: row;
    align-items: center;
    gap:25px;
}
footer .footer nav .navi .list{
    position:relative;
}
footer .footer nav .navi .list.border:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: -25px;
    width: 1px;
    height: 15px;
    background: #fff;
    translate: 0 -50%;
}
}
footer .footer .navi .list .contents_name {
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
}
@media (any-hover: hover) {
  footer .footer .navi .list a.contents_name:hover {
    opacity: 0.75;
  }
}
footer .footer .navi .list .btn {
  font-size: 13px;
  font-weight: 500;
  color: #FFF;
  line-height: 2;
}
@media (any-hover: hover) {
  footer .footer .navi .list .btn:hover {
    opacity: 0.75;
  }
}
footer .copyright {
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
  text-align: center;
}

.more_btn {
  width: 100px;
  height: 30px;
  background: #222;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  position: relative;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}
.more_btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  rotate: 45deg;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  width: 7px;
  height: 7px;
}
@media (any-hover: hover) {
  .more_btn:hover {
    opacity: 0.75;
  }
}

section .container {
  width: 100%;
  max-width: 1026px;
  margin-inline: auto;
  padding: 70px 15px;
}
@media screen and (max-width: 767px) {
  section .container {
    padding: 50px 15px;
  }
}

.common_main {
  width: 100%;
  height: 100px;
  background: #2861B7;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.common_main_title {
  font-size: 30px;
  font-weight: 700;
  color: #FFF;
  font-family:inherit;
/*  font-family: "Roboto", sans-serif; */
}

.news_block {
  background: #FFF;
  padding: 20px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .news_block {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .news_block .news_info {
    margin-top: 15px;
  }
}
.news_block .news_info .publication_date {
  font-size: 15px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.75;
}
.news_block .news_info .headlines {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 15px;
  text-decoration: underline;
  display: block;
}
@media screen and (max-width: 767px) {
  .news_block .news_info .headlines {
    margin-top: 10px;
  }
}
.news_block .news_info .headlines + * {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .news_block .news_info .headlines + * {
    margin-top: 25px;
  }
}
.news_block + .news_block {
  margin-top: 20px;
}

.contents_title {
  font-size: 40px;
  font-size: clamp(30px, 3.89864vw, 40px);
  font-weight: 700;
  line-height: 1.5;
}

.is_publication_date {
  font-size: 15px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
}

.template {
  background: #FFF;
  padding: 80px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .template {
    padding: 50px 15px;
    width: 100vw;
    translate: -15px 0;
  }
}
.template .is_thumbnail img {
  display: block;
  margin-inline: auto;
}
.template .is_thumbnail + * {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .template .is_thumbnail + * {
    margin-top: 40px;
  }
}
.template h2 {
  font-size: clamp(25px, 2.92398vw, 30px);
  font-weight: 700;
  border-top: 2px solid #2861B7;
  padding-top: 15px;
  line-height: 1.75;
}
.template h2 + * {
  margin-top: 31px;
}
.template h3 {
  font-size: clamp(20px, 1.83016vw, 25px);
  font-weight: 700;
  border-top: 2px solid #DFDFDF;
  padding-top: 15px;
  line-height: 1.75;
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .template h3 {
    margin-top: 40px;
  }
}
.template h3:before {
  content: "";
  position: absolute;
  display: block;
  top: -2px;
  left: 0;
  width: 100px;
  height: 2px;
  background: #2861B7;
}
.template h3 + * {
  margin-top: 31px;
}
.template h4 {
  font-size: clamp(18px, 1.94932vw, 20px);
  font-weight: 700;
  display: flex;
  white-space: nowrap;
  gap: 20px;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .template h4 {
    margin-top: 40px;
  }
}
.template h4:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2861B7;
}
.template h4 + * {
  margin-top: 31px;
}
.template p {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .template p {
    font-size: 14px;
  }
}
.template p + * {
  margin-top: 30px;
}
.template dl {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .template dl {
    display: flex;
    flex-direction: column;
  }
}
.template dl dt {
  order: 2;
}
@media screen and (max-width: 767px) {
  .template dl dt {
    order: 1;
  }
}
.template dl dd {
  order: 1;
}
@media screen and (max-width: 767px) {
  .template dl dd {
    order: 2;
  }
}
.template dl:nth-of-type(even) {
  grid-template-columns: 360px 1fr;
}
.template dl:nth-of-type(even) dt {
  order: 1;
}
.template dl:nth-of-type(even) dd {
  order: 2;
}
.template ul {
  list-style: disc;
  margin-top: 30px;
  margin-left: 1rem;
}
.template ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.template ul li + li {
  margin-top: 0.25rem;
}
.template ol {
  list-style: decimal;
  margin-top: 30px;
  margin-left: 1rem;
}
.template ol li {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.template ol li + li {
  margin-top: 0.25rem;
}
.template table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #DFDFDF;
  table-layout: fixed;
  margin-top: 30px;
}
.template table tr td,
.template table tr th {
  border: 1px solid #DFDFDF;
  padding: 10px 20px;
}
.template table tr th {
  background: #F3F3F3;
  font-size: 15px;
  line-height: 1.75;
  width: 200px;
}
.template table tr td {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
}
.template table tr td p,
.template table tr th p {
  margin-bottom: 0;
}

/* 固定ページ */

#page_contact .contactform tr td{padding:10px 20px;}
#page_contact .contactform tr td p{display: inline-block; width:100%; height:36px;}
#page_contact .contactform tr td input{width:100%; height:100%;}
#page_contact .contactform tr td textarea{width: 100%; height: 200px; padding: 10px; font-family: inherit;}
#page_contact .wpcf7 form .wpcf7-response-output{padding: 10px 20px;}

@media screen and (max-width: 767px) {
#page_contact .contactform tr th,
#page_contact .contactform tr td{
    display:block;
    width:100%;
}
}

.mybtn {
    width:260px;
	height:50px;
	background:#222;
	border-radius:25px;
    display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	color:#fff;
	font-weight:500;
    box-shadow:5px 5px 0 rgba(0,0,0,.1);
	margin:30px auto;
	cursor:pointer;
}
.mybtn::after {
    content:"";
    position:absolute;
    top:50%;
	right:12px;
	transform:translateY(-50%) rotate(45deg);
    width:9px;
	height:9px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
}

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