@charset "utf-8";

/*
Theme Name: child
Theme URI: http://wordpress.org/themes/child
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready#page_ttl
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*normalize*/
article ,
aside ,
details ,
figcaption ,
figure ,
footer ,
header ,
hgroup ,
main ,
nav ,
section ,
summary {
  display: block;
}

/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio ,
canvas ,
video {
  display: inline-block;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9.
* Hide the `template` element in IE, Safari, and Firefox < 22.
*/
[hidden] ,
template {
  display: none;
}

/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
      -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* ==========================================================================
Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background: transparent;
  outline: none;
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: none;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active ,
a:hover {
  outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b ,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
code ,
kbd ,
pre ,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre-wrap;
}

/**
* Set consistent quote types.
*/
q {
  quotes: "\201C""\201D""\2018""\2019";
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub ,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
img {
  border: 0;
}

/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
  margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */
/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button ,
input ,
select ,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button ,
input {
  line-height: normal;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button ,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button ,
html input[type="button"] ,
/* 1 */
input[type="reset"] ,
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled] ,
html input[disabled] {
  cursor: default;
}

/**
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"] ,
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button ,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner ,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/*breadcrumb*/
#breadcrumb {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 1140px;
  padding: 0 10px;
}

.page #breadcrumb ,
.single #breadcrumb {
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 1140px;
  padding: 0 10px;
}

#breadcrumb ul {
  margin: 0;
  padding: 0;
}

#breadcrumb ul li {
  float: left;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
  padding: 0;
}

#breadcrumb ul li:after {
  content: ">";
  margin-left: 10px;
}

#breadcrumb ul li:last-child:after {
  display: none;
}

/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
hx
========================================================================== */
h1 ,
h2 ,
h3 ,
h4 ,
h5 ,
h6 {
  clear: both;
}

/* =======================================

layout CSS

========================================== */
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

@media print {
  body {
    min-width: 1140px;
  }

  header ,
  #sp-header {
    display: none;
  }

  header .head_inner {
    height: 0;
  }

  #contents .left_navi {
    display: none;
  }

  #contents {
    padding-top: 0 !important;
  }

  #page_ttl {
    display: none;
  }

  #contents .right_c {
    min-width: 100% !important;
  }

  .sp_view {
    display: none;
  }
}

#wrap {
  height: 100%;
  margin: 0;
  min-height: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

body > #wrap {
  height: auto;
}

a {
  color: #09f;
  text-decoration: none;
}

a:hover {
  color: #09f;
  text-decoration: underline;
}

p {
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}

img {
  background-color: transparent;
  margin: 0;
  max-width: 100%;
  padding: 0;
  vertical-align: bottom;
}

a img {
  backface-visibility: hidden;
  opacity: 1;
  transition: 0.5s;
}

a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}

hr {
  border-bottom-width: 1px;
  border-color: #ccc;
  border-left-width: 0;
  border-right-width: 0;
  border-style: dotted;
  border-top-width: 0;
  clear: both;
  margin-bottom: 10px;
  margin-top: 10px;
}

hr.none {
  border: none;
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}

/* End hide from IE-mac */
/*Float Clear*/
.clear {
  clear: both;
}

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

/*List*/
ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 20px;
}

ul.pdf {
  padding-left: 0;
}

ul.pdf li ,
a.pdf {
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

ul.pdf li::before ,
a.pdf::before {
  background-image: url(./image/base/ico_pdf.png);
  background-repeat: no-repeat;
  background-size: 25px;
  content: "";
  font-size: 180%;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

ul.country-list.high {
  min-height: 4em;
}

/*Contents(base)*/
#contents p {
  line-height: 1.6em;
  margin-bottom: 15px;
}
#contents .main-inner{
  width: 95%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
#contents .inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 95%;
}


/*Header*/

/* wp-menu-ber */
header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 2px 5px rgb(102 102 102 / 50%);
}
.header {
  background-color: #fff;
  height: auto;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
}

.mobile-view header {
  padding-top: 82px;
}

header .head_inner {
  display: flex;
  height: 135px;
  justify-content: flex-end;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-height: 90px;
  max-width: 1340px;
  position: relative;
}

.pc-header .header-inner ,
.mobile-header .header-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

header p.sp-button a {
  display: none;
}

/*Head_logo*/

