@charset "UTF-8";
/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
html {
  scroll-behavior: smooth;
}

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%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1f3563;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

.clrfx::after {
  content: "";
  display: block;
  clear: both;
}

a:hover {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

p {
  margin: 0;
  line-height: 2em;
  letter-spacing: 0.05em;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

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

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

#front_news_morebtn {
    text-align: center !important;
}

a.btn__commonType1 {
  border-radius: 12px;
  background-color: #1f3563;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 16px;
  padding: 14px 22px;
  display: inline-block;
}

@media screen and (max-width: 860px) {
  a.btn__commonType1 {
    font-size: 13px;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.tac {
  text-align: center;
}

.attention-color {
  color: #ffed61;
  font-weight: bold;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

.fadeIn.isShow {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/*----------------------COMMON----------------------*/
.sp {
  display: block;
}

.wrap {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 860px) {
  .wrap {
    padding: 0 20px;
  }
}

.h2__common {
  font-size: 52px;
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 0 0 46px 0;
}

@media screen and (max-width: 650px) {
  .h2__common {
    font-size: 32px;
    padding: 0 0 26px 0;
  }
}

.btn__more {
  text-align: center;
  width: 100%;
  color: #666666;
  font-size: 16px;
  font-weight: bold;
}

.btn__more a {
  color: #666666;
  font-size: 16px;
  border: solid 1px #dddddd;
  border-radius: 6px;
  padding: 6px 46px 6px 32px;
  display: inline-block;
  background-image: url("/assets/imgs/top/btn_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 8px auto;
}

/*----------------------header----------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
  /*background-color: rgba(256,256,256,0.8);
  box-shadow: 0 0 40px rgba(0,0,0,0.1);*/
  z-index: 9999;
}

#header .wrap__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

#header .wrap__header .nav__pc {
  margin: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 200px;
  background-color: #ffffff;
  height: 56px;
}

@media screen and (max-width: 860px) {
  #header .wrap__header .nav__pc {
    display: none;
  }
}

#header .wrap__header .nav__pc li a {
  display: block;
  padding: 0;
  color: #111111;
  letter-spacing: 1px;
}

#header .wrap__header .nav__pc li:first-child a {
    margin-left: 8px;
}

#header .wrap__header .nav__pc li a img {
  height: 16px;
  width: auto;
  padding: 20px 2px;
}
#header .wrap__header .nav__pc li:first-child a img {
    padding: 20px 2px 20px 8px;
}
#header .wrap__header .nav__pc li:last-child a img {
    padding: 20px 8px 20px 2px;
}
#header h1 {
  padding: 0 0 0 30px;
}

#header h1 img {
  width: 96px;
}

/*----------------------NAV----------------------*/
@-webkit-keyframes hum {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes hum {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

#nav-drawer {
  overflow: hidden;
  display: none;
  padding: 18px;
  background-color: #65aadd;
  border-radius: 58px;
  width: 30px;
  height: 30px;
  z-index: 9999;
  top: 25px;
  right: 25px;
  cursor: pointer;
  position: fixed;
}

#nav-drawer canvas {
  left: -10px;
  top: -20px;
  position: absolute;
}

@media screen and (max-width: 860px) {
  #nav-drawer {
    display: block;
  }
}

#nav-drawer .nav_line {
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  -webkit-animation: hum 3s infinite;
          animation: hum 3s infinite;
  animation-direction: alternate-reverse;
  border-radius: 20px;
}

#nav-drawer .nav_line.rect1 {
  top: 22px;
  right: 18px;
  width: 30px;
}

#nav-drawer .nav_line.rect2 {
  top: 30px;
  right: 18px;
  width: 25px;
}

#nav-drawer .nav_line.rect3 {
  top: 38px;
  right: 18px;
  width: 20px;
}

#nav-drawer.nav_open .nav_line {
  -webkit-animation: hum 0s infinite;
          animation: hum 0s infinite;
}

#nav-drawer.nav_open .rect1 {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  top: 32px;
  right: 20px;
  background-color: #fff;
  width: 25px;
}

#nav-drawer.nav_open .rect2 {
  opacity: 0;
}

#nav-drawer.nav_open .rect3 {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  top: 32px;
  right: 20px;
  background-color: #fff;
  width: 25px;
}

