@charset "UTF-8";
/*
Theme Name: GSSM2020
Theme URI: http://wordpress.org/
Description: GSSM-経営学学位プログラム- Web用テーマ
Author: pyramid
Version: 1.0
*/
/*
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires
 */
html {
  background: #fff;
}

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

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

fieldset,
img {
  border: 0;
}

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

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}

b,
strong {
  font-weight: bold;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: top;
  font-size: 9px;
}

sub {
  vertical-align: bottom;
  font-size: 9px;
}

/*because legend doesn't inherit in IE */
legend {
  color: #333;
}

img {
  vertical-align: bottom;
}

div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, 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, menu, nav, section, summary,
time, mark {
  background: url(data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///////wAAACH5BAEHAAIALAAAAAABAAEAAAICVAEAOw==) no-repeat 0 0;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li,
form, input, textarea, button, table, tr, th, td,
article, aside, footer, header, nav, section, a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*- fluid img and objects ----------*/
img,
object,
embed {
  /* [disabled]max-width: 100%; */
}

/*- optional vanity styles ----------*/
::-moz-selection {
  background: #37BEFF;
}
::selection {
  background: #37BEFF;
}

::-moz-selection {
  background: #37BEFF;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}

* {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires
 */
html {
  font-size: 10px;
}

body {
  font: 10px/1.35 -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font: 1rem/1.35 -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

select,
input,
textarea,
button {
  font-size: 99%;
  line-height: 1.5em;
}

table {
  font-size: inherit;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

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

/*===============================================*
*	commcon
*===============================================*/
/* margin
------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

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

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

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

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

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

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

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

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

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

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

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

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

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

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

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

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

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

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

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

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

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

.mr100 {
  margin-right: 100px !important;
}

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

.ml100 {
  margin-left: 100px !important;
}

@media (max-width: 768px) {
  .smt0 {
    margin-top: 0px !important;
  }
  .smr0 {
    margin-right: 0px !important;
  }
  .smb0 {
    margin-bottom: 0px !important;
  }
  .sml0 {
    margin-left: 0px !important;
  }
  .smt5 {
    margin-top: 5px !important;
  }
  .smr5 {
    margin-right: 5px !important;
  }
  .smb5 {
    margin-bottom: 5px !important;
  }
  .sml5 {
    margin-left: 5px !important;
  }
  .smt10 {
    margin-top: 10px !important;
  }
  .smr10 {
    margin-right: 10px !important;
  }
  .smb10 {
    margin-bottom: 10px !important;
  }
  .sml10 {
    margin-left: 10px !important;
  }
  .smt15 {
    margin-top: 15px !important;
  }
  .smr15 {
    margin-right: 15px !important;
  }
  .smb15 {
    margin-bottom: 15px !important;
  }
  .sml15 {
    margin-left: 15px !important;
  }
  .smt20 {
    margin-top: 20px !important;
  }
  .smr20 {
    margin-right: 20px !important;
  }
  .smb20 {
    margin-bottom: 20px !important;
  }
  .sml20 {
    margin-left: 20px !important;
  }
  .smt25 {
    margin-top: 25px !important;
  }
  .smr25 {
    margin-right: 25px !important;
  }
  .smb25 {
    margin-bottom: 25px !important;
  }
  .sml25 {
    margin-left: 25px !important;
  }
  .smt30 {
    margin-top: 30px !important;
  }
  .smr30 {
    margin-right: 30px !important;
  }
  .smb30 {
    margin-bottom: 30px !important;
  }
  .sml30 {
    margin-left: 30px !important;
  }
  .smt35 {
    margin-top: 35px !important;
  }
  .smr35 {
    margin-right: 35px !important;
  }
  .smb35 {
    margin-bottom: 35px !important;
  }
  .sml35 {
    margin-left: 35px !important;
  }
  .smt40 {
    margin-top: 40px !important;
  }
  .smr40 {
    margin-right: 40px !important;
  }
  .smb40 {
    margin-bottom: 40px !important;
  }
  .sml40 {
    margin-left: 40px !important;
  }
  .smt45 {
    margin-top: 45px !important;
  }
  .smr45 {
    margin-right: 45px !important;
  }
  .smb45 {
    margin-bottom: 45px !important;
  }
  .sml45 {
    margin-left: 45px !important;
  }
  .smt50 {
    margin-top: 50px !important;
  }
  .smr50 {
    margin-right: 50px !important;
  }
  .smb50 {
    margin-bottom: 50px !important;
  }
  .sml50 {
    margin-left: 50px !important;
  }
  .smt55 {
    margin-top: 55px !important;
  }
  .smr55 {
    margin-right: 55px !important;
  }
  .smb55 {
    margin-bottom: 55px !important;
  }
  .sml55 {
    margin-left: 55px !important;
  }
  .smt60 {
    margin-top: 60px !important;
  }
  .smr60 {
    margin-right: 60px !important;
  }
  .smb60 {
    margin-bottom: 60px !important;
  }
  .sml60 {
    margin-left: 60px !important;
  }
  .smt65 {
    margin-top: 65px !important;
  }
  .smr65 {
    margin-right: 65px !important;
  }
  .smb65 {
    margin-bottom: 65px !important;
  }
  .sml65 {
    margin-left: 65px !important;
  }
  .smt70 {
    margin-top: 70px !important;
  }
  .smr70 {
    margin-right: 70px !important;
  }
  .smb70 {
    margin-bottom: 70px !important;
  }
  .sml70 {
    margin-left: 70px !important;
  }
  .smt75 {
    margin-top: 75px !important;
  }
  .smr75 {
    margin-right: 75px !important;
  }
  .smb75 {
    margin-bottom: 75px !important;
  }
  .sml75 {
    margin-left: 75px !important;
  }
  .smt80 {
    margin-top: 80px !important;
  }
  .smr80 {
    margin-right: 80px !important;
  }
  .smb80 {
    margin-bottom: 80px !important;
  }
  .sml80 {
    margin-left: 80px !important;
  }
  .smt85 {
    margin-top: 85px !important;
  }
  .smr85 {
    margin-right: 85px !important;
  }
  .smb85 {
    margin-bottom: 85px !important;
  }
  .sml85 {
    margin-left: 85px !important;
  }
  .smt90 {
    margin-top: 90px !important;
  }
  .smr90 {
    margin-right: 90px !important;
  }
  .smb90 {
    margin-bottom: 90px !important;
  }
  .sml90 {
    margin-left: 90px !important;
  }
  .smt95 {
    margin-top: 95px !important;
  }
  .smr95 {
    margin-right: 95px !important;
  }
  .smb95 {
    margin-bottom: 95px !important;
  }
  .sml95 {
    margin-left: 95px !important;
  }
  .smt100 {
    margin-top: 100px !important;
  }
  .smr100 {
    margin-right: 100px !important;
  }
  .smb100 {
    margin-bottom: 100px !important;
  }
  .sml100 {
    margin-left: 100px !important;
  }
}

/* padding
------------------------------------------------*/
.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

@media (max-width: 768px) {
  .spt0 {
    padding-top: 0px !important;
  }
  .spr0 {
    padding-right: 0px !important;
  }
  .spb0 {
    padding-bottom: 0px !important;
  }
  .spl0 {
    padding-left: 0px !important;
  }
  .spt5 {
    padding-top: 5px !important;
  }
  .spr5 {
    padding-right: 5px !important;
  }
  .spb5 {
    padding-bottom: 5px !important;
  }
  .spl5 {
    padding-left: 5px !important;
  }
  .spt10 {
    padding-top: 10px !important;
  }
  .spr10 {
    padding-right: 10px !important;
  }
  .spb10 {
    padding-bottom: 10px !important;
  }
  .spl10 {
    padding-left: 10px !important;
  }
  .spt15 {
    padding-top: 15px !important;
  }
  .spr15 {
    padding-right: 15px !important;
  }
  .spb15 {
    padding-bottom: 15px !important;
  }
  .spl15 {
    padding-left: 15px !important;
  }
  .spt20 {
    padding-top: 20px !important;
  }
  .spr20 {
    padding-right: 20px !important;
  }
  .spb20 {
    padding-bottom: 20px !important;
  }
  .spl20 {
    padding-left: 20px !important;
  }
  .spt25 {
    padding-top: 25px !important;
  }
  .spr25 {
    padding-right: 25px !important;
  }
  .spb25 {
    padding-bottom: 25px !important;
  }
  .spl25 {
    padding-left: 25px !important;
  }
  .spt30 {
    padding-top: 30px !important;
  }
  .spr30 {
    padding-right: 30px !important;
  }
  .spb30 {
    padding-bottom: 30px !important;
  }
  .spl30 {
    padding-left: 30px !important;
  }
  .spt35 {
    padding-top: 35px !important;
  }
  .spr35 {
    padding-right: 35px !important;
  }
  .spb35 {
    padding-bottom: 35px !important;
  }
  .spl35 {
    padding-left: 35px !important;
  }
  .spt40 {
    padding-top: 40px !important;
  }
  .spr40 {
    padding-right: 40px !important;
  }
  .spb40 {
    padding-bottom: 40px !important;
  }
  .spl40 {
    padding-left: 40px !important;
  }
  .spt45 {
    padding-top: 45px !important;
  }
  .spr45 {
    padding-right: 45px !important;
  }
  .spb45 {
    padding-bottom: 45px !important;
  }
  .spl45 {
    padding-left: 45px !important;
  }
  .spt50 {
    padding-top: 50px !important;
  }
  .spr50 {
    padding-right: 50px !important;
  }
  .spb50 {
    padding-bottom: 50px !important;
  }
  .spl50 {
    padding-left: 50px !important;
  }
  .spt55 {
    padding-top: 55px !important;
  }
  .spr55 {
    padding-right: 55px !important;
  }
  .spb55 {
    padding-bottom: 55px !important;
  }
  .spl55 {
    padding-left: 55px !important;
  }
  .spt60 {
    padding-top: 60px !important;
  }
  .spr60 {
    padding-right: 60px !important;
  }
  .spb60 {
    padding-bottom: 60px !important;
  }
  .spl60 {
    padding-left: 60px !important;
  }
  .spt65 {
    padding-top: 65px !important;
  }
  .spr65 {
    padding-right: 65px !important;
  }
  .spb65 {
    padding-bottom: 65px !important;
  }
  .spl65 {
    padding-left: 65px !important;
  }
  .spt70 {
    padding-top: 70px !important;
  }
  .spr70 {
    padding-right: 70px !important;
  }
  .spb70 {
    padding-bottom: 70px !important;
  }
  .spl70 {
    padding-left: 70px !important;
  }
  .spt75 {
    padding-top: 75px !important;
  }
  .spr75 {
    padding-right: 75px !important;
  }
  .spb75 {
    padding-bottom: 75px !important;
  }
  .spl75 {
    padding-left: 75px !important;
  }
  .spt80 {
    padding-top: 80px !important;
  }
  .spr80 {
    padding-right: 80px !important;
  }
  .spb80 {
    padding-bottom: 80px !important;
  }
  .spl80 {
    padding-left: 80px !important;
  }
  .spt85 {
    padding-top: 85px !important;
  }
  .spr85 {
    padding-right: 85px !important;
  }
  .spb85 {
    padding-bottom: 85px !important;
  }
  .spl85 {
    padding-left: 85px !important;
  }
  .spt90 {
    padding-top: 90px !important;
  }
  .spr90 {
    padding-right: 90px !important;
  }
  .spb90 {
    padding-bottom: 90px !important;
  }
  .spl90 {
    padding-left: 90px !important;
  }
  .spt95 {
    padding-top: 95px !important;
  }
  .spr95 {
    padding-right: 95px !important;
  }
  .spb95 {
    padding-bottom: 95px !important;
  }
  .spl95 {
    padding-left: 95px !important;
  }
  .spt100 {
    padding-top: 100px !important;
  }
  .spr100 {
    padding-right: 100px !important;
  }
  .spb100 {
    padding-bottom: 100px !important;
  }
  .spl100 {
    padding-left: 100px !important;
  }
}

/* text-align
------------------------------------------------*/
.alignL {
  text-align: left !important;
}

.alignR {
  text-align: right !important;
}

.alignC {
  text-align: center !important;
}

.vAlignM {
  vertical-align: middle !important;
}

/* float
------------------------------------------------*/
.floatL {
  float: left !important;
  display: inline !important;
}

.floatR {
  float: right !important;
  display: inline !important;
}

.floatN {
  float: none !important;
}

/* display
------------------------------------------------*/
.disBlock {
  display: block !important;
}

.disInlBlock {
  display: inline-block !important;
}

.disInline {
  display: inline !important;
}

/* indent
------------------------------------------------*/
.indent1 {
  margin-left: 1em;
  text-indent: -1em;
}

/* font-weight
------------------------------------------------*/
.fwB {
  font-weight: bold;
}

/* fontsize
------------------------------------------------*/
.fs10 {
  font-size: 10px;
  font-size: 1rem;
}

.fs11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.fs12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.fs20 {
  font-size: 20px;
  font-size: 2rem;
}

.fs21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.fs22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.fs23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.fs24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fs25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.fs26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.fs27 {
  font-size: 27px;
  font-size: 2.7rem;
}

.fs28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.fs29 {
  font-size: 29px;
  font-size: 2.9rem;
}

.fs30 {
  font-size: 30px;
  font-size: 3rem;
}

.fs31 {
  font-size: 31px;
  font-size: 3.1rem;
}

.fs32 {
  font-size: 32px;
  font-size: 3.2rem;
}

.fs33 {
  font-size: 33px;
  font-size: 3.3rem;
}

.fs34 {
  font-size: 34px;
  font-size: 3.4rem;
}

.fs35 {
  font-size: 35px;
  font-size: 3.5rem;
}

.fs36 {
  font-size: 36px;
  font-size: 3.6rem;
}

.fs37 {
  font-size: 37px;
  font-size: 3.7rem;
}

.fs38 {
  font-size: 38px;
  font-size: 3.8rem;
}

.fs39 {
  font-size: 39px;
  font-size: 3.9rem;
}

.fs40 {
  font-size: 40px;
  font-size: 4rem;
}

.fs41 {
  font-size: 41px;
  font-size: 4.1rem;
}

.fs42 {
  font-size: 42px;
  font-size: 4.2rem;
}

.fs43 {
  font-size: 43px;
  font-size: 4.3rem;
}

.fs44 {
  font-size: 44px;
  font-size: 4.4rem;
}

.fs45 {
  font-size: 45px;
  font-size: 4.5rem;
}

.fs46 {
  font-size: 46px;
  font-size: 4.6rem;
}

.fs47 {
  font-size: 47px;
  font-size: 4.7rem;
}

.fs48 {
  font-size: 48px;
  font-size: 4.8rem;
}

.fs49 {
  font-size: 49px;
  font-size: 4.9rem;
}

.fs50 {
  font-size: 50px;
  font-size: 5rem;
}

/* hide
------------------------------------------------*/
.sp_hide {
  display: block !important;
}

@media (max-width: 768px) {
  .sp_hide {
    display: none !important;
  }
}

.pc_hide {
  display: none !important;
}

@media (max-width: 768px) {
  .pc_hide {
    display: block !important;
  }
}

/* hide
------------------------------------------------*/
.hover, .basic_btn, #header .logo a, #header .header_map_btn, #header .header_search_box .header_search_btn, #header .header_nav li a, #index_news .news_columns .news_column_item .news_topics .news_topic, #index_news .news_columns .news_column_item .read_more, .news_index_item, .professor_list .professor_list_item, .mainBlock.professor .mainPanel .morBlock a {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hover:hover, .basic_btn:hover, #header .logo a:hover, #header .header_map_btn:hover, #header .header_search_box .header_search_btn:hover, #header .header_nav li a:hover, #index_news .news_columns .news_column_item .news_topics .news_topic:hover, #index_news .news_columns .news_column_item .read_more:hover, .news_index_item:hover, .professor_list .professor_list_item:hover, .mainBlock.professor .mainPanel .morBlock a:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/* clearfix
------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.hover, .basic_btn, #header .logo a, #header .header_map_btn, #header .header_search_box .header_search_btn, #header .header_nav li a, #index_news .news_columns .news_column_item .news_topics .news_topic, #index_news .news_columns .news_column_item .read_more, .news_index_item, .professor_list .professor_list_item, .mainBlock.professor .mainPanel .morBlock a {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hover:hover, .basic_btn:hover, #header .logo a:hover, #header .header_map_btn:hover, #header .header_search_box .header_search_btn:hover, #header .header_nav li a:hover, #index_news .news_columns .news_column_item .news_topics .news_topic:hover, #index_news .news_columns .news_column_item .read_more:hover, .news_index_item:hover, .professor_list .professor_list_item:hover, .mainBlock.professor .mainPanel .morBlock a:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*-----------------------------------------------------------
#wrap
-------------------------------------------------------------*/
#wrap {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 76px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
  #wrap {
    padding-top: 11.2vw;
  }
}

body.scroll #wrap,
body.is-second #wrap {
  padding-top: 116px;
}

@media (max-width: 768px) {
  body.scroll #wrap,
  body.is-second #wrap {
    padding-top: 26.13333vw;
  }
}

.inner {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1335px;
}

@media (max-width: 768px) {
  .inner {
    width: auto;
  }
}

.section_title {
  color: #00c1d5;
  font-family: "Didact Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  padding-left: 26px;
  line-height: 29px;
  margin-bottom: 24px;
  position: relative;
}

@media (max-width: 768px) {
  .section_title {
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.4;
    padding-left: 5.06667vw;
    margin-bottom: 4.93333vw;
  }
}

.section_title:before {
  content: "";
  background-color: #00c1d5;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .section_title:before {
    width: 7px;
  }
}

.banner_btn {
  border: 2px solid #00c1d5;
  height: 95px;
  display: block;
  line-height: 95px;
  color: #00c1d5;
  text-decoration: none;
  text-align: center;
  font-size: 33px;
  font-size: 3.3rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: url(/wp-content/themes/gssm2020/assets/img/icon_arrow04.svg) no-repeat 0 0;
}

@media (max-width: 768px) {
  .banner_btn {
    background-size: 21px;
    height: 12.53333vw;
    line-height: 12vw;
    font-size: 30px;
    font-size: 4vw;
  }
}

.banner_btn:hover {
  background-color: rgba(0, 193, 213, 0.15);
}

.basic_btn {
  font-size: 17px;
  font-size: 1.7rem;
  width: 340px;
  line-height: 54px;
  text-align: center;
  display: block;
  text-decoration: none;
  background: #00c0d4;
  color: #fff !important;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .basic_btn {
    width: 50.66667vw;
    line-height: 7.73333vw;
    font-size: 22px;
    font-size: 2.93333vw;
  }
}

#breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  #breadcrumb {
    margin-bottom: 4.13333vw;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

#breadcrumb li {
  font-size: 12px;
  font-size: 1.2rem;
  color: #898989;
}

@media (max-width: 768px) {
  #breadcrumb li {
    font-size: 20px;
    font-size: 2.66667vw;
    white-space: nowrap;
  }
}

#breadcrumb li:before {
  content: "＞";
  display: inline-block;
  padding: 0 1em;
}

#breadcrumb li:first-child:before {
  display: none;
}

#breadcrumb li a {
  color: #898989;
  line-height: 1;
  text-decoration: underline;
}

#breadcrumb li a:hover {
  text-decoration: none;
}

#main .inner {
  padding-top: 22px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  #main .inner {
    padding-bottom: 20px;
    margin-left: 9.06667vw;
    margin-right: 9.06667vw;
  }
}

.title_style01 {
  color: #797979;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.34783;
  margin: 0 13px 24px;
}

@media (max-width: 768px) {
  .title_style01 {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.29167;
    margin: 0 auto 2.93333vw;
  }
}

.center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.title_style02 {
  background: #00c0d4;
  color: #fff;
  font-size: 38px;
  font-size: 3.8rem;
  padding: 18px 0;
  text-align: center;
  line-height: 1.2381;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .title_style02 {
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.34375;
    padding: 2.26667vw 0;
    margin-bottom: 3.73333vw;
  }
}

.title_style03 {
  background: #582487;
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  padding: 10px 0;
  text-align: center;
  line-height: 1.13333;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .title_style03 {
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.10714;
    padding: 1.06667vw 0;
    margin-top: 3.73333vw;
    margin-bottom: 3.73333vw;
  }
}

.renewal_caution {
  color: #d4003f;
}

.fas {
  text-indent: 0 !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0 !important;
}

#header {
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
}

@media (max-width: 768px) {
  #header {
    height: 11.2vw;
  }
}

#header .logo {
  width: 423px;
  height: 51px;
  color: #5c068c;
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  left: 17px;
}

@media (max-width: 768px) {
  #header .logo {
    width: 62.8vw;
    height: 7.06667vw;
    left: 2.93333vw;
  }
}

#header .logo a {
  display: block;
  width: 423px;
  height: 51px;
  background: #c89998;
  background: url(/wp-content/themes/gssm2020/assets/img/logo_header.svg) no-repeat 0 0;
  padding-top: 38px;
  padding-left: 66px;
  text-decoration: none;
  color: #5c068c;
}

@media (max-width: 768px) {
  #header .logo a {
    width: 62.8vw;
    height: 7.06667vw;
    background: url(/wp-content/themes/gssm2020/assets/img/logo_header_sp.svg) no-repeat 0 0;
    background-size: 100%;
    padding-top: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
  }
}

#header .logo a:hover {
  text-decoration: none;
}

#header .logo a span:after {
  content: "｜";
  display: inline-block;
}

@media (max-width: 768px) {
  #header .logo a span:after {
    display: none;
  }
}

#header .right_column {
  width: 500px;
  margin-right: 16px;
}

@media (max-width: 768px) {
  #header .right_column {
    width: 26.13333vw;
    margin-right: 0;
  }
}

#header .right_column_row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  #header .right_column_row1 {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #header .right_column_row2 {
    display: none;
  }
}

#header .header_language {
  width: 75px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  #header .header_language {
    width: 13.46667vw;
    height: 3.73333vw;
  }
}

#header .header_language li {
  width: 50%;
  border: 1px solid #5c068c;
}

#header .header_language li a {
  text-decoration: none;
  color: #5c068c;
  line-height: 18px;
  text-align: center;
  display: block;
  font-size: 10px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  #header .header_language li a {
    line-height: 3.73333vw;
  }
}

#header .header_language li.is-active {
  background: #5c068c;
}

#header .header_language li.is-active a {
  color: #fff;
  pointer-events: none;
}