header .img-logo a {
    color: #555555;
    font-size: 115%;
    transition: 0.5s;
}
header .img-logo a:hover {
    text-decoration: none;
    opacity: 0.5;
    transition: 0.5s;
}
header .img-logo {
  margin: 0 auto 0 0;
  padding: 0;
  width: 282px;
  font-size: 100%;
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-left {
  width: 30%;
  padding: 5px 0;
}

.header-right .header-tel {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    max-width: 365px;
    margin-right: 0;
    margin-left: auto;
}


.header .site-link .header-link {
    background-color: #0b2a44;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    padding: 0 50px;
    font-weight: bold;
}

.header-right .header-tel .tel-sub {
    width: 40%;
    background-image: url(image/base/header_sub_bg.svg);
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    font-size: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 0;
    margin-left: auto;
}

.header-right .header-tel .tel-text {
    width: 43%;
    font-size: 255%;
    text-align: right;
    color: #f48400;
    font-weight: 900;
}
.header-right .header-tel .tel-text i {
    font-size: 70%;
    margin-right: 5px;
    position: relative;
    bottom: 3px;
}
.header-right {
  box-sizing: border-box;
  width: 70%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: stretch;
}

.header .sub-navi {
  align-items: center;
  display: flex;
  font-size: 88%;
  justify-content: flex-end;
  list-style: none;
  margin: 10px 0;
  order: 1;
  padding: 0 15px 0 0;
}
.header .sub-navi .sub-item::after {
  color: #fff;
  content: "|";
  margin-left: 16px;
}

.header .sub-navi .sub-item:last-child::after {
  display: none;
}
.header .sub-navi .sub-item {
  margin: 0 10px;
}
.header .sub-navi .sub-item i {
  margin-right: 7px;
}
nav #navi-list li a{
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 20px 0;
  color: #2d2d2d;
  height: 100%;
    box-sizing: border-box;
}


/*Footer CSS*/
footer {
  bottom: 0;
  clear: both;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  background-color: #2d76a9;
}
.footer-detail {margin: 40px auto 30px;max-width: 710px;text-align: center;}

footer, footer a,footer a:hover {
  color: #fff;
  padding: 0;
}
footer .footer-inner {
  font-size: 90%;
  margin: 0 auto;
  margin-bottom: 0;
  max-width: 1140px;
  padding-top: 15px;
  position: relative;
  width: 96%;
}
.footer-sitemap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 630px;
    margin: auto;
}

footer ul.sp-none {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 1140px;
  padding: 0;
  padding-left: 0;
  text-align: center;
}

footer ul.list-border {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul.list-border li a::before {
    content: "|";
    display: inline-block;
    margin-right: 5px;
}
footer ul.list-border li:last-child a::after {
    content: "|";
    display: inline-block;
    margin-left: 5px;
}

footer ul.list-border li {
    background-image: none;
    font-size: 14px;
    margin: 0 2px;
    margin-top: 0;
    padding: 0;
    position: relative;
    width: max-content;
}

footer ul.list-border li a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

footer ul.list-border li a:hover {
  color: #fff;
}

footer .logo-area {
  margin: 0 auto 10px;
}

footer p.copyright {
  bottom: 0;
  box-sizing: border-box;
  clear: both;
  font-size: 85%;
  left: 0;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  padding: 10px;
}

/* =======================================

Navi CSS

========================================== */
/*Mainnavi base*/
.nav-area {width: calc(100% - 282px);}


#g-navi {
    max-width: 1100px;
    margin-left: auto;
}
nav #navi-list li.contact {
    width: 20%;
}

nav #navi-list li.contact::before,
nav #navi-list li.recruit::before {
    display: none;
}

nav #navi-list li.contact a {
    background-color: #2d76a9;
    color: #fff;
}
nav #navi-list {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  margin: auto;
  max-width: 1140px;
  padding-left: 0;
  position: relative;
}

nav #navi-list .child {
  background-color: rgba(125, 125, 125, 0.9);
  display: none;
  padding: 0;
  position: absolute;
  width: 180%;
}

nav #navi-list li {
  list-style: none;
  position: relative;
  width: calc(88% / 5);
  max-width: 120px;
}


nav #navi-list .g-navi-child{
  padding-left: 0;
      background-color: rgba(120,114,109);
position: absolute;
width: 100%;
display: none;
}
nav #navi-list .g-navi-child a{
  color: #fff;
}
/* nav #navi-list li a:hover .g-navi-child{
  display: block;
} */
nav #navi-list .g-navi-child li {
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav #navi-list .g-navi-child li:last-child {
  border-bottom-width: 0;
}
nav #navi-list li.menu,nav #navi-list li.interview {
    width: 20%;
}

nav #navi-list li.contact {
    width: 12%;
    max-width: none;
}
nav #navi-list li:last-child a {
  background-image: none;
}

nav #navi-list li a:hover {
  background-color: #b3d2e1fa;
  text-decoration: none;
}
nav #navi-list li:hover .g-navi-child{
  display: block;
}

nav #navi-list a:hover img {
  opacity: 0;
}

nav #navi-list li .child a {
  border-bottom: 1px solid #fff;
  height: auto;
  justify-content: flex-start;
  padding: 10px 10px 10px;
  text-align: left;
}

nav #navi-list li .sp-ttl {
  display: none;
}

nav #navi-list .child li {
  width: 100%;
}