#nav-content {
  display: none;
  z-index: 9000;
  background-color: #ffffff;
  opacity: 0.97;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#nav-content .nav_inner {
  position: absolute;
  top: 150px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px 0;
}

#nav-content .nav_inner .nav_menu li {
  margin-bottom: 0;
  text-align: center;
}

#nav-content .nav_inner .nav_menu li img {
  height: 16px;
  width: auto;
  padding: 20px;
}

#nav-content .nav_inner a {
  color: #fff;
  font-size: 17px;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
}

#nav-content .nav_inner .link {
  position: relative;
}

#nav-content .nav_inner .link:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/link.png);
  background-size: cover;
  top: 8px;
  right: -20px;
}

@media screen and (min-width: 860px) {
  #nav-drawer {
    top: 25px;
  }
  #nav-content .nav_inner {
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

/*----------------------fv----------------------*/
#fv {
  position: relative;
  line-height: 0;
}

#fv #bigbnnr {
  padding: 140px 0 300px 0;
  position: relative;
  z-index: 3;
}

#fv #bigbnnr li {
  width: 92%;
  max-width: 360px;
  margin: 0 20px;
}

@media screen and (max-width: 650px) {
  #fv #bigbnnr li {
    width: 300px;
  }
}

#fv #bigbnnr li img {
  width: 100% !important;
  height: auto !important;
  border-radius: 26px;
  border: solid 1px #65aadd;
}

#fv #bg__fv {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

/*----------------------concept----------------------*/
#concept {
  padding: 140px 0;
  background-color: #65aadd;
}

#concept .wrap {
  max-width: 888px;
}

#concept .wrap h2 {
  max-width: 600px;
  margin: 0 auto;
}

#concept .wrap p {
  text-align: justify;
  max-width: 520px;
  color: #ffffff;
  font-size: 16px;
  padding: 40px 0 60px 0;
  margin: 0 auto;
  line-height: 2.1;
}

#concept .wrap .img__naming {
  max-width: 680px;
  margin: 0 auto;
  display: block;
}

#concept__udc {
  background-image: url(/assets/images/top/bg__concept__udc.png);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #cde4f4;
}

#concept__udc .wrap {
  max-width: 1000px;
  padding: 0 20px 400px 20px;
}

@media screen and (max-width: 650px) {
  #concept__udc .wrap {
    padding: 0 20px 200px 20px;
    background-color: #65aadd;
  }
}

#concept__udc .wrap h3 {
  color: #ffffff;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #ffffff;
  font-size: 18px;
}

#concept__udc .wrap .concept__udcText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 650px) {
  #concept__udc .wrap .concept__udcText {
    display: block;
  }
}

#concept__udc .wrap .concept__udcText div {
  width: 50%;
  border-right: solid 1px #ffffff;
}

#concept__udc .wrap .concept__udcText div:last-child {
  border-right: none;
}

#concept__udc .wrap .concept__udcText div p {
  padding: 30px 30px 0 0;
  color: #ffffff;
}

#concept__udc .wrap .concept__udcText div .rightText {
  padding: 30px 0 0 30px;
}

@media screen and (max-width: 650px) {
  #concept__udc .wrap .concept__udcText div {
    width: 100%;
    border-right: none;
  }
  #concept__udc .wrap .concept__udcText div p {
    padding: 30px 0 0 0;
  }
  #concept__udc .wrap .concept__udcText div .rightText {
    padding: 30px 0 0 0;
  }
}

/*----------------------univ----------------------*/
#univ {
  background-color: #cde4f4;
  padding: 140px 0;
}

#univ .wrap .univ__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto 120px auto;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  #univ .wrap .univ__intro {
    display: block;
  }
}

#univ .wrap .univ__intro div {
  width: calc(100% - 500px);
  margin: 0 20px;
}

@media screen and (max-width: 800px) {
  #univ .wrap .univ__intro div {
    width: calc(100% - 40px);
    margin: 0 20px 30px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#univ .wrap .univ__intro h2 {
  max-width: 400px;
  padding: 0 0 60px 0;
}

#univ .wrap .univ__intro p {
  font-size: 16px;
  line-height: 2;
}

#univ .wrap div.univ__map {
  position: relative;
  width: 440px;
}