#header .header_menu_btn {
  display: none;
}

@media (max-width: 768px) {
  #header .header_menu_btn {
    display: block;
    padding: 4px 5px;
    margin-left: 3.33333vw;
    margin-right: 10px;
  }
  #header .header_menu_btn:before, #header .header_menu_btn:after {
    content: "";
    display: block;
    height: 3px;
    background: #582487;
    width: 20px;
  }
  #header .header_menu_btn span {
    display: block;
    height: 3px;
    background: #582487;
    width: 20px;
    margin: 4px 0;
    text-indent: -9999px;
    overflow: hidden;
  }
}

#header .header_map_btn {
  background: url(/wp-content/themes/gssm2020/assets/img/icon_map.svg) no-repeat 0 0;
  width: 20px;
  height: 27px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: 26px;
}

@media (max-width: 768px) {
  #header .header_map_btn {
    display: none;
  }
}

#header .header_search_box {
  border-left: 1px solid #5c068c;
  margin-left: 16px;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  #header .header_search_box {
    display: none;
  }
}

#header .header_search_box .header_search_btn {
  background: url(/wp-content/themes/gssm2020/assets/img/icon_search.svg) no-repeat 0 0;
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

#header .header_search_box #search form.gsc-search-box {
  margin-bottom: 0;
}

#header .header_search_box #search table.gsc-search-box {
  margin-bottom: 0;
}

#header .header_search_box #search .gsc-input {
  width: 200px;
  padding-right: 0;
}

#header .header_search_box #search .cse input.gsc-search-button,
#header .header_search_box #search input.gsc-search-button {
  border: none;
  text-indent: -9999px;
  width: 30px;
  height: 28px;
  min-width: 30px;
  padding: 0;
  margin: 0;
  background: #5c068c url(/wp-content/themes/gssm2020/assets/img/icon_search02.svg) no-repeat 50% 50%;
  background-size: 16px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

#header .header_search_box #search input.gsc-input {
  border: 1px solid #5c068c;
  height: 28px;
}

#header .header_search_box #search .gsc-clear-button,
#header .header_search_box #cse .gsc-clear-button {
  display: none;
}

#header .header_search_box.is-open #search {
  display: block;
}

#header .header_search_box.is-open .header_search_btn {
  display: none;
}

#header .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#header .header_nav li {
  border-left: 1px solid #4b3879;
  padding-left: 16px;
  margin-right: 16px;
}

#header .header_nav li a {
  font-size: 11px;
  font-size: 1.1rem;
  color: #4b3879;
  text-decoration: none;
}

#sp_menu {
  background: #582487;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 0;
  top: 0;
  width: 73.2vw;
  height: 100%;
  z-index: 100;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translate3d(73.2vw, 0, 0);
  transform: translate3d(73.2vw, 0, 0);
}

#sp_menu .sp_menu_inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9.33333vw 0 10vw;
}

#sp_menu .close_btn {
  display: block;
  position: absolute;
  background: url(/wp-content/themes/gssm2020/assets/img/icon_close.svg) no-repeat 0 0;
  background-size: 100%;
  width: 3.06667vw;
  height: 3.06667vw;
  text-indent: -9999px;
  overflow: hidden;
  right: 5.06667vw;
  top: 3.06667vw;
}

#sp_menu .header_nav1 .header_nav_inner {
  width: 54.93333vw;
  margin: 0 auto;
}

#sp_menu .header_nav1 .header_nav_inner .header_nav_title {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1;
  position: relative;
  font-size: 28px;
  font-size: 3.73333vw;
  padding-bottom: 2vw;
  margin-top: 6vw;
}

#sp_menu .header_nav1 .header_nav_inner .header_nav_title:after {
  content: "";
  background: url(/wp-content/themes/gssm2020/assets/img/icon_arrow08_sp.svg) no-repeat 0 0;
  background-size: 9px;
  width: 9px;
  height: 7px;
  position: absolute;
  right: 0.66667vw;
  bottom: 2vw;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#sp_menu .header_nav1 .header_nav_inner ul {
  display: none;
}

#sp_menu .header_nav1 .header_nav_inner ul li a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-size: 2.66667vw;
  text-decoration: none;
  line-height: 7.6vw;
}

#sp_menu .header_nav1 .header_nav_inner.is-open .header_nav_title:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  #sp_menu .header_nav1 .header_nav_inner.is-open ul {
    display: none;
  }
}

#sp_menu .header_nav2 {
  width: 54.93333vw;
  height: 18vw;
  margin: 11.06667vw auto 11.73333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sp_menu .header_nav2 li {
  width: 50%;
}

#sp_menu .header_nav2 li:first-child {
  border-right: 1px solid #fff;
}

#sp_menu .header_nav2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 16vw;
  text-align: center;
  letter-spacing: 0.15em;
  color: #fff;
  text-decoration: none;
  font-size: 21.8px;
  font-size: 2.90667vw;
  height: 100%;
  line-height: 1;
}

#sp_menu .header_nav2 li a.map_btn {
  background: url(/wp-content/themes/gssm2020/assets/img/icon_map_sp.svg) no-repeat 50% 0.26667vw;
  background-size: 8.26667vw;
}

#sp_menu .header_nav2 li a.search_btn {
  background: url(/wp-content/themes/gssm2020/assets/img/icon_search_sp.svg) no-repeat 50% 0.93333vw;
  background-size: 9.73333vw;
}

#sp_menu .header_nav3 {
  width: 34.8vw;
  margin: 0 auto;
}

#sp_menu .header_nav3 li {
  width: 100%;
  margin-top: 4.13333vw;
}

#sp_menu .header_nav3 li:first-child {
  margin-top: 0;
}

#sp_menu .header_nav3 li a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 25px;
  font-size: 3.33333vw;
  line-height: 9.06667vw;
  text-align: center;
  text-decoration: none;
}

body.is-sp-menu-on {
  max-height: 100vh;
  overflow: hidden;
}

body.is-sp-menu-on #sp_menu {
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}

#main_visual {
  background: #000;
  position: relative;
  display: none;
}

#main_visual .main_inner {
  position: relative;
}

#main_visual img {
  width: 100%;
  height: auto;
  -webkit-filter: sepia(100%) grayscale(70%);
  filter: sepia(100%) grayscale(70%);
  -webkit-transition: 3s ease-in-out;
  -o-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
  opacity: 0.5;
}

#main_visual .main_copy {
  content: "";
  display: block;
  width: 100%;
  height: 37px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.31em;
}

@media (max-width: 768px) {
  #main_visual .main_copy {
    font-size: 35px;
    font-size: 4.66667vw;
    line-height: 1.57143;
  }
}

#main_visual:before {
  content: "";
  display: block;
  background: url(/wp-content/themes/gssm2020/assets/img/logo_mv.png) no-repeat 0 0;
  width: 287px;
  height: 109px;
  position: absolute;
  right: 83px;
  margin: auto;
  bottom: 60px;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  z-index: 1;
  opacity: 0;
}

@media (max-width: 768px) {
  #main_visual:before {
    background: url(/wp-content/themes/gssm2020/assets/img/logo_mv_sp.png) no-repeat 0 0;
    background-size: 100%;
    width: 40.93333vw;
    height: 16.13333vw;
    bottom: 21.86667vw;
    right: 0;
    left: 0;
    margin: auto;
  }
}

#main_visual:after {
  content: "";
  display: block;
  background: url(/wp-content/themes/gssm2020/assets/img/icon_arrow01.svg) no-repeat 0 0;
  width: 51px;
  height: 71px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: 1.5s ease-in-out;
  -o-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}

@media (max-width: 768px) {
  #main_visual:after {
    background-size: 100%;
    width: 7.06667vw;
    height: 10.53333vw;
    bottom: 2.66667vw;
  }
}

#main_visual.is-step1 .main_copy {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

#main_visual.is-step2 img {
  -webkit-filter: sepia(0) grayscale(0);
  filter: sepia(0) grayscale(0);
  opacity: 1;
}

#main_visual.is-step2:before {
  bottom: 41px;
  opacity: 1;
}

@media (max-width: 768px) {
  #main_visual.is-step2:before {
    bottom: 19.2vw;
  }
}

#main_visual.is-active .main_copy {
  opacity: 0;
}

#main_visual.is-active:after {
  opacity: 1;
  -webkit-animation: bound-anim 2s infinite;
  animation: bound-anim 2s infinite;
}

@media (max-width: 768px) {
  #main_visual.is-active:after {
    -webkit-animation: bound-anim-sp 2s infinite;
    animation: bound-anim-sp 2s infinite;
  }
}

@-webkit-keyframes bound-anim {
  0%, 100% {
    bottom: 20px;
  }
  50% {
    bottom: 30px;
  }
}

@keyframes bound-anim {
  0%, 100% {
    bottom: 20px;
  }
  50% {
    bottom: 30px;
  }
}

@-webkit-keyframes bound-anim-sp {
  0%, 100% {
    bottom: 3.33333vw;
  }
  50% {
    bottom: 4.66667vw;
  }
}

@keyframes bound-anim-sp {
  0%, 100% {
    bottom: 3.33333vw;
  }
  50% {
    bottom: 4.66667vw;
  }
}

#main_menu {
  background: #00c0d4;
  height: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  width: 100%;
}

@media (max-width: 768px) {
  #main_menu {
    height: auto;
  }
}

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

@media (max-width: 768px) {
  #main_menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#main_menu ul li {
  width: 25%;
  text-align: center;
  line-height: 40px;
  position: relative;
}

@media (max-width: 768px) {
  #main_menu ul li {
    line-height: 7.6vw;
  }
}

#main_menu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  #main_menu ul li a {
    font-size: 22px;
    font-size: 2.93333vw;
  }
}

#main_menu ul li a:hover {
  text-decoration: underline;
}

#main_menu ul li:after {
  content: "";
  height: 26px;
  width: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  #main_menu ul li:after {
    height: 3.6vw;
  }
}

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

@media (max-width: 768px) {
  #main_menu ul li:nth-child(1), #main_menu ul li:nth-child(2) {
    width: 50vw;
  }
}

@media (max-width: 768px) {
  #main_menu ul li:nth-child(2):after {
    display: none;
  }
}

@media (max-width: 768px) {
  #main_menu ul li:nth-child(3), #main_menu ul li:nth-child(4), #main_menu ul li:nth-child(5) {
    width: 33.33333vw;
  }
}

#main_menu ul li.is-active {
  background: #582487;
}

body.is-second #main_menu {
  position: fixed;
  width: 100%;
  top: 76px;
  z-index: 1;
  /*  position: fixed;
  width: 100%;
  top: 76px;
  left: 0;
  z-index: 1;
  @include transition();*/
}

@media (max-width: 768px) {
  body.is-second #main_menu {
    top: 11.2vw;
  }
}

body.scroll #main_menu {
  position: fixed;
  top: 76px;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  body.scroll #main_menu {
    top: 11.2vw;
  }
}

#sub_navigation .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 39px 0 32px;
}

@media (max-width: 768px) {
  #sub_navigation .flex {
    display: block;
    margin: 0 8.53333vw;
    padding: 6.4vw 0 8vw;
  }
}

#sub_navigation .flex .column_title {
  color: #00c1d5;
  border-bottom: 1px solid #00c1d5;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1;
  padding-bottom: 14px;
  margin-bottom: 7px;
}

