@charset "UTF-8";
/*==================================
normalize.css
==================================*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**

 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*==================================
common.css
==================================*/
html {
  font-size: 62.5%;
  /*10px*/
}
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #111;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
q:before, q:after {
  content: '';
}
object, embed {
  vertical-align: top;
}
hr, legend {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
img, abbr, acronym, fieldset {
  border: 0;
  vertical-align: bottom;
}
li {
  list-style-type: none;
}
*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  *zoom: 1;
}
/* Hides from IE-mac ＼*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
.clear {
  clear: both;
}
.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.left_al {
  text-align: left !Important;
}
.center_al {
  text-align: center !Important;
}
.right_al {
  text-align: right !Important;
}
.noimg {
  background-image: none !Important;
}
.nobackcolor {
  background-color: transparent !Important;
}
.noborder {
  border: none !Important;
}
.noborder_top {
  border-top: none !Important;
}
.noborder_bottom {
  border-bottom: none !Important;
}
.noborder_left {
  border-left: none !Important;
}
.noborder_right {
  border-right: none !Important;
}
.strong {
  font-weight: bold !important;
}
/*margin*/
.mg00 {
  margin: 0px !Important;
}
.mt00 {
  margin-top: 0px !Important;
}
.mt05 {
  margin-top: 5px !Important;
}
.mt10 {
  margin-top: 10px !Important;
}
.mt15 {
  margin-top: 15px !Important;
}
.mt20 {
  margin-top: 20px !Important;
}
.mt25 {
  margin-top: 25px !Important;
}
.mt30 {
  margin-top: 30px !Important;
}
.mt35 {
  margin-top: 35px !Important;
}
.mt40 {
  margin-top: 40px !Important;
}
.mt45 {
  margin-top: 45px !Important;
}
.mt50 {
  margin-top: 50px !Important;
}
.mb00 {
  margin-bottom: 0px !Important;
}
.mb05 {
  margin-bottom: 5px !Important;
}
.mb10 {
  margin-bottom: 10px !Important;
}
.mb15 {
  margin-bottom: 15px !Important;
}
.mb20 {
  margin-bottom: 20px !Important;
}
.mb25 {
  margin-bottom: 25px !Important;
}
.mb30 {
  margin-bottom: 30px !Important;
}
.mb35 {
  margin-bottom: 35px !Important;
}
.mb40 {
  margin-bottom: 40px !Important;
}
.mb45 {
  margin-bottom: 45px !Important;
}
.mb50 {
  margin-bottom: 50px !Important;
}
.mb100 {
  margin-bottom: 100px !Important;
}
.mb150 {
  margin-bottom: 150px !Important;
}
.mb200 {
  margin-bottom: 200px !Important;
}
.ml00 {
  margin-left: 0px !Important;
}
.ml05 {
  margin-left: 5px !Important;
}
.ml10 {
  margin-left: 10px !Important;
}
.ml15 {
  margin-left: 15px !Important;
}
.ml20 {
  margin-left: 20px !Important;
}
.ml25 {
  margin-left: 25px !Important;
}
.ml30 {
  margin-left: 30px !Important;
}
.ml35 {
  margin-left: 35px !Important;
}
.ml40 {
  margin-left: 40px !Important;
}
.ml45 {
  margin-left: 45px !Important;
}
.ml50 {
  margin-left: 50px !Important;
}
.mr00 {
  margin-right: 0px !Important;
}
.mr05 {
  margin-right: 5px !Important;
}
.mr10 {
  margin-right: 10px !Important;
}
.mr15 {
  margin-right: 15px !Important;
}
.mr20 {
  margin-right: 20px !Important;
}
.mr25 {
  margin-right: 25px !Important;
}
.mr30 {
  margin-right: 30px !Important;
}
.mr35 {
  margin-right: 35px !Important;
}
.mr40 {
  margin-right: 40px !Important;
}
.mr45 {
  margin-right: 45px !Important;
}
.mr50 {
  margin-right: 50px !Important;
}
/*padding*/
.pg00 {
  padding: 0px !Important;
}
.pg03 {
  padding: 3px !Important;
}
.pg05 {
  padding: 5px !Important;
}
.pg10 {
  padding: 10px !Important;
}
.pg15 {
  padding: 15px !Important;
}
.pg20 {
  padding: 20px !Important;
}
.pg25 {
  padding: 25px !Important;
}
.pg30 {
  padding: 30px !Important;
}
.pt00 {
  padding-top: 0px !Important;
}
.pt05 {
  padding-top: 5px !Important;
}
.pt10 {
  padding-top: 10px !Important;
}
.pt15 {
  padding-top: 15px !Important;
}
.pt20 {
  padding-top: 20px !Important;
}
.pt25 {
  padding-top: 25px !Important;
}
.pt30 {
  padding-top: 30px !Important;
}
.pt35 {
  padding-top: 35px !Important;
}
.pt40 {
  padding-top: 40px !Important;
}
.pt45 {
  padding-top: 45px !Important;
}
.pt50 {
  padding-top: 50px !Important;
}
.pb00 {
  padding-bottom: 0px !Important;
}
.pb05 {
  padding-bottom: 5px !Important;
}
.pb10 {
  padding-bottom: 10px !Important;
}
.pb15 {
  padding-bottom: 15px !Important;
}
.pb20 {
  padding-bottom: 20px !Important;
}
.pb25 {
  padding-bottom: 25px !Important;
}
.pb30 {
  padding-bottom: 30px !Important;
}
.pb35 {
  padding-bottom: 35px !Important;
}
.pb40 {
  padding-bottom: 40px !Important;
}
.pb45 {
  padding-bottom: 45px !Important;
}
.pb50 {
  padding-bottom: 50px !Important;
}
.pl00 {
  padding-left: 0px !Important;
}
.pl05 {
  padding-left: 5px !Important;
}
.pl10 {
  padding-left: 10px !Important;
}
.pl15 {
  padding-left: 15px !Important;
}
.pl20 {
  padding-left: 20px !Important;
}
.pl25 {
  padding-left: 25px !Important;
}
.pl30 {
  padding-left: 30px !Important;
}
.pl35 {
  padding-left: 35px !Important;
}
.pl40 {
  padding-left: 40px !Important;
}
.pl45 {
  padding-left: 45px !Important;
}
.pl50 {
  padding-left: 50px !Important;
}
.pr00 {
  padding-right: 0px !Important;
}
.pr05 {
  padding-right: 5px !Important;
}
.pr10 {
  padding-right: 10px !Important;
}
.pr15 {
  padding-right: 15px !Important;
}
.pr20 {
  padding-right: 20px !Important;
}
.pr25 {
  padding-right: 25px !Important;
}
.pr30 {
  padding-right: 30px !Important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !Important;
}
.pr45 {
  padding-right: 45px !Important;
}
.pr50 {
  padding-right: 50px !Important;
}
/*==================================
共通
==================================*/
a {
  text-decoration: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/*ヘッダー*/
header {
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: end;
}
header .header-logo {
  height: 60px;
    width: 216px;
}
header .header-logo img {
  width: 100%;
  height: 100%;
}
header .header-link {
  margin-left: auto;
  font-family: 'Shippori Mincho B1', serif;
  color: #111;
  font-weight: 600;
  font-feature-settings: 'palt';
  letter-spacing: 1px;
}
header .header-link a {
    transition: .4s;
    color: #111;
}
header .header-link a:visited {
    color: #111;
}
header .header-link a:hover {
    color: #A5966C;
}
/*パンくずリスト*/
nav {
    border-top: 2px solid #00244E;
    padding: 20px 2% 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
    font-size: 14px;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em;
  color: #777;
}
.breadcrumb li a {
    color: #111111;
}

/*メインコンテンツ サマークラーク*/
main.summer {
    width: 92%;
    max-width: 1100px;
    margin: auto;
    padding-top: 120px;
}
main.summer h1 {
    text-align: center;
    font-size: 24px;
    font-feature-settings: 'palt';
    letter-spacing: 2px;
}
main.summer h1 span.border {
    border-bottom: 2px solid #111;
    padding-bottom: 8px;
    line-height: 2;
}
main.summer h2 {
    padding-top: 40px;
    font-size: 18px;
}
main.summer h3 {
    text-align: center;
    padding-top: 120px;
    font-size: 24px;
    color: red;
}
.line-break {
    display: inline-block;
}
.guide__block {
    padding: 120px 0;
}
.guide__block p {
    padding: 8px 0;
    text-align: justify;
}
.guide__block p span {
    font-weight: bold;
}
.dawnload {
    font-feature-settings: 'palt';
}
.dawnload a {
    border: 1px solid #111;
    border-radius: 4px;
    padding: 8px 12px;
    line-height: 1;
    display: inline-block;
    transition: .4s;
}
.dawnload a:hover {
    /*border: 1px solid #A5966C;*/
    background-color: #DAD4C3;
    /*color: #fff;*/
    /*font-weight: bold;*/
}
.dawnload img {
    height: 16px;
    padding-left: 4px;
}

/*トップページ*/ /*フッター*/
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.main_logo {
  text-align: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.main_logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
h1.logo {
  position: absolute;
  left: 60px;
  top: 30px;
  z-index: 100;
}
.contentu {
  width: 1024px;
  margin: 36px auto;
  overflow: hidden;
}
.open_text {
  font-size: 24px;
  text-align: center;
  margin: 36px 0px 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Outfit', sans-serif;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-family: 'Shippori Mincho B1', serif;
}
.office_box {
  width: 100%;
  margin: 54px 0 100px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("../img/gra.png")
}
.gradient {
  width: 540px;
  height: 400px;
  background: linear-gradient(45deg, #315A91 0%, #111C4E 100%);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
  float: right;
  margin-top: 30px;
  padding: 50px 60px;
  overflow: hidden;
  color: #ffffff;
}
.gradient a {
  color: #ffffff;
}
.gradient h4 {
  font-size: 20px;
}
h4.sub_text {
  font-size: 16px;
}
.members_tit {
  background-image: url("../img/member.png");
  background-size: 100%;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding: 180px 0px 100px;
  text-align: center;
}
.members_tit h3 {
  font-size: 40px;
}
.members_box {
  width: 1100px;
  margin: 36px auto;
  border-top: solid #EFEFEF 1px;
  padding: 32px 0px;
  display: flex;
  overflow: hidden;
  clear: both;
}
.members_pic {
  width: 290px;
}
.members_pic img {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
}
.members_career {
  width: 790px;
  margin-right: 20px;
  font-size: 14px;
}
.members_career h4 {
  font-size: 30px;
  font-weight: normal;
}
.members_career h6 {
  font-size: 18px;
  color: #A5966C;
  margin-top: 20px;
  font-weight: normal;
}
.members_career table {
  border: none;
}
table.members_career_list td:first-child {
  padding-right: 10px;
  vertical-align: top;
  white-space: nowrap;
}
.practice_area {
  width: 100%;
  margin: 36px 0px;
  background-image: url("../img/11115116348.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}
.practice_area h3 {
  font-size: 40px;
  color: #A5966C;
  text-align: center;
  margin-top: 54px;
}
p.practice_sub_tit {
  color: #A5966C;
  text-align: center;
}
.practice_box {
  width: 980px;
  margin: 80px auto 80px;
  padding: 32px 54px;
  background-color: #ffffff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
}
.practice_box h5 {
  color: #A5966C;
  font-size: 26px;
}
.equipment_area {
  width: 1110px;
  margin: 0px auto;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.equipment_area_text {
  width: 980px;
  margin: 18px auto;
}
.access_area {
  width: 100%;
  margin: 120px 0px 52px;
  border-bottom: 3px solid #00244E;
}
.access_area h3 {
  font-size: 40px;
  text-align: center;
}
p.access_sub_tit {
  text-align: center;
}
.access_box {
  display: flex;
}
.map_box {
  margin-right: 32px;
}
.access_textbox {
  margin-top: 36px;
}
#animation {
  margin: 10px 0;
  color: #000000;
}
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.scroll-fade {
  opacity: 0;
  transition: all 2s /*処理にかかる時間*/ ;
}
.scroll-up {
  opacity: 0;
  transform: translateY(50px) /*スクロールアップする距離*/ ;
  transition: all 2s /*処理にかかる時間*/ ;
}
.scroll-up.done, .scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}
.load-fade {
  opacity: 0;
  transition: all 2s /*処理にかかる時間*/ ;
}
.load-up {
  opacity: 0;
  transform: translateY(100px) /*スクロールアップする距離*/ ;
  transition: all 2s /*処理にかかる時間*/ ;
}
.load-up.done, .load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}
/*=== 画像の表示エリア ================================= */
.slide {
  padding-top: 0px;
  overflow: hidden;
    height: 100vh;
  /*height: calc(100vh - 100px);*/
}
/*=== 画像の設定 ======================================= */
.slide img {
  display: block;
  position: absolute;
  /* 画像のサイズを表示エリアに合せる */
  width: inherit;
  opacity: 0;
  animation: slideAnime 32s ease infinite;
    height: 100%;
    object-fit: cover;
}
/*=== スライドのアニメーションを段差で開始する ========= */
.slide img:nth-of-type(1) {
  animation-delay: 0s
}
.slide img:nth-of-type(2) {
  animation-delay: 7s
}
.slide img:nth-of-type(3) {
  animation-delay: 14s
}
.slide img:nth-of-type(4) {
  animation-delay: 20s
}
/*=== スライドのアニメーション ========================= */
@keyframes slideAnime {
  0% {
    opacity: 0
  }
  6% {
    opacity: 1
  }
  44% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
#footer {
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  padding: 36px 0px;
}
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*ヘッダー*/
  header {
    align-items: end;
  }
  header .header-logo {
    height: 40px;
      width: 145px;
    max-width: 50%;
  }
  header .header-link {
    font-size: 14px;
  }
  h1.logo {
    position: absolute;
    top: 30px;
    z-index: 10;
  }
  .logo img {
    width: 80%;
  }
  .members_tit h3, .practice_area h3, .access_area h3 {
    font-size: 24px;
  }
  .contentu {
    width: 96%;
    margin: 18px 2%;
  }
  .open_text {
    font-size: 18px;
    margin: 18px 0px 12px;
  }
  .office_box {
    width: 100%;
    margin: 10px 0;
    background-image: none;
  }
  .gradient {
    width: 100%;
    height: auto;
    float: none;
    margin: 30px 0px;
    padding: 40px 20px;
  }
  .members_tit {
    padding: 10px 0px;
    text-align: center;
  }
  .members_box {
    width: 92%;
    margin: 16px 4%;
    padding: 32px 0px;
    display: block;
  }
  .members_pic {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .members_career {
    width: 100%;
    margin-right: 0px;
  }
  .members_career h4 {
    font-size: 22px;
  }
  .practice_area {
    width: 100%;
    margin: 36px 0px;
    background-size: auto;
    overflow: hidden;
  }
  .practice_box {
    width: 94%;
    margin: 20px 3% 30px;
    padding: 20px;
  }
  .practice_box h5 {
    font-size: 20px;
  }
  .access_area, .equipment_area {
    width: 100%;
    margin: 30px 0px;
  }
  .equipment_area_text {
    width: 90%;
    margin: 0px 5% 10px;
  }
  .equipment_area {
    display: block;
  }
  .equipment_area img {
    width: 100%;
  }
  .access_box {
    display: block;
  }
  .map_box {
    margin-right: 0px;
  }
  .access_textbox {
    margin-top: 12px;
    padding-bottom: 16px;
  }
  .slide {
    height: 50vh;
  }
}

/* 250311追記 */
.text {
  padding-top: 1em;
}