@media screen and (max-width: 500px) {
  #univ .wrap div.univ__map {
    zoom: 0.7;
  }
}

@media screen and (max-width: 350px) {
  #univ .wrap div.univ__map {
    zoom: 0.6;
  }
}

#univ .wrap div.univ__map .img__udc__map {
  width: 440px;
  height: auto;
}

#univ .wrap div.univ__map .orange {
  position: absolute;
  width: 24px;
  height: 24px;
}

#univ .wrap div.univ__map #btn_o1 {
  top: 140px;
  left: 216px;
}

#univ .wrap div.univ__map #btn_o2 {
  top: 222px;
  left: 158px;
}

#univ .wrap div.univ__map #btn_o3 {
  top: 222px;
  left: 202px;
}

#univ .wrap div.univ__map #btn_o4 {
  top: 212px;
  left: 262px;
}

#univ .wrap div.univ__map #btn_o5 {
  top: 260px;
  left: 276px;
}

#univ .wrap div.univ__map .fukidashi {
  display: none;
  position: absolute;
}

#univ .wrap div.univ__map #fukidashi1 {
  top: 10px;
  left: 69px;
  width: 315px;
}

#univ .wrap div.univ__map #fukidashi2 {
  top: 44px;
  left: 12px;
  width: 315px;
}

#univ .wrap div.univ__map #fukidashi3 {
  top: 24px;
  left: 87px;
  width: 245px;
}

#univ .wrap div.univ__map #fukidashi4 {
  top: 110px;
  left: 153px;
  width: 240px;
}

#univ .wrap div.univ__map #fukidashi5 {
  top: 190px;
  left: 194px;
  width: 185px;
}

#univ .wrap .univs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 650px) {
  #univ .wrap .univs {
    display: block;
  }
}

#univ .wrap .univs h4 {
  font-size: 18px;
  line-height: 2;
  color: #65aadd;
  font-weight: bold;
  padding: 0 0 20px 0;
}

@media screen and (max-width: 650px) {
  #univ .wrap .univs h4 {
    font-size: 15px;
  }
}

#univ .wrap .univs p {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

#univ .wrap .univs div {
  width: calc(50% - 40px);
  margin: 0 30px;
}

@media screen and (max-width: 650px) {
  #univ .wrap .univs div {
    width: calc(100%);
    margin: 0 0 60px 0;
  }
}

/*----------------------base and area----------------------*/
#base {
  padding: 100px 0;
}

#base .wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 650px) {
  #base .wrap {
    display: block;
  }
}

#base .wrap div {
  width: calc(50% - 40px);
  padding: 0 20px;
}

@media screen and (max-width: 650px) {
  #base .wrap div {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

#base .wrap h2 {
  height: 87px;
  width: auto;
  padding: 0 0 20px 0;
}

#base .wrap h2 img {
  height: 100%;
  width: auto;
}

#area .wrap {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
}

#area .wrap .whiteback {
  position: absolute;
  top: 40px;
  left: 40px;
  border-radius: 30px;
  background-color: #ffffff;
  padding: 40px;
  max-width: 400px;
}

@media screen and (max-width: 650px) {
  #area .wrap .whiteback {
    position: relative;
    top: auto;
    left: auto;
    padding: 0 0 30px 0;
  }
}

#area .wrap h2 {
  height: 87px;
  width: auto;
  padding: 0 0 20px 0;
}

#area .wrap h2 img {
  height: 100%;
  width: auto;
}

/*----------------------news----------------------*/
#news .wrap {
  max-width: 800px;
  margin: 0 auto;
}

#news .wrap hr {
  border: none;
  border-bottom: dashed 1px #1f3563;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  max-width: 240px;
  margin: 100px auto;
  height: 1px;
}

#news .wrap h2 {
  height: 34px;
  width: auto;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 50px 0;
}

#news .wrap h2 img {
  height: 100%;
  width: auto;
}

#news .wrap .newslist {
  padding: 0 0 20px 0;
}

#news .wrap .newslist li a {
  color: #1f3563;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 0 0 50px 0;
}

@media screen and (max-width: 650px) {
  #news .wrap .newslist li a {
    display: block;
  }
}