nav #navi-list li .child a:before ,
nav #navi-list li .child a:after {
  display: none;
}

nav #navi-list li .child a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

nav #navi-list li .child a:before {
  bottom: 0;
  content: "\f105";
  left: auto;
  right: 20px;
  top: 0;
}

 .child-list{
   position: absolute;
 }
/*Page-ttl*/
#page-ttl {
  background-color: #efefef;
  background-position: bottom;
  background-repeat: repeat;
  height: 200px;
  text-align: left;
  width: 100%;
  padding-top: 0;
}

#page-ttl .inner {
  background-image: url(image/base/page_ttl.jpg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  color: #666;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

#contents #page-ttl .inner h1 {
  background-image: none;
  color: #fff;
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 30px;
  text-align: right;
  top: 65%;
}

#page-ttl .inner h1 {
  align-items: center;
  background-image: none;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 33px;
  font-weight: bold;
  height: 200px;
  justify-content: center;
  left: 0;
  letter-spacing: 3px;
  line-height: 200px;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 0 0 10px #505050, 0 0 15px #656565;
  top: 0;
}

#page-ttl img {
  left: 0;
  position: absolute;
}

/* =======================================

Structure CSS

========================================== */
/*Text Decoration*/
.look-orange {
  color: #f60;
}
.look-red {
  color: #cb4801;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
/*Text Size*/
.txt-85 {
  font-size: 85%;
}
.txt-95 {
  font-size: 95%;
}
.txt-90 {
  font-size: 90%;
}
.txt-110 {
  font-size: 110%;
}
.txt-120 {
  font-size: 120%;
}
.txt-150 {
  font-size: 150%;
}
/*Margin*/
#contents .no-mb {
  margin-bottom: 0;
}
#contents .no-mt ,
.no-mt {
  margin-top: 0 !important;
}

#contents .mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
#contents .mb-40 {
  margin-bottom: 40px;
}
#contents .box-mb {
  margin-bottom: 80px;
}
#contents .txt-mb {
  margin-bottom: 15px;
}
/* Float */
.left {
  float: left;
}
.right {
  float: right;
}
/*Text Align*/
.txt-center {
  text-align: center;
}

.txt-right {
  font-size: 100%;
  text-align: right;
}

.txt-left {
  text-align: left;
}

.va-center {
  vertical-align: middle;
}

/* table */
.table-over {
  overflow: auto;
  width: 100%;
}

.table-over::-webkit-scrollbar {
  height: 5px;
}

.table-over::-webkit-scrollbar {
  height: 10px;
}

.table-over::-webkit-scrollbar-track {
  background: #ddd;
}

.table-over::-webkit-scrollbar-thumb {
  background: #2d61b6;
}

.table-over table {
  min-width: 690px;
  width: 100%;
}

.table-01 {
  border-bottom-width: 0;
  border-collapse: collapse;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  font-size: 14px;
  line-height: 1.6em;
  width: 100%;
}

.table-01 th {
  background-color: #efe8d8;
  border: 1px solid #c5a05a;
  border-left: none;
  border-right: none;
  color: #606060;
  font-weight: bold;
  max-width: 100%;
  padding: 20px;
  text-align: left;
  vertical-align: top;
}

.table-01 th.th-ttl {
  background-color: #96cd00;
  color: #fff;
  font-size: 110%;
  text-align: center;
}

.table-01 tr:first-child td ,
.table-01 tr:first-child th {
  border-top-width: 0;
}

.table-01 tr:last-child td ,
.table-01 tr:last-child th {
  border-bottom-width: 0;
}

.table-01 tbody {
  border: 1px solid #c5a05a;
}

.table-01 th a {
  color: #c5a05a;
}

.table-01 th.need {
  min-width: 120px;
}

.table-01 th.need:before {
  background-color: #d86363;
  color: #fff;
  content: "必須";
  display: block;
  float: left;
  font-size: 11px;
  font-weight: normal;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}

.table-01 th.no-need {
  padding-left: 60px;
}

.table-01 td {
  background-color: #fff;
  border: 1px solid #c5a05a;
  border-left: none;
  color: #606060;
  line-height: 28px;
  padding: 10px 20px;
  vertical-align: middle;
}

.table-01 .txtcenter {
  text-align: center;
}

.table-01.w-100 {
  width: 100%;
}

.table-01.w-100 th {
  width: 150px;
}

.table-02 {
  border-bottom-width: 0;
  border-collapse: collapse;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  color: #606060;
  font-size: 14px;
  line-height: 1.6em;
  vertical-align: middle;
}

.table-02 th {
  background-color: #efe8d8;
  border: 1px solid #c5a05a;
  border-right-width: 0;
  color: #606060;
  font-weight: bold;
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
}
.table-02.head-money th{
  border-right-width: 1px;
}
.table-02 .th-200 {
  width: 100px;
}