@media (max-width: 768px) {
  #sub_navigation .flex .column_title {
    position: relative;
    font-size: 28px;
    font-size: 3.73333vw;
    padding-bottom: 1.46667vw;
    margin-top: 4.93333vw;
  }
  #sub_navigation .flex .column_title:after {
    content: "";
    background: url(/wp-content/themes/gssm2020/assets/img/icon_arrow06.svg) no-repeat 0 0;
    background-size: 11px;
    width: 11px;
    height: 8px;
    position: absolute;
    right: 0;
    bottom: 2vw;
  }
}

#sub_navigation .flex .flex_column:nth-child(1) {
  width: 18.72659%;
}

@media (max-width: 768px) {
  #sub_navigation .flex .flex_column:nth-child(1) {
    width: 100%;
  }
  #sub_navigation .flex .flex_column:nth-child(1) .column_title {
    margin-top: 0;
  }
}

#sub_navigation .flex .flex_column:nth-child(2) {
  width: 14.23221%;
}

@media (max-width: 768px) {
  #sub_navigation .flex .flex_column:nth-child(2) {
    width: 100%;
  }
}

#sub_navigation .flex .flex_column:nth-child(3) {
  width: 16.85393%;
}

@media (max-width: 768px) {
  #sub_navigation .flex .flex_column:nth-child(3) {
    width: 100%;
  }
}

#sub_navigation .flex .flex_column:nth-child(4) {
  width: 9.88764%;
}

@media (max-width: 768px) {
  #sub_navigation .flex .flex_column:nth-child(4) {
    width: 100%;
  }
}

#sub_navigation .flex .flex_column:nth-child(5) {
  width: 18.42697%;
}

@media (max-width: 768px) {
  #sub_navigation .flex .flex_column:nth-child(5) {
    width: 100%;
  }
}

#sub_navigation .flex .flex_column ul {
  display: block;
}

@media (max-width: 768px) {
  #sub_navigation .flex .flex_column ul {
    display: none;
  }
}

#sub_navigation .flex .flex_column ul li {
  margin-bottom: 8px;
  line-height: 1.53846;
  font-size: 13px;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  #sub_navigation .flex .flex_column ul li {
    font-size: 24px;
    font-size: 3.2vw;
  }
}

#sub_navigation .flex .flex_column ul li a {
  color: #595757;
  text-decoration: none;
}

@media (max-width: 768px) {
  #sub_navigation .flex .flex_column ul li a {
    display: block;
  }
}

#sub_navigation .flex .flex_column ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  #sub_navigation .flex .flex_column.is-open ul {
    display: none;
  }
}

#footer {
  background: #000 url(/wp-content/themes/gssm2020/assets/img/footer_bg.png) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

@media (max-width: 768px) {
  #footer {
    background: #000 url(/wp-content/themes/gssm2020/assets/img/footer_bg_sp.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

#footer .inner {
  height: 146px;
}

@media (max-width: 768px) {
  #footer .inner {
    height: 93.33333vw;
    padding-top: 6.4vw;
  }
}

#footer .fotter_nav {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0;
}

@media (max-width: 768px) {
  #footer .fotter_nav {
    display: block;
    width: 59.06667vw;
    margin: 0 auto 3.46667vw;
    padding: 4.66667vw 0 0;
  }
}

#footer .fotter_nav li {
  border-right: 1px solid #fff;
  padding-right: 24px;
  margin-right: 24px;
}

@media (max-width: 768px) {
  #footer .fotter_nav li {
    border: 1px solid #fff;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 2.93333vw;
    line-height: 7.73333vw;
  }
}

#footer .fotter_nav li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  #footer .fotter_nav li a {
    display: block;
    padding-left: 5.86667vw;
    background: url(/wp-content/themes/gssm2020/assets/img/icon_arrow07.svg) no-repeat 54.26667vw 50%;
    background-size: 5px;
    font-size: 20px;
    font-size: 2.66667vw;
  }
}

#footer .fotter_nav li a:hover {
  text-decoration: underline;
}

#footer .fotter_logo {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.92308;
  position: absolute;
  right: 0;
  top: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-shadow: 0 0 3px #000;
  color: #fff;
  padding-left: 246px;
  background: url(/wp-content/themes/gssm2020/assets/img/logo_footer.png) no-repeat 0 50%;
  height: 58px;
  padding-top: 6px;
}

@media (max-width: 768px) {
  #footer .fotter_logo {
    background: url(/wp-content/themes/gssm2020/assets/img/logo_footer.png) no-repeat 0 0;
    background-size: 59.06667vw;
    width: 59.06667vw;
    position: relative;
    top: auto;
    margin: 0 auto 3.46667vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.25;
    padding-left: 0;
    padding-top: 15.86667vw;
    height: auto;
  }
}

#footer .fotter_logo.is-english {
  line-height: 1.23077;
}

#footer .fotter_address {
  width: 520px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-shadow: 0 0 3px #000;
  color: #fff;
}

@media (max-width: 768px) {
  #footer .fotter_address {
    position: relative;
    top: auto;
    right: auto;
    font-size: 20px;
    font-size: 2.66667vw;
    line-height: 1.25;
    width: 59.06667vw;
    margin: 0 auto;
    display: block;
  }
}

#footer .fotter_address dt {
  padding-right: 14px;
  margin-right: 14px;
  border-right: 1px solid #fff;
}

@media (max-width: 768px) {
  #footer .fotter_address dt {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}

#footer .copyright {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  text-align: left;
  position: absolute;
  left: 0;
  top: 112px;
}

@media (max-width: 768px) {
  #footer .copyright {
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
    width: 81.33333vw;
    margin: 0 auto;
    line-height: 1.2;
  }
}

.totop {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  position: fixed;
  right: 20px;
  bottom: 90px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.36) url(/wp-content/themes/gssm2020/assets/img/icon_arrow02.svg) no-repeat 50% 50%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  text-indent: -9999px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .totop {
    width: 27px;
    height: 27px;
    right: 1.73333vw;
    background-size: 14px;
  }
}

.scroll .totop {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: auto;
  bottom: 100px;
}

.scroll .totop:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#index_news {
  margin-bottom: 32px;
  padding-top: 54px;
}

@media (max-width: 768px) {
  #index_news {
    margin-right: 6.8vw;
    margin-left: 6.8vw;
    margin-bottom: 7.86667vw;
    padding-top: 5.33333vw;
  }
}

#index_news .news_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 768px) {
  #index_news .news_columns {
    display: block;
    padding: 0 1.6vw;
  }
}

#index_news .news_columns .news_column_item {
  width: 46.51852%;
}

@media (max-width: 768px) {
  #index_news .news_columns .news_column_item {
    width: 100%;
  }
}

#index_news .news_columns .news_column_item:before {
  content: "";
  display: block;
  background: #00c1d5;
  width: 1px;
  height: calc(100% - 39px);
  position: absolute;
  left: 50%;
  top: 0;
}

@media (max-width: 768px) {
  #index_news .news_columns .news_column_item:before {
    display: none;
  }
}

@media (max-width: 768px) {
  #index_news .news_columns .news_column_item.is-news {
    border-bottom: 1px solid #00c1d5;
    margin-bottom: 7.46667vw;
    padding-bottom: 3.2vw;
  }
}

#index_news .news_columns .news_column_item .news_topics .news_topic {
  border: 1px solid #00c1d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #3e3a39;
  text-decoration: none;
  margin-top: 17px;
}

@media (max-width: 768px) {
  #index_news .news_columns .news_column_item .news_topics .news_topic {
    margin-top: 2.26667vw;
  }
}

#index_news .news_columns .news_column_item .news_topics .news_topic:before {
  content: "";
  height: 100%;
  background: #00c1d5;
  display: block;
  position: absolute;
  width: 102px;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  #index_news .news_columns .news_column_item .news_topics .news_topic:before {
    width: 13.6vw;
  }
}

#index_news .news_columns .news_column_item .news_topics .news_topic .news_meta {
  width: 102px;
  text-align: center;
  position: relative;
  padding: 8px 0 13px;
}

@media (max-width: 768px) {
  #index_news .news_columns .news_column_item .news_topics .news_topic .news_meta {
    width: 13.6vw;
    padding: 2px 0 5px;
  }
}

#index_news .news_columns .news_column_item .news_topics .news_topic .news_meta .category {
  width: 68px;
  color: #fff;
  line-height: 18px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 auto 8px;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  #index_news .news_columns .news_column_item .news_topics .news_topic .news_meta .category {
    width: 12.66667vw;
    font-size: 20px;
    font-size: 2.66667vw;
    line-height: 13px;
    margin: 0 auto 4px;
  }
}

#index_news .news_columns .news_column_item .news_topics .news_topic .news_meta .category.category-entrance {
  background: #5d439a;
}

#index_news .news_columns .news_column_item .news_topics .news_topic .news_meta .category.category-master {
  background: #c9a063;
}

#index_news .news_columns .news_column_item .news_topics .news_topic .news_meta .category.category-doctor {
  background: #c91f11;
}

#index_news .news_columns .news_column_item .news_topics .news_topic .news_meta .category.category-lecture {
  background: #7ec92e;
}

#index_news .news_columns .news_column_item .news_topics .news_topic .news_meta .category.category-event {
  background: #e4007f;
}

#index_news .news_columns .news_column_item .news_topics .news_topic .news_meta .category.category-news {
  background: #e45f51;
}

#index_news .news_columns .news_column_item .news_topics .news_topic .news_meta .date {
  font-family: "Didact Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  width: 68px;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}

@media (max-width: 768px) {
  #index_news .news_columns .news_column_item .news_topics .news_topic .news_meta .date {
    width: 8.26667vw;
  }
}

#index_news .news_columns .news_column_item .news_topics .news_topic .news_meta .date .year {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  #index_news .news_columns .news_column_item .news_topics .news_topic .news_meta .date .year {
    font-size: 20px;
    font-size: 2.66667vw;
    padding-bottom: 4px;
    margin-bottom: 2px;
  }
}

#index_news .news_columns .news_column_item .news_topics .news_topic .news_meta .date .month {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  #index_news .news_columns .news_column_item .news_topics .news_topic .news_meta .date .month {
    font-size: 20px;
    font-size: 2.66667vw;
  }
}

#index_news .news_columns .news_column_item .news_topics .news_topic .news_title {
  padding: 0 26px;
  width: calc(100% - 102px);
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  #index_news .news_columns .news_column_item .news_topics .news_topic .news_title {
    width: 100%;
    font-size: 20px;
    font-size: 2.66667vw;
    line-height: 1.2;
    padding: 0 3.2vw;
  }
}

#index_news .news_columns .news_column_item .news_topics .news_topic:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {
  #index_news .news_columns .news_column_item .news_topics .news_topic:first-child {
    margin-top: 0;
  }
}

#index_news .news_columns .news_column_item .news_topics .news_topic:first-child:after {
  content: "NEW";
  display: block;
  position: absolute;
  right: -10px;
  top: -7px;
  background: #fff100;
  text-align: center;
  font-family: "Didact Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #00c1d5;
  width: 57px;
  height: 57px;
  line-height: 57px;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 50%;
}

@media (max-width: 768px) {
  #index_news .news_columns .news_column_item .news_topics .news_topic:first-child:after {
    font-size: 20px;
    font-size: 2.66667vw;
    width: 7.6vw;
    height: 7.6vw;
    line-height: 7.6vw;
  }
}

