@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow: auto; }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* メインスタイル
----------------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  line-height: 1;
  margin: auto;
  z-index: 0;
  color: black;
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif; }

input,
textarea {
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif; }

/* スタイル共通部分
----------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  background: white;
  padding: 0;
  position: relative;
  color: #595757;
  min-width: 1200px;
  overflow-x: hidden; }

@media screen and (max-width: 769px) {
  body {
    min-width: 100%; } }
*,
*:before,
*:after {
  box-sizing: inherit; }

@media screen and (min-width: 770px) {
  .nopc {
    display: none !important; } }
@media screen and (max-width: 769px) {
  .nosp {
    display: none !important; } }
.fade,
.fadeL,
.fadeR,
.fadeB {
  opacity: 0; }

ul li {
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  75% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
/*イベント*/
/*新着情報*/
/*その他*/
/*自動車*/
.c-car {
  color: #FFAAE1; }

.bgc-car {
  background: #FFAAE1; }

/*お知らせ*/
.c-notice {
  color: #F8B62D; }

.bgc-notice {
  background: #F8B62D; }

/*オープンキャンバス*/
.c-canvas {
  color: #DAE000; }

.bgc-canvas {
  background: #DAE000; }

span[class^="bgc-"] {
  color: white; }

.c-white {
  color: white; }

.c-red {
  color: #E60012; }

.trans,
a,
a:hover,
a img,
a span,
a:hover img,
a:hover span,
.h_main-relationlink > ul.relationlink-nav > li:nth-last-child(1):hover ul,
.h_main-nav ul li,
.h_main-nav ul li:hover,
.h_main-nav ul li.act,
.h_main-nav ul li:hover .child,
.h_main-sp .h_main-sp-btn .btn.j-btn-fsg > span,
.h_main-sp .h_main-sp-btn .btn.j-btn-fsg.on > span,
.h_main-sp .j-move-fsg.on.btn,
.h_main-sp .j-move-menu.on.btn {
  transition: .3s ease; }

figure img {
  vertical-align: top; }

/* 書式スタイル
----------------------------------------------------*/
body {
  font-feature-settings: "palt"; }

.no-deco {
  text-decoration: none; }

.on-deco {
  text-decoration: underline; }

.bld {
  font-weight: bold; }

.no-tel {
  cursor: default;
  text-decoration: none; }

.no-tel:hover {
  opacity: 1; }

.txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5; }

.txt + .txt {
  padding-top: 14px; }

.yu-min {
  font-family: "秀英明朝 M", "Shuei Mincho M", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
  font-weight: normal; }

.yu-min a {
  color: #fff; }

.disp-bl {
  display: block; }

.disp-ib {
  display: inline-block; }

.disp-il {
  display: inline; }

.mc-a {
  margin-right: auto;
  margin-left: auto; }

.ws-nr {
  white-space: nowrap; }

.ta-r {
  text-align: right; }

.ta-c {
  text-align: center; }

.ta-l {
  text-align: left; }

/* レイアウトスタイル
----------------------------------------------------*/
.floL {
  float: left; }

@media screen and (max-width: 769px) {
  .floL {
    float: none; } }
.floR {
  float: right; }

@media screen and (max-width: 769px) {
  .floR {
    float: none; } }
.cf::after {
  content: '';
  display: table;
  clear: both; }

.posi-rel {
  position: relative; }

.posi-abs {
  position: absolute; }

/* リンクスタイル
----------------------------------------------------- */
a {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #333; }

a:focus,
a *:focus {
  outline: none; }

a.no-hover:hover {
  color: black; }

a:hover {
  opacity: 1;
  outline: none;
  color: #666; }

a img,
a span {
  backface-visibility: hidden;
  cursor: pointer;
  opacity: 1;
  outline: none;
  vertical-align: top; }

a:hover img,
a:hover span {
  backface-visibility: hidden;
  opacity: .8;
  outline: none; }

/* 汎用ボタンスタイル
----------------------------------------------------- */
a.btn {
  display: inline-block;
  box-sizing: border-box; }

a.btn.btn-01 {
  color: white;
  border-radius: 30px;
  padding: 8px 40px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  background: #595757;
  border: 1px solid #595757; }

a.btn.btn-01:hover {
  color: #595757;
  background: white;
  border: 1px solid #595757; }

@media screen and (max-width: 769px) {
  a.btn.btn-01 {
    padding: 10px 52px;
    background: white;
    border: 1px solid #595757;
    color: #595757; } }
a.btn.btn-02 {
  color: white;
  border-radius: 60px;
  padding: 21px 104px;
  font-weight: bold;
  background: transparent;
  border: 1px solid white; }

a.btn.btn-02:hover {
  background: white;
  color: black; }

a.btn.btn-02.f21 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1; }

@media screen and (max-width: 769px) {
  a.btn.btn-02 {
    padding: 10px 52px; }

  a.btn.btn-02.f21 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1; } }
a.btn.btn-03 {
  padding: 8px 0;
  font-weight: bold;
  display: block; }

/* 共用ページスタイル
----------------------------------------------------- */
/*
@include max($md){

}
*/
/* globalHeader */
.h_main {
  position: relative;
  z-index: 1; }

.h_main-hline {
  background: #898989;
  text-align: center;
  height: 43px;
  line-height: 33px;
  width: 100%;
  padding-top: 10px;
  display: block;
  position: relative;
  z-index: 1;
  box-sizing: border-box; }

.h_main-hline p {
  display: inline;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  position: relative;
  top: -6px;
  margin-left: 28px; }

@media screen and (max-width: 769px) {
  .h_main-hline {
    display: none !important; } }
.h_main-relationlink {
  background: #F9F9F9;
  position: relative;
  z-index: 1; }

.h_main-relationlink > ul.relationlink-nav {
  width: 1120px;
  margin: 0 auto; }

.h_main-relationlink > ul.relationlink-nav::after {
  content: '';
  display: table;
  clear: both; }

.h_main-relationlink > ul.relationlink-nav > li {
  width: 145px;
  float: left;
  border-right: 1px solid white;
  text-align: center; }

.h_main-relationlink > ul.relationlink-nav > li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 10px; }

.h_main-relationlink > ul.relationlink-nav > li img {
  max-width: 100%;
  height: auto; }

.h_main-relationlink > ul.relationlink-nav > li:nth-last-child(1) {
  width: 240px;
  border: none;
  position: relative; }

.h_main-relationlink > ul.relationlink-nav > li:nth-last-child(1) img {
  padding: 7px 0; }

.h_main-relationlink > ul.relationlink-nav > li:nth-last-child(1) ul {
  position: absolute;
  opacity: 0;
  visibility: hidden; }

.h_main-relationlink > ul.relationlink-nav > li:nth-last-child(1):hover ul {
  opacity: 1;
  visibility: visible; }

.h_main-relationlink > ul.relationlink-nav > li:nth-last-child(1):hover ul li {
  width: 240px;
  display: block;
  float: inherit;
  margin-bottom: 1px;
  background: rgba(35, 24, 21, 0.8);
  text-align: left; }

.h_main-relationlink > ul.relationlink-nav > li:nth-last-child(1):hover ul li a {
  color: white;
  padding: 9px 0 9px 14px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2; }

@media screen and (max-width: 769px) {
  .h_main-relationlink {
    display: none; } }
.h_main-logos {
  max-width: 1120px;
  height: 99px;
  overflow: hidden;
  margin: auto;
  position: relative; }

.h_main-logos .logos {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 400px; }

.h_main-logos .logos-menu {
  position: absolute;
  right: 0;
  bottom: 20px; }

.h_main-logos .logos-menu::after {
  content: '';
  display: table;
  clear: both; }

.h_main-logos .logos-menu li {
  float: left;
  background: #595757; }

.h_main-logos .logos-menu li:nth-last-child(1) {
  margin-left: 4px; }

.h_main-logos .logos-menu li a {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 3px 10px; }

@media screen and (max-width: 769px) {
  .h_main-logos {
    display: none; } }
.h_main-nav {
  border-top: 2px solid #E8E9EC; }

.h_main-nav ul {
  width: 1120px;
  margin: auto; }

.h_main-nav ul::after {
  content: '';
  display: table;
  clear: both; }

.h_main-nav ul li {
  width: 16.66666%;
  height: 60px;
  float: left;
  text-align: center;
  background: white;
  position: relative; }

.h_main-nav ul li:hover,
.h_main-nav ul li.act {
  background: #fc5057; }

body.rec .h_main-nav ul li.support,
body.campus .h_main-nav ul li.campus,
body.examination .h_main-nav ul li.examination,
body.openc .h_main-nav ul li.openc,
body.support .h_main-nav ul li.support,
body.course .h_main-nav ul li.course,
body.feature .h_main-nav ul li.feature {
  background-color: #fc5057; }

body.campus .h_main-nav ul li.campus a,
body.examination .h_main-nav ul li.examination a,
body.openc .h_main-nav ul li.openc a,
body.support .h_main-nav ul li.support a,
body.course .h_main-nav ul li.course a,
body.feature .h_main-nav ul li.feature a {
  color: #fff; }

.h_main-nav ul li:hover a,
.h_main-nav ul li.act a {
  color: white; }

.h_main-nav ul li a {
  display: inline-block;
  width: 100%;
  padding: 18px 0 18px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: bold; }

.h_main-nav ul li .child {
  visibility: hidden;
  opacity: 0; }

.h_main-nav ul li .child ul {
  padding: 0;
  margin: 0; }

.h_main-nav ul li .child li {
  padding: 0;
  margin: 0;
  background: rgba(252, 80, 87, 0.8);
  float: inherit;
  height: auto;
  border-top: 1px solid white;
  text-align: left; }

.h_main-nav ul li .child li:nth-child(1) {
  border-top: none; }

.h_main-nav ul li .child li a {
  padding: 12px 0 12px 16px;
  display: block;
  font-weight: bold; }

.h_main-nav ul li .child li:hover {
  background-color: #f0444b; }

.h_main-nav ul li .child li.blank {
  background: rgba(252, 80, 87, 0.8) url(../img/libs/icon-blank.png) no-repeat 95% center; }

.h_main-nav ul li .child li.blank:hover {
  background: #f0444b url(../img/libs/icon-blank.png) no-repeat 95% center; }

.h_main-nav ul li:hover .child {
  visibility: visible;
  opacity: 1;
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  color: white;
  text-align: left; }

.h_main-nav ul li:hover .child.full {
  left: -187px;
  width: 1120px;
  background: rgba(240, 131, 0, 0.8); }

.h_main-nav ul li:hover .child.full::after {
  content: '';
  display: table;
  clear: both; }

.h_main-nav ul li:hover .child.full > p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: bold;
  padding: 20px 0 16px 50px;
  display: block;
  border-bottom: 1px solid white; }

.h_main-nav ul li:hover .child.full > p svg {
  padding-left: 48px; }

.h_main-nav ul li .child-inner {
  padding: 0 50px; }

.h_main-nav ul li .child-full-nav {
  width: calc(14.28571% - 21px);
  min-height: 94px;
  float: left;
  padding: 0 10px;
  margin: 14px 0 20px;
  border-right: 1px solid white; }

.h_main-nav ul li .child-full-nav:nth-child(1) {
  padding: 0 10px 0 0;
  width: calc(14.28571% - 11px); }

.h_main-nav ul li .child-full-nav:nth-last-child(1) {
  border-right: none;
  padding: 0 0 0 10px;
  width: calc(14.28571% - 10px); }

.h_main-nav ul li .child-full-nav p strong {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 6px;
  display: inline-block; }

.h_main-nav ul li .child-full-nav a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 6px 0 6px 14px;
  white-space: nowrap; }

@media screen and (max-width: 769px) {
  .h_main-nav {
    display: none; } }
.h_main-sp {
  height: 50px;
  background: white;
  position: relative; }

.h_main-sp::after {
  content: '';
  display: table;
  clear: both; }

.h_main-sp .logos {
  position: relative;
  float: left; }

.h_main-sp .logos img {
  width: 178.5px;
  height: 24.5px;
  display: block;
  padding: 10px 0 0 9px; }

.h_main-sp .h_main-sp-btn {
  float: right;
  height: 50px;
  width: 100px; }

.h_main-sp .h_main-sp-btn .btn {
  height: 50px;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-block; }

.h_main-sp .h_main-sp-btn .btn.j-btn-fsg > span {
  width: 50px;
  height: 50px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/libs/head-ico_sp.png);
  background-size: 50px 50px; }

.h_main-sp .h_main-sp-btn .btn.j-btn-fsg.on > span {
  background: url(../img/libs/head-ico-close_sp.png);
  background-size: 50px 50px; }

.h_main-sp .h_main-sp-btn .btn.j-btn-menu {
  margin-left: -5px; }

.h_main-sp .h_main-sp-btn .btn.j-btn-menu > span {
  width: 50px;
  height: 50px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/libs/head-menu_sp.png);
  background-size: 50px 50px; }

.h_main-sp .h_main-sp-btn .btn.j-btn-menu.on > span {
  background: url(../img/libs/head-menu-close_sp.png);
  background-size: 50px 50px; }

.h_main-sp .ul_open_h,
.h_main-sp .ul_open_v {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 0; }

.h_main-sp .ul_open_h a,
.h_main-sp .ul_open_v a {
  position: relative;
  display: block;
  padding: 10px;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: bold; }

.h_main-sp .ul_open_h li + li,
.h_main-sp .ul_open_v li + li {
  margin-top: 1px; }

.h_main-sp .ul_open_h.j-open-fsg {
  background: white; }

.h_main-sp .ul_open_h.j-open-fsg li {
  background: rgba(35, 24, 21, 0.5); }

.h_main-sp .ul_open_h.j-open-fsg li .child li {
  background: rgba(35, 24, 21, 0.8); }

.h_main-sp .ul_open_h.j-open-menu {
  background: white; }

.h_main-sp .ul_open_h.j-open-menu li {
  background: rgba(252, 80, 87, 0.9); }

.h_main-sp .ul_open_h.j-open-menu li .child li {
  background: #ff8086; }

.h_main-sp .ul_open_h.j-open-menu li .child li.blank {
  background: #ff8086 url(../img/libs/icon-blank.png) no-repeat 95% center; }

.h_main-sp .ul_open_h.j-open-menu li.second {
  background: rgba(62, 58, 57, 0.9); }

.h_main-sp .ul_open_h.j-open-menu li.second span {
  float: right; }

.h_main-sp .ul_open_h.j-open-menu li.third {
  background: white;
  border-bottom: 1px solid #595757; }

.h_main-sp .ul_open_h.j-open-menu li.third a {
  color: #595757; }

.h_main-sp .menu:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/libs/parts-arrow.png);
  background-size: 16px 16px;
  position: absolute;
  top: 35%;
  right: 10px;
  transform: translate(0, -50%);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }

.h_main-sp .menu.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.h_main-sp ul.child {
  display: none;
  background: white; }

.h_main-sp ul.child li:nth-child(1) {
  border-top: 1px solid white; }

.h_main-sp .ul_open_h {
  height: 100%;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  overflow-y: scroll;
  position: fixed;
  z-index: 10; }

.h_main-sp .ul_open_h li {
  width: 270px; }

.h_main-sp .ul_open_v {
  position: absolute;
  height: 100%; }

.h_main-sp .ul_open_v li {
  padding: 10px;
  width: 150px; }

.h_main-sp .j-open-fsg,
.h_main-sp .j-open-menu {
  right: -100%; }

.h_main-sp .j-open-fsg.active,
.h_main-sp .j-open-menu.active {
  right: 0%; }

.h_main-sp .j-move-fsg.on.btn,
.h_main-sp .j-move-menu.on.btn {
  position: fixed;
  right: 270px;
  top: 0px;
  z-index: 11;
  -webkit-animation: fadein .3s linear 0s 1; }

/* globalMain */
.main {
  position: inherit;
  z-index: -1; }

/* globalFooter */
.f_main {
  width: 100%;
  position: inherit;
  z-index: -1; }

@media screen and (max-width: 769px) {
  .f_main {
    position: inherit;
    z-index: -1;
    margin-bottom: 0; }

  .f_main .f_main-body {
    width: 100%;
    margin: auto; }

  .f_main .f_main-body .floL {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    overflow: hidden; }

  .f_main .f_main-body .floR {
    width: calc(100% - 60px);
    padding: 0 30px; }

  .f_main .f_main-body .floR li {
    white-space: nowrap; }

  .f_main .f_navi {
    margin-bottom: 20px; } }
.f_navi {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4; }

.f_navi ul {
  width: calc(100% - 18px);
  margin: auto;
  box-sizing: border-box; }

.f_navi ul::after {
  content: '';
  display: table;
  clear: both; }

.f_navi ul li {
  float: left;
  width: calc(25% - 1px);
  border-left: 1px solid #f4f4f4;
  text-align: center;
  padding: 50px 0; }

.f_navi ul li:nth-last-child(1) {
  border-right: 1px solid #f4f4f4; }

.f_navi ul li:nth-child(1) img,
.f_navi ul li:nth-child(2) img,
.f_navi ul li:nth-child(3) img,
.f_navi ul li:nth-child(4) img {
  width: calc(100% - 14px);
  padding: 8px 0; }

@media screen and (max-width: 769px) {
  .f_navi {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4; }

  .f_navi ul {
    width: calc(100% - 18px);
    margin: auto;
    box-sizing: border-box; }

  .f_navi ul::after {
    content: '';
    display: table;
    clear: both; }

  .f_navi ul li {
    float: left;
    width: calc(25% - 1px);
    border-left: 1px solid #f4f4f4;
    text-align: center;
    padding: 8px 0; }

  .f_navi ul li:nth-last-child(1) {
    border-right: 1px solid #f4f4f4; }

  .f_navi ul li:nth-child(1) img,
  .f_navi ul li:nth-child(2) img,
  .f_navi ul li:nth-child(3) img,
  .f_navi ul li:nth-child(4) img {
    width: calc(100% - 14px);
    padding: 8px 0; } }
.f_banner {
  background: url(../img/libs/bg01.png); }

.f_banner ul {
  width: 1050px;
  margin: auto;
  padding: 30px 0; }

.f_banner ul li {
  padding: 0 7px; }

.f_banner .slick-prev.slick-arrow {
  background: url(../img/home/parts-arrow.png) left center no-repeat;
  width: 23px;
  height: 41px;
  left: -45px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.f_banner .slick-next.slick-arrow {
  background: url(../img/home/parts-arrow.png) right center no-repeat;
  width: 23px;
  height: 41px;
  right: -45px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

@media screen and (max-width: 769px) {
  .f_banner {
    background: url(../img/libs/bg01.png); }

  .f_banner ul {
    width: 100%;
    margin: auto;
    padding: 30px 0 50px; }

  .f_banner ul li {
    padding: 0 7px; }

  .f_banner .slick-slide {
    width: calc(50vw - 7px);
    padding: 0 0 0 14px;
  }

  .f_banner .slick-slide a {
    display: block;
  }

  .f_banner .slick-slide img {
    width: 100%;
    height: auto;
  }

  .f_banner .slick-dots {
    bottom: -10px; }

  .f_banner .slick-dots li {
    margin: 0 0;
    width: 0; } }
.f_everyone {
  width: calc(100% - 44px);
  margin: 0 22px 23px; }

.f_everyone ul::after {
  content: '';
  display: table;
  clear: both; }

.f_everyone ul li {
  float: left;
  display: block;
  background: url(../img/libs/bg02.png);
  background-size: 4px 4px; }

.f_everyone ul li + li {
  margin-top: 5px; }

.f_everyone ul li.col1 {
  width: 100%; }

.f_everyone ul li.col2 {
  width: calc(50% - 5px); }

.f_everyone ul li.col2.odd {
  margin-right: 5px;
  float: left; }

.f_everyone ul li.col2.even {
  margin-left: 5px;
  float: right; }

.f_everyone ul li a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  background: #f9f9f9;
  display: block;
  margin: 5px;
  padding: 5px; }

.f_addr {
  background: #595758; }

.f_addr .f_addr-inner {
  width: 1120px;
  margin: auto; }

.f_addr .f_addr-inner::after {
  content: '';
  display: table;
  clear: both; }

.f_addr .f_addr-inner .floL {
  width: 637px;
  padding-top: 36px;
  padding-bottom: 28px;
  padding-left: 66px;
  text-align: center; }

.f_addr .f_addr-inner .floL figure {
  padding-bottom: 20px; }

.f_addr .f_addr-inner .floL a {
  padding-bottom: 10px; }

.f_addr .f_addr-inner .floL p {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
  color: white; }

.f_addr .f_addr-inner .floR {
  width: 304px;
  text-align: right;
  padding-top: 40px; }

.f_addr .f_addr-inner .floR img {
  max-width: 100%; }

.f_addr .f_addr-inner .floR p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  color: white;
  border-top: 1px solid white;
  padding-top: 17px;
  margin-top: 30px; }

.f_addr .f_addr-service {
  width: 1120px;
  margin: auto; }

.f_addr .f_addr-service::after {
  content: '';
  display: table;
  clear: both; }

.f_addr .f_addr-service .floL,
.f_addr .f_addr-service .floR {
  padding: 14px 0; }

.f_addr .f_addr-service .floL li,
.f_addr .f_addr-service .floR li {
  display: inline; }

.f_addr .f_addr-service .floL li a,
.f_addr .f_addr-service .floR li a {
  color: white; }

.f_addr .f_addr-service .floL li {
  padding-right: 10px; }

.f_addr .f_addr-service .floL li:nth-last-child(1) {
  padding-right: 0; }

.f_addr .f_addr-service .floR li:after {
  content: " ｜ ";
  color: white; }

.f_addr .f_addr-service .floR li:nth-last-child(1):after {
  content: ""; }

@media screen and (max-width: 769px) {
  .f_addr .f_addr-inner {
    width: 100%;
    margin: auto; }

  .f_addr .f_addr-inner .floL {
    float: inherit;
    width: calc(100% - 44px);
    margin: 0 22px;
    padding-top: 24px;
    padding-bottom: 15px;
    padding-left: 0; }

  .f_addr .f_addr-inner .floL figure {
    padding-bottom: 16px; }

  .f_addr .f_addr-inner .floL figure img {
    width: 100%; }

  .f_addr .f_addr-inner .floL a {
    padding-bottom: 10px; }

  .f_addr .f_addr-inner .floL a img {
    width: calc(100% - 128px);
    margin: 0 64px; }

  .f_addr .f_addr-inner .floL p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    color: white; }

  .f_addr .f_addr-inner .floR {
    float: inherit;
    width: 100%;
    text-align: center;
    padding-top: 0; }

  .f_addr .f_addr-inner .floR p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3571428571;
    color: white;
    padding-top: 10px;
    margin-top: 0;
    border-top: none; }

  .f_addr .f_addr-service {
    width: 100%; }

  .f_addr .f_addr-service .floL,
  .f_addr .f_addr-service .floR {
    text-align: center;
    padding: 14px 0; }

  .f_addr .f_addr-service .floL li,
  .f_addr .f_addr-service .floR li {
    display: inline; }

  .f_addr .f_addr-service .floL li a,
  .f_addr .f_addr-service .floR li a {
    color: white; }

  .f_addr .f_addr-service .floL li {
    padding-right: 10px; }

  .f_addr .f_addr-service .floL li:nth-last-child(1) {
    padding-right: 0; }

  .f_addr .f_addr-service .floR li {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2; }

  .f_addr .f_addr-service .floR li:after {
    content: " ｜ ";
    color: white; }

  .f_addr .f_addr-service .floR li:nth-last-child(1):after {
    content: ""; } }
.f_copy {
  width: 100%;
  background: white;
  color: #898989;
  padding: 20px 0 30px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center; }

@media screen and (max-width: 769px) {
  .f_copy {
    margin-bottom: 50px; } }
/* globalCta */
.cta-top {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 1; }

.cta-top div + a {
  margin-top: 10px; }

.cta-top a {
  width: 40px;
  display: block;
  opacity: 1;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.cta-top a:hover {
  opacity: .8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.cta-top a:nth-last-child(1) {
  margin-bottom: 0; }

@media screen and (max-width: 769px) {
  .cta-top {
    top: inherit;
    transform: none;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 0; }

  .cta-top div + a {
    margin-top: 0; }

  .cta-top .cta-top-fix::after {
    content: '';
    display: table;
    clear: both; }

  .cta-top .spmode {
    width: calc(100% - 52px);
    float: left; }

  .cta-top .spmode::after {
    content: '';
    display: table;
    clear: both; }

  .cta-top a {
    margin: 0;
    padding: 0;
    display: block; }

  .cta-top a img {
    display: none; }

  .cta-top a.btn01 {
    width: calc(50% - 1px);
    height: 50px;
    float: left;
    background: url(../img/libs/side-bn01_sp.png) center center no-repeat #02d6c9;
    background-size: 103px 28.5px; }

  .cta-top a.btn02 {
    width: calc(50% - 1px);
    height: 50px;
    float: right;
    background: url(../img/libs/side-bn02_sp.png) center center no-repeat #65B7ED;
    background-size: 94px 17.5px; }

  .cta-top a.btn03 {
    float: right;
    background: url(../img/libs/side-btn_sp.png) #595757 center center no-repeat;
    background-size: 40.5px 31px;
    width: 50px;
    height: 50px; } }
/* 各ページスタイル
----------------------------------------------------- */
/*
@include max($md){

}
*/
/* general style */
.visual-header {
  width: 100%;
  height: 260px;
  position: relative; }

.visual-header h1 {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(0%, -50%); }

@media screen and (max-width: 769px) {
  .visual-header {
    height: 200px; }

  .visual-header h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    right: inherit;
    transform: translate(-50%, -50%); } }
.col1 {
  float: left; }

@media screen and (max-width: 769px) {
  .col1 {
    float: inherit; } }
.col2:nth-child(2n+1) {
  float: left; }

.col2:nth-child(2n+2) {
  float: right; }

@media screen and (max-width: 769px) {
  .col2:nth-child(2n+1),
  .col2:nth-child(2n+2) {
    float: inherit; } }
.icon {
  border-radius: 5px;
  border: 2px solid;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: bold; }

.floBox::after {
  content: '';
  display: table;
  clear: both; }

.tbl-set {
  width: 1120px;
  margin: auto;
  border: none; }

.tbl-set + .tbl-set {
  margin-top: 40px; }

.tbl-set table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 1120px; }

.tbl-set thead tr {
  background-color: #595757; }

.tbl-set thead th {
  color: white;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 18px 0;
  border: 1px solid #DCDDDD; }

.tbl-set tbody tr > td:first-child {
  font-weight: bold;
  width: 390px; }

.tbl-set tbody tr + tr {
  border-top: 1px solid #DCDDDD; }

.tbl-set tbody tr:last-child {
  border-bottom: 1px solid #DCDDDD; }

.tbl-set tbody td {
  text-align: center;
  padding: 14px 0;
  background: white;
  vertical-align: middle;
  box-sizing: border-box; }

.tbl-set tbody td:nth-child(2),
.tbl-set tbody td:nth-child(3),
.tbl-set tbody td:nth-child(4),
.tbl-set tbody td:nth-child(5),
.tbl-set tbody td:nth-child(6) {
  border-left: 1px solid #DCDDDD; }

.tbl-set tbody td p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em; }

.tbl-set tbody td p strong {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714; }

.tbl-set tbody td {
  border-right: 1px solid #DCDDDD; }

.tbl-set tbody td:first-child {
  border-left: 1px solid #DCDDDD; }

@media screen and (max-width: 769px) {
  .tbl-set {
    width: 100%;
    margin: auto;
    padding-bottom: 8px;
    overflow-x: scroll;
    white-space: nowrap; }

  .tbl-set::-webkit-scrollbar {
    height: 5px; }

  .tbl-set::-webkit-scrollbar-track {
    background: #F1F1F1; }

  .tbl-set::-webkit-scrollbar-thumb {
    background: #BCBCBC; } }
.radius-box,
.sp-radius-box {
  border-radius: 5px;
  box-sizing: border-box; }

.home .slider {
  width: 100%;
  height: 100%;
  min-height: 590px;
  overflow: hidden;
  position: relative; }

.home .slider .slide-wrap {
  width: 1120px;
  height: 520px;
  position: absolute;
  left: 50%;
  margin-left: -560px; }

.home .slider .slide-wrap .bx-wrapper {
  width: 1120px;
  height: 520px;
  margin: auto;
  position: relative; }

/*     .home .slider .slide-wrap .bx-wrapper:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: url(../img/home/slide/logo.png) no-repeat right bottom;
        position: absolute;
        z-index: 1; }

      .home .slider .slide-wrap .bx-wrapper:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: url(../img/home/slide/tex.png) no-repeat center center;
        position: absolute;
        z-index: 1;
        top: 0; }
*/
.home .slider nav > ul {
  margin: auto;
  position: relative;
  top: 520px;
  background: #fb5058;
  z-index: 1;
  text-align: center; }

.home .slider nav > ul::after {
  content: '';
  display: table;
  clear: both; }

.home .slider nav > ul li {
  color: #fff;
  display: inline-block; }

.home .slider nav > ul li:after {
  content: "｜";
  padding: 0 4px; }

.home .slider nav > ul li:nth-last-child(1):after {
  content: "";
  padding: 0; }

.home .slider nav > ul li a {
  padding: 17px 0;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1; }

@media screen and (max-width: 769px) {
  .home .slider nav > ul {
    display: none; } }
@media screen and (max-width: 769px) {
  .home .slider {
    width: 100vw;
    min-height: auto; }

  .home .slider .slide-wrap {
    width: 100vw;
    height: auto;
    position: inherit;
    left: inherit;
    margin-left: 0px; }

  .home .slider .slide-wrap .bxslider li img {
    width: 100vw; }

  .home .slider .slide-wrap .bx-wrapper {
    width: 100vw;
    height: auto;
    margin: auto;
    position: relative; }

  	/*
            .home .slider .slide-wrap .bx-wrapper:before {
              background: url(../img/home/slide/logo.png) no-repeat right bottom;
              background-size: 178px 83px;
              bottom: 2px; }
   */
  .home .slider .slide-wrap .bx-wrapper:after {
    background: url(../img/home/slide/tex.png) no-repeat center center;
    background-size: 228px 62px; } }
.home .slider2 .slide-wrap {
  display: none; }

@media screen and (max-width: 769px) {
  .home .slider2 {
    width: 100%;
    height: 100%;
    min-height: 94px;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    padding-top: 10px; }

  .home .slider2 .slide-wrap {
    display: inherit;
    width: 1120px;
    height: 120px;
    position: absolute;
    left: 50%;
    margin-left: -560px; }

  .home .slider2 .slide-wrap .bxslider li {
    width: 206px !important; }

  .home .slider2 .slide-wrap .bxslider li img {
    width: 200px; }

  .home .slider2 .slide-wrap .bx-wrapper {
    width: 1120px;
    height: 120px;
    margin: auto;
    position: relative; }

  .home .slider2 .bx-pager {
    top: 70px; } }
.home .slider2 nav > ul {
  width: 1120px;
  margin: 0 auto;
  padding: 55px 0 30px; }

.home .slider2 nav > ul::after {
  content: '';
  display: table;
  clear: both; }

.home .slider2 nav > ul li {
  float: left;
  margin-right: 20px; }

.home .slider2 nav > ul li:nth-last-child(1) {
  margin-right: 0; }

@media screen and (max-width: 769px) {
  .home .slider2 nav > ul {
    display: none; } }
/* ----------------------------------------------- pc*/
@media screen and (min-width: 770px) {
  .home .bn_open {
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 50px;
    text-align: center; }
  .home .bn_webentry {
    display: flex;
    justify-content: center;
    max-width: 1120px;
    width: 100%;
    margin: auto; }
    .home .bn_webentry a {
      margin-right: 20px; }
      .home .bn_webentry a:last-child {
        margin-right: 0; }
    .home .bn_webentry img {
      max-width: 360px;
      width: 100%;
      height: auto; }
  .home .group_1 {
    background: url(../img/home/bg-pink.gif) no-repeat center bottom;
    background-size: 100% auto; }
  .home .group_2 {
    background: url(../img/home/bg-yellow.gif) no-repeat center top;
    background-size: 100% auto; }
  .home .group_3 {
    width: 100%;
    background: #fc626a url(../img/home/bg-red.gif) no-repeat 90% top;
    background-size: auto 100%; }
  .home .group_5 {
    background: url(../img/home/bg-pink_2.gif) no-repeat center top;
    background-size: 100% auto; }
  .home .group_1 .inner {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding: 67px 0; }
  .home .group_2 .inner {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0; }
  .home .group_3 .inner {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 0 100px 0;
    color: #fff; }
  .home .group_5 .inner {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0 107px 0; }
  .home .group_1 ul._1 {
    margin-bottom: 20px; }
  .home .group_1 li {
    float: left; }
  .home .group_1 li._1 {
    float: left;
    margin-right: 19px; }
  .home .group_1 li._3 {
    float: right; }
  .home .group_2 li._1 {
    float: left; }
  .home .group_2 li._2 {
    float: right; }
  .home .group_2 .title {
    text-align: center;
    margin-bottom: 40px; }
  .home .group_3 h2 {
    margin-bottom: 40px; }
  .home .group_3 p._1 {
    width: 560px;
    line-height: 2;
    margin-bottom: 60px; }
  .home .group_3 h3 {
    margin-bottom: 20px;
    font-size: 160%; }
  .home .group_3 li {
    float: left;
    padding: 5px 25px 10px 25px;
    border-left: 2px solid #fff; }
  .home .group_3 p.gt {
    margin-bottom: 50px; }
  .home .group_3 p.gi {
    margin-bottom: 20px; }
  .home .group_5 li {
    float: left; }
  .home .group_5 li._2,
  .home .group_5 li._1 {
    margin-right: 20px; }
  .home .group_5 li._4 {
    float: right; }
  .home .group_5 ul._3,
  .home .group_5 ul._2,
  .home .group_5 ul._1 {
    margin-bottom: 20px; }
  .home .news section {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding: 77px 0 70px 0; }
  .home .news h2 {
    position: relative;
    margin-bottom: 15px; }
  .home .news h2 .ti_2 {
    position: absolute;
    top: 0;
    right: 0; }
  .home .news li {
    width: 358px;
    border-bottom: 3px solid #fc5057; }
  .home .news li .newsbox {
    width: 353px;
    height: 420px;
    display: block;
    float: left;
    box-sizing: border-box; }
  .home .news .title a {
    color: #fc5057;
    font-size: 130%;
    width: 100%;
    line-height: 1.5;
    font-weight: bold;
    margin: 10px 0;
    float: left;
    word-wrap: break-all; }
  .home .news .title a:hover {
    text-decoration: underline; }
  .home .news .text {
    float: left;
    width: 100%;
    min-height: 46px;
    font-size: 90%;
    line-height: 1.7;
    margin-bottom: 15px; }
  .home .post_thumb {
    text-align: center;
    width: 100%;
    height: 240px; }
  .home .post_thumb a {
    text-align: center;
    width: 100%;
    height: 240px; }
  .home .post_thumb {
    width: 350px;
    /* トリミングしたい幅 */
    height: 240px;
    /* トリミングしたい高さ */
    overflow: hidden;
    position: relative; }
    .home .post_thumb img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto; } }
/* pc end */
/* --------------------------- news sp */
@media screen and (max-width: 769px) {
  .home .bn_webentry {
    width: 90%;
    margin: auto;
    text-align: center; }
    .home .bn_webentry a {
      margin-bottom: 20px; }
      .home .bn_webentry a:last-child {
        margin-bottom: 0; }
      .home .bn_webentry a img {
        max-width: 360px;
        width: 100%;
        height: auto; }

  .home .news {
    padding: 30px 0 0 0; }

  .home .news h2 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 15px; }

  .home .news h2 .ti_1 {
    max-width: 67%;
    display: block; }

  .home .news h2 .ti_2 {
    max-width: 30%;
    display: block;
    position: absolute;
    top: 0;
    right: 0; }

  .home .news .newsbox {
    width: 250px;
    height: auto;
    float: left;
    padding-bottom: 10px;
    border-bottom: 3px solid #fc5057; }

  .home .news .title a {
    color: #fc5057;
    font-size: 120%;
    line-height: 1.4;
    font-weight: bold;
    margin: 10px 0;
    float: left;
    word-wrap: break-all; }

  .home .news .title a:hover {
    text-decoration: underline; }

  .home .news .text {
    float: left;
    width: 100%;
    min-height: 46px;
    font-size: 90%;
    line-height: 1.4;
    margin-bottom: 10px; }

  .home .post_thumb {
    margin-left: auto;
    margin-right: auto; }

  .home .post_thumb img {
    max-width: 100%; }

  .home .post_thumb a {
    text-align: center;
    width: 100%;
    height: 166px; }

  .home .post_thumb {
    width: 240px;
    /* トリミングしたい幅 */
    height: 160px;
    /* トリミングしたい高さ */
    overflow: hidden;
    position: relative; }

  .home .post_thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto; } }
/* sp end */
/* 共通 */
.category .catname,
.home .catname {
  font-size: 90%;
  color: #fff;
  padding: 2px 5px;
  display: inline;
  background-color: #333;
  float: left; }

.home .newsbox .date {
  float: right;
  margin-right: 7px;
  font-size: 90%; }

.category .catname.etc,
.home .catname.etc {
  background-color: #fb5058; }

.category .catname.news,
.category .catname.event,
.home .catname.news,
.home .catname.event {
  background-color: #43d1c8; }

/* home sp start */
@media screen and (max-width: 769px) {
  img {
    max-width: 100%;
    height: auto;
    width: auto\9; }

  .bn_open {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0; }

  .home .group_1 {
    background: url(../img/home/bg-p_sp.gif) no-repeat left bottom;
    background-size: cover;
    padding: 30px 0; }

  .home .group_2 {
    background: url(../img/home/bg-y_sp.gif) no-repeat left top;
    background-size: cover;
    padding: 30px 0; }

  .home .group_2 .title {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }

  .home .group_2 ul,
  .home .group_1 ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }

  .home .group_1 ul._4,
  .home .group_1 ul._3 {
    margin-bottom: 10px; }

  .home .group_2 li._1,
  .home .group_1 li._1 {
    float: left;
    width: 49%; }

  .home .group_2 li._2,
  .home .group_1 li._2 {
    float: right;
    width: 49%; }

  .home .group_3 {
    width: 100%;
    background: #fc626a url(../img/home/bg-red_sp.gif) no-repeat left top;
    background-size: auto 100%;
    padding: 13% 0;
    color: #fff; }

  .home .group_3 .inner {
    width: 94%;
    margin-left: auto;
    margin-right: auto; }

  .home .group_3 h2 {
    margin-bottom: 30px; }

  .home .group_3 p._1 {
    line-height: 1.7;
    margin-bottom: 30px; }

  .home .group_3 h3 {
    margin-bottom: 10px;
    font-size: 130%;
    height: 50px;
    line-height: 1.3; }

  .home .group_3 li {
    float: left;
    border-left: 2px solid #fff; }

  .home .group_3 li._1 {
    width: 42%;
    padding: 5px 2% 10px 2%; }

  .home .group_3 li._2 {
    width: 48%;
    padding: 5px 0 10px 2%; }

  .home .group_3 p.gt {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.3; }

  .home .group_3 p.gi {
    margin-bottom: 20px; }

  .home .group_3 p.np {
    font-size: 12px;
    line-height: 1.3; }

  .home .group_5 {
    background: url(../img/home/bg-p2_sp.gif) no-repeat left top;
    background-size: cover;
    padding: 10% 0; }

  .home .group_5 ul {
    width: 95%;
    margin-left: auto;
    margin-right: auto; }

  .home .group_5 li {
    text-align: center;
    margin-bottom: 3%; }

  .home .group_5 ._1 li._1 {
    pointer-events: none; }

  .home .group_5 li._3,
  .home .group_5 li._1 {
    float: left;
    width: 49%; }

  .home .group_5 li._4,
  .home .group_5 li._2 {
    float: right;
    width: 49%; } }
/* sp end */
@media screen and (max-width: 400px) {
  .home .group_3 {
    background: #fc626a url(../img/home/bg-red_sp.gif) no-repeat top left;
    background-size: auto 100%;
    padding: 13% 0;
    color: #fff; } }
/* ------------------------------------------ */
.home .sns {
  margin: 44px auto 50px;
  width: 1120px; }

.home .sns .ttl {
  position: relative;
  padding-top: 27px;
  margin-bottom: 20px; }

.home .sns ul::after {
  content: '';
  display: table;
  clear: both; }

.home .sns ul li {
  width: 550px;
  float: left;
  margin-right: 20px; }

.home .sns ul li:nth-last-child(1) {
  margin-right: 0; }

.home .sns ul + ul {
  margin-top: 20px;
  margin-bottom: 30px; }

.home .sns .social li {
  width: 550px;
  padding: 0; }

.home .sns .social li .fb-inner,
.home .sns .social li .blog-inner {
  width: 500px;
  height: 350px; }

.home .sns .social li .blog-inner {
  overflow-y: scroll;
  border: 1px solid #eeeef0;
  box-sizing: border-box;
  background-color: #fff; }

@media screen and (min-width: 770px) {
  .home .sns h2 {
    margin-bottom: 40px;
    position: relative; }

  .home .sns .outer {
    background-color: #fafafa;
    padding: 25px;
    border-top: 5px solid #fc5057; }

  .home .sns .blog h2 span.ti_2 {
    position: absolute;
    right: 0;
    top: 0; }

  .home .sns .bn_cal {
    margin-top: 50px; } }
/* pc */
@media screen and (max-width: 769px) {
  .home .sns h2 {
    text-align: left;
    margin-bottom: 20px;
    position: relative; }

  .home .sns .outer {
    background-color: #fafafa;
    padding: 10px;
    border-top: 5px solid #fc5057; }

  .home .sns h2 .ti_1 {
    display: block;
    max-width: 60%;
    float: left; }

  .home .sns h2 .ti_2 {
    display: block;
    float: right;
    max-width: 30%;
    margin-top: 5px; }

  .home .sns li.fb {
    margin-bottom: 30px; }

  .home .sns .bn_cal {
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto; }

  .home .sns {
    margin: 30px 22px 50px;
    width: calc(100% - 44px); }

  .home .sns ul.social li {
    width: 100%;
    padding: 0px;
    text-align: center; }

  .home .sns ul.social li.tw {
    margin-top: 10px; }

  .home .sns ul.social li .fb-inner,
  .home .sns ul.social li .blog-inner {
    width: 100%; }

  .home .sns ul.social li:nth-last-child(1) {
    margin-right: auto; }

  .home .sns ul::after {
    content: '';
    display: table;
    clear: both; }

  .home .sns ul li {
    width: 100%;
    float: inherit;
    margin-right: 0px;
    text-align: center; }

  .home .sns ul li:nth-last-child(1) {
    margin-right: 0; }

  .home .sns ul li a img {
    width: 100%;
    padding-bottom: 12px; }

  .home .sns ul + ul {
    margin-top: 20px; } }
/* ------------------------------------- */
/* Facebook */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important; }

.pagePlugin {
  max-width: 460px;
  width: 100%;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0); }

/*お知らせとブログのタブ*/
#newsWrap .tab li,
#newsWrap .tab li a,
#blogWrap .tabblog li,
#newsWrap .tabblog li a {
  float: left;
  padding: 3px;
  margin-right: 2px;
  margin: 0;
  width: auto;
  font-family: 'Tauri', sans-serif;
  font-size: 12px;
  padding: 2px 5px; }

#blogWrap .gotoNews,
#blogWrap .newsEn,
#blogWrap h3 {
  display: none; }

#blogWrap .tabblog li,
#newsWrap .tabblog li a {
  padding: 10px 0;
  min-width: 20%;
  text-align: center; }

.home #newsWrap ul.tab,
.home #blogWrap ul.tabblog {
  width: 100%;
  background: #fee5e8;
  overflow: hidden; }

.home #blogWrap .areablog {
  display: none; }

#blogWrap .contentblog {
  clear: both;
  overflow: hidden; }

#newsWrap .tab li.active,
#blogWrap .tabblog li.active {
  background: #fc5057; }

#newsWrap .tab li.active a,
#blogWrap .tabblog li.active a {
  color: #fff; }

dl.newsList {
  position: relative; }

.home dl.newsList dt {
  width: auto;
  font-size: 90%;
  color: #999;
  position: absolute;
  left: 0;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5; }

.home dl.newsList dd {
  font-size: 90%;
  padding-left: 100px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5;
  border-bottom: 1px solid #ccc; }

.home dl.newsList dd a {
  color: #fc5057;
  text-align: left; }

.home dl.newsList dd h4 :hover {
  color: #fc5057;
  text-decoration: underline; }

@media screen and (max-width: 769px) {
  /* sp */
  .home dl.newsList dt {
    text-align: left;
    font-size: 90%;
    color: #999;
    padding-left: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.5;
    display: block;
    clear: both; }

  .home dl.newsList dd {
    font-size: 90%;
    display: block;
    padding-left: 5px;
    padding-top: 30px;
    padding-bottom: 8px;
    padding-right: 5px;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px solid #ccc; }

  #blogWrap .tabblog li,
  #newsWrap .tabblog li a {
    padding: 10px 0;
    min-width: 33.3%;
    text-align: center; } }
/* sp end */



/* 1904 home calendar  */
@media screen and (min-width: 770px) {
  .home #calendar {
    width: 1120px;
    margin: 0 auto;
    padding: 60px 0; }

    .home #calendar .sec_ttl03 {
      color: #fc0507;
      font-size: 160%;
      font-weight: bold;
      line-height: 1.6;
      margin-bottom: 20px;
      border-bottom: 1px solid #fc5057; }

    .home #calendar iframe {
      width: 800px;
      margin-left: 150px;
      margin: auto;
      display: block; }

    .home #calendar .btn-wrapper {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      margin-top: 60px; }

      .home #calendar .btn-wrapper a {
        padding: 0 20px; }

        .home #calendar .btn-wrapper a img {
          max-width: 360px;
          width: 100%;
          height: auto; }
}
@media screen and (max-width: 769px) {
  .home #calendar {
    width: 94%;
    margin: 0 auto;
    padding: 30px 0; }

    .home #calendar .sec_ttl03 {
      color: #fc0507;
      font-size: 130%;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 20px;
      border-bottom: 1px solid #fc5057; }

      .home #calendar .sp_inline {
        overflow-x: auto;
        width: 100%; }

        .home #calendar iframe {
          width: 800px; }

          .home #calendar .btn-wrapper {
            text-align: center; }

            .home #calendar .btn-wrapper a {
              display: block;
              margin-top: 30px; }

              .home #calendar .btn-wrapper a img {
                max-width: 360px;
                width: 100%;
                height: auto; }
}