.table-02 th a {
  color: #c5a05a;
}

.table-02 td {
  background-color: #fff;
  border: 1px solid #c5a05a;
  border-left-width: 0;
  line-height: 28px;
  padding: 10px 20px;
  vertical-align: middle;
}
.table-02.head-money td{
  border-left-width: 1px;
}

.table-02 th.need {
  min-width: 200px;
}

.table-02 th.need:before {
  background-color: #e08752;
  color: #fff;
  content: "必須";
  display: block;
  float: left;
  font-size: 11px;
  font-weight: normal;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}

.table-02 th.no-need {
  padding-left: 50px;
}

/*send_btn*/
.btn-send {
  padding: 5px 20px;
}

/*ul*/
#contents .disc {
  margin: 0;
  padding: 0 0 0 20px;
}

#contents .disc li {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}

table ul {
  margin-bottom: 0;
  margin-top: 0;
}

/*ol*/
ol {
  padding-left: 20px;
}

ol li {
  line-height: 1.6em;
  margin-bottom: 0;
}

/* hx */
#contents h2 {
  color: #fff;
  background-color: #2d76a9;
  font-size: 180%;
  font-weight: 400;
  line-height: 1.4em;
  margin: auto auto 40px;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}

.single #contents h2 {
  margin-bottom: 40px;
  margin-top: 0;
  padding: 5px;
  border-radius: 7px;
}
#contents h2 .txt-en {
  font-family: liana, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
  font-size: 130%;
  letter-spacing: 7px;
}

#contents h3 {
  box-sizing: border-box;
  color: #333;
  border-bottom: 4px dotted #c5a05a;
  font-size: 160%;
  letter-spacing: 1px;
  margin: 60px auto 25px;
  text-align: left;
  width: 100%;
  padding: 0 0 10px;
}
#contents h4 {
  border: none;
  color: #333;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  word-break: break-all;
  border-left: solid 5px #2d76a9;
  margin-top: 40px;
}

#contents h5 {
  color: #3d92c5;
  font-size: 110%;
  margin-bottom: 10px;
}

/* googlemap ifreame */
.google-map ifream {
  height: 450px;
  width: 100%;
}

.google-map iframe {
  border: none;
  height: 100%;
  min-height: 270px;
  width: 100%;
}

.google-map {
  border: 1px solid transparent;
  height: 386px;
}

/*カラム*/
.flex {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex.start {
  justify-content: start;
}

.flex.center {
  justify-content: center;
}

.txt-2box {
  margin-right: 2%;
  width: 48%;
}

.txt-2box.end {
  margin-right: 0;
}

.txt-3box {
  margin-right: 20px;
  width: calc(100% / 3 - 20px);
}

.txt-3box.end {
  margin-right: 0;
}

.txt-4box {
  margin-right: 20px;
  width: calc(100% / 4 - 20px);
}

.txt-4box.end {
  margin-right: 0;
}

.txt-5box {
  margin-right: 1.5625%;
  width: 18.75%;
}

.txt-5box.end {
  margin-right: 0;
}

.img-2box {
  width: 20%;
}

.img-2box-txt {
  margin-left: 40px;
  width: calc(80% - 40px);
}

/* other */
.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.sp-none.inline {
  display: inline-block;
}

/* inquiry */
input {
  width: 60%;
}

input[type="submit"] {
  background-color: #00aae6;
  border: 0;
  color: #fff;
  display: block;
  left: 0;
  margin: auto;
  margin-left: 0;
  max-width: 400px;
  padding: 15px;
  right: 0;
  margin-top: 50px;
}

input[type="button"].wpcf7c-btn-back {
  background-color: #999;
  border: 0;
  color: #fff;
  display: block;
  left: 0;
  margin: auto;
  margin-left: 0;
  margin-top: 45px;
  max-width: 200px;
  padding: 15px;
  right: 0;
}

input.input-short {
  margin-bottom: 10px;
  margin-left: 10px;
  width: 100px;
}

textarea {
  width: 80%;
}

input[type="radio"] {
  width: auto;
}

div.wpcf7-validation-errors {
  background-color: #f5f1e6;
  border: 2px solid #f7e700;
  border-width: 0;
}

.wpcf7-radio span.wpcf7-list-item {
  width: 100%;
}

span.wpcf7-form-control-wrap.entry_year input {
  max-width: 65px;
}

span.wpcf7-form-control-wrap.address_num input {
  margin-left: 5px;
  max-width: 95px;
}

.inquiry-box {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  justify-content: space-between;
  margin: auto;
  max-width: 1140px;
  text-align: center;
}

#contents .contact-box p {
  color: #2d2d2d;
  letter-spacing: 1px;
  line-height: 1.85em;
  margin-bottom: 0;
}

#contact .table-01{
  max-width: 735px;
  width: 100%;
}