#news .wrap .newslist li a > img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 12px;
  max-width: 260px;
  height: auto;
  border: solid 1px #65aadd;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 650px) {
  #news .wrap .newslist li a > img {
    max-width: 100%;
    margin: 0;
  }
}

#news .wrap .newslist li a h5 {
  /*color: #009ad7;*/
    color:#ffffff;
  font-size: 20px;
  padding: 12px 0 10px 0;
  line-height: 1.4;
}

#news .wrap .newslist li a .news__date {
  text-align: right;
  line-height: 1;
  padding: 0 0 10px 0;
  display: block;
    color:#ffffff;
}

#news .wrap .newslist li a p {
  line-height: 1.5;
  text-align: justify;
}

/*----------------------bottoms----------------------*/
#bottoms {
  padding: 100px 0 100px 0;
  margin: 180px 0 0 0;
  background-color: #65aadd;
}

#bottoms .wrap {
  max-width: 1000px;
}

#bottoms .wrap h2 {
  font-weight: bold;
  font-size: 30px;
  padding: 0 0 30px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
}

#bottoms .wrap hr {
  border: none;
  border-bottom: solid 3px #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  max-width: 60px;
  margin: 0 auto 60px auto;
  height: 1px;
}

#bottoms .wrap .bottoms__ttl {
  text-align: center;
  padding: 0 0 20px 0;
}

#bottoms .wrap .bottoms__ttl span {
  background-color: #5692bf;
  border-radius: 6px;
  letter-spacing: 0.5px;
  padding: 6px 22px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
}

#bottoms .wrap ul.btnLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

#bottoms .wrap ul.btnLinks li a {
  width: 60px;
  display: block;
  margin: 0 10px 0 10px;
}

#bottoms .wrap ul.btnLinks li a span {
  display: block;
}

#bottoms .wrap ul.textLinks li {
  text-align: center;
  margin: 0 0 20px 0;
}

#bottoms .wrap ul.textLinks li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
}

#bottoms .wrap ul.textLinks li a span {
  font-size: 14px;
  display: block;
}

/*----------------------footer----------------------*/
footer #footer__nav {
  background-color: #cde4f4;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 650px) {
  footer #footer__nav {
    display: block;
  }
}

footer #footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 650px) {
  footer #footer__nav ul {
    display: block;
  }
}

footer #footer__nav ul li a {
  text-decoration: none;
  opacity: 1;
  padding: 0 10px;
  color: #1f3563;
}

@media screen and (max-width: 650px) {
  footer #footer__nav ul li a {
    padding: 18px 0;
    display: block;
  }
}

footer #footer__nav ul li a:hover {
  opacity: 0.4;
}

footer .footer__logo {
  display: block;
  width: 280px;
  margin: 50px auto;
}

footer #copyright {
  padding: 0 0 50px 0;
}

footer #copyright p {
  font-size: 10px;
  text-align: center;
}

.twitter__timelines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 50px auto;
}

@media screen and (max-width: 650px) {
  .twitter__timelines {
    display: block;
  }
}

.twitter__timelines div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
    width: 100%;
}

@media screen and (max-width: 650px) {
  .twitter__timelines div {
    padding: 30px;
  }
}

/*-----------


under


-------------*/
.under {
  margin-top: 180px;
}

.under h2 {
  height: 33px;
  width: auto;
  text-align: center;
  padding: 0 0 60px 0;
}

.under h2 img {
  height: 100%;
  width: auto;
}

/*---------

news
-----------*/
#news.newsArchive .wrap, #news.newsSingle .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
}

@media screen and (max-width: 650px) {
  #news.newsArchive .wrap, #news.newsSingle .wrap {
    display: block;
  }
}

#news.newsArchive .wrap .news__left, #news.newsSingle .wrap .news__left {
  width: calc(100% - 250px);
}

@media screen and (max-width: 650px) {
  #news.newsArchive .wrap .news__left, #news.newsSingle .wrap .news__left {
    width: 100%;
  }
}

#news.newsArchive .wrap .news__left .screen-reader-text, #news.newsSingle .wrap .news__left .screen-reader-text {
  display: none;
}

#news.newsArchive .wrap .news__left .nav-links, #news.newsSingle .wrap .news__left .nav-links {
  padding: 20px 0;
}