#index_news .news_columns .news_column_item .news_topics .news_topic:first-child .news_title {
  padding: 0 50px 0 26px;
}

@media (max-width: 768px) {
  #index_news .news_columns .news_column_item .news_topics .news_topic:first-child .news_title {
    padding: 0 5.33333vw 0 3.2vw;
  }
}

#index_news .news_columns .news_column_item .read_more {
  margin: 19px 0 0 auto;
  width: 123px;
  height: 20px;
  display: block;
  color: #727171;
  text-decoration: none;
  background: url(/wp-content/themes/gssm2020/assets/img/icon_arrow03.svg) no-repeat 100% 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  #index_news .news_columns .news_column_item .read_more {
    background: url(/wp-content/themes/gssm2020/assets/img/icon_arrow03_sp.svg) no-repeat 100% 100%;
    background-size: auto 10px;
    font-size: 20px;
    font-size: 2.66667vw;
    width: 20.53333vw;
    height: 3.73333vw;
    margin: 2.53333vw 0 0 auto;
  }
}

#index_programs {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  #index_programs {
    margin-right: 6.8vw;
    margin-left: 6.8vw;
    margin-bottom: 9.6vw;
  }
}

#index_programs .programs_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  #index_programs .programs_columns {
    padding: 0 1.6vw;
  }
}

#index_programs .programs_columns .programs_column_item {
  border: 2px solid #00c1d5;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.55;
  background: url(/wp-content/themes/gssm2020/assets/img/icon_arrow04.svg) no-repeat 0 0;
  width: 31.61049%;
}

@media (max-width: 768px) {
  #index_programs .programs_columns .programs_column_item {
    font-size: 22px;
    font-size: 2.93333vw;
    background-size: 21px;
    width: 40.53333vw;
    min-height: 23.2vw;
  }
}

#index_programs .programs_columns .programs_column_item.is-message {
  background: none;
}

@media (max-width: 768px) {
  #index_programs .programs_columns .programs_column_item.is-message {
    width: 100%;
    margin-bottom: 4vw;
    max-height: 20.13333vw;
  }
}

#index_programs .programs_columns .programs_column_item.is-message .programs_column_text {
  width: 68.48341%;
}

@media (max-width: 768px) {
  #index_programs .programs_columns .programs_column_item.is-message .programs_column_text {
    width: 61.86667vw;
  }
}

#index_programs .programs_columns .programs_column_item a {
  text-decoration: none;
  color: #00c1d5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  #index_programs .programs_columns .programs_column_item a {
    overflow: hidden;
  }
}

#index_programs .programs_columns .programs_column_item a:hover {
  background-color: rgba(0, 193, 213, 0.15);
}

#index_programs .programs_columns .programs_column_item .programs_column_img {
  width: 31.51659%;
}

@media (max-width: 768px) {
  #index_programs .programs_columns .programs_column_item .programs_column_img {
    width: 21.6vw;
  }
}

#index_programs .programs_columns .programs_column_item .programs_column_img img {
  width: 100%;
  height: auto;
}

#index_interview {
  margin-bottom: 58px;
}

@media (max-width: 768px) {
  #index_interview {
    margin-right: 6.8vw;
    margin-left: 6.8vw;
    margin-bottom: 5.46667vw;
  }
}

#index_interview .interview_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 58px;
}

@media (max-width: 768px) {
  #index_interview .interview_columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.6vw;
    margin-bottom: 5.6vw;
  }
}

#index_interview .interview_columns .interview_column_item {
  width: 48.83895%;
}

@media (max-width: 768px) {
  #index_interview .interview_columns .interview_column_item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #index_interview .interview_columns .interview_column_item:first-child {
    margin-bottom: 4.8vw;
  }
}

#index_interview .interview_columns .interview_column_item h3 {
  line-height: 63px;
  background: #00c1d5;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  padding: 0 4.60123%;
  position: relative;
}

@media (max-width: 768px) {
  #index_interview .interview_columns .interview_column_item h3 {
    line-height: 8vw;
    font-size: 24px;
    font-size: 3.2vw;
  }
}

#index_interview .interview_columns .interview_column_item h3 a {
  background: url(/wp-content/themes/gssm2020/assets/img/icon_arrow05.svg) no-repeat 100% 50%;
  width: 105px;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  position: absolute;
  right: 2.45399%;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 11px;
  font-size: 1.1rem;
  color: #00c1d5;
  padding-left: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
  #index_interview .interview_columns .interview_column_item h3 a {
    height: 4.26667vw;
    line-height: 4.26667vw;
    font-size: 20px;
    font-size: 2.66667vw;
    background-size: 100%;
    width: 20.4vw;
    padding-left: 1.33333vw;
  }
}

#index_interview .interview_columns .interview_column_item h3 a:hover {
  opacity: 0.85;
}

#index_interview .interview_columns .interview_column_item .interview_column_img img {
  width: 100%;
  height: auto;
}

.index_contents_links {
  background: #f2efe7;
}

.index_contents_links .inner {
  padding: 48px 0 52px;
}

@media (max-width: 768px) {
  .index_contents_links .inner {
    padding: 7.86667vw 0 6.8vw;
    margin-right: 8vw;
    margin-left: 8vw;
  }
}

.index_contents_links .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index_contents_links .inner ul li {
  width: 47.94007%;
  background: #fff;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .index_contents_links .inner ul li {
    width: 100%;
    margin-bottom: 2.8vw;
  }
  .index_contents_links .inner ul li:last-child {
    margin-bottom: 0;
  }
}

.index_contents_links .inner ul li a {
  display: block;
  line-height: 79px;
  color: #00c1d5;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  position: relative;
  padding-left: 79px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .index_contents_links .inner ul li a {
    line-height: 10.26667vw;
    font-size: 25.5px;
    font-size: 3.4vw;
    padding-left: 10.26667vw;
  }
}

.index_contents_links .inner ul li a:before {
  content: "";
  background-color: #00c1d5;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 79px;
  height: 79px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .index_contents_links .inner ul li a:before {
    width: 10.26667vw;
    height: 10.26667vw;
  }
}

.index_contents_links .inner ul li a:hover {
  background-color: rgba(0, 193, 213, 0.15);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.index_contents_links .inner ul li:nth-child(1) a:before {
  background-image: url(/wp-content/themes/gssm2020/assets/img/icon_index01.svg);
}

@media (max-width: 768px) {
  .index_contents_links .inner ul li:nth-child(1) a:before {
    background-size: 6.26667vw;
  }
}

.index_contents_links .inner ul li:nth-child(2) a:before {
  background-image: url(/wp-content/themes/gssm2020/assets/img/icon_index02.svg);
}

@media (max-width: 768px) {
  .index_contents_links .inner ul li:nth-child(2) a:before {
    background-size: 6vw;
  }
}

.index_contents_links .inner ul li:nth-child(3) a:before {
  background-image: url(/wp-content/themes/gssm2020/assets/img/icon_index03.svg);
}

@media (max-width: 768px) {
  .index_contents_links .inner ul li:nth-child(3) a:before {
    background-size: 4.13333vw;
  }
}

.index_contents_links .inner ul li:nth-child(4) a:before {
  background-image: url(/wp-content/themes/gssm2020/assets/img/icon_index04.svg);
}

@media (max-width: 768px) {
  .index_contents_links .inner ul li:nth-child(4) a:before {
    background-size: 5.86667vw;
  }
}

.index_contents_links .inner ul li:nth-child(5) a:before {
  background-image: url(/wp-content/themes/gssm2020/assets/img/icon_index05.svg);
}

@media (max-width: 768px) {
  .index_contents_links .inner ul li:nth-child(5) a:before {
    background-size: 6vw;
  }
}

.index_contents_links .inner ul li:nth-child(6) a:before {
  background-image: url(/wp-content/themes/gssm2020/assets/img/icon_index06.svg);
}

@media (max-width: 768px) {
  .index_contents_links .inner ul li:nth-child(6) a:before {
    background-size: 5.73333vw;
  }
}

.news_tab, .page_tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .news_tab, .page_tab {
    margin-bottom: 3.73333vw;
  }
}

.news_tab li, .page_tab li {
  width: 50%;
  line-height: 54px;
}

@media (max-width: 768px) {
  .news_tab li, .page_tab li {
    line-height: 6.93333vw;
  }
}

.news_tab li a, .page_tab li a {
  text-align: center;
  display: block;
  background: #c9caca;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .news_tab li a, .page_tab li a {
    font-size: 22px;
    font-size: 2.93333vw;
  }
}

.news_tab li a:hover, .page_tab li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.news_tab li.is-active a, .page_tab li.is-active a {
  pointer-events: none;
  background: #582487;
}

.news_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 13px 50px;
}

@media (max-width: 768px) {
  .news_category {
    margin: 0 auto 6.66667vw;
  }
}

.news_category li {
  position: relative;
  padding-right: 33px;
  margin-right: 33px;
}

@media (max-width: 768px) {
  .news_category li {
    padding-right: 2.66667vw;
    margin-right: 2.66667vw;
  }
}

.news_category li a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #b5b5b6;
  text-decoration: none;
  font-family: "Didact Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media (max-width: 768px) {
  .news_category li a {
    font-size: 20px;
    font-size: 2.66667vw;
  }
}

.news_category li a:hover {
  text-decoration: underline;
}

.news_category li:after {
  content: "";
  width: 1px;
  height: 18px;
  background: #d6d6d6;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .news_category li:after {
    height: 3.73333vw;
  }
}

.news_category li.is-active a {
  pointer-events: none;
  font-size: 27px;
  font-size: 2.7rem;
  color: #582487;
}

@media (max-width: 768px) {
  .news_category li.is-active a {
    font-size: 28px;
    font-size: 3.73333vw;
  }
}

.news_wrap {
  width: 906px;
  margin: 0 auto 70px;
}

@media (max-width: 768px) {
  .news_wrap {
    width: auto;
  }
}

.news_title_box {
  color: #727171;
  margin-bottom: 24px;
}

.news_title_box .news_title {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.37778;
}

@media (max-width: 768px) {
  .news_title_box .news_title {
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.4;
  }
}

.news_title_box .date {
  text-align: right;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 14px;
}

@media (max-width: 768px) {
  .news_title_box .date {
    font-size: 20px;
    font-size: 2.66667vw;
    line-height: 1.45;
    margin-top: 0.93333vw;
  }
}

.news_body_box {
  color: #727171;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .news_body_box {
    font-size: 22px;
    font-size: 2.93333vw;
    line-height: 1.45455;
  }
}

.news_body_box p {
  margin-bottom: 1em;
}

.news_body_box a {
  color: #00c1d5;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
}

.news_body_box a:hover {
  text-decoration: underline;
}

.news_index {
  padding: 0 11px;
}

@media (max-width: 768px) {
  .news_index {
    padding: 0;
  }
}

.news_index_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  color: #727171;
  text-decoration: none;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .news_index_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #3e3a39;
    margin-bottom: 6.13333vw;
  }
}

.news_index_item .category {
  color: #fff;
  line-height: 18px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  width: 8.6233%;
  margin-right: 0.37821%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .news_index_item .category {
    width: 19.86667vw;
    font-size: 20px;
    font-size: 2.66667vw;
    line-height: 13px;
  }
}

.news_index_item .category span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news_index_item .category.category-entrance {
  background: #5d439a;
}

.news_index_item .category.category-master {
  background: #c9a063;
}