#contact .table-01 th{
  width: 175px;
}

span.name-width ,
span.faculty-width ,
span.department-width {
  display: block;
  margin-right: 15px;
  width: calc(100% / 3 - 15px);
}

#contents .wpcf7 .txt-center {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 50px;
  padding: 0;
  width: 100%;
}


input[type="button"].wpcf7c-btn-back {
  margin: 0 0 0 -15px;
}

span.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

span.wpcf7-list-item {
  padding-left: 0;
}

input[type="checkbox"] {
  width: 20px;
}

/* pc sp button */
.view-button {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  width: 100%;
}

.view-button p.pc-button {
  display: none;
}

.view-button p.sp-button {
  display: block;
  text-align: left;
}

/* =======================================

Index CSS

========================================== */
.top-design {
    margin-bottom: -190px;
}

body #contents {
  font-variant-ligatures: none;
  margin: 0 auto;
  padding-bottom: 250px;
  padding-top: 0;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 0;
}
.index-scroll-down a {
  align-items: flex-end;
  color: #fff;
  display: flex;
  font-weight: bold;
  height: 80px;
  justify-content: center;
  transition: 0.5s;
}

.index-scroll-down {
  bottom: 18vh;
  position: relative;
  z-index: 9997;
}

.index-scroll-down a:hover {
  color: #ffff;
  opacity: 0.7;
  text-decoration: none;
  transition: 0.5s;
}

.index-scroll-down a span {
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  height: 50px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 0;
  width: 30px;
}

.index-scroll-down a span::before {
  -webkit-animation: sdb 2s infinite;
          animation: sdb 2s infinite;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  content: "";
  height: 6px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  top: 10px;
  width: 6px;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
  }

  40% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }

  40% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    transform: translate(0, 20px);
  }

  100% {
    opacity: 0;
  }
}


#contents h2 span.jp-ttl {
  display: block;
  font-size: 40%;
  font-weight: bold;
  margin-top: -0.5em;
}
.main-inner .news-area {
  background-color: #fff;
  width: 79%;
  padding: 20px;
    box-sizing: border-box;
}

main-inner .facebook-area {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 0;
}
.fb-page {
  margin: 0 40px 40px;
  width: 100%;
}
#news-list {
  box-sizing: border-box;
  margin: 25px auto 0 auto;
  max-width: 1140px;
  padding: 0;
  width: 100%;
}
#page #news-list {
    padding-bottom: 0;
}
#news-list p {
  display: block;
  font-size: 100%;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}

.news-group {
  align-items: center;
  border-bottom: 1px dotted #ddd;
  display: block;
  max-height: max-content;
  overflow: auto;
  padding: 10px 0;
  text-decoration: none;
  transition: 0.5s;
}


/* #contents .news-group .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
} */

#contents .news-content .ttl {
  margin-left: 15px;
  width: calc(100% - 98px);
}

#news-list .day {
  color: #2d2d2d;
  margin-right: 10px;
  width: 95px;
}

.news-contents {
  width: 100%;
}


#contents #news-list p.category.important {
  background-color: #ec7a00;
}
#contents #news-list p.category.research {
  background-color: #61ae17;
}
#contents #news-list p.category.other {
  background-color: #3d7dd3;
}

/* category */
.news-contents .day {
  margin-right: 20px;
}

/* #contents .news-contents p {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
} */

.post-categories {
  list-style: none;
  margin: 0 40px 0 0;
  min-width: 120px;
  padding: 0;
  text-align: center;
}

.post-categories li a {
  background-color: #3e8bbb;
  color: #fff;
  display: block;
  font-size: 80%;
  padding: 0 20px;
}
/* img decoration */
.image-border img {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* category */
#contents .return-home {
  margin: 20px auto;
  text-align: left;
  width: 100%;
}

#contents .box-news .return-home {
  max-width: none;
}

/* other */
.img-border {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px;
}

.comment-box {
  background-color: ivory;
  border: 1px solid #caca9f;
  padding: 20px;
}

/* contact */
.contact-tel-area {
    padding: 40px 40px 30px;
    background-color: #deeff6;
    color: #333;
    margin-top: 50px;
    min-height: 204px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

#contents .contact-tel-area h3 {
    margin: 0 0 20px;
    color: #4d4340;
    font-size: 200%;
    text-align: center;
}

#contents .contact-tel-area p {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#contents .contact-tel-area a {
    color: #00aae6;
    font-weight: bold;
    font-size: 190%;
    margin-right: 10px;
}

.contact-mail-area {
    padding: 40px 40px 30px;
    border: 10px solid #ec79b8;
    color: #4d4340;
    margin-top: 50px;
    font-size: 120%;
}

#contents .contact-mail-area h3 {
    margin: 0 0 10px;
    color: #4d4340;
    font-size: 160%;
    text-align: center;
}