#news.newsArchive .wrap .news__right, #news.newsSingle .wrap .news__right {
  width: 250px;
  padding: 0 0 0 30px;
}

#news.newsArchive .wrap .news__right li, #news.newsSingle .wrap .news__right li {
  margin: 0;
}

#news.newsArchive .wrap .news__right li a, #news.newsSingle .wrap .news__right li a {
  display: block;
  padding: 10px 0;
  border-bottom: solid 1px #eeeeee;
  margin: 10px 0;
  color: #009ad7;
}

@media screen and (max-width: 650px) {
  #news.newsArchive .wrap .news__right, #news.newsSingle .wrap .news__right {
    width: 100%;
    padding: 0;
  }
}

#news.newsSingle .news__left h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
}

#news.newsSingle .news__left h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  border-bottom: solid 2px #cde4f4;
  padding-bottom: 12px;
  margin-bottom: 20px;
  line-height: 1.3;
}

#news.newsSingle .news__left h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 16px;
  line-height: 1.3;
}

#news.newsSingle .news__left ul {
  list-style-type: disc;
  margin-left: 16px;
}

#news.newsSingle .news__left ul li {
  padding: 0 0 6px 0;
}

#news.newsSingle h5 {
  color: #009ad7;
  font-size: 24px;
  padding: 12px 0 10px 0;
}

#news.newsSingle .news__date {
  line-height: 1;
  padding: 0 0 16px 0;
  display: block;
}

#news.newsSingle .news__meta p {
  padding: 0 0 30px 0;
}

#news.newsSingle .news__meta a {
  color: #009ad7;
}

.newsSingleTopThumbnail {
  padding: 0 0 30px 0;
}

/*--------

future

----------*/
#pagesFuture {
  background-color: #65aadd;
  position: relative;
}

#pagesFuture.under {
  margin-top: 110px;
  padding-top: 50px;
}

#pagesFuture.under h2 {
  height: 130px;
  text-align: left;
}

@media screen and (max-width: 650px) {
  #pagesFuture.under h2 {
    height: 70px;
  }
}

#pagesFuture #img__10100 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  max-width: 1200px;
}

@media screen and (max-width: 650px) {
  #pagesFuture #img__10100 {
    position: relative;
    bottom: auto;
    right: auto;
    width: 150%;
    margin-left: -50%;
    margin-bottom: -4px;
  }
}

#pagesFuture .wrap {
  max-width: 1360px;
  width: 100%;
  position: relative;
}

#pagesFuture .wrap .pagesFuture__left {
  width: 46%;
  margin: 0 0 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 140px;
  color: #ffffff;
}

@media screen and (max-width: 650px) {
  #pagesFuture .wrap .pagesFuture__left {
    width: 100%;
    margin: 0;
  }
}

#pagesFuture .wrap .pagesFuture__left h3 {
  font-size: 17px;
  padding: 0 0 20px 0;
}

#pagesFuture .wrap .pagesFuture__left .tsukuru__p {
  padding: 0 0 30px 0;
}

#pagesFuture .wrap .pagesFuture__left #img__five {
  margin: 0 0 30px 0;
}

#pagesFuture .wrap .pagesFuture__left h4 {
  max-width: 500px;
}

#pagesFuture .wrap .pagesFuture__left .hyakkei__p {
  margin: -100px 0 0 86px;
  text-align: justify;
  font-size: 14px;
}

@media screen and (max-width: 650px) {
  #pagesFuture .wrap .pagesFuture__left .hyakkei__p {
    margin: -50px 0 0 16%;
  }
}

#pagesFuture2 .wrap {
  max-width: 800px;
  margin: 100px 0 0 60px;
}

@media screen and (max-width: 650px) {
  #pagesFuture2 .wrap {
    margin: 60px auto 0;
  }
}

#pagesFuture2 .wrap h3 {
  max-width: 600px;
  padding: 0 0 80px 0;
}

#pagesFuture2 .wrap .taisetu4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 880px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#pagesFuture2 .wrap .taisetu4 li {
  width: calc(50% - 60px);
  padding: 0 0 30px 0;
  border-bottom: dashed 1px #65aadd;
  margin: 0 30px 30px 0;
}