.news_index_item .category.category-doctor {
  background: #c91f11;
}

.news_index_item .category.category-lecture {
  background: #7ec92e;
}

.news_index_item .category.category-event {
  background: #e4007f;
}

.news_index_item .category.category-news {
  background: #e45f51;
}

.news_index_item .date {
  font-family: "Didact Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  line-height: 1;
  width: 11.57337%;
  margin-right: 2.34493%;
  border-right: 1px solid  #909090;
}

@media (max-width: 768px) {
  .news_index_item .date {
    width: 60vw;
    width: auto;
    margin-left: 3.73333vw;
    margin-right: 0;
    border-right: none;
  }
}

.news_index_item .date .date_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .news_index_item .date .date_inner {
    display: block;
  }
}

.news_index_item .date .year {
  width: 100%;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .news_index_item .date .year {
    font-size: 32px;
    font-size: 4.26667vw;
    display: inline-block;
    width: auto;
  }
}

.news_index_item .date .month {
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .news_index_item .date .month {
    font-size: 20px;
    font-size: 2.66667vw;
    display: inline-block;
    width: auto;
  }
  .news_index_item .date .month:before {
    content: " / ";
    display: inline-block;
  }
}

.news_index_item .news_title {
  width: 77.08018%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .news_index_item .news_title {
    width: 100%;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.41667;
    padding: 1.73333vw 0 0;
  }
}

.page_wrap {
  color: #727171;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .page_wrap {
    font-size: 22px;
    font-size: 2.93333vw;
    line-height: 1.45455;
  }
}

.page_wrap p {
  margin-bottom: 1em;
}

.page_wrap a {
  color: #00c1d5;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
}

.page_wrap a:hover {
  text-decoration: underline;
}

.mainBlock {
  /*h2{
    @include font-size(44);
    line-height: (62 / 44);
    color: #727171;
    margin-top: 30px;
    margin-bottom: 30px;
    @media (max-width: $BreakPoint1){
      @include vw-font-size(32);
      line-height: (40 / 32);
      margin-top: get_vw(28);
      margin-bottom: get_vw(28);
    }
  }*/
}

.mainBlock img {
  max-width: 100%;
  height: auto;
}

.mainBlock > h2 {
  color: #00c1d5;
  padding: 0 0 0 24px;
  position: relative;
  border-left: 10px solid #00c1d5;
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .mainBlock > h2 {
    border-left: 5px solid;
    padding: 0 0 0 10px;
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.25;
    margin-top: 3.73333vw;
    margin-bottom: 3.73333vw;
  }
}

.mainBlock #main_read > h3,
.mainBlock > h3 {
  background: #00c0d4;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  padding: 10px 0;
  text-align: center;
  line-height: 1.13333;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .mainBlock #main_read > h3,
  .mainBlock > h3 {
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.10714;
    padding: 1.06667vw 0;
    margin-top: 3.73333vw;
    margin-bottom: 3.73333vw;
  }
}

.mainBlock #main_read > h3.bgcolor2,
.mainBlock > h3.bgcolor2 {
  background: #582487;
}

.mainBlock #main_read > h4,
.mainBlock > h4 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.38462;
  color: #727171;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .mainBlock #main_read > h4,
  .mainBlock > h4 {
    font-size: 28px;
    font-size: 3.73333vw;
    margin-top: 3.73333vw;
    margin-bottom: 3.73333vw;
  }
}

.mainBlock > h5 {
  margin-bottom: 15px;
}

.mainBlock table {
  width: 100%;
}

.mainBlock table tr td, .mainBlock table tr th {
  vertical-align: middle;
}

.mainBlock table tr th {
  background: #00c0d4;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 12px 40px;
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .mainBlock table tr th {
    font-size: 20px;
    font-size: 2.66667vw;
    line-height: 1.15;
    padding: 10px 3.2vw;
  }
}

.mainBlock table tr td {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.52941;
  text-align: left;
  padding: 12px 40px;
  border: 1px solid #00c0d4;
}

@media (max-width: 768px) {
  .mainBlock table tr td {
    font-size: 20px;
    font-size: 2.66667vw;
    line-height: 1.15;
    padding: 10px 3.2vw;
  }
}

.mainBlock table thead th {
  text-align: center;
}

.mainBlock table tbody th {
  text-align: left;
}

.mainBlock ol li {
  list-style: decimal outside;
  margin-left: 1.5em;
}

.mainBlock ul {
  margin-bottom: 1em;
  padding-left: 1em;
}

.mainBlock ul li {
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
}

.mainBlock ul li:before {
  content: "・";
  color: #00c0d4;
}

.mainBlock ul.flex_list {
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px dotted #00c0d4;
  border-bottom: 1px dotted #00c0d4;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .mainBlock ul.flex_list {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 3.73333vw;
  }
}

.mainBlock ul.flex_list li {
  width: 33%;
}

@media (max-width: 768px) {
  .mainBlock ul.flex_list li {
    width: 100%;
  }
}

.mainBlock .bg {
  background: #f0fbfd;
}

.mainBlock.entranceflow dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mainBlock.entranceflow dl dt {
  width: 100px;
  background: #00c0d4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mainBlock.entranceflow dl dd {
  width: calc(100% - 120px);
  border-bottom: 1px dotted #00c0d4;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.mainBlock.entranceflow dl dd img {
  margin-left: 30px;
}

.mainBlock.entranceflow dl dd p:last-child {
  margin-bottom: 0;
}

.mainBlock.entranceflow dl dd + dd {
  margin-left: 120px;
  width: calc(100% - 120px);
  padding: 10px 0;
}

.mainBlock .faq {
  background: #f0fbfd;
  padding: 44px 44px 0;
  margin-bottom: 44px;
}

@media (max-width: 768px) {
  .mainBlock .faq {
    padding: 5.33333vw 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.mainBlock .faq .h {
  display: block;
  width: 87px;
  height: 87px;
  margin-right: 39px;
  text-indent: -9999px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .mainBlock .faq .h {
    width: 10.66667vw;
    height: 10.66667vw;
    margin-right: 5.33333vw;
  }
}

.mainBlock .faq dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.34783;
  color: #797979;
  padding-bottom: 36px;
  position: relative;
}

@media (max-width: 768px) {
  .mainBlock .faq dt {
    font-size: 22px;
    font-size: 2.93333vw;
    line-height: 1.36364;
    padding-bottom: 4.66667vw;
  }
}

.mainBlock .faq dt span {
  width: 829px;
}

@media (max-width: 768px) {
  .mainBlock .faq dt span {
    width: 55.6vw;
  }
}

.mainBlock .faq dt .h {
  background: url(/wp-content/themes/gssm2020/assets/img/faq_q.png) no-repeat 0 0;
}

@media (max-width: 768px) {
  .mainBlock .faq dt .h {
    background: url(/wp-content/themes/gssm2020/assets/img/faq_q_sp.png) no-repeat 0 0;
    background-size: 100%;
  }
}

.mainBlock .faq dt:after {
  content: "";
  width: calc(100% - 87px - 39px);
  background: #00c1d5;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .mainBlock .faq dt:after {
    width: calc(100% - 16vw);
    width: 55.6vw;
  }
}

.mainBlock .faq dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.34783;
  color: #797979;
  padding: 44px 0;
}

@media (max-width: 768px) {
  .mainBlock .faq dd {
    font-size: 22px;
    font-size: 2.93333vw;
    line-height: 1.36364;
    padding: 5.06667vw 0 0;
  }
}

.mainBlock .faq dd span {
  width: 829px;
}

@media (max-width: 768px) {
  .mainBlock .faq dd span {
    width: 55.6vw;
  }
}

.mainBlock .faq dd .h {
  background: url(/wp-content/themes/gssm2020/assets/img/faq_a.png) no-repeat 0 0;
}

@media (max-width: 768px) {
  .mainBlock .faq dd .h {
    background: url(/wp-content/themes/gssm2020/assets/img/faq_a_sp.png) no-repeat 0 0;
    background-size: 100%;
  }
}

.mainBlock .message_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .mainBlock .message_flex {
    display: block;
  }
}

.mainBlock .message_flex .message_flex_img {
  width: 250px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .mainBlock .message_flex .message_flex_img {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2vw;
  }
}

.mainBlock .message_flex .message_flex_body {
  width: calc(100% - 280px);
}

@media (max-width: 768px) {
  .mainBlock .message_flex .message_flex_body {
    width: 100%;
  }
}

.mainBlock .datasience_table {
  margin-bottom: 30px;
}

.mainBlock .datasience_table th:nth-child(1) {
  width: 30%;
}

.mainBlock .datasience_table th:nth-child(2) {
  width: 70%;
}

.page_tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .page_tab {
    margin-bottom: 3.73333vw;
  }
}

.page_tab li {
  width: 50%;
  line-height: 54px;
}

@media (max-width: 768px) {
  .page_tab li {
    line-height: 6.93333vw;
  }
}

.page_tab li a {
  text-align: center;
  display: block;
  background: #c9caca;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .page_tab li a {
    font-size: 22px;
    font-size: 2.93333vw;
  }
}

.page_tab li a:hover {
  opacity: 0.7;
}

.page_tab li.is-active a {
  pointer-events: none;
  background: #582487;
}

.content_flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .content_flex_wrap {
    display: block;
    margin-bottom: 4vw;
  }
}

.content_flex_wrap .content_flex_wrap_item {
  width: 100%;
  margin-left: 30px;
}

.content_flex_wrap .content_flex_wrap_item:first-child {
  margin-left: 0;
}

.professor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .professor_list {
    display: block;
  }
}

.professor_list .professor_list_item {
  width: 47.61905%;
  background: #00c0d4;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #fff;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .professor_list .professor_list_item {
    width: 100%;
    height: auto;
    min-height: 15.33333vw;
    margin-bottom: 1.33333vw;
  }
}

.professor_list .professor_list_item .photo {
  width: 140px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #c9caca;
  position: relative;
}