#contents .contact-mail-area p {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contents .contact-mail-area a {
    color: #fff;
    font-weight: bold;
    font-size: 190%;
    margin-right: 10px;
}
.detail-link{
    display: block;
}
.news-group{
  width: calc(100% / 2 - 2%);
  margin-right: 4%;
  margin-bottom: 30px;
}
.news-group:nth-child(2n){
  margin-right: 0;
}
.news-contents{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body #contents{
  background-color: #f3f3f3;
}
body:not(#home) #contents {
    font-variant-ligatures: none;
    margin: 0 auto;
    padding-bottom: 250px;
    padding-top: 20px;
    text-align: left;
    width: 100%;
}
body #contents .main-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    padding-top: 50px;
}
#sidebar{
  width: 18%;
}
.monthly-list{
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px;
}
.monthly-list ul,.categories ul{
  padding-left: 0;
}
.monthly-list li,.categories ul{
    list-style: none;
}
.categories{
  background-color: #fff;
  padding: 10px;
  list-style: none;
}

#contents .categories h2, #contents .monthly-list h2{
  background-color: transparent;
  color: #000;
  font-size: 150%;
  margin-bottom: 0;
}
#sidebar li{
  padding: 10px;
  border-top: dotted 1px #686868;
}
#sidebar .children li{
  border-top-width: 0;
}
#sidebar .children{
  text-indent: 1em;
}
.m-pagenation{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-pagenation__body{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 0;
}
.m-pagenation__body li{
  list-style: none;
  background-color: #09f;
  margin-right: 10px;
  line-height: 1.3;
}
.m-pagenation__body li.-current{
  background-color: #c3c4c7;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.m-pagenation__body li a{
    color: #fff;
    display: block;
    transition: 0.5s;
    padding: 10px 15px;
}
.m-pagenation__body li a:hover{
  opacity: 0.5;
  text-decoration: none;
}
.m-pagenation__body li.-current{
  color: #000;
}
.m-pagenation__prev{
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.m-pagenation__next{
  display: flex;
  align-items: center;
}
.m-pagenation__body .notNumbering{
  background-color: transparent;
  display: flex;
  align-items: center;
}
body:not(#home) h1{
  text-align: center;
  font-size: 230%;
	line-height: 1.5em;
}
body:not(#home) h1 .ttl-text{
  border-bottom: 4px solid #c5a05a;
}
#contents .day{
  font-size: 80%;
}
.entry-header{
  margin-bottom: 50px;
}
#contents .entry-content p{
  font-size: 1.1em;
}
.pc-none-menu{
  display: none;
}
#contents .excerpt{
  margin-bottom: 20px;
}
#contents .excerpt,#contents .news-group .day{
  text-decoration: none;
  color: #2d2d2d;
}
#contents .detail-link{
  transition: 0.5s;
}
#contents .detail-link:hover{
  text-decoration: none;
  opacity: 0.5;
}
#contents .news-group .ttl{
  background-color: #09f;
  color: #fff;
  width: 90%;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
}
.detail-img{
  margin-bottom: 20px;
}
.txt-standout{
  font-size: 120%;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  #openMenu ,
  .sp-tel {
    display: none;
  }

  header.mobile-header {
    height: 155px;
  }

  body.mobile-view {
    margin-top: 0;
  }

  header p.sp-button a {
    background-color: #6f6f6f;
    color: #fff;
    display: block;
    font-size: 250%;
    padding: 30px 15px;
  }

  p.sp-button {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav-ttl{
    display: none;
  }
}

@media screen and (max-width: 1140px) {
  nav #navi-list li a {
    font-size: 100%;
  }
  #image-block {
    max-height: 900px;
  }
}