@media screen and (max-width: 650px) {
  #pagesFuture2 .wrap .taisetu4 li {
    width: calc(100%);
    margin: 0 0 30px 0;
  }
}

#pagesFuture2 .wrap .taisetu4 li:nth-child(3) {
  border-bottom: none;
}

@media screen and (max-width: 650px) {
  #pagesFuture2 .wrap .taisetu4 li:nth-child(3) {
    border-bottom: dashed 1px #65aadd;
  }
}

#pagesFuture2 .wrap .taisetu4 li:nth-child(4) {
  border-bottom: none;
}

#pagesFuture2 .wrap .taisetu4 li h4 {
  padding: 0 30px 20px 0;
}

#pagesFuture2 .wrap .taisetu4 li p {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

#pagesFuture3 .wrap {
  max-width: 1000px;
  margin: 140px 60px 0 auto;
  text-align: right;
}

@media screen and (max-width: 650px) {
  #pagesFuture3 .wrap {
    margin: 100px auto 0 auto;
  }
}

#pagesFuture3 .wrap h3 {
  max-width: 580px;
  padding: 0 0 80px 0;
  margin: 0 0 0 auto;
}

#pagesFuture3 .wrap .taisetu4 {
  max-width: 880px;
  margin: 0 0px 30px auto;
}

#pagesFuture3 .wrap .taisetu4 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0 0 30px 0;
  margin: 0 0 60px auto;
  text-align: right;
}

#pagesFuture3 .wrap .taisetu4 li.imglefttype {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 650px) {
  #pagesFuture3 .wrap .taisetu4 li {
    display: block;
  }
}

#pagesFuture3 .wrap .taisetu4 li > img {
  width: 280px;
  height: auto;
}

#pagesFuture3 .wrap .taisetu4 li .taisetsu4box {
  width: calc(100% - 340px);
  margin: 0 30px;
  text-align: left;
}

@media screen and (max-width: 650px) {
  #pagesFuture3 .wrap .taisetu4 li .taisetsu4box {
    width: calc(100%);
    margin: 0 0 30px 0;
  }
}

#pagesFuture3 .wrap .taisetu4 li h4 {
  padding: 0 30px 20px 0;
  height: 80px;
}

#pagesFuture3 .wrap .taisetu4 li h4 img {
  height: 100%;
  width: auto;
}

#pagesFuture3 .wrap .taisetu4 li p {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

/*

contact

*/
#contact {
  padding: 120px 0 0 0;
}

#contact h2 {
  max-width: 240px;
  padding: 0 0 80px 0;
  margin: 0 auto;
}

#contact .wrap {
  max-width: 500px;
  margin: 0 auto;
}

#contact .wrap h5 {
  font-size: 16px;
  line-height: 1;
  padding: 0 0 15px 0;
}

#contact .wrap input[type="text"], #contact .wrap input[type="email"] {
  margin: 0 0 30px 0;
  padding: 12px;
  background-color: #f6f6f7;
  border-radius: 6px;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contact .wrap textarea {
  margin: 0 0 30px 0;
  padding: 12px;
  background-color: #f6f6f7;
  border-radius: 6px;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contact .wrap .submit {
  text-align: center;
  margin: 10px 0 30px 0;
}

#contact .wrap input[type="submit"] {
  background: #1f3563;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  margin: 0 auto 30px auto;
  display: block;
}

#contact .wrap h4 {
  font-size: 16px;
  line-height: 1;
  padding: 0 0 15px 0;
}

/*---------

greeting
-----------*/
#pagesGreeting .wrap {
  max-width: 800px;
}

#pagesGreeting .wrap h3 {
  font-size: 24px;
  padding: 30px 0 15px 0;
  line-height: 1.35;
}

@media screen and (max-width: 650px) {
  #pagesGreeting .wrap .ttl__greeting {
    width: 100%;
    max-width: auto;
  }
}

#pagesGreeting .wrap p {
  padding: 0 0 20px 0;
  text-align: justify;
}

#pagesGreeting .wrap .img__ueno {
  width: 128px;
  height: auto;
  display: block;
  margin: 10px 0 0 auto;
}

#pagesGreeting .wrap .leader_sign {
  line-height: 1.4;
  text-align: right;
}
/*# sourceMappingURL=global.css.map */