.professor_list .professor_list_item .photo img {
  width: 200px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

@media (max-width: 768px) {
  .professor_list .professor_list_item .photo {
    width: 18vw;
  }
  .professor_list .professor_list_item .photo img {
    width: 100%;
    height: auto;
  }
}

.professor_list .professor_list_item .prof {
  width: 500px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 0 25px 0 40px;
  vertical-align: middle;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media (max-width: 768px) {
  .professor_list .professor_list_item .prof {
    width: 64vw;
    padding: 1.33333vw 4.26667vw 1.33333vw 5.33333vw;
  }
}

.professor_list .professor_list_item .prof.interview_wrap {
  padding: 22px 25px 15px 40px;
}

@media (max-width: 768px) {
  .professor_list .professor_list_item .prof.interview_wrap {
    padding: 1.33333vw 4vw 1.33333vw 5.33333vw;
  }
  .professor_list .professor_list_item .prof.interview_wrap .interview br {
    display: inline-block;
  }
}

.professor_list .professor_list_item .prof .name {
  line-height: 33px;
  font-size: 33px;
  font-size: 3.3rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 11px;
  margin-bottom: 11px;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 768px) {
  .professor_list .professor_list_item .prof .name {
    font-size: 30px;
    font-size: 4vw;
    line-height: 4vw;
    padding-bottom: 0.66667vw;
    margin-bottom: 0.66667vw;
  }
}

.professor_list .professor_list_item .prof .name .title {
  line-height: 33px;
  font-size: 21px;
  font-size: 2.1rem;
  float: right;
}

@media (max-width: 768px) {
  .professor_list .professor_list_item .prof .name .title {
    font-size: 20px;
    font-size: 2.66667vw;
    line-height: 4vw;
  }
}

.professor_list .professor_list_item .prof .ruby {
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
}

@media (max-width: 768px) {
  .professor_list .professor_list_item .prof .ruby {
    font-size: 20px;
    font-size: 2.66667vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

.professor_list .professor_list_item .prof .caution {
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .professor_list .professor_list_item .prof .caution {
    font-size: 20px;
    font-size: 2.66667vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 5px;
  }
}

.professor_list .professor_list_item .prof .interview {
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
  margin-bottom: 7px;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0em;
}

@media (max-width: 768px) {
  .professor_list .professor_list_item .prof .interview {
    line-height: 3.46667vw;
    font-size: 20px;
    font-size: 2.66667vw;
    padding-bottom: 0.8vw;
    margin-bottom: 0.8vw;
    max-height: 7.73333vw;
    overflow: hidden;
  }
}

.professor_list .professor_list_item .prof .name2 {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-align: right;
}

@media (max-width: 768px) {
  .professor_list .professor_list_item .prof .name2 {
    font-size: 20px;
    font-size: 2.66667vw;
    line-height: 1;
  }
}

.professor_list .professor_list_item .prof .name2 .ruby2 {
  line-height: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  margin-left: 25px;
}

@media (max-width: 768px) {
  .professor_list .professor_list_item .prof .name2 .ruby2 {
    display: none;
  }
}

.mainBlock.thesis_wrap .pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mainBlock.thesis_wrap .pagelink li {
  width: 30%;
}

@media (max-width: 768px) {
  .mainBlock.thesis_wrap .pagelink li {
    width: 45%;
  }
}

.mainBlock.thesis_wrap table tr th,
.mainBlock.thesis_wrap table tr td {
  padding: 12px 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .mainBlock.thesis_wrap table tr th,
  .mainBlock.thesis_wrap table tr td {
    font-size: 20px;
    font-size: 2.66667vw;
    line-height: 1.15;
    padding: 10px 2.4vw;
  }
}

.mainBlock.thesis_wrap table tr th:nth-child(1),
.mainBlock.thesis_wrap table tr td:nth-child(1) {
  width: 50%;
}

.mainBlock.thesis_wrap table tr th:nth-child(2),
.mainBlock.thesis_wrap table tr td:nth-child(2) {
  width: 20%;
}

.mainBlock.thesis_wrap table tr th:nth-child(3),
.mainBlock.thesis_wrap table tr td:nth-child(3) {
  width: 30%;
}

.mainBlock.professor {
  margin: 0 auto 50px;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
}

@media (max-width: 768px) {
  .mainBlock.professor {
    width: 81.86667vw;
    font-size: 20px;
    font-size: 2.66667vw;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}

.mainBlock.professor .professor_body {
  margin: 0 24px;
}

@media (max-width: 768px) {
  .mainBlock.professor .professor_body {
    margin: 0 4.8vw;
  }
}

.mainBlock.professor ul {
  padding-left: 0;
}

.mainBlock.professor h3 {
  color: #00c1d5;
  line-height: 1.11538;
  position: relative;
  background: none;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: left;
  padding: 0;
  margin: 40px 0 20px;
}

@media (max-width: 768px) {
  .mainBlock.professor h3 {
    line-height: 5.6vw;
    font-size: 32px;
    font-size: 4.26667vw;
    margin: 6.66667vw 0 3.33333vw;
  }
}

.mainBlock.professor h3:before {
  content: "";
  height: 100%;
  width: 10px;
  background: #00c1d5;
  position: absolute;
  left: -23px;
}

@media (max-width: 768px) {
  .mainBlock.professor h3:before {
    width: 1.86667vw;
    left: -4.8vw;
  }
}

.mainBlock.professor h4 {
  margin: 7px 0 9px -14px;
}

@media (max-width: 768px) {
  .mainBlock.professor h4 {
    margin: 7px 0 9px -1.86667vw;
  }
}

.mainBlock.professor h4:before {
  content: "【";
}

.mainBlock.professor h4:after {
  content: "】";
}

.mainBlock.professor .mainPanel {
  background: #00c1d5;
  height: 246px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .mainBlock.professor .mainPanel {
    height: 18.26667vw;
    margin-bottom: 5.2vw;
  }
}

.mainBlock.professor .mainPanel .prow_wrap {
  width: 100%;
  padding: 0 7.42706% 0 7.51547%;
  position: relative;
}

@media (max-width: 768px) {
  .mainBlock.professor .mainPanel .prow_wrap {
    padding: 0 3.06667vw 0 3.33333vw;
    width: 59.73333vw;
  }
}

.mainBlock.professor .mainPanel .prow_wrap .prof {
  width: 100%;
  letter-spacing: 0.1em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  vertical-align: middle;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
}

@media (max-width: 768px) {
  .mainBlock.professor .mainPanel .prow_wrap .prof {
    width: 100%;
  }
}

.mainBlock.professor .mainPanel .prow_wrap .prof .name {
  color: #fff;
  line-height: 52px;
  font-size: 44px;
  font-size: 4.4rem;
  border-bottom: 3px solid #fff;
  margin: 0;
  padding-bottom: 22px;
  margin-bottom: 27px;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 768px) {
  .mainBlock.professor .mainPanel .prow_wrap .prof .name {
    font-size: 30px;
    font-size: 4vw;
    line-height: 4vw;
    padding-bottom: 1.33333vw;
    margin-bottom: 1.33333vw;
    border-width: 1px;
    font-size: 30px;
    font-size: 4vw;
  }
}

.mainBlock.professor .mainPanel .prow_wrap .prof .name .title {
  line-height: 52px;
  font-size: 32px;
  font-size: 3.2rem;
  float: right;
}

@media (max-width: 768px) {
  .mainBlock.professor .mainPanel .prow_wrap .prof .name .title {
    font-size: 20px;
    font-size: 2.66667vw;
    line-height: 4vw;
  }
}

.mainBlock.professor .mainPanel .prow_wrap .prof .ruby {
  width: 100%;
  line-height: 1;
  font-size: 26px;
  font-size: 2.6rem;
  padding-left: 9px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .mainBlock.professor .mainPanel .prow_wrap .prof .ruby {
    font-size: 20px;
    font-size: 2.66667vw;
    padding-left: 0;
  }
}

.mainBlock.professor .mainPanel .prow_wrap .prof ul {
  margin-bottom: 0;
}

.mainBlock.professor .mainPanel .prow_wrap .prof ul li {
  margin-left: 0;
  text-indent: -1em;
}

@media (max-width: 768px) {
  .mainBlock.professor .mainPanel .prow_wrap .prof ul li {
    font-size: 20px;
    font-size: 2.66667vw;
  }
}

.mainBlock.professor .mainPanel .photo {
  min-width: 311px;
  width: 311px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #c9caca;
  height: 100%;
  position: relative;
}

@media (max-width: 768px) {
  .mainBlock.professor .mainPanel .photo {
    width: 22.13333vw;
    min-width: 0;
  }
}

.mainBlock.professor .mainPanel .photo img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.mainBlock.professor .mainPanel .morBlock {
  height: 33px;
  width: 139px;
  line-height: 33px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
  margin: 0 0 0 auto;
  right: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 30px;
  bottom: 51px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .mainBlock.professor .mainPanel .morBlock {
    display: none;
    right: -2.4vw;
    font-size: 20px;
    font-size: 2.66667vw;
    line-height: 4.4vw;
    height: 4.4vw;
    width: 21.2vw;
  }
}

.mainBlock.professor .mainPanel .morBlock a {
  display: block;
  padding-left: 19px;
  padding-right: 31px;
  background: url(/wp-content/themes/gssm2020/assets/img/icon_arrow05.svg) no-repeat 100% 50%;
  background-size: auto 100%;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .mainBlock.professor .mainPanel .morBlock a {
    padding-left: 1.6vw;
  }
}

.mainBlock.professor .mainPanel .morBlock a:hover {
  text-decoration: none;
}

.professor_detail .mainBlockV2 {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .professor_detail .mainBlockV2 {
    width: 100%;
  }
  .professor_detail .mainBlockV2 img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1280px) {
  .professor_detail .mainBlockV2 .mainPhoto {
    height: 500px;
    overflow: hidden;
    position: relative;
  }
}

.professor_detail .mainBlockV2 .mainPhoto img {
  width: 100%;
  height: auto;
}

@media (min-width: 1280px) {
  .professor_detail .mainBlockV2 .mainPhoto img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    right: 0;
  }
}

.professor_detail .mainBlockV2 .rschMainPanel {
  background: #00c0d4;
  color: #fff;
}

.professor_detail .mainBlockV2 h2 {
  padding: 20px 0 10px;
  border-bottom: 1px solid #fff;
  margin: 0 40px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

@media (max-width: 768px) {
  .professor_detail .mainBlockV2 h2 {
    padding: 10px 0 5px;
    font-size: 32px;
    font-size: 4.26667vw;
    margin: 0 2.66667vw;
  }
}

.professor_detail .mainBlockV2 .nameV2 {
  background: #00c0d4;
  color: #fff;
  padding: 5px 40px 20px;
  margin: 0 0 40px;
}

@media (max-width: 768px) {
  .professor_detail .mainBlockV2 .nameV2 {
    padding: 0 2.66667vw 2.66667vw;
    margin-bottom: 4vw;
  }
}

.professor_detail .mainBlockV2 h3 {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
}

@media (max-width: 768px) {
  .professor_detail .mainBlockV2 h3 {
    font-size: 32px;
    font-size: 4.26667vw;
  }
}

.professor_detail .mainBlockV2 .roma {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  font-family: "Didact Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media (max-width: 768px) {
  .professor_detail .mainBlockV2 .roma {
    font-size: 20px;
    font-size: 2.66667vw;
  }
}

.professor_detail .mainBlockV2 p img {
  display: block;
  margin: 40px auto;
}

@media (max-width: 768px) {
  .professor_detail .mainBlockV2 p img {
    margin: 2.66667vw 0;
  }
}

.main_columns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .main_columns_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.main_columns_wrap .side_wrap {
  width: 217px;
  min-width: 217px;
  margin-right: 6.59176%;
}

@media (max-width: 768px) {
  .main_columns_wrap .side_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.main_columns_wrap .page_wrap {
  width: 1042px;
}

@media (max-width: 768px) {
  .main_columns_wrap .page_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.side_wrap {
  padding-top: 16px;
}

.side_wrap .side_wrap_title {
  color: #00c1d5;
  border-bottom: 1px solid #00c1d5;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1;
  padding-bottom: 14px;
}

@media (max-width: 768px) {
  .side_wrap .side_wrap_title {
    position: relative;
    font-size: 28px;
    font-size: 3.73333vw;
    padding-bottom: 1.46667vw;
    margin-top: 4.93333vw;
    text-align: center;
  }
}

.side_wrap ul {
  width: 100%;
  margin-bottom: 40px;
}

.side_wrap ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: 1px solid #b0b0b0;
  padding: 24px 3px 16px;
}

@media (max-width: 768px) {
  .side_wrap ul li {
    font-size: 22px;
    font-size: 2.93333vw;
    padding: 0;
  }
}

.side_wrap ul li a {
  color: #2b2727;
  text-decoration: none;
}

@media (max-width: 768px) {
  .side_wrap ul li a {
    display: block;
    padding: 10px 3px 3px;
  }
}

.side_wrap ul li a:hover {
  text-decoration: underline;
}

#voice {
  margin-bottom: 30px;
}

#voice dl {
  margin: 0 0 30px;
}

#voice dl dt {
  font-size: 24px;
  font-size: 2.4rem;
  color: #00c1d5;
  margin: 30px 0 10px;
}

@media (max-width: 768px) {
  #voice dl dt {
    font-size: 28px;
    font-size: 3.73333vw;
    margin: 4vw 0 2.66667vw;
  }
}

#voice dl dd {
  margin: 0 25px;
}

@media (max-width: 768px) {
  #voice dl dd {
    margin: 0 2.66667vw;
  }
}