@media screen and (max-width: 1000px) {
  nav #navi-list li a {
    font-size: 90%;
    height: 100%;
    margin-bottom: 0;
    min-width: 0;
    padding: 30px 0 47px 0;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  body:not(#home) #contents {
    padding-bottom: 4%;
    padding-top: 25px;
  }

  body #contents {
    padding-bottom: 705px;
  }

  /* header */
  header {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .mobile-view header {
    padding-top: 0;
  }
  .g-navi-child{
    position: relative;
  }
  #page-ttl .inner h1 {
    height: 160px;
    line-height: 1.5em;
  }
  .header .site-link {
      display: none;
  }
  nav.nav-area {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 60px;
    width: 100%;
    border-top: 1px solid #fff;
  }
  nav.open {
    display: block;
  }

  #page-ttl {
    height: 160px;
    text-align: right;
    width: 100%;
    padding-top: 46px;
  }

  #page-ttl .inner {
    background-position: center;
    background-size: cover;
    color: #666;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
  }

  header .img-logo {
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    order: 0;
    padding: 10px 10px;
    top: 0;
    width: calc(100% - 110px);
    font-size: 2vw;
  }

  #openMenu ,
  .sp-tel {
    order: 2;
    position: relative;
    right: 0;
  }

  .header-tel {
    display: none;
  }

  .sp-tel {
    background-color: #464646;
    height: 40px;
  }

  #openMenu {
    margin-left: auto;
    margin-right: 20px;
    width: 40px;
    background-color: #2d76a9;
  }
    #openMenu:hover {
      cursor: pointer;
  }
  .sp-tel {
    margin-left: auto;
  }
  #g-navi.open {
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 59px;
    width: 100%;
    z-index: 99999;
  }

  nav #navi-list {
    display: block;
    width: 100%;
  }

  nav #navi-list li, nav #navi-list li.menu, nav #navi-list li.interview,nav #navi-list li.contact {
    background-color: #2d76a9;
    border-bottom: 1px solid #f4f4f4;
    height: auto;
    margin-bottom: 0;
    width: 100%;
    max-width: none;
  }
  nav .child-list{
    background-color: rgba(120,114,109,.8)!important;
    text-indent: 2em;
  }


  nav #navi-list li a:before {
    align-items: center;
    background-color: transparent;
    background-image: none;
    content: "\f105";
    display: flex;
    font-family: "Font Awesome 5 Free";
    height: auto;
    left: auto;
    margin: auto;
    position: absolute;
    right: 40px;

  }

  nav #navi-list li a {
    color: #fff;
    font-size: 100%;
    padding: 10px 0;
  }

  nav #navi-list li:before {
    display: none;
  }

  nav #navi-list li a.sp-none {
    display: none;
  }

  nav #navi-list li.parent {
    content: "\f107";
  }

  nav #navi-list li .sp-ttl {
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 10px;
    position: relative;
  }

  nav #navi-list li .sp-ttl::before {
    align-items: center;
    background-color: transparent;
    background-image: none;
    bottom: 0;
    content: "\f107";
    display: flex;
    font-family: "Font Awesome 5 Free";
    height: auto;
    left: auto;
    margin: auto;
    position: absolute;
    right: 40px;
    top: 0;
  }

  nav #navi-list li .pc-ttl {
    display: none;
  }
  nav #navi-list .g-navi-child {
    position: relative;
}

  /* footer */
  footer {
    height: auto;
    min-height: 139px;
    padding-bottom: 0;
	position: static;
    text-align: center;
  }
  footer .logo-area,.footer-detail .address-area {
      width: 100%;
      margin: auto auto 20px;
      padding: 0 0 20px;
  }

  footer .logo-area::before {
      height: 2px;
      width: 100%;
      left: 0;
      top: 100%;
  }

  footer .flex {
      margin: 0;
      justify-content: center;
  }
  footer .inner {
    margin: 0 auto;
    width: 94%;
  }

  /* contents */
  body {
    min-width: 100%;
  }

  #contents {
    padding-bottom: 235px;
    padding-top: 0;
  }

  /* hx */
  #contents h2 {
    background-image: none;
    box-sizing: border-box;
    font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
    line-height: 1em;
    margin-bottom: 30px;
    padding: 4%;
    width: 100%;
  }

  #contents h2 .sub-text {
    margin-top: 0;
  }

  /* カラム数 */
  .txt-2box ,
  .img-2box ,
  .img-2box-txt ,
  .img-2box.option-ico ,
  .img-2box-txt.option-text {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .txt-2box.end {
    margin-right: 0;
  }

  .txt-3box {
    margin-right: 0;
    width: 100%;
  }

  .txt-3box.end {
    margin-right: 0;
  }

  .txt-3box {
    margin-right: 0;
    width: 100%;
  }

  .txt-3box.end {
    margin-right: 0;
  }

  .txt-4box {
    margin-right: 20px;
    width: calc(100% / 2 - 10px);
  }

  .txt-4box:nth-child(2n) {
    margin-right: 0;
  }

  /* table */
  .table-01 {
    width: 100%;
  }

  .table-01 tr {
    border: 1px solid #d1d1d1;
  }

  .table-01 th {
    border-bottom: 1px solid #d1d1d1;
    border-left: none;
    border-right: none;
    border-top: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 5%;
    width: 90%;
  }

  .table-01 td {
    border: none;
    display: block;
  }

  .table-01 textarea {
    max-width: 450px;
    width: 95%;
  }

  .table-01 th.need {
    padding-bottom: 10px;
    padding-left: 2%;
    padding-right: 0;
    padding-top: 10px;
    width: 98%;
  }

  .table-01 th.no-need {
    padding-bottom: 10px;
    padding-left: calc(4% + 30px);
    padding-right: 0;
    padding-top: 10px;
    width: calc(96% - 30px);
  }

  .table-01.w-100 th {
    box-sizing: border-box;
    width: 100%;
  }

  .table-02 th ,
  .table-02 td {
    padding: 10px;
  }

  /* view-none */
  .pc-none {
    display: block;
  }

  .pc-none.inline {
    display: inline;
  }

  .sp-none ,
  .sp-none.inline ,
  header .sp-none {
    display: none;
    margin: -0.5em 0 -1em 0;
    padding: 0;
    position: relative;
  }

  input {
    font-size: 17px;
    width: 95%;
  }

  input[type="submit"] {
    max-width: none;
    width: 100%;
  }

  input[type="checkbox"] ,
  input[type="radio"] {
    width: auto;
  }

  #footer p.pc-button {
    margin: 0 auto;
    padding: 0;
  }

  .view-button p.sp-button {
    display: none;
  }

  #footer p.copyright {
    font-size: 1em;
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    top: calc(100% - 2.1em);
    width: 100%;
  }

  #footer .view-button a {
    background-color: #606060;
    color: #fff;
    font-size: 85%;
    margin-right: 5px;
    padding: 5px 10px;
  }

  .page-template-inquiry .table_01 {
    width: 100%;
  }

  .view-button {
    clear: both;
    float: none;
    margin: 15px 0;
    text-align: center;
    width: 100%;
  }

  .view-button p.pc-button {
    background-color: #fff;
    display: block;
    float: none;
    padding: 5px 10px;
  }

  .view-button p.pc-button a {
    color: #0068b3;
  }

  footer ul.sp-none {
    display: none;
  }

  /* index */
  #contents p.day ,
  #contents p.ttl {
    width: 100%;
  }

  #contents p.ttl {
    margin-top: 10px;
  }



  .news-group a {
    position: relative;
  }

  .news-contents {
    width: 100%;
  }
  .news-back {
    padding: 60px 0 90px;
  }

  #news-list h2 {
    font-size: 220%;
    line-height: 1em;
    margin-bottom: 40px;
    padding: 25px 0 0;
    padding-left: 0;
    width: 100%;
  }

  .archive #contents p.day ,
  .archive #contents p.ttl ,
  .archive #contents p.ttl a {
    margin: 0;
    padding: 0;
  }

  #contents #news-list h2 span.text {
    margin-top: 5px;
  }

  .img-logo a img {
    height: auto;
  }

  .header-inner {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
  }

  #openMenu img {
    max-width: 40px;
  }
  .header-inner {
    background-color: #ffffff;
  }

  /* index */
  #contents .news-area h2 {
    font-size: 150%;
    line-height: 1.5em;
  }

  /* inquiry */
  #inquiry .table-01 th ,
  #form .table-01 th {
    box-sizing: border-box;
    width: 100%;
  }

  #inquiry .table-01 th.no-need ,
  #form .table-01 th.no-need {
    width: 100%;
  }

  input[type="button"].wpcf7c-btn-back {
    box-sizing: border-box;
    margin: 0 0;
    margin-bottom: 10px;
    max-width: none;
    width: 100%;
  }
  .inner-movie {
    width: 100%;
  }
  .contact-tel-area,.contact-mail-area {
    display: block;
    padding: 20px 5px;
  }

  #contents .contact-tel-area h3,#contents .contact-mail-area h3 {
      font-size: 120%;
  }


  #contents .contact-tel-area a {
      width: 100%;
      text-align: center;
      margin-bottom: 10px;
  }

  nav #navi-list li:hover .g-navi-child {
    display: none;
}
.nav-ttl{
  display: block;
  color: #fff;
  font-size: 100%;
  padding: 10px 0;
  height: 100%;
  margin-bottom: 0;
  min-width: 0;
  font-weight: bold;
  letter-spacing: 1px;
  box-sizing: border-box;
}

.nav-ttl:hover{
background-color: #b3dfe1;
    text-decoration: none;
    cursor: pointer;
  }

nav #navi-list li .nav-ttl:before{
  content: "\f105";
  font-weight: bold;
  align-items: center;
  display: flex;
  font-family: "Font Awesome 5 Free";
  height: auto;
  left: auto;
  margin: auto;
  position: absolute;
  right: 40px;
}
nav #navi-list li .nav-ttl.nav-under:before{
  content: "\f107";
}
.pc-none-menu{
  display: block;
}
}
@media screen and (max-width: 768px) {
.main-inner .news-area{
  width: 100%;
  margin-bottom: 50px;
}
#sidebar{
  width: 100%;
}
}
@media screen and (max-width: 559px) {
  /* index */
  #news-list {
    padding: 0 20px;
  }

  #contents h2 {
    font-size: 180%;
  }

  .post-categories {
    margin: 0 10px 0 0;
    width: 120px;
  }

  footer p.address {
  font-size: 95%;
  }
}
@media screen and (max-width: 559px) {
.news-group {
    width: 100%;
    margin-right: 0;
}
}
#wpadminbar {
  position: fixed;
}