#voice p img {
  display: block;
  margin: 40px auto;
}

@media (max-width: 768px) {
  #voice p img {
    margin: 2.66667vw 0;
  }
}

@media (max-width: 768px) {
  .mainBlock table.about_field_table {
    display: block;
  }
  .mainBlock table.about_field_table thead {
    display: none;
  }
  .mainBlock table.about_field_table tbody {
    display: block;
  }
  .mainBlock table.about_field_table tr {
    display: block;
    width: 100%;
    margin-bottom: 7px;
  }
  .mainBlock table.about_field_table td {
    border: none;
    overflow: hidden;
    padding: 4px 0;
    line-height: 1.2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mainBlock table.about_field_table td br {
    display: none;
  }
  .mainBlock table.about_field_table td:nth-child(1):before {
    content: "会社名";
    color: #fff;
    width: 13.73333vw;
    background: #00c1d5;
    display: block;
    text-align: center;
    line-height: 4.26667vw;
    float: left;
    margin-right: 2.26667vw;
    height: 4.26667vw;
  }
  .mainBlock table.about_field_table td:nth-child(2) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
  }
  .mainBlock table.about_field_table td:nth-child(2):before {
    content: "【業務内容】";
    width: 13.73333vw;
    display: block;
    text-align: center;
    line-height: 17px;
    float: left;
    margin-right: 2.26667vw;
    height: 4.26667vw;
    white-space: nowrap;
    text-indent: -0.3em;
  }
}

.mainBlock ul.about_field_flex_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  border-left: 1px solid #00c1d5;
  border-top: 1px solid #00c1d5;
}

.mainBlock ul.about_field_flex_list li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-left: 0;
  text-indent: 0;
  padding: 5px 8px;
  width: 20%;
  border-bottom: 1px solid #00c1d5;
  border-right: 1px solid #00c1d5;
}

@media (max-width: 768px) {
  .mainBlock ul.about_field_flex_list li {
    width: 50%;
    font-size: 20px;
    font-size: 2.66667vw;
    padding: 3px 5px;
  }
}

.mainBlock ul.about_field_flex_list li:before {
  display: none;
}

.mainBlock.google_search table tr td,
.mainBlock.google_search table tr th {
  border: none;
  padding: 0;
}

.mainBlock ul.oc_movies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
}

.mainBlock ul.oc_movies li {
  width: 48.36852%;
  margin-bottom: 30px;
  margin-left: 0;
  text-indent: 0;
}

@media (max-width: 768px) {
  .mainBlock ul.oc_movies li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.mainBlock ul.oc_movies li:nth-child(2n) {
  margin-left: 3.16699%;
}

@media (max-width: 768px) {
  .mainBlock ul.oc_movies li:nth-child(2n) {
    margin-left: 0;
  }
}

.mainBlock ul.oc_movies li:before {
  display: none;
}

.mainBlock ul.oc_movies li a {
  height: 120px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
  vertical-align: middle;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.42857;
  padding-left: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.08em;
  background: #00c0d4 url(/wp-content/themes/gssm2020/assets/img/oc_icon01.png) no-repeat 45px 50%;
}

@media (max-width: 768px) {
  .mainBlock ul.oc_movies li a {
    background: #00c0d4 url(/wp-content/themes/gssm2020/assets/img/oc_icon01.png) no-repeat 16px 50%;
    background-size: auto 20px;
    padding-left: 60px;
    font-size: 13px;
    font-size: 1.3rem;
    height: 60px;
  }
}

.mainBlock ul.oc_movies li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.mainBlock ul.oc_slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
}

.mainBlock ul.oc_slides li {
  width: 48.36852%;
  margin-bottom: 30px;
  margin-left: 0;
  text-indent: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #00c1d5;
}

@media (max-width: 768px) {
  .mainBlock ul.oc_slides li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.mainBlock ul.oc_slides li:nth-child(2n + 1) {
  margin-left: 3.16699%;
}

@media (max-width: 768px) {
  .mainBlock ul.oc_slides li:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.mainBlock ul.oc_slides li.full {
  width: 100%;
  margin-left: 0;
}

.mainBlock ul.oc_slides li.is-disabled {
  pointer-events: none;
}

.mainBlock ul.oc_slides li.is-disabled a {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.07);
}

.mainBlock ul.oc_slides li:before {
  content: "";
  background: url(/wp-content/themes/gssm2020/assets/img/icon_arrow04.svg) no-repeat 0 0;
  background-size: 100% auto;
  width: 26px;
  height: 30px;
  position: absolute;
  right: 0;
  display: block;
  top: 0;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media (max-width: 768px) {
  .mainBlock ul.oc_slides li:before {
    width: 13px;
    height: 15px;
  }
}

.mainBlock ul.oc_slides li a {
  height: 79px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #00c1d5;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.08em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 18px 0 20px;
}

@media (max-width: 768px) {
  .mainBlock ul.oc_slides li a {
    padding: 0 18px 0 20px;
    font-size: 13px;
    font-size: 1.3rem;
    height: 48px;
  }
}

.mainBlock ul.oc_slides li a .name {
  letter-spacing: 0.07em;
  font-size: 28px;
  font-size: 2.8rem;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .mainBlock ul.oc_slides li a .name {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.mainBlock ul.oc_slides li a .post {
  letter-spacing: 0.1em;
  font-size: 22px;
  font-size: 2.2rem;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .mainBlock ul.oc_slides li a .post {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.mainBlock ul.oc_slides li a:hover {
  text-decoration: none;
  background-color: rgba(0, 193, 213, 0.15);
}

.oc_slides_title {
  background: #00c0d4;
  width: 640px;
  height: 140px;
  margin: 0 auto 40px;
  color: #fff;
  text-align: center;
  padding: 26px 46px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .oc_slides_title {
    width: 100%;
    height: auto;
    padding: 15px;
    margin: 0 auto 20px;
  }
}

.oc_slides_title .title {
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .oc_slides_title .title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.oc_slides_title .sub_title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  border-top: 1px solid #fff;
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .oc_slides_title .sub_title {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
    padding-top: 10px;
    margin-top: 10px;
  }
}

.oc_contact_box {
  background: #f2efe7;
  position: relative;
  text-align: center;
  color: #000000;
  padding: 50px 0 54px;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .oc_contact_box {
    padding: 25px 0;
    margin-top: 30px;
  }
}

.oc_contact_box:before {
  content: "";
  width: 78px;
  height: 78px;
  background: #00c0d4 url(/wp-content/themes/gssm2020/assets/img/icon_oc_info.png) no-repeat 50% 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .oc_contact_box:before {
    background-size: 20px;
    width: 38px;
    height: 38px;
  }
}

.oc_contact_box .title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .oc_contact_box .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.oc_contact_box .text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 34px;
}

@media (max-width: 768px) {
  .oc_contact_box .text {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

.oc_contact_box .text a {
  color: #000000;
  text-decoration: underline;
}

.oc_contact_box .text a:hover {
  color: #00c0d4;
  text-decoration: underline;
}

.oc_contact_box .link {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  width: 640px;
  height: 79px;
  line-height: 79px;
  margin: 0 auto;
  text-decoration: none;
  background: #fff;
  color: #000000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .oc_contact_box .link {
    width: 80%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.oc_contact_box .link:hover {
  color: #fff;
  background: #00c0d4;
  text-decoration: none;
}

.weboc_pdf {
  width: 100%;
  height: 650px;
}

@media (max-width: 768px) {
  .weboc_pdf {
    height: 300px;
  }
}

.contact_wrap .form_wrap table {
  width: 100%;
}

@media (max-width: 768px) {
  .contact_wrap .form_wrap table {
    display: block;
  }
}

@media (max-width: 768px) {
  .contact_wrap .form_wrap table tbody {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .contact_wrap .form_wrap table tr {
    display: block;
    width: 100%;
  }
}

.contact_wrap .form_wrap table tr th {
  width: 334px;
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

@media (max-width: 768px) {
  .contact_wrap .form_wrap table tr th {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.contact_wrap .form_wrap table tr th .title {
  background: #dcdddd;
  color: #595757;
  padding-left: 36px;
  line-height: 2.1;
}

@media (max-width: 768px) {
  .contact_wrap .form_wrap table tr th .title {
    padding-left: 10px;
  }
}

.contact_wrap .form_wrap table tr th.required .title {
  position: relative;
}

.contact_wrap .form_wrap table tr th.required .title:after {
  display: block;
  content: "必須";
  width: 54px;
  height: 24px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  background: #e60012;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  border-radius: 3px;
}

.contact_wrap .form_wrap table tr td {
  width: 991px;
  padding-bottom: 32px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.1;
  color: #595757;
}

@media (max-width: 768px) {
  .contact_wrap .form_wrap table tr td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.contact_wrap input[type="text"] {
  width: 437px;
  line-height: 42px;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .contact_wrap input[type="text"] {
    display: block;
    width: 100%;
  }
}

.contact_wrap textarea {
  width: 90%;
  height: 494px;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .contact_wrap textarea {
    width: 100%;
    height: 250px;
  }
}

.contact_wrap .radio_wrap label {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .contact_wrap .radio_wrap label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.contact_wrap .radio_wrap label:last-child {
  margin-bottom: 0;
}

.contact_wrap .view_privacy_policy {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 5px 0 50px;
  color: #595757;
}

@media (max-width: 768px) {
  .contact_wrap .view_privacy_policy {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.contact_wrap .view_privacy_policy a {
  text-decoration: underline;
  color: #595757;
}

.contact_wrap .view_privacy_policy a:hover {
  text-decoration: none;
  color: #00c1d5;
}

.contact_wrap .btn_wrap {
  text-align: center;
}

.contact_wrap .btn_wrap.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .contact_wrap .btn_wrap.flex {
    display: block;
  }
}

.contact_wrap .btn_wrap.flex .btn.btn-large {
  margin: 0 10px;
}

@media (max-width: 768px) {
  .contact_wrap .btn_wrap.flex .btn.btn-large {
    margin: 10px 0;
  }
}

.contact_wrap .btn_wrap .btn.btn-large {
  display: block;
  margin: 0 auto;
  border: none;
  outline: none;
  background: #00c0d4;
  width: 341px;
  height: 54px;
  line-height: 54px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .contact_wrap .btn_wrap .btn.btn-large {
    width: 100%;
  }
}

.contact_wrap .btn_wrap .btn.btn-large:hover {
  opacity: 0.7;
  text-decoration: none;
}

.contact_wrap .error_msg {
  color: #e60012;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
  margin-top: 4px;
}
